.row {
    margin: 0 auto;

    width: 100%;
    max-width: 1300px;
}

.desktop {
    display: block;
}


.listitem1 a {
    text-decoration: none;
    font-size: 23px;
}

section#section01 {
    padding-bottom: 5px;
    padding-top: 5px;
    background: #C57D3A;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

section#section0 {
    padding-bottom: 10px;
    padding-top: 10px;

}


#section44{
    background: url(../images/Layer-2.png);
    background-size: cover;
}

.fir-con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1px 20px;
}




.bene-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.bene-card {
   
    border-radius: 10px;
    padding: 30px;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}



.bene-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: block;
}

.bene-card h2 {
    color: #013243;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 600;
}

.bene-card p {
    color: #555;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  
    
    .bene-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 0px;
    }
}

@media (max-width: 480px) {
  
    
    .bene-card {
        padding: 10px 20px;
    }
    
    .bene-icon {
        width: 60px;
        height: 60px;
    }

  
}


#section33{
    background: url(../images/Bg-new-01.png);
    background-size: cover;
    background-position: center;
    background-size: contain;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}


.sec-con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

.main-title {
    text-align: center;
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    
}



.sec-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  
}

.sec-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    display: block;
}

.side-column {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-image {
    width: 35%;
    text-align: center;
}

.center-image img {
    max-width: 100%;
    height: auto;
}

.sec-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background:#f7f2ec !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #013243;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sec-circle h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.sec-circle p {
    font-size: 0.9rem;
    font-weight: 300;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .sec-wrapper {
        flex-direction: column;
    }
    
    .side-column {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        margin: 10px 0;
    }
    
    .center-image {
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }
    
    .sec-circle {
        width: 120px;
        height: 120px;
        margin: 0 10px;
    }

    .sec-circle h3 {
        font-size: 14px;
      
    }
}

@media (max-width: 600px) {
    .main-title {
        font-size: 1.8rem;
    }
    
   
    .side-column {
        flex-direction: row;
        margin: 5px 0;
        gap: 5px;
    }
    
    .sec-circle {
        width: 140px;
        height: 140px;
        margin: 10px 0;
        padding: 8px;
    }

    .sec-circle h3 {
        font-size: 14px;
      
    }

    .center-image img {
        max-width: 100%;
        
    }
}


@media screen and (max-width:480px) {
    .sec-circle {
        width: 110px;
        height: 110px;
        margin: 1px 0;
    }

    .sec-icon {
        width: 35px;
        height: 35px;
    }

    .sec-circle h3 {
        font-size: 14px;
      
    }
    .sec-con {
        padding-top: 3px;
        padding: 10px 7px;
    }
}


@media screen and (max-width:2891px) {


    #section11 .mobile {
        display: none;
    }


}



.third-con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    align-items: center;
}

.third-image-column {
    flex: 1;
    padding-right: 50px;
}

.third-image-column img {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: block;
}

.third-content-column {
    flex: 1;
}

.third-benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.third-arrow-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    flex-shrink: 0;
}



.third-benefit-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
   
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .third-con {
        flex-direction: column;
        padding: 6px 20px;
    }
    
    .third-image-column {
        padding-right: 0;
          margin-bottom: 15px;
        text-align: center;
    }
    
    .third-image-column img {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .third-benefit-item {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .third-arrow-icon {
        margin-bottom: 10px;
    }
    
    .third-benefit-text h3 {
        font-size: 1.1rem;
    }
    
     .third-con {
      
        padding: 6px 6px;
    }
    
}


@media screen and (max-width:2200px) {


    #section11 .mobile {
        display: none;
    }

    #h12 {
        display: none;
    }
}

@media screen and (max-width:1700px) {


    #section11 .mobile {
        display: none;
    }

    #h12 {
        display: none;
    }
}

@media screen and (max-width:1200px) {


    #section11 .mobile {
        display: none;
    }

    #h12 {
        display: none;
    }
}


@media screen and (max-width:1024px) {
    #section11 .mobile {
        display: none;
    }
    #h12 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #section11 .mobile {
        display: none;
    }

    #h12 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #section11 .mobile {
        display: none;
    }

    #h12 {
        display: none;
    }
}

@media screen and (max-width:617px) {

    #section1 .desktop {
        display: none;
    }

    #section11 .mobile {
        display: block;
    }

    #h12 {
        display: block;
    }

    #h11 {
        display: none;
    }
}

