@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');

body, h1, h2, h3, h4, h5, h6{
    font-family: 'Maven Pro', sans-serif;
}

.home_title{    
    font-family: 'Bowlby One SC', cursive;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 80px;
}

.blueTxt, .main_nav ul li.active a,
.cta_title{
    color: #505061;
}

.btn-primary{
    background-color: #505061;
    border-color: #505061;
}

.main_nav ul li a:hover,
.footer_logo span,
.footer_list_title,
.footer_list li a:hover,
.package_price,
.pricing_item:hover .pricing_title{
    color: #90b4ce;
}

.main_nav ul li a{
    text-transform: uppercase;
    font-weight: 700;
    opacity: .7;
    color: #9E9E9E;
}

.domain_search_dropdown,
.intro_col:nth-child(3) .intro_icon_container,
.contact_input,
.service_button:hover,
.intro_button:hover{
    background: #90b4ce;
}

.service:hover{
   border-color: #90b4ce;
}
	       

.domain_search_button,
.intro_button,
.footer,
.pricing_button,
.pricing_title,
.cta_button,
.intro_col:nth-child(3) .intro_icon_container{
    background: #505061;
}

.pricing_button a,
.cta_button a{
    color: #fff;
}

.contact_button,
.pricing_button:hover{
    background: #01579B;
    color: #ffffff;
}

.header.scrolled{
    background: #fff;
    border-bottom: thin solid #eeeeee;
}

.domain_search_button{
    color: #ffffff;
} .domain_search_button:hover{
    color: #000;
}

.intro_col:nth-child(3) .intro_icon_container::before{
    background: rgba(80, 80, 97, .5)
}
						      
#domainAvailbilityInfo{
    display: none;
    padding: 40px;
}

.domain_search_dropdown{
    z-index: 100;
}

.cta_price{
    color: #505061
}

.service_text{
    height: 280px;
}

.why{
    padding-top: 70px;
}

/*********************************
7. Why Choose Us
*********************************/

.why
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 94px;
	padding-bottom: 94px;
}
.why_text
{
	margin-top: 51px;
}
.why_list
{
	margin-top: 38px;
}
.why_list ul li
{
	font-size: 15px;
	font-weight: 400;
	color: #656566;
}
.why_list ul li:not(:last-of-type)
{
	margin-bottom: 17px;
}
.why_list ul li > div
{
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #1befc5;
	margin-right: 12px;
}
.why_list ul li > div::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content: '';
	background: #7836c6;
	z-index: 1;
}
.why_image
{
	position: absolute;
	right: 15px;
	bottom: -57px;
	width: calc(100% - 30px);
}
.why_image img
{
	max-width: 100%;
}

.dropdown-item{
    color: #424242 !important;
}

.pkgTable{
    color: #323539;
}

.pkgTable thead tr th h3{
    color: #ffffff !important;
    text-align: center;
}

.pkgTable thead tr th{
    background: #323539;
    border: none;
}

.pkgTable tbody tr th{
    background: #323539;
    text-align: center;
    border: none;
}

.pkgTable tbody tr{
    font-weight: bold;
}

.table-dark td, .table-dark th, .table-dark thead th{
    border-color: #98bad2;
}

.gridIcons{
    position: absolute;
    width: 72px;
    margin-right: .5em;
}

.gridHeads{
    margin-top: 30px;
    color: #3F3F44;
    padding-left: 90px;
}

.gridParas{
    color: #3F3F44;
    line-height: 1.5;
    font-weight: 400;
    margin-top: .5em;
    padding-left: 93px;
}

.pricelistDark{
    color: #ffffff;
    text-align: left !important;
    width: 30%;
    padding-left: 2.8em !important;
}
