html,body{
    margin: 0px;
    padding: 0px;
}
body{
    padding-top:140px;
}
@font-face {
    font-family: 'Montserrat';
    src: local('☺'),url('../fonts/Montserrat-Regular.ttf');
  }
  @font-face {
    font-family: 'Montserrat Bold';
    src: local('☺'),url('../fonts/Montserrat-Bold.ttf');
  }  
h1,h2,h3{
    font-family: 'Montserrat Bold';
}  
.social-contacts{
    position: fixed;
    right: 25px;
    top: 84%;
    z-index: 4;
}
/* .fa-facebook-messenger{
    background-color: white;
    color: #0084ff;
} */
.social-contacts i{
    display: block;
}
.fa-whatsapp{
    background-color: #0d9f16;
    color: white;
    font-size: 46px;
    border-radius: 50%;
    padding: 7px 11px;
}
.fa-facebook-messenger{
    color: #0084ff;
    font-size: 68px;
    padding: 10px 0px;
}
.mobile-logo{
    display: none;
}
h4,h5,h6,p,a,span,button,ul{
    font-family: 'Montserrat';
}
.margin-zero{
    margin: 0px;
}
.text-align-center{
    text-align: center;
}
.font-bold{
    font-family: 'Montserrat Bold';
} 
.font-regular{
    font-family: 'Montserrat';
} 
.blue-color{
    color:#627796;
}
.orange-color{
    color:#EB7860;
}
.nav-top-bar,.nav-div,.nav-social-links,.nav-lang-switcher-div,.nav-times-dropdown-div,.nav-work-hrs-time.last,.nav-links{
    display: flex;
    justify-content: space-between;
}
.toggle-mobile{
    display: none;
}
.nav-container,.custom-container{
    width: 87%;
    margin: auto;
}
.navBar{
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 44444;
    background-color: white;
    padding-bottom: 15px;
}
.nav-work-hrs-time.last span:nth-child(2){
    width:80%;
}
.nav-work-hrs-time.last span:first-child{
    width:33%;
}
.nav-top-bar{
    background-color:#EB7860;
    padding: 0px 33px;
    border-radius: 0 0 30px 30px;
    color: white;
}
.nav-work-hrs-icon-weight i{
    font-weight: 400;
    margin-right: 7px;
}
.nav-lang-switcher-icon i{
    margin-right: 13px;
}
.nav-work-hrs-list,.nav-lang-switcher,.nav-social-links,.nav-links{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-lang-switcher-dropdown,.nav-times-dropdown{
    display: none;
}
.nav-lang-switcher-dropdown,.nav-times-dropdown{
    position: absolute;
    color: #707070;
    list-style: none;
    background-color: white;
    border-radius: 12px;
    padding: 22px 0;
    box-shadow: 0 3px 6px #00000029;
    z-index: 33333;
    top: 52px;
}
.nav-lang-switcher-dropdown .nav-lang-link,.nav-times-dropdown .nav-work-hrs-time {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding: 10px 32px 10px;
    text-align: left;
    white-space: nowrap;
}
.nav-times-dropdown-div:hover .nav-times-dropdown,.nav-lang-switcher-div:hover .nav-lang-switcher-dropdown{
    display: block;
}
.nav-lang-switcher{
    margin-right: 60px;
}
.mobile-social .nav-social-links{
    display: none;
}
.lang-link{
    text-decoration: none;
    color: #707070;
}
.mobile-lang{
    display: none;
}
.lang-link:hover{
    color:#EB7860;
}
.close-btn{
    display: none;
}
.nav-work-hrs-list,.nav-lang-switcher,.nav-div{
    position: relative;
}
.nav-work-hrs-list:after,.nav-lang-switcher:after{
    content: '';
    border: solid white;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: -24px;
    top: 5px;
}
.nav-lang-switcher:after{
    right:-19px;
}
.social-link{
    margin-right:10px;
}
.social-link a{
    color: white;
}
.nav-times-dropdown-div,.nav-lang-switcher-div,.nav-social-links{
    padding:15px 0;
}
.nav-lang-switcher-div{
    position: relative;
}
.nav-lang-switcher-div:after {
    content: '';
    right: 24px;
    top: 50%;
    height: 100%;
    width: 2px;
    background-color: white;
    position: absolute;
    max-height: 20px;
    transform: translateY(-50%);
    border-radius: 10px;
}
.logo-div{
    margin-top:18px;
    margin-right:130px;
}
.logo-div img{
    width:145px;
}
.nav-main-bar{
    display: flex;
    padding:0 32px;
    justify-content: space-between;
}
.nav-links{
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 33px;
}
.nav-links a{
    text-decoration: none;
    color: #707070;
    display: block;
    padding: 9px 15px 0px;
}
.nav-dropdown-active .lang-link{
    color:#EB7860;
}
a.nav-active{
    background-color: #627796;
    color: white;
    padding: 9px 15px 0px;
    box-shadow: 0 5px 0 #eb7860;
    transition: 0.5s;
}
 /************************** Slider ********************************/
 .carousel-item {
    background-image: url('../images/Mask Group 1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 420px;
 }
 .home-section{
    margin-top: 33px;;
 }
.silde-container{
    display: flex;
    width: 87%;
    margin:auto;
    height: 100%;
}
.slide-div{
    position: relative;
}
.slide-title{
    font-size:44px;
}
.slide-subtitle{
    font-size:28px;
    margin-bottom: 20px;
}
.slide-img{
    height: 100%;
    width:386px;
    bottom: 0;
}
.slide-text{
    color:#707070;
    font-size: 17px;
    margin-bottom: 20px;
}
.width-55{
    width: 55%;
}
.width-45{
    width: 45%;
}
.slide-btn{
    border: none;
    background-color: #627796;
    color: white;
    font-size: 17px;
    padding: 15px 50px;
    border-radius: 25px 0 24px 0;
    text-decoration: none;
}
.slide-btn:hover{
    color: white;
    text-decoration: none;
}
.carousel-indicators{
    position: relative;
    justify-content: start;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 22px;
    padding-top: 30px;
}
.carousel-indicators [data-bs-target]{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #EB7860;
}
.slide-placement{
    bottom: 50%;
    padding: 0px 0px 0px 32px;
    transform: translateY(65%);
}
/************************** about ********************************/
.custom-container{
    padding: 0 32px;
}
.padding-top-60{
    padding-top:60px ;
}
.padding-bottom-60{
    padding-bottom: 60px;
}
.image-after:after{
    content: '';
    position: absolute;
    width: 182px;
    height: 313px;
    bottom: -10px;
    background-color: #EB7860;
    right: 0px;
    z-index: -1;
}
.image-after img{
    width: 100%;
    height: 100%;
}
.title-orange{
    font-size: 23px;
    padding-left: 6px;
}
.about-list{
    list-style: none;
    font-size: 17px;
    color: #707070;
    list-style-position: outside;
    text-indent: -14px;
    padding: 0 0 0px 34px;
    line-height: 32px;
    margin-bottom: 0px;
}
.about-list li{
    max-width: 652px;
}
.about-list li:before{
    content: "\f058";
    font-weight: 400; 
    font-family: "Font Awesome 5 Free"; 
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #EB7860;
    margin-right: 10px;
}
.about-expereince{
    display:flex;

}
.background-baby{
    background-image: url('../images/Group-41_2x.webp');
    background-size: 315px 353px;
    background-position: 95% 20%;
    background-repeat: no-repeat;
}
.exp-number{
    width:33%;
    text-align: center;
}
.font-38{
    font-size: 38px;
}
.font-21{
    font-size: 21px;
}
.title-blue{
    margin-bottom: 20px;
}
.about-data{
    padding: 50px 0 30px 56px;
}
/*********************************services ********************************/
.background-grey{
    background-color: #EEEEEE;
    padding: 30px 0 50px 0;
}
.service{
    background-color: white;
    border-radius: 52px 0 52px 0;
    padding: 40px 23px 30px 23px;
    width: 32%;
    height: 190px;
    box-shadow: 0 3px 6px #00000029;
}
.service p{
    font-size: 20px;
}
.service-img{
    width: 55px;
    margin-bottom: 10px;
}
.background-blue{
    background-color: #627796;
}
.service-gaps{
    row-gap: 20px;
    column-gap: 20px;
}
.service-white-text{
    color:white;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
/********************************* get in touch ********************************/
.background-lady{
    background-image: url(../images/Group-42_2x.webp);
    background-position: 95% 32px;
    background-size: 356px ;
    background-repeat: no-repeat;
    padding: 136px 0 0 0;
}
.form-box-shadow{
    box-shadow: 0 3px 6px #00000029;
margin: 36px 0;
padding: 25px 25px 40px;
}
.input-style{
    border: 1px solid #C9C9C9;
    padding: 20px 15px;
    margin: 0 7px 17px;
    box-sizing: border-box;
}
.input-style:focus,.input-style:focus-visible{
    outline: none;
}
.width-100{
    width: 100%;
}
.width-47{
    width: 47%;
}
.get-in-touch-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.get-to-know-us-text{
    max-width:85%
}
::placeholder{
    color: #BFBFBF;
}
.form-submit{
    background-color: #627796;
    border-radius: 25px 0 25px 0;
    padding: 20px 70px;
    color: white;
    border: none;
}
.get-to-know-title-orange{
    font-size: 22px;
    padding: 0px;
    margin-bottom: 10px;
}
.get-to-know-us-text .blue-color{
    font-size: 21px;
    margin-bottom: 16px;
    line-height: 30px;
}
.get-in-touch-text{
    color: #707070;
    font-size: 17px;
}
.form-box-shadow .blue-color{
    font-size: 22px;
    padding: 0 22px 20px;
}
.form-submit{
    margin-top: 8px!important;
    transition: .5s;
    border: 1px solid #627796;
}
.form-submit:hover{
    background-color: transparent;
    color: #627796;
}
/******************************************* branches **********************************************/
.branches{
    margin-top: 58px;
}
.branches-gap{
    justify-content: space-around;
    margin-top: 20px;
}
.branches-box-shadow{
    border-radius: 39px 0 39px 0;
    padding: 30px 25px 71px;
    margin: 20px 0 0px;
    box-shadow: 0 3px 6px #00000029;
    width: 48%;
}
.branches-title{
    width: 40%;
    max-width: 478px;
    line-height: 40px;

}
.branch-list{
    color: #627796;
    list-style:none ;
}
.text-span a{
   text-decoration: none; 
   color: #627796;
}
.branch-list-item{
    display: flex;
}
.icon-span{
    margin-right: 13px;
    color: #EB7860;
}
.branch-name{
    margin-bottom: 30px;
}
.branch-list-item{
    margin-bottom: 31px;
}
.last{
    margin: 0px;
    border: none!important;
    padding-bottom: 0px!important;
}
footer{
    background-color: #627796;
    margin-top: 54px;
}
.copy-rights,.copy-rights a{
    color: white;
    text-decoration: none;
}
.copy-rights{
    padding: 20px;
}
/*************************** responsive **************************************/
@media screen and (max-width:1240px) {
    .logo-div{
        margin-right:40px;
    }
}
@media screen and (max-width:1136px) {
    .logo-div{
        margin-right:40px;
    }
    .nav-links{
        font-size: 16px;
    }
}
@media screen and (min-width:768px) and (max-width:1004px){
    .toggle-mobile{
        color: #eb7860;
        background-color: transparent;
        border: none;
        font-size: 16px;
        display: block;
    }
    #nav_links{
        background-color: #eb7860;
        position: absolute;
        height: 100vh;
        width: 77%;
        right: 0;
        padding: 56px 32px;
        font-size: 16px;
        display: block;
        right: -100%;
        transition: .5s;;
    }
    .close-btn{
        display: block;
        position: absolute;
        top: 0;
        right: 0px;

    }
    .close-btn button{
        background-color: transparent;
        border: none;
        padding: 20px 20px;
        color: white;
    }
}
@media screen and (max-width:768px) {
    .slide-placement{
        transform: translateY(50%);
    }
    .social-contacts{
        right: 25px;
        top: 80%;
    }
    .fa-whatsapp{
        font-size: 44px;
    }
    .fa-facebook-messenger{
        font-size: 52px;
    }
    #about .image-after{
        margin-bottom: 30px;
    }
    .image-after:after {
        content: '';
        position: absolute;
        width: 182px;
        height: 313px;
        bottom: -5px;
        background-color: #EB7860;
        right: 6px;
        z-index: -1;
    }
    .about-expereince{
        flex-wrap: wrap;
    }
    .exp-number{
        width: 100%;
    }
    #about .title-orange {
        font-size: 16px;
        padding-left: 0px;
    }
    #about .title-blue {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .about-list li{
        font-size: 13px;
    }
    #about .font-38{
        font-size: 36px;
    }
    #about .font-21{
        font-size: 19px;
    }
    .close-btn{
        display: block;
        position: absolute;
        top: 0;
        right: 0px;

    }
    .close-btn button{
        background-color: transparent;
        border: none;
        padding: 20px 20px;
        color: white;
    }
    .mobile-lang{
        display: block;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .mobile-lang .lang-link{
        font-size: 17px;
    }
    .mobile-social .nav-social-links{
        display: flex;
        justify-content: flex-start;
    }
    .social-link{
        margin-right: 0px;
    }
    .mobile-logo{
        display: block;
        width: 145px;
        height: 77px;
        margin: 0 0 15px 0px;
    }
    .nav-links a{
        color: white;
        padding: 15px 15px 15px;
    }
    .mobile-social .nav-social-links{
        padding-left: 15px;
    }
    .mobile-social .social-link a{ 
    padding: 0px 15px 0 0;
    font-size: 17px
    }
    a.nav-active{
        color: white;
        background-color: #EB7860;
        font-weight: bold;
    }
    .toggle-mobile{
        color: #eb7860;
        background-color: transparent;
        border: none;
        font-size: 16px;
        display: block;
    }
    body{
        padding-top: 53px;
    }
    .nav-top-bar {
        display: none;
    }
    .nav-main-bar{
        padding: 0 18px;
    }
    #nav_links{
        background-color: #eb7860;
        position: absolute;
        height: 100vh;
        width: 77%;
        right: 0;
        padding: 56px 32px;
        font-size: 16px;
        display: block;
        right: -100%;
        transition: .5s;;
    }
    .nav-container{
        width: 100%;
    }
    .logo-div img{
        width: 84px;
    }
    .custom-container{
        width: 100%;
        padding: 0 27px;
    }
    .row{
        max-width: 100%;
        margin: auto;
    }
    .silde-container{
        flex-wrap: wrap;
    }
    .slide-placement{
        padding: 30px 0px 0px 0px;
    text-align: center;
    }
    .slide-title{
        font-size: 23px;
    }
    .slide-subtitle{
        font-size: 16px;
    }
    .slide-text{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .carousel-item{
        height: auto;
    }
    .carousel-indicators{
        display: none;
    }
    .slide-btn{
        font-size: 18px;
        padding: 5px 15px;
    }
    .slide-img{
        height: auto;
    width: 160px;
    bottom: 0;
    margin-top: 23px;
    }
    .about-section .row{
        flex-direction: column-reverse;
    }
    .position-absolute{
        position: relative!important;
    }
    .about-data {
        padding: 0px 0 30px 0px;
    }
    .service{
        width: 100%;
    }
    .margin-bottom-60{
        margin-bottom: 27px;
    }
    .padding-top-60{
        padding-top: 16px;
    }
    .title-orange{
        font-size: 17px;
    }
    .services-section h3{
        font-size: 16px;
        margin-top: 5px;
    }
    .get-to-know-us-text .blue-color{
        margin-bottom: 13px;
        font-size: 17px;
        line-height: 24px;
    }
    .get-to-know-us-text{
        max-width: 100%;
    }
    .get-to-know-title-orange {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .get-in-touch-text{
        font-size: 13px;
        margin-bottom: 13px;
        line-height: 26px;
    }
    .form-box-shadow{
        padding: 25px 25px 20px;
    }
    .width-47{
        width: 100%;
    }
    .form-box-shadow{
        margin: 0px 0;
    }
    .service-gaps{
        row-gap: 17px;
        box-sizing: border-box;
        max-width: 100%;
        margin: auto;
        padding: 0 8px 52px 8px;
    }
    .form-box-shadow .blue-color{
        font-size: 18px;
        text-align: center;
        padding: 0 22px 12px;
    }
    .section-padding{
        padding: 0 15px;
    }
    .input-style{
        margin: 0 7px 10px;
    }
    .form-submit{
        margin: 0px!important;
        width: 100%;
        margin-top: 14px!important;
    }
    .background-baby{
        padding: 0px;
        background-size: 225px 253px;
    }
    .background-lady{
        padding: 41px 0 0 12px;
        background-position: 100% 18px;
        background-size: 299px;
    }
    .background-grey{
        padding: 24px 0 0 0 ;
    }
    .branches{
        margin-top: 13px;
    }
    .branches .orange-color{
        font-size: 17px;
    }
    .branches-title{
        line-height: 24px;
        font-size: 16px;
        width: 100%;
        max-width: 264px;
    }
    .branch-list-item{
        margin-bottom: 18px;
        font-size: 14px;
    }
    .branch-list{
        padding: 0;
        margin: 0;
    }
    .branches-box-shadow{
        width: 100%;
        padding: 20px 15px 38px;
    }
    .last{
        margin: 0px;
    }
.width-55{
    width: 100%;
}
.width-45{
    width: 100%;
}
footer{
    margin-top: 15px;
}
.copy-rights{
    padding: 5px 50px;
    font-size: 6px;
}
}