*{margin:0; 
  padding:0;  
  scroll-behavior: inherit!important
 }

ul,
ol{
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}

body{
    background: #fff;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    /*font-family: 'Poppins', sans-serif !important;*/
}

.space-area {
    height: 60px;
}

p{
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.main-heading-area {
    margin-bottom: 20px;
    z-index: 99;
    position: relative;
    
}
.main-heading-area h3 {
    color: #0E637F;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 500;
    padding: 1% 20%;
    margin: 0 auto;
}
.paragraph-area {
    margin-bottom: 25px;
}
.paragraph-area p {
    color: #000;
    font-size: 17px;
    text-transform: initial;
    line-height: 27px;
    font-weight: 400;
    padding: 0% 14%;
    margin: 0 auto;
}
.white-area {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 40px 0px;
}
.grey-area {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    padding: 40px 0px;
}
.bullet-points li {
    font-size: 15px;
    line-height: 3.5rem;
    font-weight: 500;
    color: #000;
    position: relative;
    display: flex;
    margin-left: 20px;
}
.bullet-points li:before {
    content: "";
    background-image: url(/img/newhome/bullet-icon.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    width: 65px;
    height: 65px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: -30px;
}
.paragraph-text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    text-align: left;
}
.content-box-area p {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
.content-box-area ul li a {
    font-size: 18px;
    text-transform: inherit;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    text-align: left;
}
.best-hair-img-box {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #00bcd5;
    border-radius: 50px 0px 0px 0px;
}
.best-hair-img-box img {
    width: 100% !important;
    display: block !important;
    transition: all 0.4s !important;
}
.best-hair-img-box img:hover {
    transform: scale(1.05);
    transition: all 0.4s;
}
.accordion-button {
    background: #8b8b8b !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 0px !important;
}
.btn {
    border: none !important;
    text-transform: capitalize !important;
    border-radius: 30px !important;
    padding: 18px 50px 18px 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}
.btn-primary {
    background: #1db9c3;
    color: #fff;
    padding: 12px 35px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    box-shadow: none !important;
}
/**banner**/
.banner {
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    min-height: 400px;
}

.banner-content{
    text-align: right;
    margin-top: 15rem;
}

.banner-content h1, h2 {
    color: #000;
    font-size: 45px;
    text-transform: capitalize;
    line-height: 56px;
    font-weight: 400;
    margin-bottom: 0px;
}
.blue-bold {
    color: #008eca;
    font-weight: bold;
    text-transform: uppercase;
}
.gapping-form{
    padding-top: 20px !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.free-consultation-content {
    border-radius: 0px !important;
    padding-top: 10px;
}
.book-app-btn-new {
    top: -5px;
    border: none;
    line-height: initial;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #000;
    border: 1px solid transparent;
    width: 50%;
    display: block;
    left: 28%;
    transform: translateX(-50%);
}
.form-title {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    animation: blink 1.5s linear infinite;	
}
@keyframes blink {
    0% {
        opacity: 0;
	color:rgb(28,104,130);
    }

    50% {
        opacity: 0.5;
	color:#fff;
    }

    100% {
        opacity: 1;
	color:rgb(28,104,130);
    }
}
/*owl carousel*/
.single-partner-item img {
    border-radius: 0px !important;
}
.custom-img {
    margin-bottom: 30px !important;
    border: 2px solid #008eca !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 45px !important;
    border-radius: 40px;
    transform: translateY(-50%);
    background: #008eca !important;
    color: #fff !important;
}
.owl-prev span {
    font-size: 45px;
    position: relative;
    top: -5px;
}
.owl-next span {
    font-size: 45px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.owl-box {
    display: block;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.40);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 40%);
}
.owl-hover {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
    display: block !important;
    transition: all 0.4s !important;
}
.owl-box img:hover {
   transform: scale(1.05);
   transition: all 0.4s !important;
}
.left-right-img-box img:hover {
    filter: grayscale(1);
    transition: all 0.4s;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
.accordion-item {
    margin-bottom: 10px !important;
}
.icons i {
    font-size: 18px;
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 10px;
    border-radius: 50px;
    margin-right: 10px;
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}
.absolute {
    position: absolute;
}
/*.box-video span {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 8px #0000000d;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
}*/
.dr-name > p {
    color: #0E637F;
    text-shadow: 2px 1px #ededed;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0px 15px 0px !important;
}
.hair-faq-top-left-radius {
    border-top-left-radius: 120px;
}
.text-black {
    color: #1c6882;
}
.accordion-button::after {
    background-image: url(/img/arrow-down-icon.png) !important;	
    transform: rotate(0deg) !important;	
}
/*.accordion-button:not(.collapsed)::after {
    background-image:  url(/img/arrow-down-icon.gif) !important;
}*/
.book-app-btn{
    border-radius: 50px !important;	
}
.book-app-btn {
    border-radius: 50px !important;
}
.box-video.relative {
    position: relative;
}
.play-buttons-icon {
    top: 45%;
    left: 45%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 8px #0000000d;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
}
.play-buttons-icon i {
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    font-size: 20px;
    color: red;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    top: -9px;
    display: none;
}
.left-radius-img img{
    border-top-left-radius: 100px;
    padding: 20px;
}
.black-white{
    filter: grayscale(1);
}
.footer-contact-info li i {
    font-size: 14px;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    border-radius: 50px;
    margin-right: 10px;
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}
.map-area {
    border: 3px solid #093f6e;
}
.book-app-btn-another {
    border: none;
    outline: none;
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    background: #fff;
    color: #00a2b9;
    text-transform: uppercase;
    font-weight: bold;
}
.book-app-btn-another:hover{
    background: #093f6e;
    color: #fff;
}
.custom-head {
    background: #00bcd5;
    color: #fff;
}
.blogs {
    position: relative;
    /*top: -96px;*/
    z-index: 0;
}
/******************** responsive ***********************/
@media only screen and (max-width:767px){
    .banner {
        background-position: top;
    	width: 100%;
    	min-height: 100px;
    	background-size: cover;   
    }
    .banner-content {
        text-align: right;
        margin-top: 4rem;
        margin-bottom: 1rem;
    }
    .blue-bold {
        white-space: pre;
    }
    .banner-content h1, h2 {
        color: #000;
        font-size: 30px;
        text-transform: capitalize;
        line-height: 38px;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .owl-nav button.owl-prev {
       left: 0px;
    }
    .owl-nav button.owl-next {
        right: 0px;
    }
    .main-heading-area h3 {
        font-size: 25px;
        line-height: 30px;
        padding: 1% 0%;
    }
    .paragraph-area p {
        color: #000;
        font-size: 14px;
        text-transform: initial;
        line-height: 25px;
        font-weight: 400;
        padding: 0% 0%;
        margin: 0 auto;
    }
    .bullet-points {
        padding-left: 10px;
    }
    .bullet-points li {
        font-size: 16px;
        line-height: 2rem;
    }
    .free-consultation-content form {
        margin-top: 0px !important;
    }
    .free-consultation-content {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
    .white-area {
        padding: 15px 0px 20px;
    }
    .accordion {
        margin-bottom: 30px;
    }
    .image-box.best-hair-img-box {
        margin-bottom: 20px;
    }
    .bg-white {
        padding: 5px !important;
    }
    .paragraph-text {
        margin-top: 20px;
    }
    .mobile-hide{
	display: none !important;
    }
    .left-right-img-box {
    	margin: 25px 0px;
    }
    .bullet-points li:before {
        width: 40px !important;
        height: 40px !important;
        top: 4px !important;
    }
    .blogs {
        top: 0px;
    }
}
@media only screen and (min-width:768px){
   .desktop-hide{
	 display: none !important;
   }
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}