@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Noto Kufi Arabic", sans-serif;
    --body-font-Size: 20px;
    --body-color: #1d1d1d;
    --primary-color: #0b8041;
    --secondary-color: #efc546;
    --black: #000;
    --white: #fff;
   
    
}
body{
 	font-family: var(--body-font);
 	font-size:var(--body-font-Size);
 	font-style: normal;
 	line-height: normal;
 	font-weight: 300;
 	color: var(--body-color);
 	text-decoration: none;
 	margin:0px;
 	-webkit-font-smoothing: antialiased;
 	padding:0;
 	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;line-height: 32px; clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/loading.gif); background-position: center; background-repeat: no-repeat; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--white);font-weight: 700;font-size: 15px;padding: 16px 25px 16px 56px;border-radius: 8px;display: inline-block;}
.button-style a:after, .button-style-span:after{color: var(--white);content: "\f060";font-family: 'Font Awesome 7 Free';font-weight: 900;left: 20px;position: absolute;top: 17px;line-height: 28px;border-radius: 50px;text-align: center;transition: .3s ease-in-out;transform: rotate(1deg);font-size: 20px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{ background-color: var(--secondary-color); color: var(--white);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(328deg);}

/*************** PAGE CSS ***************/
header{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 5;
    padding: 30px 0px;
    border-bottom: 1px solid rgb(207 207 207 / 20%);
    /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}

.header-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo{
    line-height: 0px;
}
.logo img{
    width: 235px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 80px;
}
.conslt-btn{
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.conslt-btn:hover{
    background-color: var(--secondary-color);
    color: var(--body-color);
}
.call-wts-wrap{
    display: flex;
    gap: 20px;
}
.call-wts-wrap a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.call-wts-wrap a i{
    flex: 0 0 30px;
    height: 30px;
    background-color: var(--secondary-color);
    color: var(--black);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.call-wts-inn h6{
    font-size: 11px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 0px;
}
.call-wts-inn h4{
    font-size: 15px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0px;
}
.call-wts-wrap .whts-btn i{
    background-color: #25D366;
    color: var(--white);
}
.languages{
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
}
.languages a{
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
}
.languages a:first-child{
    border-left: 1px solid rgba(255, 255, 255, .4);
}
.languages a:hover{background-color: var(--secondary-color);
    color: var(--black);}
.banner-wrap{background-image: url(../images/banner-orchid.jpg);background-repeat: no-repeat;background-position: center;background-size: cover; position: relative;}
.banner{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
        padding-top: 120px;
}
.banner h2{
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    line-height: 74px;
    text-shadow: 0px 8px 10px rgba(0, 0, 0, .8);
    margin-bottom: 40px;
}
/* .banner-wrap:after{ position: absolute; content: ''; left: 0px; top:0px; background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
width: 100%; height: 200px;}
.banner-wrap:before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color: var(--black); opacity: .3;;} */
.intro{
    padding: 100px 0px;
}
.intro-wrap{
    display: flex;
    gap: 30px 4%;
}
.intro-left{
    flex: 0 0 51%;
}
.head-cap{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading{
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 30px;
}
.fun-number-wrap{
    border-top: 1px solid #e2e2e2;
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.fun-box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.fun-box h4{
    margin-bottom: 0px;
    color: #fff0;
    -webkit-text-stroke: 1px #1d1d1d;
    font-weight: 800;
    font-size: 45px;
}
.fun-box p{
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.intro-right{
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}
.expr-box{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    z-index: 1;
}
.expr-box h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 50px;
}
.expr-box h6{
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.expr-box:after{        content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 150%;
    background: #0b8041;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -2;
}
.expr-box:before{content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f5;
    z-index: -1;}
.pack-img{
    /* border: 2px solid #808080;  */
    line-height: 0px;
}
.pack-img img{width: 100%;}
.our-team{ padding: 100px 0px;}
.doc-img{
    line-height: 0px;
}
.doc-info{
    padding: 20px 0px;
}
.doc-info h6{
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}


.booking-form {
    padding: 100px 0;
    background-color: #f1f3f5;
}
.booking-form-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    align-items: center;
    margin-bottom: 100px;
}
.booking-form-left {
    flex: 0 0 65%;
}
.booking-form-right {
    flex: 0 0 32%;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 30px #0000002b;
    border-radius: 20px;
}
.bookn-now-btn {
    display: block;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    border-color: #0b8041;
    background: #0b8041;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.frm-call {
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
}
.working-time {
    padding: 50px;
    border-radius: 30px;
    background-image: url(../images/wrk-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.working-hours {
    width: 50%;
}
.working-hours h2 {
    color: #e9e9e9;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600;
}
.time-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #898989;
    padding: 8px 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 15px;
}


.footer {
    padding: 100px 0 0 0;
}
.footer-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10%;
    margin-bottom: 50px;
}
.footer-menu-col {
    flex: 0 0 20%;
}
.footer-menu-col h3 {
    font-size: 20px;
    position: relative;
    padding-right: 12px;
    font-weight: 500;
    border-right: 3px solid #0b8041;
    line-height: 18px;
}
.footer-menu-col a {
    color: #0e0e0e;

}
.footer-menu-col a:hover {
    color: #0b8041;
}
.footer-menu-col:nth-child(02),
.footer-menu-col:nth-child(03) {
    flex: 0 0 13%;
}
.copyright {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 0 ;
    font-size: 16px;
    border-top: 1px solid rgb(0 0 0 / .1);
}
.copyright p {
   font-size: 14px;
   margin: 0; 

}
.whtsapp-link {
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 9
}

.whtsapp-link h5 {
    width: 130px;
    position: absolute;
    right: -11px;
    top: 0;
    opacity: 0;
    color: #202020;
    background-color: #ededed;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 0 0;
    padding: 10px;
    border-radius: 5px;
    line-height: 18px;
    font-family: Nunito,sans-serif;
    z-index: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 700
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14);
    -moz-box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14);
    text-align: center;
    line-height: 78px;
    margin-left: 0;
    z-index: 1;
    position: relative
}

.whatsapp-icon img {
    width: 32px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.whtsapp-link:hover h5 {
    right: 52px;
    opacity: 1
}

.whtsapp-link:hover .whatsapp-icon img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}


/*************** sticky header ***************/
header.smaller{ background-color: #202020; border-bottom: none; padding: 10px 0px; }
header.smaller .logo img { width: 145px;}
header.smaller .call-wts-inn h4, 
header.smaller .call-wts-inn h6 { color: var(--white);}

/*************** sticky image with content ***************/
.sticky-wrapper {
  display: flex;
  min-height: 100vh;
}
.sticky-image {
  width: 50%;
  position: sticky;
  top: 0;
  height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sticky-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}
.scroll-content {
  width: 50%;
  padding: 250px 100px;
}
.content-block {
  min-height: 100vh;
  padding: 40px 0;
  /* border-bottom: 1px solid #eee; */
}
.content-block h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 46px;
}
.content-block h3{
    font-size: 24px;
    font-weight: 600;
}
.content-block a{position: relative;font-size: 14px;font-weight: 300;text-transform: uppercase;letter-spacing: 2px;color: #1d1d1d;margin-left: 25px;}
.content-block a:after{position: absolute;content: '';width: 50px;height: 50px;background: #1d1d1d;position: absolute;top: 50%;left: -25px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);opacity: .05;border-radius: 50px;}
.acred-logos{
    display: flex;
    align-items: center;
    gap: 5%;
    margin-top: 30px;
}
.mob-img-stk{ display: none;}



@media(max-width: 768px) {
  .sticky-wrapper {
    flex-direction: column;
  }

  .sticky-image,
  .scroll-content {
    width: 100%;
  }

  .sticky-image {
    position: relative;
    height: 60vh;
  }
  .sticky-image{ display: none;}
  .mob-img-stk{ display: block;}
  .scroll-content {
   
    padding: 50px 40px;}
    .mob-img-stk{ margin-bottom: 30px;}
}


.form-group .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
}
.form-group .intl-tel-input {
    margin: 0 0 10px 0;
}
.form-group .intl-tel-input .country-list li.country {
    font-size: 14px;
}


/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: var(--primary-color);left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: var(--primary-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1450px) {
.container{ width:95%;}
.scrollwrap { width: 100% !important; padding: 0;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
    .booking-form-right { flex: 0 0 47%;}
    .booking-form-left { flex: 0 0 50%;}
}

/************************************* 1200px *************************************/
@media only screen and (max-width: 1200px) {
.footer-menu-wrapper {gap: 3%; justify-content: center;}
.footer-menu-col:nth-child(02), .footer-menu-col:nth-child(03) { flex: 0 0 18%;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.header-right { gap: 25px;}
.working-hours {width: 100%;}
.working-time {background:#000;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.logo img { width: 150px;}
.intro-wrap, .booking-form-wrap { flex-direction: column;}
.intro-right, .intro-left { flex: 0 0 100%;}
.booking-form-right { flex: 0 0 100%;}
.booking-form-left { flex: 0 0 100%;}
.booking-form-right-wrap { display: flex;flex-wrap: wrap;width: 100%;gap: 2%;}
.form-group { flex: 0 0 49%;}
.form-group:last-child { flex: 0 0 100%;}
.booking-form-wrap { row-gap: 35px;}
.footer-menu-col:nth-child(02), .footer-menu-col:nth-child(03) { flex: 0 0 30%;}
.footer-menu-col { flex: 0 0 32%;}
.copyright { padding-inline: 35px;}
}

/************************************* 890px *************************************/
@media only screen and (max-width: 890px) {
    /* .call-wts-inn { display: none;} */
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.header-right, .call-wts-wrap { gap: 10px;}
.footer-menu-col { flex: 0 0 100%;}
.footer-menu-col:nth-child(02), .footer-menu-col:nth-child(03) { flex: 0 0 48%;}
.our-team {
    padding: 50px 0px;
}
.banner h2 {
    font-size: 46px;
 
    line-height: 52px;}
    .heading {
    font-size: 32px;

    line-height: 45px;}

    .content-block h2 {
    font-size: 30px;
 
    line-height: 38px;}
    .working-hours h2 {

    font-size: 30px;}
    .banner-wrap {background-image: url(../images/banner-mob.jpg);}
    .banner {height: 700px;}
    
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.banner h2 { font-size: 45px;line-height: 56px; margin-bottom: 25px;}
.header-right{flex: 0 0 100%;}
header {
 
    padding: 20px 0px;}
    .conslt-btn {
 
    position: absolute;
    top: 20px;
    left: 15px;}

header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
.header-right {
margin-top: 18px;
    justify-content: space-between;}
    .conslt-btn {
    
    padding: 8px 15px;}


   header.smaller .conslt-btn {
       
        top: 10px;}
        .working-hours h2 {
        font-size: 25px;
    }
    .working-time {
        padding: 25px;
        border-radius: 15px;
    }
    .time-row div { font-size: 15px;}
    .form-group { flex: 0 0 100%;}
    .our-team { padding: 30px 0 30px 0;}
    .scroll-content { padding: 50px 20px 0 20px;}
    .acred-logos img { max-width: 90px;}
    .acred-logos img:nth-child(3) { max-width: 50px;}
    .heading {
        font-size: 28px;
        line-height: 42px;
    }
    .frm-call {
        font-size: 22px;
    }
    .footer {
        padding: 60px 0 0 0;
    }
    .booking-form {
        padding: 60px 0;
    }
    .booking-form-wrap {
        margin-bottom: 50px;
    }
    /* .content-block:nth-child(01) {
        padding: 40px 0 ;
    } */
    .content-block {
        min-height: auto;
    }
    body {
        font-size: 17px;
    }
    .banner {height: 550px;}
    .call-wts-inn h6 { font-size: 10px;}
    .call-wts-inn h4 { font-size: 12px;}
    

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    .footer-menu-col h3 {
        font-size: 15px;
    }
    .footer-menu-col p,
    .footer-menu-col a {
        font-size: 14px;
    }
    .banner h2 {
        font-size: 35px;
    }
    .button-style a {
        padding: 13px 15px 13px 50px;
    }
    .button-style a:after {
        top: 9px;
        font-size: 16px;
    }
    .content-block h2 {
        font-size: 22px;
        line-height: 42px;
    }
    .content-block h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
    }
    .booking-form-right {
       padding: 25px;
    } 
    .copyright {
        padding-inline: 15px;
    }
    .copyright p {
        font-size: 11px;
    }
    .time-row div {
        font-size: 14px;
    }
    .intro {
        padding: 60px 0px;
    }
    .fun-number-wrap {
        flex-direction: column;
    }
    .fun-number-wrap {
        padding-top: 30px;
    }
    .banner {height: 480px;}
}

/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {
.call-wts-wrap a i {
    flex: 0 0 25px;
    height: 25px;
    font-size: 12px;
}
.call-wts-wrap a {
    gap: 5px;
}
.call-wts-inn h4 {
    font-size: 11px;
}
.call-wts-inn h6 {
    font-size: 9px;
}
.header-right, .call-wts-wrap {
    gap: 7px;
}
}

/************************************* 380px *************************************/
@media only screen and (max-width: 380px) {
.languages a {padding: 6px 10px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.banner {height: 440px;}
.call-wts-inn h4 {font-size: 10px;line-height: 14px;}
}

/************************************* 340px *************************************/
@media only screen and (max-width: 340px) {
.call-wts-inn h4 {font-size: 9px;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}