:root {
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
      0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
      --primary:#0E47A1;
      --secondary:#E4F2FD;
      --white:#fff;
      --font-body:"Poppins", sans-serif;
      --font-head: "Poppins", sans-serif;
  }
  
  *,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  
  html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
  }
  
  body {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    transition: 0.35s;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
  }
  p, ul {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight:400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #6D6D6D;
  }
  ul, li{
    font-family: var(--font-body);
    padding: 0px;
  }



/*****************menu section start************************/

	  input#flexRadioDefault1 {
    margin-left: 8px;
}
    .toggle-mob input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.col-12.toggle-mob {
    margin-top: 5px;
    margin-bottom: 0px;
}
.toggle-mob label {
	cursor: pointer;
    text-indent: -9999px;
    width: 23px;
    height: 15px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.toggle-mob label:after {
	content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 7px;
    height: 6px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.toggle-mob input:checked + label {
	background: #0e47a1;
}

.toggle-mob input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggle-mob label:active:after {
	width: 130px;
}

	
    section#faq h2.text-center {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 30px;
}
	.accordion-body {
    font-size: 16px;
    color: #575758;
    line-height: 28px;
}
	img.revi-img {
    width: 65%;
}
.video-bx {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border: 6px solid #fff;
    box-shadow: #a8a8a8 2px 2px 9px -2px;
}
.video-bx img {
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0;
    width: 100%;
}
.video-bx .video-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 31;
    background: RGB(243, 243, 243, .7);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    border: 4px solid #f4f4f4;
    box-sizing: border-box;
    padding: 9px 12px;
    text-align: center;
    box-shadow: none!important;
}
.svg-youtube {
    filter: brightness(0) saturate(100%) invert(36%) sepia(58%) saturate(2972%) hue-rotate(340deg) brightness(93%) contrast(98%);
    width: 20px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0 !important;
    z-index: 999;
    padding-bottom: 0 !important;
}
.about_sec h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 30px;
}
	.dropdown button
{
	font-size: 14px;
    font-weight: 600;
    color: #fdffff;
    border: 1px solid #0e47a1;
    padding: 10px 30px;
    border-radius: 20px;
    background: 0 0;
    background: var(--primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-right: 10px;
}
	.full-width-bg .overlay {
    padding: 80px 0;
    /**background: RGB(1, 1, 1, 0.7);**/
		background: #0E47A1;
}
	
.sec-title 
{
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300;
}
	
	.full-width-bg .sec-title {
    color: #f4f4f4;
    font-weight: 400;
}
	
.full-width-bg .extensions_ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
}
	
.full-width-bg .extensions_ul li 
{
    font-style: normal;
    padding: 6px 10px;
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
    text-transform: capitalize;
    color: #E4F2FD;
    font-weight: 400;
    letter-spacing: 0px;
    margin-right: 20px;
}
	
.full-width-bg .extensions_ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 0%;
    background: transparent;
    left: -7px;
    margin-right: 10px;
    margin-top: 2px;
    border-bottom: #B0AFAF 2px solid;
}

@media screen and (max-width: 767px) 
{
    .full-width-bg .overlay 
	{
        padding: 40px 0;
    }
	  .sec-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
	.full-width-bg .extensions_ul {
        display: inline-block;
        justify-content: start !important;
	
    }
	.full-width-bg .extensions_ul li {
        text-align: left;
			margin: 0 auto !important;
    }
	.modal-body .form-group label {
    font-weight: 500;
    margin-right: 12px;
    color: #333;
    padding-top: 10px;
}
		section#about p {
    text-align: center;
}
}
	
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0 !important;
    z-index: 999;
    padding: 15px 0;
}
.carousel {
    position: relative;
    margin-top: 88px;
}
form#registerForm1 select#branch {
    padding: 1rem 0.75rem;
}
.navbar-light.is-sticky {
    position: fixed;
    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: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.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%;
}

