*,
    *::before,
    *::after {
    box-sizing: border-box;
    }

    :root
    {
        --primary:#101820FF;
        --secondary:#d3ad69;
        --white:#fff;
        --font-body:'Open Sans', sans-serif;
        --font-head:'Josefin Sans', sans-serif;
        --color-primary: #C28566;
        --color-secondary-10: #ECE7E5;
        --color-secondary: #402B1D;
        --color-neutral-0: #fff;
        --br-main: 0.25rem;
        --color-neutral-80: #3D3D3D;
    }

    ::-webkit-scrollbar
    {
        width: 0.5rem;
        background:var(--primary);
    }

    ::-webkit-scrollbar-thumb
    {
        width: 100%;
        background: var(--primary);
        border-radius: 0.25rem;
    }
    @font-face {
      font-display: swap; 
      font-family: 'bootstrap-icons';
      src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2");
  }

    blockquote {
      font-weight: 100;
      font-size: 1.5rem;
      max-width: 600px;
      line-height: 1.4;
      position: relative;
      margin: 0;
      padding: 0.5rem;
    }

    /* html, body 
    {
      max-width: 100%;
      overflow-x: hidden;
    } */

    @media (max-width:767px)
    {
        ::-webkit-scrollbar
        {
            width: 0.1rem;
            background: rgb(229, 165, 93, 0.2);
        }
        button.btn.btn-secondary.btn-11 {
          margin-bottom: 20px;
          display: none;
      }
    }

    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index:9999;
    }
   
    html, body 
    {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body
    {
        font-family: var(--font-body);
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 24px;
        text-transform: none;
        color: #666666;
        /* overflow-x: hidden; */
    }


    h1, h2, h3, h4, h5, h6
    {
      line-height: 1.3;
      font-weight: 400;
      margin: 0 0 15px;
      font-family: var(--font-head);
    }

    h2 
    {
      color: #000;
      /* font-weight: 400 !important; */
    }

    .service-banner-title
    {
      color: #fff;
    }
    h1 
    {
      font-size: 2.4rem;
    }


    h5
    {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 0.2px;
        text-transform: none;
        color: #000000;
    }

    .h5_title
    {
      /* font-family: var(--font-body); */
      font-weight: 300;
      font-size: 22px !important;
    }

    h4.small-title {
      font-size: 24px;
  }

    @media only screen and (max-width: 479px)
    {
        h2
        {
            font-size: 30px;
        }

        h5
        {
            font-size: 24px !important;
            
        }
        .h5_title
        {
          font-weight: 300;
          font-size: 18px !important;
        }
    
    }

    a:hover
    {
        color: var(--secondary);
    }

.btn-prop
{
    background-color: var(--secondary);
    color: var(--white);
    font-size: 14px;
    padding: 14px 22px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0 0;
    outline: none;
    border-radius: 0 !important;
}

a {
  color: var(--thirdcolor);
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.empty-div
{
    height: 100px;
}
p, ul {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;

}

/******logo navbar******************/

.navbar-light.is-sticky {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
  z-index: 999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar .row {
  width: 100%;
}

.navbar-light.navbar-expand-lg .navbar-nav li {
  padding: 10px 20px;
}

.navbar-light.navbar-expand-lg .navbar-nav li a {
  color: #6f8ba4;
  font-size: 15px;
  padding: 0;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav li a:hover {
  color: #007aff !important;
}


.navbar-light .navbar-nav .active>a,
.navbar-light .navbar-nav .show>a,
.navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav a.show {
  color: #007aff !important;
}

button.appointment-button {
  font-size: 14px;
  font-weight: 600;
  color: #fdffff;
  border: 1px solid #0e47a1;
  padding: 10px 30px;
  border-radius: 20px;
  background: transparent;
  background:#0e47a1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-secondary.btn-11 {
  font-size: 14px;
    font-weight: 600;
    color: #fdffff;
    border: 1px solid #2458b3;
    padding: 13px 18px;
    border-radius: 5px;
    background: transparent;
    background: #2458b3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
i.bi.bi-calendar-check {
    padding-right: 5px;
}
i.bi.bi-telephone {
    padding-right: 5px;
}
.appointment-btn:hover {
  background: #0075ff;
  color: #fff;
}

.appointment-btn.white-btn {
  color: #fff;
  border-color: #fff;
}

.appointment-btn.white-btn:hover {
  border-color: #0075ff;
}

.navbar.is-sticky .appointment-btn.white-btn {
  color: #0075ff;
  border-color: #0075ff;
}

.navbar.is-sticky .appointment-btn.white-btn:hover {
  color: #fff;
}

.navbar.navbar-two {
  position: relative;
  background: #fff !important;
}

.navbar.navbar-two.is-sticky {
  position: fixed;
}
.modal-body img {
  width: 100%;
}
a.navbar-brand img {
  width: 95px;
  margin-top: -20px;
}
@media only screen and (min-width: 767px) and (max-width: 999px){
  .navbar {
      position: inherit;
      top: 0;
      left: 0;
      width: 100%;
      background: 0 0 !important;
      z-index: 999;
      padding: 15px 0;
    }
}

/***********form section css*********/
.forminner-sec {
  margin-bottom: 0px;
  padding: 50px;
  background: #2458b3;
  border-radius: 10px;
  color: #fff !important;
}
.form-control {
  background: #efefef;
    margin: 10px 0;
    height: 58px;
    border-right: 0;
    padding: 16px 0 16px 20px;
    width: 100%;
    border: none;
    border-radius: 100px;
    font-size: 15px;
    color: #666666 !important;
    font-weight: 500;
    letter-spacing: 1px;
}
button#web-sticky-form {
background: #02296c;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    height: 58px;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
.form-control::placeholder{
  color:#666666 !important
}
.form-control::placeholder:focus {
  color:#fff !important
}
section.form-sec {
  padding: 60px 0px;
}
.form-control:focus {
  color: #666666 !important;
  background-color: #fff;
  border-color: #fff !important;
  outline: 0;
  box-shadow: none !important;
}
.forminner-sec img {
  width: 70%;
}
.forminner-sec h4 {
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 10px;
}
section.benefits_sec {
  padding: 60px 0px;
  background: #ecf4fb;
}
section.benefits_sec h5 {
  position: relative;
  text-transform: uppercase;
  color: #2458b3;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px;
  letter-spacing: 1px;
  display: inline-flex;
  background: #ffffff;
  padding: 9px 15px 7px 15px;
  border-radius: 100px;
  text-align: center;
}
section.benefits_sec h2 {
  font-size: 38px;
  line-height: 58px;
  font-weight: 600;
  padding-bottom: 20px;
}
.treat_sec {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 25px 32px 25px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.benefits_sec .treat-desc h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.treat_img {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin-bottom: 36px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
.treat_img img {
  border-radius: 100px;
  margin-bottom: 34px;
  width: 200px;
  height: 200px;
  text-align: center;
}
.button-style-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #edf5fc;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 10px 0 0 10px;
  border-radius: 60% 0 0 0;
  z-index: 9;
}
.button-style-2::before {
  position: absolute;
  content: "";
  top: -14px;
  right: 0px;
  height: 16px;
  width: 1px;
  background-color: #edf5fc;
  z-index: 9;
}
.button-style-2>svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg) scale(1.01);
}
.button-style-2 .button-style-2-link {
  background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 27px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #222;
}
.button-style-2 a::before {
  position: absolute;
  content: "";
  top: 37px;
  left: -11px;
  height: 16px;
  width: 1px;
  background-color: #edf5fc;
  z-index: 9;
}
.button-style-2 .button-style-2-link i {
  transform: rotate(-35deg);
  display: block;
  padding-top: 5px;
}
.bi-arrow-right-short::before {
  content: "\f135";
}


/************result section start********/
section.result-sec {
  padding: 60px 0px;
}
section.result-sec h5 {
  color: #2458b3;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
section.result-sec h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #222;
}
.result-des h4 {
  font-size: 30px;
  color: #2458b3;
  font-weight: 600;
}
.result-des p {
  font-size: 16px;
  line-height: 30px;
}
.result-des p a {
  background: #2458b3;
  color: #fff;
  padding: 15px 20px !important;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 1px;
  margin: 18px 10px 10px 0;
  text-decoration: none;
}
.result-sec .owl-prev {
  background: #0d47a1;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
	
}
.doc-img {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #f8fcfe;
    border-radius: 5px;
    text-align: center;
    background: #fff
}

.doc-img img {
    border-radius: 50%;
    transition-duration: .3s;
    
}

section.land-form h3 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 25px;
    color: #222;
    font-weight: 500;
    line-height: 49px
}

section.land-form {
    padding-bottom: 70px
}

.doc-img h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 0;
    text-align: center;
    padding-top: 15px
}

.doc-img p {
    text-align: center;
    color: #222e65;
    font-size: 16px;
    font-weight: 500
}

 .result-sec .owl-next {
  background: #0d47a1;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;

}
.result-sec .owl-nav {
  display: flex;

  gap: 10px;
  margin-top: 20px;
}

/************strip section css***********/
.strip-overlay {
  position: relative;
  padding: 60px 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #2458b3 2.26%, #013583db 101.51%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.strip-sec {
  background-image: url(https://hairise.themeht.com/wp-content/uploads/2024/03/service-bg.jpg);
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
section.strip-sec h4 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #2458b3;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  display: inline-flex;
  background: #ffffff;
  padding: 10px 20px 6px 20px;
  border-radius: 100px;
}
section.strip-sec h2 {
  font-size: 44px;
  color: #ffff;
  line-height: 60px;
  padding-top: 10px;
}
section.strip-sec p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.counter.style-1.left {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.counter-icon {
  padding-right: 20px;
}
.counter-icon img {
  line-height: 1;
  display: inline-block;
  width: 80px;
}
.counter-desc-warp h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.counter-desc h6 {
 color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 35px;
}
.strip-code {
  margin: -20px 0px 0px 0px;
  padding: 0px 0px 35px 0px;
  border-style: solid;
  border-width: 0px 0px 01px 0px;
  border-color: #FFFFFF35;
}
/**********proceture section css**********/
.sol-img img {
  min-width: 90px;
    min-height: 90px;
    text-align: center;
    line-height: 90px;
    position: relative;
    margin-right: 30px;
}
.sol-dot {
  display: flex;
  padding-top: 20px;
}
.sol-des {
    position: relative;
}
.sol-des h4 {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  margin-left: 30px;
}
.sol-des p {
  font-size: 16px;
  line-height: 30px;
}
.sol-des h4::before {
    width: 8px;
    height: 8px;
    background:#0e47a1;
    padding: 0;
    border-radius: 50%;
    left: 5px;
    position: absolute;
    margin-top: 10px;
    content: "";
    display: inline-block;
}
.sol-img img {
    display: none;
}
.prp-img img {
  width: 100%;
}
section.proce-sec {
  padding: 60px 0px;
  background: #ecf4fb;
}
section.proce-sec h2 {
  font-weight: 600;
  font-size: 34px;
}
/***********what section css********/
section.what-sec {
  padding: 60px 0px;
}
.video_content {
  position: absolute;
  background: #ffffff;
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  text-align: center;
  padding: 10px 10px 0 0px;
  border-radius: 0 60% 0 0;
  z-index: 9;
  position: relative;
  margin-top: -69px;
}
.what-img img {
  border-radius: 30px 30px 30px 30px;
  width: 100%;
}
.vidd-ct {
  background: #1745a2;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
a#play-video {
  color: #fff;
  line-height: 20px;
  font-size: 50px;
}
.what-inner h3 {
  font-weight: 600;
  font-size: 34px;
  color: #222;
  line-height: 46px;
}
.what-inner p {
  font-size: 16px;
  line-height: 30px;
}
.what-inner p a {
  background: #2458b3;
  color: #fff;
  padding: 15px 20px !important;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 1px;
  margin: 18px 10px 10px 0;
  text-decoration: none;
}
/*********why section start**************/
section.why-sec {
  background-image: url(../image/about-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /**width: 1423px;**/
  left: -13.5px;
}
section.why-sec {
    padding-top: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.why-inner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 60px 0px 60px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 60px 60px 30px 60px;
  background: #ecf4fb;
}
.why-des img {
  width: 10%;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 90px;
    position: relative;
    margin-right: 0px;
}
.why-des h5 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: var(--font-body);
  padding-left: 20px;
  line-height: 30px;
}
.why-des p {
  font-size: 16px;
  line-height: 25px;
}
.why-inner h3 {
  font-size: 28px;
  color: #222;
  font-weight: 600;
}
.why-des {
  margin-top: 5px;
    display: flex;
    align-items: center;
}
section.prp360-sec img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
/*****************prp table section css********/
th.tab-hea {
  width: 30%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
  background: #2458b3 !important;
}
section.prp-sec {
  padding: 60px 0px;
  background: #ecf4fb;
}
section.prp-sec h2 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
}
section.prp-sec p {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #222;
}
table.table.table-bordered {
  margin-top: 20px;
}
table.table.table-bordered td {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  background-color: #fff;
}
/**************prp 360 css***********/
section.prp360-sec {
  padding: 60px 0px;
}
section.prp360-sec h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 6px;
}

.prp360-caro img {
  width: 25% !important;
  height: auto !important;
}
.prp360-caro {
  border-radius: 10px;
  border: 1px solid #eeeded;
  padding: 20px !important;
  border-bottom: 2px solid #0e47a1;
  box-shadow: 0 12px 20px -8px #c6c6c6;
  margin-bottom: 20px;
  text-align: center;
}
.why-caro {
  display: flex;
  align-items: center;
}
.why-caro h4 {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  padding-left: 11px;
}
section.prp360-sec p {
  text-align: left;
  padding-top: 10px;
}
section.what-sec {
  padding: 60px 0px;
  padding-top: 10px;
}
/*********expert section css************/
.full-width-bg .overlay {
  padding: 80px 0;
  background: #0e47a1;
}
.full-width-bg .sec-title {
  color: #f4f4f4;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}
.exper-sec h6 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  position: relative;
  padding: 6px 10px;
}
.exper-sec h6::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 0%;
  background: 0 0;
  left: -7px;
  margin-right: 10px;
  margin-top: 2px;
  border-bottom: #b0afaf 2px solid;
}
/***************how section css************/
section.how-sec img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 30px 30px;
}
section.how-sec {
  padding: 60px 0px;
}
.how-inner h3 {
  font-weight: 600;
  font-size: 34px;
  color: #222;
}
.how-inner p a {
  background: #2458b3;
  color: #fff !important;
  padding: 17px 25px !important;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 1px;
  margin: 18px 10px 10px 0;
  text-decoration: none;
}
section.prp360-sec p a {
  background: #2458b3;
  color: #fff;
  padding: 15px 20px !important;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 1px;
  margin: 18px 10px 10px 0;
  text-decoration: none;
}
video#myVideo {
  object-fit: cover;
  width: 100%;
}

