@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');

/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}









.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
.navbar-default .navbar-brand {
    display: none;
}
.navbar-default .navbar-nav>li>a {
    color: #c91d58;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
}
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.top-navi{
    text-align: center;
    height: 70px;
    padding-top: 22px;
    border-bottom: 1px solid#c91d58;
}
.top-navi p{
    font-size: 17px;
    color: #c91d58;
    font-weight: 500;
}
.top-navi p.lft{
    border-right: 1px solid#c91d58;
}
.top-navi p.rit{
    border-left: 1px solid#c91d58;
}

.top-navi .fa{
    color: #c91d58;
    font-size: 17px;
    padding: 0px 10px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-left: 60px;
}
.logo {
    margin-top: -40px;
}
.logo img{
    width: 100%;
}

.appoint{
    background: #c91d58;
    height: 130px;
    text-align: center;
    margin-top: -69px;
    margin-right: -5%;
}
.appoint a button {
    background: #c91d58;
    padding: 15px 30px;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 35px;
    transition-duration: 0.5s;
}
.appoint a button:hover {
    background: #fff;
    color: #c91d58;
}
.pdng{

}

.front-banner img{
    margin-top: -10px;
    width: 100%;
}



.cos-form {
    background: #f4f4f4;
    padding: 60px 0px;
}
.frmm-cnt{
    text-align: right;
}
.frmm-cnt p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c91d58;
    line-height: 46px;
}
.frmm-cnt p span {
    font-size: 40px;
    color: #000;
}
.cos-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.cos-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    border: 1px solid #f1f1f1;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.cos-form input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 50px;
    border: 1px solid#f1f1f1;
    padding: 10px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.cos-form a button{
    width: 100%;
    height: 48px;
    background: #c91d58;
    border: 1px solid#c91d58;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.boto {
    margin-top: -42px;
}


