@media (max-width: 767px) {
    
.header_main .header-cta .cta_cm ul.mail_icon_li {
    display: none;
}
.headbar {
    background: #4E4B56;
    padding: 5px 0px;
}

.headbar .text-bar {}

.headbar .text-bar p {
    margin-bottom: 0px;
    font-family: 'Poppins';
    color: white;
    font-weight: 600;
    font-size: 10px;
}

.header_main {
    padding: 0.7rem 0;
}

.header_main .logo {
}

.header_main .logo img {
    width: auto;
    height: 50px;
}

.header_main .header-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
}

.header_main .header-cta .cta_cm ul {
    list-style: none;
    display: flex;
    align-items: end;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 7px;
}

.header_main .header-cta .cta_cm ul img.cta_icon {
    width: 12px;
}

.header_main .header-cta .cta_cm ul p {
    margin-bottom: 0px;
    color: #4B4F56;
    font-family: "Baloo 2", sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.header_main .header-cta .cta_cm ul h6 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    color: #515050;
    font-weight: 600;
    font-size: 12px;
}

.header_main .header-cta .button_cta a {
    background: #3E424A;
    border: none;
    font-family: 'Poppins';
    font-size: 10px;
    text-transform: capitalize;
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 600;
    display: none;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.6rem;
}

.header_main .header-cta .cta_cm ul a {
    text-decoration: none;
}

/*  Banner  */

section.banner-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-blend-mode: color;
    position: relative;
}

section.banner-sec .banner_row {
    align-items: center;
}

section.banner-sec .text-sec {}

section.banner-sec .text-sec h3 {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    color: #22ACAC;
    padding-bottom: 3px;
}

section.banner-sec .text-sec h2 {
    color: #242424;
    font-family: Jost;
    font-size: 32px;
    line-height: 45px;
    font-weight: bolder;
    text-transform: capitalize;
    padding-bottom: 0.2rem;
}

section.banner-sec .text-sec p {
    font-family: 'Poppins';
    font-weight: normal;
    color: #242424;
    font-size: 15px;
}
section.banner-sec .banner_btns {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

section.banner-sec .banner_btns a.btn.btn-theme {
    background: #22ACAC;
    color: white;
}

section.banner-sec .banner_btns a.btn {
    border-radius: 100px;
    padding: 12px 37px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    width: max-content;
    border: none;
}

section.banner-sec .banner_btns a.btn.btn-dark {
    background: #3E424A;
}
section.banner-sec .form_box {
    background: #ffffffd9;
    border-radius: 40px;
    box-shadow: 0px 0px 13px 2px #0000004a;
    padding: 20px 25px;
    width: 85%;
    margin-left: auto;
}
section.banner-sec .content-left {
    width: 89%;
}

/* Banner End */


section.banner-form-sec {
    background: #4E4B56;
    padding: 2.5rem 0;
}

section.banner-form-sec .head_sec {
    text-align: center;
    width: 95%;
    margin: auto;
}

section.banner-form-sec .head_sec h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    font-family: 'Bubblegum Sans';
    font-size: 32px;
    color: white;
    text-transform: capitalize;
    font-weight: normal;
}


