@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* Defauly Style Clearing*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%; 
    font:inherit;
    vertical-align:baseline;
}
a {
	text-decoration: none;
	color: #3abf3a;
	-webkit-transition: color .15s;
	transition: color .15s;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	color: #259747;
}
a.underline{
    color: inherit;
	text-decoration: underline;
}
a.inherit{
	color: inherit;
}
ul, li{
	list-style:none
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}
@media (max-width: 575.98px){
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1350px !important; 
	}
}
@media (max-width: 1199.98px){
	.container {
		max-width: 100% !important; 
	}
}
 
.container-fluid-AS {
	max-width: 1350px; 
	justify-content: center;
	margin: auto;
}
/* End Defauly Style Clearing*/


/* Font embed*/

@font-face{
    font-family:'Nexa';
    src:url("../fonts/NexaRegular.woff2") format("woff2"),
		url("../fonts/NexaRegular.woff") format("woff"),
		url("../fonts/NexaRegular.ttf") format("truetype"),
		url("../fonts/NexaRegular.svg") format("svg");
    font-weight:normal;
    font-style:normal;
    font-stretch:normal
}

@font-face{
    font-family:'Nexa';
    src:url("../fonts/Nexa-XBold.woff2") format("woff2"),
		url("../fonts/Nexa-XBold.woff") format("woff"),
		url("../fonts/Nexa-XBold.ttf") format("truetype"),
		url("../fonts/Nexa-XBold.svg") format("svg");
    font-weight:bold;
    font-style:normal;
    font-stretch:normal
}
@font-face{
    font-family:'Nexa';
    src:url("../fonts/Nexa-Light.woff2") format("woff2"),
		url("../fonts/Nexa-Light.woff") format("woff"),
		url("../fonts/Nexa-Light.ttf") format("truetype"),
		url("../fonts/Nexa-Light.svg") format("svg");
    font-weight:200;
    font-style:normal;
    font-stretch:normal
}
/*  fonts declaration*/

p{
	font-family: "Nexa", "Trebuchet MS";
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
} 

.text-bold{
	font-weight:bold !important;
}
.text-normal{
	font-weight: normal;
}
 
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
	font-family: "Nexa", "Trebuchet MS";
	font-weight: bold;
	}
.h1small, .h2small, .h3small, .h4small, .h5small{
	font-size: 85%;
}

h1, .h1 {
	font-size:3rem;
	margin-bottom: 1rem;
	padding:0;
	line-height: 4rem;
}
@media (max-width: 991.98px){
	h1, .h1 {
		font-size:2.5rem;
		line-height: 3.5rem;
	}
}
h2, .h2 {
	font-size:2.5rem;
	margin-bottom: 1rem;
	padding:0;
	line-height: 3rem;
}
@media (max-width: 991.98px){
	h2, .h2 {
		font-size:2.0rem;
		line-height: 2.5rem;
	}
}
h3, .h3 {
	font-size:2rem;
	margin-bottom: 1rem;
	padding:0;
	line-height: 2.5rem;
}
@media (max-width: 991.98px){
	h3, .h3 {
		font-size:1.8rem;
		line-height: 2.2rem;
	}
}
h4, .h4 {
	font-size:1.5rem;
	line-height: 2.0rem;
	margin-bottom: 1rem;
	padding:0;
}
@media (max-width: 991.98px){
	h4, .h4 {
		font-size:1.35rem;
		line-height: 1.85rem;
		margin-bottom: 0.5rem;
	}
}
h5, .h5 {
	font-size:1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	padding:0;
}
.h0.margin-none,.h1.margin-none,.h2.margin-none,.h3.margin-none,.h4.margin-none,.h5.margin-none,.h6.margin-none,h1.margin-none,h2.margin-none,h3.margin-none,h4.margin-none,h5.margin-none,h6.margin-none{
    margin:0;
}
.h0.margin-top-none,.h1.margin-top-none,.h2.margin-top-none,.h3.margin-top-none,.h4.margin-top-none,.h5.margin-top-none,.h6.margin-top-none,h1.margin-top-none,h2.margin-top-none,h3.margin-top-none,h4.margin-top-none,h5.margin-top-none,h6.margin-none{
    margin-top:0!important;
}
.h0.margin-bottom-none,.h1.margin-bottom-none,.h2.margin-bottom-none,.h3.margin-bottom-none,.h4.margin-bottom-none,.h5.margin-bottom-none,.h6.margin-bottom-none,h1.margin-bottom-none,h2.margin-bottom-none,h3.margin-bottom-none,h4.margin-bottom-none,h5.margin-bottom-none,h6.margin-none{
    margin-bottom:0!important;
}
.h0.margin-bottom-small,.h1.margin-bottom-small,.h2.margin-bottom-small,.h3.margin-bottom-small,.h4.margin-bottom-small,.h5.margin-bottom-small,.h6.margin-bottom-small,h1.margin-bottom-small,h2.margin-bottom-small,h3.margin-bottom-small,h4.margin-bottom-small,h5.margin-bottom-small,h6.margin-none{
    margin-bottom:0.5rem !important;
}
.no-line-height{
	line-height: 0;
}
.text-large{
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
}
.currency{
	font-family: 'Noto Sans JP', sans-serif;
}
/* END Font */

/* Custom General Media Queries*/ 

/* Hide only on mobile */
@media (max-width: 414px){
	.hide-mobile{
	display: none !important;
	}
}

/* Hide on Tabs & Mobile */
@media (max-width: 991.98px){
	.hide-smart_dev{
	display: none !important;
	}
}
/* Show only on Tabs & Mobile */
@media (min-width: 992px){
	.show-smart_dev{
	display: none !important;
	}
}

/* Show only on tablet */

@media (min-width: 992px){
	.show-tablet{
	display: none;
	}
} 
@media (max-width: 414px){
	.show-tablet{
	display: none;
	}
}

/* Show only on mobile */
@media (min-width: 415px){
	.show-mobile{
	display: none;
	}
}
/* End */
/********** Utilities **********/
.m-top-15{
	margin-top: 15px !important;
}
.m-top-25{
	margin-top: 25px !important;
}
@media (max-width: 991.98px){
	.m-top-25-md{
		margin-top: 25px!important;
	}
	.m-top-50-md{
		margin-top: 50px!important;
	}
}
@media (max-width: 767.98px){
	.m-top-25-sm{
	margin-top: 25px!important;
	}
	.m-top-15-sm{
		margin-top: 15px !important;
	}
}
.m-top-100{
	margin-top: 100px;
}
.m-top-50{
	margin-top: 50px;
}
.m-left-25{
	margin-left: 25px;
}
.m-left-15{
	margin-left: 15px;
}
.m-bottom-25{
	margin-bottom: 25px;
}
.m-bottom-50{
	margin-bottom: 50px;
}
@media (max-width: 767.98px){
	.m-bottom-25-sm{
		margin-bottom: 25px !important;
	}
	.m-bottom-15-sm{
		margin-bottom: 15px !important;
	}
	.m-top-100{
	margin-top: 60px;
}
}
.p-top-25{
	padding-top: 25px !important;
}
.p-bottom-25{
	padding-bottom: 25px !important;
}
.p-top-15{
	padding-top: 15px !important;
}
.p-bottom-15{
	padding-bottom: 15px !important;
}
.icon-word{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
/********** End Utilities **********/

/********BG Colors*********/
.as-orange_bg{
	background-color: #f27c1c !important;
}
.as-orange-lite_bg{
	background-color: #f79826 !important;
}
.as-orange-dark_bg{
	background-color: #d2691e !important;
}
.as-green_bg{
	background-color: #2c822c !important;
}
.as-green-lite_bg{
	background-color: #3abf3a !important;
}
.as-green-dark_bg{
	background-color: #0d400d !important;
}
.as-blue_bg{
	background-color: #007498 !important;
}
.as-blue-lite_bg{
	background-color: #00aee5 !important;
}
.as-black_bg{
	background-color: #262626 !important;
}
.as-grey_bg{
	background-color: #808080 !important;
}
.as-grey-lite_bg{
    background-color: #e5e5e5 !important;
}
.as-milk_bg{
	background-color: #f7f7fc !important;
}
.white_bg{
	background-color: white !important;
}
/********Text Colors*********/
.as-orange_txt{
	color: #f27c1c !important;
}
.as-orange-lite_txt{
	color: #f79826 !important;
}
.as-orange-dark_txt{
	color: #d2691e !important;
}
.as-green_txt{
	color: #2c822c !important;
}
.as-green-lite_txt{
	color: #3abf3a !important;
}
.as-green-dark_txt{
	color: #0d400d !important;
}
.as-blue_txt{
	color: #007498 !important;
}
.as-blue-lite_txt{
	color: #00aee5 !important;
}
.as-black_txt{
	color: #262626 !important;
}
.as-grey_txt{
	color: #808080 !important;
}
.as-grey-lite_txt{
	color: #e5e5e5 !important;
}
.as-milk_txt{
	color: #f7f7fc !important;
}
.white_text{
	color: white !important;
}
/********Text Hover Colors*********/
.as-orange_hover:hover,
.as-orange_hover:focus{
	color: #f27c1c !important;
}
.as-orange-lite_hover:hover
.as-orange-lite_hover:focus{
	color: #f79826 !important;
}
.as-orange-dark_hover:hover,
.as-orange-dark_hover:focus{
	color: #d2691e !important;
}
.as-green_hover:hover,
.as-green_hover:focus{
	color: #2c822c !important;
}
.as-green-lite_hover:hover,
.as-green-lite_hover:focus{
	color: #3abf3a !important;
}
.as-green-dark_hover:hover,
.as-green-dark_hover:focus{
	color: #0d400d !important;
}
/********BG Hover background-colors*********/
.as-orange_bg-hover:hover,
.as-orange_bg-hover:focus{
	background-color: #f27c1c !important;
}
.as-orange-lite_bg-hover:hover
.as-orange-lite_bg-hover:focus{
	background-color: #f79826;
}
.as-orange-dark_bg-hover:hover,
.as-orange-dark_bg-hover:focus{
	background-color: #d2691e;
}
.as-green_bg-hover:hover,
.as-green_bg-hover:focus{
	background-color: #2c822c !important;
}
.as-green-lite_bg-hover:hover,
.as-green-lite_bg-hover:focus{
	background-color: #3abf3a !important;
}
.as-green-dark_bg-hover:hover,
.as-green-dark_bg-hover:focus{
	background-color: #0d400d;
}
/********Border Colors*********/
.as-orange_border{
	border-color: #f27c1c !important;
}
.as-orange-lite_border{
	border-color: #f79826 !important;
}
.as-green_border{
	border-color: #2c822c !important;
}
.as-green-lite_border{
	border-color: #3abf3a !important;
}
.as-milk_border{
	border-color: #f7f7fc !important;
}
/********Gradients*********/
.as-orange_gradient{
	background: #f27c1c;
	background-image: -webkit-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 100%);
	background-image: -moz-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 100%);
	background-image: -o-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 100%);
	background-image: linear-gradient(89deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 100%);
}
.as-orange_gradient2 {
	background:#f79826;
	background-image: -webkit-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%);
	background-image: -moz-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%);
	background-image: -o-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%);
	background-image: linear-gradient(89deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%);
}