@media screen and (max-width:480px) {

    #section11 .mobile {
        display: block;
    }

    #section1 .desktop {
        display: none;
    }

    #h12 {
        display: block;
    }

    #h11 {
        display: none;
    }

}

@media screen and (max-width: 365px) {

    #section1 .desktop {
        display: none;
    }


    #section11 .mobile {
        display: block;
    }

    #h12 {
        display: block;
    }

    #h11 {
        display: none;
    }
}


#section01 .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

section#section1,
#section1 .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

#section10 video {
    margin-bottom: 15px;
}

section#section01 p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    color: #d66327;
}

#section01 a {
    color: #fff;
    text-decoration: none;
}

#section01 p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", serif;
}

section .col-md-1,
section .col-md-2,
section .col-md-3,
section .col-md-4,
section .col-md-5,
section .col-md-6,
section .col-md-7,
section .col-md-8,
section .col-md-9,
section .col-md-10,
section .col-md-11,
section .col-md-12 {
    width: 100%;
}

body,
p {
    font-family: "Outfit", serif;
}

section {
    padding-left: 10px;
    padding-right: 10px;
}

#section3 {
    margin-top: 20px;
}



.containerdd {
    position: relative;
  }
  
  /* Bottom right text */
  .text-blockk {
    padding: 10px 50px;  
    position: absolute;
    top: 207px;
    left: 263px;
    text-align: left;
  }
  
  .text-blockk h1{
      color: #C57D3A;
      text-align: left;
      font-size: 50px;
      font-weight: 700;
      line-height: 60px;
      margin-bottom: 15px;
      margin-top: 17px;
  }

  .hi {
    color: #4d4d4d;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px;
}

.hi1 {
    color: #4d4d4d;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.ss-btn {
    width: 210px;
    background: transparent linear-gradient(90deg, #2576bc 0%, #CC5594 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 14px 15px 14px 30px; 
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    border: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    text-transform: unset;
    cursor: pointer;
    
    
}
.ss-btn a{
    text-decoration: none;
    color: #fff; 
}
.ss-btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(109, 95, 195, 0.2);
}

.containerd {
    position: relative;
  }
  
  /* Bottom right text */
  .text-block {
   
    position: absolute;
    bottom: 8px;
    left: 23px;
  }
  
  .text-block h1{
      color: #C57D3A;
      text-align: left;
      font-size: 55px;
      font-weight: 700;
      line-height: 60px;
      margin-bottom: 15px;
      margin-top: 17px;
  }

  @media (max-width: 1700px) {
   .text-blockk {
        top: 190px;
        left: 152px;
    }
   
  }


  @media (max-width: 1600px) {
   .text-blockk {
        top: 190px;
        left: 110px;
    }
   
  }


  @media (max-width: 1500px) {
    .hi1 {
        text-align: left;
        font-size: 17px;
        line-height: 30px;
    }
    .hi {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
    .text-blockk {
        top:  108px;
        left: 43px;
    }
   
  }
  
    @media (max-width: 1250px) {
    
    .text-blockk {
        top: 40px;
        left: 43px;
    }
   
  }
  
  
  @media (max-width: 1150px) {
    .hi1 {
        text-align: left;
        font-size: 17px;
        line-height: 30px;
    }
    .hi {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
    
    .text-blockk h1 {
         font-size: 40px;
            line-height: 44px;
    }
    
    
    .text-blockk {
        top: 30px;
        left: -31px;
    }
   
  }

  @media (max-width: 900px) {
    .hi1 {
        text-align: left;
        font-size: 17px;
        line-height: 30px;
    }
    .hi {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
    .text-blockk {
        top: 0px;
        left: -33px;
    }
    .text-block h1 {
        font-size: 25px;
        line-height: 29px;
        text-align: left;
        padding-right: 10px;
        margin-bottom: 7px;
    }

    .text-blockk h1{
        font-size: 25px;
        line-height: 29px;
        text-align: left;
        padding-right: 10px;
        margin-bottom: 7px;
    }
  }


  @media (max-width: 768px) {
    .text-block h1 {
        font-size: 25px;
        line-height: 31px;
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 7px;
    }

    .text-blockk h1{
        font-size: 25px;
        line-height: 29px;
        text-align: left;
       
        margin-bottom: 2px;
    }
    
    .text-block {
       bottom: 10px;
        left: 1px;
    }
    .text-blockk {
        top: 0px;
        left: -33px;
    }
    .hi1 {
        text-align: left;
        font-size: 17px;
        line-height: 30px;
    }
    .hi {
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        padding: 0px 17px;
    }
    .ss-btn {
        padding: 10px 30px; 
        font-size: 17px;
         
    }
  }
  
     @media (max-width: 600px) {
        .ss-btn {
        margin-left: 134px;
        } 
     }
  
  
  
   @media (max-width: 460px) {
    .text-block {
        bottom: 13px;
        left: 1px;
        padding: 5px;
    }
    .ss-btn {
        padding: 10px 30px; 
        font-size: 17px;
        margin-left: 100px;
        margin-bottom: 8px;
    }
    
    
   }

#hi {
    color: #C57D3A;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.title1 h1 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.title1 h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.title h1 {
    color: #C57D3A;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.title h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 17px;
}

#section8 .accordion-button {
    font-size: 16px;
    font-weight: 700;
}

.title p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.title1 p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0px;
}