section.banner-form-sec .row_form {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

section.banner-form-sec .row_form .input-group {
    align-items: center;
    background: transparent;
    border-radius: 10px;
}

section.banner-form-sec .row_form .input-group .input-group-prepend {display: none;}

section.banner-form-sec .row_form .input-group .input-group-prepend span {
    background: transparent;
    border: none;
}

section.banner-form-sec .row_form .input-group input {
    height: 45px;
}

section.banner-form-sec .row_form  input[type="submit"] {
    background: #22ACAC;
    border: none;
    font-family: 'Bubblegum Sans';
    color: white;
    font-size: 16px;
    text-transform: capitalize;
}


footer .footer_main {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer {
    background: #353940;
}

footer .footer_main .logo_footer img {
    width: 60%;
    height: auto;
}

footer .footer_main  .text_footer p {
    font-family: 'Poppins';
    color: #CFCFCF;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}

footer .footer_bottom {
    border-top: 1.80px solid #22ACAC;
    width: 100%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer .footer_bottom p.copyrights_text {
    margin-bottom: 0px;
    color: #E7E2E2;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 12px;
}

footer .footer_bottom ul.terms_pages {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: normal;
}

footer .footer_bottom ul.terms_pages a {
    text-decoration: none;
    color: #969696;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

.buttons_footer {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: start;
}

.buttons_footer a.btn.btn-theme {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 22px;
    background: #22ACAC;
    color: white;
    padding: 12px 34px;
    line-height: normal;
}

.buttons_footer a.btn.btn-light {
    font-size: 12px;
    font-family: 'Poppins';
    text-transform: capitalize;
    border-radius: 28px;
    padding: 12px 32px;
    font-weight: 600;
    background: transparent;
    color: white;
    line-height: normal;
}
footer .footer_main .row {
    align-items: center;
}
section.banner-sec .abs-right {
    position: relative;
    right: 0;
    width: 50%;
    height: auto;
    top: 0;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
    left: 0;
}

section.sec_2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

section.sec_2 .sec_row {
    align-items: center;
}

section.sec_2 h3 {
    color: #4B4F56;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

section.sec_2 h2 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    width: 95%;
    padding-bottom: 0.3rem;
}

section.sec_2 p {
    color: #828282;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 1.7;
}

.sec_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding-top: 0.4rem;
}

section.sec_2 .text_sec {
    padding-bottom: 0.5rem;
}

.sec_btns a.btn.btn-dark {
    background: #4B4F56;
    border-radius: 90px;
    color: white;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    padding: 12px 24px;
}

.sec_btns .sec_image {}

.sec_btns .sec_image img {
    width: 100%;
}

section.mid-sec {
    background: #F6F6F6;
    padding: 3.4rem 0;
}

section.mid-sec .section_head {
    padding-bottom: 1.4rem;
}

section.mid-sec .section_head h4 {
    color: #4B4F56;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
}

section.mid-sec .section_head h2 {
    color: #2A2A2A;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    width: 95%;
    margin: auto;
    line-height: 40px;
    padding-top: 0.2rem;
}

.mid_row {
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.mid_row .mid_img img {
    width: 95%;
    margin-bottom: 1rem;
}

.mid_row .text-ar {}

.mid_row .text-ar h5 {
    color: #4B4F56;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
}

.mid_row .text-ar p {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    padding-bottom: 0.4rem;
}


section.cta-sec {
    padding: 4rem 0;
}

section.cta-sec .box-container {
    background: #EDEDED;
    border-radius: 25px;
    padding: 25px 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

section.cta-sec .box-container .sec_row {
    align-items: center;
}

section.cta-sec .box-container .text-cta {
    width: 98%;
    padding-bottom: 0.6rem;
}

section.cta-sec .box-container .text-cta h3 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 0.4rem;
}

section.cta-sec .box-container .text-cta p {
    color: #828282;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
}

section.cta-sec .box-container .image-sec {}

section.cta-sec .box-container .image-sec img {
    width: 74%;
    transform: scale(1);
    margin-top: 0rem;
    margin-bottom: -1.5rem;
}

section.book-sec {
    padding-bottom: 4rem;
}

section.book-sec .box-container {
    border: 2px solid black;
    border-radius: 18px;
    padding: 1rem 1rem;
}

section.book-sec .box-container h4.price {
    text-align: center;
    color: #22ACAC;
    font-family: 'Jost';
    font-weight: bold;
    font-size: 52px;
    line-height: 60px;
    padding-bottom: 0.7rem;
    padding-top: 0.5rem;
}

section.book-sec .box-container ul.list-items {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

section.book-sec .box-container ul.list-items li {
    padding: 3px 0px;
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
}

section.book-sec .box-container ul.list-items li span {
    text-transform: uppercase;
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
}
section.sec_2 .sec_image img {
    width: 100%;
    margin-top: 1.4rem;
}

section.book-sec .content-rs {
    width: 90%;
    padding-top: 2rem;
}

section.book-sec .content-rs h3 {
    color: #4B4F56;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

section.book-sec .content-rs h2 {
    color: #2A2A2A;
    font-family: 'Jost';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 50px;
}

section.book-sec .content-rs p {
    color: #828282;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
    width: 94%;
}

section.book-sec .content-rs h4 {
    color: #4B4F56;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    width: 100%;
}

section.book-sec .content-rs p.bottom-text {
    width: 88%;
    padding-top: 1rem;
    color: #828282;
}

section.faq-sec {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

section.faq-sec .sec-head {
    padding-bottom: 1.5rem;
}

section.faq-sec .sec-head h3 {
    color: #4B4F56;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
}

section.faq-sec .sec-head h2 {
    text-transform: capitalize;
    font-family: 'Jost';
    font-weight: bold;
    color: #2A2A2A;
    font-size: 25px;
    line-height: 45px;
}

section.faq-sec div#accordionExample {}

section.faq-sec div#accordionExample button.accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    color: #4B4F56 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
}

section.faq-sec div#accordionExample h2.accordion-header {
    border: none;
}

section.faq-sec div#accordionExample div.accordion-collapse {
    border: none;
}

section.faq-sec div#accordionExample .accordion-body {
    border: none;
    /* border-bottom: 1px solid black; */
    padding-left: 0px;
    padding-top: 0px;
}

section.faq-sec div#accordionExample .accordion-item {
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 0.7rem;
    border-radius: 0px;
}

section.faq-sec div#accordionExample .accordion-body p {
    margin-bottom: 0px;
    color: #828282;
    font-size: 10px;
    font-weight: normal;
    font-family: 'Poppins';
    line-height: 1.7;
}
section.banner-form-sec .row_form .input-group input.form-control {
    border-radius: 6px !important;
}

/*  Popup  */


#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 5px 5px;
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 55%
}

.modal-right-content {
	width: 100%;
	display: flex;
	align-items: center
}

	.modal-right-content .form-box {
		padding: 0;
		width: 100%;
		background:white;
	}

div#contact-popup form input[type="submit"]{
    color: #fff;
    background-color: #22acac;
    padding: 8px 45px 8px;
    margin-bottom: 30px;
    font-size: 18px;
    border: 1px solid #22acac;
    border-radius: 50px !important;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 0px;
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: transparent !important;
	width: 94%;
	margin: auto;
}

	.modal-content .form-box .row {
		margin-bottom: 12px
	}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #22acac;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

	#contact-popup button.close:focus {
		outline: 0
	}

	#contact-popup button.close img {
		max-width: 15px;
		filter: brightness(15) invert(1)
	}

.form-box h3 + p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px;
	max-width: 100%;
}

.form-box h3 {
	font-size: 28px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 25px;
	font-weight: 700
}

.form-box p.my-pform {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Poppins';
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 38px !important;
	margin: 0 0px 0 0;
}

	.form-box button.web-blue-btn {
		color: #fff;
		border: 1px solid #22acac;
		background-color: #22acac;
		display: inline-block;
		padding: 10px 40px 6px;
		text-decoration: none;
		font-weight: 500;
		font-family: "Josefin Sans",serif;
		font-size: 18px;
		text-transform: uppercase;
		border-radius: 50px;
		text-align: center;
		margin: 16px auto 0;
		width: 180px
	}

	.form-box input.form-control {
		height: 45px;
		border-color: #707070
	}

	.form-box input::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea.form-control {
		border-color: #707070
	}

    .boxpopupimage {
    	padding-left: 60px;
    }
    
    span.clr-changed {
       color: #22acac;
    }

    /*  Popup End */
    
    footer .footer_main .text_footer {
        padding: 14px 0px;
    }
    
    footer .footer_bottom .row {
        flex-direction: column;
        gap: 0.4rem;
    }
    .header_main.fixed-top {
        padding-bottom: 0px;
    }

    
}