@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('../fonts/seasons/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
        url('../fonts/seasons/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'TT Drugs';
    src: url('../fonts/drugs/TTDrugs-Regular.woff2') format('woff2'),
        url('../fonts/drugs/TTDrugs-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

/* HEADER START */
.header-main ul li a {
    font-size: 15px;
}
.header-main.active {
    background: #423d37;
    z-index: 9999;
    transition: 0.5s;
}
/* HEADER END */

/* BANNER START */
#banner {
    background-image: url('../images/banner-bg.jpg');
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#banner h1 {
    font-size: 36px;
}
#banner img {
    width: 300px;
}
.arrow-btn a.more {
    height: 50px;
    padding: 15px 25px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}
.arrow-btn div.arrow {
    padding: 15px;
    border: 1px solid #fff;
    height: 50px;
    width: fit-content;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.arrow-btn div.arrow img {
    width: 22px !important;
}
/* BANNER END */

/* SERVICES START */
#services {
    padding: 80px 0px;
}
#services .serv-area {
    background: #423d37;
    padding: 40px;
    text-align: center;
    margin: 0px 80px;
}
.serv-area p {
    color: #85c5e3;
}
.bx-inside img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.bx-inside p {
    font-size: 22px;
    margin-bottom: 10px;
}
.bx-inside h5 {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
/* SERVICES END */

/* ABOUT US START */
.left-p {
    padding: 50px 0px 50px 0px;
}
.right-p {
    padding: 50px 0px 200px 40px;
}

.right-p h6 {
    color: #85c5e3;
    font-size: 15px;
    font-weight: bold;
}
.right-p h5 {
    color: #000;
    font-size: 33px;
    line-height: 1.2;
    margin-top: 13px;
}
.right-p p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.about-arrow-btn a.more {
    height: 50px;
    padding: 15px 25px;
    border: 1px solid #000;
    background: none;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
}
.about-arrow-btn div.arrow {
    padding: 15px;
    border: 1px solid #000;
    height: 50px;
    width: fit-content;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.about-arrow-btn div.arrow img {
    width: 22px !important;
}
#about-us .rect {
    position: absolute;
    bottom: 0px;
    right: 3%;
    width: 380px;
}
/* ABOUT US END */



/* TESTIMONIAL START */
#reviews {
    padding: 80px 0px;
}
.reviews-head p {
    font-size: 18px;
    color: #85c5e3;
    font-weight: 600;
}
.reviews-head h2 {
    font-size: 40px;
    color: #000;
    line-height: 1.3;
}
.review-slider-area {
    padding: 60px;
    margin: 50px 0px;
    background: rgb(66 61 55);;
}



.my-slider{
    padding: 0 70px;
  }
  .slick-initialized .slick-slide{
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-slider img {
    width: 50px;
  }
  .my-slider h2 {
    color: #fff;
    font-size: 18px;
    margin: 25px 0px;
  }
  .my-slider p {
    color: #85c5e3;
    font-size: 18px;
  }
  
  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px;
  }
  .slick-prev{
    left: 15px;
  }
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }
  .slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: auto;
  }
  .slick-next:before, .slick-prev:before {
    color: #85c5e3;
    font-size: 36px;
}
.slick-slider {
    margin-bottom: 0px;
}
/* TESTIMONIAL END */

/* CONTACT START */
.contactarea {
    background: #423d37;
    height: 400px;
    /* overflow: hidden; */
}
.contactarea .left-contact img {
    height: 450px;
    margin-left: -42px;
    margin-top: -50px;
    object-fit: cover;
}
.contactarea .right-contact {
    padding: 50px 25px;
}
.right-contact p {
    color: #85c5e3;
    font-size: 18px;
}
.right-contact h2 {
    color: #fff;
    font-size: 40px;
}
.right-contact form {
    margin-top: 50px;
}
.right-contact form input {
    width: 100%;
    background: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: 0;
    border-right: 0;
    margin: 20px 0px;
    color: #fff;
    font-size: 18px;
    padding-bottom: 8px;
}
.right-contact form input::placeholder {
    color: #fff;
}
/* CONTACT END */

/* FOOTER START */
footer {
    padding: 30px 0px;
}
footer h2 {
    font-size: 18px;
}
footer ul li a {
    font-size: 18px;
}
/* FOOTER END */


/* RESPONSIVE */
@media all and (max-width: 991px) {
    .header-main ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    #services .serv-area {
        margin: 0px;
    }
    .left-p, .right-p, .foot-box {
        width: 100%;
    }
    .contactarea .left-contact img {
        display: none;
    }
    #contact .col-md-7 {
        width: 100%;
    }
    .foot-box {text-align: center; margin: 15px 0px;}
    .contactarea {height: fit-content;}
}



/* ACCESSBILITY PAGE */
#banner-access {
    padding: 80px 0px;
    margin-top: 100px;
}
.banner-ttl h1 {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    line-height: 1.3;
}
.header-main.active-header {
    background: #423d37;
}

#main-content {
    margin: 0px 0px 100px 0px;
}