/* Utilities Classes */
.mobile-nav-active {
  left: 0px !important;
}

.deskShow {
  display: none !important;
}

.mobShow {
  display: block;
}

.hidden {
  display: none;
}

.fixed-mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}

/* ______________________________________________ */
header.mobile-header {
  padding: 10px 0;
  box-shadow: 0px 3px 10px #00000029;
  transition: all 0.5s ease;
}

.mob-nav-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0;
}

.mobile-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-navbar .mob-logo img {
  width: 50px;
}

.mobile-navbar .mob-nav {
  position: fixed;
  width: 300px;
  background-color: aliceblue;
  height: 100vh;
  top: 0;
  left: -300px;
  transition: all 0.3s ease;
  z-index: 11;
  overflow: scroll;
}

.mobile-navbar .mob-ham {
  font-size: 27px;
  z-index: 1;
}

.mob-nav {
  padding-top: 20px;
}

.mob-nav .nav-logo {
  padding: 8px 12px;
  margin-bottom: 15px;
}

.mob-nav .nav-logo img {
  width: 75px;
}

.mob-nav .mob-nav-links>.nav-item>.nav-link {
  display: block;
  padding: 8px 12px;
}

.mob-nav .mob-app-btn {
  margin-top: 30px;
  padding: 8px 12px;
}

.mob-nav .nav-social-icons {
  margin-bottom: 15px;
  padding: 8px 12px;
  display: flex;
}

.mob-nav .nav-social-icons a {
  color: white;
}

.mob-nav .nav-social-icons i {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #084529;
  margin: 0 5px;
}

.mobile-links>.nav-item .nav-link {
  border-bottom: 1px solid #ccc;
  color: #222;
}

.mobile-links>.nav-item>.dropdown {
  display: none;
  background-color: white;
}

.mobile-links>.nav-item>.mob-dropdown-toggle::after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  font-size: 11px;
}

.mobile-links>.nav-item>.mob-dropdown-toggle.active::after {
  content: "\f077";
}

.social-details {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.social-details span {
  display: block;
  flex: 1 1 10%;
  width: 10%;
}

.social-details .social-numbers {
  flex: 1 1 90%;
  width: 90%;
}

.social-details .social-numbers a {
  display: block;
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 8px 12px;
  font-weight: 400;
}

/* Mobile nav bar end  */

/* _________________________________________________________________________ */

/* Mobile hero section start here  */

section.mhero-section {
  text-align: center;
}

section.mhero-section .parentTxt {
  /* border: 1px solid black; */
  margin-bottom: 0;
  padding: 5px;
  font-size: 20px;
}

section.mhero-section .parentTxt span {
  font-weight: 700;
}

section.mhero-section .familiesTxt {
  margin-bottom: 0;
  font-size: 16px;
  /* background-color: #11823b; */
  color: white;
  padding: 5px 0;
}

section.mhero-section .mback-img {
  height: 230px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url('../images/banner/mobBanner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: url("../images/banner/mobBanner.jpg") no-repeat center center; */
  background-size: cover;
}

section.mhero-section .mob_tagline {
  padding: 100px 20px 0px;
}

section.mhero-section .parentTxt {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.breadcum ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;

}

.breadcum ul li a {
  color: #25d366;
  font-size: 14px;
  font-weight: 600;

}

section.about_doctor .mob_tagline {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  /* width: 65%; */
  width: 100%;
  transform: translateY(-50%);
}

.about_doctor .doc_banner img {
  height: 25vh;
  object-fit: cover;
}

.doc_banner {
  position: relative;
}

.about_doctor .doc_banner::before {
  content: '';
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6));
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* Mobile hero section end  */

/* ______________________________________________________ */

/* Mobile Callback section start  */
.mcallback {
  padding: 15px 0;
  background-color: #3a3a3a;
  text-align: center;
  /* padding-bottom: 0; */
}

.mcallback .form-container {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 15px;
}

.mcallback .input-box {
  flex: 1 1 50%;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.mcallback .input-box input {
  width: 100%;
  padding: 8px 10px;
  background-color: #808080;
  border: none;
  color: #fff;
  font-size: 14px;
}

.mcallback .input-box input::placeholder {
  color: #fff;
}

.mcallback .mcallback-title {
  color: #fff;
  display: block;
  padding: 8px 12px;
  font-size: 22px;
  font-weight: 600;
}

.mcallback .mcallback-title:hover {
  color: #11823b;
}

/* Mobile Callback section end  */

/* __________________________________________________ */

/* Mobile Our service section start   */

section.mob-service {
  padding: 30px 0;
}

section.mob-service .service-viewAll button {
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 15px 40px;
  border-top: 2px solid #ccc;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  display: block;
  margin: auto;
}

section.mob-service .service-viewAll button:hover {
  border: 1px solid #11823B;
}

.mservice-content {
  text-align: center;
  font-size: 14px;
}

.mservice-content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mservice-content h2 span {
  color: #11823B;
}

.slider-outer-box {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 40px;
}

.slider-inner-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 30px;
  padding: 12px;
  height: 235px;
}

.slider-inner-box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px !important;
  background: transparent radial-gradient(closest-side at 50% 50%, #48bf53 0%, #004d25 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 50%;
  padding: 20px;
  margin: auto;
  margin-top: -80px;
}

.slider-inner-box .img-box img {
  width: 75%;
}

.slider-inner-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 20px;
}

.slider-inner-box p {
  font-size: 14px;
}

/* Mobile Our service section end   */

/* Makes unique css start  */
section.makes-unique {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/makesuniqueBack.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 7px;
}

section.makes-unique .m-box {
  width: 50%;
}

.makes-unique .main-content {}

.makes-unique .main-content .mainHd {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  margin-bottom: 0;
}

.makes-unique .main-content h3 span {
  font-weight: 600;
}

.makes-unique .main-content .mainSubHd {
  color: white;
  font-size: 18px;
  margin: 15px 0;
  display: block;
  font-weight: 400;
}

.makes-unique .main-content .mainConPara {
  color: white;
  font-size: 18px;
  margin: 30px 70px;
}

.makes-unique .circle-box {
  margin-top: 10px;
}

.makes-unique .circle1, .makes-unique .circle2, .makes-unique .circle3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.makes-unique .circle1 {
  width: 130px;
  height: 130px;
  background-color: white;
  margin: auto;
}

.makes-unique .circle2 {
  width: 110px;
  height: 110px;
  background-color: #E8E8E8;
}

.makes-unique .circle1:hover .circle2 {
  background-color: #1b8626;
}

.makes-unique .circle3 {
  width: 90px;
  height: 90px;
  background-color: white;
}

.makes-unique .circle3 img {
  width: 50px;
}

.makes-unique .circle-content .circleHd {
  color: white;
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.4;
  font-weight: 550;
}

.makes-unique .circle-content .circlePara {
  font-size: 14px;
  color: white;
}



/* Makes unique css end */

/* ______________________ */
/* About section start here  */
section.about-section {
  padding: 20px 7px !important;
}

section.about-section .about-content {}

section.about-section .aboutContentSection {
  width: 100%;
  text-align: center;
}



