/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  /* font-family: 'Nunito Sans", sans-serif'; */
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
        background-color: #f5f5f582;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
     font-size: 16px;
    line-height: 24px;
    color: #353535;
     /* font-family: 'Nunito Sans", sans-serif'; */
    font-weight: 400;
    margin: 0 0 10px;
}

section {
  padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'DM Sans';
}
.pt-20
{
padding:20px;
}
.pt-70
{
  padding-top: 70px;
}
.text-red {
    color: #151414;
}
.bg-blue
{

    background-color: #01a2b6;
}
.f600 {
    font-weight: 600;
}


/*go to up buuton */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#159083 ;
  color: white;
  cursor: pointer;
  padding: 14px;
  border-radius: 8px;
}
/*go to up button end*/


/*  Header
 -----------------------------------------------  */
 .navbar-toggler {
  padding: 7px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #01a2b6;
  border: 1px solid #532f92;
  border-radius: 0;
  margin: 5px;
}
#header .navbar{
    padding: 0px;  
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    background: #fff;
}
#header .navbar-nav a{
  /* color: #000000;
  font-size: 14px;
  display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-family:' 'DM Serif Display' 'Poppins', sans-serif; */
    color: #141943;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    margin-right: 28px;
    padding-right: 10px;
    font-family:'Nunito Sans", sans-serif';
    font-weight: bold;
}
#header .dropdown-item:hover {
    color: #ffffff;
    background: #01a2b6;
    box-shadow: 0 0 35px 0 rgb(22 12 96 / 5%);
}
.header-social li a:hover{
  color: #fff !important;
}
/* #header .logo{
  margin-top: -42px;
} */
.dropdown-menu{
  min-width: 13rem;
}
.nav-border{
  border-left: 2px solid #e4e4e4;
  height: 34px;
}