@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;
      }
}
@media only screen and (max-width: 767px){
   
    .modal-body img {
      display: none;
    }
	.bg-white1.p-3 {
    width: 100%;
}
	button.btn.btn-secondary {
    display: none;
}
	.vcgmbpara {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.42px;
    overflow-x: auto;
		height: 100px;
	}
    /* .navbar-brand {
        float: right;
        padding-right: 15px;
    } */
    .navbar-toggle-btn {
        text-align: left;
        left: 15px !important;
        right: auto !important;
    }
    .navbar-light .navbar-toggler {
        color: #ffffff;
    border-color: #0075ff;
    background: #0e47a1 !important;
    }
	.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
    /* font-weight: 600; */
}
    /* .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 117, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    } */
    /* .appointment-btn {
        display: none;
    } */
 
    .hero-content .btn {
        color: #0075ff;
        border: none;
    }
    .navbar-toggle-btn {
        display: none;
    }
    section.header_section img {
        width: 95px;
        /* margin-top: -100px; */
       
    }

    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        right: 0;
      
    }
    .navbar {
        position: revert;
        top: 0;
        left: 0;
        width: 100%;
        background: white !important;
        z-index: 999;
        padding: 15px 0;
    }
   
    .col-12.col-lg-2.col-md-3.text-right {
        margin-bottom: -21px;
    }
    .navbar-light.is-sticky {
        position:revert;
        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;
      }
     
	
    p#p1 {
        font-weight: 700;
        font-size: 24px;
    }
    p#p2 {
        font-weight: 600;
        font-size: 18px;
        margin-top: -15px;
    }
    section.hair_result h3 {
        font-size: 28px;
    }

}
a.navbar-brand img {
    width: 95px;
    margin-top: -20px;
}


/***************about us section css start******************/
section.about_sec {
    padding: 60px 0px;
}
.about_inner h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 10px;
}
.about_inner p a {
    background: var(--primary);
    color: #fff;
    padding: 15px 20px !important;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 10px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    /* margin-top: 15px; */
}
.position-relative {
    position: relative !important;
    margin-bottom: 20px;
}