section.about-section .about-content .mobAboutBanner img {
  width: 100%;
  background: url('../images/about2.jpg') no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

section.about-section .about-content .aboutHd {
  font-size: 25px;
  font-weight: 700;
}

section.about-section .about-content .aboutHd span {
  font-weight: 700;
}

section.about-section .about-content .aboutSpan {
  font-size: 16px;
  color: #11823B;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 6px;
}

section.about-section .about-content .aboutSmHd {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

section.about-section .about-content .aboutSmPara {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

section.about-section .about-content .about-readMore {
  font-size: 14px;
  color: #11823B;
}

section.about-section .aboutImageSection {
  padding-top: 12px;
  padding-bottom: 12px;
}

section.about-section .about-img {
  width: 100%;
}

/* About section end  here  */

/* Testimonial Sectio start here  */

section.testimonial-section {
  padding: 20px 7px;
  position: relative;
  background-color: #FAFFFB;
}

section.testimonial-section .testiMainContent {
  text-align: center;
  margin-bottom: 20px;
}

section.testimonial-section .happy-famTxt {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #11823B !important;
}

section.testimonial-section .happy-famTxt span {
  font-weight: 600;
  color: #3a3a3a;
}

section.testimonial-section .testiSmTxt {
  font-size: 16px;
  padding: 0 40px;
  text-align: center;
  display: block;
  color: #00a23c;
  font-weight: 500;
}

section.testimonial-section .testContentSection {
  width: 100%;
}

section.testimonial-section .testimonial-content {
  padding: 20px;
  background-color: #EDF0ED;
}

section.testimonial-section .testi-card {
  padding: 20px;
  background-color: white;
}

section.testimonial-section .testi-card img {
  width: 100%;
}

section.testimonial-section .testimonial-content .user-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.testimonial-section .testimonial-content .user-name img {
  width: 25px;
  margin-right: 15px;
  display: inline-block;
}

section.testimonial-section .testimonial-content .testi-desc {
  font-size: 14px;
  margin-bottom: 10px;
}

section.testimonial-section .testimonial-content .watch-story {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
}

section.testimonial-section .testimonial-content .watch-story i {
  color: #e71d1d;
  font-size: 25px;
  padding-left: 10px;
  position: relative;
  top: 5px;
}

section.testimonial-section .testimonial-content .watch-story a {
  color: #3a3a3a;
  font-size: 15px;
  position: relative;
}

section.testimonial-section .owl-nav button span {
  padding: 0px 20px;
  font-size: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000029;
}


section.testimonial-section .owl-nav button:first-child span {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}

section.testimonial-section .owl-nav button:last-child span {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

section.testimonial-section .owl-nav button:first-child:hover, section.testimonial-section .owl-nav button:last-child:hover {}

section.testimonial-section .testi-viewAll button {
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 15px 18px;
  border-top: 2px solid #ccc;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  display: block;
  margin: 30px auto;
}

/* Testimonials section end here  */

/* ________________________________________________________________ */

/* Doctor section start here  */
section.doctor-section {
  background: none;
  padding: 20px 7px;
  background-color: #F8F8F8;
}

section.doctor-section .docImage img {
  width: 100%;
}


section.doctor-section .docContainer {
  width: 100%;
  text-align: center;
}

section.doctor-section .doctor-content .doc-name {
  font-size: 25px;
  font-weight: 700;
  color: #11823B;
}

section.doctor-section .doctor-content .doc-desg {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

section.doctor-section .doctor-content .docHd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

section.doctor-section .doctor-content .docPara {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 30px;
}

section.doctor-section .doctor-content .doc-readMore {
  font-size: 14px;
  color: #11823b;
  font-weight: 600;
}

.Doctor_section .doc_img {
  padding-top: 20px;
}

section.about_doctor {
  position: relative;
}

.doc_img .m_hide {
  display: none;
}



.Doctor_section .doctor-content {
  text-align: center;
}



/* Doctor section end here  */

/* ________________________________________________________________ */

/* Blog section start here  */

section.blog-section {
  padding: 20px 7px;
}

section.blog-section .blogSmBox {
  margin-top: 5px;
  margin-bottom: 5px;
}

section.blog-section .blog-head {
  text-align: center;
}

section.blog-section .blog-head .blogHd {
  font-size: 25px;
  font-weight: 600;

}

section.blog-section .blog-head .blogHd span {
  font-weight: 600;
}

section.blog-section .blog-head .blogSmHd {
  font-size: 16px;
  color: #11823b;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

section.blog-section .blog-boxes .lgBox {
  padding: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000029;
  height: 100%;
}

section.blog-section .blog-boxes .lgBox img {
  width: 100%;
}

section.blog-section .blog-boxes .blogTitle {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0;
  display: block;
}

section.blog-section .blog-boxes .blogLink {
  /* letter-spacing: 4px; */
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

section.blog-section .blog-boxes .blogLink:hover {
  color: #1b8626;
}

section.blog-section .blog-boxes .smBox {
  box-shadow: 0px 3px 10px #00000029;
  border: 1px solid #D1CECE;
  padding: 15px;
  height: 100%;
}

section.blog-section .blog-boxes .smBox .blogPara {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

section.blog-section .boxRow {
  margin-top: -5px;
  margin-bottom: -5px;
}

section.blog-section .blog-boxes .boxCol {
  margin-top: 20px;
}

.blog-boxes .boxCol:nth-child(2), .blog-boxes .boxCol:nth-child(3), .blog-boxes .boxCol:nth-child(4) {
  display: none;
}

.blog-boxes .leftBox, .blog-boxes .rightBox, .blog-boxes .boxCol {
  width: 100%;
}


section.blog-section .blog-viewAll button {
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding: 15px 18px;
  border-top: 2px solid #ccc;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  display: block;
  margin: 30px auto;
}

/* blog section end here  */

/* Form section start here  */
section.form-section {
  padding: 20px 7px;
  background-color: #3A3A3A;
}

section.form-section .appDetailsBox, section.form-section .appFormBox {
  text-align: center;
  width: 100%;
}

section.form-section .appt-details {
  padding-top: 10px;
}

section.form-section .appHd {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

section.form-section .appAddress {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 30px;
}

section.form-section .appTimings {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}

section.form-section .appEmail, section.form-section .appPhone {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

section.form-section .appTimings span, section.form-section .appEmail span, section.form-section .appPhone span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

section.form-section .appointmentHd {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #48BF53 !important;

}

section.form-section .appointmentHd span {
  font-weight: 700;
  color: #fff;

}

section.form-section .form-container input, .form-container textarea {
  width: 100%;
  padding: 12px 8px;
  margin-top: 10px;
}

section.form-section .form-container input::placeholder, .form-container textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  font-family: "Oxygen", sans-serif;
}

section.form-section .form-container textarea {
  height: 130px;
}

section.form-section .form-container .DateBox {
  position: relative;
}

section.form-section .form-container .DateBox .calIcon {
  position: absolute;
  top: 51%;
  color: green;
  right: 7%;
  transform: translateY(-50%);
}

section.form-section .form-container .capImage {
  width: 100%;
  height: 70px;
  margin-top: 10px;
}

section.form-section .form-container .appFormBtn {
  background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
  border: none;
  color: white;
  padding: 10px 0px;
  font-size: 16px;
  height: 70px;
}

/* Form section end here  */


/* ________________________________________________ */


/* Location Section Start  */
section.location-section {
  padding: 20px 7px;
}

section.location-section .locationHd {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

section.location-section .locationHd span {
  font-weight: 600;
}

section.location-section .mapBox {
  padding: 15px 0px;
  height: 215px;
}

section.location-section .col-lg-6 {
  padding: 0px;
}

/* Location Section end  */

/* _____________________________________________ */


/* Footer Section start  */

footer.footer-section {
  padding: 20px 7px;
  text-align: center;
  background-color: #FAFFFB;
}

footer.footer-section .footBox1 img {
  width: 90px;
  margin-bottom: 20px;
}

footer.footer-section .footBox1 p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}


footer.footer-section .footHd {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
  margin-top: 30px;
}

footer.footer-section .foot-link {
  font-weight: 500;
  color: #171717;
  font-size: 14px;
  padding: 5px 0;
}

footer.footer-section li{
  display: inline-block;
}

footer.footer-section .foot-link::after {
  content: '|';
  padding: 0px 5px;
}

footer.footer-section .mobSocial-icons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

footer.footer-section .foot-socialIcons.mobShow {
  margin-bottom: 0px;
}

footer.footer-section .footBox4 .footAddress, footer.footer-section .footBox4 .footPhone, footer.footer-section .footBox4 .footEmail {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

footer.footer-section .footBox4 .footAddress {
  margin-bottom: 10px;
}

footer.footer-section .footBox4 .footPhone, footer.footer-section .footBox4 .footEmail {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}


footer.footer-section .foot-socialIcons {
  margin: 20px 0;
}

footer.footer-section .foot-socialIcons .footIcons {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  float: left;
  margin: 0 2px;
  border-radius: 50%;
}

footer.footer-section .foot-socialIcons .footIcons i {
  transition: all 0.5s ease;
  color: white;
  font-size: 18px;
}

footer.footer-section .foot-socialIcons .facebook:hover {
  background-color: #3b5998;
}

footer.footer-section .foot-socialIcons .twitter:hover {
  background-color: #1DA1F2;
}

footer.footer-section .foot-socialIcons .youtube:hover {
  background-color: #FF0000;
}

footer.footer-section .foot-socialIcons .instagram:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  ;
}

footer.footer-section .foot-socialIcons .footIcons:hover i {
  transform: rotate(360deg);
}

footer.footer-section .footDisclaimer {
  margin: auto;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  color: #171717;
  font-weight: 400;
}

footer.footer-bottom {
  padding: 20px 0;
  background-color: #3A3A3A;
  text-align: center;
  margin-bottom: 64px;
}

footer.footer-bottom .footerBottom-link {
  color: white;
  font-weight: 300;
  padding-right: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}

footer.footer-bottom .footerBottom-link::after {
  content: '|';
  margin-left: 10px;
  font-weight: 300;
}

footer.footer-bottom .copyrightTxt {
  margin-top: 30px;
  text-align: center;
}

footer.footer-bottom .copyrightTxt, footer.footer-bottom .digiLink {
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
}

footer.footer-bottom .digiLink {
  color: #11823B;
}

/* Footer Section end */

/* _________________________________________ */

/* Mobile Tabs Section Start  */
section.mobile-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  box-shadow: 3px 0px 10px #00000029;
}

section.mobile-tabs .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

section.mobile-tabs .tab-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.mobile-tabs .tab-boxes a {
  text-align: center;
  padding: 10px 0;
  width: 33%;
}

section.mobile-tabs a i {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #1b8626;
}

section.mobile-tabs .tab-boxes a span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

section.mobile-tabs .tab-boxes .phone {
  transform: rotate(-45deg);
}

section.mobile-tabs .tab-boxes a.active {
  background-color: green;
}

section.mobile-tabs .tab-boxes a.active span, section.mobile-tabs .tab-boxes a.active i {
  color: white;
}

/* Mobile Tabs Section end  */

/* ______________________________________________________ */

/* Scroll To top Button  */
.scrollBtn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: none;
}

/* ___________________________________________________________ */

/* Modal Section Start  */

.modal-body {
  padding: 10px;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 9px;
  opacity: 1;
  right: 15px;
  border-radius: 0px;
  font-size: 16px;
  z-index: 100;
}

.modal-header {
  border-bottom: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 22px;
}

.modBtn {
  background: none;
}

.modBtn i {
  color: white;
  font-size: 25px;
  padding-bottom: 15px;
}

.marTop {
  margin-top: 165px;
}

/* Modal Section end */

/* __________________________________________________________ */

/* Whatsapp Button css start  */
.sticky-bot {
  position: fixed;
  bottom: 80px;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.whatsapp {
  background-color: #25d366 !important;
  left: 18px;
  right: auto;
  color: transparent;
}

.whatsapp i {
  color: #ffffff !important;
  font-size: 29px;
}

/* Whatsapp Button css end  */
/* education section */


.about_education_experience {
  padding: 20px 7px;
  background-color: #F2F2F2;
}

.doc_edu_heading {
  color: #3A3A3A;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.doc_edu_heading span {
  color: #11823B;
}

.education_btn button {
  padding: 5px 30px;
  background: transparent;
  border: unset;
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
  background: #fff;
  color: #11823B;
  margin: 0 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.education_btn button.active {
  background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease;
  position: relative;
}

.education_btn {
  text-align: center;
}

.education_btn button::before {
  content: '';
  width: 22px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  transform: rotate(50deg);
  top: 10px;
}

.education_btn button::after {
  content: '';
  width: 22px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  transform: rotate(50deg);
  bottom: 10px;
}

.education_card {
  display: none;
}

.education_card.active {
  display: inline-flex;
}



.education_card {
  padding: 30px 10px;
}

.education_content {
  padding: 15px;
  /* background-color: #fff; */
  /* margin: 13px 0; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
  position: relative;
  padding-left: 25px;
}

.duration {
  font-weight: 700;
  color: #11823B;
  margin-bottom: 10px;
}

.education_content::before {
  content: '';
  height: 5px;
  background-color: #11823B;
  width: 15px;
  position: absolute;
  left: 5px;
  top: 24px;
}


/* about nalanda */
.about_nalanda h2 {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.about_nalanda h2 span {
  color: #11823b;
}

.about_nalanda p {
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin: auto;
  font-size: 14px;
  width: 100%;
  line-height: 1.8;
}

.about_nalanda .our-service-content {
  padding: 20px 0;
}

/* about nalanda */

/* misssion_vision */
.Visson_mission h2 {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.Visson_mission h2 span {
  color: #11823b;
}

.Visson_mission {
  padding: 20px 0;
  background-color: #F0FFF3;
}

.Visson_mission p {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.vission_img {
  text-align: center;
  margin-bottom: 20px;
}

.vision_right {
  display: none;
}

/* misssion_vision */

/* Why We Choose  */
.Why_we_choose {
  padding: 20px 0;
}

.Why_we_choose p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.Why_we_choose h2 {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.Why_we_choose h2 span {
  color: #11823b;
}

.why_choose_pointers li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}

.why_choose_pointers li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f560";
  font-family: FontAwesome;
  color: #25d366;
}

/* Why We Choose  */
/* Contact us page */
.field .form-control::placeholder {
  color: #ccc;
}

.Contact_us {
  padding: 20px 0;
  background-image: url(../images/contact_bg.webp);
  background-position: center;
  background-size: cover;
}

.Contact_us h2 {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.Contact_us h2 span {
  color: #24c426;
}


.form_design {
  /* background: #fff; */
  padding: 0 0 30px;
  border-radius: 10px;
}

.field {
  margin-bottom: 20px;
}

.field .form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  padding: 6px 4px;
  color: #fff;
  font-size: 17px;
}

.captch_field {
  display: flex;
  align-items: center;
}

.captch_field .captcha_img {
  height: 40px;
}

.captch_field .captcha_img img {
  height: 100%;
}

.refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #11823B;
  border-radius: 0 0.25rem 0.25rem 0;
  font-weight: bold;
}

.refresh i {
  color: #fff;
}

.form_btn .submit_btn {
  background-color: #11823B;
  color: #fff;
  font-weight: 600;
  border: none;
}

.field .form-control:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #24c426;
  background-color: transparent;
}

.map {
  box-shadow: rgba(99, 99, 99, 0.2) -1px 1px 15px 0px;
  height: 100%;
}

.address_details {
  padding: 30px 0px 0;
}

.address {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 7px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.address i {
  font-size: 35px;
  margin-bottom: 10px;
}

.address a {
  color: #000;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.address:hover a {
  color: #1b8626;
}

/* Contact us page */
/* Service category */
.services-page {
  padding: 20px 0px;
}


.service-dv .img-service {
  position: relative;
}

.service-dv .img-service:before {
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  top: 5%;
  left: 5%;
  position: absolute;
  transition: all ease-in 0.7s;
}

.mission-vision-dv img {
  display: block;
}

.mission-vision-dv h5 {
  color: #333;
  margin: 15px 0 10px 0;
}

.service-dv h5 a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.service-dv p {
  margin-bottom: 16px;
}

.service-dv .btnblue {
  padding: 8px 22px;
  border-color: #195028;
  color: #195028;
}

.btnblue {
  background-color: transparent;
  color: #dc9c32;
  display: inline-flex;
  border-radius: 50px;
  padding: 12px 30px;
  text-decoration: none;
  transition: ease-in 0.2s;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

.services-page a:hover {
  --bs-link-color-rgb: 10, 88, 202;
}

.service-dv {
  padding: 10px 10px 20px;
  box-shadow: 0 0 10px #cccc;
  height: 100%;
}

.service-dv .img-service {
  position: relative;
}

.service-dv .img-service:before {
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  top: 5%;
  left: 5%;
  position: absolute;
  transition: all ease-in 0.7s;
}

.service-dv .img-service:hover::before {
  opacity: 0;
}

.service-dv h5 a:hover {
  color: #28833f;
}

.service-dv .btnblue {
  padding: 8px 22px;
  border-color: #195028;
  color: #195028;
}

.service-dv .btnblue:hover {
  background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
  color: #fff;

}



/* Service category */
/* Written Testimonials Section start */
.Testimonials {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  background-attachment: fixed;
}

.Testimonials .sub_tag {
  color: #fff;
}

.Testimonials .common_heading {
  color: #11823b;
}

.testimonials_card {
  border-radius: 10px;
  padding: 80px 20px 40px;
  position: relative;
  z-index: 1;
}

.testimonials_card::before {
  content: '';
  position: absolute;
  background-color: #ebffed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  border-bottom: 2px solid #014E25;
  border-radius: 10px 10px 0 0;

}

.testimonials_card::after {
  content: '';
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}

.testimonials_card .sub_para::before {

  content: '\f10d';
  font-family: "FontAwesome";
  position: absolute;
  font-size: 50px;
  color: #014E25;
  top: 10px;
  left: 50%;
  transform: translate(-50%);

}

.patient_img {
  padding: 10px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px #cccccc;
  display: flex;
  align-items: center;
  width: 85px;
  height: 85px;
  justify-content: center;


}

.patient_img img {
  border-radius: 50%;
}

.testmonials_name .common_heading {
  font-size: 25px;
  color: #000;
  padding-top: 15px;
  margin-bottom: 10px;
}

.testmonials_name .sub_tag {
  color: #11823B;
}

.Testimonials_headings .common_heading {
  margin-bottom: 30px;
}

.Testimonials .owl-carousel .owl-nav button.owl-next, .Testimonials .owl-carousel .owl-nav button.owl-prev {

  padding: 0 !important;
  font: inherit;
  background: #fff !important;
  margin: 0 10px !important;
  font-size: 30px !important;
  width: 40px !important;
  height: 36px !important;
  border-radius: 50% !important;
  line-height: 30px !important;
  border: none;
  padding-bottom: 15px !important;
  transition: 0.3s ease-in-out;
}

.Testimonials .owl-carousel button.owl-dot {
  display: none;
}

.Testimonials .owl-carousel .owl-nav button:hover {
  background-color: #11823b !important;
}

section.written_testimonial .happy-famTxt span {
  font-weight: 600;
  color: #11823b;
}

section.written_testimonial .testiMainContent {
  text-align: center;
  margin-bottom: 30px;
}

section.written_testimonial .happy-famTxt {
  font-size: 40px;
  font-weight: 400;
  color: #fff !important;
  font-weight: 600;
}

section.written_testimonial .testiSmTxt {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.written_testimonial .owl-theme .owl-nav {
  margin-top: 30px;
}

/* Written Testimonials */

/* video Sections */
.Video_section {
  padding: 20px 0;
}


.video_image {
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
  position: relative;
}



.video_image img {
  width: 100%;
}

.play {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #ffffff99;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #004D25;
}

.video_content {
  text-align: center;
  padding-top: 10px;
}

.video-modal-overlay.active {
  display: block;
}

.video-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.445);
  z-index: 9;
  display: none;
}

.video-modal.active {
  display: block;
}

.video-modal {
  max-width: 800px;
  width: 90%;
  background: white;
  position: fixed;
  z-index: 111;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  text-align: left;
  display: none;
}

.video-box {
  position: relative;
}

.video-box .modal-btn {
  position: absolute;
  right: 0px;
  top: -1px;
  width: 50px;
  border: none;
  line-height: 0;
  height: 35px;
  padding: 0px;
  background: white;
}

.testimonial_video .video-box iframe {
  height: 480px;
  width: 100%;
}

.testimonial_video iframe {
  border: 0;
}

.testimonial_video iframe {
  display: block;
}

.stop_scroll {
  overflow: hidden;
}

/* video Sections End*/
/* Gallery Section */
.gallery_section {
  padding: 20px 0;
}

.galley_img {
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
  position: relative;
  cursor: pointer;
}

.galley_img::before {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  transform: translate(-5%, -5%);
  background-color: rgba(255, 255, 255, 0.35);
  content: "";
  transition: 0.3s;
}

.galley_img img {
  width: 100%;
}

.galley_img:hover::before {
  opacity: 0;
}

/* Gallery Section */
/* real_results */
.real_results .galley_img img {

  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}



/* real_results */
/* Blog Section */
.blog_cards {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.blog_cards::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.blog_image img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.blog_cards:hover img {
  width: 100%;
  transform: scale(1.1);
}

.Blog_category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.Blog_category button {
  border: none;
  padding: 2px 10px;
  background: #11823b;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  z-index: 2;
  font-size: 12px;
  position: relative;
  transition: 0.3s ease-in-out;
}




.Blog_category a {
  text-decoration: none;
  color: #fff;
}

.blog_content {
  padding: 10px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.blog_description a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.blog_schedule span {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  position: relative;

}

.blog_schedule {
  text-align: right;
}

.blog_schedule span:nth-child(1)::before {
  content: '\f017';
  position: absolute;
  font-family: "FontAwesome";
  left: 10px;
  color: #47BE53;
  top: 0;
}

.blog_schedule span:nth-child(2)::before {
  content: '\f06e';
  position: absolute;
  font-family: "FontAwesome";
  left: 10px;
  color: #47BE53;
  top: 0;
}

.blog_schedule span:nth-child(3)::before {
  content: '\f4ad';
  position: absolute;
  font-family: "FontAwesome";
  left: 10px;
  color: #47BE53;
  top: 0;
}

.Blog_section {
  padding: 20px 0;
}

/* blogs inner section start */
section.blog-details {
  padding: 50px 0;
}

.con_cus {
  max-width: 1425px;
  position: relative;
}

section.blog-details .blog-details_Hd {
  font-size: 60px;
  font-family: canelaTextMedium;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

section.blog-details .blog-details_box {
  padding: 20px;
  border: 1px solid #ccc;
}

section.blog-details .blog-details_img {
  width: 100%;

}

section.blog-details .blog-details_date {
  font-size: 14px;
  display: block;
  margin: 5px 0;
  color: #272727;
}

section.blog-details .blog-details_content .blog-details_mainHd {
  color: #11823B;
}

section.blog-details .blog-details_content h2,
section.blog-details .blog-details_content h3,
section.blog-details .blog-details_content h4,
section.blog-details .blog-details_content h1 {
  font-family: canelaTextMedium;
  margin: 10px 0;
  color: #272727;
}

section.blog-details section.form-section {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #eeeeee;
  margin-top: 20px;
}

section.blog-details section.form-section .container-fluid, section.blog-details section.form-section .container {
  padding: 0px;
  text-align: center;
}

section.blog-details section.form-section .appointmentHd {
  font-size: 28px;
}

section.form-section .appointmentHd {
  margin-bottom: 20px;
  text-align: center;
}

.appointmentHd {
  font-family: canelaTextMedium;
  line-height: 1;
  margin: 10px 0;
}

section.blog-details section.form-section .appDetailsBox, section.blog-details section.form-section .appFormBox {
  width: 100%;
}

section.blog-details section.form-section .appt-details {
  padding: 0px;
  color: #000;
}

section.blog-details section.form-section .appAddress {
  margin-bottom: 10px;
  font-size: 16px;
}

section.blog-details section.form-section .appEmail,
section.blog-details section.form-section .appPhone {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #000;
}

section.form-section .form-container input, .form-container textarea, .form-container select {
  width: 100%;
  padding: 12px 8px;
  margin-top: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 24px #0000001C;
  border: 1px solid #E2E2E2;
}

section.form-section .form-container .DateBox .calIcon {
  position: absolute;
  top: 51%;
  color: #004d25;
  right: 7%;
  transform: translateY(-50%);
}

section.blog-details section.form-section .form-container .DateBox .calIcon {
  right: 10%;
}

section.form-section .form-container textarea {
  height: 130px;
}

.btn-group.book {
  margin-top: 10px;
}

.btn-group, .btn-group button {
  height: 50px !important;
}

.btn-group img {
  height: 100%;
  width: 100%;
}

section.form-section .form-container .appFormBtn {
  background: #004d25 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 24px #0000001C;
  border: none;
  padding: 10px 0px;
  color: #fff;
  font-size: 22px;
  height: 70px;
}

.BtnRfresh {
  width: 35px !important;
  border-radius: 0px !important;
}

section.blog-details section.form-section .form-container .appFormBtn {
  height: 50px;
}

.b_details_section section.form-section .appAddress,
.b_details_section section.form-section .appTimings,
.b_details_section section.form-section .appEmail,
.b_details_section section.form-section .appPhone,
.b_details_section section.form-section .appointmentHd {
  color: #000 !important;
}

div.latest-blog .latest-blog-Hd {
  font-size: 25px;
  font-family: canelaTextMedium;
  margin: 15px 0;
}

div.latest-blog .latest-blog-item {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

div.latest-blog .latest-blog-item .latest-blog_img {
  width: 35%;
}

div.latest-blog .latest-blog-item .latest-blog_img img {
  width: 100%;
}

div.latest-blog .latest-blog-item .latest-blog_content {
  width: 65%;
  font-size: 14px;
  padding: 0 10px;
}

div.latest-blog .latest-blog-item .latest-blog_content {
  width: 65%;
  font-size: 14px;
  padding: 0 10px;
}

div.latest-blog .latest-blog-item .latest-blog-title {
  color: #196832;
  font-weight: bold;
}

div.latest-blog .latest-blog-item .latest-blog-readmore {
  color: #11823bab;
  font-size: 13px;
  font-weight: bold;
}



/* blogs inner section  end */
/* Blog Section */

/* service section */
/* Start of serviceinnerbanner */
section.serviceinnerbanner {
  position: relative;
  height: 500px;
}

.serviceinnerbanner img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  height: 100%;
}

.service_heading {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  border-bottom: #5177c0 1px solid;
  padding-bottom: 14px;
}

.mainoverlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .3);
}

section.serviceinnerpage {
  padding: 50px 5%;
  background: transparent linear-gradient(180deg, #ebffed 0%, #f9fffe 100%) 0% 0% no-repeat padding-box;
}

.serviceinnerpage .breadcrum {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50px;
  margin-bottom: unset;
  padding: 5px 15px;
}

.serviceinnerpage .breadcrum li::before {
  display: none;
}

.serviceinnerpage .breadcrum li {
  padding: unset;
  line-height: unset;
  vertical-align: unset;
}

.serviceinnerfirst {
  background-color: white;
  margin-top: unset;
  position: relative;
  padding: 30px 30px;
  box-shadow: 0px 3px 26px #0000000F;
}

.firstrightimage {
  width: 100%;
}

.firstpic {
  padding: 0px;
  margin: 0px;
}

.firstpic img {
  padding: 5px;
  border: #ddd 1px solid;
}


.headingsss,
.sm-headings {
  color: #242424;
  font-size: 35px;
  font-weight: 500;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.sm-headings {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
}

.bordersdiv {
  text-align: left;
}

.bordersdiv span {
  display: inline-block;
  height: 8px;
  background: #11823B;
  width: 70px;
  margin-right: 5px;
  border-radius: 5px;
}

.bordersdiv span:last-child {
  width: 20px;
}

.serviceinnerfirst p {
  padding: 10px 0 0 0px;
}

.serviceinnerfirst ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.serviceinnerfirst ul li {
  padding: 6px 10px 6px 28px;
  margin: 0;
  line-height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.serviceinnerfirst ul li:before {
  border-radius: 50%;
  content: "\f560";
  font-family: FontAwesome;
  color: #11823B;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  font-size: 18px;
  margin-left: -30px;
  margin-top: 0px;
}

.noted {
  border-top: #ddd 1px solid;
  padding-top: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}

.noted p {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  padding: 12px 10% 0px 10%;
}

/* Start of serviceinnersecond */
.serviceinnersecond {
  padding: 3rem 5%;
  background-color: #fff;
}

.serviceinnersecondinner {
  text-align: center;
}

.serviceinnersecondinner div.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.serviceinnersecondinner h2.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.serviceinnersecondinner h3.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.serviceinnersecondinner p {
  padding: 11px 15%;
}

.serviceinnersecondleft {
  border-right: #ddd 1px solid;
  padding: 0px 10px 0px 0px;
}

.serviceinnersecondleft ul {
  padding: 0;
  margin: 20px 0 20px 0px;
  list-style: none;
}

.serviceinnersecondleft ul li {
  padding: 6px 10px 6px 28px;
  margin: 0;
  line-height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.serviceinnersecondleft ul li:before {
  content: "\f560";
  font-family: FontAwesome;
  color: #11823B;
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  font-size: 18px;
  margin-left: -30px;
  margin-top: 0px;
}

.border-right-0 {
  border-right: 0px;
}

.viewall {
  border: 2px solid #004D25;
  border-radius: 20px;
  color: #333;
  padding: 6px 15px;
  transition: 0.3s;
  margin-top: 20px;
  display: inline-block;
  font-weight: 400;
}

.viewall:hover {
  background: #004D25;
  color: white;
}

/* Start of servicethirdsection */
.servicethirdsection {
  background: #004D25;
  padding: 2rem 5% 4rem 5%;
}

.servicethirdsection p {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.commoncenter {
  padding: 0px;
  margin: 0px
}

.servicethirdsection div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 0px;
  padding-top: 0rem;
  color: #fff;
  text-transform: uppercase;
}

.servicethirdsection h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.servicethirdsection h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.servicethirdsection h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.bordercenterdiv {
  text-align: center;
}

.bordercenterdiv span {
  display: inline-block;
  height: 8px;
  background: var(--primary-color);
  width: 70px;
  margin-right: 5px;
  border-radius: 5px;
}

.bordercenterdiv span:last-child {
  width: 20px;
}

.servicethirdsectioncenter {
  background: #d9ffea33;
  padding: 1.5rem 2rem;
  box-shadow: 0px 2px 15px #00000014;
  padding-top: 12px;
  margin-top: 1rem;
}

.servicethirdsectioncenter ul {
  padding: 0px;
  margin: 10px 0px;
  list-style: none;
}

.servicethirdsectioncenter ul li {
  padding: 5px 10px 5px 28px;
  margin: 0;
  width: 33%;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #fff;
  vertical-align: top
}

.servicethirdsectioncenter ul li::before {
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  font-size: 18px;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: 0px;
  content: "\f560";
  font-family: FontAwesome;
  color: #fff;
}

.servicethirdsectioncenter ul li strong {
  font-weight: bold
}

.servicethirdsectioncenter ul li:last-child {
  border-bottom: 0px
}

.servicethirdsectioncenter p {
  margin-bottom: 0px;
  color: #fff;
  line-height: 26px;
}

.seventops {
  padding-top: 1rem;
}


/* Start of fourthservicesection */
.fourthservicesection {
  padding: 3rem 5% 3rem 5%;
  background-color: #fff;
}

.fourthservicesection h2.elevenheading {
  font-size: 27px;
  padding-bottom: 0px;
  text-align: center;
}

.fourthservicesection div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 0px;
  padding-top: 0rem;
  text-transform: uppercase;
}

.fourthservicesection h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.fourthservicesection h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.fourthservicesection h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.serviceleftpic {
  padding: 0px;
  margin: 0px;
}

.fourthservicesection p {
  font-size: 17px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 22px;
}

.fourthservicesection ul {
  margin: 10px 0px;
}

.fourthservicesection ul li {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  font-size: 17px;
  color: #000;
}

.fourthservicesection ul li::before {
  border-radius: 50%;
  content: "\f560";
  font-family: FontAwesome;
  color: #11823B;
  display: block;
  width: 27px;
  height: 27px;
  font-size: 18px;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: 0px
}

/* Start of fivethservicesection */
.fivethservicesection {
  background-color: #F2F6FC;
  padding: 3rem 5% 3rem 5%;
}

.fivethservicesection h2.elevenheading {
  font-size: 27px;
  padding-bottom: 0px;
  text-align: center;
}

.fivethservicesection div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 0px;
  padding-top: 0rem;
  text-transform: uppercase;
}

.fivethservicesection h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.fivethservicesection h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.fivethservicesection h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.fivethsectioncenter {
  background: #004D25;
  padding: 2rem;
  box-shadow: 0px 2px 15px #00000014;
  margin-top: 1.5rem;
}

.fivethsectioncenter:hover {
  background: #3c7f5a
}

.fivethsectioncenter ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  list-style: none;
}

.fivethsectioncenter ul li {
  padding: 5px 0px 5px 28px;
  margin: 0;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #fff;
  vertical-align: top
}

.fivethsectioncenter ul li::before {
  content: "\f560";
  font-family: FontAwesome;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  font-size: 18px;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: 0px
}

.fivethsectioncenter ul li strong {
  font-weight: bold
}

.fivethsectioncenter ul li:last-child {
  border-bottom: 0px
}

.fivethsectioncenter p {
  margin-bottom: 0px;
  padding-top: 11px;
  color: #fff;
  line-height: 26px;
}

.fivethsectioncenter div.elevenheading {
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0rem;
  text-transform: uppercase;
}

.fivetops {
  padding-top: 2rem;
}


/* Start of sixthsection */
.sixthsection {
  padding: 3rem 5%;
}

.sixthsection div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 0px;
  padding-top: 5rem;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.sixthsection h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.sixthsection h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.sixthsection h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.sixthsection p {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 24px;
  padding-top: 1rem;
}

.sixthsection div.elevenheading {
  font-size: 27px;
  padding-bottom: 5px;
  line-height: 35px;
}

.sixthsection ul li {
  padding: 5px 10px 5px 20px;
  margin: 0;
  line-height: 24px;
  font-size: 17px;
}

.sixthsection ul li::before {
  content: "\f560";
  font-family: FontAwesome;
  color: #11823B;
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  font-size: 16px;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: 0px
}

.sixtops {
  padding-top: 2rem;
}

.seventhservicesection {
  background-color: #F2F6FC;
  padding: 4rem 5% 4rem 5%;
}

.seventhservicecenter {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 6px 40px #D3E5FF80;
}

.seventhservicecenter div.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 0px;
  text-align: center;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.seventhservicecenter h2.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.seventhservicecenter h3.elevenheading {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.seventhservicecenter h4.elevenheading {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.seventhservicecenter p {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 24px;
  padding-top: 1rem;
}


/* Start of servicerealresultssection */
.servicerealresultssection {
  padding: 3rem 5%;
  background-color: #F2F6FC;
}

.servicerealresultssection div.elevenheading {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 3px;
  padding-top: 0rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.smalltext {
  font-size: 12.5px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.innserresultscolumn {
  padding: 5px;
  margin: 15px 0px 15px 0px;
  text-align: center;
}

/* Start of faqsection */
.faqsection {
  padding: 3rem 5%;
  background-color: #f9fffe;
}

.faqsectionheading {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 3px;
  padding-top: 0rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.faqboxheading {
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  font-weight: 600;
}

.faqanswer p {
  line-height: 26px;
  padding-top: 5px;
}

.faqbox {
  padding: 1.5rem 0rem;
  border-bottom: #ddd 1px solid;
}

.faqanswer ul li {
  padding: 5px 0px 5px 20px;
  line-height: 26px;
}

.faqanswer ul li::before {
  content: "\f560";
  font-family: FontAwesome;
  color: #11823B;
  border-radius: 50%;
  display: block;
  width: 27px;
  height: 27px;
  font-size: 16px;
  margin-right: 10px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  margin-top: 0px
}

.faqbox:last-child {
  border-bottom: 0px !important;
}

/* Start of servicevideossection */
.servicevideossection {
  padding: 3rem 5%;
  background-color: #fff;
}

.servicevideossection div.elevenheading {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 3px;
  padding-top: 0rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.smalltext {
  font-size: 12.5px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.innservideoscolumn {
  padding: 5px;
  margin: 15px 0px 15px 0px;
  text-align: center;
  position: relative;
}

.serviceplay {
  line-height: 1;
  font-size: 60px;
  display: block;
  position: absolute;
  color: red;
  cursor: pointer;
  z-index: 1;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 9;
  box-shadow: unset !important;
  transform: translate(-50%, -50%);
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {

  /* banner section */
  section.serviceinnerbanner {
    height: 400px;
  }

  .service_heading {
    font-size: 36px;
    padding-bottom: 12px;
  }

  /* end of banner section*/

  /* service page css */

  /* service inner first section */

  section.serviceinnerpage {
    padding: 38px 3%;
  }

  .serviceinnerfirst {
    margin-top: -90px;
    padding: 25px;
  }

  .headingsss {
    font-size: 30px;
  }

  .sm-headings {
    font-size: 23px;
  }

  .serviceinnerfirst p {
    padding: 8px 0 0 0px;
  }

  .serviceinnerfirst ul {
    margin: 8px 0;
  }

  .serviceinnerfirst ul li {
    padding: 4px 8px 4px 28px;
    line-height: 25px;
  }

  .serviceinnerfirst ul li:before {
    width: 25px;
    height: 25px;
    margin-left: -28px;
  }

  .noted {
    padding-top: 1rem;
    margin-top: 0.5rem;
  }

  .noted p {
    font-size: 19px;
    padding: 10px 9% 0px 9%;
  }

  /* service inner second section */

  .serviceinnersecond {
    padding: 2rem 3%;
  }

  .serviceinnersecondinner h2.elevenheading {
    font-size: 30px;
  }

  .serviceinnersecondinner p {
    padding: 9px 12%;
  }

  .serviceinnersecondleft ul {
    margin: 16px 0 16px 0px;
  }

  .serviceinnersecondleft ul li {
    padding: 4px 6px 4px 26px;
  }

  .serviceinnersecondleft ul li:before {
    width: 26px;
    height: 26px;
    font-size: 17px;
    margin-left: -29px;
  }

  /* service inner third section */

  .servicethirdsection {
    padding: 1.5rem 3% 2rem 3%;
  }

  .servicethirdsection div.elevenheading {
    font-size: 30px;
  }

  .servicethirdsection p {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .servicethirdsectioncenter {
    padding: 1rem 1.5rem;
    margin-top: 14px;
  }

  .servicethirdsectioncenter ul {
    margin: 8px 0px
  }

  .servicethirdsectioncenter ul li {
    width: 32%;
    line-height: 25px;
  }

  .seventops {
    padding-top: 12px;
  }

  /* service inner fourth section */

  .fourthservicesection {
    padding: 2rem 3% 2rem 3%;
  }

  .fourthservicesection h2.elevenheading {
    font-size: 30px;
  }

  .fourthservicesection p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .fourthservicesection ul {
    margin: 8px 0px;
  }

  .fourthservicesection ul li {
    line-height: 23px;
    font-size: 16px;
  }

  /* service inner fiveth section */

  .fivethservicesection {
    padding: 2rem 3% 2rem 3%;
  }

  .fivethservicesection h2.elevenheading {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .fivethsectioncenter {
    background: #0B2E5D;
    padding: 1.5rem;
    box-shadow: 0px 2px 15px #00000014;
    margin-top: 1rem;
  }

  .fivethsectioncenter div.elevenheading {
    font-size: 23px;
    line-height: 24px;
  }

  .fivethsectioncenter p {
    padding-top: 10px;
    line-height: 24px;
  }

  .fivethsectioncenter ul {
    margin: 8px 0px 0px 0px;
  }

  .fivethsectioncenter ul li {
    line-height: 24px;
  }

  .fivetops {
    padding-top: 1.5rem;
  }

  /* service inner sixth section */

  .sixthsection {
    padding: 2rem 3%;
  }

  .sixthsection div.elevenheading {
    font-size: 25px;
    padding-bottom: 0px;
    line-height: 32px;
  }

  .sixthsection ul li {
    line-height: 23px;
    font-size: 16px;
  }

  .sixtops {
    padding-top: 1rem;
  }

  .sixthsection p {
    font-size: 16px;
    padding-top: 10px;
  }

  /* service inner seventh section */

  .seventhservicesection {
    padding: 3rem 3% 3rem 3%;
  }

  .seventhservicecenter {
    padding: 1.5rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 30px;
  }

  /* faq section */

  .faqsection {
    padding: 2rem 3%;
  }

  .faqsectionheading {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .faqbox {
    padding: 1rem 0rem;
  }

  /* real result section */

  .servicerealresultssection {
    padding: 2rem 3%;
  }

  .servicerealresultssection div.elevenheading {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .innserresultscolumn {
    margin: 12px 0px 12px 0px;
  }

  .smalltext {
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 8px;
  }

  /* video section */

  .servicevideossection {
    padding: 2rem 3%;
  }

  .servicevideossection div.elevenheading {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .innservideoscolumn {
    margin: 12px 0px 12px 0px;
  }

  .serviceplay {
    font-size: 55px;
  }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {

  /* banner section */

  section.serviceinnerbanner {
    height: 300px;
  }

  .service_heading {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  /* service page */
  /* Start of serviceinnerpage Section */

  .serviceinnerpage .breadcrum {
    margin-top: -44px;
  }

  section.serviceinnerpage {
    padding: 30px 3%;
  }

  .serviceinnerfirst {
    margin-top: -70px;
    padding: 20px;
  }

  .headingsss, .sm-headings {
    font-size: 28px;
  }

  .sm-headings {
    font-size: 22px;
  }

  .bordersdiv span {
    height: 6px;
    width: 65px;
  }

  .serviceinnerfirst p {
    padding: 6px 0 0 0px;
  }

  .serviceinnerfirst ul {
    margin: 8px 0;
  }

  .serviceinnerfirst ul li {
    padding: 5px 0px 5px 27px;
  }

  .serviceinnerfirst ul li:before {
    font-size: 17px;
    margin-left: -28px;
  }

  .firstrightimage {
    text-align: center;
  }

  .noted {
    padding-top: 20px;
    margin-top: 1rem;
  }

  .noted p {
    font-size: 17px;
    padding: 8px 7% 0px 7%;
  }

  /* Start of serviceinnersecond Section */

  .serviceinnersecond {
    padding: 1.5rem 2.5%;
  }

  .serviceinnersecondinner h2.elevenheading {
    font-size: 28px;
  }

  .borders span {
    height: 6px;
    width: 65px;
  }

  .serviceinnersecondinner p {
    padding: 8px 10%;
  }

  .serviceinnersecondleft {
    border-right: unset;
    padding: 0;
  }

  .serviceinnersecondleft ul {
    margin: 0px 0 0px 0px;
  }

  .serviceinnersecondleft ul li {
    padding: 3px 6px 3px 28px;
  }

  .serviceinnersecondleft ul li:before {
    line-height: 25px;
    font-size: 17px;
    margin-left: -27px;
  }

  /* Start of servicethirdsection */

  .servicethirdsection {
    padding: 1rem 2.5% 2rem 2.5%;
  }

  .servicethirdsection div.elevenheading {
    font-size: 28px;
    line-height: 35px;
  }

  .servicethirdsection p {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .servicethirdsectioncenter {
    padding: 12px 1rem;
    padding-top: 12px;
    margin-top: 12px;
  }

  .servicethirdsectioncenter ul {
    margin: 8px 0px;
  }

  .servicethirdsectioncenter ul li {
    width: 48%;
    line-height: 25px;
  }

  .servicethirdsectioncenter ul li::before {
    font-size: 17px;
    line-height: 25px;
    margin-left: -27px;
  }

  .seventops {
    padding-top: 10px;
  }

  /* Start of fourthservicesection  */

  .fourthservicesection {
    padding: 1.5rem 2.5% 1.5rem 2.5%;
  }

  .fourthservicesection h2.elevenheading {
    font-size: 28px;
    line-height: 35px;
  }

  .fourthservicesection p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .fourthservicesection ul {
    margin: 6px 0;
  }

  .fourthservicesection ul li {
    font-size: 16px;
  }

  .fourthservicesection ul li::before {
    font-size: 16px;
    line-height: 25px;
    margin-left: -27px;
  }

  /* Start of fivethservicesection  */

  .fivethservicesection {
    padding: 1.5rem 2.5% 1.5rem 2.5%;
  }

  .fivethservicesection h2.elevenheading {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 0;
  }

  .fivethsectioncenter {
    padding: 1rem;
    margin-top: 14px;
  }

  .fivethsectioncenter div.elevenheading {
    font-size: 22px;
    line-height: 24px;
  }

  .fivethsectioncenter p {
    padding-top: 10px;
    line-height: 25px;
  }

  .fivethsectioncenter ul li::before {
    font-size: 16px;
    line-height: 25px;
    margin-left: -27px;
  }

  .fivetops {
    padding-top: 1rem;
  }

  /* Start of sixthsection  */

  .sixthsection {
    padding: 1.5rem 2.5%;
  }

  .sixthsection div.elevenheading {
    font-size: 28px;
    padding-bottom: 0;
    line-height: 34px;
    padding-top: 0;
  }

  .sixthsection p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 23px;
    padding-top: 12px;
  }

  .sixthsection ul li {
    font-size: 16px;
  }

  .sixthsection ul li::before {
    font-size: 17px;
    margin-left: -27px;
  }

  .sixtops {
    padding-top: 0;
  }

  /* Start of seventhservicesection  */

  .seventhservicesection {
    padding: 2rem 2.5% 2rem 2.5%;
  }

  .seventhservicecenter {
    padding: 1rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 28px;
    line-height: 34px;
  }

  .seventhservicecenter p {
    font-size: 16px;
    padding-top: 12px;
  }

  /*  Start of faqsection  */

  .faqsection {
    padding: 1.5rem 2.5%;
  }

  .faqsectionheading {
    font-size: 28px;
    line-height: 32px;
  }

  .faqbox {
    padding: 1rem 0rem;
  }

  .faqboxheading {
    padding: 5px 0px 0px 0px;
    font-size: 17.5px;
  }

  .faqanswer ul li::before {
    font-size: 17px;
    margin-left: -27px;
  }

  /*  Start of servicerealresultssection  */

  .servicerealresultssection {
    padding: 1.5rem 2.5%;
  }

  .servicerealresultssection div.elevenheading {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 0;
  }

  .innserresultscolumn {
    padding: 3px;
    margin: 12px 0px 12px 0px;
  }

  .smalltext {
    font-size: 12px;
    margin-bottom: 8px;
    padding-top: 8px;
  }

  /*  Start of servicevideossection  */

  .servicevideossection {
    padding: 1.5rem 2.5%;
  }

  .servicevideossection div.elevenheading {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 0;
  }

  .bordercenterdiv span {
    height: 6px;
    width: 65px;
  }

  .innservideoscolumn {
    margin: 12px 0px 12px 0px;
  }


}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

  /* start of banner section */

  section.serviceinnerbanner {
    background: url(../images/rhinoplastybanner.jpg) no-repeat center;
    padding: 4rem 10px;
    height: auto;
    background-size: cover;
  }

  section.serviceinnerbanner img {
    display: none;
  }

  .serviceinnerbanner .service_heading {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 4px;
    margin-top: 15px;
  }

  .serviceinnerbanner .breadcrum_mobile {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
    padding: 5px 2px;
  }

  /* end of mobile banner */

  /*  Start of serviceinnerpage Section  */

  section.serviceinnerpage {
    /* padding: 2rem 5px 1.5rem 5px; */
    padding: 10px 0;
    box-shadow: 0px 3px 26px #0000000F;
  }

  .serviceinnerpage .serviceinnerfirst {
    /* margin-top: 10px; */
    padding: 15px;
    box-shadow: unset;
  }

  .headingsss, .sm-headings {
    font-size: 24px;
  }

  .sm-headings {
    font-size: 20px;
  }

  .bordersdiv span {
    height: 5px;
    width: 65px;
  }

  .serviceinnerfirst p {
    padding: 6px 0 0 0px;
  }

  .serviceinnerfirst ul {
    margin: 6px 0;
  }

  .serviceinnerfirst ul li {
    padding: 4px 6px 4px 26px;
    line-height: 26px;
  }

  .serviceinnerfirst ul li:before {
    line-height: 24px;
    font-size: 16px;
    margin-left: -28px;
  }

  .noted {
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .noted p {
    font-size: 18px;
    padding: 8px 5% 0px 5%;
  }

  /* Start of serviceinnersecond Section  */

  .serviceinnersecond {
    padding: 1rem 2%;
  }

  .serviceinnersecondinner h2.elevenheading {
    font-size: 24px;
  }

  .borders span {
    height: 5px;
    width: 65px;
  }

  .serviceinnersecondinner p {
    padding: 6px 8%;
  }

  .serviceinnersecondleft {
    border-right: unset;
    padding: 0;
  }

  .serviceinnersecondleft ul {
    margin: 0;
  }

  .serviceinnersecondleft ul li {
    padding: 4px 8px 4px 26px;
    line-height: 25px;
  }

  .serviceinnersecondleft ul li:before {
    line-height: 25px;
    font-size: 16px;
    margin-left: -27px;
  }

  /*  Start of servicethirdsection  */

  .servicethirdsection {
    padding: 1rem 2%;
  }

  .servicethirdsection div.elevenheading {
    font-size: 24px;
    line-height: 32px;
  }

  .bordercenterdiv span {
    height: 5px;
    width: 65px;
  }

  .servicethirdsection p {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .servicethirdsectioncenter {
    padding: 10px;
    padding-top: 12px;
    margin-top: 10px;
  }

  .servicethirdsectioncenter ul {
    margin: 6px 0px;
  }

  .servicethirdsectioncenter ul li {
    padding: 4px 0px 4px 26px;
    width: 100%;
    line-height: 25px;
  }

  .servicethirdsectioncenter ul li::before {
    font-size: 16px;
    line-height: 25px;
    margin-left: -28px;
  }

  .seventops {
    padding-top: 8px;
  }

  /*  Start of fourthservicesection  */

  .fourthservicesection {
    padding: 1rem 1%;
  }

  .fourthservicesection h2.elevenheading {
    font-size: 24px;
    line-height: 32px;
  }

  .fourthservicesection p {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .fourthservicesection ul {
    margin: 5px 0px;
  }

  .fourthservicesection ul li {
    padding: 5px 0px 5px 22px;
    font-size: 16px;
  }

  .fourthservicesection ul li::before {
    font-size: 16px;
    line-height: 24px;
    margin-left: -27px;
  }

  /*  Start of fivethservicesection  */

  .fivethservicesection {
    padding: 1rem 1%;
  }

  .fivethservicesection h2.elevenheading {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
  }

  .fivethsectioncenter {
    padding: 16px;
    margin-top: 12px;
  }

  .fivethsectioncenter div.elevenheading {
    font-size: 20px;
    line-height: 22px;
  }

  .fivethsectioncenter p {
    padding-top: 8px;
    line-height: 24px;
  }

  .fivethsectioncenter ul {
    margin: 6px 0px 0px 0px;
  }

  .fivethsectioncenter ul li {
    padding: 4px 0px 4px 28px;
    line-height: 24px;
  }

  .fivethsectioncenter ul li::before {
    font-size: 16px;
    line-height: 24px;
    margin-left: -27px;
  }

  .fivetops {
    padding-top: 14px;
  }

  /*  Start of sixthsection  */

  .sixthsection {
    padding: 1rem 1%;
  }

  .sixthsection div.elevenheading {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 32px;
    padding-top: 0;
  }

  .sixthsection p {
    font-size: 16px;
    padding-top: 10px;
  }

  .sixthsection ul {
    margin: 6px 0px 0px 0px;
  }

  .sixthsection ul li {
    padding: 4px 6px 4px 20px;
    font-size: 16px;
  }

  .sixthsection ul li::before {
    font-size: 16px;
    line-height: 24px;
    margin-left: -27px;
  }

  .sixtops {
    padding-top: 0;
  }

  /* Start of seventhservicesection  */

  .seventhservicesection {
    padding: 1rem 1%;
  }

  .seventhservicecenter {
    padding: 1rem;
  }

  .seventhservicecenter div.elevenheading {
    font-size: 24px;
    line-height: 32px;
  }

  .seventhservicecenter p {
    font-size: 16px;
    padding-top: 12px;
  }

  /*  Start of faqsection  */

  .faqsection {
    padding: 1rem 1%;
  }

  .faqsectionheading {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
  }

  .faqbox {
    padding: 12px 0;
  }

  .faqboxheading {
    padding: 3px 0px 0px 0px;
    font-size: 17px;
  }

  .faqanswer ul li {
    padding: 4px 0px 4px 20px;
    line-height: 25px;
  }

  .faqanswer ul li::before {
    font-size: 16px;
    line-height: 24px;
    margin-left: -27px;
  }

  /*  Start of servicerealresultssection  */

  .servicerealresultssection {
    padding: 1rem 1%;
  }

  .servicerealresultssection div.elevenheading {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
  }

  .innserresultscolumn {
    margin: 10px 0px 10px 0px;
  }

  .smalltext {
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 8px;
  }

  /*  Start of servicevideossection  */

  .servicevideossection {
    padding: 1rem 1%;
  }

  .servicevideossection div.elevenheading {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
  }

  .innservideoscolumn {
    margin: 12px 0px 12px 0px;
  }

  .serviceplay {
    font-size: 50px;
  }

}

/* Service sections */

/* clinic gallory */
.clinic_gallery_sec {
  padding: 20px;
}

.gallery_pic {
  column-gap: 20px;
  columns: 2;

}

.image_gallery .box {
  width: 100%;
  margin-bottom: 20px;
}

.image_gallery img {
  max-width: 100%;
  border-radius: 15px;
}

@media screen and (max-width:480px) and (min-width:320px) {
  .gallery_pic {
    column-gap: 20px;
    columns: 1;

  }
}

/* clinic gallory */

/* __________________________________________________________ */