
/* @import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


#Our-Services{
    color: rgb(34, 34, 34);
    clear: both;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'PT Serif', serif !important;
    text-align: center;
    font-size: 35px;
    margin-bottom: 3rem;
}


.abt-slider{
    align-items: center;
}

.abt-text{
    font-family: 'PT Serif', serif;
    font-size: 35px;
    font-weight: 600;
    /* margin: 2rem 0; */
    color: black;
    letter-spacing: 6px;
    word-spacing: -7px;
}

.banner-image{
    width: 48% !important;
}

.banner-content{
    justify-content: space-evenly;
}

.abt-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding-top: 1rem 0;
}

#case-section{
    margin-bottom: 2rem;
    /* background: red; */
    /* border: 1px solid grey; */
    padding: 0.8rem;
}

#case-section h2{
  font-family: 'PT Serif';
  word-spacing: 6px;
  font-weight: 700;
}

.treat-care{
    /* background-color: aqua; */
    /* display: flex; */
    padding: 1rem;
    justify-content: space-evenly;
    border-radius: 8px;
    transition: 1s all;
    box-shadow: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.treat-care:hover{
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 37px 0px;
    
}

.treat-care .treat-icon{
    width: 20%;
    margin-right: 1rem;
}

.treat-care .treat-content{
    width: 70%;
}

.treat-care .treat-icon i{
    font-size: 40px;
    color: blue;
    padding: 10px;
}

.treat-care .treat-content span{
    font-size: 18px;
    font-weight: 500;
    word-spacing: 3;
    /* font-family: none; */
}

.treat-care .treat-content p{
  color: #3a3a3a;
}

.new-abt{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.apt-section{
    /* background: antiquewhite; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-top: -4rem;
    margin-bottom:2.2rem;
    padding: 1rem;
}

.txt-h2{
    margin: 3px 0px 21px 0px;
}







/* @media only screen and (max-width: 600px) {
    body {
      background-color: lightblue;
    }
  } */


  /* #main-form-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  #main-form-section .txt-container-2{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }

  #main-form-section .txt-container-2 temp1{
    width: 25%;
  }

  #main-form-section .txt-container-1 input{
    width: 100%;
  } */


  @media (max-width: 992px) {
    .abt-content h3{
        font-size: 16px;
    }
    .abt-content p{
        font-size: 13px;
        text-align: justify;
    }

    .apt-section h2{
        font-size: 16px;
        margin-top:60px;
    }

    /* #htmlcaption1 */
  }


  @media (max-width: 768px){
    /* .vdo-width{
        width: 275px;
    } */
    /* .banner-content {
        justify-content: space-evenly;
        margin-top: -116px;
    } */
  }

  @media (max-width: 992px){
    .vdo-width{
        width: 345px;
        padding:12px;
    }
  }

  #opt-tag{
    font-family: none;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'PT Serif', serif;
    color: #626262;
  }

  #opt-tag:hover{
    border: 2px solid rgb(168, 152, 66);;
  }

  #opt-tag option{
    font-size: 18px;
    font-family: none;
    /* color: #fff; */
    background-color: #f7f1e3;

  }
  
/* #overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
} */

.img-t3{
    transition: all 2s;
}

.img-t3:hover{
    transform: scale(1.2);
    /* cursor: pointer; */
}




/* choose us section styling  */


/* body{margin-top:20px;} */
.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}



/* our team section styling  */

/* body {
    background: #eee;
  } */

/* .team-member2{
    background: #ecf0f1;
    
} */


.team-member{
    padding-top: 0.6rem;
    padding-bottom: 2.5rem;
    background-color: #3a3a3a;
}

  .name {
    color: blue;
  }
  
  .work {
    font-weight: bold;
    font-size: 15px;
  }
  
  .about span {
    font-size: 13px;
  }
  
  .v-profile {
    color: blue;
    cursor: pointer;
  }
  
  .box {
    -webkit-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
    -moz-box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
    box-shadow: 13px 12px 5px -10px rgba(196,194,196,0.72);
  }
  
  .t-member {
    margin-top: 10px;
  }





/* service section styling here  */
#service-container{
  margin-top: 10rem;
  background-image: url('../images/bg/s4.jpg');
  /* background-image: url('../images/bg/slider.jpg'); */
  color: white;
  height: 50vh;
}

.services-bg{
  background-image: url('../images/bg/s4.jpg');
  padding: 50px;
  color: #fff;
  /* background-color: #004975; */
  /* background-image: url('file:///C:/xampp/htdocs/hair-replacment-2/assets/images/bg/s4.jpg'); */
}

.services-bg h2{
  color: #fff;
}

.abt-heading{
  color: #626262;
}

.foot-link:hover{
  color: rgb(238, 210, 199) !important;
}



@media(max-width: 992px) {
  .service-content{
   /* margin-top: 14rem !important; */
   margin-top: 2rem !important;
   text-align: justify;
  } 
  .cat-heading{
   margin-bottom: 3.5rem;
  }
  .modal-content{
    width: 100% !important;
    margin-left: 0 !important;
  } 
  .detail-heading{
    margin-bottom: 1rem !important;
    line-height: 0 !important;
  }
  .detail-container{
    margin-top: 15.25rem!important;
  }
}

.margin-icon i{
  margin-right: 10px !important;
}

.social-icon-footer a:hover{
  color: #fff !important;
}




/* modal coding  */
.modal-content{
  width: 50%;
  margin-left: 20%;
} 
 #book-appointment{
  width: 100%;
}

#book-appointment input{
  width: 100%;
}


.email-top:hover{
  color: #fff !important;
}

.service-detailes-slider{
  height: 82vh !important;
}


.detail-heading{
  line-height: 0 !important;
}

.home-btn{
  background-color: #3a3a3a !important;
  color: #fff !important;
}

.home-btn:hover{
  background-color: #000 !important;
}





/* styling for medium devices  */

@media(max-width: 992px){
  .home-banner {
    margin-bottom: 61px;
    /*margin-top: -2rem;*/
  }
  .service-height{
    margin-bottom: -1rem !important;
  }
}


/* box-social-icon  */
.box-social-icon{
  position: fixed;
  bottom: 5.8rem;
  width: 50px;
  height: 50px;
  background-color: green;
  border-radius: 50%;
  left: 20px;
  padding: 12px;
  z-index: 1;
}
.box-social-icon i{
  font-size: 28px;
  color: #fff;
  /* width: 100%;
  height: 100%; */
}

.all-services li{
    background-color:#000;
    border-bottom:1px dotted #fff;
    padding:12px;
}

.all-services li:hover{
     background-color:#6C757D;
}

.all-services li a{
    color:#fff;
    font-size:15px;
}

.all-services a:hover{
    color:#fff;
}