/***************mam section start*******************/
section.mam_sec {
    padding: 60px 0px;
	background: var(--secondary);
   
}
.mamdetail_sec h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 5px;
}
.mamdetail_sec ul li {
    margin-bottom: 10px;
    color: #575758;
    line-height: 1.8;
    font-weight: 400;
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.mamdetail_sec ul li i {
    color: #35b2e9;
    font-size: 26px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 2px;
}
.special-about {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.about-title {
    margin-bottom: 10px;
    margin-left: 15px;
}
.about-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0 !important;
    line-height: 42px;
    letter-spacing: 0.5px;
}
.about-title p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.mam_img {
    position: relative;
}

/***********hair treatment section start***************/
section.hairtreat_sec {
    padding: 60px 0px 10px 0px;
    background-color: rgba(240, 249, 255, 0.5);
}
section.hairtreat_sec h2, section.result_sec h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 10px;
    text-align: center;
}
.hair_inner {
    margin: 0 0 52px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.hairdeta {
    padding: 20px;
}
.hair_img img {
    width: 100%;
}
.hairdeta h3 {
    color: #000000bd !important;
    font-size: 18px;
    text-align: center !important;
    font-weight: 600;
}
@media (max-width: 767px){
    .hair_inner {
        flex: 46%;
        gap: 10px;
        width: 100%;
        padding: 10px;
        margin: 0 0 20px 0;
        flex-direction: column;
    }
    .hairdeta h3 {
        text-align: center;
    }
    .hairdeta p {
        text-align: center;
    }
    .hair_img img {
        width: 100% !important;
        height: auto !important
    }
    .about_inner h2 {
        font-size: 31px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 15px;
    padding-top: 25px;
    text-align: center;
    }
    .about_inner p {
        text-align: center;
    }
    .mamdetail_sec {
        padding-top: 20px;
        text-align: center;
    }
    .carousel {
        position: relative;
        margin-top: 0px;
    }
	.about_sec h2 {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 30px;
}
	.video-bx {
    margin-top: 30px !important;
}

}
/***********************result section start******************/
section.result_sec {
    padding: 60px 0px;
   
}
.result_sec .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.result_sec .owl-prev {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    /* background: #0E47A1; */
    border-radius: 0%;
    font-size: 20px;
    color: #fff;
    padding: 0 6px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.result_sec .owl-prev i, .result_sec .owl-next i {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0E47A1;
    border: 0.125rem solid #fff;
    margin: 0 0.25rem;
    border-radius: 50%;
    transition: 350ms ease all;
}
.result_sec .owl-next {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
.result-item {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}
section.benefits_sec h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    color: #0E47A1;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
}
.treat_sec {
    margin: 25px 0px;
}
.treat_sec {
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    /* line-height: 1.8; */
    background: #fff;
	height:500px;
}
.benefits_sec .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    margin: 0 auto 17px;
}
.treat-desc {
    padding: 18px 6px 0px 6px;
}
.treat-desc h5 {
    color: #000000bd !important;
    font-size: 18px;
    text-align: center !important;
    font-weight: 600;
}
.treat-desc p {
    line-height: 1.8;
    
    overflow: hidden;
}
.benefits_sec .owl-nav .owl-prev {
    top: 45% !important;
    position: absolute;
    left: 5px;
    background: #0E47A1;
}
.benefits_sec .owl-nav .owl-next {
    top: 45% !important;
    position: absolute;
    right: 5px;
    background: #0E47A1;
}
section.benefits_sec {
    padding-top: 10px;
    padding-bottom: 50px;
}
.skin-inner {
    padding-top: 30px !important;
}
/*****************skin treatment section css*****************/
.upper-img, .lower-img {
    position: relative;
    z-index: -1 !important;
}
.top-right {
    position: absolute;
    top: -70%;
    right: 0%;
    transform: translateY(-29%);
}
.skin-inner {
    z-index: 1;
    background-color: rgba(240, 249, 255, 0.5);
    backdrop-filter: blur(15px) contrast(100%);
    -webkit-backdrop-filter: blur(15px) contrast(100%); 
    position: relative;
    padding: 10px 0px 15px 0px;
    padding-bottom:30px;
}
section.skin_section h4 {
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
    color: var(--primary);
}
.position-absolute1 {
    padding: 20px;
    background: #fff;
	height:280px;
}
.skin_section h3.text-white {
    color: #000000bd !important;
    font-size: 18px;
    text-align: center !important;
    font-weight: 600;
}
.position-absolute1 p {
    font-size: 16px;
    color: #575758;
    line-height: 28px;
    text-align: left;
}
.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.price-carousel .owl-nav .owl-prev {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0D9CE0;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
	top: 40% !important;
    position: absolute;
    left: -7px;
}
 .price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0D9CE0;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
	 top: 40% !important;
    position: absolute;
    right: -7px;
   
}
.bottom-left {
    position: absolute;
    bottom: 65%;
    left: -43%;
    transform: translateY(50%);
}
.skin_section .owl-nav i {
    line-height: 38px;
}
.skin_section .bg-light {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 5px;
}
@media (max-width: 1440px) and (min-width: 1024px){
    .bottom-left {
        bottom: 0%;
        left: -23%;
    }
}
@media (max-width: 991px) {
    .lower-img {
        display: none;
    }
}

