.cost-section.bg-1 {
    /*background-image:  linear-gradient(to right bottom, #fff, #1c2a3a);*/
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgb(28, 42, 58) 50%, rgba(255, 255, 255, 1) 100% );
    background-position: center;
    background-size: cover;
    padding: 3% 0 5%;
    margin-top: 5%;
  }
  
  .cost-section.bg-2 {
    background-image: url(../img/bg-image/bg-image-2.jpg);
    background-position: center;
    background-size: cover;
  }
  
  .cost-section .cost-section-content {
    background-color: rgba(255, 255, 255, 0.795);
    box-shadow: 0 2px 3px rgba(0 0 0 / 27%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cost-section .cost-section-content .cost-content {
    padding: 20px 30px;
    width: 100%;
  }
  
  .cost-section .cost-section-content .arrow {
    /* width: 50%; */
    animation: leftright 1s linear infinite;
    margin-top: -72px;
  }
  
  @keyframes leftright {
    0% {
      transform: translateX(50px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  
  .cost-section .cost-section-content img {
    width: 200px;
    /* transform: rotate(180deg); */
  }
  .cost-sectionno .cost-section-content {
    background-color: rgba(0, 187, 212, 0.673);
    /* transform: skewX(-12deg); */
    box-shadow: 0 2px 3px rgba(0 0 0 / 27%);
  }
  .cost-sectionno .cost-section-content .cost-content {
    /* transform: skewX(12deg); */
    padding: 40px 60px;
  }
  .cost-section .cost-section-content .cost-content h2 {
    color: #0e637f;
    margin-bottom: 20px;
  }
  .cost-section .cost-section-content .cost-content p {
    color: #000;
    line-height: 1.4;
    text-align: justify;
    font-size: 18px;
  }






    @media screen and (max-width: 767px) {
    .hair-transplant h3.heading{
        font-size: 15px !important;
    }
    .hair-transplant .form-container .blink{
        font-size: 15px !important;
    }
    .age-group-container{
        width: 85% !important;
    }
    .age-group-wrapper .age-group{
        width: 100% !important;
    }
    .age-group-wrapper{
        grid-template-columns: 100% !important;
    }
    .medicine-options-container{
        grid-template-columns: 100% !important;
    }
    .medicine-container .medicine-options-container .medicine-option{
        width: 100% !important;
    }
   .hair-transplant{
       min-height: 430px !important;
   }
     .man-hair-styles .man-hair-footer {
     bottom: -20px; 
  }
  
        .man-hair-styles .form-bottom-part{
            bottom: -16px !important;
        }
        
    }










  .hair-transplant {
     /*box-shadow: 0 10px 30px rgb(0 0 0 / 7%); */
    /* background-color: #fff; */
    border-radius: 0px 50px 50px;
     padding: 0px 40px 50px; 
    /*padding-bottom: 5%;*/
    min-height: 275px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
     /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  }
  .hair-transplant .form-container {
      margin-top: 5%;
  }
  .hair-transplant .form-container .blink{
      animation: blink 2s linear infinite;
      text-shadow: 1px 2px rgba(0,0,0, 0.4);
      
  }
  /*.hair-transplant .form-container .blink h2{*/
  /*    border-right: 3px solid #fff;*/
  /*}*/
  
  .hair-transplant .hair-cost-heading {
    text-align: center;
    background-color: #1c2a3a;
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    font-weight: 400;
    padding: 10px 0px;
    font-family: "Roboto", sans-serif;
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #1c2a3a;
    text-transform: uppercase;
  }
  .hair-transplant h3.heading {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .hair-transplant h3.heading.main-heading {
    animation: blink 1.5s linear infinite;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
  }
  
  .hair-transplant .man-hair-footer {
    text-align: center;
    background-color: #1c2a3a;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: 400;
    padding: 10px 0px 3px;
    font-family: "Roboto", sans-serif;
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #1c2a3a;
    text-transform: uppercase;
  }
  
  .hair-transplant .man-hair-footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  
  .hair-transplant .main-hair-img {
    width: 180px;
    /* border-radius: 50%; */
    padding: 30px;
    cursor: pointer;
  }

  
  .hair-transplant .f-note {
    color: rgb(153, 152, 152);
  }
  
  .hair-transplant .circle {
    background-image: linear-gradient(#00bcd4, #043d72);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: grid;
    place-content: center;
  }
  
  .hair-transplant .circle > .img-container {
    background-color: #fff;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    animation: none;
  }







/* man-hair-style section start */
  
.man-hair-styles {
    position: relative;
     background-color: #fff; 
    width: 100%;
    /* padding: 3% 0; */
    /*margin-top: 2%;*/
     min-height: 250px; 
    display: none;
    border-radius: 0px 50px 0px 0;
    /* display: block; */
  }
  
  .active {
    display: block;
  }
  
  .man-hair-styles .man-hair-footer {
    position: absolute;
     bottom: -17px; 
     left: 0;
  }
  
  .man-hair-footer h3 a {
    font-size: 16px;
    display: block;
    padding-bottom: 0;
    color: #3c6d8b;
  }
  .man-hair-footer h3 a:hover {
    color: #fff;
  }
  
  .man-hair-styles p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
  }
  
  .man-hair-container {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 5% 0;
  }
  
  .man-hair-wrapper {
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    /* max-width: 389px; */
  }
  
  .man-hair-container .man-hair-wrapper .man-single-img {
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    /* border: 1px solid rgb(216, 216, 216); */
    border: 1px solid;
    border-image-slice: 1;
    /* border-width: 1px; */
    border-image-source: linear-gradient(to left, #00bcd4, #043d72);
  }
  
  /* man-hair-style section end */




  
  .man-hair-container {
    /* max-width: 400px; */
    width: 100%;
    margin: 0 auto;
    /* display: block; */
  }
  
  .man-hair-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* max-width: 389px; */
  }
  
  .man-hair-container .man-hair-wrapper .man-single-img {
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    border-radius: 0px 50px 50px;
    /* border: 1px solid rgb(216, 216, 216); */
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    transition: 0.6;
    border-image-source: linear-gradient(to left, #00bcd4, #043d72);
  }
  .man-hair-container .man-hair-wrapper .man-single-img:hover {
  transform: scale(1.03);
  transition-duration: 0.6s;
      
  }


    /* age-group container start */
    .age-group-container {
        position: absolute;
        /* background-color: #fff; */
        width: 100%;
        min-height: 200px;
        /* min-height: 400px; */
        /* display: none; */
      }
      .age-group-container p.title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 15px;
      }
      .age-group-container .man-hair-footer h3 a{
          padding-bottom: 7px;
      }
      
      .age-group-wrapper {
        /* max-width: 400px; */
        /* margin: 0 auto; */
        /* display: block; */
        /* margin-top: 30px; */
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        /* padding: 5%; */
        /* flex-direction: column; */
        align-items: center;
        padding: 5% 0% 6% 6%;
      }
      .medicine-container .medicine-options-container {
        /* max-width: 400px; */
        margin: 0 auto;
        /* display: block; */
        /* margin-top: 30px; */
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        padding: 4% 1% 6% 6%;
        /* flex-direction: column; */
        align-items: center;
      }
      .medicine-container .medicine-options-container .medicine-option{
        border: 1px solid lightgray;
        padding: 13px 30px;
        font-weight: bold;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        /* margin-bottom: 17px; */
        cursor: pointer;
        transition: all 0.3s;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        border-radius: 30px;
        text-align: center;
        width: 80%;
        background-color: #fff;
        margin-right: 2%;
      }
      .medicine-container .medicine-options-container .medicine-option:hover{
          transform: scale(1.1);
      }
      

      .age-group-wrapper .age-group {
        border: 1px solid lightgray;
        padding: 13px 30px;
        font-weight: bold;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        margin-bottom: 17px;
        cursor: pointer;
        transition: all 0.3s;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        display: inline-block;
        border-radius: 30px;
        text-align: center;
        width: 75%;
        margin-right: 2%;
        background-color: #fff;
      }
      
      .age-group-wrapper .age-group span {
        font-size: 15px;
        margin-left: 10px;
      }
      .age-group-wrapper .age-group:hover {
        transform: scale(1.1);
      }
      
      /* age-group container end */