html {
    margin-top:0 !important;
}

.kt-blocks-accordion-header {
    cursor: pointer;
}
.banner-para {
    font-size: 20px;
    line-height: 30px;
}
.hover-state a:hover {
    color: #000;
}
.banner-links-wrapper > div span.kt-btn-inner-text {
    font-family: 'Averta demo custom';
    font-size: 20px;
    line-height: 30px;
}

.email-link {
    font-size: 20px;
	display:flex;
    font-family: 'Averta demo custom';
	justify-content:space-between;
	align-items:center;
	font-weight:800;
}

.email-link:before {
    content: '';
    display: block;
    background-image: url('/wp-content/uploads/2024/09/mail-icon.svg');
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.country-list  > div > div > ul {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
}

.country-list-items.city-list {
    width: 100%;
}

/* .country-list-items ul li span {
    font-weight: 700 !important;
} */
.count-up-content-wrapper span.kb-count-up-title {
    font-family: 'Averta demo custom';
    font-size: 18px;
}

.count-up-content-wrapper div.kb-count-up-number {
    font-family: 'Averta demo custom';
    font-size: 31px;
    line-height: 41px;
}

.count-up-left-border:after {
    content: '';
    width: 1px;
    left: 52%;
    top: 25%;
    height: 60px;
    position: absolute;
    background-color: #9E9E9E;
}

.number-box {
    width: 42px;
    height: 42px;
    background: #B82025;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.number-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    left: 53%;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/09/arrow-icon.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


.number-box.list-child::after {
    display: none;
}
.checklist-icon span.kb-svg-icon-wrap {
    width: 22px;
    height: 22px;
    background-color: #FFF1EF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.checklist-icon span.kb-svg-icon-wrap svg {width: 14px !important;}

.checklist-wrapper ul li.checklist-icon {
    padding: 6px !important;
    font-size: 20px;
}

.service-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-container-btns a svg {
    margin-right: 16px !important;
}
.service-box-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
	padding:10px 0;
}

.check-item span.kt-svg-icon-list-text {font-family: 'Averta demo custom';}

.whats-up-button-text span.kt-btn-inner-text {
    font-size: 20px;
    font-weight: 400;
}

.kb-row-layout-wrap.no-padding {
    padding: 0 !important;
}
.heading-before {
    border-left: 10px solid #fff;
    padding-left: 20px;
}
.countup-wrap .kb-count-up-process.kb-count-up-number {
    font-family: 'Averta demo custom';
    font-size: 48px;
}
a:hover {
    transition: all 0.4s ease-in-out;
}

.faq-title .kt-blocks-accordion-header .kt-blocks-accordion-title {
    font-size: 17.3px;
    font-weight: 400;
}


.checklist-img img {
    padding: 15px;
}
.checklist-img {
    border-radius: 100% !important;
    background:#fe5507 !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
/*   .kb-row-layout-wrap.hero-banner-wrapper:before {
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    background: #ffffffe6 !important;
    width: 100% !important;
    height: 100% !important;
  } */
  .heading-before:before {
   display:none;
}
}


@media (max-width:1024px){
	.number-box::after{
		display:none;
	}
	.count-up-content-wrapper span.kb-count-up-title {
    font-size: 16px;
}

.count-up-content-wrapper div.kb-count-up-number {
    font-size: 25px;
    line-height: 35px;
}
	.count-up-left-border:after {
    left: 52%;
    top: 18%;
}
	.heading-before:before {
    display:none;
}
	.countup-wrap .kb-count-up-process.kb-count-up-number {
    font-size:36px;
}
		.banner-para{
		font-size:1rem !important;
	   line-height:1.6rem;
	}
    .mobile-header-logo-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width:768px){
		.number-box::after{
		display:none;
	}
		.count-up-content-wrapper span.kb-count-up-title {
    font-size: 16px;
}

.iframe-wrapper > div {
    margin-right: auto !important;
}
.count-up-content-wrapper div.kb-count-up-number {
    font-size: 25px;
    line-height: 35px;
}
		.countup-wrap .kb-count-up-process.kb-count-up-number {
    font-size:28px;
}
		.banner-para{
		font-size:1rem !important;
	    line-height:1.6rem;

	}
    .three-card-inner-container > div > div h3 {
        margin: 0 !important;
    }
    .three-card-inner-container > div {
        box-shadow: none !important;
    }
    .three-card-inner-container > div > div {
        width: 100%;
    }
    .heading-before {
        border-left:8px solid #fff;
        padding-left: 10px;
    }
    .checklist-img{
        height: auto !important;
    }
	.country-list > div > div > ul {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    gap: 15px 12px;
}
}



@media (max-width:480px){
		.number-box::after{
		display:none;
	}
		.count-up-content-wrapper span.kb-count-up-title {
    font-family: 'Averta demo custom';
    font-size: 16x;
}

.count-up-content-wrapper div.kb-count-up-number {
    font-family: 'Averta demo custom';
    font-size: 22px;
    line-height: 35px;
}
	.count-up-left-border:after{
		display:none;
	}
	.banner-para{
		font-size:1rem !important;
	    line-height:1.6rem;

	}
.whats-up-button-text span.kt-btn-inner-text {
    font-size:16px;
    line-height:26px;
    font-weight: 400;
}
span.kt-btn-inner-text{
    font-size: 16px;
    line-height:26px
}
.banner-links-wrapper > div span.kt-btn-inner-text {
    font-family: 'Averta demo custom';
    font-size: 16px;
    line-height: 26px;
}
.three-card-inner-container > div > div {
    width: 100%;
}
.checklist-img{
    height: auto !important;
}
.email-link {
    font-size:16px;
}
.email-link:before {
    width:25px;
    height:15px;
}
.service-icon-wrapper {
    width: 60px;
    height: 60px;
}
.service-box-heading {
    margin: 0 !important;
    padding: 0 !important;
}
.three-card-inner-container > div > div h3 {
    margin: 0 !important;
}
.three-card-inner-container > div {
    box-shadow: none !important;
}
}
.imp h1 {
    font-size: 60px;
    line-height: 70px;
	 margin-bottom: 10px;
}
.review-star img {
    height: 21px;
    width: auto;
}

#header > section:nth-child(1) {
    box-shadow: 2px 5px 15px #00000026;
}
.wp-block-cb-carousel.reviews-carousel {
    max-height: 380px !important;
}
@media only screen and (max-width: 1024px) {
    #BorlabsCookieBoxWidget.bottom-left {
        left: 0;
        bottom: 66px !important;
    }
	.imp h1 {
    font-size: 35px;
    line-height: 45px;
}
	.wp-block-cb-carousel.reviews-carousel {
    max-height: 420px !important;
}
}

.wp-block-kadence-countup.kb-count-up.count-first-child {
    border-right: 1px solid #bfbfbf;
    padding-right: 30px;
}

.wp-block-kadence-countup.kb-count-up.count-first-child+.wp-block-kadence-countup.kb-count-up {
    padding-left: 30px;
}

.mobile-header-logo-wrapper>div {
    width: 100% !important;
    justify-content: space-between !important;
}

@media only screen and (max-width:1200px){
	a.kb-button.kt-button.button.kb-btnae3d7a-80.kt-btn-size-standard {
    padding: 15px;
}

a.kb-button.kt-button.button.kb-btnae3d7a-80.kt-btn-size-standard span {
    font-size: 16px;
}
}

@media only screen and (max-width:768px){
	.checklist-img img {
    padding: 10px;
}
	.wp-block-kadence-countup.kb-count-up.count-first-child{
		padding-right:15px;
		
	}
	.wp-block-kadence-countup.kb-count-up.count-first-child+.wp-block-kadence-countup.kb-count-up{
		padding-left:15px;
	}
}
