body{
    font-family: 'Nunito', sans-serif;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.header .navbar-light .navbar-nav .nav-link{
    font-size: 18px;
    padding: 0 13px;
}

.header .navbar-light .navbar-nav a.contact-btn {
    color: #fff!important;
    background: #a9ca38;
    border-radius: 25px;
    padding: 12px 18px!important;
    margin-left: 10px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #a9ca38;
}

.header .navbar-light .navbar-nav a.contact-btn:hover{
    color: #a9ca38!important;
    background: transparent;
    border: 1px solid #a9ca38;
}

.logo {
    max-width: 250px;
}
.logo a{
    text-decoration: none;
}
.strong{
    font-weight: 700;
}
.banner{
    background-image: url(../img/banner.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
}

.banner:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 18%);
    position: absolute;
}

.bannerTitle {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
}

.subTitle{
    font-size: 20px;
    color: #fff;
    padding-right: 100px;
}

.play{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #e52f37;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 50% 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.play:hover {
    background-color: rgba(255, 255, 255, 0.99);
    color: #e52f37;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.videoModal .modal-content{
    background-color: transparent;
    border: none;
}

.videoModal .modal-header{
    border-bottom: none;
    padding: 0 0 0px 0;
}

.videoModal .close{
 color: #fff;
}

.videoModal .iframeWrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.videoModal .responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bannerright img{
    box-shadow: 10px 12px 40px rgb(0 0 0 / 37%);
    border-radius: 8px 8px;
}

.image{
    border-radius: 8px 8px;
    box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
}

.makeUs {
    padding: 60px 0;
}

.secTitle {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
}

.makeUsDesc {
    font-size: 20px;
    padding: 0 100px;
}

.makeUs {
    padding: 60px 0;
    border-bottom: 2px solid #f0f0f0;
}

.aboutUs{
    padding: 60px 0;
}

.aboutUs .list {
    position: relative;
    list-style: none;
    padding-left:0;
    box-shadow: none;
}

.aboutUs .list li {
    position: relative;
    padding-left: 26px;
}

.aboutUs .list li:before {
    content: "\f00c";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    color: #a9ca38;
}

.aboutUs .secTitle {
    line-height: 38px;
}

.aboutUs a.discovere-btn {
    color: #fff!important;
    background: #a9ca38;
    border-radius: 25px;
    padding: 12px 18px!important;
    margin-left: 10px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #a9ca38;
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 27%);
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-size: 22px;
}

.aboutUs a.discovere-btn:hover{
    border: 1px solid #a9ca38;
    box-shadow: 0px 4px 10px 0 rgb(0 0 0 / 50%);
    color: #a9ca38!important;
}

.ourTreatment {
    background: #f1faff;
}

.treatList {
    margin: 10px 0;
}

.ourTreatment a{
    text-decoration: none;
    color: #212529;
    display: block;
    transition: all 1s;
    padding: 10px;
    margin-bottom: 10px;
}

.ourTreatment a:hover, .ourTreatment a.active{
    background: #fff;
    transition: all 1s;
}


.treat-circle {
    float: left;
    margin: 1px 25px 10px 0;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 82px;
    /*line-height: 80px;*/
    position: relative;
    color: #a9ca38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.treatList h4 {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 700;
}

.description {
    font-weight: 500;
}

.mission{
    color: #fff;
    background-image: url("/img/mission-bg.png")!important;
    padding: 60px 0;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: 100% 100%;
}

.statement{
  margin: 25px 0;
}

.weHelp{
    font-size: 28px;
    font-family: 'Merienda', cursive;
}

.testimonial{
    padding: 60px 0 100px;
}

.testimonial .carousel-indicators {
    bottom: -50px;
}

.testimonial .carousel-indicators li {
    border: 1px solid #b6b4b4;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    cursor: pointer;
}

.testimonial .carousel-indicators .active {
    background-color: #a9ca38;
    border: 1px solid #a9ca38;
}

.views {
    text-align: center;
    position: relative;
    padding: 0 40px;
    font-size: 22px;
    margin: 20px 0;
}

.views:before {
    content: '"';
    font-size: 60px;
    font-family: 'Secular One', sans-serif;
    position: absolute;
    color: #c8c8c8;
    left: 0;
    transform: rotate(180deg);
    top: -45px;
}

.views:after {
    content: '"';
    font-size: 60px;
    font-family: 'Secular One', sans-serif;
    position: absolute;
    color: #c8c8c8;
    right: 0;
    top: -15px;
}

.author {
    text-transform: uppercase;
    color: #aebc1f;
    font-size: 22px;
    font-weight: 700;
}

.footer{
    background-color: #01746d;
    padding: 25px 0;
    color: #fff;
    text-align: center;
}

.copyright {
    margin-bottom: 10px;
}

.wowimg img {
    margin-top: 20%;
}

.catalog-scan{
    width: 75%;
    height: 90%;
    margin: 0 auto;
}

.catalog {
    text-align: center;
}

.catalog .secTitle {
    margin-top: 20%;
    text-align: center;
}

@media (max-width:1199px){
    .bannerTitle {
        font-size: 40px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0 12px;
    }

    .logo {
        max-width: 200px;
    }
}

@media (max-width:991px){
    .phone {
        margin-right: 0;
    }
    .getStarted {
        margin-top: auto;
    }
    .bannerTitle, .secTitle {
        font-size: 30px;
    }
    .subTitle {
        font-size: 18px;
        padding-right: 0;
    }
    .makeUsDesc {
        padding: 0;
    }
    .makeUs, .aboutUs, .mission, .testimonial {
        padding: 30px 0;
    }
}

@media (max-width:767px){
 .bannerTitle, .subTitle{
     text-align: center;
 }
 .getStarted {
    max-width: 100%;
    margin-top: 30px;
 }
 .banner{
    padding: 30px 0;
    background-position: right;
 }
 .makeUsDesc {
    font-size: 14px;
 }
 .description {
    margin-bottom: 30px;
}
.aboutUs{
    padding-bottom: 0;
}
.views {
    font-size: 16px;
}
.makeUs, .aboutUs, .mission {
    padding: 20px 0;
}
.image {
   margin-bottom: 30px;
}
.testimonial .carousel-indicators {
    bottom: -30px;
}
.banner {
    min-height: 350px;
}
}

@media (max-width:568px){
    .logo {
        max-width: 180px;
    }
    .phone {
        font-size: 18px;
    }
}

@media (max-width:414px){
    .logo {
        max-width: 140px;
    }
    .phone {
        font-size: 14px;
    }
    .phIcon {
        width: 20px;
        margin-right: 5px;
    }
    .bannerTitle, .secTitle {
        font-size: 25px;
    }
    .weHelp {
        font-size: 18px;
    }
    .formHead .fHTitle {
        font-size: 22px;
    }
}