 @import url('https://fonts.googleapis.com/css?family=Roboto');
body{
    margin: 0;
     padding: 0;
     font-family: 'Roboto', sans-serif;
}
.navigation {
    height: 100px!important;
    background: linear-gradient(50deg, #f9c573, #fbb652);
    position: sticky;
    z-index: 1111111;
    width: 100%;
    top: 0px;
    bottom: 0px;
   /* box-shadow: 25px -16px 5px 5px;*/
}
.nav-mobile {
    background-color: #368704 !important;
 margin-top: 25px;
}

 .brand {
     position: absolute;                        
     padding-left: 20px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}
 .nav-container {
     max-width: 1000px;
     margin: 0 auto;
}
 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a, nav ul li a:visited {
    display: block;
   /* padding: 0 10px;*/
  /*  line-height: 75px;*/
    /* color: #01ad2d; */
    background: #c0ac41;
    text-decoration: none;
    font-size: 18px;
    margin: 10px;
 /*   margin-left: -15px; */
    font-weight: 700;
}
.navigation nav {
    height: 100px;
    display: flex;
    align-items: center;
}
.main-footer.style-three .footer-upper {
    position: relative;
    padding: 60px 0 30px;
    border-bottom: 1px solid #dd0149;
}
.contact-block {
    position: relative;
    margin-bottom: 30px;
}
.contact-block .inner-box {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
}
.contact-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 58px;
    font-size: 30px;
    color: #999999;
    text-align: center;
    border: 1px dashed #222222;
    background: #ffffff;
}
.contact-block h4 {
    font-size: 30px;
    line-height: 1em;
    color: #dd0149;
    font-weight: 600;
}
i.fa {
    border: 1px dashed;
}
/*i.fa.fa-users-gear.fs-1.p-2 {
    border: 1px dashed;
}
i.fa.fa-award.fs-1.p-2 {
    border: 1px dashed;
}*/
.contact-block p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    margin-top: 5px;
}
nav ul li a {
    background: transparent;
    color: #fb045a;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     background: #479119;
     color: #ffffff;
     text-decoration-line: none;
     border-radius: 10px;
     padding: 10px;
    /* margin-bottom: 5px;*/
margin:0px;
}
 .navbar-dropdown li a{
     /*background: #368704;*/
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
/* nav ul li ul li {
     min-width: 100vh;
}*/
nav ul li ul li {
    min-width: 310px;
    display: block;
}
.nav-list ul.navbar-dropdown a {
    margin-left: 0 !important;
}
 nav ul li ul li a {
     padding: 15px;
    line-height: 28px;
    margin-left: 26px!important;
    margin: -5px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 55px;
}
 @media only screen and (max-width: 800px) {
     .nav-mobile {
         display: block;

    }



     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #262626;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
}



/*@media only screen and (max-width: 820px) {
     .nav-mobile {
         display: block;

    }

    
   
}
*/




 @media screen and (min-width:800px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 15px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}

 






/*service css

a,p,h1,h2,h3,h4,ul {
    margin: 0;
    padding: 0;
}

.section-services {
    padding-top: 110px;
    padding-bottom: 120px;
    font-family: "Poppins", sans-serif;
    background-color: #1e6406;
    color: #fff;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f70037;
}

.section-services .header-section .title span {
    color: #fb045a;
}

.section-services .header-section .description {
    color: #e38200;
}

.section-services .single-service {
    margin-top: 40px;
    background-color: #faebd7;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #1d1e23;
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
}

.section-services .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #e3822f;
    font-size: 14px;
    line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
}

.section-services{

    background-color: #faebd7;
}





/*counter css*/

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}







/*for gallery*/
.row .col div {
    background-color: gray;
    min-height: 20rem;
  }






  /*for map css*/