/**************second strip start**********/
section.secon-strip {
  padding: 60px 0px;
}
.secon-det {
  padding: 60px 30px 60px 80px;
}
.secon-det h3, section.doc-sec h6 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #2458b3;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  display: inline-flex;
  background: #ffffff;
  padding: 10px 20px 6px 20px;
  border-radius: 100px;
}
.secon-det h2 {
  font-size: 38px;
  color: #fff;
  line-height: 54px;
  padding-top: 10px;
}
.secon-det a {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  display: inline-flex;
  background: #ffffff;
  padding: 18px 30px;
  border-radius: 100px;
  margin-top: 20px;
}
.secon-tab {
  background: #0e47a1;
  border-radius: 20px;
}
/****************doctor section css***************/
section.doc-sec {
  background: #ecf4fb;
  padding: 60px 0px;
}
section.doc-sec h6 {
  text-align: center;
  padding-bottom: 10px;
}
section.doc-sec h3 {
  text-align: center;
  font-size: 30px;
  color: #222;
  font-weight: 600;
  padding-bottom: 34px;
}
.team-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.team-img img {
  width: 100%;
  border-radius: 20px;
}
.social-list {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0;
  background: #ecf4fb;
  text-align: center;
  padding: 10px 0 0 10px;
  border-radius: 60% 0 0 0;
  z-index: 9;
}
.social-list::before {
  position: absolute;
  content: "";
  top: -14px;
  right: 0px;
  height: 16px;
  width: 1px;
  background-color: #ecf4fb;
  z-index: 9;
}
.team-share-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #2458b3;
  color: #ffffff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 17px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.team-desc h4 {
  color: #222;
  font-size: 24px;
  padding-top: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.team-desc span {
  font-size: 16px;
  font-weight: 500;
}
 /***************testimonial section css*************/
 .bg-image {
  /* background: url(../image/BG.jpg); */
  background-color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.treat-desc p {
    font-size: 16px;
    letter-spacing: 1px;
    height: 37px;
}
h2.display-4 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}
img.revi-img {
  width: 65%;
}
section.testimonials .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 99;
  width: 30px;
  height: 30px;
  
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #12a4e3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: white;
  opacity: 1;
  left: 0;
}
section.testimonials .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 99;
  width: 30px !important;
  height: 30px !important;
  
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #12a4e3 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: white;
  opacity: 1;
  right: 0;
}