@media screen and (max-width: 612px) {
    .title1 p {
        font-size: 17px;
        line-height: 30px;
        padding: 0px;
        text-align: left;
    }
    
    .title p {
        font-size: 17px;
        line-height: 30px;
        margin: 0px auto;
        
    }
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 17px;
    line-height: 28px;
}

.title h6.sub {
    background: #C57D3A;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    float: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#section4 {
    text-align: center;

}

#section6 ul.lists li {
    text-align: left;
    color: #C57D3A;
}

#section6 h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#section6 p {
    color: #000;
    font-size: 18px;
    padding: 10px;
    justify-content: center;
    text-align: center;
}


#section66 h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#section66 p {
    color: #000;
    font-size: 18px;
    padding: 10px;
    justify-content: center;
    text-align: center;
}


@media screen and (max-width:2891px) {


    #section6 {
        display: none;
    }


}

@media screen and (max-width:1200px) {


    #section6 {
        display: none;
    }
}


@media screen and (max-width:1024px) {
    #section6 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #section6 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #section6 {
        display: none;
    }
}

@media screen and (max-width:617px) {

    #section66 {
        display: none;
    }

    #section6 {
        display: block;
    }
}

@media screen and (max-width:480px) {

    #section6 {
        display: block;
    }

    #section66 {
        display: none;
    }
    ul.lists {
    list-style-type: none;
    padding-left: 35px;
}
}

@media screen and (max-width: 365px) {

    #section66 {
        display: none;
    }


    #section6 {
        display: block;
    }
}


#section6 h4 {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 3px;
}

#section5 h4 {
    color: #C57D3A;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}


#section6 h1 {
    font-size: 30px;
}

.card {
    border-radius: 10px;
    overflow: hidden;
    width: 320px;
    text-align: left;

    
}



.card img {
    width: 100%;
    object-fit: cover;
}

.containerrr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
    max-width: 1000px;
    margin-top: 10px;
}

.containerr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
    max-width: 1500px;
    margin-top: 10px;
}

.car {
    overflow: hidden;
    width: 350px;
    text-align: left;

}

.car img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
   
}



@media (max-width: 768px) {
    .car {
        width: 344px;
        justify-content: center;
    }

    .card {
        width: 344px;
        justify-content: center;
    }

}


.map {
    width: 100%;
    height: 300px;
    border: none;
        margin-top: 15px;
}

.map-container {
    background: #f7f2ec;
    color: rgb(57, 54, 55);
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: -3px;
    width: 600;
    height: 450;
}

@media (max-width: 600px) {

    .map-container {
        font-size: 16px;
        padding: 10px;
    }

}



#section4 h1 {
    color: #C57D3A;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 17px;
    margin-bottom: 15px;
}

#section4 .col-md-4 img {
    margin-bottom: 15px;
}

#section4 .col-md-4 p {
    max-width: 97%;
    margin: 0 auto;
}

#section0 .col-md-12 {
    padding-left: 0px;
}

.txt {
    position: absolute;
    left: 65px;
    top: 6px;
}

.txt h2 {
    padding-bottom: 0px;
    line-height: 18px;
    color: #c9a998;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.txt p {
    line-height: 18px;
    color: #c9a998;
    font-weight: 700;
    letter-spacing: 1.3px;
}

#section4 .col-md-4 {
    margin-bottom: 20px;

}

#section4 h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width:2891px) {


    #section5 {
        display: none;
    }


}

@media screen and (max-width:1200px) {


    #section5 {
        display: none;
    }
}


@media screen and (max-width:1024px) {
    #section5 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    #section5 {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #section5 {
        display: none;
    }
}