/* header-top */
/*.navbar-expand-lg .navbar-collapse {*/
/*  display: -ms-flexbox!important;*/
/*  display: flex!important;*/
/*  -ms-flex-preferred-size: auto;*/
/*  flex-basis: auto;*/
/*  text-align: center;*/
/*  justify-content: center;*/
/*}*/
.navbar-expand-lg{
     text-align: center;
 justify-content: center;
}
.header-top-wrap {
     padding: 1px 0;
    background-color: #225d9a;
}
.header-cont-info {
  padding: 6px 0 0;
  margin-left: -30px;
}
.header-top li {
  display: inline-block;
  padding-right: 20px;
  color: #ffffff;
}
.header-cont-info li i {
  color:#fff;
  padding-right: 7px;
}
.fb-icon{
  background: #3B5998;
  color: white;
}
.linkedin-icon {
  background: #007bb5;
  color: white;
}
.youtube-icon{
  background: #bb0000;
  color: white;
}
.instagram-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); ;
  color: white;
}
.header-social li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  font-family: 'DM Serif Display';
}
.header-social li {
  padding: 0 5px;
}
li.header-call {
  font-size: 14px;
  font-family: 'DM Serif Display';
}
.header-social{
    padding: 5px;
    text-align: center;
    margin-left: 25%;
}
.dropdown-item{
 background: #ffffff;
    /* border: 2px solid #ffffff; */
    /* margin-bottom: 4px; */
    /* box-shadow: 0 0 35px 0 rgb(22 12 96 / 5%); */
    /* border-bottom: 1px solid #eee; */
    padding: 5px 0px;
}
.dropdown-menu li a{
  color:#215b97 !important;
}
.dropdown-menu li a:hover{
  color: #ffffff !important;
}
.dropdown-menu{
  /* background-color: transparent !important; */
  border: none;
  border-radius: 6px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        background: #ffffff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family:'DM Serif Display';
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-toggle::after{
  display: none;
}
a.nav-link.header-action-items-layout1 {
  font-size: 14px;
  display: inline-block;
  padding: 4px 24px;
  margin-left: 20px;
  color: #ffffff;
  background-color: #225d99;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid;
  /* border-color: #d0df56; */
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.nav-link.header-action-items-layout1 i {
  margin-left: 10px;
}
a.nav-link.header-action-items-layout1:hover {
  background-color: transparent;
  color: #062a4d;
}
.carousel .carousel-item .caption {
        /* margin-top: -180px; */
    width: 100%;
    position: absolute;
    top: 5%;

}
.left-46
{
          margin-left: 46%!important;
}
.carousel .carousel-item .caption .banner2 {
    padding: 32px 0px 0px 64px;
    width: 100%;
    margin-left: 10;
    /* box-shadow: 8px 8px 3px 0px #f7f4f4; */
    margin-left: 0%;
}
.carousel .carousel-item .caption .banner2 h3 {
    /* color: #17a2b8; */
    font-weight: 900;
       font-size: 40px;
    line-height: 60px;
}
.theme_btn {
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 6px;
  background: #159083;
  font-size: 18px;
  padding: 8px 20px;
}
.banner-btn2 {
   
    margin-top: 4%;
   
}
.heading-top1 {
  
    font-family: 'DM Sans SemiBold';
    color: #159083;
   
    font-weight: bold;
    font-size: 22px;

        background-size: 100%;
}
.sub-title
{
     
          line-height: 25px;
    font-size: 17px;
}
.inner-list {
    padding-left: 20px;
    list-style: none;
    margin-top: 0px;
    line-height: 30px;
   
}
.inner-list .list a {
   
    margin: 0 5px 0 -48px;
    color: #33363f;
text-align: justify;
    padding: 8px 20px;
    /* line-height: 22px; */
    font-family: 'system-ui' !important;
    font-size: 17px;
}
.inner-list .list  a h4 {
   
     /* margin: -25px 0px 0 -17px !important;
    color: #121214;
    padding: -6px 6px;
    line-height: 25px;
    text-align: justify;
    font-weight: 600;
 
    font-family: 'DM Sans 24pt SemiBold' !important;
    font-size: 18px; margin: -25px 0px 0 -17px !important;
    color: #33363f; */
 
    margin: -25px 0px 0 -17px !important;
    color: #121214;
    padding: -6px 6px;
    line-height: 25px;
    text-align: justify;
    font-weight: 600;
    /* line-height: 22px; */
    font-family: 'system-ui';
    font-size: 18px;
}

.header-border {
    left: 34%;
    position: relative;
    background: url(../images/header-bg-copy.png) no-repeat center top;
    top: 8px;
    width: 170px;
    height: 11px;
    display: block;
}
.inner-list2 {
    padding-left: 40px;
    list-style: none;
    margin-top: 0px;
    line-height: 30px;
    padding-bottom: 15px;
}
.inner-list2 .list a {
   
    margin: 0 5px 0 -22px;
    /* color: #616161; */
    background: url(../images/spl-li.png) no-repeat 0px center;
    border-bottom: 1px dotted #213d6c;
    font-weight: 800;
    font-size: 18px;
    padding: 13px 34px;

   
}
.inner-list2 .list a:hover
{
    color:black;
}
.test-video .serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 230px;
    border-bottom: solid 5px #01a2b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: white;
}
.testi 
.serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 230px;
    border-bottom: solid 5px #01a2b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: white;
}
.serviceBox{
   text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 375px;
    border-bottom: solid 5px #01a2b6;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        background-color: white;
}

