*{
  padding: 0 ;
  margin: 0;
}
body{
    font-family: 'Open Sans';font-size: 22px;
}
.section-header{
    display: flex;
   align-items: center;
    position: relative;
    font-family: 'Open Sans';
    background-color: #652687;
    color: white;
    font-size: 20px;
    font-weight: 800;
    padding:  15px 100px;
}
.section-header1 a{
    text-decoration:none;
    color:white;
}
.section-header i{
    padding: 0 10px 0 0;
}
.section-header2 button{
    background-color:white ;
    color: #652687;
    border: none;
    font-size:20px;
    position: absolute;
    bottom: -20px;
    right: 100px;
    padding:  12px 24px;
    border-radius: 5px;
}
.banner-img img{
    width: 100%;
}
.banner-img h2{
    background-color:#245424;
    color:white;
    font-size:30px;
    font-weight:500;
    padding:10px 0;
    text-align:center;
    font-family: 'poppins';
}
.our-result{
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    justify-content: center;
    padding: 20px 0;
    gap: 90px;
}
.result1 h3{
    width: 250px;
    font-family: 'poppins';
    font-weight: 800;   
    margin:30px auto 0px auto;
    font-size: 22px;
    padding: 5px 14px;
    text-align: center;
    background-color: #043804;
    border-radius: 5px;
    color: white;
}
.result{
    display: flex;
    padding: 20px 0;
    gap: 20px;
}
.result-img {
    padding: 20px 0;
}
.result-img img{
    width: 300px;
    height: 200px;
    padding: 5px;
    box-shadow: 1px 1px 9px -3px #652687;
    border: 1px solid #652687;
    border-radius: 10px;
}
.form-model{
    width: 38%;
    border: 1px solid #cf84f8;
    box-shadow: 1px 1px 7px 2px #e5c6f7;
    border-radius: 20px;
}
.col-form-label{
    font-weight: 600;
}
.form-model h2{
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #043804;
}
.mb-3{
    margin: 0 30px;
}
.col-form-label1{
    font-weight: 700;
}
.form-logo{
    width: 252px;
    margin: 10px auto;
}
.form-logo img{
    width: 252px;
    height: 110px;
}
.form-select{
    font-size: 13px;
}
.form-model button{
    width: 180px;
    background-color: #043804;
    color: white;
    border: none;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 17px;
}
.success{
    padding: 20px 0;
    font-family: 'Open Sans';
}
.grid-flex{
    display: flex;
    justify-content: center;
    gap: 90px;
}
.consult-head{
    margin: 0 0 40px 0;
}
.success-flex1{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
}
.success h2{
    color: #fbfcfb;
    font-size: 22px;
    width: 470px;
    margin:  0 auto;
    font-family: 'poppins';
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #652687;
}
.success-flex{
    display: flex;
    padding: 50px 0;
    justify-content: center;
    gap: 40px;
}
.success-grid{
    height: 200px;
    width: 240px;
    text-align: center;
    padding: 20px;
    box-shadow: 1px 1px 7px 0px #652687;
    border-radius: 30px;
    background-color: #eefadb;
}
.success-icon img{
    height: 90px;
    font-size: 26px;
    border-radius: 50%; 
}
.success-text{
    font-size: 19px;
    padding: 20px 0;
    color: #652687;
    font-weight: 700;
}
.treatments{
    font-family: "Open Sans";
}
.treatments h2{
    color: #fbfcfb;
    font-size: 22px;
    width: 470px;
    margin:  0 auto;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    font-family: 'poppins';
    border-radius: 10px;
    background-color: #043804;
}
.treatments h3{
   text-align: center;
   font-family: "Open Sans";
   font-size: 25px;
   padding: 40px 0;
   font-weight: 600;
}
.line{
    height: 2px;
    width: 55%;
    margin: 0 auto;
    display: flex;
    background-color: #043804;
    justify-content: space-between;
    position: relative;
}
.line1{
    width: 2px;
    height: 30px;
    background-color: #043804;
}
.line2{
    width: 2px;
    height: 60px;
    background-color: #043804;
    position: absolute;
    top: -30px;
    left: 50%;
}
.specialization{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.special1{
    margin: 50px 0;
    font-size: 20px;
    width: 150px;
    height: 150px;
    position: relative;
    border: 20px solid #f6e7fd ;
    background-color: #9641c44b;
    border-radius: 50%;
}
.special-shadow1{
  position: absolute;
  top:40px;
  left: 0px;
    font-size: 18px;
    font-weight: 700;
}
.special2{
    margin: 50px 0;
    font-size: 20px;
    width: 150px;
    height: 150px;
    position: relative;
    border: 20px solid #f6e7fd ;
    background-color: #9641c44b;
    border-radius: 50%;
}
.special-shadow2{
    width: 205px;
    position: absolute;
    top:29px;
    left: -37px;
      font-size: 18px;
      font-weight: 700;
  }
  .special3{
    margin: 50px 0;
    font-size: 20px;
    width: 150px;
    height: 150px;
    position: relative;
    border: 20px solid #f6e7fd ;
    background-color: #9641c44b;
    border-radius: 50%;
}
.special-shadow3{
    width: 174px;
    position: absolute;
    top:40px;
    left: -29px;
      font-size: 18px;
      font-weight: 700;
  }
  .footer{
    display: flex;
    justify-content: space-around;
    color: white;
    padding: 10px 0;
    font-weight: 600;
    font-size: Open sans;
    background-color: #043804;
  }

  @media only screen and (min-width:320px) and (max-width: 767px){
    .line{
        display: none;
    }
        .banner-img h2{
        font-size:14px;
    }
    .section-header{
        justify-content: space-between;
        padding: 10px 15px;
        font-size: 12px;
    }
    .section-header2 button{
        right: 20px;
        padding: 3px;
        bottom: -6px;
        font-size: 12px;
    }
    .our-result{
        padding: 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .result{
      flex-wrap: wrap;
      gap: 0;
      justify-content: center;
    }
    .result-img{
        padding: 5px;
    }
    .result1 h3{
        width: 180px;
        font-size: 17px;
    }
    .form-model{
        width: 80%;
    }
    .form-model h2{
        font-size: 17px;
    }
    .col-form-label1{
        font-size: 15px;
        font-weight: 700;
    }
    .form-model button{
        width: 100px;
        font-size: 14px;
    }
    .grid-flex{
        display: block;
    }
    .success-flex1{
        flex-wrap: wrap;
    }
    .success h2{
        width: 295px;
        font-size: 15px;
        margin: 20px auto;
    }
    .success-flex{
        flex-wrap: wrap;
    }
    .treatments h2{
        width: 255px;
        font-size: 15px;
    }
    .treatments h3{
        font-size: 18px;
        padding: 10px 0;
    }
    .specialization{
       display: block;
       width: 132px;
    }
    .special1,.special2,.special3{
        margin: 30px 0;
    }
    .special-shadow2,.special-shadow3{
        width: 235px;
    }
    .footer{
        flex-wrap:wrap;
        text-align:center;
        justify-content:center;
        font-size:12px;
        padding: 10px;
    }
  } 
  
  @media only screen and (min-width:768px) and (max-width: 1199px){
    .line{
        display: none;
    }
    .banner-img h2{
        font-size:14px;
    }
    .section-header{
        justify-content: space-between;
        padding: 10px 15px;
        font-size: 14px;
    }
    .section-header2 button{
        right: 20px;
        padding: 8px;
        font-size: 14px;
    }
    .our-result{
        padding: 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .result{
      flex-wrap: wrap;
      gap: 0;
      justify-content: center;
    }
    .result-img{
        padding: 5px;
    }
    .result1 h3{
        width: 180px;
        font-size: 17px;
    }
    .form-model{
        width: 80%;
    }
    .form-model h2{
        font-size: 20px;
    }
    .col-form-label{
        font-size: 13px;
    }
    .form-model button{
        width: 100px;
        font-size: 14px;
    }
    .grid-flex{
        display: block;
    }
    .success-flex1{
        flex-wrap: wrap;
    }
    .success h2{
        width: 290px;
        font-size: 17px;
    }
    .success-flex{
        flex-wrap: wrap;
    }
    .treatments h2{
        width: 230px;
        margin: 30px  auto 0 auto;
        font-size: 17px;
    }
    .treatments h3{
        font-size: 20px;
        padding: 20px 0;
    }
    .specialization{
        width: 80%;
       flex-wrap: wrap;
       justify-content: space-between;
    }
    .special1,.special2,.special3{
        margin: 30px 0;
    }
    .special-shadow2,.special-shadow3{
        width: 230px;
    }
     .footer{
        flex-wrap:wrap;
        justify-content:center;
        text-align:center;
    }
  } 
  

  /* Show on mobile screens only */
@media (max-width: 768px) {
    .visible-xs, .visible-sm {
      display: block !important; /* Ensures it shows up on mobile screens */
    }
  }
  
  /* Hide on larger screens (tablets and desktops) */
  @media (min-width: 769px) {
    .visible-xs, .visible-sm {
      display: none !important; /* Hides the section on larger screens */
    }
  }
  