.bg-white1.p-3 {
  cursor: pointer;
  align-items: flex-start;
  padding: 12px 24px 32px;
  gap: 24px;
  width: 96%;
  background: #ecf4fb;
  border-radius: 5px;
flex-direction: column;
  display: flex;
}
.vcgmbmain {
  
  padding: 0;
  flex-direction: column;
  display: flex;
}
.vcquote {
  position: absolute;
  right: 22px;
  top: 20px;
}
.hirequote {
  background-image: url(https://www.vcaretrichology.com/landing/hair-and-skin-sample/assets/image/icon.svg);
  min-width: 35px;
  width: 35px;
  height: 22px;
  background-position: inherit;
  position: absolute;
  right: 30px;
  top: 0;
 background-repeat: no-repeat;
}
.vcbottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  margin-top: 30px;
}

.vcgmbprofile {
  width: 100% !important;
}
.vcgmbprofile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
}

.vchireprofileright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
}
.vcprofileright{
  line-height:30px;
}
.vcprofileright b {
  color: #000;
  padding: 0;
}
.vcprofileright b {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin: 0;
}
.ti-stars {
  margin-bottom: 6px;
  margin-top: 15px;
  text-align: left;
}
.ti-star.f {
  background-image: url(https://www.vcaretrichology.com/landing/hair-and-skin-sample/assets/image/f.svg);
}
.ti-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.vcgmbpara {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.42px;
  overflow-x: auto;
  height: 100px;
  padding: 0 4px 0 0;
}
.vcgmbpara::-webkit-scrollbar {
  width: 5px;
}

.vcgmbpara::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

.vcgmbpara::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 10px;
}