.treatments{
    margin-top: 80px;
}
.treatcont h1 {
    color: #c91d58;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 70px;
}
.treatcont h1 span {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.trtnt img{
    width: 100%;
}
.trtnt:hover img{
    width: 100%;
    opacity: 0.6;
}
.trtnt h2{
    font-size: 70px;
    color: #ededed;
    margin-top: 40px;
    margin-bottom: -65px;
}
.trtnt h3{
    font-size: 16px;
    letter-spacing: 1px;
    color: #c91d58;
}
.trtnt h4{
    font-size: 32px;
    margin-top: 40px;
    color: #c91d58;
    margin-bottom: 30px;
}

.justline{
    width: 100px;
    height: 2px;
    background: #c91d58;
}
.trtnt p{
    font-size: 17px;
    margin-top: 40px;
    line-height;
    color: #000;
}


.trtnt a{
    text-decoration: none;
}
.trtnt a button {
    background: #fff;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
.trtnt:hover a button {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}

.pndg{
    padding: 0px;
}
.extensive{
    margin-top: 100px;
    background: #f4f4f4;
}
.weltext {
    padding: 150px 50px 100px 80px;
}

.weltext h3{
    font-size: 16px;
    color: #c91d58;
    letter-spacing: 2px;
}
.weltext h3 span {
    font-size: 45px;
    color: #000;
    line-height: 56px;
    letter-spacing: 0px;
}

.weltext p {
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
    font-weight: 500;
}




.bgimg {
    background: url(../images/treatment-bg.jpg) no-repeat;
    padding: 80px 20px;
    background-size: cover;
}
.bgimg img {
    width: 100%;
    margin-left: 45px;
}
.weltext a button {
    background: transparent;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}

.weltext a button:hover {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}



.treatcont p {
    width: 60%;
    margin: -50px auto 100px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2px;
}



.services{
    background: #c91d58;

}

.ser-heading p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.ser-heading p span {
    font-size: 46px;
    font-weight: 500;
    line-height: 90px;
}
.serv{
    padding: 120px 50px 76px;
}
.portions{
    margin-top: 50px;
}
.portions a{
    text-decoration: none;
    color: #c91d58;
}
.port:hover{
    box-shadow: 0px 0px 15px #444;
}
.port {
    background: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}
.port img{
    width: 120px;
}

.port p{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.testi {
    background: url(../images/testimonial.jpg) no-repeat;
    height: 854px;
    background-size: cover;
    padding: 155px 20px;
}

.testi-content{
    color: #fff;
    text-align: center;
}
.testi-content h4{
    font-size: 42px;
    font-weight: 500;
}
.testi-content h4 span{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
}
.line{
    background: #fff;
    width: 150px;
    height: 1px;
    margin:40px auto;
}


/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #c91d58;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.testi-content .fa-4x {
    font-size: 4em;
    display: none;
}
.testi-content .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -110px;
}
blockquote p{
    line-height: 30px;
}
.name p{
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}
.name p span{
    font-size: 16px;
    font-weight: 400;
}

.extensive.botom{
    margin-top: 0px;
    margin-bottom: 80px;
}
.extensive.botom .bgimg img {
    width: 100%;
    margin-left: 5px;
}


.bloimg{
    overflow: hidden;
}
.bloimg:hover img{
    margin-left: -20px;
}
.bloimg img{
    width: 105%;
    transition-duration: 0.5s;
}
.blog-content h4{
    font-size: 14px;
    color: #c91d58;
    margin-top: 30px;
}
.blog-content h4 span {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 70px;
}
.blog-content p{
    font-size: 17px;
    line-height: 30px;
}
.blog-content a button {
    background: transparent;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
.blog-content a button:hover {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}


.cos-footer{
    background: #555555;
    margin-top: 100px;
}
.mapss img{
    width: 100%;
}
.f-logo{
    text-align: center;
    padding:35px 30px;
}
.f-logo img{
    width: 200px;
}
.f-form {
    background: #fff;
    padding: 0px 80px 20px;
}
.f-form h1{
    margin-bottom: 0px;
}
.f-form h1 span {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.frm .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border:0px solid;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}

.frmcc textarea.form-control {
    border:0px solid;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 0px;
        -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
.f-btn{
    text-align: center;
}
.f-btn a button {
    background: transparent;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
.f-btn a button:hover {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}
.timing {
    text-align: center;
    color: #fff;
    padding: 40px 20px 28px;
}
.timing p{
    font-size: 26px;
}
.timing p span{
    font-size: 16px;
}

.botom-ftr{
    background: #000;
    padding: 25px 20px 7px;
}
.botom-ftr p{
    font-size: 18px;
    color: #f1f1f1;
    letter-spacing: 1px;
    text-align: center;
}




/********** Start About Page ***************/

.about-b{
    background: #000;
    padding: 70px;
    margin-top: -10px;
}
.about-bcont{
    text-align:center;
}
.about-bcont p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.about-bcont p a{
    color: #ccc;
    font-size: 18px;
    text-decoration: none;
    transition-duration:0.5s;
}
.about-bcont p a:hover{
    color: #fff;
}
.about-bcont h1{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.bgimg.about{
    background:#f4f4f4;
}
.bgimg.about img{
    border: 1px solid#ccc;
}
.btmp{
    border-left:8px solid#c91d58;
    padding-left: 30px;
}
.btmp p{
    font-size: 20px;
}

.services.abt{
    margin-top:-80px;
}
.testi.abt {
    background: #fff;
    padding: 50px 20px;
}
.testi-content.abt{
    color:#000;
    text-align:left;
}
.testi-content.abt h4 {
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 2px;
}
.testi-content.abt h4 span {
    color: #c91d58;
}
.testi-content.abt p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 50px;
}
.serv.abt{
    padding: 20px 50px;
}
.ticks{
    margin-top:40px;
}
.ticks .fa {
    color: #fff;
    background: #c91d58;
    padding: 1px;
    border-radius: 3px;
}
.testi-content .ticks p{
    margin-top:-10px;
}
.testi-content a button {
    background: transparent;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
.testi-content a button:hover {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}


.treatments.team {
    background: #f4f4f4;
    margin-top: 0px;
    padding: 50px 20px 100px;
    margin-bottom: -100px;
    text-align:center;
}
.treatments.team .trtnt h4 {
    font-size: 22px;
    margin-top: 40px;
    color: #000;
    margin-bottom: 20px;
}
.treatments.team .trtnt .justline {
    width: 100px;
    height: 3px;
    background: #c91d58;
    margin: 30px auto;
    transition-duration:0.3s;
}

.trtnt h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #c91d58;
}
.treatments.team .trtnt:hover .justline {
    width: 0px;
}
.treatments.team .trtnt img {
    width: 100%;
    border: 1px solid#ccc;
}







.bgimg.cont{
    background:#c91d58;
}
.treatments .detail{
    text-align:center;
}
.treatments .detail .fa {
    background: #c91d58;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
}
.treatments .detail h3 {
    font-size: 20px;
    color: #c91d58;
    margin-top: 20px;
}
.treatments .detail h4 {
    margin-top: 20px;
}
.treatments .detail h4 a {
    color: #000;
    margin-top: 17px;
}

.contform .input-group {
    width: 100%;
    margin-bottom: 30px;
}
.contform .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
}
.contform textarea.form-control {
    height: 200px;
    border-radius: 0px;
}

.form-btn{
    text-align:center;
}
.form-btn a button {
    background: transparent;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
 .form-btn a button:hover {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}
.contform .form-control:focus {
    border-color: #c91d58;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
}


.serv-section{
    margin-top: 100px;
}
.ser-img img{
    width: 100%;
}
.ser-cont h2 {
    color: #c91d58;
    margin: 40px 0px;
}
.lin{
    width: 100px;
    padding: 2px;
    background: #c91d58;
}
.ser-cont p{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 30px;
}
.ser-cont a{
    text-decoration: none;
}
.ser-cont a button {
    background: #fff;
    border: 2px solid#c91d58;
    color: #c91d58;
    padding: 12px 40px;
    letter-spacing: 1px;
    font-weight: 500;
    transition-duration: 0.5s;
    font-size: 16px;
}
.ser-cont:hover a button {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}
.toop{
    margin-top: 100px;
}




.vid-sec {
    background: #000;
    padding: 60px 20px 80px;
    margin-top: 100px;
}

.vid-sec .treatcont h1 {
    color: #fff;
}
.vid-sec .treatcont h1 span {
    color: #c91d58;
}
.vid-sec .treatcont p {
    width: 90%;
    color: #fff;
}

.vid-sec .form-btn a button {
    background: #c91d58;
    border: 2px solid#c91d58;
    color: #fff;
}
.packages{
    margin-top: 80px;
}

.pkg{
    border: 1px solid#c91d58;
    text-align: center;
    padding: 30px 0px;
}
.pkg img{
    border-radius: 50px;
    margin-bottom: 30px;
}
.pkgprice{
    background: #f4f4f4;
    padding: 10px;
}
.pkgprice h3{
    font-size: 15px;
}
.pkgprice h4{
    font-size: 25px;
    color: #000;
    line-height: 46px;
}
.pkgprice h4 span{
    font-size: 36px;
    color:#c91d58;
}
.liness{
    margin-top: 30px;
    margin-bottom: 10px;
}
.liness p .fa{
    color: #c91d58;
}
.liness{
    line-height: 30px;
}
.liness .form-btn a button {
    border: 1px solid#c91d58;
    padding: 6px 20px;
    font-size: 14px;
}
.pkg{
    transition-duration: 0.5s;
}
.pkg:hover .pkgprice{
    background: #c91d58;
    color: #fff;
    transition-duration: 0.5s;
}
.pkg:hover .pkgprice h4{
    color: #fff;
}
.pkg:hover .pkgprice span{
    color: #fff;
}
.pkg:hover .liness .form-btn a button {
    background: #c91d58;
    color: #fff;
}

.pkg.two .pkgprice {
    background: #c91d58;
    color: #fff;
}
.pkg.two .pkgprice h4{
    color: #fff;
}
.pkg.two .pkgprice h4 span{
    color: #fff;
}
.pkg.two .liness .form-btn a button {
    background: #c91d58;
    color: #fff;
}


.in-serv{
    margin-top: 80px;
}
.in-se-con img{
    width: 100%;
    border: 1px solid #ccc;
}

.in-se-con .treatcont{
    margin-left: 40px;
}
.in-se-con .treatcont h1{
    text-align: left;
}
.in-se-con .treatcont p{
    text-align: left;
    width: 100%;
    margin: -50px auto 20px;
}
.in-se-con .treatcont a {
    color: #c91d58;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.in-se-con .treatcont a:hover {
    text-decoration: underline;
}


.under{
    padding: 1px;
    background: #f4f4f4;
    margin-top: 80px;
    margin-bottom: 55px;
}
.down-se{
    margin-top: 20px;
    background: #f4f4f4;
}
.down-se img{
    width: 100%;
}
.down-con {
    padding: 60px;
}
.down-con h3{
    font-size: 30px;
    color: #000;
}
.down-con p{
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
    letter-spacing: 0.5px;
}
.down-con p.down{
    font-style: italic;
    border-left: 2px solid#c91d58;
    padding-left: 30px;
    color: #999;
}



.questions{
    margin-top: 80px;
}
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #c91d58 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #c91d58 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #c91d58;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
}



.top-sellingg .oper{
    border-top: 1px solid #c91d58;
    margin-top: 90px;
}
.top-sellingg .heading p {
    text-align: center;
    font-size: 30px;
    color: #c91d58;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: -22px;
    background: #fff;
}
.top-sellingg .image{
    background:#c91d58;
    padding: 10px;
    margin-top: 20px;
}
.top-sellingg .image img {
    vertical-align: middle;
    width: 100%;
    margin-bottom: -20px;
}
.top-sellingg .text{
    text-align: center;
    margin-top: 30px;
}
.top-sellingg .text p{
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.top-sellingg .text p span{
    font-size: 20px;
    font-weight: 600;
    color: #c91d58;
}











@media screen and (min-width: 1px) and (max-width: 991px){
.top-navi {
  display: none;
}
.logo {
  margin-top: 0px;
}
.logo img {
  width: 150px;
  position: relative;
  z-index: 999999;
}
.navbar-default {
  margin-left: 0px;
  margin-top: -52px;
}
.appoint {
  height: 60px;
  margin-top: -20px;
  margin-right: 0%;
  width: 108%;
  margin-left: -15px;
}
.appoint a button {
  padding: 7px 30px;
  margin-top: 10px;
}
.front-banner img {
  margin-top: 0px;
}
.frmm-cnt {
  text-align: left;
}
.frmm-cnt p span {
  font-size: 30px;
}
.boto {
  margin-top: 0px;
}
.cos-form .input-group .form-control {
  margin-bottom: 10px;
}
.cos-form input, select, textarea {
  margin-bottom: 10px;
  background: #fff;
}
.cos-form {
  padding: 40px 0px;
}
.treatcont h1 span {
  font-size: 24px;
}
.treatcont h1 {
  line-height: 30px;
  margin-bottom: 20px;
}
.trtnt h4 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.trtnt a button {
  margin-bottom: 20px;
}
.bgimg img {
  margin-left: 0px;
}
.weltext {
  padding: 50px 20px;
}
.weltext h3 span {
  font-size: 24px;
  line-height: 34px;
}
.treatcont p {
  width: 100%;
  margin: 20px auto 40px;
}
.serv {
  padding: 50px 20px;
}
.ser-heading p span {
  font-size: 26px;
  line-height: 50px;
}
.testi-content h4 {
  font-size: 32px;
  font-weight: 500;
}
.extensive.botom .bgimg img {
  width: 100%;
  margin-left: 0px;
}
.extensive.botom {
  margin-bottom: 20px;
}
.weltext a button {
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 14px;
}
.bloimg {
  margin-top: 20px;
}
.f-form {
  padding: 20px;
}
.frm .form-control {
  margin-bottom: 10px;
}

.about-bcont h1 {
  font-size: 30px;
}
.about-bcont p a {
  font-size: 14px;
}
.about-bcont p {
  font-size: 14px;
}
.bgimg.about {
  padding: 20px;
}
.btmp p {
  font-size: 16px;
}
.weltext.about {
  padding: 20px;
}
.weltext.about h3 span {
  font-size: 24px;
  line-height: 0px;
}

.weltext.about a button {
  margin-bottom: 60px;
}

.testi-content h4 span {
  font-size: 14px;
}
.testi-content.abt h4 {
  line-height: 30px;
}
.testi-content.abt p {
  line-height: 30px;
  font-size: 14px;
}
.ticks {
  margin-top: 10px;
}
.testi-content a button {
  margin-top: 0px;
}
.serv.abt {
  padding: 20px;
}
.portions {
  margin-top: 0px;
}

.in-se-con .treatcont h1 {
  line-height: 25px;
  margin-bottom: 20px;
}
.in-se-con .treatcont p {
  margin: 0px auto 20px;
}
.down-con {
  padding: 20px;
}
.down-con p.down {
  font-size: 15px;
}
.down-con h3 {
  font-size: 20px;
  color: #000;
}
.questions {
  margin-top: 30px;
}
.questions h1{
  font-size: 20px;
}
#accordion .panel-title a {
  border-radius: 10px;
  font-size: 15px;
}
.panel-group {
  padding: 10px;
}















}

@media screen and (min-width: 768px) and (max-width: 991px){
.navbar-default {
  margin-left: 200px;
  margin-top: -52px;
}

.appoint {
  width: 104%;
}
}


@media screen and (min-width: 992px) and (max-width: 1199px){
.top-navi p {
  font-size: 12px;
}
.navbar-default {
  margin-left: 0px;
}
.frmm-cnt p {
  font-size: 14px;
}
.frmm-cnt p span {
  font-size: 30px;
  color: #000;
  letter-spacing: 0px;
}
.trtnt h4 {
  font-size: 24px;
}
.trtnt p {
  font-size: 14px;
}
.trtnt a button {
  padding: 12px 20px;
  letter-spacing: 0px;
  font-size: 14px;
}
.weltext h3 span {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
}
.weltext a button {
  margin-top: 0px;
  font-size: 14px;
}
.treatcont p {
  width: 80%;
}
.ser-heading p span {
  font-size: 36px;
  line-height: 60px;
}
.weltext a button {
  padding: 12px 18px;
}
.f-form h1 span {
  font-size: 24px;
}
.f-form h1 {
  line-height: 30px;
}
.timing {
  padding: 10px 20px 10px;
  display: none;
}
.timing p {
  font-size: 20px;
  line-height: 30px;
}
.f-form {
  padding: 0px 80px 60px;
}

.weltext.about {
  padding: 70px 40px 100px 80px;
}
.weltext p {
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btmp p {
  font-size: 16px;
}
.testi.abt {
  padding: 20px 20px;
}
.testi-content.abt p {
  line-height: 30px;
  margin-top: 10px;
}
.testi-content .ticks p {
  margin-top: -10px;
  font-size: 12px;
}
.in-se-con .treatcont {
  margin-left: 0px;
}
.in-se-con .treatcont h1 span {
  font-size: 24px;
}
.in-se-con .treatcont h1 {
  line-height: 30px;
  margin-bottom: 50px;
}
.down-con h3 {
  font-size: 24px;
}
.down-con p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.down-con {
  padding: 20px;
}
.about-bcont h1 {
  font-size: 40px;
}
.about-bcont p {
  font-size: 14px;
}
.about-bcont p a {
  font-size: 14px;
}



}



































@media screen and (min-width: 1367px) and (max-width: 1900px){
.timing {
    padding: 71px 20px 28px;
}
.appoint {
    margin-right: -3%;
}

}