.as-green_gradient{
	background: #2c822c;
    background-image: -webkit-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
}
.as-orange_black_gradient{
    background: #d2691e;
    background-image: -webkit-linear-gradient(1deg,rgba(210,105,30,1.00) 18.13%,rgba(38,38,38,0.30) 63.73%,rgba(210,105,30,1.00) 100%);
    background-image: -moz-linear-gradient(1deg,rgba(210,105,30,1.00) 18.13%,rgba(38,38,38,0.30) 63.73%,rgba(210,105,30,1.00) 100%);
    background-image: -o-linear-gradient(1deg,rgba(210,105,30,1.00) 18.13%,rgba(38,38,38,0.30) 63.73%,rgba(210,105,30,1.00) 100%);
    background-image: linear-gradient(89deg,rgba(210,105,30,1.00) 18.13%,rgba(38,38,38,0.30) 63.73%,rgba(210,105,30,1.00) 100%);
}
.as-darkorange_gradient{
    background: #d2691e;
    background-image: -webkit-linear-gradient(334deg,rgba(242,124,28,1.00) 0%,rgba(210,105,30,1.00) 18.65%,rgba(210,105,30,1.00) 74.10%,rgba(242,124,28,1.00) 100%);
    background-image: -moz-linear-gradient(334deg,rgba(242,124,28,1.00) 0%,rgba(210,105,30,1.00) 18.65%,rgba(210,105,30,1.00) 74.10%,rgba(242,124,28,1.00) 100%);
    background-image: -o-linear-gradient(334deg,rgba(242,124,28,1.00) 0%,rgba(210,105,30,1.00) 18.65%,rgba(210,105,30,1.00) 74.10%,rgba(242,124,28,1.00) 100%);
    background-image: linear-gradient(116deg,rgba(242,124,28,1.00) 0%,rgba(210,105,30,1.00) 18.65%,rgba(210,105,30,1.00) 74.10%,rgba(242,124,28,1.00) 100%);
}
@media (max-width: 767.98px){
	.as-darkorange_gradient{
    background: #d2691e;
    background-image: -webkit-linear-gradient(311deg,rgba(210,105,30,1.00) 0%,rgba(242,124,28,1.00) 100%);
    background-image: -moz-linear-gradient(311deg,rgba(210,105,30,1.00) 0%,rgba(242,124,28,1.00) 100%);
    background-image: -o-linear-gradient(311deg,rgba(210,105,30,1.00) 0%,rgba(242,124,28,1.00) 100%);
    background-image: linear-gradient(139deg,rgba(210,105,30,1.00) 0%,rgba(242,124,28,1.00) 100%);
}
}

/*End Colors*/
/****Images and Icons****/
.icon-32{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 25px;
}
.icon-100{
	max-width: 100px;
	max-height: 100px;
	text-align: center !important;
	width: 100%;
	margin: auto;
 }
.icon-20{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.img-fluid-2{
	width: 100%;
	height: auto;
}

/*forms and button*/
.textfield{
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px;
	border-style: none;
	font-size: 1.1rem;
	color: #262626;
	display: flex;
	height: 50px;
	box-shadow: none;
}

.textfield-group{
	margin-bottom: 25px;
}
.form-label{
	text-align: left;
	font-size: 1rem;
	line-height: 2rem;
	padding-left: 5px;
}
.textfield-bdr{
	border-width: 2px;
    border-style: solid;
	border-color: #e5e5e5;
}
.textfield-button-group{
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 50px;
}
.select{
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 1rem;
	color: #262626;
	display: flex;
	height: 50px;
	border-width: 2px;
    border-style: solid;
	border-color: #e5e5e5;
	line-height: 2rem;
} 
.textarea{
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px; 
	font-size: 1.1rem;
	color: #262626;
	display: flex; 
	height: 120px;
}
.textfield:active, .textfield:focus, .textarea:active, .textarea:focus{
	border-width: 3px;
    border-style: solid;
	border-color: #808080;
	transition: .3s all cubic-bezier(0.65, 0.05, 0.36, 1);
	outline: none;
}
.select:active, .select:focus{
	outline: none;
}
.bttn {
    text-decoration: none;
    white-space: nowrap;
    border-width: 0;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
}
.bttn.full-width{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
    white-space:normal;
}
.bttn-With-border {
    text-decoration: none;
    white-space: nowrap;
    border: 3px solid #262626;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.bttn-small{
    padding: 8px 35px;
    font-size: 1.2rem;
    border-radius: 6px;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
.bttn-big{ 
    font-size: 1.5rem;
    border-radius: 6px;
	padding: 10px 30px;
	-webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
@media (max-width: 767.98px){
	.bttn-big{
		width: 100%;
		font-size: 1.3rem;
		padding: 8px 25px;
	}
	.bttn-small{
		width: 100%;
	}
}
.bttn-big .with-desc{
	padding-top: 8px;
	line-height: 1.4rem;
}
.bttn-big-radius{
	border-radius: 30px;
}
.bttn-big-descr{
    font-size: 0.7rem !important;
	line-height: 0.7rem !important;
	padding: 0;
	text-transform: none!important;
}
.bttn-small-case{
	text-transform: none !important;
}
.button-group{
	display: flex;
	align-items: stretch;
}
.button-group-vertical{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
@media (max-width: 575.98px){
	.button-group, .button-group-vertical{
		display: flex;
		flex-direction: column;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.button-group .m-left-25{
	margin-left: 0;
	margin-top: 25px;
	}
} 

.button-txtField-group{
	display: flex;
	align-items: stretch;
}
/*Orange Gradient Button*/
.button-orange-gradient {
    position: relative;
	background:#f27c1c;
	background-image: -webkit-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 53.89%) !important;
	background-image: -moz-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 53.89%) !important;
	background-image: -o-linear-gradient(1deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 53.89%) !important;
	background-image: linear-gradient(89deg,rgba(247,152,38,1.00) 0%,rgba(242,124,28,1.00) 53.89%) !important;
    z-index: 1;
}

.button-orange-gradient::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(27,89%,53%,1.00) !important;
  z-index: -1;
  transition: opacity 0.15s ease-out ;
  opacity: 0;
	border-radius: inherit;
}

.button-orange-gradient:hover::before,
.button-orange-gradient:focus::before{
  opacity: 1;
}

.button-orange-gradient2 {
    position: relative;
	background:#f79826;
	background-image: -webkit-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%) !important;
	background-image: -moz-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%) !important;
	background-image: -o-linear-gradient(1deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%) !important;
	background-image: linear-gradient(89deg,rgba(242,124,28,1.00) 0%,rgba(247,152,38,1.00) 53.89%) !important;
    z-index: 1;
}

