html {
    scroll-behavior: smooth;
}
/* Banner Social Icons */
.banner-social-icons {
    position: absolute !important;  
    top: 50%;  
    transform: translateY(-50%);  
    right: 0;
}
.banner-social-icons .kb-svg-icon-wrap:hover {  
    background: #38ACA8 !important;  
    color: #fff !important;
}
/* Pricing Plan Section */
.pricing-plan:hover *{
    color: #ffffff !important;
}
.pricing-plan:hover a {
    background: #fd9009 !important;
}
/* Domain Search */
.domain-serach-con span {
	display: none;
}
.domain-serach-con span.dot {
    display: block;
}
.domain-serach-con input {
    width: 100% !important;
    border: 1px solid #38ACA838;
	height: 35px;
    border-radius: 100px;
}
.domain-serach-con input, .domain-serach-con input[type="submit"] {
	font-size: 16px;
    padding: 10px 25px;
}
.domain-serach-con input:focus,
.domain-search-btns button:focus{
    outline: none;
}
.domain-serach-con input[type="submit"]{
    width: 170px !important;
	height: 58px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #FF7E19;
	color: #ffffff;
    background: #FF7E19;
    font-weight: 600;
}
.domain-serach-con input[type="submit"]:hover{
    background: #38aca8;
    border-color: #38aca8;
}
.domain-serach-con input::placeholder{
    color: #666666;
    font-weight: 500;
}
.domain-serach-con select {
	font-size: 16px;
    height: 58px;
    border: 1px solid #38ACA838;
    width: 120px;
    padding: 0 10px;
    border-radius: 100px;
    color: #666666;
    background-color: #ffffff;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}
.domain-serach-con select:focus {
	outline: none;
}
/* Testimonial Section */
.testimonial-section .wp-block-kadence-testimonials .kt-blocks-carousel-init {
	padding-left: 0;
}
.testimonial-section .kt-testimonial-meta-wrap {
    margin-top: 25px;
}
/* Faq Section */
.faq-section .kt-blocks-accordion-header {
    cursor: pointer;
}
.faq-section .kt-blocks-accordion-header:focus {
	outline: none;
}
.faq-section .wp-block-kadence-pane {
   box-shadow:  0px 0px 30px 0px rgba(56, 172, 168, 0.15);
}
.faq-section .kt-blocks-accordion-header.kt-accordion-panel-active {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.faq-section .kt-blocks-accordion-icon-trigger {
    width: 22px;
    min-width: 22px;
}
.faq-section  .kt-blocks-accordion-icon-trigger:after, .faq-section  .kt-blocks-accordion-icon-trigger:before, .faq-section .kt-blocks-accordion-icon-trigger:after, .faq-section .kt-blocks-accordion-icon-trigger:before {
    width: 18px;
    height: 3px;
}
/* Domain Pricing */
.domain-price-inner-con .table {
    box-shadow: 0px 0px 30px 0px rgba(56, 172, 168, 0.15);
    border-radius: 10px;
}
.domain-price-inner-con .table thead th, .domain-price-inner-con .table tbody tr td {
    color: #232e3d;
}
.domain-price-inner-con .table thead th {
    font-weight: 600;
    background: #38aca8;
    font-family: "Inter", serif;
    border-top-color: #38aca8;
    border-top: none;
    color: #ffffff;
}
.domain-price-inner-con .table thead th:first-child, .domain-price-inner-con .table tbody tr td:first-child {
    border-left: none;
}
.domain-price-inner-con .table thead th:last-child, .domain-price-inner-con .table tbody tr td:last-child {
    border-right: none;
}
.domain-price-inner-con .table tbody tr:last-child td {
    border-bottom: none;
}
.domain-price-inner-con .table thead th:first-child {
    border-top-left-radius: 10px;
}
.domain-price-inner-con .table thead th:last-child {
    border-top-right-radius: 10px;
}
.domain-price-inner-con .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.domain-price-inner-con .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
/* Comparison Pricing */
.reseller-price-plan p {
    font-size: 16px;
    color: #232e3d;
}
.reseller-price-plan .price_txt span {
    color: #232e3d;
    font-weight: 600;
}
.reseller-price-plan span.numeric1 {
    font-size: 42px;
    line-height: 42px;
    color: #232e3d;
    font-weight: 700;
}
.month-title small {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.reseller-inner-con thead th {
    border: 1px solid rgb(0 0 0 / 15%);
    border-bottom: 0;
    background: #ffffff;
}
.reseller-inner-con tbody td {
    color: #232e3d;
    border-left-color: rgb(0 0 0 / 15%);
    border-right-color: rgb(0 0 0 / 15%);
    background: #ffffff;
}
.reseller-inner-con table tfoot tr td:not(:first-child) {
    border: 1px solid rgb(0 0 0 / 15%);
    border-top: 0;
    background: #ffffff;
    border-right: 0;
}
.reseller-inner-con table tfoot tr td:last-child {
    border-right: 1px solid rgb(0 0 0 / 15%); 
}
.reseller-inner-con table tbody tr td:first-child {
    font-weight: 700;
    color: #ffffff;
    background: #38aca8;
    font-family: "Inter", serif;
    border-left: 0;
    border-right: 0;
}
.reseller-inner-con tfoot a {
    border: 1px solid #38aca8;
    font-weight: 600;
    background: #38aca8;
    padding: 13px 20px;
    border-radius: 100px;
}
.reseller-inner-con tfoot a i {
    display: none;
}
.reseller-inner-con tfoot a:hover {
    background: #ff7e19;
    border-color: #ff7e19;
    color: #ffffff;
}
/* Vps Pricing */
.vps-inner-con {
    box-shadow: 0px 0px 40px 0px rgba(56, 172, 168, 0.15);
    border: none;
    border-radius: 10px;
}
.slider-container #slider .ui-slider-range {
    background: #38aca8;
}
.product-con {
    background: #38aca8;
    border: none;
    border-radius: 10px; 
}
.image_holder img {
    filter: invert(1);
}
.image_holder small {
    color: #ffffff;
}
.price_content .value {
    color: #ffffff;
}
.vps-inner-con > p {
    background: #38aca8;
    color: #ffffff;
    border-radius: 0 0 10px 10px;
}
.price_txt .dollar, .price_txt .numeric1, .price_txt .numeric2, .price_rangetxt span, .price_rangetxt div.current, .price_rangetxt small {
    color: #232e3d;
}
.vps_btn.generic-btn a {
    border: 1px solid #ff7e19;
    font-weight: 600;
    background: #ff7e19;
    padding: 15px 40px;
    border-radius: 100px;
}
.vps_btn.generic-btn a i {
    display: none;
}
.vps_btn.generic-btn a:hover {
    background: #38aca8;
    border-color: #38aca8;
    color: #ffffff;
}
/* Dedicated Pricing */
.dedicated-inner-con {
    box-shadow: 0px 0px 30px 0px rgba(56, 172, 168, 0.15);
    border-radius: 10px;
}
.dedicated-inner-con table {
    border: none;
}
.dedicated-inner-con table tr th {
    font-size: 16px;
    background: #38aca8;
    color: #ffffff;
    border-bottom: 1px solid #38aca8;
    font-family: "Inter", serif;
}
.dedicated-inner-con table td {
    color: #232e3d;
}
.dedicated-inner-con table .generic-btn a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    background: #38aca8;
    text-transform: capitalize;
}
.dedicated-inner-con table .generic-btn a:hover {
    background: #ff7e19;
    color: #ffffff;
}
/* Data Center */
.map-and-content-con {
    background: #ffffff;
    border-radius: 10px;
}
.map-location-inner-con .nav-pills .nav-link {
    color: #ffffff;
}
.map-location-inner-con .nav-pills .nav-link i {
    background: #ffffff;
    color: #232e3d;
}
.map-location-inner-con .nav-pills .nav-link:hover i, .map-location-inner-con .nav-pills .nav-link.active i {
    background: #ff7e19;
    color: #ffffff;
}
.map-location-inner-con .nav-pills .nav-link {
    border-radius: 10px;
    font-family: "Inter", serif;
}
.map-location-inner-con .nav-pills .nav-link.active, .map-location-inner-con .nav-pills .nav-link:hover {
    background: #ffffff;
    color: #232e3d;
}
.map-content-details-con::-webkit-scrollbar-track {
    border-radius: 10px;
}
.map-content-details-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff7e19;
}
.country-details ul li a:hover {
    color: #ff7e19;
}
.country-details h6 {
    font-family: "Inter", serif;
    color: #232e3d;
}
.country-details ul li {
    color: #666666;
}
@media screen and (max-width: 1366px) {
    .banner-img figure { 
        margin-right: 0 !important;
    }
    .banner-social-icons {
        display: none;  
    }
}
@media screen and (max-width: 1024px) {
	.domain-serach-con input {
		height: 33px;
	}
	.domain-serach-con input, .domain-serach-con input[type="submit"] {
		padding: 8px 20px;
	}
	.domain-serach-con input[type="submit"]{
		width: 170px !important;
		height: 52px;
	}
	.domain-serach-con select {
		height: 52px;
	}
	.faq-section .kt-blocks-accordion-icon-trigger {
		width: 20px;
		min-width: 20px;
	}
	.faq-section  .kt-blocks-accordion-icon-trigger:after, .faq-section  .kt-blocks-accordion-icon-trigger:before, .faq-section .kt-blocks-accordion-icon-trigger:after, .faq-section .kt-blocks-accordion-icon-trigger:before {
		width: 14px;
	}
	.blog-section .wp-block-kadence-posts.grid-cols {
		column-gap: 30px;
		row-gap: 30px;
	}	
}
@media screen and (max-width: 991px) {
    .reseller-inner-con ul {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .reseller-inner-con li {
        margin: 0 5px;
    }
    .reseller-inner-con li:first-child {
        margin-left: 0;
    }
    .reseller-inner-con li:last-child {
        margin-right: 0;
        border-right: none;
    }
    .reseller-inner-con button {
        background: #38aca8;
        border-color: #38aca8;
        color: #ffffff;
        height: 50px;
        border-radius: 100px;
    }
    .reseller-inner-con li.active button {
        color: #ffffff;
        background: #ff7e19;
        border-color: #ff7e19;
    }
    .reseller-inner-con thead th, .reseller-inner-con tbody td:not(:last-child) {
        border-right: 1px solid rgb(0 0 0 / 15%) !important;
    }
    .reseller-inner-con tbody td:first-child {
        border-right: none !important;
    }
    .reseller-inner-con tfoot a {
        padding: 11px 30px;
        width: auto;
        display: inline-block;
    }
    .reseller-inner-con table tfoot tr td:not(:first-child) {
        border-right: 1px solid rgb(0 0 0 / 15%) !important;
    }
    .vps_btn.generic-btn a {
        padding: 14px 30px;
    }
}
@media screen and (max-width: 767px) {
	.domain-serach-con input {
		height: 30px;
	}
	.domain-serach-con input, .domain-serach-con input[type="submit"] {
		font-size: 14px;
		padding: 8px 20px;
	}
	.domain-serach-con input[type="submit"]{
		width: 150px !important;
		height: 48px;
	}
	.domain-serach-con select {
		font-size: 14px;
		height: 48px;
	}
    .testimonial-section .kt-testimonial-meta-wrap {
        margin-top: 15px;
    }
	.faq-section .kt-blocks-accordion-icon-trigger {
		width: 18px;
		min-width: 18px;
	}
	.faq-section  .kt-blocks-accordion-icon-trigger:after, .faq-section  .kt-blocks-accordion-icon-trigger:before, .faq-section .kt-blocks-accordion-icon-trigger:after, .faq-section .kt-blocks-accordion-icon-trigger:before {
		width: 12px;
	}
    .reseller-inner-con button {
        height: 45px;
    }	
    .reseller-inner-con ul {
        margin-bottom: 30px;
    }
    .reseller-inner-con tfoot a {
        padding: 9px 25px;
    }
    .vps_btn.generic-btn a {
        padding: 12px 25px;
    }
}
@media screen and (max-width: 575px) {
	.domain-serach-con span.dot {
		display: none;
	}
	.domain-serach-con .wp24-dc form > div {
		display: block;
	}
	.domain-serach-con .wp24-dc .dc-form span.dot {
		display: none;
	}
	.domain-serach-con form input {
		width: 60% !important;
		margin: 0 !important;
	}
	.domain-serach-con form input[type="submit"]{
		width: 100% !important;
		margin-top: 10px !important;
	}
	.domain-serach-con form select {
        margin: 0 !important;
        width: 24% !important;
        margin-left: 10px !important;
	}
    .reseller-inner-con tbody td:first-child i {
        top: 17px;
    }
}