.vcgmbpara::-webkit-scrollbar-thumb:hover {
  background: #696969;
}
.review_alpha_img {
  margin-right: 15px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.review_alpha_img {
  background:#0e47a1;
}

/***************faq section start************/
.faq_section .accordion-item {
  border-radius: 5px!important;
  margin-bottom: 15px;
  padding: 0;
  color: #15233c!important;
  border: rgba(112,112,112,.02) 1px solid!important;
  border-radius: 0!important;
  border-bottom: #777 1px solid!important;
  border: none
}

.faq_section .accordion .accordion-item .accordion-button {
  font-size: 20px;
  color: #444;
  padding: 20px 10px 20px 15px;
  font-weight: 500;
  border-radius: 10px;
  font-family: var(--font-head);
}

.faq_section .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: 0 0!important;
  color: #444;
  font-weight: 600;
  border: none;
  box-shadow: none!important
}

.accordion-button {
  background-color: #fff!important
}

.accordion-item {
  background-color: #fff!important
}

.accordion-body {
  padding: 1rem 1.25rem;
  padding-top: 0!important
}
.accordion-body {
  font-size: 17px;
  color: #575758;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.faq_section .accordion-button:focus {
  z-index: 3!important;
  border-color: #fff!important;
  outline: 0!important;
  box-shadow: none
}