.no-space {
     padding: 0;
}
 .contact-address-section .contact-address .border-right {
     border-right: 1px solid #e4e4e4;
}
 .contact-address-section .contact-address .address-list h5 {
     font-size: 20px;
}
 .contact-address-section .contact-address .address-list ul {
     padding-left: 0;
}
 .contact-address-section .contact-address .address-list ul li {
     list-style: none;
     font-size: 16px;
     color: #333;
}
 .contact-address-section .contact-address .address-list ul li a {
     color: #333;
}
 .contact-location {
     overflow: hidden;
}
 .contact-location .contact-social-title h4 {
     font-size: 36px;
     background-color: #333;
     margin: 0;
     padding: 40px 7em 40px 40px;
     color: #fff;
}
 .contact-location .contact-social-title .contact-social {
     padding-left: 2em;
     margin-top: 5em;
}
 .contact-location .contact-social-title .contact-social li {
     float: left;
     width: 50px;
     height: 50px;
     line-height: 50px;
     background-color: #ddd;
     list-style: none;
     margin: 0 10px;
     text-align: center;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .contact-location .contact-social-title .contact-social li a {
     color: #333;
     font-size: 20px;
}
 .contact-location .contact-social-title .contact-social li:hover {
     background-color: #f33f02;
}
 .contact-location .contact-social-title .contact-social li:hover a {
     color: #fff;
}
 



/*for contact css*/









/*for footer css*/

/*ul {
    margin: 0px;
    padding: 0px;
}*/
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ffffff;
  font-size: 30px;
  /*float: left;*/
  /*margin-top: 8px;*/
  margin: 15px;
}
.cta-text {
  padding: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  /*margin-bottom: 20px;*/
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
/*.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;*/
}
/*.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}*/
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/*testimonial css*/

.tester_new {
    padding: 20px 0 100px;
    background-color: #ffdee9;
}

.tester_new h2{

    color: #fb1465;
}