.serviceBox .service-icon{
       

    color: #fff;
    font-size: 44px;
    line-height: 85px;
    border-radius: 10px;
    position: relative;
    
}
.serviceBox  img
{
  margin-left: -83px;
    width: 158px;
    margin-top: -60px;
    position: absolute;
    top: 0px;
}
.serviceBox .service-icon i{ transform: rotate(-45deg); }
.serviceBox .title{
   color: #01a2b6;
   /* font-size: 20px;*/
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
  /*  color: #888;
    font-size: 15px;
    line-height: 24px;*/
    margin: 0;
}
.serviceBox.blue:before,
.serviceBox.blue .service-icon{
    background-color: #3359a5;
}
.serviceBox.blue .title{ color: #3359a5; }
@media only screen and (max-width:990px){
    .serviceBox{     margin: 0 0 115px; }
}
.sec-diseases
{
    background: url(../images/condition-treat-copy-white.png) center;
    background-size:cover;
}
.testimonial-bg {
    /*border: 3px dashed #F6834D; */
    background: url(../images/dr-solanki-testimonial-bg.jpg) no-repeat;
    background-size: cover;
    border: 1px dashed #ffffff;
    padding: 11px 72px;
    text-align: center;
    position: relative;
   height: 448px;
}
.testimonial-bg:before {
    content: "\f10d";
    font-family: 'Nunito Sans", sans-serif';
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    color: white;
    position: absolute;
    top: -37px;
    left: 2%;
    text-shadow: 0 0 2px #000000;
}
.testimonial-bg:after {
   content: "\f10e";
    font-family:'Nunito Sans", sans-serif';
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    color: white;
    position: absolute;
     top: 412px;
    left: 89%;
    text-shadow: 0 0 2px #000000;
}
.item .description {
    font-size: 17px;
    font-weight: 400;
    /* font-style: italic; */
    color: #ffffff;
    line-height: 30px;
   padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial-bg1  .owl-carousel .owl-nav.disabled {
    display: block;
}
.testimonial-bg1 .owl-nav button.owl-prev, .testimonial-bg1 .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    border: 4px solid #f98755;
}
.testimonial-bg1 .owl-nav button.owl-next {
       right: 20px;
}
.testimonial-bg1 .owl-nav button.owl-prev {
    left: 40px;
}
.item .title {
    display: inline-block;
    font-size: 18px;
    /* font-weight: 700; */
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.footer .icon-social a {
    display: inline-block;
    height: 33px;
    width: 37px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    transition: all 0.4s
}
/*.footer .icon-social*/
/*{*/
/*      margin-top: 24px;*/
/*}*/
.footer .icon-social  i {
   font-size: 20px;
    position: relative;
    width: 26px;
    height: 25px;
    /* font-size: 12px; */
    color: #1f2b5d;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #eeebeb;
    -webkit-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    -ms-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    box-shadow: 0px 0px 0px 6px #ffffff;
}
.footer {
      background-color: #1f2b5d;
}
.footer a, .footer ul li, .footer h2 {
    color: #fbfaf7;
}

.footer ul li a
{
     /*padding: 18px;*/
}
.footer .footer-contact p {
    position: relative;
    padding-left: 37px;
    /* border-bottom: 1px dotted #ececec; */
    margin-bottom: 12px;
    font-size:16px;
}
.footer .footer-contact p i
{
        position: absolute;
    
    margin-left: -40px;
        font-size: 24px;
    color: #000;
}
h3.text-uppercase.font-weight-bold.pb-2.clinic-h3{font-size:20px;}
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li:first-child {
    padding-left: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 17px;
    padding-bottom: 0;
    color: #fff;
}
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}
.footer .footer-contact1 h3::before {
      content: "";
    position: absolute;
    bottom: 288px;
    left: 15px;
    width: 100px;
    height: 3px;
    /* background-color: #b0bacf; */
}
a.direct{
    color: #01a2b6;
}
.page-banner {
    background: url(../images/bread.png) no-repeat center right;
    /* background-size: cover; */
    /*padding: 40px 0;*/
    padding: 0px;
    padding-top: 11px;
    padding-bottom: 5px;
    position: relative;
   /* height: 175px; */
}
.panel-default
{
    margin-bottom: 10px;
}
#accordion2 .panel-title a{
  display: block;
  padding: 4px 15px 12px 54px;
  /* background: linear-gradient(to bottom, #fefefe, #cdcdcd); */
  background: #d6e2e1;
  font-family: 'Nunito Sans", sans-serif';
  border: 2px solid #c3c3c3;
  border-radius: 9px;
  font-size: 25px;
  font-weight: 600;
  color: #225d99;;
  text-shadow: 1px 1px 1px #fff;
  position: relative;


}
#accordion2 .panel-title a:before{
   content: "\f068";
    font-family: 'Nunito Sans", sans-serif';
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #01a2b6;
    font-size: 12px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow: none;
    position: absolute;
    top: 8px;
    left: 15px;
}
#accordion2 .panel-title a.collapsed:before{ content: "\f067"; }
#accordion2 .panel-body{
       padding: 0px 15px;
    /* font-size: 25px; */
    color: #222;
    /* line-height: 27px; */
    border: none;
    background-color: white;
    padding: 27px 29px;
}
#accordion2 .panel-body p{ margin-bottom: 0; }
 .serviceBox2{
    background: #fff;
   height: 325px;
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.serviceBox2:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.serviceBox2:before,
.serviceBox2:after{
    content: "";
  background: linear-gradient(to top,#01a2b6,#4690b6);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}
.serviceBox2:after{
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}
.serviceBox2 .service-icon{
    color: #fff;
    background: linear-gradient(-45deg,#0d70a0 49%,#0d6fa0c2 50%);
    font-size: 32px;
    line-height: 70px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.serviceBox2:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox2 .title{
    color: #01a2b6;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox2 .description{
    color: #444;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
.list-service  {
    margin-bottom: 45px;
    border: 3px solid #b8b8b8;
    padding-top: 15px;
    position: relative;
}
.list-service h1 {
    text-transform: uppercase;
        font-size: 32px;
}
.list-service  a {
    /*color: #01a2b6;*/
    display: block;
    padding: 15px 10px 15px 40px;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    box-shadow: 0 5px 10px -10px #333;
    white-space: break-spaces;
}
.text-blue
{
    color: #161a47;
    font-size: 24px;
    text-align: justify;
    font-family: 'DM Serif Display';
}


.text-about-style {
    font-size: 21px;
    text-align: justify;
    text-decoration: underline;
    color: #225d99;
}

.list-service::after {
    content: "";
    background: url(../images/serv-s-shadow.png)no-repeat bottom center;
    height: 20px;
    width: 100%;
    bottom: -19px;
    position: absolute;
}
.list-service  a {
    background-image: url(../images/lung-icon-orange.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 15px 0px 24px 78px;
    display: block;
    background-size: 64px auto;
}
.page-title
{
        margin-top: -8px;
}
.page-title h1
{
           font-size: 24px;
}
.page-title p
{
        font-size: 14px;
}
.service-section .section-title {
   
    font-size: 30px;
}
.service-section img
{
        margin-bottom: 20px;

}
.list-service li a:hover, .list-service li.active a  {
   background: #01a2b6 url(../images/lung-icon-white.png) no-repeat 6px center;
    color: white;
       background-size: 64px auto;
}
/*blog css*/
.blog-img{
  width:100%;
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
  color: #01a2b6;
}
/*gallery css*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#image-gallery .modal-footer {
    display: block;
    position: relative;
    margin-top: -278px;
    /* margin-left: -31px; */
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
   background-color: #71717121;
    background-clip: padding-box;
     border: none!important;
    border-radius: .3rem;
    outline: 0;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
     border-top: none!important;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btn-secondary {
    color: #fff;
    background-color: #1b1c1d;
    border-color: #6c757d;
    border-radius: 50%;
}
.servic-sec .item-sec
{
       background: url(../images/hme-spec-off-bg.png) no-repeat center top;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 466px;
    /* margin: 0 -10px; */
    width: 100%;
    padding: 0px 42px 0px 38px;
}
.servic-sec  .service-img {
      position: absolute;
    content: '';
    width: 235px;
    height: 200px;
    left: 16px;
    right: 0px;
    margin: 0 auto;
    top: -20px;
    background: url(../images/hme-spec-hip.png) no-repeat center top;
    background-size: cover;

}
.servic-sec  .theme_btn
{
     background-color: transparent;
    color: #19a2b6;
    font-size: 17px;
  margin-top: 55px;
    font-weight: 700;
    position: absolute;
    left: 30%;
}
.servic-sec  .service-img img
{
 width: 74%;
    margin-left: 12px;
    margin-top: 12px;
}
.servic-sec  .service-wrap {
      margin-top: 199px;
    text-align: center;
    color: white;
}

.animate-text {
  /*  -webkit-animation: glow 1s ease-in-out infinite alternate;*/
  /*-moz-animation: glow 1s ease-in-out infinite alternate;*/
  /*animation: glow 1s ease-in-out infinite alternate;*/
  text-shadow: 2px 13px 6px rgba(0,0,0,0.2), 0px -5px 16px rgba(255,255,255,0.3);

}
#more {display: none;}
.color-yellow {
    color: #F6961F;
}
#more1 {display: none;}
.color-yellow {
    color: #F6961F;
}
#more3 {display: none;}
.color-yellow {
    color: #F6961F;
}
/*------------------------------ Sign Up ----------------------------*/
.signUp-illustration {
    position: absolute;
      top: 50px;
      left: 0;
      bottom: 0px;
      width: 38%;
      z-index: -1;
  }
  .signUp-illustration img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
  }
  .signUp-page {position: relative;z-index: 5;}
  .signUp-minimal {padding-left: 15px;padding-right: 15px;}
  .signUp-minimal .sign-up-form-wrapper {
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding: 70px 80px 60px;
    position: relative;
  }
  .signUp-page .shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 0;
  }
  .signUp-page .shape-wrapper span {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
  }
  .signUp-page .shape-wrapper span:nth-child(1) {
    background: #ff9898;
    top:0;
    left:20%;
    animation: scale-upOne 3.9s alternate infinite ease-in;
  }
  .signUp-page .shape-wrapper span:nth-child(2) {
    background: #abafff;
    top:14%;
    right:7%;
    animation: scale-upOne 6s alternate infinite ease-in;
  }
  .signUp-page .shape-wrapper span:nth-child(3) {
    background: #67f5e2;
    top:48%;
    right:62%;
    margin-right: -13px;
    animation: scale-upOne 5s alternate infinite ease-in;
  }
  .signUp-page.signUp-minimal .shape-wrapper span:nth-child(3) {right: 88%;}
  .signUp-page .shape-wrapper span:nth-child(4) {
    background: #ffb3b3;
    bottom:5%;
    right:25%;
    animation: scale-upOne 4s alternate infinite ease-in;
  }
  .signUp-page .shape-wrapper span:nth-child(5) {
    background: #ffe281;
    bottom: 4%;
    left:5%;
    animation: scale-upOne 5s alternate infinite ease-in;
  }
  .signUp-page .title-area p {font-size: 20px;padding: 5px 0 12px;}
  .signUp-page .social-icon-wrapper a {
    display: block;
    text-align: center;
    line-height: 55px;
    font-size:20px;
    color: #fff;
    margin-top: 10px;
  }
  .signUp-page .social-icon-wrapper .gmail {background: #d93025;}
  .signUp-page .social-icon-wrapper .facebook {background: #4267b2;}
  .signUp-page .social-icon-wrapper a .fa {font-size: 18px;margin-right: 5px;vertical-align: 1px;}
  .signUp-page .or-text {position: relative;text-align: center;margin: 50px 0 45px;}
  .signUp-page .or-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    left:0;
    top:14px;
    z-index: -1;
  }
  .signUp-page .or-text span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #454545;
    background: #fff;
    width: 50px;
  }
  .signUp-page form ::placeholder {color: #bcbcbc;opacity: 1; /* Firefox */}
  .signUp-page form :-ms-input-placeholder {color: #bcbcbc;}
  .signUp-page form ::-ms-input-placeholder {color: #bcbcbc;}
  .signUp-page form .input-group {position: relative;z-index: 1; margin-bottom: 35px;}
  .signUp-page form .input-group input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: transparent;
    height: 60px;
    font-size: 18px;
    color: #454545;
    position: relative;
    padding: 0 20px;
  }
  .signUp-page form .input-group ::placeholder {
    font-weight: normal;
    font-size: 15px;
    color: #696e7b;
    line-height: 60px;
    position: absolute;
    left:20px;
    top:0;
    z-index: -1;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .signUp-page form .input-group input:focus ~ label,
  .signUp-page form .input-group input:valid ~ label {top: -12px;}
  .signUp-page form .input-group input:focus {border-color: #393939;}
  .signUp-page form .input-group input:focus,
  .signUp-page form .input-group input:valid {padding-top: 18px;}
  .signUp-page .selectize-control {width: 100%;}
  .signUp-page .input-group .selectize-input {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-radius: 5px;
    border: none;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    background: transparent;
  }
  .signUp-page .input-group .selectize-input input {font-size: 15px;}
  .signUp-page .selectize-input .item {font-size: 18px;color: #454545;}
  .signUp-page .selectize-dropdown {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
    cursor: pointer;
  }
  .signUp-page .selectize-dropdown .option {font-size: 14px;color: #1a1a1a;line-height: 22px;}
  .signUp-page .selectize-dropdown .option:hover,
  .signUp-page .selectize-dropdown .active {color: #fff; background:#1a1a1a; }
  .signUp-page .selectize-control.single .selectize-input:after {right: 8px;}
  .signUp-page .acType-content h4 {font-size: 28px;}
  .signUp-page .acType-content p {padding: 8px 0 25px;}
  .signUp-page .acType-content .acType-list {margin: 0 -22px;}
  .signUp-page .acType-content .acType-list li {float: left;padding: 0 22px;}
  .signUp-page .acType-content .acType-list li>div {position: relative;}
  .signUp-page .acType-content .acType-list li>div input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .signUp-page .acType-content .acType-list li>div label {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: rgba(47,52,62,0.8);
    cursor: pointer;
    padding-left: 25px;
    margin: 0 0 15px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .acType-content .acType-list li>div label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d6d6d6;
    position: absolute;
    left:0;
    top:0;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .acType-content .acType-list li>div input:checked + label:before {border-color: #ff8a8b;}
  .signUp-page .acType-content .acType-list li>div input:checked + label {color:rgba(47,52,62,1); }
  .signUp-page .acType-content {padding-bottom: 65px;}
  .signUp-page .agreement-checkbox label {
    position: relative;
    font-size: 16px;
    color: rgba(47,52,62,0.6);
    cursor: pointer;
    padding-left: 22px;
    margin: 30px 0 35px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"] {display: none;}
  .signUp-page .agreement-checkbox label:before {
    content: '';
    width: 12px;
    height: 12px;
    line-height: 10px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left:0;
    top:6px;
    transition: all 0.1s ease-in-out;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"]:checked + label:before {
    content: "ï€Œ";
    font-family: 'Nunito Sans", sans-serif';
    background: #373737;
    color: #fff;
    border-color:  #373737;
  }
  .signUp-page .agreement-checkbox input[type="checkbox"]:checked + label {color:#373737; }
  .signUp-page.signUp-minimal .agreement-checkbox label {margin-top: 0;}
  .signUp-page.signUp-minimal form .line-button-one {width: 100%;border-radius: 5px;}
  .signin-form-wrapper .title-area {margin-bottom: 50px;}
  .signUp-standard .signin-form-wrapper #login-form .input-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
  }
  .signUp-standard .signin-form-wrapper #login-form .input-group label {left: 0;}
  .signUp-standard .signin-form-wrapper #login-form {padding-right: 170px;}
  #login-form .agreement-checkbox label {margin: 0;}
  #login-form .agreement-checkbox a {font-size: 16px;color: rgba(47,52,62,0.6);}
  #login-form .agreement-checkbox a:hover {color: #212121;}
  #login-form .agreement-checkbox  {margin-bottom: 55px;}
  .signin-form-wrapper .signUp-text {font-size: 20px;padding-top: 40px;}
  #login-form button {text-transform: uppercase;}
  .signUp-minimal .signin-form-wrapper {
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding: 70px 65px 35px;
    position: relative;
  }
  .signUp-minimal .signin-form-wrapper .signUp-text {font-size: 17px;padding-top: 35px;}
  .signUp-page form .input-group textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: transparent;
    height: 100px;
    font-size: 15px;
    color: #454545;
    position: relative;
    padding: 10px 20px;
}
.signUp-page .acType-content p {
    padding: 8px 0 25px;
}
.signUp-page .acType-content .acType-list {
    margin: 0 -22px;
}
.signUp-page .acType-content .acType-list li {
    float: left;
    padding: 0 22px;
    list-style-type: none;
}
.signUp-page .acType-content .acType-list li>div {
    position: relative;
}
.signUp-page .acType-content .acType-list li>div input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.signUp-page .acType-content .acType-list li>div label {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: rgba(47,52,62,0.8);
    cursor: pointer;
    padding-left: 25px;
    margin: 0 0 15px;
    transition: all 0.1s ease-in-out;
}
.signUp-page .acType-content .acType-list li>div label:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d6d6d6;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.1s ease-in-out;
}
body .solid-button-one {
    min-width: 188px;
    line-height: 44px;
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    padding: 0 35px;
    font-size: 29px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0px 13px 27px 0px rgb(163 48 53 / 25%);
    background: #159083;
}
.appoint{
    background: #01a2b6;
    color: #fff !important;
    padding: 4px;
}
.certi-slide-arrow{
  background-color: #000000;
}

.widget {
  padding: 5px;
  margin-bottom: 0px;
}
.blog-widget .title {
  font-size: 25px;
  padding-bottom: 10px;
}
.title {
  position: relative;
  color: #3d2241;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.title:before {
  position: absolute;
  left: 0;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  height: 3px;
  animation: rotate 80s infinite linear;
  -webkit-animation: rotate 80s infinite linear;
  content: "";
  border-radius: 5px;
  background: rgb(32,33,36);
  background: -moz-linear-gradient(rgb(32,33,36));
  background: -webkit-linear-gradient(rgb(32,33,36));
  background: -o-linear-gradient(rgb(32,33,36));
  background: -ms-linear-gradient(rgb(32,33,36));
  background: linear-gradient(rgb(32,33,36));
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.widget .widget-tags li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.widget .widget-tags li a {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #111121;
  font-size: 12px;
  padding: 3px 18px;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}
.widget .widget-tags li a:hover {
  background: #01A2B6;
  color: #ffffff;
}
.blog-head{
  font-size: 21px;
  margin: 5px 0;
  line-height: 32px;
  font-family: 'Nunito Sans", sans-serif' ;
  font-weight: 600;
  padding: 5px 0;
}
p.blog-subhead {
  font-size: 16px;
  line-height: 24px;
  color: #353535;
  font-weight: 400;
  font-family: 'Nunito Sans", sans-serif' ;
  margin: 0 0 10px;
}
.blog-list{
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
.trigger-small-image{
    width: 80%;
}
h2.fib-head, h3.fib-head, h4.fib-head {
    margin-bottom: 15px;
}





/* Custom  */

#header .nav-sec{
  padding: 0;
}


.img-fluid{
  max-width: 60% !important;
}

.treat-bg{
  background-color:#efeaea;
}


.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
} 
.card{
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #159083  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
  .service-one-head {
  font-size: 20px;
  font-weight: 600;
   text-align: justify;
  font-family:'DM Sans SemiBold';
  color: #225d99;
 
}
.service-one-head-two{
 /* color: #575a7b;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'DM Sans ';
    letter-spacing: 0.03em; */
    
    color: #202124;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'system-ui';
    font-weight: 600;
}


/* p {
  color: #575a7b;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.03em;
} */
.icon-wrapper {
  background-color: #159083;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper{
  background-color: #ffffff;
  color: #a1d3ce;
}

.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
    padding-bottom: 26px;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}


/* our servicse */


#news-slider{
  margin-top: 80px;
}
.post-slide{
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img{
  width: 100%;
  height: auto;
  transform: scale(1,1);
  transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}
.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
  transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top:45%;
  text-align:center;
  display: block;
  color:#fff;
  font-size:25px;
}
.post-slide .post-content{
  background:#fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a{
  font-size:15px;
  font-weight:bold;
  color:#333;
  display: inline-block;
  text-transform:uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  text-decoration: none;
  color:#3498db;
}
.post-slide .post-description{
  line-height:24px;
  color:#808080;
  margin-bottom:25px;
}
.post-slide .post-date{
  color:#a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i{
  font-size:20px;
  margin-right:8px;
  color: #CFDACE;
}
.post-slide .read-more{
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover{
  background: #3498db;
  text-decoration:none;
  color:#fff;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:-13%;
  left:15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:-13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family:'Nunito Sans", sans-serif';
  color: #333;
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      padding: 0px 15px 25px 15px;
  }
}

.text-secondary{
  color:#000!important;
  font-family: 'DM Sans';
  font-weight: 600;
  text-align: start;
  font-size: 17px;
}

.navbar-dark .navbar-toggler{

  background: #225d9a !important;
  
 
}

/* 2nd services start  */


.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  /*border-radius: 25px;*/
}
.card-service{
  /* border-radius: 25px; */
  border: 2px solid #202124;
  /* background-color: #ecf6f5; */
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right:0px !important;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 5px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #4070F4; */
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  /* width: 40px;
  background-color: #4070F4; */
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* border: 4px solid #4070F4; */
}
.name{
  font-size: 23px;
  font-weight: bold;
  font-family: 'Nunito Sans", sans-serif';
  color: #225d99;
}
.description{
  font-size: 18px;
  color: #202124;
  /* font-family: 'Nunito Sans", sans-serif'; */
  font-family: 'system-ui';
text-align: justify;
  font-weight: 600;
  
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 0px 2px;
  background-color: #159083;
  border-radius: 6px;
  font-size: 18px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  /* background: #265DF2; */
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}



.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq-size{
    font-size: 19px;
    color: #000;
}

 
/* popup  */

.modal-content{
  margin-top: 290px;
  border: 4px solid #16ac9f !important;
      padding: 30px 20px;

}
.btn-info{
  background-color: #16ac9f !important;
}


.ul-design-color
{
  /* color: #000; */
  font-size: 16px;
}
.bread-name{
  color: #f9f9f9;
  font-weight: bold;
}




 /* Frequently Asked Questions Section start  */

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
  
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
}
.panel-heading {
  padding: 15px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  background: #f3f7f6;
  border-top-left-radius: 3px;
}
.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.faq-size{
font-size: 19px;
}

.panel-body{
  padding: 13px 0 13px 0;
  font-family: 'system-ui';
  font-size: 15px;
  font-weight: 600;
    color: #37373a;
  text-align: justify;
}

.heading-faq{
      font-size: 29px;
    font-family: 'system-ui';
    color: #225d99;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 19px;
}

/* Frequently Asked Questions Section End  */

 /* contact start  */
 .box-shadow-contact{
  width: 83%;
  height: 40%;
  background: #ffff;
  padding: 50px;
  box-shadow: 0px -17px 24px -20px rgba(0,0,0,0.45), 18px 0px 20px -20px rgba(0,0,0,0.45), 
  0px 15px 20px -20px rgba(0,0,0,0.45), -19px 0px 20px -20px rgba(0,0,0,0.45);
  border: 1px solid #dbd9d9;
 }

 .heading-contact{
  font-family: 'DM Serif Display';
  font-weight: bold;
  color: #1f4b78;
  font-size: 28px;
 }

 .lable-contact{
  color: #159083;
  font-weight: bold;
  font-family: 'DM Serif Display';
  margin-left: 7px;
  font-size: 20px;
 }


 /* contact end  */

 .fafa-icon-style{
  font-size:24px;
  font-size: 18px;
  padding-right: 10px;
  color: #159083;

 }

 .checked{
  color: #eba34f;
 }
 
 .theme_btn:hover{
  color: #000;
}
 
 .list-margin{
     margin-left: 20px;
         text-align: justify;
 }
 
 .text-description {
  color: #33363f;
  font-family: 'system-ui';
  font-size: 18px;
  text-align: justify;

 }
 
 
  .top-heading-home{
 color: #159083;
    font-weight: bold;
    padding-bottom: 6px; 
    font-size: 22px; 
    text-align: center;  
       font-family: DM Sans SemiBold !important;
 }
 
 
 
 
 
 /* for faq scc  */


@media only screen and (max-width: 600px) {
  .navbar-dark .navbar-brand {
      color: #fff;
      width: 75%;
  }
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 10px;
  background: #fff;
  border: 2px solid #159083;
}

.resume .resume-item::before:hover {
  background: #d43076;
}

.resume .resume-item {
  padding: 0 0 3px 20px;
  margin-top: -2px;
  border-left: 2px solid #159083;
  position: relative;
  margin-left: 15px;
}

.resume h3 {
  margin-bottom: 20px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 20px;
  padding: 8px;
}

h3 {
  margin-top: 13px;
}

.faq-area-two {
  background-color: var(--tertiary-color);
  position: relative;
  padding: 50px 0;
}

.accordion {
  border: none;
}

.accordion .accordion__item {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
  background: transparent;
  margin-bottom: 10px;
  position: relative;
  border: none;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 20px;
  padding-bottom: 12px;
}

h5 {
  font-size: 16px;
}

.profile img {
  border-radius: 4px;
}

.resume {
  margin-top: -211px;
}

@media screen and (max-width:993px) {
  .resume {
      margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .doctor-details-left {
      position: relative;
      height: 100%;
      min-height: 329px !important;
  }

  .resume {
      margin-top: 0px;
  }
}



.resume h3 {
  margin-bottom: 20px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #6c757d21; */
  padding: 8px;
}

h3 {
  margin-top: 13px;
}

.faq-area-two {
  background-color: var(--tertiary-color);
  position: relative;
  padding: 50px 0;
}

.accordion {
  border: none;
}

.accordion .accordion__item {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
  background: transparent;
  margin-bottom: 10px;
  position: relative;
  border: none;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 20px;
  padding-bottom: 12px;
}

h5 {
  font-size: 16px;
}

.profile img {
  border-radius: 4px;
}

@media only screen and (max-width: 600px) {
  .doctor-details-left {
      position: relative;
      height: 100%;
      min-height: 329px !important;
  }
}

.bg-1 {
  background: unset !important;
  position: relative;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #384d75; */
  padding: 8px;
  color: white;
}

.resume .resume-item {
  padding: 0 0 3px 20px;
  margin-top: -18px;
  border-left: 2px solid #4478ac;
  position: relative;
  margin-left: 15px;
}

.resume h3 {
  margin-bottom: 37px;
  margin-top: 14px;
  margin-left: 15px;
}

.resume h3 {
  font-size: 21px;
  /* margin-top: -10px; */
  /* background: #384d75; */
  padding: 8px;
  color: white;
  margin-bottom: 10px;
}

.text-red {
  color: #ffffff;
}

.text-red a {
  color: #ffffff;
}

/* .page-title p {
  font-size: 14px;
  margin-left: -19% !important;
  margin-right: 3% !important;
} */

.resume h3 {
  font-size: 20px;
  /* background: #384d75; */
  padding: 8px;
  color: white;
  margin-left: -11px !important;
  margin-bottom: 10px;
font-weight: bolder;
font-family: 'DM Serif Display';
color: #161a47 !important;
}

.page-title h1 {
  font-size: 24px;
  color: white !important;
  margin-bottom: -19px;
}


h3 {
  margin-top: 8px !important;
}

@media only screen and (max-width: 600px) {
  .resume {
      margin-top: 0px !important;
  }
/* 
  .page-title p {
      font-size: 14px;
      margin-left: 9% !important;
      margin-right: 9% !important;
  } */

  .doctor-details-item img {
      height: 100%;
      border-radius: 2px;
      height: 100% !important;
  }
}

/* for faq scc end*/  
 
 