@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

::-moz-selection {
    background-color: #0075bc !important;
    color: white;
}

::selection {
    background-color: #0075bc !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    /* font-family: 'Comic Sans MS', sans-serif !important;
     font-size: 16px;*/
    font-family: 'Comic Sans'!important;
   /*font-family: 'Poppins', sans-serif; */
    font-size: 17px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #0075bc !important;
    outline: 1px solid #0075bc !important;
}

h1,
h2,
h3,
h4,
h5 {
   /*  font-family: 'Comic Sans MS', sans-serif !important;
    font-weight: 600 !important;*/
    font-family: 'Comic Sans'!important;
     font-weight: 700 !important;
}
 /*h1 {
  font-size: 2.1rem !important;
}

h2 {
  font-size: 1.8rem !important;
}
h3 {
  font-size: 1.6rem !important;
}
h4 {
  font-size: 1.5rem !important;
}
h5 {
  font-size: 1.2rem !important;
}*/
a:hover {
    text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3c4a71 !important;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #fff !important;
  border-color: #fff !important;
  border: 3px solid #e5097f;
  display: block;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c4a71 !important;
  border-color: #3c4a71 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  padding: 0px 0px;
  height: 1px;
  margin: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
  font-size: 50px !important;
  color: white !important;
  margin-left: -40px !important;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 50px !important;
  color: white !important;
  margin-right: -40px !important;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.font1p20rem {font-size: 1.20rem;}
.font1p5rem {font-size: 1.5rem;}
.font2rem{font-size:2rem;}
.font2p5rem {font-size: 2.5rem;}

.section {
    padding: 50px 0px;
}

.font-400 {
    font-weight: 400 !important;
}

.font-700 {
    font-weight: 600 !important;
}

.bg-blue {
    background-color: #003a91 !important;
}
.bg-per{
    background-color: #533368 !important;
}
.bg-pink{
    background-color:  #e50b81 !important;
}
.bg-gray {
    background-color: #f2f2f2 !important;
}
.bg-graylight {
    background-color: #f7f7f7 !important;
}
.bg-green {
    background-color: #008345 !important;
}

.bg-yellow {
    background-color: #fdc120 !important;
}
.bg-gradient {
    background-image: linear-gradient(to right, #e50b81, #e31f25);
    }
.bg-gradientp {
    background-image: linear-gradient(to top, #e50b81, #533368);
    }
.bg-gradientpi {
    background-image: linear-gradient(to bottom, #e50b81, #533368);
    }
.text-orange {
  color: #e15a24;
}
.f20{
    font-size:20px;
}

.text-justify{
    text-align: justify !important;
}

.text-blue {
    color: #20364b !important;
}
.text-blue1{
        color:#237d9f;
    }
.text-pink {
    color: #e5077f !important;
}
.text-yellow {
    color: #fcee21 !important;
}

.text-green {
    color: #008345 !important;
}
.text-per {
    color: #533368 !important;
}

button:focus {
    outline: none;
}

.text-light-blue {
    color: #0171bc !important;
}

.lead {
    font-size: 1.1rem !important;
}

.why-box {
    border: 4px dashed #fdc120;
}

.social-links {
    list-style-type: none;
    padding: 0px;
}

.social-links li {
    background-color: #e15a24;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn{
    padding: 3px 20px !important;
}

.btn-blue {
    background-color: #20364b !important;
    border-color: #20364b !important;
    color: white;
    text-transform: uppercase;
}

.btn-blue:hover {
    color: white;
}

.btn-yellow {
    background-color: #fdc120;
    border-color: #fdc120;
}

.btn-per {
    background-color: #533368 !important ;
    border-color: #533368 !important;
    color:#fff !important;
}
.btn-white {
    background-color: #fff !important ;
    border-color: #533368 !important;
    color:#533368 !important;
}

.btn-rounded {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: none;
}
/* Banner Starts */
#banner-section {
    background-image: url('../images/banner-image.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Banner Ends */

.banner-section {
    background-image: url('../images/cosme.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section {
    background-image: url('../images/ab/about-cc.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-banner{
    background-image: url('../images/other/side-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
  
}

/* Forms Starts */
.form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;

    padding: 10px;
}

/* Forms Ends */


.nav-link {
    color: #533368 !important;
    font-weight: 600;
   
    font-size: 14px;
}
#more {
    display: none;
}
#more1 {
    display: none;
}
#more2 {
    display: none;
}
.header-contact {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
}
.navbar-brand{
    max-width: 280px;
}
.form-control{
    width:100% !important;
    height: calc(2.5rem + 2px);
   /* width:310px !important; */
}
.precs{
  padding: 20px 25px;
  background: rgba(83,51,104, 0.6);
}
.precs1{
  padding: 20px 25px;
  background: rgba(255,255,255, 0.6);
}
/*  Media Queries Starts */

/*  Large Desktops upto 1350px */
@media screen and (max-width: 1300px) {}

/* Small Desktops upto 1024px */
@media screen and (max-width: 1024px) {}

/*  Tablets upto 768px */
@media screen and (max-width: 768px) {}


/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {
    .text-justify{
    text-align: initial !important;
    }
    .fixed-top {
        background-color: #fff !important;
    }

    .navbar-brand img {
        width: 208px !important;
        text-align: left;
    }

    .navbar-light .navbar-toggler {
        border-color: white !important;
        background-color: #eee;
    }

    .banner-content h1 {
        margin-top: 100px;
    }

    #landing-form {
        margin-top: 200px;
    }

    #banner-section {
        min-height: initial;
        margin-top: 40px !important;
    }

    .header-contact {
        position: initial;
    }

    .header-contact .social-links {
        display: none !important;
    }

    .header-contact a {
        font-size: 11px;
    }
    .mob-m{
    margin:20px;
}



.icon-bar a{
        padding: 3px !important;
}
  .form-row{
    width: 370px !important;
}

.home-banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height:300px !important;
}
.about-banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height:150px !important;
}
 .about-banner-section {
  min-height: 150px !important;
}

  .home-banner-section {
  min-height: 300px !important;
}
  .display-5{
   font-size:22px !important;
    }
  .fwhy{
    font-size:25px !important;
}
    .d-sm-inline-block{
        display: none!important;
    }
  .page-banner {
  min-height: 40vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.page-banner-content h1 {
  font-size: 1.20rem !important;
}
}
.fwhy{
   font-size:40px; 
}
.w{
    width: 80% !important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
.home-banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 550px;
}
.home-banne11 {
  background-image: url("../images/banner111.jpg");
}
.home-banne1 {
  background-image: url("../images/Banner_Breast-Agumentation.jpg");
}

.home-banne2 {
  background-image: url("../images/Banner_Gynecomastia.jpg");
}

.home-banne3 {
  background-image: url("../images/Banner_Hair-Transplantation.jpg");
}

.home-banne4 {
  background-image: url("../images/Banner_liposuction.jpg");
}

.home-banne5 {
  background-image: url("../images/Main-Banner.jpg");
}
.about-banne1 {
  background-image: url("../images/ab/about-1.jpg");
}
.about-banne2 {
  background-image: url("../images/ab/about-2.jpg");
}
.aboutmobile-banne1 {
  background-image: url("../images/ab/about-mobile-1.jpg");
}
.aboutmobile-banne2 {
  background-image: url("../images/ab/about-mobile-2.jpg");
}
.home-banner-section {
  min-height: 450px;
}

.home-banner-section, .page-banner {
  margin-top: 96.61px;
}

.home-banner-content {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.about-banner-section {
  min-height: 450px;
}

.about-banner-section, .page-banner {
  margin-top: 140.61px;
}

.about-banner-content {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.owl-item.active .item .row .home-banner-content {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.card-flipwrapper {
  max-width: 250px !important;
  min-height: 250px !important;
}

.card.card-flip {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.card-flip > div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 800ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: transform 800ms;
  -moz-transition: transform 800ms;
  -ms-transition: transform 800ms;
  -o-transition: transform 800ms;
}
.bg-light-green {
  background-color: #80b63f !important;
}
.btn-outline-white {
  color: white !important;
  border-color: white !important;
}
.border-primary {
  border: 3px solid #1f88c9;
    border-top-color: rgb(31, 136, 201);
    border-right-color: rgb(31, 136, 201);
    border-bottom-color: rgb(31, 136, 201);
    border-left-color: rgb(31, 136, 201);
}
.text-primary {
  color: #1f88c9 !important;
}
.border-light-green {
  border: 3px solid #80b63f;
}
.text-light-green {
  color: #80b63f;
}

.shadow-bottom {
  box-shadow: 0px 10px 20px -8px #888;
}
.shadow-top {

    box-shadow: 0px -10px 20px -8px #888;

}
.card-front {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.card-back {
  transform: rotateX(180deg);
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.card-flip:hover .card-front {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.industry-section {
  background-image: url("../images/industry-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-banner {
  min-height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.page-banner-content h1 {
  font-size: 2rem;
}

.page-banner-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 310px;
}

.page-main-content h2 {
  font-size: 1.6rem;
}

.page-main-content h3 {
  font-size: 1.3rem;
}

.team-section {
  background-image: url("../images/ab/team-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.ceo-box {
  background-color: #424040;
}

.success-section {
  background-image: url("../images/ab/success-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#scrolltotop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #e15a24;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
  box-shadow: 0px 2px 13px 2px #e15a24;
  z-index: 2000;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.box-red {
  background-color: #ff3654;
}

.box-blue {
  background-color: #1d3ace;
}

.box-orange {
  background-color: #ff9c01;
}

.box-yellow {
  background-color: #ffe511;
}

.box-dark {
  background-color: #315269;
}

.grow-section {
  background-image: url("../../../../uploads/2022/03/grow-image.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-gray {
  background-color: #e9e9e9;
}

.seo-box {
  position: relative;
}

.seo-box::after {
  content: "";
  position: absolute;
  border-top: 3px dotted #e9e9e9;
  width: 60px;
  height: 60px;
  top: 50%;
  right: -60px;
  z-index: 1;
}

.seo-box-no-after.seo-box::after {
  content: "";
  position: absolute;
  border-top: 3px dotted #e9e9e9;
  width: 60px;
  height: 60px;
  top: 50%;
  right: -60px;
  z-index: 1;
  display: none;
}

.seo-box-icon {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
}

.seo-box-number {
  position: absolute;
  top: 50px;
  left: -50px;
  width: 100px;
  height: 100px;
}

.seo-box-number h2 {
  color: white;
  text-shadow: -1px -1px 0 #3c4a71, 1px -1px 0 #3c4a71, -1px 1px 0 #3c4a71, 1px 1px 0 #3c4a71;
  font-size: 4rem;
}

.seo-why-section {
  background-image: url("../../../../uploads/2022/03/seowhy-banner.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.seowhy-box {
  margin-top: 100px;
  position: relative;
  min-height: 414px;
}

.seowhy-box-red {
  background-color: #f75732;
}

.seowhy-box-blue {
  background-color: #218cff;
}

.seowhy-box-green {
  background-color: #018045;
}

.seowhy-number {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.seowhy-number-red h2 {
  color: #f75732;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 5rem;
}

.seowhy-number-blue h2 {
  color: #218cff;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 5rem;
}

.seowhy-number-green h2 {
  color: #018045;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 5rem;
}

.seo-roi-bg {
  background-image: url("../../../../uploads/2022/03/seo-roi-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wad-box {
  min-height: 312px;
}

.wad-box-blue {
  background-color: #3388e6;
}

.wad-text-blue {
  color: #3388e6;
}

.wad-box-orange {
  background-color: #ff9b01;
}

.wad-text-orange {
  color: #ff9b01;
}

.wad-box-red {
  background-color: #ff3654;
}

.wad-text-red {
  color: #ff3654;
}

.wad-box-aqua {
  background-color: #00b398;
}

.wad-text-aqua {
  color: #00b398;
}

.wad-satisfaction-bg {
  background-image: url("../../../../uploads/2022/03/wad-satisfaction-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smm-box {
  position: relative;
  padding: 30px;
  padding-bottom: 75px;
  min-height: 571px;
}

.smm-box-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.smm-box-color-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -40px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
}

.smm-box-color-fb, .smm-box-color-arrow-fb {
  background-color: #39559b;
}

.smm-box-color-twitter, .smm-box-color-arrow-twitter {
  background-color: #55a9eb;
}

.smm-box-color-whatsapp, .smm-box-color-arrow-whatsapp {
  background-color: #2aa51a;
}

.smm-box-color-linkedin, .smm-box-color-arrow-linkedin {
  background-color: #007ab8;
}

.smm-why-section {
  background-image: url("../../../../uploads/2022/03/smm-why-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orm-imp-section {
  background-image: url("../../../../uploads/2022/03/orm-imp-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copywrite-box {
  position: relative;
}

.copywrite-box-number {
  position: absolute;
  top: -20px;
  left: -10px;
  background-color: #fcb13a;
  color: #008345;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
}

.contentwrite-box {
  position: relative;
}

.contentwrite-box-number {
  position: absolute;
  top: -25px;
  left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 45px;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
}

.quote-popwrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  width: 60%;
  background-color: white;
  border: 5px solid #008345;
  padding: 40px;
  z-index: 1000;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
}

.quote-box {
  position: relative;
}

.quote-close {
  position: absolute;
  right: -46px;
  top: -46px;
  width: 50px;
  height: 50px;
  background-color: #008345;
  color: white;
  font-weight: 700;
  border: 5px solid #008345;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.blog-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-index-image {
  min-height: 210px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .menu-contact {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .smm-why-section {
    height: initial;
  }

  .grow-section {
    height: initial;
  }

  .seo-roi-bg {
    height: initial;
  }

  .wad-satisfaction-bg {
    height: initial;
  }
  .navbar-nav > li > a {
  padding: 12px !important;
   color: #533368 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.about-banner-section, .page-banner {
  margin-top: 96.61px !important;
}


}

.pd20{
    padding:20px;
}
.cs{
    border: 1px solid #ff8b03;
    padding: 10px;
    text-align: center;
   
}
.bg-orange{
	background-color:#e15a24;
}
.bg-cs{
    background-color: #e8e3dd;
}
.bg-cs1{
    background-color: #fcf8f5;
}
.why-box{
    border: 4px dashed #f2f2f2;
}
.ft{
    font-size: 16px;
    font-weight:700;
}
.ft12{
    font-size: 12px;
}
.treat{
    background-color: #533368 !important;
    border-radius: 20px;
    
}
.treat div{
   border-radius: 20px 0px 20px;
}
.treat .owl-nav {
   background : #fff !important; 
}
/*  Media Queries Ends */


.owl-item{
    margin-bottom: 30px;
}
.in-shadow{
    box-shadow: inset 0 0 10px #583169;
}
.owl-carousel .owl-item .say{
    width:50px !important;
}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.b-radius{
    border-radius: 50px;
}
.header
{
	position: relative;
	width: 100%;
	z-index: 10;
}

/* before after */
/* before after */
/* count */
.counter {
    background-color:#ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #533368 !important;
}
.counting:after{content:"\f067";font-family:FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;color:#533368;font-size:23px;position:absolute;top:12px}
.count-text {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #533368 !important;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.section-count {
    background-image: url('../images/count.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-count1 {
    background-image: url('../images/count1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-pills .nav-link.active{
    background-color: #533368 !important;
    color:#fff !important;
}
.nav-pills .nav-link{
    background-color: #eee !important;
}
.accordion1 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
    margin-bottom: 10px;
}

.accordion1:hover {
  background-color: #533368; 
    color:#fff;
}
.accordion1:active{
  background-color: #533368; 
    color:#fff;
}
.panel1 {
  padding: 0;
  display: none;
  background-color: white;
  overflow: hidden;
    font-size: 18px;
}

button.accordion1::after {

    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;

}
.tab1 {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;

}

/* Style the buttons inside the tab */
.tab1 button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab1 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent1 {
  float: left;
  padding: 0px 12px;
 
  border-left: none;
 
}
.hr-per{
  border-top: 4px solid #533368;
}
.hr-pink{
  border-top: 4px solid #e50780;
}
.hr-red{
  border-top: 4px solid #e31e25;
}
.spe-top-links {
		border-bottom: 2px solid #e5077f;
	}

.spe-top-links a {
		padding: 15px 10px;
		color: #333;
		transition: all 0.5s ease;
        margin: 10px 5px;
        background-color: #f1f1f1;

	}

.spe-top-links a:hover {
		background-color: #e5077f;
		color: white;
		transition: all 0.5s ease;
	}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
   border-top: 1px solid #4054b2;
    border-right: 1px solid #e5097f;
    border-left: 1px solid #e5097f;
    border-bottom: 1px solid #e5097f;
}
.faq-area .panel-heading a {
    color: #fff;
    background: #4054b2;
    text-decoration:none;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
   background-color: #4054b2;
    color: #fff;
    text-decoration: none;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-default .panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #4054b2;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.sticky1 {
  position: sticky;
  top: 130px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.navbar-nav > li > a {
  padding: 35px 12px 25px;
   color: #533368 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
    padding-left: 0px;
  margin: 2px 0 0;
    margin-top: 2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu {
  text-align: left;
  list-style: none;
}


.dropdown-menu > li > a {
  display: block;
  padding: 12px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.ptr{
    padding:5px 10px !important;
}

.icon-bar {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    z-index:999;
    right:0;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000; 
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.insta {
  background: #ac2bac;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.before-after{
    padding:20px;
    background-color:#fff;
    text-align:center;
    margin-bottom:20px;
}

.card-medical{
    padding:40px;
    background-color:#fff;
    box-shadow: inset 0 0 10px #583169;
    margin-bottom:20px;
}
.card-inner{
    padding:20px;
    background-color:#fff;
    box-shadow: inset 0 0 10px #583169;
    margin-bottom:20px;
}
.card-service{
    background-color:#fff;
    box-shadow: inset 0 0 10px #583169;
    margin-bottom:20px;
}
.list-arrow li::before{

  content: '\f101';
  font-family: 'FontAwesome';
  float: left;
  font-weight: 500;
  margin-left: -1.5em;
  color: #000;
}
.list-arrow li{
 list-style: none;
    padding-left:25px;
}
.form-row{
    width: 220px;
}
dl, ol, ul {
    padding-left: 20px;
}
/* cs mob */
.assured_menu .pg_widget {
  height: 104px;
}
.pg_widget:hover {
  border: 1px solid #e5097f;
}
.pg_widget {
  background: #fff;
  box-shadow: 0px 0px 36px rgb(16 40 81 / 12%);
  padding: 16px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
  min-height: 116px;
}
.pg_widget img {
  width: 52px;
  font-size: 12px;
}
.pg_widget h5 {
  font-size: 12px;
color:#e5097f;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.error-area h3 {
  text-shadow: 2px 2px 4px #000;
  font-size: 140px;
  font-weight: 600;
}
/* new accordination */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #533368;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.20rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #533368;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #533368;
  border: 1px solid #533368;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #533368;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.list-arrow ul{
    padding-left: 0px !important;
}
.hequal{
    font-size: 1.5rem !important;
}

/* new service css start*/
     .spe-top-links {
  border-bottom: 0;
}  #list li{ 
            list-style-type: square; 
        } 
  
     .btn-pink {
  background-color: #e50b81 !important;
  border-color: #e50b81 !important;
  color: #fff !important;
         font-weight: 700;
}
     .benefit-box {
  border:solid 1px #e5097f;
         border-radius: 10px;
  position: relative;
  padding: 25px;
   padding-left: 25px;
  padding-left: 72px;
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
}
     .benefit-box p{
         font-size: 20px;
     }
     .benefit-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('https://curlsncurves.com/assets/images/ba/dot.png');
  background-size: contain;
  background-position: center center;
}
     .checked {
  color: orange;
}
     .form-group{
         margin-bottom: 5px;
     }
     
    .text-blue1{
        color:#237d9f;
    }
    
 /* new service css end*/   