.button-orange-gradient2::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(33,93%,56%,1.00) !important;
    z-index: -1;
    transition: opacity 0.15s ease-out;
    opacity: 0;
    border-radius: inherit;
}

.button-orange-gradient2:hover::before,
.button-orange-gradient2:focus::before{
  opacity: 1;
}
/*Green Gradient Button*/
.button-green-gradient {
    position: relative;
	background: #2c822c;
    background-image: -webkit-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(44,129,44,1.00) 52.33%,rgba(60,204,60,1.00) 100%);
    z-index: 1;
}

.button-green-gradient::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(120,49%,34%,1.00);
  z-index: -1;
  transition: opacity 0.15s ease-out;
  opacity: 0;
	border-radius: inherit;
}

.button-green-gradient:hover::before,
.button-green-gradient:focus::before{
  opacity: 1;
}

/*Green Button*/
.button-green{
	background-color: #2c822c;
}
.button-green:hover,
.button-green:focus{
	background-color: #3bcc3b !important;
	color: white;
}
.button-green2{
	background-color: #3bcc3b;
}
.button-green2:hover,
.button-green2:focus{
	background-color: #2c822c !important;
	color: white !important;
}
.button-orange{
	background-color: #f79826 !important;
}
.button-orange:hover,
.button-orange:focus{
	background-color: #f27c1c !important;
	color: white;
}
.button-orange2{
	background-color: #f27c1c !important;
}
.button-orange2:hover,
.button-orange2:focus,
.button-orange2:active{
	background-color: #f79826 !important;
	color: white;
}
.button-white{
	background-color: white !important;
	color: #2c822c;
}
.button-white:hover,
.button-white:focus{
	background-color: #f7f7fc !important;
	color: #2c822c;
}

.button-black{
	background-color: #262626 !important;
	color: white;
}
.button-black:hover,
.button-black:focus{
	background-color: black !important;
	color: white;
}
.button-orange-green{
	background-color: #f27c1c;
}
.button-orange-green:hover,
.button-orange2:focus{
	background-color: #2c822c !important;
	color: white;
}

.button-blue{
	background-color: #00aee5;
}
.button-blue:hover,
.button-blue:focus{
	background-color: #007498 !important;
	color: white;
}
/*End forms and button*/

body{
	font-family: "Nexa", "Trebuchet MS";
	font-size:0.9rem;
	margin: 0 auto;
	color: #262626;
}

section{
	position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.noPadding{
	padding: 0;
}
section.noPaddingtop{
	padding-top: 0 !important;
}
section.big{
    padding-top: 80px;
    padding-bottom: 80px;
}
section.small{
	padding-top: 50px;
	padding-bottom: 50px;
}
section.smaller{
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767.98px){
	section{
	padding-top: 35px;
	padding-bottom: 35px;
	}
	section.big{
    padding-top: 50px;
    padding-bottom: 50px;
}
}

/*header and menu*/
header{
	position: absolute;
	margin: 0 0;
	z-index: 1000!important;
	width: 100%;
}
header.two{
	position:static;
	background-color: #d2691e;
}

@media (max-width: 991.98px){
	header{
	background-color: #f27c1c;
	min-height: 95px;
	background-image: -webkit-linear-gradient(4deg,rgba(242,124,28,1.00) 70.47%,rgba(247,152,38,1.00) 100%);
	background-image: -moz-linear-gradient(4deg,rgba(242,124,28,1.00) 70.47%,rgba(247,152,38,1.00) 100%);
	background-image: -o-linear-gradient(4deg,rgba(242,124,28,1.00) 70.47%,rgba(247,152,38,1.00) 100%);
	background-image: linear-gradient(80deg,rgba(242,124,28,1.00) 70.47%,rgba(247,152,38,1.00) 100%);
	}
}
.logo{
    padding-top: 35px;
    padding-bottom: 35px;
    height: 95px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    z-index: 10000!important;
}
@media (max-width: 991.98px){
	.logo{
		position: absolute;
	}
	.logo .container{
		margin: 0 !important;
	}
}
@media (max-width: 500px){
	.logo .show-tablet{
	display: none;
	}
}

@media (max-width: 499.99px){
	.logo .show-mobile{
	display: block !important;
	}
}
.navbar{
    background-color: #f27c1c;
    background-color: rgba(242,124,28,0.70);
    background-image: -webkit-linear-gradient(10deg,rgba(242,124,28,0.72) 70.47%,rgba(247,152,38,0.65) 90%);
    background-image: -moz-linear-gradient(10deg,rgba(242,124,28,0.72) 70.47%,rgba(247,152,38,0.65) 90%);
    background-image: -o-linear-gradient(10deg,rgba(242,124,28,0.72) 70.47%,rgba(247,152,38,0.65) 90%);
    background-image: linear-gradient(80deg,rgba(242,124,28,0.72) 70.47%,rgba(247,152,38,0.65) 90%);
    padding: 0;
    -webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.15);
    box-shadow: 1px 3px 7px rgba(0,0,0,0.15);
}
@media (min-width: 992px){
	
	.navbar-nav{
		padding-left: 10px;
	}
}
@media (max-width: 991.98px){
	.navbar{
		background-color: transparent;
		background-image: none;
		padding-top: 28px;
		padding-bottom: 25px;
		-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.05);
    	box-shadow: 1px 3px 7px rgba(0,0,0,0.05);
	}
	.navbar-nav{
		background-color: #f27c1c;
		margin-top: 25px;
		height: 85vh;
    	overflow-y: auto;
	}
}