section.faq_section {
  padding: 50px 0;
  background: #fff;
  Padding-top:10px;

}
h2.float_head {
  font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 0px;
    text-align: center;
}
/*************footer section css************/
section.foot_sec {
  position: relative;
  padding: 30px 0 30px;
  background: #0e47a1;
}
section.foot_sec h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.app-menu {
  display: none;
}

/**********prp video section css************/
.prp-video iframe {
    width: 100%;
}
.prp-video {
    padding: 10px 10px;
    background: #cbd9ef;
    border-radius: 10px;
}
/**********contain section css*********/
 .prp360-caro p {
    height: 150px !important;
}
p.strt {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 3px;
    color: #0e47a1;
    font-size: 15px;
}
section.proce-sec h3 {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}
.contact-widget {
    background-color: #222222;
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
    background-image: url(../image/testimonial-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.contact-widget::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-color: #2458b3;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}
.contact-widget .contact-widget-warp {
    z-index: 9;
    position: relative;
}
.contact-widget img {
    margin-bottom: 20px;
    border-radius: 100%;
    /* width: 170px;
    height: 170px; */
}
.contact-widget h5 {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    padding-bottom: 11px;
}
section.doc1-sec {
    padding-bottom: 60px;
    padding-top: 20px;
}
.contact-widget a.themeht-btn {
    text-transform: uppercase;
    padding: 17px 40px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width: 767.98px) {
	.prp-video iframe {
    width: 100%;
    height: 230px;
}
	section.why-sec {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}
	.prp-video {
    margin-bottom: 30px;
}
  .app-menu {
      display: block !important;
      padding: 8px 4px;
      background: #0e47a1;
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 32;
      color: #f4f4f4;
  }
	.treat-desc p {
    font-size: 16px;
    letter-spacing: 1px;
    height: 65px;
}
	.btn-secondary.btn-11 {
    margin-right: 0px;

}
  a.btn-sm.book-btn {
      text-decoration: none;
  }
  .app-menu .book-btn {
      background: 0 0;
      font-size: 18px;
      color: #f4f4f4;
      font-weight: 500;
  }
      a.btn-sm.book-btn {
      padding: 0;
  }
      i.bi.bi-calendar3 {
      font-size: 26px;
      font-weight: 600;
      padding-right: 5px;
  }
  section.form-sec {
    padding: 30px 0px;
}
.forminner-sec {
  padding: 20px;
}
section.benefits_sec {
  padding: 30px 0px;
}
section.benefits_sec h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  padding-bottom: 10px;
}
.treat_sec {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 34px 15px 16px 15px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
section.result-sec, section.prp360-sec {
  padding: 30px 0px;
}
section.result-sec h5 {
  color: #2458b3;
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.result-des h4 {
  font-size: 28px;
  color: #2458b3;
  font-weight: 600;
  padding-top: 25px;
}
section.prp-sec {
  padding: 30px 0px;
  background: #ecf4fb;
}
section.prp-sec h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
}
section.prp360-sec h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.prp360-sec p {
  text-align: left;
  padding-top: 10px;
}
.what-inner h3 {
  font-weight: 600;
  font-size: 30px;
  color: #222;
  line-height: 38px;
}
.what-img {
  padding-top: 30px;
}
.full-width-bg .overlay {
  padding: 35px 0;
  background: #0e47a1;
}
section.proce-sec {
  padding: 35px 0px;
  background: #ecf4fb;
}
section.proce-sec h2 {
  font-weight: 600;
  font-size: 28px;
}
section.how-sec {
  padding: 30px 0px;
}
.how-inner h3 {
  font-weight: 600;
  font-size: 30px;
  color: #222;
}
section.how-sec img {
  height: auto;
  padding-top: 30px;
}
section.why-sec {
  background-image: none !important;
}
.why-inner {
  padding: 30px;
  background: #ecf4fb;
  margin-top: 30px;
}
.secon-det {
  padding: 30px;
}
.secon-det h2 {
  font-size: 26px;
  color: #fff;
  line-height: 46px;
  padding-top: 10px;
}
.secon-det a {
  margin-top: 0px;
}
section.secon-strip {
  padding: 0px 0px;
}
.team-sec {
  padding-top: 25px;
}
section.doc-sec h3 {
  padding-bottom: 5px;
}
h2.display-4 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}
.bg-white1.p-3 {
  width: 100% !important;
}
section.foot_sec h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 40px;
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #696969;
}
section.why-sec {
  width: auto;

}
.why-des h5 {
  font-size: 19px !important;
  color: #222;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: var(--font-body);
  padding-left: 20px;
  line-height: 30px;
}
	section.proce-sec h3 {
    padding-top: 35px;
}
}