/**
* Template Name: FlexStart - v1.1.1
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  
}

body {
  font-family: "Exo", sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}
.add-space{
  padding: 30px 0px;
}

.footer-quick-links ul{
    padding-inline-start: 0px !important;
}

/*----------------------------------
 top bar
----------------------------------- */

.topbar{
  width: 100%;
  background-color: #012970;
  padding: 10px;
  color: white;
}
.topbar span{
  font-size: 14px;
  margin-left: 20px;
}
.topbar .topbar-info a{
  text-decoration: none;
  color: white;
}
.topbar .h1{
  font-size: 20px;
}
.topbar-phnum{
  float:right;
}


/*------------------------------------
 End Top bar
------------------------------------- */

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #012970;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  position: sticky;
  top: 0;
  width: 100%;
}

.header.header-scrolled {
  background: #fff;
  padding: 8px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 80px;
  margin-right: 6px;
  max-width: 280px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/*------------------------------
 Banner Section 
-------------------------------*/
.banner-text{
  font-family: "Exo", sans-serif;
}

.banner-text .banner-heading{
  font-size: 44px;
  font-family: "Exo",sans-serif;
  margin: 5px;
}
.banner-text p{
  line-height: 2;
  margin:5px;
}


/*-------------------------------
 End Banner Section
-------------------------------- */



/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #e12454;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e12454;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: black;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e12454;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  text-decoration:none!important;
  transition: 0.5s;
  color: #fff!important;
  background: #e12454;
  box-shadow: 0px 5px 30px rgba(230, 73, 112, 0.5);
}