@media (max-width: 991.98px){
	.navbar .container{
		max-width: 100% !important;
	}
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav > li a {
	font-size: 1.125rem;
	line-height: 2rem;
	margin-right: 65px;
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(55,55,55,0.35);
}
@media (max-width: 991.98px){
	.navbar-nav > li a {
		padding: 10px 25px !important;
		font-size: 1.3rem;
		display: block;
		margin-right: 0;
		-webkit-transition: background-color .4s;
		transition: background-color .4s;
	}
	.navbar-nav > li a:hover {
		background-color: #F99F1F;
	}
}
@media (max-width: 991.98px){
	.navbar-nav > li{
		border-bottom: 1px solid rgba(239,238,239,0.25);
	}
	.navbar .navbar-nav > li:first-child{
		border-top: 1px solid rgba(239,238,239,0.25);
	}
}
.dropdown{
	position: static;
}

.dropdown-menu{
	width: 100%;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: white;
	display: block;
	overflow-y: hidden;
	max-height: 0;
	transition: max-height .8s cubic-bezier(0, 1, 0, 1);
}

.navbar .dropdown-menu.show{
	max-height: 1000px;
	transition: max-height 1s ease-in-out;
}

.dropdown-menu .dropdown-item-wrapper{
	padding: 20px 25px 0;
}
@media (max-width: 1199.98px){
	.dropdown-menu .dropdown-item-wrapper{
}
}
.dropdown-menu .description{
	background-color: #262626;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 991.98px){
	.dropdown-menu .description{
		display: none;
	}
}
.dropdown-menu .content{
	background-color: #2c822c;
	padding-top: 20px;
	padding-bottom: 30px;
}

@media (max-width: 991.98px){
	.dropdown-menu .content{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.hosting .dropdown-menu .col-md-2{
		min-width: 180px;
	}
}
.dropdown-menu .dropdown-item:hover, 
.dropdown-menu .dropdown-item:focus {
	background-color: transparent !important;
	color: #3bcc3b !important;
	}
@media (max-width: 991.98px){
	.dropdown-menu .dropdown-item {
		padding: 0.25rem 2.5rem !important;
		font-size: 1.2rem;
	}
	.dropdown-menu .dropdown-item:hover, 
	.dropdown-menu .dropdown-item:focus {
		background-color: #3abf3a !important;
		color: white !important;
	}
}
	
.dropdown-menu h2{
	font-size: 2.1rem;
	color:#3abf3a;
}
.dropdown-menu h4{
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 1.5rem;
	color: #3bcc3b;
}
@media (max-width: 991.98px){
	.dropdown-menu h4{
		font-size: 1.25rem;
	}
}
.navbar-nav .bttn{
	margin-right: 0;
	margin-top: 15px;
	line-height: 1.6rem;
}
.nav-item .dropdown-toggle::after{
	display: none;
}
.navbar-expand-lg .navbar-collapse { 
    justify-content: space-between;
}
.top-bar{
    text-align: right;
    padding: 20px 0 10px;
    /* [disabled]border-bottom: 1px solid rgba(239,238,239,0.25); */
	z-index: 100000!important;
}
@media (max-width: 991.98px){
	.top-bar{
		position: absolute;
		top: 0;
		right: 56px;
		display: flex;
		align-items: center;
		height: 95px;
	}
}
.top-bar .wrapper{
		
}
.topbar-duplicate{
	margin-top: 25px;
}

.topbar-duplicate .wrapper li a{
	padding: 10px 25px;
	font-size: 1.1rem;
	color: #fff;
	display: block;
}
.top-bar li {
	display: inline-block;
	margin-left: 20px;
}
@media (max-width: 991.98px){
	.top-bar li {
	margin-left: 6px;
	}
}
.top-bar a{
	text-decoration: none;
	color: white;
	font-size: 0.875rem;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(55,55,55,0.40);
}
.top-bar a:hover,
.top-bar a:active,
.top-bar a:focus{
	color:#F99F1F ;
}
.top-bar .bttn-small{
    padding: 6px 30px;
	font-weight: bold;
    font-size: 0.875rem;
	text-transform: capitalize;
}
@media (max-width: 991.98px){
	.top-bar .bttn-small{
    padding: 6px 10px;
	font-weight: bold;
	}
}
.right-menu{
	display: flex;
	text-align: right; 
}
.right-menu li {
	padding-left: 25px;
}
@media (min-width: 992px) and (max-width: 1040px) {
	.right-menu li {
	padding-left: 10px;
}
}
.right-menu li a{
	color: #ffffff; 
}
.right-menu li a:hover{
	text-decoration: underline;
}
.custom-toggler.navbar-toggler {
	border-color: rgba(255,255,255,0.10);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(252,252,252, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    cursor: pointer;
    margin: 0 20px;
	background-color: #f79826;
	border: 2px solid transparent;
	padding: 0.10rem 0.40rem ;
}

/* Slide or Carousel */
#homepage .carousel {
    width: 100%;
	background-color: #f27c1c;
}
.slides{
	background-size: cover;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 991.98px){
	.slides{
		margin-top: 90px;
		background-size: auto 400px;
		background-position: center top;
		height: 400px
	}
}
@media (max-width: 575.98px){
	.slides{
	background-size: auto 270px;
	background-position: 0% top;
	height: 525px;
	}
}
.slides.slide-1{
	background-image: url("../images/banners/slide-cheetah.jpg");
}
@media (max-width: 575.98px){
	.slides.slide-1{
	background-image: url("../images/banners/slide-cheetah_sm.jpg");
    background-position: right top;
	}
}
.slides.slide-2{
	background-image: url("../images/banners/slide-find-your-domain.jpg");
}
@media (max-width: 575.98px){
	.slides.slide-2{
	background-image: url("../images/banners/slide-find-your-domain_sm.jpg");
    background-position: right top;
	}
}
.slides.slide-3{
	background-image: url("../images/banners/slide-email-security.jpg");
}
@media (max-width: 575.98px){
	.slides.slide-3{
	background-image: url("../images/banners/slide-email-security_sm.jpg");
    background-position: right top;
	}
}
.carousel-inner .container{   
    display: flex;
    align-items: center;
	height: 600px;
	margin: auto;
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.carousel-inner .container{ 
		padding-left: 80px !important;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	.carousel-inner .container{ 
		padding-left: 50px !important;
	}
}
@media (max-width: 991.98px){
	.carousel-inner .container{   
		max-width: 100%;
		height: 400px;
		padding-right: 10%;
	}
}
@media (max-width: 575.98px){
	.carousel-inner .container{   
		max-width: 100%;
		height: 525px;
		display: block;
		padding-right: 6%;
		padding-bottom: 25px;
	}
}
.carousel-captions {
	position: relative;
	margin-top: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	text-align: left;
	color: white;
	max-width: 550px;
}
@media (max-width: 575.98px){
	.carousel-captions {  
	margin-top:280px; 
	}
}
.carousel-captions p {
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-shadow: 1px 1px 2px rgba(55,55,55,0.65);
}
.carousel-captions h1, .carousel-captions h2,.carousel-captions h3 {
    text-shadow: 2px 1px 4px rgba(55,55,55,0.65);
	
}
@media (max-width: 575.98px){
	.carousel-captions p,
	.carousel-captions h1,
	.carousel-captions h2,
	.carousel-captions h3{
		text-shadow: none;
	}
}
@media (max-width: 991.98px){
	.carousel-captions h2 {
		margin-top: 0;
		font-size: 2rem;
	}
	.carousel-captions h1 {
		margin-top: 0;
		font-size: 2.2rem;
	}
}
@media (max-width: 991.98px){
	.carousel-control-prev,
	.carousel-control-next{
		display: none;
	}
}
@media (max-width: 1299.98px){
	.carousel-control-prev, .carousel-control-next{
		width: 10%;
	}
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.home-seach-domain{
	padding-bottom: 25px;
}
.home-seach-domain .textfield{
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media (max-width: 991.98px){
	.home-seach-domain .textfield{
		font-size: 1.2rem;
	}
}
.home-seach-domain .bttn{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*------------ Footer -------------*/
footer{
    background-color: #1A1A1A;
	border-top: 5px solid #2c822c;
}
@media (min-width: 992px){
	footer .navbar-nav{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	}
}
@media (min-width: 768px){
	.footer-dropdown-menu{
		overflow-y: auto;
		max-height: 1000px;
		padding: 0;
	}
}

@media (max-width: 767.98px){
	.footer-dropdown-menu{
		transition: cubic-bezier(0, 1, 0, 1);
		max-height: 1px;
	}
}

@media (max-width: 767.98px){
.footer-dropdown-menu.show{
	max-height: 1000px;
	position: static !important;
	transform: translate3d(0px, 0px, 0px) !important;
	transition: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	footer .col-md-3{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.footer-dropdown-menu .footer-dropdown-item{
	padding: 0 !important;
}
footer .navbar-nav > li a{
	font-size: 0.8rem !important;
	white-space: normal !important;
	line-height: 24px;
}
footer .navbar-nav > li a{
	padding: 0 !important;
}
footer .navbar-nav > li a:hover{
 background-color: transparent;
}
@media (max-width: 991.98px){
	footer .navbar-nav > li{
		border: none;
	}
}
@media (max-width: 991.98px){
	footer .navbar-nav {
		background-color: transparent;
		margin-top: 0;
		height:auto; 
		overflow-y: auto;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-links .support, .footer-links .my-server{
		margin-top: 25px;
	}
}

footer .dropdown-toggle::after{
	display: none;
}
footer h4{
	font-size: 1.1rem;
	margin-top: 0;}
.footer-social {
	margin-top: 25px;
	display: flex;
}
@media (min-width: 992px){
	.footer-social {
		padding-left: 10px;
	}
}
.footer-social img{
	height: 24px;
	margin-left: 10px;
}
.footer-social h4{
	color: white;
	margin-right: 5px;
	white-space: nowrap;
}
.post-footer{
	margin-top: 25px;
}
.post-footer hr{
	border-top: 1px solid rgba(239,238,239,0.25);
	margin-top: 0;
	margin-bottom: 1.5em;
}
.footer-copy{
	text-align: center;
	color: white;
	font-size: 0.8rem;
	padding-top: 10px;
}
@media (max-width: 991.98px){
	.footer-copy{
		text-align: left;
		padding-top: 5px;
	}
}
.footer-legal{
	text-align: right;
	color: white;
	font-size: 0.8rem;
	padding-top: 10px;
}
@media (max-width: 575.98px){
	.footer-legal{
		text-align: left;
		margin-top: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.post-footer .col-12, .post-footer .col-sm-6, .post-footer .col-sm-12{
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer-contact {
    padding-bottom: 0;
    padding-top: 0;
    color: white !important;
	background-repeat: no-repeat;
	background-color: #f27c1c;
    background-image: url(../images/footer-contact-guy.jpg);
    background-size: cover;
    background-position: right top;
    margin-top: 50px;
}
@media (max-width: 767.98px){
	.footer-contact {
		background-image: url(../images/footer-contact-guy.jpg);
    	background-size: cover;
    	background-position: 85% 50%;
	}
}
.footer-contact .copy{
    padding: 50px 25px;
}
@media (max-width: 767.98px){
	.footer-contact .wrapper{
    background-color: hsla(27,89%,53%,0.70);
	}
}

.home-highlights{
	text-align: center;
}
.home-highlight{
	margin-top: 25px;
}
.home-highlight h4{
    margin: 1.25rem 0;
}
.home-highlight-img img{
	max-width: 85px;
	max-height: 85px;
 }

/*------------Home Plans & Table design -------------*/
.home-hosting-plans{
	color: white;
	padding-bottom: 100px;
}
.home-hosting-plans .heading{
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 767.98px){
	.home-hosting-plans .heading{
	margin-bottom: 25px;
	}
}
.home-hosting-plan{
	text-align: center;
	color: white;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(239,238,239,0.25);
	padding-top: 25px;
	padding-bottom: 25px;
}
.home-hosting-plan:nth-of-type(4){
		border-width: 0 0 0 0;
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.home-hosting-plan:nth-of-type(1){
		border-width: 0 1px 1px 0;
	}
	.home-hosting-plan:nth-of-type(2){
		border-width: 0 0 1px 0;
	}
	.home-hosting-plan:nth-of-type(3){
		border-width: 0 1px 0 0;
	}
	.home-hosting-plan:nth-of-type(4){
		border-width: 0 0 0 0;
	}
}
@media (max-width: 767.98px){
	.home-hosting-plan{
		border-width: 0 0 1px 0;
	}
	.home-hosting-plan:nth-of-type(4){
		border-width: 0 0 0 0;
	}
}
.home-hosting-plan .hosting-title{
	font-size: 1.2rem;
	font-weight: bold;
}
.home-hosting-plan .description{
	height: 60px;
}
@media (max-width: 767.98px){
	.home-hosting-plan .description{
		height:auto;
		padding-bottom: 10px;
}
}
.home-hosting-plan .price{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.home-hosting-plan .duration{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.home-hosting-plan .details li{
	margin-bottom: 5px;
}
/*------------End of Home Plans & Table design -------------*/

/*---------------Plans-------*/
.plans{
    text-align: center;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	color: black;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.plans{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.plans a{
	color: black;
	box-shadow: 0;
}
.plans .wrapper{
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(38,38,38,0.20);
    box-shadow: 0 1px 10px 0 rgba(38,38,38,0.20);
    transform: translate3d(0,0,0);
    transition: 0.2s ease;
}
.plans.col-md-4 .wrapper{
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.plans .wrapper{
    	padding: 15px;
	}
}
.plans .wrapper:hover{
    -webkit-box-shadow: 1px 1px 20px 0 rgba(38,38,38,0.30);
    box-shadow: 1px 1px 20px 0 rgba(38,38,38,0.30);
    transform: translate3d(0,-5px,0);
}
.plans .title{
	font-size: 1.5rem;
	font-weight: bold;
	color: #F27C1C;
}

.plans .description{
	height: 60px;
	margin-top: 10px;
}
.plans .price{
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: bold;
    color: #F27C1C;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.plans .price{
		font-size: 2.6rem;
		line-height: 3rem;
	}
}
.plans .currency{
	font-family: 'Noto Sans JP', sans-serif;
}

.plans .duration{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: #F27C1C;
}
.plans .details {
	margin-top: 15px;
}
.plans .details li{
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 0.95rem;
}
.plans .bttn{
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 6px;
	text-decoration: none;
	background-color: #2c822c;
    white-space: nowrap;
    border-width: 0;
	color: white;
	display: block;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 500;
	margin-top: 25px;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
.plans .bttn:hover{
	background-color: #3bcc3b;
}
/*------------End of Plans------------*/
.home-hosting-plan-2{
    background-image: url(../images/woman-ready-to-host-2.jpg);
    background-size: cover;
	min-height: 450px;
}
.home-hosting-plan-2 .container{
	width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.home-hosting-plan-feature{
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	padding: 80px 40px 50px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

@media (max-width: 575.98px){
	.home-hosting-plan-feature{
	padding: 40px 30px;
}
}
.home-ready{
	margin-top: 50px;
	margin-bottom: 25px;
	color: white;
}
.home-ready h2{
	color: white;
	text-shadow: 2px 1px 3px rgba(55,55,55,0.65);
	padding-left: 10px;
}

.home-other-products {
    text-align: center !important;
}

.home-other-product {
	text-align: center !important;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	-webkit-transition: margin-top 0.25s ease;
    -moz-transition: margin-top 0.25s ease;
	-o-transition: margin-top 0.25s ease;
	transition: margin-top 0.25s ease;
}
@media (max-width: 575.98px){
	.home-other-product {
		text-align: center !important;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 25px;
	}
}
@media (min-width: 576px){
	.home-other-product:hover {
	margin-top: 20px;
}
}
.home-other-product .wrapper{
    background-color: white;
    display: block;
    padding: 25px;
    border-radius: 10px;
    border-bottom: 10px solid #f27c1c;
    -webkit-box-shadow: 2px 4px 4px 0 rgba(128,128,128,0.15);
    box-shadow: 2px 4px 4px 0 rgba(128,128,128,0.15);
    -webkit-transition: box-shadow 0.15s ease-out;
    -moz-transition: box-shadow 0.15s ease-out;
    -o-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}
.home-other-product .wrapper:hover{
    -webkit-box-shadow: 0 6px 15px 0 rgba(128,128,128,0.25);
    box-shadow: 0 6px 15px 0 rgba(128,128,128,0.25);
    -webkit-transition: box-shadow 0.15s ease-out;
    -moz-transition: box-shadow 0.15s ease-out;
    -o-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}
.home-other-product a{
	color:#262626;
	box-shadow: 0;
}
.home-other-product h4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 576px){
	.home-other-products p {
		height: 120px;
	}
	.home-other-product h4{
		height: 50px;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		line-height: 1.8rem;
}
}
.home-other-product .text-cta{
	font-size: 1.2rem !important;
    line-height: 1.6rem !important;
	color: #2c822c !important;
	cursor: pointer;
}
.home-other-product .text-cta:hover,.home-other-product .text-cta:focus{
	font-weight: bold !important;
}
.dom-title{
	display: flex;
	color: #ffffff;
	margin-left: 25px;
	padding-top: 20px;
}
@media (max-width: 991.98px){
	.dom-listing{
		display: flex;
		justify-content: center;
	}
	.dom-title{
		margin: 0 15px;
		min-width: 25%;
	}
}

.dom-title a{
    color: #ffffff;
    white-space: nowrap;
	text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s linear;
	font-weight: bold;
} 
.dom-title a:hover{
	text-decoration: none !important;
	color: #ffffff !important;
	border-color: #f27c1c;
} 
.dom-title span{
	color: #3bcc3b;
	font-weight: normal;
}
.dom-title .price{
	font-family: 'Noto Sans JP', sans-serif;
}
.dom-title-sm{
	font-size: 1.1rem;
}

/*.domain-ctld-icon-sm {
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/dom-ctld-flags.png");
	background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    background-size: 24px 6240px;
}
.domain-tld-icon-sm {
	height: 24px;
	background-image: url("../images/icons/dom-tld.png");
	background-repeat: no-repeat;
	display: inline-block;
    margin-right: 8px;
	background-size: 624px 24px;
}
.dom-ng {
    background-position: 0 -3936px;
}
.dom-africa {
    background-position: 0 0;
	width: 24px;
}
.dom-online {
	background-position: -24px 0;
	width: 84px;
}
.dom-com {
	background-position: -160px 0;
	width: 75px;
}
.dom-blog {
	background-position: -108px 0;
	width: 52px;
}
*/
.page_banner .title{
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
	    color: #f28520;
}
.page_banner .textfield{
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media (max-width: 575.98px){
	.page_banner .textfield{
		padding: 8px;
		font-size: 1.1rem;
	}
}
.page_banner .bttn {
    /* [disabled]border-top-left-radius: 0px; */
    /* [disabled]border-bottom-left-radius: 0px; */
	/* transform:scale(1);
    animation: pulse 0.6s infinite linear alternate;
    -webkit-animation: pulse 0.6s infinite linear alternate;*/
}
@keyframes pulse {
    to {
        transform:scale(1.3);
    }
}
@-webkit-keyframes pulse {
    to {
        transform:scale(1.3);
    }
}
.page_banner h1{
    font-size: 2.5rem;
    line-height: 3rem;
}
.page_banner p{
	font-size: 1.75rem;
	line-height: 2.1rem;
	font-weight: 200;
}
@media (max-width: 991.98px){
	.page_banner h1 {
		font-size:2rem;
		line-height: 2.5rem;
	}
	.page_banner p{
	font-size: 1.35rem;
	line-height: 1.7rem;
	font-weight: 200;
}
}


.page_banner p.small{
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: normal;
}
.page_banner li{
    font-size: 1rem;
    line-height: 1.4rem;
	padding-left: 5px;
}
.page_banner ul{
	padding-left: 15px;
}
.page_banner .fas{
	padding-right: 15px;
}
.page_banner .wrapper{
    margin-top: 250px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: white;
    text-shadow: -1px 1px 3px rgba(55,55,55,0.30);
}
.page_banner .center .wrapper{ 
    padding-left: 0 !important; 
}
.page_banner.two .wrapper{
	margin-top: 0;
    padding: 100px 25px;
}
.page_banner.two.small .wrapper{
	margin-top: 0;
    padding: 50px 25px;
}
@media (max-width: 575.98px){
	.page_banner.two .wrapper{
		margin-top: 0;
		padding: 60px 15px;
	}
	.page_banner.two.small .wrapper{
	margin-top: 0;
    padding: 50px 15px;
}
}
.page_banner .wrapper.box{
    background-color: rgba(255,255,255,0.95);
    color: #262626 !important;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 25px 35px 50px;
	text-shadow: unset;
}
.page_banner .notextshadow{
	text-shadow: unset !important;
}
.page_banner .right, .page_banner.right{
	display: flex;
	justify-content: flex-end;
}

.page_banner .center, .page_banner.center{ 
	justify-content: center;
	margin: auto!important;
}

@media (max-width: 991.98px){
	.page_banner .wrapper{
    margin-top: 150px;
    padding-left: 15px;
    padding-bottom: 40px;
    text-shadow: -2px 1px 5px rgba(55,55,55,0.60);
	}
	.page_banner .container{
		margin-left: 0;
		margin-right: 0;
	}
	.page_banner .wrapper.box{
    	text-shadow: 0px 0px;
		padding: 20px 25px 40px;
	}
}
.page_banner{
    background-size: cover;
	background-repeat: no-repeat;
	background-color: #f79826;
}

@media (max-width: 991.98px){
	.page_banner{
		background-position: center top !important;
	}
}
.page_banner.home{
    background-image: url("../images/banners/new-home-bg.jpg");
    background-position: right top;
}

.page_banner.home2{
    background-image: url("../images/banners/new-home-bg2.jpg");
    background-position: right top;
}
.page_banner.shared_hosting{
    background-image: url("../images/banners/banner-shared-hosting.jpg");
    background-position: right top;
}
.page_banner.country_package{
    background-image: url("../images/banners/country-package.jpg");
    background-position: left top;
}
.page_banner.africa_package{
    background-image: url("../images/banners/africa-package.jpg");
    background-position: left top;
}
.page_banner.windows_hosting{
    background-image: url("../images/banners/banner-windows-hosting.jpg");
    background-position: center top;
}
.page_banner.reseller_hosting{
    background-image: url("../images/banners/reseller-hosting.jpg");
    background-position: right top;
}
.page_banner.reseller_windows_hosting{
    background-image: url("../images/banners/reseller-windows-hosting.jpg");
    background-position: right top;
}
.page_banner.wordpress_hosting{
    background-image: url("../images/banners/wordpress-hosting.jpg");
    background-position: right top;
}
.page_banner.cloud{
    background-image: url("../images/banners/banner-cloud.jpg");
    background-position: right top;
}
.page_banner.webdesign{
    background-image: url("../images/banners/banner-webdesign.jpg");
    background-position: left top;
}
.page_banner.weebly{
    background-image: url("../images/banners/banner-weebly.jpg");
    background-position: right top;
}
.page_banner.site-lock{
    background-image: url("../images/banners/banner-sitelock.jpg");
    background-position: right top;
}
.page_banner.hosting{
    background-image: url("../images/banners/banner-hosting.jpg");
    background-position: right top;
}
.page_banner.vps{
    background-image: url("../images/banners/vps-hosting.jpg");
    background-position: right top;
}
.page_banner.dedicated{
    background-image: url("../images/banners/dedicated.jpg");
    background-position: center top;
	display: flex;
	justify-content: flex-end;
}

.page_banner.domain-name{
    background-image: url("../images/banners/domain-name.jpg");
    background-position: right top;
}
.page_banner.gtld-names{
    background-image: url("../images/banners/gtld-names.jpg");
    background-position: right top;
}
.page_banner.african-domain{
    background-image: url("../images/banners/africa-domain.jpg");
    background-position: right top;
}

.page_banner.nigerian-domain{
    background-image: url("../images/banners/banner-nigerian.jpg");
    background-position: right top;
}
.page_banner.domain-transfer{
    background-image: url("../images/banners/domain-transfer.jpg");
    background-position: left center;
}
.page_banner.video{
	background-color: white;
    position: relative;
	height: 75vh;
  	min-height: 39rem;
	overflow: hidden;
}
.page_banner video{
    position: absolute; 
	top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/*------------Hosting Plans & Table design -------------*/
.hosting-plans{
	color: white;
}
.hosting-plans a{
	color: white; 
}
.hosting-plans .heading{
	text-align: center;
	margin-bottom: 25px;
}
@media (max-width: 767.98px){
	hosting-plans .heading{
	margin-bottom: 25px;
	}
}
.hosting-plan{
    text-align: center;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	color: black;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hosting-plan{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.hosting-plan a{
	color: black;
	box-shadow: 0;
}
.hosting-plan.col-lg-4{
	padding-left: 25px;
	padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hosting-plan.col-md-4{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.hosting-plan .wrapper{
    padding: 25px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(38,38,38,0.20);
    box-shadow: 0 1px 10px 0 rgba(38,38,38,0.20);
    transform: translate3d(0,0,0);
    transition: 0.2s ease;
	height: 100%;
}
.hosting-plan.col-md-4 .wrapper{
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hosting-plan .wrapper{
    	padding: 15px;
	}
}
.hosting-plan .wrapper:hover{
    -webkit-box-shadow: 1px 1px 20px 0 rgba(38,38,38,0.30);
    box-shadow: 1px 1px 20px 0 rgba(38,38,38,0.30);
    /*transform: translate3d(0,-5px,0);*/
	webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.hosting-plan .hosting-title{
    font-size: 1.4rem;
	padding-bottom: 15px;
    font-weight: bold;
    color: #F27C1C;
}
.hosting-plan-special .hosting-title, .hosting-plan-special .duration{
	color: white !important;
}

.hosting-plan .description{
    height: 75px;
    margin-top: 10px;
    font-size: 15px;
}
.hosting-plan .price{
    font-size: 2.85rem;
    line-height: 3.15rem;
    font-weight: bold;
    color: #F27C1C;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hosting-plan .price{
		font-size: 2.6rem;
		line-height: 3rem;
	}
}
.hosting-plan .currency{
	font-family: 'Noto Sans JP', sans-serif;
}
.hosting-plan-special .price{
	color: white;
}
.hosting-plan .duration{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: #F27C1C;
}
.hosting-plan .details{
	margin-top: 25px;
}
.hosting-plan .details li{
	margin-bottom: 10px;
}
.hosting-plan .bttn{
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 6px;
	text-decoration: none;
	background-color: #2c822c;
    white-space: nowrap;
    border-width: 0;
	color: white;
	display: block;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 500;
	margin-top: 25px;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
.hosting-plan .bttn:hover{
	background-color: #3bcc3b;
}

  .popover {
    background-color: #262626;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem;
      border-bottom-color: #262626!important;
}
  .popover-body {
    background-color: #262626;
    color: #FFFFFF;
    padding: 10px 25px;
  }
 .popover-header {
    background-color: #262626;
    color: #FFFFFF;
    padding: 5px 25px;
  }
  

/*------------End of Hosting Plans & Table design -------------*/
.hosting-types{
	padding-bottom: 100px;
}

.hosting-types .container-fluid {
	max-width: 1300px;
	padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	 .hosting-type.featured .featured-body{
		padding-right: 10px;
    	padding-left: 0; 
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.hosting-type.featured .featured-img{
		padding-right: 10px;
    	padding-left: 10px; 
	}
}
.hosting-type.featured h4{
	white-space: nowrap !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hosting-type.featured h4{
		font-size: 1.25rem;
}
}
.hosting-include{
	display: flex;
	margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hosting-include{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.hosting-include p, .hosting-includes .special p{
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0;
}
.hosting-include img{
	width: 32px;
	height: 32px;
	margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hosting-include img{
		margin-right: 15px;
	}
}
.hosting-include h5{
	margin-top: 8px;
}
.hosting-includes .special{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 60px;
}
.hosting-includes .special .wrapper{
	display: flex;
	position: relative;
	background-color: white;
    padding: 20px 50px 20px 20px;
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 25px 0 rgba(38,38,38,0.10);
    box-shadow: 0 1px 25px 0 rgba(38,38,38,0.10);
}
.hosting-includes .special img{
	width: 64px;
	height: 64px;
	margin-right: 25px;
}
@media (max-width: 991.98px){
	.hosting-includes .special img{
		margin-right: 15px;
	}
}
.hosting-includes .special .promo{
	position: absolute;
    top: 0px;
    right: 0;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.hosting-includes .special .promo div{
	background: #00aee5;
    color: #fff;
    font-size: 0.8rem;
    width: 150px;
    padding: 8px;
    position: relative;
    right: -30px;
    top: 20px;
    transform: rotate(40deg);
	text-align: center;
}
@media (max-width: 414px){
	.hosting-includes .special .promo div{
		opacity: 0.85;
	}
}
@media (min-width: 992px){
	.hosting-size{
		max-width: 1300px;
		padding: 0 25px;
	}
}
@media (max-width: 991.98px){
	.hosting-size{
		text-align: center !important;
		margin-bottom: 60px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hosting-option.featured.featured-vertical{
		padding-left: 10px;
    	padding-right: 10px
	}
}
@media (max-width: 575.98px){
	.hosting-option.featured.featured-vertical{
		padding-left: 15px;
    	padding-right: 15px
	}
}
.hosting-option.featured{
	margin-top: 25px !important
}
.hosting-option .featured-icon{
	background-color: white !important;
}
.hosting-option .featured-icon img{
	padding: 20px 0 0;
	max-height: 100px !important;
}
.hosting-option .featured-body{
	padding: 0 10px 0!important;
	margin-top: 0 !important;
}
.hosting-option  .title{
	text-align: center !important;
	font-size: 1.4rem !important;
}
.hosting-option  .price{
	font-size: 1.2rem !important;
	line-height: 1.5rem !important;
	margin-top: 10px !important;
}
.hosting-option  .pricefrom{
	font-size: 1rem !important;
}
.hosting-option a{
	color:#2c822c;
}
.hosting-option a:hover, .hosting-option a:focus{
	font-weight: bold;
	color: #259747;
}
/*------------Start of Hosting Chart -------------*/
.plan_chart{
	font-size: 1rem;
	overflow: auto;
}
@media (max-width: 991.98px){
	.plan_chart{
		max-width: 100% !important;
	}
}
@media (max-width: 991.98px){
	.plan_chart .col-12{
		padding: 0;
	}
}
.plan_chart table tr td,.plan_chart table tr th{
	padding: 15px 15px;
	border: 1px solid #DCDCDC;
	border-left: 1px solid transparent;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 767.98px){
	.plan_chart table tr td,.plan_chart table tr th{
		padding: 15px 20px;
	}
}
.plan_chart table{
	margin: auto;
	color: #262626;
	width: 100%;
}
.plan_chart table tbody tr td:first-child{
	text-align: left;
    width: 270px;
}
.plan_chart table tr td:last-child{
	border-right: 1px solid transparent;
}
.plan_chart table tr th{
	font-weight: bold;
	font-size: 1.2rem;
	border-top: 1px solid transparent;
	background-color: #f7f7fc;
}
.plan_chart table tr th:last-child{
	border-right: 1px solid transparent;
}
.plan_chart table tbody:last-child td{
	border-bottom: 1px solid transparent;
}
.plan_chart .category{
	background-color: #f7f7fc;
	font-weight: bold;
	font-size: 1.2rem;
	padding-bottom: 0;
	padding-top: 0;
}
.plan_chart .category a{
	display: block;
	color: #262626;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 15px;
}
.plan_chart .category:hover{
	background-color: #F5F5F5;
}
.plan_chart table tbody tr td span.fas.fa-check{
	font-size: 2rem;
	color: #2c822c;
}
.plan_chart .bttn{
    padding: 10px 35px;
    font-size: 1rem;
    border-radius: 6px;
	text-decoration: none;
	background-color: #2c822c;
    white-space: nowrap;
    border-width: 0;
	color: white;
	display: block;
	margin-top: 15px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 500;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
}
.plan_chart table tbody:last-child td .bttn{
	margin-top: 5px;
}
.plan_chart .bttn:hover{
	background-color: #3bcc3b;
}

.plan_chart [data-toggle="collapse"] i:before{
    content: "\f146";
}

.plan_chart [data-toggle="collapse"].collapsed i:before{
    content: "\f0fe";
}

.plan_chart .fa{
	float: right;
	color: #DCDCDC !important;
}

/*------------Start of Why Africa Server Carousel -------------*/
.why-AS{
    padding-top: 70px;
    padding-bottom: 70px;
}
@media (min-width: 992px){
	.why-AS .carousel-item{
		display: block;
		margin-right: 0;
	}
	.why-AS .carousel-item {
		width: 25%;
	}
}
.why-AS .carousel-inner{
	margin: 0;
}
@media (max-width: 991.98px){
	.why-AS .carousel-item{
		margin-bottom: 50px;
	}
}
.why-AS .carousel h4{
	margin: 1.5rem 0;
}
@media (min-width: 992px){
	.carousel-indicators{
		display: none;
	}
}
.carousel-indicators li {
	background-color: #00aee5;
}
.why-AS .carousel .highlight-img {
	max-width: 85px;
	max-height: 85px;
	margin: auto;
}
/*------------End of Why Africa Server Carousel -------------*/

/*------------Start of Featured Items -------------*/
.featured{
    text-align: center;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	color: #262626;
}

.featured .wrapper{
    padding: 25px;
    background-color: white;
    border-radius: 5px;
}
.featured .wrapper.animate{
    transform: translate3d(0,0,0);
    transition: 0.2s ease;
}
.featured .wrapper.animate:hover{
    transform: translate3d(0,-5px,0);
}
.featured .wrapper.shadows{
    -webkit-box-shadow: 0 1px 15px 0 rgba(38,38,38,0.20);
    box-shadow: 0 1px 15px 0 rgba(38,38,38,0.20);
	transition: box-shadow 0.3s linear;
}
.featured .wrapper.shadows:hover{
    -webkit-box-shadow: 1px 1px 35px 0 rgba(38,38,38,0.50);
    box-shadow: 1px 1px 35px 0 rgba(38,38,38,0.50);
}
.featured .wrapper.shadows-small{
    -webkit-box-shadow: 0 1px 5px 0 rgba(38,38,38,0.20);
    box-shadow: 0 1px 5px 0 rgba(38,38,38,0.20);
    transition: box-shadow 0.15s linear;
}

.featured .wrapper.shadows-small:hover{
    -webkit-box-shadow: 1px 1px 10px 0 rgba(38,38,38,0.40);
    box-shadow: 1px 1px 10px 0 rgba(38,38,38,0.40);
}
.featured .wrapper.shadows.nohover:hover{
   -webkit-box-shadow: 0 1px 15px 0 rgba(38,38,38,0.20);
    box-shadow: 0 1px 15px 0 rgba(38,38,38,0.20);
}
.featured .featured-img img{
	max-height: 100px;
	width: auto;
	margin: auto !important;
	text-align: center !important;
}
.featured .title{
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: left;
    padding: 0;
}
@media (max-width: 767.98px){
	.featured .title{
		font-size:1.2rem;
		line-height: 1.5rem;
	}
}
.featured .price{
    font-size: 2.85rem;
    line-height: 1;
    font-weight: bold;
    color: #808080;
	margin-top: 25px;
}
@media (max-width: 575.98px){
	.featured .price{
    	font-size: 2rem;
		line-height: 2.5rem;
		margin-top: 5px;
	}
}
.featured .bttn{
	margin-top: 25px;
}
@media (max-width: 575.98px){
	.featured .bttn{
		margin-top: 15px;
}
	}
@media (max-width: 575.98px){
	.featured-vertical{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
}
	}
.featured-vertical .row{
	display: block;
}

.featured-vertical  .description {
	height: 75px;
	font-size: 1rem;
}
@media (max-width: 575.98px){
	.featured-vertical  .description {
	height: 65px;
	font-size: 0.85rem;
	line-height: 1rem;
	color: #808080;
	}
}
.featured-vertical  .featured-icon img{
	max-height: 80px;
	width: auto !important;
	margin: auto !important;
	text-align: center !important;
}
.featured-vertical  .featured-icon {
	background-color: #f7f7fc;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media (max-width: 575.98px){
	.featured-vertical  .featured-icon img{
		max-height: 60px;
	}
}
.featured-vertical  .featured-img img{
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: auto !important;
    text-align: center !important;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.featured-vertical  .wrapper{
    padding: 0;
}
.featured-vertical .featured-body {
	margin: auto;
	text-align: center;
	padding: 25px;
}
@media (max-width: 575.98px){
	.featured-vertical .featured-body {
    /* [disabled]margin-top: 10px; */
    padding: 15px;
	}
}
.featured-vertical .footer{
	margin: auto;
	text-align: center;
	padding: 25px;
}
@media (max-width: 575.98px){
	.featured-vertical .footer {
		padding: 10px 10px 25px;
	}
}
.pricefrom{
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #808080;
    display: block;
}
/*------------End of Featured Items -------------*/

.faq a.card-link{
	display: block;
}
.faq .card{
	margin-bottom: 10px;
    border-radius: 5px;
}

.faq [data-toggle="collapse"] i:before{
    content: "\f00d";
}

.faq [data-toggle="collapse"].collapsed i:before{
    content: "\f078";
}
.faq .fa{
	float: right;
	color: #2c822c !important;
}

.simple-features-list li{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.6rem;
	font-weight: bold;
	display: flex;
}

.simple-features-list li .fas{
	padding-right: 15px;
	padding-top: 5px;
	color: #2c822c;
}

.thin-banner .icon img{
	max-width: 100px;
	max-height: 100px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.thin-banner .button-group-vertical{
		flex-direction: row;
		align-items:flex-end;
	}
	.thin-banner .button-group-vertical .bttn{
		margin:  10px;
	}
}

.toggle-bar .wrapper{
    text-align: center;
    display: flex;
	border: solid 1px #DCDCDC;
	border-radius: 25px;
}

.toggle-bar .wrapper a{
	background-color: #f7f7fc;
	color: #808080;
	padding: 10px 10px;
	font-size: 1rem;
	font-weight: bold;
	border-right: solid 1px #DCDCDC;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toggle-bar .wrapper a:first-child{
	border-radius: 25px 0 0 25px;
}
.toggle-bar .wrapper a:last-child{
	border-radius:  0 25px 25px 0;
	border-right: none;
}
.toggle-bar .wrapper a.active{
	background-color: #DCDCDC !important;
	color: white;
}
.toggle-bar .wrapper a:hover{
	background-color: #DCDCDC;
	color: white;
}
.toggle-bar .wrapper a .fab{
	font-size: 1.5rem;
}


/*------------Domain-------------*/

.page_banner.domain-name{
	padding-bottom: 25px;
}
.domain-name .textfield, .african-domain .textfield{
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media (max-width: 991.98px){
	.domain-name .textfield{
		font-size: 1.2rem;
	}
}
.domain-name .bttn, .african-domain .bttn{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.featured-domain .bttn-small{
	font-size: 1rem;
	padding: 6px 2px;
	width: 90%;
}
@media (max-width: 575.98px){
	.featured-domain{
		padding: 5px;
	}
}

.domain-name-africa-ad .image{
	background-color: #170c0b;
	min-height: 220px;
}
.domain-name-africa-ad2{
    background-image: url("../images/african_domain_img_wide.jpg");
    background-size: cover;
    background-position: center bottom;
}

.domain-featured .featured .bttn{
	margin-top: 0;
}
.african-domain{
	text-align: left !important;
}
.african-domain a {
	color: #262626 !important;
}
.african-domain a :hover .title {
	text-decoration: underline;
	color: #259747;
}
.african-domain .header{
    display: flex;
    margin: 0;
    align-items: center;
    /* [disabled]justify-content: space-between; */
    background-color: #f7f7fc;
    padding: 15px 25px;
}
@media (max-width: 575.98px){
	.african-domain .header{
		padding: 15px 15px;
	}
}
.african-domain.cctld .header{
    justify-content: space-between; 
}
.african-domain .header img{
	height: 40px;
	width: 40px;
	margin-right: 15px;
}
@media (max-width: 767.98px){
	.african-domain .header img{
		height: 30px;
		width: 30px;
		margin-right: 10px;
	}
}
@media (max-width: 575.98px){
	.african-domain .wrapper{
    /* [disabled]padding: 15px; */
	}
}
.african-domain .featured-body{
	text-align: left;
	padding: 25px;
}
.african-domain .description{
	height: auto;
	font-weight: bold;
}
.african-domain .pricefrom{
    font-size: 1rem;
	display: block;
	font-weight: normal;
	line-height: 1.5rem;
}
.african-domain .featured .title{
	font-weight: normal;
}
.african-domain .featured .fas.fa-info-circle{
	font-size: 1.2rem;
	text-align: right;
	justify-content: flex-end;
}
.african-domain .price{
    font-size: 1.85rem;
}
.domain-gtld-ad .col-12 ul li{
	display: inline-block;
	justify-content: center;
	width: 160px;
}
@media (max-width: 575.98px){
	.domain-gtld-ad .col-12 ul li{
		width: 140px;
	}
}
.domain-gtld-ad .col-12 ul li img{
	height: 70px;
	width: 140px;
}
.domain-gtld-ad .bttn{
	max-width: 300px;
}
.domain-list-container{
	margin-top: 30px;
}
.domain-list .accordion {
    width: 100%;
	max-height: 520px;
	overflow-y: scroll;
    padding-right: 5px;
    padding-left: 5px;
}
.domain-list .accordion::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.domain-list .accordion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.domain-list .accordion::-webkit-scrollbar-thumb {
  background: #808080; 
  border-radius: 10px;
}

/* Handle on hover */
.domain-list .accordion::-webkit-scrollbar-thumb:hover {
  background: #f27c1c; 
}
.domain-list .card{
    margin-bottom: 5px;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
}

.domain-list .card-header{
	display: flex;
	align-items: center;
	padding: 15px 0;
	background-color: inherit;
	background-color: #f7f7fc !important;
}
.domain-list .card:nth-child(2n) .card-header{
	background-color: white !important;
    border-bottom: 2px solid #e5e5e5 !important;
}
.domain-list-price{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	padding-right: 10px;
}
@media (max-width: 575.98px){
	.domain-list-price{
		font-size: 1rem;
	}
}
.domain-list-price .col{
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #e5e5e5;
}
.domain-list-price .col:first-child{
	border-color: transparent;
}
.domain-list .card-header .col, .domain-list-price .col{
	padding-right: 3px;
    padding-left: 3px;
	text-align: center;
}
.domain-list-price :first-child{
    padding-left: 20px;
	text-align: left;
}
.domain-list .card-body{
	background-color: white;
	padding-left: 0;
	padding-right: 0;
}
.domain-list .card-link{
	color: #f27c1c;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	padding-left: 20px;
	text-align: left;
}
.domain-list .textfield{
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}

.domain-list .search{
	display: flex;
	justify-content: center;
}
.domain-list .textfield{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	font-size: 1rem;
	border-color: #e5e5e5;
	border-right-color: transparent;
}
.domain-list .bttn{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	padding: 8px 25px;
	width: auto;
}
@media (max-width: 575.98px){
	.domain-list .bttn{
		padding: 8px 15px;
	}
}
.domain-list a.fas.fa-times-circle{
	font-size: 2rem;
	line-height: 2.4rem;
	margin-left: 40px;
	color: #e5e5e5;
}
@media (max-width: 575.98px){
	.domain-list a.fas.fa-times-circle{
		display: none;
	}
}
.domain-list .sale{
	position: absolute;
	left: -17px;
	top: -13px;
	overflow: hidden;
}
.domain-list .sale img{
	width: 65px;
	height: 55px;
}
@media (max-width: 767.98px){
	.domain-search-exact .domain-search-body, .domain-search-price .price{
		text-align: center !important;
	}
}
.domain-search-exact .domain-name{
	font-size: 2rem;
	word-break: break-all;
	padding-right: 20px;
}
@media (max-width: 767.98px){
	.domain-search-exact .domain-name{
		font-size: 1.6rem;
		padding-right: 0;
}
}
.domain-result{
	margin-top: 5px;
}
.domain-search-exact .domain-name .fas.fa-check{
	font-size: 1.6rem;
}
@media (max-width: 767.98px){
	.domain-search-exact .domain-name .fas.fa-check{
		font-size: 1rem;
}
}
.domain-search-price .price{
	font-size: 1.5rem !important;
	margin: 0;
	margin-right: 25px;
}
@media (max-width: 767.98px){
	.domain-search-price .price{
		margin: 15px;
	}
}

.domain-search-price .bttn{
	margin: 0;
}
.domain-alternatives .alternative{
	background-color:#f7f7fc ;
    border-bottom: 2px solid #e5e5e5 !important;
}
.domain-alternatives .alternative:nth-child(2n){
	background-color: white !important;
    border-bottom: 2px solid #e5e5e5 !important;
}
.domain-alternatives .domain-name{
	font-size:1.5rem ;
	line-height: 2.5rem;
}
@media (max-width: 767.98px){
	.domain-alternatives .domain-name{
	font-size:1.3rem ;
	line-height: 2rem;
	word-break: break-all;
}
}


/*************** Website Design Page***********/
.design-options{
	color: white;
}


.design-options .nav .nav-item .nav-link{ 
	padding: 10px 50px;
	background-color: #ffffff;
	border-radius: 0.35rem;
	cursor: pointer;
	font-size: 1rem;
}
.design-options .nav .nav-item .nav-link{
	color: #262626;
}
.design-options .nav .nav-item:first-child .nav-link{ 
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.design-options .nav .nav-item:last-child .nav-link{ 
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.design-options .nav-pills .nav-link.active {
    background-color: #F27C1C !important;
	color: white;
}
.design-options .plans .price{
	margin-top: 15px;
}

/*************** End of Website Design Page***********/