@media screen and (max-width:617px) {

    #section55 {
        display: none;
    }

    #section5 {
        display: block;
    }
}

@media screen and (max-width:480px) {

    #section5 {
        display: block;
    }

    #section55 {
        display: none;
    }

}

@media screen and (max-width: 365px) {

    #section55 {
        display: none;
    }


    #section5 {
        display: block;
    }
}

ul.lists{
    list-style-type: none;
}

@media screen and (max-width: 612px) {
    ul.lists li {
       
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
        ul.lists li img {
        float: left;
        width: 13px;
        height: 13px;
        line-height: 13px;
        margin-top: 6px;
        margin-right: 5px;
        margin-left: -18px;
    }

}

ul.lists-4 {
    list-style-type: none;


}

ul.lists-4 li {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

ul.lists-4 li img {
    float: left;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: -18px;


}



ul.lists-3 {
    list-style-type: none;
    margin-left: 270px;

}

ul.lists-3 li {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

ul.lists-3 li img {
    float: center;
    width: 13px;
    height: 13px;
    line-height: 13px;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 18px;


}










#section6 {
    text-align: center;
}

ul.lists1 {
    background: #D66327;
    border-radius: 5px;
    padding: 30px;
}

ul.lists1 img {
    float: left;
    margin-right: 15px;
    width: 50px;
    margin-top: 0px;
}

ul.lists1 li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    display: table;
    text-align: center;
}

ul.lists1 li:last-child {
    margin-bottom: 0px;
}

#section9 {
    background: #C57D3A;
}

.btn1,
.btn2 {
    background: #C57D3A;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 23px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    margin-top: 15px;
    
}

a.btn1 {
    background: #C57D3A;
    text-align: center;
    display: block;
    margin: 15px auto 0px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    width: 400px;
}

@media only screen and (max-width:768px) {
    a.btn1 {
        width: 300px;
    }
}

#myModal form,
#myModal1 form,
#myModal2 form {
    background: #fff;
}

footer p {
    line-height: 20px;
    font-weight: 600;
}

ul.listitem1 {
    list-style-type: none;
    padding-left: 0px;

}

ul.listitem1 li img {
    margin-right: 10px;
    width: 25px;
}

ul.listitem1 li {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;

    text-align: center;
    color: #000;
}

ul.listitem2 li {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    padding-right: 10px;
    display: inline-block;
    width: 48%;
    border-right: 1px solid #000;
}

ul.listitem2 {
    list-style-type: none;
}

ul.listitem2 li:last-child {
    border-right: 0px;
    padding-left: 10px;
}

#section10 h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

#section10 h1+h5 {
    color: #C57D3A;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

footer h5 {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}



.forms {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
}

.forms input.form-control {
    border: 1px solid #C57D3A;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
}