.tester_new hr {
    width: 100px;
}
.tester_new .carousel-item p {
    color: #fb1465;
    line-height: 28px;
    letter-spacing: 1px;
} 
.tester_new .carousel-item hr {
    width: 100px;
}
.tester_new .carousel-item h5 {
    font-weight: 700;
    margin-bottom: 0;
    color: #fb1465;
}
.tester_new .carousel-indicators li {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image: url(https://s17.postimg.org/mqjuw14bz/profile1.png);
    background-position: center;
    background-size: cover;
    border: 5px solid #f1f2f3;
    opacity: 0.4;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin: 0 10px;
  cursor:pointer;
}
.tester_new .carousel-indicators li:nth-child(2) {
    background-image: url(https://s17.postimg.org/5q0yndefz/profile2.png);
}
.tester_new .carousel-indicators li:nth-child(3) {
    background-image: url(https://s17.postimg.org/7ulbog0n3/profile3.png);
}
.carousel-indicators {
    bottom: -90px;
}
.tester_new .carousel-indicators .active {
    opacity: 1;
}







/*scroll bar css*/
















 /*.navigation{

      height: 75px;
    }*/

    


.btn{

     background: linear-gradient(45deg, #fb045a, #ffc107);
     margin-bottom: 10px;
}

                                                                                            
.counter-bar{

  background: linear-gradient(50deg, #1848b2, #06af31);
}


.contact-bg{

    background: linear-gradient(45deg, #fb045a, #368704fa);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0.8px 1px 1px 0.8px!important;
}

.single-service {
    box-shadow: 0px 0px 0px 1px #eee;
    padding: 10px;
}
.p-3.text-center {
    background-color: #36870421;
}
.con-con{

    width: 75%;
    margin: auto;
}


.shadow{ 0 .5rem 1rem rgba;}
.shadow-sm {0 .125rem .25rem rgba;}
.shadow-lg {0 1rem 3rem rgba;}
.shadow-inset {inset 0 1px 2px rgba;}



.service-treatment-img{

    width: 100%;
    height: 200px;

}

.gallery-img{

    width: 100%;
    height: 300px;
}

.footer-section{

    background-color: #00731e;
}

.abt-img {
    width: 100%!important;
    height: 500px;
    padding: 10px;
    border: 1px solid #eee;
}
.gallery-img {
    width: 100%;
    height: 300px;
    padding: 10px;
    border: 1px solid #eee;
}
.appointment-section-two {
    position: relative;
    padding: 100px 0 200px;
    z-index: 1;
}
.appointment-section-two .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 100px;
    width: 65.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.appointment-section-two .appointment-form {
    position: relative;
    background-color: #f8f8fb;
    padding: 55px 50px 20px;
    max-width: 580px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 18%);
}
.appointment-form .sec-title {
    margin-bottom: 45px;
}
.appointment-section-two .special-opper {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 150px;
    background: #dd0149;
    border-left: 9px solid #222222;
    width: 100%;
    max-width: 785px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 57px;
}
.appointment-section-two .special-opper .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.nav-list ul.navbar-dropdown {
    width: 330px;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.appointment-section-two .appointment-form .form-group input, .appointment-section-two .appointment-form .form-group textarea, .appointment-section-two .appointment-form .form-group select {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #dddddd;
}
.appointment-section-two .appointment-form .form-group .theme-btn {
    display: block;
    width: 100%;
}
.btn-style-one.bg-tealblue {
    color: #ffffff;
    background-color: #dd0149;
}
.appointment-form .theme-btn {
    font-size: 18px;
    font-weight: 500;
}
.default-form .form-group input[type="submit"], .default-form .form-group button {
    position: relative;
    display: inline-block;
    min-width: 160px;
}
button.theme-btn.btn-style-one.bg-tealblue {
    border: 1px solid #eee;
    padding: 12px;
}
/*.logo-img{

    width: 110px;
    height: 75px;
}*/
.appointment-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100px;
    width: 34.5%;
    content: "";
    background-image: url(../images/pattern-9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tester_new {
    padding: 20px 0 100px;
}
.tester_new hr {
    width: 100px;
}
.tester_new .carousel-item p {
    color: #666;
    line-height: 28px;
    letter-spacing: 1px;
} 
.tester_new .carousel-item hr {
    width: 100px;
}
.tester_new .carousel-item h5 {
    font-weight: 700;
    margin-bottom: 0;
}
.tester_new .carousel-indicators li {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image: url(https://s17.postimg.org/mqjuw14bz/profile1.png);
    background-position: center;
    background-size: cover;
    border: 5px solid #f1f2f3;
    opacity: 0.4;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin: 0 10px;
  cursor:pointer;
}
.tester_new .carousel-indicators li:nth-child(2) {
    background-image: url(https://s17.postimg.org/5q0yndefz/profile2.png);
}
.tester_new .carousel-indicators li:nth-child(3) {
    background-image: url(https://s17.postimg.org/7ulbog0n3/profile3.png);
}
.carousel-indicators {
    bottom: -90px;
}
.tester_new .carousel-indicators .active {
    opacity: 1;
}




.slide-section{

    width: 100%!important;
    background-color: #FFF;
}
.section-title {
    position: relative;
    display: inline-block;
}


.img-fluid{

    width: 100px;
}


li:hover{
    text-decoration-line: none;
}

.w-25{

    width: 100%!important;
    height: auto!important;
}


/*img.abt-img.img-fluid {
    width: 100%;
    height: auto;
}*/


.section-services{

    background-color: #f1c98d70;
}

.border-4{

    background-color: #eaeff399;
}



.footer-contact-block h2.h6.mb-0 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.footer-contact-block h6 a.text-white {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
}



.section1{
  position:relative;
  height:600px;
  background:#F1F5F8;
  padding:10px 0px;
  width:100%;
}
.section1 h2{
  text-align:center;
  font-size:40px;
}
.section1 p{
  text-align:center;
  padding:0px 70px;
  color:grey;
}
.sticky-social{
  position:fixed;
  top:20px;
  left:-40px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
    background-color:#DC4F42;
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#59BFBE;
}
.fa-whatsapp:before {
    content: "\f232";
    font-family: 'FontAwesome';
}

.sticky-social {
    position: fixed;
    top: 190px;
    left: -28px;
    padding: 0px;
    margin: 0px;
}

.insta {
    background-color: #00731e;
}



.pin {
    background-color: #046ee4;
}

li.pin i {
    color: #fff;
}
.insta a i {
    border: none;
}



.remember {
    background: #0092cb;
    padding: 20px;
    color: #fff;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}
.section-heading .title{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}
.section-heading p {
    color: #333;
    font-size: 14px;
}
.section-heading span {
    color: #dd0149;
    font-weight: 700;
    font-size: 16px;
}

/* start faq section  */
.faq-section {
    padding: 60px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;    
}
.faq-section .accordion {
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D;
}
.faq-section .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight:600;
    color: #333333;
}
.faq-section .accordion .accordion-item  .accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button:focus{
    border-color: 0;
    box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after{
    transform: rotate(270deg);
}
.faq-section .accordion .accordion-button:not(.collapsed)::after{
    transform:rotate(0deg);
    filter: contrast(0) brightness(0);
}
.faq-section .accordion .accordion-item:last-child {
    border: 0;
}
.faq-section .accordion .accordion-body{
    border: 1px solid #ddd;
}

/* Start Book an appointment */

.bookAppointment {
    padding: 70px 0 100px;
    background: #F9F9F9;
    border-top: 1px solid #ddd;
}
.appointment-area .form-appointment {
    background: #fff;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 25px;
    margin-left: auto;
}

.appointment-area .form-appointment form p {
    margin: 0;
    position: relative;
    width: 100%;
}

.appointment-area .form-appointment form label {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #1b2336;
}
.appointment-area .form-appointment form .input-group {
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}
.appointment-area .form-appointment form .input-group-text {
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    height: 45px;
}
.appointment-area .form-appointment form .form-control {
    width: 100%;
    background: #F8FAFB;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, .75);
    height: 45px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 45px;
}

.appointment-area .form-appointment textarea {
    height: 100px !important;
}

.appointment-area .form-appointment .default-btn {
    width: 100%;
}
.bookAppointment .contact-info {
    position: relative;
}
.bookAppointment .contact-info .nav-pills {
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    padding: 5px 10px;
    border-radius: 100px;
    border: 1px solid #E6E8EB;
    background: #F1F1F1;

}

.bookAppointment .contact-info .nav-pills .nav-item .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fb045a;

}

.bookAppointment .contact-info .nav-pills .nav-item .nav-link.active {
    background-color: #fb045a;
    color: var(--white);
}
.bookAppointment .contact-info .contact-list {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    row-gap: 30px;

}

.bookAppointment .contact-info .contact-list .list {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.bookAppointment .contact-info .contact-list .list .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: #fb045a;
}

.bookAppointment .contact-info .contact-list .list .icon i {
    font-size: 20px;
}



.bookAppointment .contact-info .contact-list .list .info {
    width: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.bookAppointment .contact-info .contact-list .list .info label {
    font-size: 16px;
    font-weight:600;
}



.bookAppointment .contact-info .contact-list .list .info a {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
}

.bookAppointment.Branch-form .contact-info .contact-list {
    padding-top: 0;
    row-gap: 25px;
}

.bookAppointment.Branch-form .contact-info .contact-list h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #81219e;
    margin-bottom: 0;
}

.bookAppointment .contact-info iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);

}
.bookAppointment .card {
    height: 100%;
    padding: 25px;
    border: 0;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.bookAppointment .card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 18px;
}
.bookAppointment .card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-3);
    margin-bottom: 0;
}
.bookAppointment .card p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px;
}
.bookAppointment .position-none .nav-pills {
    position: relative;
}

.bookAppointment .map {
    height: 300px;

}

/* End Book an appointment */
.whychoose-section{
    padding: 50px 0;
}
.whychoose-section .card-whychoose{
    padding: 20px;
    border: 1.5px solid #DDD;
    border-radius: 5px;
    height: 100%;
}
.whychoose-section .card-whychoose .icon{
    width: 100%;
    text-align: center;
    height: 80px;
    margin-bottom: 10px;
}
.whychoose-section .card-whychoose .icon img{
    height: 80px;
    text-align: center;
}
.whychoose-section .card-whychoose .content h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #dd0149;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center;
}
.whychoose-section .card-whychoose .content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.testimonials {

    padding: 70px 0;

    background-image: url(../images/testimonials-bg.png);



    background-size: cover !important;

    background-repeat: no-repeat !important
}



.testimonials .owl-stage-outer {

    padding: 15px 0
}



.testimonials .countGoogle {

    padding: 10px 15px;

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 5px;

    display: inline-flex;

    align-items: center;

}



.testimonials .countGoogle img {

    height: 26px;

    margin-right: 10px
}



.testimonials .countGoogle h4 {

    padding-left: 10px;

    border-left: 1px solid #ddd;

    color: #333;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 0
}



.testimonials .googleViewbtn {

    display: inline-flex;

    column-gap: 10px;

    padding: 10px 20px;

    font-size: 14px;

    font-weight: 600;

    color: #5E6271;

    background: #fff;

    border: 1px solid #DDDDDD;

    border-radius: 5px;

    margin: auto;

    align-self: center;

    align-items: center;

    justify-content: center;

    align-content: center;

    line-height: 1.2;

    margin: 0;
    text-decoration: none;
}



.testimonials .googleViewbtn img {

    width: 25px;

    height: 25px
}



.testimonial-items {

    background: #fff;

    border: 1px solid #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    border-radius: 10px;

    padding: 24px 15px 24px 24px
}



.testimonial-items h4 {

    color: #555;

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

    margin-bottom: 10px
}



.testimonial-items p {

    overflow-y: auto;

    margin-bottom: 0
}



.testimonial-items p .morelink-2 {

    color: var(--pink);

    display: inline-block;

    line-height: 1.2;

    padding: 0 5px;

    font-weight: 500
}



.testimonial-items p .morelink-2 i {

    margin-left: 10px;

    font-size: 10px
}



.morecontent span {

    display: none
}



.testimonials .testimonial-btn {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 15px;

}

.service-section{
    padding: 50px 0;
}
.service-section .card-service{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.service-section .card-service .image{
    width: 100%;
    height: 200px;
}
.service-section .card-service .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-section .card-service .content{
    text-align: center;
    padding: 20px 10px;
}
.service-section .card-service .content h4{
    font-size: 18px;
    font-weight: 600;
    color:#dd0149;
}
.service-section .card-service .content p{
    margin: 0;
}
.content-grid{
    padding: 60px 0;
}
.content-grid .content-body h3{
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}
.content-grid .content-body ul{
    margin: 0;
    padding: 0;
}
.content-grid .content-body ul li{
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.content-grid .content-body ul li::before{
content: "\f061";
position: absolute;
left: 0;
font-family: "Font Awesome 6 free";
font-weight: 900;
color: var(--primary-color);
font-size: 14px;
}
.content-grid .grid-image img{
    width: 100%;
}
.home-banner {
    padding: 20px 0;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 550px;
}
.home-banner .banner-content .box-outer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-banner .banner-content .box-outer .doctor-img{
    width: 200px;
    /* height: 150px;
    border-radius: 100%;
    overflow: hidden; */
}
.home-banner .banner-content .box-outer .doctor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner .banner-content .box-outer .content-right{
    width: calc(100% - 150px);
    padding-left: 25px;
}
.home-banner .banner-content h1{
    color:#1e7516;
    font-size: 36px;
    font-weight: 600;
}
.home-banner .banner-content h2{
    font-weight: 600;
    color: #333;
    font-size: 24px;
}
.home-banner .banner-content h5{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.home-banner .banner-content p{
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000;
}
.home-banner .banner-content ul{
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.home-banner .banner-content ul li{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    list-style: none;
    width: 180px;
    text-align: center;
    border: 1px solid #ddd;
}
.home-banner .banner-content ul li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 12px;
}
.home-banner .banner-content ul li h6{
    font-weight: 600;
    font-size: 16px;
    color:#fb045a;
    margin-bottom: 0;
}
.home-banner .banner-content ul li p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    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: #869791
}

.owl-theme .owl-dots .owl-dot span{
    background-color: #949494;
    width: 25px;
    height: 4px;
}
.owl-theme .owl-dots .owl-dot.active span{
    width: 35px;
    background-color: #000;
}
.qualification-section .tab-qualification .nav-tabs {
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link {
    border: 1px solid #28a745;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #28a745 ;
    margin-bottom: 20px
}

.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.active,.qualification-section .tab-qualification .nav-tabs .nav-item .nav-link.hover {
    background-color: #28a745 ;
    color: #fff
}

.qualification-section .tab-content.qualification-content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #444
}

.qualification-section .tab-content.qualification-content ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    position: relative;
    display: block
}

.qualification-section .tab-content.qualification-content ul li:before {
    color: #fb045a;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}
.card-Symptoms{
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.card-Symptoms .icon{
    margin-bottom: 10px;
}
.card-Symptoms .icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.card-Symptoms .content h4{
    font-size: 18px;
    font-weight: 600;
    color: #dd0149;
}
.card-Symptoms .content p{
    margin: 0;
}
.form-neurologist{
    padding: 50px 0;
    background-color: #edeff6;
}
.form-neurologist label{
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.form-neurologist #contact-form{
    background: #fff;
    border-radius: 15px;
    padding: 40px;
}
.form-neurologist .con-con{
    width: 100%;
}
.form-neurologist h3{
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
@media(max-width:575px){
    .home-banner .banner-content .box-outer{
        flex-wrap: wrap;
    }
    .home-banner .banner-content .box-outer .content-right{
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .abt-img{
        height: auto;
    }
    .form-neurologist h3{
        font-size: 24px;
    }
    .form-neurologist #contact-form{
        padding: 20px;
    }

    .home-banner .banner-content ul{
        flex-wrap: wrap;
    }

    .home-banner{
        height: 100%;
    }
    .home-banner .banner-content ul li{
        width: 48%;
    }
  
}