body {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    line-height: 25px;
    background: #ebf3fd; 
    font-weight: 400;
    color: #555555;
    position: relative;
    
}

html{
  scroll-behavior: smooth;
  scroll-padding-top:65px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: "Public Sans", sans-serif;
}
h2 {
    font-family: "Public Sans", sans-serif;
   
}

h3 {
    font-family: "Public Sans", sans-serif;
}

h4 {
    font-size: 22px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
}




header{  
  position: fixed;
  top:0px;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
}

.active_bg .header-top{
  display: none;
}



.header-top{
  background: #f24570;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}



.navbar-light .navbar-nav .nav-link {
  color: #213366;
  font-size: 16px;
  font-weight: 600;
}

.nav-book-now {
  text-align: center;
  color: #fff !important;
  padding: 7px 15px !important;
  transition: .5s ease;
  border-radius: 5px;
  border: 1px solid #fff !important;
  margin-left: 15px;
  background: #f24570;
}

.nav-book-now:hover {
  background: #f24570;
  color: #fff !important;
}

.navbar-brand img{
  max-width: 240px;
}
.navbar {
  padding: 15px 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f24570;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #f24570;
}

.banner-sec {
  padding: 115px 0 0 0;
  background: url(../images/bg-1.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
}
.banner-sec h1 {
  margin-bottom: 30px;
  margin-top: 120px;
  color: #213366;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -.03em;
  font-weight: 600;
}

.banner-sec p{
    font-size: 18px;
}
.banner-sec h5 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
}

.banner-right{
  position: relative;
}
.banner-right-img {
  max-width: 78%;
}

.tag-1{
  position: absolute;
  right: 0;
  top: 200px;
}
.tag-2{
  position: absolute;
  right: 0;
  top: 300px;
}
.tag-3{
  position: absolute;
  right: 0;
  top: 400px;
}

.banner-link {
  border-radius: 5px;
  background: #f24570;
  color: #fff;
  font-size: 20px;
  padding: 10px 9px;
  display: inline-block;
}
.banner-link:hover {
  color:#fff;
  border-radius: 25px;
}

.banner-link i {
margin-right: 5px;
}

.memberss-avatar-con{
  margin-top: 30px;
}
.memberss-avatar{
  width: 200px;
  margin-right: 10px;
}


.safe-ani-con{
  position: absolute;
  bottom:-100px;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  z-index: 99;
}

.safe-ani-inner-con{
  position: relative;
}

.safe-ani-con .bbb__animate {
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.safe-ani-con .bbb__animate:hover {
  animation-play-state: paused;
}

@keyframes animationglob {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


.bbb__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}





.about-sec {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.about-sec-left{
  background: #fff;
  padding: 30px 30px 20px 30px;
}
.bg-white-about{
  background: #fff;
}

.about-sec-right .invalid-feedback {
  color: #fff;
}


.about-sec-left h2{
  font-size: 32px;
  color: #213366;
  font-weight: 600;
}
.about-sec-left h4{
  font-size: 24px;
  color: #213366;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-sec-left p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}
.about-sec-right{
  background: #f24570;
  padding: 30px;
}

.about-member-box img{
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.about-sec-bottom{
  padding: 60px 0 0 0;
}

.about-sec-bottom-top{
  text-align: center;
}
.about-sec-bottom-top h2 {
  font-size: 48px;
  color: #213366;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-sec-bottom-top p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}

.data-box{
  background: #fff;
  padding: 30px;
  text-align: center;
}

.data-box img{
  width: 100px;
  margin-bottom: 25px;
}

.data-box h3{
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.data-box h5{
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}
.color1{
  color: #f24570;
}
.color2{
  color: #00c851;
}
.color3{
  color: #ff6100;
}
.color4{
  color: #a650ff;
}


.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #7f8ebb;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #233568;
}


.owl-nav {
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 18px !important;
  transition: .5s ease;
  background: #fa2457 !important;
}

.owl-nav .owl-next {
  top: -38px;
  position: absolute;
  right: 0px
}

.owl-nav .owl-prev {
  top: -38px;
  position: absolute;
  right: 26px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #213366 !important;
  color: #fff !important
}

.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
  outline: none
}

.owl-dots .owl-dot:focus {
  outline: none
}

.owl-carousel .owl-item {
  padding: 4px
}















.services-sec{
  padding: 60px 0;
  background: #f24570;
}

.services-sec-top {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.services-sec-top h1{
  font-size: 72px;
}

.services-sec-top p{
  font-size: 18px;
}
.services-box{
  background: #2d2d2d;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  min-height: 321px;
}

.services-box h4{
  margin-bottom: 20px;
}

.services-box img{
  margin-bottom: 15px;
  width: 80px;
}

.services-sec-bottom {
  text-align: center;
}

.services-sec-bottom h2{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.services-sec-bottom p{
  font-size: 16px;
  color: #fff;
}


.service-link {
  border-radius:5px;
  background: #fff;
  color: #f24570;
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
}
.service-link:hover {
  color:#f24570;
  border-radius:25px;
}



.top-members-sec {
  padding: 50px 0 60px;
  position: relative;
  background: url(../images/bg-2.jpg) no-repeat center center;
  background-size: cover;
}
.topsec-title{
  text-align: center;
  margin-bottom: 30px;
}
.topsec-title h2{
  font-size: 48px;
  color: #213366;
  font-weight: 700;
  margin-bottom: 10px;
}

.topsec-title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.member-box {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  padding: 15px;
}
.member-box:hover{
    box-shadow: 0 6px 14px rgba(136, 136, 136, 0.3);
}

.img-block {
  position: relative
}

.img-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.top-text {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e84678;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  line-height: 12px;
  padding: 5px 8px;
}


.text-block
{
  padding: 10px 0px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.member-name {
  color: #213366;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}


.member-age {
  font-size: 16px;
}
.member-age span {
  margin-left: 10px;
}


.member-bottom-con {
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.member-bottom-con a {
  color: #ef5b85;
  font-size: 18px;
  padding: 10px;
  display: inline-block;

}

.view-block-b,
.like-block-b,
.chat-block-b {
  text-align: center;
}

.like-block-b {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.member-like-con {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  background: #0f0f11;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.member-like-con li {
  display: inline-block;
  margin: 0 5px;
  width: 100%;
}

.member-like-con li a {
  padding: 8px 5px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
}

.member-like-con li a:hover {
  color: #fff;
  background: rgba(0, 152, 255, 0.4);
}

.sec-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.tex-center{
  text-align: center;
}




.book-appointment-btn-con{
  text-align: center;
  width: 100%;
}

.btn-appointment {
  font-size: 18px;
  color: #fff;
  background: #ff6196;
  padding: 12px 83px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
}

.btn-appointment:hover {
  border-radius: 25px;
  color: #fff;
}

.appointment-form-con{
  background: url(../images/bg-1.jpg) no-repeat center center;
  background-size: cover;
}

.appointment-form-con p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}



.appointment-form-con .form-control{
  font-size: 14px;
}


.appointment-form-con .btn-primary {
  color: #fff;
  padding: 0 28px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 8px;
  background: #f24570;
  transition-duration: 300ms;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 47px;
  letter-spacing: 0.5px;
  transition: 0.4s;
  text-shadow:1px 1px 6px rgba(0,0,0,0.25)
}


.appointment-form-con  .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}

.modal-title {
  color: #213366;
  font-weight: 600;
}


.testimonials-sec{
  position: relative;
  padding: 60px 0;
  background: url(../images/bg-1.jpg) no-repeat center center;
  background-size: cover;
}



.testimonials-sec-top{
  position: relative;
  text-align: center;
}
.testimonials-sec-top h2{
  font-size: 48px;
  color: #213366;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonials-sec-top p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}


.testomo-box-top{
  text-align: center;
  margin-bottom: 30px;
}


.testomo-box-top p {
  font-size: 15px;
  line-height: 24px;
}
.testomo-box-bottom {
  text-align: center;
}
.testomo-box-top img{
  width: 120px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block !important;
  margin-bottom: 30px;
}


.testomo-box-bottom h4{
  color: #f24570;
  font-size: 22px;
}

.testomo-box-bottom p{
  font-size: 14px;
}



.howitwork-sec{
  padding: 60px 0;
  background: #fff;
}

.howitwork-sec-top{
  text-align: center;
  margin-bottom: 30px;
}

.howitwork-sec-top h2{
   font-size: 48px;
  color: #213366;
  font-weight: 700;
  margin-bottom: 20px;
}
.howitwork-sec-top p{
   font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}

.how-it-box{
  text-align: center;
}

.how-it-box img{
  margin-bottom: 20px;
}
.how-it-box h4{
  margin-bottom: 15px;
  color: #213366;
  font-size: 24px;
}

.how-it-box p{
  margin-bottom: 0px;
  font-size: 16px;
}



.contect-us-sec{
  padding: 60px 0 0 0;
  background: #6737ed;
}
.contact-sec-right {
  text-align: right;
}

.contact-sec-right img{
  max-width: 100%;
}







.contactForm h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}


.contactForm .form-control {
  display: block;
  width: 100%;
  height: calc(2.0em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #c2375a;
  border: 1px solid #b73153;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contactForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent;
        border-radius: 25px;
        background: #fff;
        transition-duration: 300ms;
        color: #f24570;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 47px;
        letter-spacing: 0.5px;
        transition: 0.4s;
}



.contactForm .form-control::placeholder {
  color: #fff;
  opacity: 1;
}


.contactForm .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #f24570;
  text-decoration: none;
}



footer {
    text-align: center;
    padding: 20px 0;
}

footer p{
    margin: 0;
    color: #000;
}

footer p a{
    color: #f24570;
}
footer p a:hover{
    color: #e94578;
}

.inner-banner{
  padding: 180px 0 80px 0;
  background:url(../images/inner-banner.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-banner h2{
  color: #fff;
}
.inner-page-body{
  padding: 60px 0;
}
.inner-page-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: #000;
}

.inner-page-body p {
  margin: 0px 0 10px 0;
  color: #444;
}

.inner-page-body ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #000;
  border-radius: 50%;
  left: 15px;
  top: 9px;
}

.inner-page-body ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: #444;
}

@media (max-width: 991.98px) {

html{
  scroll-padding-top:55px;
}
.navbar {
  padding: 10px 0;
}

.navbar-nav {
  padding: 15px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28242, 69, 112, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: rgb(242, 69, 112);
    border-color: rgb(242, 69, 112);
}

.safe-ani-con {
  bottom: -120px;
  top: inherit;
}

.banner-link {
  font-size: 16px;
  padding: 10px 7px;

}
.tag-1{
  top: 100px;
}
.tag-2{
  top: 150px;
}
.tag-3{
  top: 200px;
}
.tag-1 img{
  width: 200px;
}
.tag-2 img{
  width: 200px;
}
.tag-3 img{
  width: 200px;
}

.about-sec-left {
  background: #fff;
  padding: 15px 15px 15px 15px; 
}
.about-member-box img {
  width: 85px !important;
  height: 85px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.data-box {
  margin-bottom: 30px;
}

.services-sec {
  padding: 40px 0;
}
.about-sec-top p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.navbar-brand img {
  max-width: 180px;
}

.banner-sec-left {
  text-align: center;
}

.banner-sec h1 {
    line-height: 55px;
    text-align: center;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0;
  }

.banner-sec h4{
    text-align: center;
}
.banner-link {
  margin-bottom: 15px;
}

.memberss-avatar-con {
  margin-top: 20px;
  display: inherit;
}
.memberss-avatar {
  margin-right: 0px;
}
.memberss-avatar-con .media-body{
  margin-top: 15px;
}


.banner-sec {
  padding: 140px 0 0px 0;
}

.about-sec {
  margin-top: -40px;
  text-align: center;
}

.about-sec h1 {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px;
}

.member-box {
  padding: 5px;
}
.img-block img {
  height: 210px;
}

.about-media{
  display: inherit;
}

.services-sec-top h1 {
  font-size: 48px;
}

.service-link{
  margin-bottom: 15px;
}
.topsec-title {
  text-align: center;
}
.howitwork-sec {
  padding: 40px 0 10px 0;
}
.how-it-box {
  margin-bottom: 30px;
}


.howitwork-sec-img img {
  margin-bottom: 15px;
}

.howitwork-sec-content {
  text-align: center;
}

.howitwork-sec-content .media{
  display: inherit;
}
.wt-icon {
  margin-right: 0px;
}

.testimonials-sec {
  padding: 40px 0;
}

.about-sec-top {
  padding:0px;
}
.about-sec-top h2 {
  font-size: 24px;
  line-height: 30px;
}
.about-icon {
  margin-right: 0px;
}

.banner-right {
  padding-left: 0px;
}
.about-sec-left p {
  text-align: center;
}

.text-block {
  text-align: center;
}
.extra-con-sec h2 {
  margin-top: 25px;
}
.banner-sec h5 {
  text-align: center;
}

.contect-us-sec {
  padding: 40px 0 0 0;
}
.contactForm h2 {
  text-align: center;
}
.nav-book-now {
  margin-left: 0px;
  margin-top: 10px;
}
.services-sec-bottom h2 {
  font-size: 40px;
}
}

@media (min-width: 576px) {
  .book-appointment-modal .modal-dialog {
    max-width: 600px;
  }
}