.forms h2 {
    background: #C57D3A;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 23px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

form {
    background: #f7f2ec;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#section3 {
    margin-top: 12px;
}


.appointment-boxx {
    max-width: 1300px;

    margin: 10px auto;
    border-radius: 8px;
    overflow: hidden;
   
    background-color: white;
    margin-top: 10px;
    margin-bottom: 45px;
}


/* Appointment Box */
.appointment-box {
    max-width: 1300px;

    margin: 10px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-top: 10px;
    margin-bottom: 15px;
}



.appointment-header h2 {
    background: #C57D3A;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    font-size: 23px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.appointment-content {
    background-color: #f7f2ec;
    text-align: center;

    padding: 14px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Form Row */
.appointment-row {

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.appointment-row form {
    color: #000;
}

.appointment-row .control {
    margin-right: 10px;
}


.appointment-row input {
    min-width: 200px;
    padding: 10px;
    border: 1px solid #C57D3A;
    border-radius: 4px;
    font-size: 16px;

    margin-bottom: 15px;
    height: auto;
    font-weight: 600;
    line-height: normal;
}

/* Add Padding to the Last Input */
.appointment-row input:last-of-type {
    padding-bottom: 10px;

    /* Adjust as needed */
}

.appointment-row button {
    background-color: #C57D3A;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    padding: 13px 50px;
    cursor: pointer;
    margin-top: 5px;
    white-space: nowrap;
}

.appointment-row button:hover {
    background-color: #8b5625;
}

/* Privacy Text */
.appointment-content p {
    font-size: 13px;
    color: #030303;
    margin-top: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointment-row {
        flex-direction: column;

    }

    .appointment-row input,
    .appointment-row button {
        width: 100%;

    }

    /* Increase spacing between inputs on mobile */
    .appointment-row input:last-of-type {
        margin-bottom: 1rem;


    }
}





.doctor-section {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f7f2ec;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 18px;

}

.doc h2 {
    color: #C57D3A;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* Image Column */
.doc-image {
    flex: 1;
    min-width: 400px;
    max-width: 600px;

 

}

.doc-image img {
    width: 90%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Column */
.doc-content {
    flex: 1;
    min-width: 400px;
    padding: 70px;
    font-size: 20px;

}

/* Heading */
.doc-content h2 {
    color: #C57D3A;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 1000;
}

/* Benefit List */
.doc-list {
    list-style: none;
    margin-top: 15px;
    align-items: center;
    line-height: 20px;
}

.doc-list li {
    display: flex;
    align-items: flex-start;

    line-height: 1.3;
    padding: 10px 40px;

}



#myModal .forms,
#myModal1 .forms,
#myModal2 .forms {
    max-width: 80%;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 30px;
}

.forms {
    max-width: 100%;
    margin: 0 auto;

    margin-bottom: 30px;

}

.forms input.form-control {
    border: 1px solid #C57D3A;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;



}

input.btn1 {
    background-color: #C57D3A;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#section0 .icons {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.whats img {
    background: #2EA10040;
    width: 45px;
}

.phon img {
    background: #f7f2ec;
    width: 45px;
}

.last .forms {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.last .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.last .forms input.form-control {
    text-align: center;
}

.last {
    margin-top: 20px;
}

#section8 .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #C57D3A;
    border-radius: 5px !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#section8 .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #C57D3A;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-bottom: 10px;
}

section#section8 {
    padding-bottom: 30px;
}

#section8 .accordion-item:nth-of-type(4) {
    border-bottom: 0px solid #D66327 !important;
}

#myCarousel1 {
    margin-bottom: 20px;
}

section.last {
    padding-left: 0px;
    padding-right: 0px;
}

#section9 .carousel {
    margin: 20px auto;
    padding: 30px;
    padding-bottom: 0px;
    background: #fff;
    border-radius: 10px;
}

#section9 .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

#section9 .carousel .item .img-box {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    float: right;
    margin-top: -20px;
}

#section9 .carousel .testimonial {
    padding: 0px 0 10px;
    text-align: justify;
    font-weight: 400;
    color: #C57D3A;
    margin-bottom: 0px !important;
    line-height: 26px;
    float: left;
    font-size: 17px;
    margin-top: 10px;
}

.carousel-inner .item-active {
    margin-bottom: 20px;
}

#section9 .carousel .overview {
    font-style: normal;
    text-align: left;
    margin-top: 0px;
    color: #C57D3A;
    font-size: 13px;
    font-family: 'Outfit';
    font-weight: 500;
    float: right;
}

#section9 .carousel .overview b {
    text-transform: uppercase;
    color: #C57D3A;
}

#section9 .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

#section9 .carousel-control i {
    font-size: 25px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#section9 .carousel .carousel-indicators {
    bottom: -40px;
}

#section9 .carousel-indicators li,
#section9 .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

#section9 .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#section9 .carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#section9 .star {
    float: left;
    width: 100%;
    text-align: left;
    color: #ffdf31;
}

#section0 .icons a {
    margin-right: 5px;
}

.modal,
.modal1,
.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 120px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0 0 0 / 83%);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content,
.modal-content1,
.modal-content2 {
    background-color: transparent;
    margin: auto;
    border: 0px solid #888;
    width: 100%;
    box-shadow: none !important;
}

/* The Close Button */
.close,
.close1,
.close2 {
    color: #fff;
    font-size: 28px;
    opacity: 1;
    font-weight: bold;
}

.close,
.close1 {
    position: absolute;
    font-size: 35px;
    left: 130px;
    top: -40px;
}

.close1 {
    position: absolute;
    font-size: 21px;
    right: 88px;
    top: 80px;
}

.close2 {
    position: absolute;
    font-size: 21px;
    right: 88px;
    top: 80px;
}

.close:hover,
.close:focus,
.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal .forms h2,
.modal1 .forms h2,
.modal2 .forms h2 {
    color: #fff !important;
}

button#myBtn {
    padding: 0px;
    border: none;
    background: transparent;
}

section#section00 {
    background: #f7f2ec;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    text-align: center;
}

#section00 a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
}