/******************form section css************************/
section.form_sec {
    background-image: url(../image/popup-bg.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 113px 15px 120px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
.floatland_form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
    padding: 30px;
    border-radius: 10px;
}
.landform h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 10px;
    text-align: center;
}
.landform h5 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000000bd;
}
.form-floating>.form-select {
    padding-top: 0;
    padding-bottom: 0;
}
button#subButn {
    margin-top: 15px;
}
button#subButn {
    margin-top: 15px;
    background: var(--primary);
    border: 1px solid var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
}
/********************faq section start**********************/
section.faq_section {
    padding: 60px 0px;
    background: #EFF6F9;
}
.faq-sli h5 {
    color: #585858;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
.faq-sli h3 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 32px;
    color: var(--primary);
}
img.faqimg {
    padding-top: 10px;
}
img.faqimg:hover {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

h2.float_head {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary);
}
.faq_section .accordion-item {
    border-radius: 5px !important;
    margin-bottom: 15px;
    padding: 0px;
    color: #15233C !important;
    border: rgba(112, 112, 112, 0.02) 1px solid !important;
}
.faq_section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    color: #444;
    background: #fff !important;
    padding: 20px 10px 20px 15px;
    font-weight: 500;
    border-radius: 10px;
}
.faq_section .accordion-button:focus {
    z-index: 3 !important;
    border-color: #fff !important;
    outline: 0 !important;
    box-shadow: none;
}

/**********************testimonial section start*******************/

.bg-image {
    background: linear-gradient(rgba(40, 120, 235, 0.05), rgba(40, 120, 235, 0.05)), url(../image/bg-image.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h2.display-4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #222e65;
}

section.testimonials .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-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;
    line-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 !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: #fff;
    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:#5298d2;
}

	
/**************footer section start*********************/
section.foot_sec {
    position: relative;
    padding: 30px 0 30px;
    background: #0e47a1;
}
section.foot_sec h5 {
    font-size: 16px;
    color: white;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/******************modal css **********************/
.modal-header {
    background: #0e47a1;
    border: #0e47a1;
}
.modal-title {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.5px;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: auto !important;
}
.form-control {
    color: #96968e;
    font-size: 14px;
    font-weight: 500 !important;
    width: 100%;
    height: 40px !important;
    line-height: 1.42857143;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ededea;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
label.form12 {
    margin: 0 !important;
    padding-bottom: 5px;
}
.nobottommargin {
    text-align: left;
    width: 40%;
}
button#subButn {
    background: #0E47A1;
    padding: 7px 20px;
    border-radius: 5px;
    border: #0E47A1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 21px;
    width: 50%;
}
.modal-open {
    padding-right: 0px !important;
    overflow-y: scroll !important;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem 0.5rem -0.5rem auto !important;
}
.modal-dialog .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #0E47A1 !important;
    background: #E4F2FD !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: .7 !important;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
}
select#floatingSelect {
    padding: 1rem 0.75rem;
}
.modal-body .form-group label {
    font-weight: 500;
    margin-right: 25px;
    color: #333;
    padding-top: 10px;
}
.form-group label {
    display: inline-block;
    margin-left: 9px;
}
/******************footermenu section css**********************/
@media screen and (max-width: 767.98px){
    .app-menu {
        display: block !important;
        padding: 8px 4px;
        background: #0d6efd;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 32;
        color: #f4f4f4;
    }
    .app-menu .rght-br {
        padding: 0 4px;
        border-right: 1px solid #0d6efd;
        margin-top: 0;
    }
    .app-menu .book-btn {
        background: 0 0;
        font-size: 15px;
        color: #f4f4f4;
        text-transform: uppercase;
        font-weight: 500;
    }
    a.btn-sm.book-btn {
        text-decoration: none;
    }
    i.bi.bi-telephone {
        font-size: 24px;
        font-weight: 600;
        padding-right: 10px;
    }
    i.bi.bi-calendar3 {
        font-size: 26px;
        font-weight: 600;
        padding-right: 5px;
    }
    .landform h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0.5px;
        color: var(--primary);
        padding-bottom: 10px;
        text-align: center;
    }
    .floatland_form {
        padding: 30px 15px;
    }
    .landform h5 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 15px;
        font-weight: 600;
        color: #000000bd;
        line-height: 36px;
    }
    .bg-white {
        padding: 25px 50px !important;
        background-color: #fff !important;
        height: auto;
        border-radius: 10px;
    }
    section.foot_sec {
        margin-bottom: 40px;
    }
    div#accordionExample {
        padding-top: 40px;
    }
    img.faqimg.img-fluid {
        width: 100%;
    }


}

.app-menu {
    display: none;
}