.hero .btn-get-started span {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 60px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/*---------------------------
 Clinic Overview
----------------------------- */
.overviews{
  padding: 20px;
  line-height: 2;  
  color: #012970;
}

.icons i{
  font-size: 45px;
  color: #012970;
}
.overview-texts .h3{
  color: #012970;
}
.overview-texts .btn-get-started{
  padding: 20px 30px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #012970;
    box-shadow: 0px 5px 5px rgb(1 41 112);
}


/*-----------------------------
 End Clinic Overview 
-------------------------------*/





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background: transparent;  
  padding: 20px;
}
.content .h1{
  color: #012970;
  font-weight: 700;    
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 2;  
  color: #012970;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #E12454;
  box-shadow: 0px 5px 25px rgba(225, 36, 84, 0.3);
}
.about .btn-read-more span {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover{
  background: #012970;
  box-shadow: none;  
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}
/*-----------------------------------------------
 Headings
------------------------------------------------- */
.headings{
  line-height: 3;
  padding: 20px;
}
.headings .h1{
  color: #012970;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}
.headings p{
  padding: 20px;
  text-align: center;
  font-weight: 400;
  color: #6F8BA4;
}
 /*---------------------------------------------
 headings end 
-----------------------------------------------*/

/*--------------------------------------
 services list
--------------------------------------- */
.serv-img{
  padding: 20px;
}
.serv-img span{
  font-size: 20px;
  font-weight: 700;
  margin: 10px;
  color: #000;
}
.serv-text{
  padding: 20px;
}
.serv-text p{
  color: gray;  
}
/*--------------------------------------
 End Services  list
----------------------------------------*/



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
  background: linear-gradient(rgba(43,66,108,0.8),rgba(43,66,108,0.8)),url(../img/banner/banner-image.jpg);
  background-position: center;  
  background-size: cover;
  background-repeat: no-repeat;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: transparent;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
  font-size: 60px;
  line-height: 0;
  margin-right: 20px;
  color: #fff;
}
.counts .count-box span {
  font-size: 40px;
  display: block;
  font-weight: 600;
  color: #fff;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: white;
}


/*--------------------------------------------
 Register form 
-------------------------------------------- */

.register-number img{  
  max-height: 500px;  
}
.register-number span{  
  padding: 15px;  
  color: #fff;  
  margin-bottom: 30px;
  width: 100%;
  font-size: 30px;
  float: left;
  background-color: #223a66;
  text-align: center;
}

.register-form-title{
  padding: 10px ;  
}
.register-form-title .h1{
  font-weight: 800;
  color: #223a66;
}
.register-contact-form form{
  padding: 10px;
  margin-top: 10px;
  line-height: 3;
}
.register-contact-form form input,select,textarea{  
  width: 100%;
  border: none;
  box-shadow: 0px 0px 3px 2px #01297024;
  border-radius: 1px;
  outline: none;
  padding: 15px 10px;
  color: black;
  line-height: 2;
  font-weight: 600;
  margin: 5px;
}
.register-contact-form form input::placeholder,select::placeholder,textarea::placeholder{  
  color: black;
  font-weight: 600;
}
.register-contact-form form button{
  padding: 25px;
  background: #223a66;
  margin: 5px;
  outline: none;
  box-shadow: 0px 5px 30px rgba(1, 41, 112, 0.4);
  border: none;
}


/*------------------------------------------
 End Register form 
--------------------------------------------*/


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  padding: 0;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  /* min-height: 320px; */
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  float: left;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item .h3 {
  font-size: 18px;
  font-weight: bold;  
  margin: 35px;
  float: left;
  color: #111;
}
.testimonials .testimonial-item p {  
  margin: 25px;
  text-align: justify;
  color: #6F8BA4;
  line-height: 2;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.testimonials .swiper-pagination {  
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid black;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}

/* .testimonials .swiper-slide {
  opacity: .3;
} */

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}


/*---------------------------------
 footer
---------------------------------- */
footer{
  margin-top: 30px;
  background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.1)),url(../img/banner/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-logo{
  padding: 20px;
}
footer .footer-logo p{
  padding: 15px;
  color: #333;
  font-weight: 500;
  line-height: 2;
}
.footer-socail-links ul{
  display: inline;  
  margin-left: -20px;
}
.footer-socail-links ul li{
  list-style: none;
  display: inline-block;  
  padding: 10px 18px;
  text-align: center;
  vertical-align: middle;  
  line-height: 2;  
  background-color: #6F8BA4;  
}
.footer-socail-links ul li a{
  text-decoration: none;
  color: #fff;    
  font-size: 16px;
}
.footer-quick-links{
  padding: 20px;
}
.footer-quick-links span, .footer-contact-us span{
  color: #012970;
  font-weight: 800;
}
.footer-quick-links ul{
  list-style: none;
  margin-top: 20px;
}
.footer-quick-links ul li{
  line-height: 2;  
}
.footer-quick-links ul li a{
  text-decoration: none;
  color: #333;
  transition: 0.3s all;
}
.footer-quick-links ul li a:hover{
  color: #e12454;
}
.footer-contact-us{
  padding: 20px;  
  color: #333;
}
.footer-contact-us p{
  margin-top: 20px;
}
.footer-contact-us span a{
  text-decoration: none;
  color: black;
  font-size: 14px;
}


/*--------------------------------
 End footer
--------------------------------- */

/*-----------------------------
 footer-below-section
------------------------------ */
.footer-below-section{
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 30px;  
  color: #6F8BA4;
}
.footer-copyright{
  color: black;
}
.footer-copyright p a{
  color: #e12454;
}
.input-button{
  border: 1px solid #6F8BA4;
  display: flex;
  border-radius: 50px;
  /* padding: 5px; */
  justify-content: space-between;

}
.input-button input{
  width: 90%;
  padding: 0px 20px;
  background: none;
  border: none;
  outline: none;
}

.input-button button{
  background: none;
  outline: none;
  border: none;
  width: initial;
  color: white;
  background: #e12454;
  padding: 10px 35px;
  border-radius: 50px;
} 
/*-----------------------
End footer-below-section
-------------------- */


/*-------------------------------
 ABout us page
--------------------------------- */
.page-banner-image{
  background: linear-gradient(rgba(43,66,108,0.8),rgba(43,66,108,0.8)),url(../img/banner/about-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-image{
  padding: 90px 0px;
  text-align: center;
  color: #fff;
  font-family: "Exo",sans-serif;
}
.page-image h1{
  font-weight: 900;
  font-size: 40px;
}

.about-title{
  color:#012970;  
  font-size: 45px;
  font-weight: 700;
}
.about-info{
 line-height: 2; 
 padding: 5px;
 color: #6F8BA4;
}

.about-text{
  padding: 15px;
}
.about-text span{
  font-size: 18px;
  font-weight: 700;
  color: black;
  padding: 10px 0px;
  text-transform: capitalize;
}
.about-text p{
  font-size: 14px ;
  color: #6F8BA4;
  line-height: 2;
}
.doctor-img-text{
  max-width: 400px;  
}
.doctor-img-text img{
  width: 100%;
}
.doctor-img-text a{
  text-decoration: none;
  color: #223a66;
  font-size: 25px;
  font-weight: 800;
  padding: 20px;
}
.doctor-img-text p{
  padding: 20px;
  color: #6F8BA4;
  font-weight: 600;
}
.doctor-img-text a:hover{
  color: #e12454;
  transition: 0.3s;
}
/*--------------------------------
 End about us page
--------------------------------- */

/*--------------------------------
 our services page
--------------------------------- */
.services-banner-image-piles, .services-banner-image-breast-clinic, .services-banner-image-cosmetology, .services-banner-image-daycare, .services-banner-image-hair, .services-banner-image-hernia, .services-banner-image-laproscopy, .services-banner-image-varicose{
  background: linear-gradient(rgba(43,66,108,0.8),rgba(43,66,108,0.8)),url(../img/services-img/piles.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
.services-banner-image-gallstons-clinic {
    background: linear-gradient(rgba(43, 66, 108, 0.4), rgba(43, 66, 108, 0.4)), url(../img/services-img/Gallstones.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.services-banner-image-breast-clinic{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/breast-lumps.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
}
.services-banner-image-cosmetology{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/cosmetology.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-daycare{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/daycare-surgeries.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-hair{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/hair-transplantation.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-hernia{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/hernia.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-laproscopy{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/laparoscopy.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-varicose{
  background: linear-gradient(rgba(43,66,108,0.4),rgba(43,66,108,0.4)),url(../img/services-img/varicose-veins.jpg);
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
}
.services-banner-image-circumcision{
  background: linear-gradient(rgba(43,66,108,0.9),rgba(43,66,108,0.9));
}
.treatments-matter{
  padding: 20px 10px;  

}
.treatments-matter h2,h5{
  color: #012970;
  font-weight: 800;
  margin: 20px 0px;
  /*text-transform: uppercase;*/
}

.treatments-matter span{
  font-size: 17px;
  color: #223a66;  
  font-weight: 700;
}
/* .treatments-matter h2::before{
  content:"";
  position: absolute;
  bottom: 60px;
  border: 2px solid #e12454;
  width: 30px;
  transition: 0.3s ease-in-out;
}
.treatments-matter h2:hover::before{
  width: 100px;
} */
.treatments-matter p{
  color: #223a66;
  line-height: 2;
  font-weight: 500;
}
.treatments-matter .resize-list li{
  font-size: 16px;
  font-weight: 700;
  list-style: circle;
  list-style-position: inside;
}
.treatments-matter .remove-font-weight li{
  font-weight: 500;
}
.treatments-matter ul li{
  list-style: none;
  color: #223a66;
  font-size: 18px;
  font-weight: 500;
  margin: 15px -25px;
}
.treatments-matter ul li i{
  font-weight: 900;
  color: #e12454;
  margin: 5px;
}
.schedule-time h3{
  font-weight: 700;
  color: #012970;
}

.cosmetic-image{
  padding: 10px;
}
.cosmetic-title h4{
  font-size: 23px;
  color: #012970;
  font-weight: 500;
  padding: 20px;  
}
.cosmetic-content{
  padding: 20px;
}
.cosmetic-content span{
  color: #012970;
  font-weight: 700;
  font-size: 20px;
}
.cosmetic-content p{
  line-height: initial;
  font-size: 15px;
  color: #223a66;
  font-weight: 400;

}
/*------------------------------
 End services page 
-------------------------------*/

/*---------------------------------
 our team page
---------------------------------- */

.team-img-title{
  padding: 20px;
}
.team-img-title h1{
  color: #012970;
  font-weight: 800;
  font-size:27px;
}
.team-img-title p{
  color: #6F8BA4;
  font-weight: 600;
}
.team-member-text{
  color: #6F8BA4;
  padding: 20px;
  font-weight: 600;
}
.team-member-text span{
  color: #223a66;
  font-size: 20px;
}
.team-member-text p{
  line-height: 2;
  text-align: justify;
}
.team-member-text .btn-get-started span{
  color: white;
}
/*----------------------------------
 end team page
---------------------------------- */

/*--------------------------------
 contact us page
---------------------------------- */
.logo-contact{
  margin: 30px;
  text-align: center;
  line-height: 3;  
}
.logo-contact .icons i{
  font-size: 50px;
  color: #e12454;
}
.logo-contact .contact-text span{
  color: #000;
  font-weight: 700;  
}
.logo-contact .contact-text p{
  color: #6F8BA4;  
  line-height: 25px;
}

.contact-form-section form input,button{
  padding: 25px;
  margin: 15px 5px;
  background: none;
  outline: none;
  line-height: 2;
  border: none;
  box-shadow: 0px 0px 3px 2px #01297024;
  width: 100%;  
}
.contact-form-section form input::placeholder{  
  color: black;
  font-weight: 600;
}
.contact-form-section form button{
  width: initial;
  padding: 10px 25px;
  background: #223a66;
  color: white;
  transition: 0.3s;
  border-radius: 50px;
}
.contact-form-section form button:hover{
  background: #e12454;
}

/*---------------------------------
end contact us page
----------------------------------- */

/*----------------------------
 modal popup css
----------------------------- */
#myModal .modal-header{
  padding:10px;
}
#myModal .modal-content{
  background:#fff;
  padding:12px;
}
#myModal .modal-content h3{
  color: #e12454;
  font-weight: 700;
}
#myModal .close{
  width: initial;
  font-size: 40px;
  border:none;
  color: black;
  box-shadow: none;
}
#myModal .btn-get-started{
  width: initial;
  padding: 20px;
}
#myModal .form-group{
  margin: 2px;
}
#myModal input, #myModal select, #myModal textarea{
  width: 100%;    
  border: none;
  background: none;
  font-weight: initial;
  color: black;
  outline: none;
  box-shadow: 0px 0px 2px 1px #223a66;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;  
}
#myModal input::placeholder, #myModal textarea::placeholder{
  color: black; 
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*-------------------------
 End popup css
---------------------------- */


/*------------------------------
 media query section
-------------------------------*/
@media(max-width:996px){
  .register-number img{  
    max-height: 100%;  
  }
}
@media(max-width:1024px){
  .register-number span{
    padding: 20px;
    font-size: 30px;  
  }
}
@media(max-width:500px){
  .testimonials .testimonial-item .testimonial-img {    
    float: none;    
  }
  .testimonials .testimonial-item .h3 {    
    margin: 15px;
    float: none;    
    display: block;
  }
  .testimonials .testimonial-item p {  
    margin: 0px;    
  }
  section{
    padding: 0px;
  }
}

/*--------------------------------
 End media queries
---------------------------------- */