@media only screen and (max-width:480px) {

    #myModal .forms,
    #myModal1 .forms,
    #myModal2 .forms {
        max-width: 90%;
        margin: 0 auto;
        width: 90%;
        margin-bottom: 30px;
    }

    .close,
    .close1,
    .close2 {
        left: 20px;
    }
}

ul.bottom-menu {
    display: none;
}

@media only screen and (max-width:768px) {
    ul.bottom-menu {
        background: transparent;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 55px;
        width: 100%;
        color: #fff;
        z-index: 9999;
        display: flex !important;
        margin: 0;
        padding: 0;
    }

    ul.bottom-menu li {
        flex: 1; /* equal width for both buttons */
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Red button */
    ul.bottom-menu li:nth-of-type(1) {
        background: rgb(155, 11, 11);
    }

    /* Green button */
    ul.bottom-menu li:nth-of-type(2) {
        background: rgb(22, 162, 75);
    }

    /* Shine animation */
    @keyframes shine {
        0%   { left: -100%; }
        28.5714%, 100% { left: 100%; }
    }

    ul.bottom-menu li:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent
        );
        animation: shine 2s ease-in-out infinite;
    }

    /* Full clickable area */
    ul.bottom-menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    ul.bottom-menu li i {
        font-size: 20px;
        margin-right: 8px;
    }

    /* Rotate phone icon */
    ul.bottom-menu li i.fa.fa-phone {
        transform: rotate(90deg);
    }
}


@media only screen and (max-width:400px) {
    .text-block h1{
        padding: 0px 9px;
    }
    
    .ss-btn {
        margin-left: 82px;
        margin-bottom: 13px;
    }
    
        .hi {
            padding: 0px 9px;
        }
        
        .text-block {
        bottom: -1px;
        left: 1px;
        padding: 1px;
    }
}


@media only screen and (max-width:768px) {

    .title1 h1{
        text-align: center;
        font-size: 25px;
    }
    .title1 h2{
        text-align: left;
    }
}

.banner-top {
      width: 100%;
     
      overflow: hidden;
    }

    .banner-top img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .ray {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 20px;
  
  color: #111;
}

.step-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.ven-con {
  flex: 1 1 48%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.ven-con.full {
  width: 100%;
  margin-top: 20px;
  background: #fff;
  padding: 20px;
}

.ven-con h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.ven-con p {
  margin-bottom: 10px;
  font-size: 17px;
}

.ven-con ul {
  padding-left: 0;
  font-size: 17px;
  margin-bottom: 15px;
}

.ven-con ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.ven-con ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('https://cdn-icons-png.flaticon.com/512/271/271228.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.highlight-box {
  border: 1px solid #C57D3A;
  background: #f7f2ec;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {


    .ray {
 
  padding: 20px 13px;
  
}
  .step-wrap {
    flex-direction: column;
    gap: 0px;
  }


  .ven-con {
    flex: 1 1 100%;
  }
}


.services-section {
  padding: 50px 20px;
  text-align: center;
  
}

.sectionnnn-title {
  font-size: 24px;
  font-weight: 700;
  color: #C57D3A;
  margin-bottom: 40px;
  background: #f7f2ec;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 6px;
}

.services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.service-card {
  width: 380px;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  color: #222;
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
}

.service-card ul {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  background-color: #f7f2ec;
}

.service-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #222;
}

.service-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
 
  background-image: url('../images/checked.png');
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 768px) {
    
    
    .services-section {
  padding:0px;
  
  }
  
  
  .sectionnnn-title {
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  
}
.services-grid {
  gap: 15px;
}

.service-card h3 {
    font-size: 22px;
          line-height: 31px;
    text-align: center;
}

.service-card ul li {
   
    font-size: 18px;
   
}
}





.cam {
  
 
  background-color: #f7f2ec;
  justify-content: space-between;
  gap: 20px;

  padding: 15px 20px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.left-content {
  max-width: 40%;
}
.right-content {
  flex: 1;
  overflow: hidden;
}
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial-box {
  min-width: 100%;
  background: white;
  padding: 10px 50px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.stars {
  color: #FFC107;
 font-size: 20px;
}
.review-text {
  margin: 10px 0;
  color: #555;
  text-align: left;
  font-size: 15px;
}
.reviewer {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
}
.google-icon {
  color: #4285F4;
  font-size: 24px;
}
.buttonns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.btnn {
  background: #C57D3A;
  color: white;
  border: none;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 768px) {

    .cam {
        display: grid;
    }

    .left-content {
    max-width: 100%;
   }
   .testimonial-box {
    padding: 10px 20px;
   }
}