@media (min-width: 992px) {
  header>.container-lg {
    width: 100%;
    max-width: 100%;
  }
}

.contact-form p {
  display: none;
}

@media (min-width: 1280px) {

  /* line 49, ../sass/screen.scss */
  .container {
    width: 1090px;
    max-width: 100%;
  }

  /* line 50, ../sass/screen.scss */
  header>.container-lg {
    width: 100%;
    max-width: 1300px;
  }

  .container-lg {
    width: 1200px;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {

  /* line 53, ../sass/screen.scss */
  header>.container-lg {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .container-lg {
    width: 1270px;
    max-width: 100%;
  }

  /* line 54, ../sass/screen.scss */
  .blog-inner .container-lg {
    width: 1270px;
    max-width: 100%;
  }

  /* line 55, ../sass/screen.scss */
  /*.women-article .container-lg {
      width: 1190px;
      max-width: 100%;
    }*/
}

@media (max-width: 1366px) {
  header>.container-lg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .women-blog .primary-nav .SiteMenu {
    padding-left: 0 !important;
  }

  .primary-nav .SiteMenu {
    padding-left: 0 !important;
  }

  .SiteLogo {
    width: 115px;
  }

  .SiteLogo .logo-img {
    margin-right: 10px;
  }

  .primary-nav .SiteMenu li.menu-item {
    padding: 34px 8px !important;
  }

  .lan_switcher {
    margin-left: 0;
  }

  .primary-nav {
    box-sizing: border-box !important;
  }

  .SiteLogo {
    width: auto;
  }

  header {
    padding: 0 35px;
  }
}

.single-resource_center .testimonial-slider .slick-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 58, ../sass/screen.scss */
* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

/* line 60, ../sass/screen.scss */
body {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  font-family: "Maax";
  font-weight: 400;
  color: #7a7a7a;
  overflow-x: hidden;
}

/* line 62, ../sass/screen.scss */
img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}

/* line 63, ../sass/screen.scss */
ul,
dl,
ol {
  margin: 0;
  padding: 0;
}

/* line 64, ../sass/screen.scss */
li {
  list-style: none;
  text-decoration: none;
}

/* line 66, ../sass/screen.scss */
.list-item li {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 26px;
  padding-left: 37px;
  text-align: left;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 67, ../sass/screen.scss */
.list-item li:before {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  top: 5px;
  bottom: auto;
  background: url(../img/check.svg);
  height: 17px;
  width: 17px;
  background-size: 100%;
}

/* line 68, ../sass/screen.scss */
.list-item li span {
  opacity: 0.8;
}

/* line 71, ../sass/screen.scss */
.list-box {
  padding: 40px 48px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 344px;
  max-width: 100%;
}

/* line 73, ../sass/screen.scss */
b,
strong {
  font-weight: bold;
}

/* line 74, ../sass/screen.scss */
figure {
  margin: 0;
}

/* line 75, ../sass/screen.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 33, ../sass/screen.scss */
::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 34, ../sass/screen.scss */
:-moz-placeholder {
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 35, ../sass/screen.scss */
::-moz-placeholder {
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 36, ../sass/screen.scss */
:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 0.5;
}

/*option:first-of-type {
  color: #7a7a7a;
  opacity: 0.5;
}*/
select:invalid,
select>option:first-child {
  color: #bdbdbd;
}

/* line 77, ../sass/screen.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: none;
}

/* line 78, ../sass/screen.scss */
p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  color: #7a7a7a;
  opacity: 0.8;
  font-weight: 400;
  width: 100%;
  display: inline-block;
}

/* line 79, ../sass/screen.scss */
button,
input,
select,
textarea {
  display: inline-block;
  border: none;
  -webkit-appearance: none;
}

/* line 80, ../sass/screen.scss */
input,
textarea,
select {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  background: #fff;
  border: 1px solid rgba(122, 122, 122, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 13px 20px;
}

/* line 82, ../sass/screen.scss */
h1,
.h1 {
  text-transform: none;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  margin: 0;
  color: #404040;
}

/* line 83, ../sass/screen.scss */
.mega-title {
  text-transform: none;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin: 0;
  color: #0381CE;
  padding: 0;
}

/* line 84, ../sass/screen.scss */
.mega-title:before {
  display: none;
}

/* line 86, ../sass/screen.scss */
h2,
.h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #7a7a7a;
  margin: 0;
  text-transform: none;
}

/* line 87, ../sass/screen.scss */
h2,
.h2 {
  position: relative;
  padding-top: 15px;
  width: 100%;
  display: inline-block;
}

/* line 88, ../sass/screen.scss */
h2:before,
.h2:before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  height: 4px;
  width: 30px;
  background: #a1d95d;
}

/* line 90, ../sass/screen.scss */
.sub-title {
  padding-top: 0;
}

/* line 91, ../sass/screen.scss */
.sub-title:before {
  display: none;
}

/* line 93, ../sass/screen.scss */
h3,
.h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  color: #7a7a7a;
}

/* line 94, ../sass/screen.scss */
h3 a,
.h3 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  color: #404040;
}

/* line 95, ../sass/screen.scss */
h3 a:hover,
.h3 a:hover {
  color: #9cd7a2;
}

/* line 97, ../sass/screen.scss */
h4,
.h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0;
  opacity: 0.7;
}

/* line 98, ../sass/screen.scss */
h4 a,
.h4 a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0;
  opacity: 1;
}

/* line 99, ../sass/screen.scss */
h4 a:hover,
.h4 a:hover {
  color: #0381CE;
}

/* line 101, ../sass/screen.scss */
h5,
.h5 {
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  color: #a1d95d;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: inline-block;
  width: 100%;
}

/* line 102, ../sass/screen.scss */
.h6,
h6 {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #fd98a4;
  letter-spacing: 3px;
  margin: 0;
  text-transform: none;
}

/* line 103, ../sass/screen.scss */
a {
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #7a7a7a;
}

/* line 104, ../sass/screen.scss */
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #0381CE;
}

/* line 106, ../sass/screen.scss */
.btn {
  max-width: 100%;
  min-width: 196px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 14px 34px;
  cursor: pointer;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  background: #a1d95d;
  text-transform: capitalize;
  outline: none;
  border: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* line 108, ../sass/screen.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn:hover:active,
.btn:hover:focus,
.btn:active:focus {
  color: #fff;
  background: #0381CE !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important;
}

/* line 111, ../sass/screen.scss */
button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  padding: 8px 32px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0;
  background: #7a7a7a;
  outline: none !important;
}

/* line 113, ../sass/screen.scss */
button:hover,
button:focus,
button:active,
button:hover:active,
button:hover:focus,
button:active:focus {
  background-color: #fff;
  color: #0381CE;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* line 115, ../sass/screen.scss */
.btn-secondary {
  position: relative;
  background-color: transparent !important;
  color: #a1d95d;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}

/* line 116, ../sass/screen.scss */
.btn-secondary span {
  background: url(../img/btn-arr.svg) no-repeat right 0;
  padding-right: 31px;
  display: inline-block;
  vertical-align: middle;
}

/* line 117, ../sass/screen.scss */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover:active,
.btn-secondary:hover:focus,
.btn-secondary:active:focus {
  color: #0381CE !important;
  box-shadow: none !important;
}

/* line 118, ../sass/screen.scss */
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary:active span,
.btn-secondary:hover:active span,
.btn-secondary:hover:focus span,
.btn-secondary:active:focus span {
  background-position: right 0;
}

/* line 122, ../sass/screen.scss */
.grid-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

/* line 123, ../sass/screen.scss */
.slick-prev {
  right: auto;
  left: -61px;
  background: transparent url(../img/side-arr.svg) no-repeat scroll 0 center;
}

/* line 128, ../sass/screen.scss */
.slick-next {
  right: -61px;
  left: auto;
  background: transparent url(../img/side-arr.svg) no-repeat scroll 0 center;
  transform: rotate(180deg);
}

/* line 133, ../sass/screen.scss */
.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 24px;
  height: 34px;
  border: none;
  font-size: 0;
  opacity: 1;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
  outline: 0 !important;
  z-index: 1;
}

/* line 134, ../sass/screen.scss */
.slick-arrow:hover {
  opacity: 1;
}

/* line 137, ../sass/screen.scss */
.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed !important;
}

/* line 139, ../sass/screen.scss */
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
  display: inline-block !important;
}

/* line 140, ../sass/screen.scss */
.slick-dots li {
  display: inline-block !important;
  padding: 0 4px !important;
  width: auto;
  line-height: 0;
  margin: 0 !important;
}

/* line 141, ../sass/screen.scss */
.slick-dots li button {
  height: 8px;
  width: 8px;
  background: #7a7a7a;
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 0.1;
}

/* line 142, ../sass/screen.scss */
.slick-dots li button:hover {
  opacity: 1;
}

/* line 145, ../sass/screen.scss */
.slick-dots .slick-active button {
  opacity: 0.55;
}

/* line 147, ../sass/screen.scss */
.WFwrap {
  width: 100%;
  float: left;
  position: relative;
}

/*========= header css ===========*/
/* line 151, ../sass/screen.scss */
header {
  position: relative;
  z-index: 999;
  line-height: 0px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  /*overflow-x: hidden;*/
}

/* line 152, ../sass/screen.scss */
header.stickyHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}

/* line 161, ../sass/screen.scss */
.app-container {
  position: relative;
  width: 100%;
  float: left;
}

/* line 162, ../sass/screen.scss */
.app-container .content-container {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  float: left;
}

/* line 163, ../sass/screen.scss */
.app-container .content-container .side-menu {
  overflow-y: auto;
  z-index: 100000;
  position: fixed;
  top: 65px;
  width: 315px;
  max-width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  right: -100%;
  background: #a1d95d;
}

/* line 164, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  padding-bottom: 60px;
}

/* line 165, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header {
  width: 100%;
  padding: 18px 20px;
  border-bottom: 1px solid #56677d;
}

/* line 166, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header h4 {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
}

/* line 167, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header .close-menu-icon {
  float: right;
  background: url(../img/close.svg) no-repeat center center;
  margin-top: 5px;
  width: 12px;
  height: 12px;
  background-size: 100%;
}

/* line 168, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header .SiteLogo {
  width: 144px;
  display: inline-block;
}

/* line 170, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}

/* line 172, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li a {
  padding: 13px 20px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
  z-index: 9 !important;
  /*display: inline-block !important;*/
}

.app-container .content-container .side-menu .navbar-default ul#side-menu li {
  border-bottom: 1px solid #95ce50;
}

/* line 173, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li a:hover {
  background: #99d253;
}

/* line 176, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li a {
  padding: 13px 30px;
}

/* line 177, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li ul li a {
  padding: 13px 40px;
}

/* line 181, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .active {
  background: #99d253;
}

/* line 182, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .active .active {
  background: #95cc52;
}

/* line 184, ../sass/screen.scss */
/*.app-container .content-container .side-menu .navbar-default .metismenu .has-arrow::after {
  content: '+';
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}*/
/* line 185, ../sass/screen.scss */
/*.app-container .content-container .side-menu .navbar-default .metismenu .active > .has-arrow::after {
  content: '-';
}*/

/* line 190, ../sass/screen.scss */
.app-container.expanded .content-container .side-menu {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  right: 0;
}

/* line 194, ../sass/screen.scss */
.logo-img {
  /*max-width: 86px;*/
  display: inline-block;
  width: 100%;
}

/* line 195, ../sass/screen.scss */
.primary-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  box-sizing: content-box;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

/* line 196, ../sass/screen.scss */
.primary-nav .header_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
}

/* line 197, ../sass/screen.scss */
.primary-nav .head_box {
  display: inline-block;
  vertical-align: middle;
}

/* line 198, ../sass/screen.scss */
.primary-nav .head_box a.contact_btn {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  color: #fff;
  background: #a1d95d;
  text-transform: capitalize;
  padding: 12px 35px;
  letter-spacing: 0;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* line 200, ../sass/screen.scss */
.primary-nav .SiteMenu {
  text-align: right;
  padding-left: 0;
}

/* line 201, ../sass/screen.scss */
.primary-nav .SiteMenu ul {
  width: auto;
  display: inline-block;
  min-height: inherit;
  border: none;
  position: static;
  padding: 0;
}

/* line 202, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item {
  display: inline-block;
  width: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  text-align: center;
  padding: 34px 13px;
}

/* line 203, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu {
  width: 250px;
  background: #fff;
  display: block;
  z-index: 499;
  padding: 0;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  /*transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;*/
  margin-top: 10px;
}

/* line 204, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li {
  /*transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;*/
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 !important;
}

.primary-nav .SiteMenu li.menu-item ul.submenu:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  height: 10px;
}

/* line 205, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li a {
  padding: 9px 30px 9px 20px;
  font-size: 15px;
  line-height: 23px;
}

/* line 206, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li a:hover {
  background: #f8f9fb;
}

/* line 207, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li a:before {
  display: none;
}

/* line 209, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li .submenu {
  top: 0;
  left: 100%;
  opacity: 0;
  margin-top: 0;
  margin-left: 10px;
}

/* line 211, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li:hover>ul.submenu {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 216, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item:hover>ul.submenu {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  visibility: visible;
}

/* line 217, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item:hover ul.submenu li ul.submenu {
  opacity: 0;
  visibility: hidden;
}

/* line 220, ../sass/screen.scss */
.primary-nav .SiteMenu a {
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  position: relative;
  opacity: 0.8;
}

/* line 221, ../sass/screen.scss */
.primary-nav .SiteMenu a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  top: auto;
  right: auto;
  left: 0;
  height: 2px;
  width: 10px;
  background: transparent;
  display: none;
}

/* line 222, ../sass/screen.scss */
.primary-nav .SiteMenu a:hover {
  opacity: 1;
}

/* line 223, ../sass/screen.scss */
.primary-nav .SiteMenu a:hover:after {
  background: #0381CE;
}

.metismenu .has-arrow:hover::after {
  color: #0381CE !important;
}

/* line 226, ../sass/screen.scss */
.primary-nav .SiteMenu .current-menu-item a {
  color: #0381CE;
}

.primary-nav .SiteMenu .current-menu-item .sub-menu a {
  color: #7a7a7a;
  opacity: 0.8;
}

.primary-nav .SiteMenu .current-menu-item .sub-menu a:hover {
  color: #606060;
  opacity: 1;
}

.primary-nav .SiteMenu .current-menu-item .menu-item-has-children a {
  color: #7a7a7a;
  opacity: 0.8;
}

.primary-nav .SiteMenu .current-menu-item .menu-item-has-children a:hover {
  color: #a1d95d;
  opacity: 1;
}

/* line 227, ../sass/screen.scss */
.primary-nav .SiteMenu .current-menu-item a:before {
  background: #0381CE;
}

/* line 246, ../sass/screen.scss */
.search_button {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  cursor: pointer;
  border: none;
  margin-top: 0;
  background: url(../img/search.svg) no-repeat scroll center center;
  z-index: 9999;
}

/* line 258, ../sass/screen.scss */
.searchtoggle {
  display: none;
  position: fixed;
  right: 30px;
  background: #fff;
  top: 0;
  z-index: 9;
  outline: none;
  left: 0;
  margin: 0 auto;
  max-width: 1035px;
  width: 100%;
  padding: 14px 0;
  /* padding-left: 45px; */
}

/* line 267, ../sass/screen.scss */
.searchtoggle .SiteLogo {
  position: absolute;
  right: auto;
  left: 15px;
  top: 0;
  bottom: auto;
}

/* line 268, ../sass/screen.scss */
.searchtoggle input[type="text"] {
  padding: 0 15px 14px 0;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 18px;
  line-height: 26px;
  margin: 13px 0 0;
}

/* line 271, ../sass/screen.scss */
.searchtoggle .container-lg {
  position: relative;
}

/* line 273, ../sass/screen.scss */
.search-form {
  position: relative;
  vertical-align: middle;
  width: 100%;
}

/* line 276, ../sass/screen.scss */
.search-form .close-icon {
  position: absolute;
  right: 0;
  left: auto;
  top: 20px;
  height: 13px;
  width: 13px;
  display: none;
  bottom: auto;
  padding: 0;
  background: url(../img/close.svg) no-repeat center center;
  background-size: 100%;
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
}

.search_button.close-icon {
  background: url(../img/close.svg) no-repeat center center;
  background-size: 100%;
}

/* line 283, ../sass/screen.scss */
.searchOpen {
  position: relative;
  float: left;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
}

/* line 284, ../sass/screen.scss */
/*.searchOpen:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
  opacity: 0.78;
  z-index: 2;
}
*/
/*=========Home Slider===========*/
/* line 289, ../sass/screen.scss */
.line-1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  border-right: 2px solid #0381CE;
  -webkit-animation:
    typewriter 5s steps(7) infinite,
    blinking-cursor 0.8s infinite;
  animation:
    typewriter 5s steps(7) infinite,
    blinking-cursor 0.8s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes typewriter {
  0% {
    width: 0;
  }

  25% {
    width: 70%;
  }

  48% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  55% {
    width: 100%;
  }

  75% {
    width: 70%;
  }

  85% {
    width: 30%;
  }

  100% {
    width: 0;
  }
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  25% {
    width: 70%;
  }

  48% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  55% {
    width: 100%;
  }

  75% {
    width: 70%;
  }

  85% {
    width: 30%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes blinking-cursor {
  from {
    border-color: transparent;
  }

  to {
    border-color: #0381CE;
  }
}

@keyframes blinking-cursor {
  from {
    border-color: transparent;
  }

  to {
    border-color: #0381CE;
  }
}

/* line 316, ../sass/screen.scss */
.slide-shadow {
  margin: 60px 0;
}

/* line 317, ../sass/screen.scss */
.slide-shadow .home-slide-desc {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: left;
  margin: 0 auto;
}

.v2_banner.slide-shadow .home-slide-desc {
  top: auto;
  bottom: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

/* line 318, ../sass/screen.scss */
.slide-shadow .slideshow_contain {
  max-width: 100%;
  float: left;
  max-width: 605px;
}

/* line 319, ../sass/screen.scss */
.slide-shadow h1 {
  margin: 5px 0 20px;
}

.v2_banner.slide-shadow h1 {
  font-size: 50px;
  line-height: 60px;
  color: #0381CE;
}

.collbration-div {
  margin-top: 60px;
}

.collbration-div p {
  color: #a1d95d;
  opacity: 1;
  margin-bottom: 20px !important;
}

.collbration-div li {
  display: inline-block;
  margin-right: 20px;
}

.collbration-div li:last-child {
  margin-right: 0;
}

/* line 320, ../sass/screen.scss */
.slide-shadow p {
  margin-bottom: 30px;
  max-width: 545px;
}

.v2_banner.slide-shadow p {
  max-width: 415px;
}

/* line 321, ../sass/screen.scss */
.slide-shadow .slide-btn {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 322, ../sass/screen.scss */
.slide-shadow .slide-btn .btn-secondary {
  margin-left: 30px;
}

/* line 323, ../sass/screen.scss */
.slide-shadow .slide-btn .btn-secondary span {
  padding-right: 36px;
}

/* line 326, ../sass/screen.scss */
.slide-shadow .silder_img {
  width: 46%;
  position: relative;
  float: right;
}

.home-banner .slick-track,
.home-banner .slick-list {
  border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
}

/* line 327, ../sass/screen.scss */
.slide-shadow .silder_img figure {
  width: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  /*border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;*/
  overflow: hidden;
}

/* line 328, ../sass/screen.scss */
.slide-shadow .silder_img figure:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 82.6%;
  width: 100%;
}

/* line 330, ../sass/screen.scss */
.slide-shadow .silder_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}

/* line 336, ../sass/screen.scss */
.modal-body {
  position: relative;
  padding: 0px;
}

/* line 337, ../sass/screen.scss */
.modal-dialog {
  top: 40%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  max-width: 1000px;
}

/* line 338, ../sass/screen.scss */
button.close {
  box-shadow: none;
  text-shadow: none;
  outline: none;
}

/* line 339, ../sass/screen.scss */
button.close:hover {
  background: none;
}

/* line 341, ../sass/screen.scss */
.modal-open .modal {
  padding: 0 15px !important;
}

/* line 342, ../sass/screen.scss */
.embed-responsive-item {
  border: none;
  margin: 15px 0;
  height: 400px;
}

/* line 343, ../sass/screen.scss */
.video-section {
  margin: 119px 0;
  /*   overflow-x: hidden; */
}

/* line 344, ../sass/screen.scss */
.video-section .row {
  margin: 0 -45px;
}

/* line 345, ../sass/screen.scss */
.video-section .col {
  padding: 0 38px;
}

/* line 346, ../sass/screen.scss */
.video-section .desc {
  margin: 30px 0;
}

/* line 349, ../sass/screen.scss */
.video-btn {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  bottom: 0;
  right: 15px;
  left: 15px;
  margin: 0 auto;
  background: url(../img/video-btn.svg) no-repeat center center;
  height: 60px;
  width: 60px;
}

/* line 350, ../sass/screen.scss */
.video-item img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}

/*===========Service Section===========*/
/* line 355, ../sass/screen.scss */
.section-services {
  background: #f8f9fb;
  padding: 120px 0;
}

.section-services.bg-whit {
  background: #ffffff;
}

/* line 356, ../sass/screen.scss */
.section-services .service_slider {
  padding: 55px 0;
}

/* line 357, ../sass/screen.scss */
.section-services .list-item h4 {
  margin: 20px 0;
  opacity: 1;
}

.section-services .list-item {
  margin-top: 70px;
}

.bg-whit.section-services .list-item {
  margin-top: 50px;
}

/* line 358, ../sass/screen.scss */
.section-services .list-item li {
  margin: 12px 0;
  padding-left: 33px;
}

.section-services.bg-whit .list-item li {
  margin: 0 0 15px 0;
}

.section-services.bg-whit .list-item li:last-child {
  margin: 0;
}

/* line 359, ../sass/screen.scss */
.section-services .list-item li:before {
  height: 13px;
  width: 13px;
  top: 6px;
  background-size: cover;
}

/* line 363, ../sass/screen.scss */
.service-item {
  margin: 15px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transform: all 400ms ease-in-out;
}

/* line 364, ../sass/screen.scss */
.service-item .service-container {
  padding: 45px 30px 47px;
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 365, ../sass/screen.scss */
.service-item h4 {
  opacity: 1;
}

/* line 366, ../sass/screen.scss */
.service-item .desc {
  margin: 15px 0 25px;
  display: inline-block;
  position: relative;
}

/* line 367, ../sass/screen.scss */
.service-item figure {
  max-width: 66px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  height: 66px;
  max-height: 100%;
}

/* line 368, ../sass/screen.scss */
.service-item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

/* line 369, ../sass/screen.scss */
.service-item:hover a {
  color: #0381CE;
}

/* line 370, ../sass/screen.scss */
.service-item:hover .btn-secondary:after {
  background-position: center -80px;
}

/* line 373, ../sass/screen.scss */
.service-page {
  padding-bottom: 105px !important;
}

.process_inner_contain {
  padding: 120px 0;
  background: #f8f9fb;
}

.process_contain_list {
  width: 100%;
  display: inline-block;
  margin-top: 35px;
}

.process_item {
  width: 100%;
  float: left;
  text-align: center;
  padding: 35px 0;
}

.process_item:last-child {
  padding-bottom: 0;
}

.process_item .pi_contain {
  width: 100%;
  display: inline-block;
  padding: 30px 0 0 0;
}

.process_item .pi_contain .pi-desc {
  width: 100%;
  display: inline-block;
  max-width: 612px;
  margin-top: 20px;
}

.process_item .pi_contain .pi-desc p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 25px;
}

.process_item .pi_contain .pi-desc p:last-child {
  margin-bottom: 0;
}

.faqs-section {
  padding: 120px 0;
}

.faq-content {
  margin-top: 70px;
}

.faq-item {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item h3 {
  color: #a1d95d;
  position: relative;
  padding: 30px 0 20px;
}

.faq-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(122 122 122 / 12%);
  top: 0;
  left: 0;
}

.faq-item p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item ul {
  width: 100%;
}

.faq-item ul+p {
  margin-top: 20px;
}

.faq-item ul li {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: rgb(122 122 122 / 0.8);
  margin-bottom: 15px;
  padding-left: 25px;
}

.faq-item ul li:last-child {
  margin-bottom: 0;
}

.faq-item ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #79c816;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

/* line 377, ../sass/screen.scss */
.appoinment-section {
  padding: 70px 0;
  background: #a1d95d;
}

.appoinment-section.v2_design {
  padding: 90px 0;
}

.appoinment-section h2 {
  color: #fff;
}

.appoinment-section.v2_design h2 {
  margin-bottom: 10px;
  padding-top: 0;
}

.appoinment-section.v2_design h2:before {
  content: none;
}

/* line 378, ../sass/screen.scss */
.appoinment-section p {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 20px;
}

/* line 379, ../sass/screen.scss */
.appoinment-section .mega-title {
  color: #fff;
}

/* line 381, ../sass/screen.scss */
.btn.btn-primary {
  background: #fff;
  color: #0381CE;
}

/* line 382, ../sass/screen.scss */
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover:active,
.btn.btn-primary:hover:focus,
.btn.btn-primary:active:focus {
  color: #fff;
}

/* line 386, ../sass/screen.scss */
.specialist-section {
  background: #f8f9fb;
  overflow-x: hidden;
}

/* line 387, ../sass/screen.scss */
.specialist-block {
  padding: 120px 0;
  border-bottom: 1px solid rgba(122, 122, 122, 0.1);
}

.section-services,
.specialist-block {
  padding: 120px 0 120px;
}

/* line 389, ../sass/screen.scss */
.testimonial-slider li {
  display: none;
}

/* line 390, ../sass/screen.scss */
.testimonial-slider li:nth-child(-n + 1) {
  display: inline-block;
}

/* line 391, ../sass/screen.scss */
.testimonial-slider .slick-list {
  margin-left: -17px;
  margin-right: -17px;
  padding: 65px 0 66px;
  margin-bottom: 50px;
}

/* line 392, ../sass/screen.scss */
.testimonial-slider .slick-arrow {
  top: 35%;
}

/* line 394, ../sass/screen.scss */
.testimonial-block {
  padding-top: 70px;
  margin: 0;
}

/* line 395, ../sass/screen.scss */
.testimonial-block .slick-list {
  margin: 0 -17px;
  padding: 0 !important;
  margin-bottom: 0;
}

/* line 397, ../sass/screen.scss */
.testimonial-item {
  text-align: center;
  padding: 0 4px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transform: all 400ms ease-in-out;
}

.testimonial-slider .testimonial-item {
  padding: 0px 19.5px;
}

/* line 398, ../sass/screen.scss */
.testimonial-item figure {
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 399, ../sass/screen.scss */
.testimonial-item figure:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 97.2%;
  width: 100%;
}

/* line 400, ../sass/screen.scss */
.testimonial-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);*/
}

/* line 402, ../sass/screen.scss */
.testimonial-item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}

/* line 403, ../sass/screen.scss */
.testimonial-item:hover a {
  color: #0381CE;
}

/* line 404, ../sass/screen.scss */
.testimonial-item:hover p:after {
  background: #0381CE;
}

/* line 407, ../sass/screen.scss */
.testimonial-desc {
  margin-top: 30px;
}

/* line 408, ../sass/screen.scss */
.testimonial-desc h4 {
  opacity: 1;
}

/* line 409, ../sass/screen.scss */
.testimonial-desc p {
  padding: 10px 0 15px;
  font-size: 14px;
  line-height: 20px;
}

/* line 410, ../sass/screen.scss */
.testimonial-desc p:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  width: 26px;
  background: transparent;
}

/* line 415, ../sass/screen.scss */
.blog-section {
  padding: 120px 0;
  background: #f8f9fb;
}

/* line 416, ../sass/screen.scss */
.article {
  margin: 0 -11px;
  padding: 50px 0;
}

/* line 417, ../sass/screen.scss */
.blog-item {
  padding: 0 10px;
  margin: 20px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transform: all 400ms ease-in-out;
}

/* line 418, ../sass/screen.scss */
.blog-item .blog-container {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0;
  max-width: 365px;
}

.blog-img.grid-wrap {
  max-height: 251px;
  display: inline-table;
}

/* line 419, ../sass/screen.scss */
.blog-item figure {
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 251px;
}

/* line 420, ../sass/screen.scss */
.blog-item figure:after {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 67%;
  width: 100%;
}

/* line 421, ../sass/screen.scss */
.blog-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* line 423, ../sass/screen.scss */
.blog-item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}

/* line 424, ../sass/screen.scss */
.blog-item:hover a {
  color: #0381CE;
}

.blog-item:hover a h4 {
  color: #0381CE;
}

.blog-item:hover a.ex_link {
  color: #7a7a7a;
}

/* line 425, ../sass/screen.scss */
.blog-item:hover p {
  opacity: 1;
}

/* line 428, ../sass/screen.scss */
.blog-desc {
  padding: 25px 30px;
}

/* line 429, ../sass/screen.scss */
.blog-desc h4 {
  opacity: 1;
  margin: 10px 0 15px;
}

/* line 430, ../sass/screen.scss */
.blog-desc p {
  opacity: 0;
}

/* line 431, ../sass/screen.scss */
.blog-desc h6 {
  text-transform: uppercase;
}

/* line 436, ../sass/screen.scss */
.contact-section {
  padding: 120px 0;
  background: #a1d95d;
}

/* line 437, ../sass/screen.scss */
.contact-us-form {
  max-width: 612px;
  width: 100%;
  margin: 0 auto;
  padding: 66px 70px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

/* line 438, ../sass/screen.scss */
.contact-us-form .desc {
  margin: 5px 0 30px;
}

/* line 439, ../sass/screen.scss */
.contact-us-form h2 {
  color: #a1d95d;
}

/* line 441, ../sass/screen.scss */
select::-ms-expand {
  display: none;
}

/* line 444, ../sass/screen.scss */
.form-input {
  border: 0.5px solid rgba(122, 122, 122, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  padding: 13px 20px;
}

/* line 445, ../sass/screen.scss */
select.form-input {
  background-image: url(../img/select-arr_new.svg);
  background-repeat: no-repeat;
  background-position: center right;
  color: rgba(122, 122, 122, 0.5);
  background-size: 48px;
}

.selectform-input,
.selectform-input2,
.form-preferred-location {
  background-image: url(../img/select-arr_new.svg);
  background-repeat: no-repeat;
  background-position: center right;
  color: rgba(122, 122, 122, 0.5);
  background-size: 48px;
  padding-right: 48px;
}

.v2_cnt .selectform-input {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.selectform-input.opened,
.selectform-input2.opened {
  background-image: url(../img/Contact-Form-arrow-up.svg);
}

.portfolio-trigger.opened {
  background: #fff url(../img/Our-Clinics-doctors-mobile-arrow-up.svg) no-repeat center right;
}

.selectform-input:hover,
.selectform-input2:hover {
  cursor: pointer;
}

/* line 446, ../sass/screen.scss */
.input-full {
  width: 100%;
}

/* line 447, ../sass/screen.scss */
.form-field-full {
  margin-bottom: 15px;
}

.form-field-full .wpcf7-spinner {
  position: absolute;
}

/* line 448, ../sass/screen.scss */
.row5 {
  margin-right: -5px;
  margin-left: -5px;
}

/* line 449, ../sass/screen.scss */
.row5 .col5 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 451, ../sass/screen.scss */
form .btn {
  margin-top: 10px;
}

/* line 452, ../sass/screen.scss */
.textbox-n {
  background: url(../img/cal_new.svg) no-repeat center right;
}

/* line 453, ../sass/screen.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  background: none !important;
}

/* line 454, ../sass/screen.scss */
input[type="date"] {
  padding: 12px 20px;
  min-height: 48px;
}

/*--------------About Page-------------------*/
/* line 457, ../sass/screen.scss */
.about-head {
  padding: 120px 0;
  background: #f8f9fb;
}

/* line 458, ../sass/screen.scss */
.about-content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

/* line 459, ../sass/screen.scss */
.about-content .about-desc {
  padding-right: 105px;
  flex: 1;
}

/* line 460, ../sass/screen.scss */
.about-content h2 {
  margin-bottom: 20px;
}

/*---------news Events page---------*/
/* line 464, ../sass/screen.scss */
.news-event-section {
  padding-bottom: 100px;
}

/* line 465, ../sass/screen.scss */
.news-event-section h6 {
  letter-spacing: 0;
  color: #a1d95d;
}

/*---------news Events inner page---------*/
/* line 469, ../sass/screen.scss */
.news-inner-section {
  padding: 120px 0;
  background: #f8f9fb;
  overflow-x: hidden;
}

/* line 470, ../sass/screen.scss */
.news-inner-section figure {
  display: inline-block;
  width: 100%;
  margin: 70px 0 30px;
}

/* line 471, ../sass/screen.scss */
.news-inner-section h2 {
  margin-bottom: 15px;
}

/*------------Service Inner Page-------------*/
/* line 477, ../sass/screen.scss */
.inner-page .slide-shadow .slideshow_contain {
  width: 460px;
}

/* line 478, ../sass/screen.scss */
.inner-page .blog-section {
  padding-bottom: 100px;
}

/* line 479, ../sass/screen.scss */
.inner-page .section-services {
  background: #fff;
  padding-bottom: 95px;
}

/* line 481, ../sass/screen.scss */
ol.grid_2_col {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 94px;
  column-gap: 94px;
}

/* line 485, ../sass/screen.scss */
.overview-section {
  padding: 70px 0;
  background: #a1d95d;
}

.overview-section.v2_about {
  padding: 90px 0;
}

/* line 486, ../sass/screen.scss */
.overview-section p,
.overview-section h2,
.overview-section h5 {
  color: #fff;
  opacity: 1;
}

/* line 487, ../sass/screen.scss */
.overview-section .overview-btn {
  margin-top: 30px;
}

/*------------our doctor---------------*/
/* line 491, ../sass/screen.scss */
.section-portfolio {
  background: #f8f9fb;
  padding: 120px 0;
}

/* line 492, ../sass/screen.scss */
.portfolio-grid.show {
  display: block;
}

/* line 493, ../sass/screen.scss */
.portfolio-grid {
  display: none;
}

/* line 494, ../sass/screen.scss */
.portfolio-btn {
  color: #7a7a7a;
  opacity: 0.6;
  background: transparent;
  position: relative;
}

/* line 495, ../sass/screen.scss */
.portfolio-btn:hover,
.portfolio-btn:focus,
.portfolio-btn:active,
.portfolio-btn:hover:active,
.portfolio-btn:hover:focus,
.portfolio-btn:active:focus {
  background: #fff;
  color: #0381CE;
  opacity: 1;
}

/* line 496, ../sass/screen.scss */
.portfolio-btn:hover:after,
.portfolio-btn:focus:after,
.portfolio-btn:active:after,
.portfolio-btn:hover:active:after,
.portfolio-btn:hover:focus:after,
.portfolio-btn:active:focus:after {
  display: none;
}

/* line 498, ../sass/screen.scss */
.portfolio-btn:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  bottom: auto;
  background: #7a7a7a;
  height: 18px;
  width: 1px;
  opacity: 0.2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 500, ../sass/screen.scss */
.portfolio-btn.active {
  background: #fff;
  color: #0381CE;
  opacity: 1;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 501, ../sass/screen.scss */
.portfolio-btn.active:after {
  display: none;
}

/* line 503, ../sass/screen.scss */
.portfolio-trigger {
  border: none;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff url(../img/port-arr.svg) no-repeat center right;
  padding: 10px 20px;
}

/*.portfolio-trigger:after{
    content: url(../img/port-arr.svg);
    position: absolute;
    display: inline-block;
    right: 0;
    top:-1px;
}*/
/* line 505, ../sass/screen.scss */
#myBtnContainer {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------doctor inner page--------------*/
/* line 508, ../sass/screen.scss */
.doc_detail_section {
  background: #f8f9fb;
  padding: 90px 0 80px;
}

/* line 509, ../sass/screen.scss */
.doc_detail_section .left-side {
  margin-bottom: -165px;
}

/* line 510, ../sass/screen.scss */
.doc_detail_section figure {
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(5px 10px 25px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 10px 25px rgba(0, 0, 0, 0.1));
}

/* line 511, ../sass/screen.scss */
.doc_detail_section figure:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 119.5%;
  width: 100%;
}

/* line 512, ../sass/screen.scss */
.doc_detail_section figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

/* line 514, ../sass/screen.scss */
.doc_detail_section ul li {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  color: #7a7a7a;
  position: relative;
  padding: 0 40px 0 0;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 515, ../sass/screen.scss */
.doc_detail_section ul li:after {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: auto;
  background: #7a7a7a;
  width: 1px;
  height: 18px;
  opacity: 0.6;
}

/* line 516, ../sass/screen.scss */
.doc_detail_section ul li:first-child {
  padding-left: 0;
}

.postid-6275 .doc_detail_section ul li:nth-child(4) {
  padding-left: 0;
  padding-top: 5px;
}

/* line 517, ../sass/screen.scss */
.doc_detail_section ul li:last-child {
  padding-right: 0;
}

.doc_detail_section ul li:nth-child(5) {
  padding-left: 0;
  padding-top: 0px;
}

/* line 518, ../sass/screen.scss */
.doc_detail_section ul li:last-child:after {
  display: none;
}

/* line 521, ../sass/screen.scss */
.doc_detail_section h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}

/* line 522, ../sass/screen.scss */
.doc_detail_section .desc {
  margin-top: 50px;
  opacity: 0.8;
}

/* line 524, ../sass/screen.scss */
.doc_about_section {
  padding: 80px 0 120px;
}

/* line 525, ../sass/screen.scss */
.doc_about_section .left-side {
  margin-top: 30px;
}

/* line 526, ../sass/screen.scss */
.doc_about_section h3 {
  position: relative;
  padding-top: 15px;
}

/* line 527, ../sass/screen.scss */
.doc_about_section h3:before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  height: 2px;
  width: 20px;
  background: #a1d95d;
}

/* line 529, ../sass/screen.scss */
.doc_about_section .desc {
  margin-top: 20px;
}

/* line 530, ../sass/screen.scss */
.doc_about_section p {
  margin: 10px 0;
}

/* line 532, ../sass/screen.scss */
/*.contact-info {
  margin-top: 30px;
}*/
/* line 533, ../sass/screen.scss */
.contact-info h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  opacity: 0.8;
  text-transform: capitalize;
  margin: 0;
}

/* line 534, ../sass/screen.scss */
.contact-info .info-left {
  padding-right: 25px;
  width: 31px;
  color: #a1d95d;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  width: 43px;
}

/* line 535, ../sass/screen.scss */
.contact-info a {
  display: inline-block;
  color: #a1d95d;
  font-size: 15px;
  line-height: 23px;
}

/* line 536, ../sass/screen.scss */
.contact-info a:hover {
  text-decoration: underline !important;
}

.contact-info a:hover span {
  text-decoration: underline;
}

.contact-info-1 h5.grid-wrap {
  margin-top: 30px !important;
}

.contact-info h5.grid-wrap {
  margin-top: 40px;
  padding-bottom: 5px;
  opacity: 1;
}

/* line 539, ../sass/screen.scss */
/*.contact-info + .contact-info {
  margin-top: 40px;
}*/

/* line 540, ../sass/screen.scss */
.left-cms {
  padding: 17px 22px 30px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 542, ../sass/screen.scss */
.map-img figure {
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 543, ../sass/screen.scss */
.map-img figure:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 51%;
  width: 100%;
}

/* line 544, ../sass/screen.scss */
.map-img figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* line 547, ../sass/screen.scss */
.info-cms {
  width: 100%;
  padding-top: 10px;
  display: inline-flex;
  text-align: left;
}

/* line 548, ../sass/screen.scss */
.info-cms span {
  display: inline-block;
  opacity: 0.8;
  color: #7a7a7a;
}

.info-cms span a span {
  color: #a1d95d;
}

/* line 550, ../sass/screen.scss */
.left-side {
  width: 34.5%;
  float: left;
}

/* line 551, ../sass/screen.scss */
.right-side {
  width: 65.5%;
  float: left;
  padding-left: 120px;
  padding-top: 40px !important;
}

/*-----------Our Clinic Page------------*/
/* line 555, ../sass/screen.scss */
.clinic-page #myBtnContainer {
  width: 100%;
}

/* line 557, ../sass/screen.scss */
.contact-cms {
  margin: 20px 0;
  padding: 50px 60px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  position: relative;
  display: inline-block;
}

/* line 558, ../sass/screen.scss */
.contact-cms .doc-img {
  max-width: 65px;
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

/* line 559, ../sass/screen.scss */
.contact-cms .doc-img:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 89%;
  width: 100%;
}

/* line 560, ../sass/screen.scss */
.contact-cms .doc-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 562, ../sass/screen.scss */
.contact-cms:last-child {
  margin-bottom: 0;
}

/* line 565, ../sass/screen.scss */
.portfolio-content .contact-block {
  margin-top: 0;
  width: 66%;
  display: inline-block;
  vertical-align: top;
  padding-left: 100px;
  padding-right: 60px;
  float: left;
}

/* line 566, ../sass/screen.scss */
.portfolio-content .map-img {
  width: 34%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  float: left;
}

/* line 568, ../sass/screen.scss */
.client-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

/* line 569, ../sass/screen.scss */
.image-block {
  width: 100%;
  display: inline-block;
}

/* line 570, ../sass/screen.scss */
.image-block .title {
  padding-left: 28px;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

/* line 571, ../sass/screen.scss */
.image-block h5 {
  font-weight: 500;
}

/*---------Career Page-------------*/
/* line 575, ../sass/screen.scss */
.career-cms .desc {
  margin-top: 20px;
}

/* line 577, ../sass/screen.scss */
.career_detail_section {
  background: #f8f9fb;
  padding: 120px 0;
}

/* line 578, ../sass/screen.scss */
.career_detail_section h2:before {
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* line 579, ../sass/screen.scss */
.career_detail_section p {
  margin-top: 15px;
}

/* line 580, ../sass/screen.scss */
.career_detail_section .title {
  margin-bottom: 70px;
}

/* line 582, ../sass/screen.scss */
.career_card {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: start;
  padding: 50px 60px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  width: 100%;
}

/* line 583, ../sass/screen.scss */
.career_card:last-child {
  margin-bottom: 0;
}

/* line 584, ../sass/screen.scss */
.career_card li {
  position: relative;
  opacity: 0.8;
  padding-left: 20px;
  margin: 2px 0;
  display: inline-block;
  width: 100%;
}

/* line 585, ../sass/screen.scss */
.career_card li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7a7a7a;
  opacity: 0.8;
  top: 9px;
  bottom: auto;
  right: auto;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 587, ../sass/screen.scss */
.career_card h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 25px 0 13px;
  opacity: 0.8;
}

/* line 589, ../sass/screen.scss */
.link-btn {
  margin-top: 20px;
}

/* line 590, ../sass/screen.scss */
.text--link {
  color: #a1d95d;
}

/* line 591, ../sass/screen.scss */
.text--link:hover {
  color: #7a7a7a;
}

/*---------Career inner Page-------------*/
/* line 594, ../sass/screen.scss */
.career-contact {
  background: #f8f9fb;
  padding: 92px 0 117px;
}

/* line 595, ../sass/screen.scss */
.career-contact .contact-us-form {
  max-width: 100%;
  padding: 70px 54px;
  margin: 0;
}

/* line 597, ../sass/screen.scss */
.input-file {
  text-align: center;
  padding: 21px 20px;
}

/* line 598, ../sass/screen.scss */
.input-file span {
  padding-left: 40px;
  background: url(../img/attachment.svg) no-repeat center left;
  height: 33px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7a7a7a;
  opacity: 0.4;
}

/* line 600, ../sass/screen.scss */
.contact_list {
  margin-top: 40px;
}

/* line 601, ../sass/screen.scss */
.contact_list li {
  position: relative;
  opacity: 0.8;
  padding-left: 20px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

/* line 602, ../sass/screen.scss */
.contact_list li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7a7a7a;
  opacity: 0.8;
  top: 9px;
  bottom: auto;
  right: auto;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 603, ../sass/screen.scss */
.contact_list li:last-child {
  margin-bottom: 0;
}

/* line 605, ../sass/screen.scss */
.contact_list h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

/* line 607, ../sass/screen.scss */
.career_contact1 {
  padding-right: 50px;
  padding-top: 40px;
}

/* line 608, ../sass/screen.scss */
.career_contact2 {
  padding-left: 60px;
}

/*----------Thank you page------------*/
/* line 611, ../sass/screen.scss */
.thank-section {
  padding: 120px 0;
  background: #a1d95d;
}

/* line 612, ../sass/screen.scss */
.thank-section h2,
.thank-section p {
  color: #fff;
  opacity: 1;
}

/* line 613, ../sass/screen.scss */
.thank-section h2 {
  padding: 119px 0 15px;
}

/* line 614, ../sass/screen.scss */
.thank-section h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  bottom: auto;
  background: url(../img/round-check.svg) no-repeat center center;
  height: 79px;
  width: 79px;
  background-size: 100%;
}

/* line 617, ../sass/screen.scss */
select:required:invalid {
  opacity: 0.8;
}

/*-------Misson Vision Value section-----------*/
/* line 620, ../sass/screen.scss */
.vision-section {
  padding: 55px 0 45px;
  background: #a1d95d;
}

/* line 621, ../sass/screen.scss */
.goal-block {
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 25px 0;
}

/* line 622, ../sass/screen.scss */
.goal-block h3,
.goal-block .desc {
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
}

/* line 623, ../sass/screen.scss */
.goal-block h3 {
  width: 16%;
  position: relative;
  color: #fff;
  line-height: 30px;
}

/* line 624, ../sass/screen.scss */
.goal-block h3:before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  height: 2px;
  width: 10px;
  background: #fff;
}

/* line 626, ../sass/screen.scss */
.goal-block p {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  line-height: 24px;
  max-width: 614px;
}

/* line 627, ../sass/screen.scss */
.goal-block .desc {
  padding-left: 104px;
}

/*-------------accordion section-----------------*/
/* line 631, ../sass/screen.scss */
.accordian-section {
  background: #f8f9fb;
  padding: 65px 0;
}

/* line 632, ../sass/screen.scss */
.card {
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 55px 0;
  background: transparent !important;
}

/* line 633, ../sass/screen.scss */
.card .accordion-title {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-right: 55px;
}

/* line 634, ../sass/screen.scss */
.card .accordion-title:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 12px;
  width: 48px;
  height: 48px;
  background: #fbfbfb url(../img/down-arr.svg) no-repeat center center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 636, ../sass/screen.scss */
.card .accordion-title[aria-expanded="true"]:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

/* line 638, ../sass/screen.scss */
.accordion>.card {
  overflow: visible;
}

/* line 639, ../sass/screen.scss */
.card-cms {
  padding-top: 30px;
  width: 100%;
}

/* line 640, ../sass/screen.scss */
.card-cms p {
  margin-bottom: 20px;
}

/* line 641, ../sass/screen.scss */
.card-cms p:last-child {
  margin-bottom: 0;
}

/* line 643, ../sass/screen.scss */
.card-cms h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

/* line 644, ../sass/screen.scss */
.card-cms ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 645, ../sass/screen.scss */
.card-cms ul li {
  font-size: 15px;
  line-height: 23px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  display: inline-block;
  color: #7a7a7a;
  opacity: 0.8;
}

/* line 646, ../sass/screen.scss */
.card-cms ul li span {
  opacity: 0.8;
}

/* line 647, ../sass/screen.scss */
.card-cms ul li:first-child {
  margin-top: 0;
}

/* line 648, ../sass/screen.scss */
.card-cms ul li:last-child {
  margin-bottom: 0;
}

/* line 649, ../sass/screen.scss */
.card-cms ul li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7a7a7a;
  opacity: 0.8;
  top: 8px;
  bottom: auto;
  right: auto;
  left: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

/* line 651, ../sass/screen.scss */
.card-cms ul ul {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 652, ../sass/screen.scss */
.card-cms ul ul li:first-child {
  margin-top: 5px;
}

/* line 653, ../sass/screen.scss */
.card-cms ul ul li:after {
  background: #a1d95d;
}

/* line 656, ../sass/screen.scss */
.card-cms ol {
  padding-left: 20px;
}

/* line 657, ../sass/screen.scss */
.card-cms ol li {
  list-style: decimal;
  padding: 5px 0;
  font-weight: 500;
  opacity: 0.8;
  padding-left: 15px;
}

/* line 658, ../sass/screen.scss */
.card-cms ol li b {
  color: #7a7a7a;
  opacity: 0.8;
  font-weight: 500;
}

/* line 659, ../sass/screen.scss */
.card-cms ol li:first-child {
  padding-top: 0px;
}

/* line 660, ../sass/screen.scss */
.card-cms ol li:last-child {
  padding-bottom: 0px;
}

/* line 662, ../sass/screen.scss */
.card-cms ol span,
.card-cms ol a {
  display: inline-block;
  width: 100%;
  opacity: 0.8;
  font-weight: normal;
}

/* line 663, ../sass/screen.scss */
.card-cms ol a {
  color: #a1d95d;
}

/* line 664, ../sass/screen.scss */
.card-cms ol a:hover {
  color: #a1d95d;
  text-decoration: underline !important;
}

/* line 667, ../sass/screen.scss */
.card-cms ul+p {
  margin-top: 20px;
}

/* line 668, ../sass/screen.scss */
.card-cms h3 {
  margin-top: 50px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

/* line 669, ../sass/screen.scss */
.card-cms h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  height: 2px;
  width: 19px;
  background: #a1d95d;
}

/* line 671, ../sass/screen.scss */
.card-cms h3+h4 {
  margin-top: 0;
}

/* line 674, ../sass/screen.scss */
.table-dark {
  background: #fff;
}

/* line 675, ../sass/screen.scss */
.table {
  margin-bottom: 1.25rem;
}

/* line 676, ../sass/screen.scss */
.table td,
.table th {
  border: none !important;
  color: #7a7a7a;
  opacity: 0.8;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  padding: 15px 0;
}

/* line 677, ../sass/screen.scss */
.table thead th {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* line 679, ../sass/screen.scss */
.table tbody th {
  padding-left: 62px;
  padding-right: 42px;
}

/* line 680, ../sass/screen.scss */
.table tbody td {
  padding-right: 50px;
  padding-left: 50px;
}

/* line 683, ../sass/screen.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ebebeb;
}

/*---------Women Blog Page------------*/
/* line 687, ../sass/screen.scss */
.women-blog h4 a {
  color: #404040;
}

/* line 688, ../sass/screen.scss */
.women-blog h1 {
  margin: 20px 0;
}

/* line 689, ../sass/screen.scss */
.women-blog h1 a {
  color: #404040;
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

/* line 690, ../sass/screen.scss */
.women-blog h1 a:hover {
  color: #9cd7a2;
}

/* line 693, ../sass/screen.scss */
.women-blog .slide-shadow {
  background: #f8f9fb;
}

/* line 694, ../sass/screen.scss */
.women-blog .slide-shadow .silder_img {
  width: 50%;
  max-width: 720px;
}

/* line 695, ../sass/screen.scss */
.women-blog .slide-shadow .silder_img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* line 696, ../sass/screen.scss */
.women-blog .slide-shadow .silder_img figure:after {
  padding-bottom: 82%;
}

/* line 698, ../sass/screen.scss */
.women-blog .slide-shadow .slideshow_contain {
  width: 530px;
  text-align: left;
}

/* line 699, ../sass/screen.scss */
.women-blog .slide-shadow p {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #404040;
  opacity: 1;
}

/* line 700, ../sass/screen.scss */
/*.women-blog .slide-shadow p:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../img/blog-arr.svg) no-repeat center center;
  height: 31px;
  width: 31px;
}*/

/* line 704, ../sass/screen.scss */
.women-article {
  padding: 120px 0 90px;
}

/* line 705, ../sass/screen.scss */
.women-article .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 706, ../sass/screen.scss */
.women-article .title h2 {
  color: #404040;
}

/* line 708, ../sass/screen.scss */
.women-article h3 {
  max-width: 400px;
  margin-top: 10px;
}

/* line 709, ../sass/screen.scss */
.women-article .article {
  margin: 0;
}

/* line 710, ../sass/screen.scss */
.women-article .blog-item {
  margin: 0 0 50px;
  padding: 0;
}

/* line 711, ../sass/screen.scss */
.women-article .blog-item:hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

/* line 712, ../sass/screen.scss */
.women-article .blog-item a:hover {
  color: #9cd7a2;
}

/* line 714, ../sass/screen.scss */
.women-article .blog-item .blog-container {
  box-shadow: none;
  max-width: 100%;
}

/* line 715, ../sass/screen.scss */
.women-article .blog-item figure {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
  max-height: 257px;
}

/* line 717, ../sass/screen.scss */
.women-article .blog-img {
  width: 375px;
  float: left;
}

/* line 718, ../sass/screen.scss */
.women-article .blog-desc {
  width: 55%;
  float: left;
  padding: 30px 0 0 40px;
}

/* line 720, ../sass/screen.scss */
.women-helth {
  background: #fff8f3;
  padding: 120px 0 100px;
}

/* line 721, ../sass/screen.scss */
.women-helth h2 {
  color: #404040;
}

/* line 722, ../sass/screen.scss */
.women-helth .article {
  padding-top: 40px;
  margin: 0 -18px;
}

/* line 723, ../sass/screen.scss */
.women-helth .blog-item {
  padding: 0 18px;
}

.women-helth .blog-item:hover {
  transform: unset !important;
}

.women-helth .blog-item .blog-container .grid-wrap a:hover,
.women-helth .blog-item:hover a {
  color: #9cd7a2;
}

/* line 724, ../sass/screen.scss */
.women-helth .blog-item figure {
  box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.1);
}

/* line 725, ../sass/screen.scss */
.women-helth .blog-item .blog-container {
  box-shadow: none;
  background: none;
  max-width: 375px;
}

.women-helth .blog-item figure {
  max-height: 258px;
}

/* line 727, ../sass/screen.scss */
.women-helth .blog-desc {
  padding: 25px 0 0;
}

/* line 728, ../sass/screen.scss */
.women-helth .blog-desc h4 {
  margin-bottom: 0;
}

/*---------Women Blog Inner Page------------*/
/* line 734, ../sass/screen.scss */
.women-blog-inner .women-article {
  padding: 30px 0 95px;
}

/* line 735, ../sass/screen.scss */
.women-blog-inner .women-article .blog-item {
  margin: 25px 0;
}

/* line 737, ../sass/screen.scss */
.women-blog-inner .article {
  padding-top: 18px;
}

/* line 739, ../sass/screen.scss */
.sticky-block {
  float: left;
  width: 100%;
  /*border-bottom: 1px solid #F0F0F0;*/
  padding-bottom: 60px;
  margin-top: 90px;
}

/* line 740, ../sass/screen.scss */
.left-blog {
  width: 65%;
  float: left;
  padding-right: 34px;
}

.left-blog .inner-desc figure:not(.ad_figure) {
  /* max-width: 720px; */
  max-height: 495px;
}

.left-blog .inner-desc .desc2 h2:first-child,
.left-blog .inner-desc .desc2 h3:first-child {
  margin-top: 0;
}

/* line 741, ../sass/screen.scss */
.right-blog {
  width: 35%;
  float: left;
  padding-left: 51px;
  margin-top: 315px;
  border: none;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky !important;
  top: 130px;
}

/* line 743, ../sass/screen.scss */
.inner-desc h1 {
  margin: 15px 0 20px;
}

/* line 744, ../sass/screen.scss */
.inner-desc .author-name {
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #7a7a7a;
  text-transform: none;
  padding-left: 38px;
  position: relative;
}

.inner-desc .author-name a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #82b888 !important;
}

.inner-desc .author-name a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/* line 745, ../sass/screen.scss */
.inner-desc .author-name:before {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  top: 3px;
  bottom: auto;
  background: url(../img/checkmark.svg) no-repeat;
  width: 21px;
  height: 21px;
}

/* line 746, ../sass/screen.scss */
.inner-desc .author-name span {
  color: #82b888;
}

/* line 748, ../sass/screen.scss */
.inner-desc figure:not(.ad_figure) {
  margin: 20px 0 0;
  width: 100%;
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 749, ../sass/screen.scss */
.inner-desc figure:not(.ad_figure):after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 68%;
  width: 100%;
}

/* line 750, ../sass/screen.scss */
.inner-desc figure:not(.ad_figure) img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* line 752, ../sass/screen.scss */
.inner-desc p {
  font-size: 17px;
  line-height: 26px;
  opacity: 1;
  margin-bottom: 25px;
}

.inner-desc p:last-child {
  margin-bottom: 0;
}

.inner-desc p+ul {
  margin-top: -5px;
}

/* line 753, ../sass/screen.scss */
.inner-desc p a {
  color: #70b577;
}

/* line 755, ../sass/screen.scss */
.inner-desc h2,
.inner-desc h3 {
  color: #404040;
  margin-top: 45px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.inner-desc p+h2 {
  margin-top: 25px;
}

.inner-desc p+h3,
.inner-desc div+h3 {
  margin-top: 5px;
}

.inner-desc h2:before {
  display: none;
}

.inner-desc h2 span,
.inner-desc h3 span {
  font-weight: 500 !important;
}

/* line 756, ../sass/screen.scss */
.inner-desc h4 {
  font-weight: normal;
  color: #404040;
  margin: 25px 0 20px;
  opacity: 1;
}

/* line 757, ../sass/screen.scss */
.inner-desc ul {
  padding-left: 20px;
  margin-bottom: 18px;
}

/* line 758, ../sass/screen.scss */
.inner-desc ul li {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  line-height: 26px;
  color: #7a7a7a;
  margin: 7px 0;
  display: inline-block;
  width: 100%;
}

.inner-desc ul li:first-child {
  margin-top: 0;
}

/* line 759, ../sass/screen.scss */
.inner-desc ul li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fd98a4;
  top: 10px;
  bottom: auto;
  right: auto;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* line 762, ../sass/screen.scss */
.inner-desc ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 18px;
  padding-left: 20px;
}

/* line 763, ../sass/screen.scss */
.inner-desc ol li {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  width: 100%;
  margin: 7px 0;
  font-size: 17px;
  line-height: 26px;
}

/* line 764, ../sass/screen.scss */
.inner-desc ol li:before {
  counter-increment: section;
  font-weight: 500;
  color: #fd98a4;
  content: counters(section, ".") ". ";
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: auto;
}

/* line 768, ../sass/screen.scss */
.article-list {
  background: #fff9f5;
  padding: 30px;
}

.article-list+.resouce_ad_block {
  margin-top: 20px;
}

/* line 769, ../sass/screen.scss */
.article-list h3 {
  color: #f8808f;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

/* line 770, ../sass/screen.scss */
.article-list h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  height: 3px;
  width: 30px;
  background: #f8808f;
}

/* line 772, ../sass/screen.scss */
.article-list a {
  font-size: 18px;
  line-height: 26px;
  color: #838383;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 773, ../sass/screen.scss */
.article-list h4 {
  margin-bottom: 20px;
  margin-top: 0 !important;
}

/* line 774, ../sass/screen.scss */
.article-list h4:last-child {
  margin-bottom: 0;
}

/* line 775, ../sass/screen.scss */
.article-list h4:last-child a {
  border: none;
  padding: 0;
}

.inner-desc .resouce_ad_block {
  display: none;
}

/*===========Footer Section===========*/
/* line 781, ../sass/screen.scss */
.section-footer {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}

/* line 782, ../sass/screen.scss */
.section-footer h5 {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #7a7a7a;
  opacity: 0.8;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

/* line 783, ../sass/screen.scss */
.section-footer li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 7px 0;
}

/* line 784, ../sass/screen.scss */
.section-footer li a {
  opacity: 0.8;
  display: inline-block;
  width: 100%;
}

/* line 785, ../sass/screen.scss */
.section-footer li a:hover {
  opacity: 1;
}

/* line 789, ../sass/screen.scss */
.section-footer .social-icon {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 15px;
}

/* line 790, ../sass/screen.scss */
.section-footer .social-icon li {
  padding: 0 3px;
  width: auto;
}

/* line 791, ../sass/screen.scss */
.section-footer .social-icon svg {
  height: 25px;
  width: 25px;
}

/* line 792, ../sass/screen.scss */
/* .section-footer .social-icon svg path {
  fill: #7a7a7a;
} */

/* line 797, ../sass/screen.scss */
.address-info p {
  margin: 7px 0 15px;
}

/* line 798, ../sass/screen.scss */
.address-info span {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  color: #7a7a7a;
  opacity: 0.8;
}

/* line 800, ../sass/screen.scss */
.copyright {
  position: relative;
  padding: 5px 0;
  background: #7a7a7a;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

/* line 801, ../sass/screen.scss */
.copyright p,
.copyright a {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

/* line 802, ../sass/screen.scss */
.copyright p {
  opacity: 0.8;
}

/* line 803, ../sass/screen.scss */
.copyright a:hover {
  color: #0381CE;
  opacity: 1;
}

.news-inner-section .grid-wrap p img,
.news-inner-section .grid-wrap p video,
.news-inner-section .grid-wrap .wp-video {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.single-services-reviews .blog_slider.count_article_1 .blog-item {
  margin: 20px auto 0;
}

.page-template-template-woman .typed-words h6.grid-wrap {
  text-transform: uppercase;
}

.search-results .about-head {
  background: #fff;
  padding: 70px 0;
}

.search-results .about-head h1 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 40px;
}

.search-results .women-article {
  padding-top: 10px;
  padding-bottom: 0;
}

.search-results .women-article .article {
  padding: 0;
}

.search-results .women-article .blog-item {
  margin: 0 0 40px;
}

.search-results .women-article .blog-img {
  width: 300px;
}

.search-results .women-article .blog-item img {
  max-height: 206px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
}

/*------------health-screening-packages--------------*/
.health_page .slide-shadow .slideshow_contain {
  max-width: 515px;
}

.health_page .slide-shadow p {
  margin-bottom: 20px;
}

.health_page .slide-shadow .slide-btn .btn.scroll_down_btn {
  padding: 12px;
}

.health_page .slide-shadow .silder_img figure:after {
  padding-bottom: 83.6%;
}

.video-section .video-btn {
  z-index: 9;
}

.video-section .video_banner_text {
  max-width: 418px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-section .video_banner_text h2 {
  padding: 0;
}

.video-section .video_banner_text h2::before {
  display: none;
}

.benefit_section {
  background: #eef2ff;
  padding: 100px 0px 33px;
}

.benefit_section .heading_text {
  padding-bottom: 30px;
  margin-bottom: 36px;
  border-bottom: 1px solid #cdd9ff;
}

.benefit_section .heading_text h2 {
  text-align: center;
  padding-top: 0;
  color: #0381CE;
}

.benefit_section .heading_text h2 span {
  color: #7a7a7a;
  display: block;
}

.benefit_section .heading_text h2::before {
  display: none;
}

.benefit_grid {
  display: block;
}

.benefit_grid>figure {
  background: #ffffff;
  box-shadow: -10px 15px 30px rgba(27, 87, 162, 0.08);
  border-radius: 143.5px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit_grid>figure img {
  max-width: 66px;
}

.benefit_grid .benfit_text {
  /*    padding-left: 45px;
    padding-right: 23px;
    width: calc(100% - 100px);*/
  margin: 0 auto;
  text-align: justify;
}

.benefit_section .row.benefit_grid_row {
  margin-left: -37px;
  margin-right: -37px;
}

.benefit_section .row.benefit_grid_row .col {
  padding-left: 37px;
  padding-right: 37px;
}

.benefit_grid .benfit_text h4 {
  color: #0381CE;
  opacity: 1;
  margin-bottom: 5px;
  text-align: center;
}

.benefit_grid .benfit_text p {
  opacity: 1;
}

.benefit_grid_row>.col {
  margin-bottom: 50px;
}

.callout_section {
  background: #94cbff;
}

.callout_section .callout_image figure {
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 657px;
  width: 100%;
}

.callout_image img {
  max-width: 657px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.callout_section .callout_image figure:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-bottom: 69.5%;
  width: 100%;
}

.callout_text_wrap {
  max-width: 545px;
  float: right;
  width: 100%;
}

.callout_text_wrap .callout_text {
  float: left;
  max-width: 545px;
  width: 100%;
}

.callout_text {
  padding: 40px 15px;
}

.callout_text h2 {
  padding-top: 0;
  color: #ffffff;
  margin-bottom: 15px;
}

.callout_text h2::before {
  display: none;
}

.callout_text p {
  color: #ffffff;
  opacity: 1;
}

.package_section {
  background: #eaefff;
  padding: 90px 0px 50px;
}

.package_section .inner_content {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.package_section .heading_text {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto 20px;
}

.package_section .heading_text h2 {
  padding-top: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.package_section .heading_text h2::before {
  display: none;
}

.package_section .heading_text p {
  opacity: 1;
}

.package_grid {
  background: #ffffff;
  border: 0.25px solid #79c816;
  border-top: 10px solid #79c816;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 29px;
  height: 100%;
}

.package_grid ul li {
  font-size: 13px;
  line-height: 16px;
  color: #888888;
  display: inline-block;
  margin-right: 10px;
  padding-left: 11px;
  position: relative;
  margin-bottom: 10px;
}

.package_grid ul li span {
  color: #79c816;
}

.package_grid ul li:first-child {
  padding-left: 0;
}

.package_grid ul li:first-child::before {
  display: none;
}

.package_grid ul li:last-child {
  margin-right: 0;
}

.package_grid ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #b7b7b7;
}

.package_grid h3 {
  color: #79c816;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.package_grid h3 a {
  color: #79c816;
}

.package_grid h3 a:hover {
  text-decoration: underline;
}

.package_grid p {
  opacity: 1;
  margin-bottom: 10px;
}

.package_grid .btn-secondary {
  color: #0381CE;
  font-size: 13px;
  line-height: 18px;
  opacity: 1;
}

.package_grid .btn-secondary span {
  padding-right: 0;
  padding-left: 13px;
}

.package_grid .btn-secondary span svg {
  width: 21px;
  height: 21px;
}

.package_grid .btn-secondary span::after {
  display: none;
}

.package-color-2 {
  border-color: #039740;
  border-top-color: #039740 !important;
}

.package-color-2 h3,
.package-color-2 h3 a {
  color: #039740;
}

.package-color-2 h3 a:hover {
  text-decoration: underline;
}

.package-color-2 .btn-secondary {
  color: #039740;
}

.package-color-2 .btn-secondary:hover {
  color: #039740 !important;
}

.package-color-2 .btn-secondary span svg path {
  fill: #039740;
}

.package-color-3 {
  border-color: #036b97;
  border-top-color: #036b97 !important;
}

.package-color-3 h3,
.package-color-3 h3 a {
  color: #036b97;
}

.package-color-3 h3 a:hover {
  text-decoration: underline;
}

.package-color-3 .btn-secondary {
  color: #036b97;
}

.package-color-3 .btn-secondary:hover {
  color: #036b97 !important;
}

.package-color-3 .btn-secondary span svg path {
  fill: #036b97;
}

.package-color-4 {
  border-color: #680397;
  border-top-color: #680397 !important;
}

.package-color-4 h3,
.package-color-4 h3 a {
  color: #680397;
}

.package-color-4 h3 a:hover {
  text-decoration: underline;
}

.package-color-4 .btn-secondary {
  color: #680397;
}

.package-color-4 .btn-secondary:hover {
  color: #680397 !important;
}

.package-color-4 .btn-secondary span svg path {
  fill: #680397;
}

.package_grid_row>.col {
  margin-bottom: 30px;
}

.ipp_banner_section {
  background: #f3f3f3;
  padding: 100px 0px 68px;
}

.ipp_banner_row {
  display: flex;
  flex-wrap: wrap;
}

.ipp_banner_row .ipp_banner_image {
  width: 126px;
}

.ipp_banner_row .ipp_banner_text {
  width: calc(100% - 126px);
  padding-left: 56px;
}

.ipp_banner_image img {
  max-width: 100%;
}

.ipp_banner_text h4 {
  color: #0381CE;
  opacity: 1;
  margin-bottom: 15px;
}

.ipp_banner_text h3 {
  margin-bottom: 16px;
}

.ipp_banner_text .btn {
  padding: 12px 32px;
  font-weight: 500;
  background: #0381CE;
  margin-bottom: 25px;
}

/*.ipp_banner_text .btn:last-child {
    margin-bottom: 0;
}*/
.ipp_banner_text p {
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}

.faq_section {
  padding: 70px 0px 40px;
}

.faq_section .heading_text {
  margin-bottom: 30px;
}

.faq_section .heading_text h2 {
  padding-top: 0;
  text-transform: capitalize;
}

.faq_section .heading_text h2::before {
  display: none;
}

.faq_grid {
  padding: 20px 0px 30px;
  border-top: 0.5px solid rgba(122, 122, 122, 0.2);
}

.faq_grid h3 {
  color: #a1d95d;
  width: calc(100% - 63px);
}

.faq_grid .faq_desc {
  display: none;
  padding-top: 15px;
}

.faq_grid .faq_desc p {
  opacity: 1;
  margin-bottom: 20px;
}

.faq_grid .faq_desc p:last-child {
  margin-bottom: 0px;
}

.faq_grid .faq_desc h5 {
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  margin: 20px 0px 10px;
  text-transform: none;
}

.faq_grid .faq_desc ul {
  padding-left: 15px;
}

.faq_grid .faq_desc ol {
  padding-left: 20px;
}

.faq_grid .faq_desc ol li {
  margin-bottom: 5px;
  padding-left: 2px;
  list-style: decimal;
}

.faq_grid .faq_desc ul li {
  margin-bottom: 5px;
  list-style: disc;
  padding-left: 2px;
}

.faq_grid .faq_desc ul li:last-child,
.faq_grid .faq_desc ol li:last-child {
  margin-bottom: 0;
}

.faq_grid .faq_desc ul li::marker,
.faq_grid .faq_desc ol li::marker {
  color: #79c816;
}

.faq_grid .faq_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq_grid .accordian_btn {
  background: #ffffff;
  border: 1px solid rgba(64, 64, 64, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  background: url("../img/down.svg") no-repeat center;
  background-size: 10px;
  margin-left: 12px;
  display: inline-block;
}

.faq_grid .accordian_btn.active {
  background-image: url("../img/up.svg");
}

.selectform-input3:hover {
  cursor: pointer;
}

.method-dropdown .nav-tabs {
  top: 100%;
}

.method-dropdown-2 .nav-tabs {
  display: none;
  border-top: 0;
  position: absolute;
  background: #fff;
  z-index: 5;
  width: 100%;
  padding: 0;
  overflow: auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  top: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.method-dropdown-2 .nav-tabs li {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
}

.method-dropdown-2 .nav-tabs li:hover {
  background: #f8f9fb;
  border: none;
  cursor: pointer;
}

.secondary-contact-section {
  background: #036b97;
}

.secondary-contact-section .contact-us-form {
  padding: 70px 80px;
}

.secondary-contact-section .form-input {
  padding: 13px 15px;
}

.secondary-contact-section form p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.secondary-contact-section form a {
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}

.secondary-contact-section form p a {
  color: #a1d95d;
}

.secondary-contact-section form .btn {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: auto;
  padding: 12px 15px;
  margin-top: 36px;
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  margin-bottom: 5px;
}

.selectform-input3 {
  background-image: url("../img/select-arr_new.svg");
  background-repeat: no-repeat;
  background-position: center right;
  color: rgba(122, 122, 122, 0.5);
  background-size: 48px;
  padding-right: 48px;
}

.secondary-contact-section .selectform-input2,
.secondary-contact-section .selectform-input3 {
  padding-right: 48px;
}

.selectform-input3.opened {
  background-image: url("../img/Contact-Form-arrow-up.svg");
}

.healthinner_page .slide-shadow .silder_img figure:after {
  padding-bottom: 83.6%;
}

.healthinner_page .slide-shadow .slide-btn .btn.scroll_down_btn {
  padding: 12px;
}

.healthinner_page .slide-shadow p {
  margin-bottom: 20px;
}

.healthinner_page .slide-shadow .slideshow_contain {
  max-width: 515px;
}

.inclusion_section {
  padding: 70px 0px;
  background: #f8f9ff;
}

.inclusion_content {
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 91px;
  border-top: 5px solid #036b97;
}

.inclusion_content .heading_text {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.inclusion_content .heading_text ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.inclusion_content .heading_text ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding-left: 10px;
  position: relative;
}

.inclusion_content .heading_text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #b7b7b7;
}

.inclusion_content .heading_text ul li span {
  color: #a1d95d;
  display: inline-block;
}

.inclusion_content .heading_text ul li:first-child {
  padding-left: 0;
}

.inclusion_content .heading_text ul li:last-child {
  margin-right: 0;
}

.inclusion_content h2 {
  padding-top: 0;
  color: #036b97;
  margin-bottom: 30px;
}

.inclusion_content h2::before {
  display: none;
}

.inclusion_content p {
  opacity: 1;
}

.inclusion_content h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0px 5px;
  color: #4a4a4a;
  text-transform: capitalize;
}

.inclusion_content h5:first-child {
  margin-top: 0;
}

.inclusion_content ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.inclusion_content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url("../img/round-list.svg") no-repeat center;
  background-size: cover;
  width: 5px;
  height: 5px;
}

.inclusion_content ul li ul li::before {
  background-image: url("../img/round-list-1.svg");
}

.inclusion_content ul li ul li:first-child {
  margin-top: 5px;
}

.inclusion_content ul li:last-child {
  margin-bottom: 0;
}

.inclusion_content h6 {
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0 10px;
  color: #7a7a7a;
  letter-spacing: normal;
}

.inclusion_content h6:first-child {
  margin-top: 0;
}

.inclusion_content .inclusion_div p {
  font-size: 13px;
  line-height: 18px;
}

.bottom_border {
  border-bottom: 1px solid #cdd9ff;
}

.inclusion_row {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.inclusion_row>.col:first-child {
  padding-right: 15px;
}

.inclusion_row>.col:last-child {
  padding-left: 15px;
}

.inclusion_div ul li {
  font-size: 13px;
  line-height: 18px;
}

.healthinner_page .doc_detail_section .left-side {
  margin-bottom: 0;
  display: inline-flex;
}

.healthinner_page .right-side {
  padding-top: 0px !important;
}

.healthinner_page .doc_detail_section figure:after {
  display: block;
  padding-bottom: 123.5%;
}

.healthinner_page .doc_detail_section {
  padding: 90px 0;
}

.healthinner_page .doc_detail_section .desc {
  font-style: italic;
}

.healthinner_page .doc_detail_section figure img {
  box-shadow: none;
}

.dr_slider .slick-arrow {
  position: absolute;
  top: unset;
  bottom: 0;
  width: 34px;
  height: 34px;
  opacity: 1;
  background: #e3e3e3 url("../img/white-arrow.svg") no-repeat center;
  background-size: cover;
  z-index: 9;
  right: 0;
}

.dr_slider .slick-arrow:hover {
  background-image: url("../img/btn-arr.svg");
  transform: none;
}

.dr_slider .slick-prev {
  left: auto;
  right: 41px;
}

.dr_slider .slick-prev:hover {
  background-image: url("../img/btn-arr-left.svg");
  transform: none;
}

.secondary-contact-section input,
.secondary-contact-section textarea,
.secondary-contact-section select {
  padding: 14px 15px;
}

.secondary-contact-section .method-dropdown-2 .nav-tabs,
.secondary-contact-section .method-dropdown .nav-tabs {
  padding: 10px 0;
}

.secondary-contact-section .method-dropdown-2 .nav-tabs li,
.secondary-contact-section .method-dropdown .nav-tabs li {
  padding: 5px 20px;
}

.ipp_banner_section .ipp_banner_image {
  margin-bottom: 15px;
  margin-top: 20px;
}

.ipp_banner_section .ipp_banner_description {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

.ipp_banner_section .ipp_banner_description h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.ipp_banner_section .ipp_banner_description h3 span {
  color: #0381CE;
}

.ipp_banner_section .ipp_banner_description ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.ipp_banner_section .ipp_banner_description ul li {
  list-style: disc;
  padding-left: 5px;
  margin-bottom: 5px;
}

.ipp_banner_section .ipp_banner_description ul li:last-child {
  margin-bottom: 0px;
}

.ipp_banner_section .ipp_banner_description ul li::marker {
  color: #79c816;
}

.ipp_banner_section .tooltip_icon {
  margin-left: 2px;
  color: #7a7a7a;
}

.ipp_banner_section .tooltip_icon .green {
  display: none;
}

.ipp_banner_section .tooltip_icon:hover .green {
  display: inline-block;
}

.ipp_banner_section .tooltip_icon:hover .gray {
  display: none;
}

.ipp_banner_section .tooltip_icon img {
  vertical-align: text-top;
}

.ipp_banner_section .term_condition_wrapper {
  position: relative;
}

.ipp_banner_section .term_condition {
  position: absolute;
  border: 1px solid #c4c4c4;
  padding: 15px;
  background: #fff;
  max-height: 123px;
  overflow: auto;
  width: 100%;
  left: 0;
  top: 5px;
}

.ipp_banner_section .btn_mobile_only {
  display: none;
}

.term_condition_wrapper .term_condition_close {
  display: none;
  text-align: right;
}

.term_condition_wrapper .term_condition_close svg {
  z-index: 999;
  fill: #fff;
  width: 18px;
  height: 18px;
}

.term_condition_wrapper .term_condition_close svg path {
  fill: #fff;
}

.term_condition_wrapper .term_condition p {
  margin-bottom: 10px;
}

body.term_condition_model_open {
  overflow: hidden !important;
}

.doc_detail_section .doc_detail_item {
  margin-bottom: 50px;
}

.doc_detail_section .doc_detail_item:last-child {
  margin-bottom: 0px;
}

.video-section p {
  margin-bottom: 15px;
}

.contact-form .selection_invalid {
  display: none;
  text-align: center;
  color: #ff5757;
  margin-bottom: 10px;
}

.faq_grid .faq_desc p a {
  color: #0381CE;
}

.faq_grid .faq_desc p a:hover {
  text-decoration: underline;
}

/* width */
/*::-webkit-scrollbar {width: 15px; margin-right: 5px; padding-right: 5px;}*/
/* Track */
/*::-webkit-scrollbar-track {background: #fff; }*/

/* Handle */
/*::-webkit-scrollbar-thumb {background: #DBDBDB;margin-right: 5px; padding-right: 5px;}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {background: #0381CE;}*/

/*------------Responsive Css--------------*/
@media (max-width: 1365px) {
  .searchtoggle {
    right: 25px;
    max-width: 73%;
  }

  .primary-nav .head_box a.contact_btn {
    padding: 12px 25px;
  }

  .primary-nav .SiteMenu li.menu-item {
    padding: 34px 10px;
  }

  .primary-nav .header_icon {
    padding-right: 15px;
    padding-left: 15px;
  }

  .primary-nav .SiteMenu li.menu-item {
    float: left;
  }
}

@media (max-width: 1279px) {

  /* line 810, ../sass/screen.scss */
  .primary-nav .SiteMenu li.menu-item {
    padding: 34px 8px;
  }

  /* line 811, ../sass/screen.scss */
  .primary-nav .header_icon {
    padding-right: 10px;
    padding-left: 10px;
  }

  .primary-nav .head_box a.contact_btn {
    padding: 10px 22px;
  }

  /* line 813, ../sass/screen.scss */
  .slick-prev {
    left: -30px;
  }

  /* line 814, ../sass/screen.scss */
  .slick-next {
    right: -30px;
  }

  /*.searchtoggle {right: 70px;max-width: 800px;}*/
}

@media (max-width: 1199px) {

  /* line 818, ../sass/screen.scss */
  .primary-nav .SiteMenu li.menu-item {
    padding: 34px 6px;
  }

  /* line 819, ../sass/screen.scss */
  .primary-nav .head_box a.contact_btn {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 20px;
  }

  /* line 820, ../sass/screen.scss */
  .primary-nav .header_icon {
    padding-right: 5px;
  }

  /* line 822, ../sass/screen.scss */
  .page-id-5891 .logo-img {
    max-width: 75px;
  }

  .logo-img {
    max-width: 67px;
  }

  /* line 823, ../sass/screen.scss */
  /*.search-form {
      max-width: 600px;
    }*/

  /* line 825, ../sass/screen.scss */
  .slide-shadow .slideshow_contain {
    width: 500px;
  }

  .v2_banner.slide-shadow h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .collbration-div {
    margin-top: 35px;
  }

  .v2_banner.slide-shadow p {
    max-width: 350px;
  }

  .lp-portfolio iframe {
    width: 100%;
  }

  /* line 827, ../sass/screen.scss */
  .mega-title {
    font-size: 42px;
  }

  /* line 828, ../sass/screen.scss */
  a {
    font-size: 14px;
    line-height: 20px;
  }

  /* line 830, ../sass/screen.scss */
  .video-section .col {
    padding: 0 15px;
  }

  /* line 831, ../sass/screen.scss */
  .video-section .row {
    margin: 0 -15px;
  }

  /* line 833, ../sass/screen.scss */
  button {
    padding: 8px 21px;
  }

  /* line 834, ../sass/screen.scss */
  #myBtnContainer {
    width: 100%;
    text-align: center;
  }

  /* line 835, ../sass/screen.scss */
  .women-blog .slide-shadow .slideshow_contain {
    width: 450px;
  }

  .women-blog .slide-shadow .silder_img {
    max-width: 500px;
  }

  .women-article .blog-desc {
    width: 50%;
  }

  /* line 836, ../sass/screen.scss */
  .women-blog h1 a {
    font-size: 35px;
    line-height: 45px;
  }

  /* line 837, ../sass/screen.scss */
  .left-blog {
    padding-right: 15px;
  }

  /* line 838, ../sass/screen.scss */
  .right-blog {
    padding-left: 15px;
  }

  /*.searchtoggle {
      right: 75px;
      max-width: 700px;
      padding: 13px 0;
    }*/
  .lan_switcher .main_lan_code {
    font-size: 14px;
    line-height: 20px;
  }

  header {
    padding: 0 15px;
  }

  .package_grid {
    padding: 30px 15px;
  }

  .package_grid ul li {
    margin-right: 5px;
  }
}

@media (max-width: 1150px) {
  .SiteLogo {
    width: auto !important;
  }

  .searchtoggle {
    right: 30px;
    max-width: 76%;
  }
}

@media (max-width: 1025px) {
  .primary-nav .SiteMenu {
    padding-left: 0 !important;
  }

  .primary-nav .SiteMenu li.menu-item {
    padding: 34px 5px !important;
  }
}

@media (max-width: 991px) {
  .callout_section .callout_image figure:after {
    padding-bottom: 74.5%;
  }

  /* line 841, ../sass/screen.scss */
  .lan_switcher {
    display: none;
  }

  .navbar-expand-toggle {
    display: inline-block;
    width: 25px;
    height: 8px;
    padding: 0;
    float: right;
    position: relative;
    cursor: pointer;
    border: none;
    margin-top: 18px;
    background: transparent;
    background: url(../img/menu.svg) no-repeat scroll center center;
  }

  /* line 882, ../sass/screen.scss */
  .slide-shadow {
    margin: 0;
  }

  /* line 883, ../sass/screen.scss */
  .slide-shadow .silder_img,
  .slide-shadow.v2_banner .silder_img {
    width: 100%;
    max-width: 100% !important;
  }

  /* line 884, ../sass/screen.scss */
  .slide-shadow .silder_img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  /* line 886, ../sass/screen.scss */
  .slide-shadow h1 {
    margin-top: 0;
  }

  /* line 887, ../sass/screen.scss */
  .slide-shadow .home-slide-desc {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    overflow: hidden;
  }

  /* line 888, ../sass/screen.scss */
  .slide-shadow .slideshow_contain {
    width: 100%;
    padding: 0 5px 70px;
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
  }

  .home-banner .slick-track,
  .home-banner .slick-list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .slide-shadow .silder_img figure,
  .lp-page .slide-shadow .silder_img figure {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  /* line 842, ../sass/screen.scss */
  .body-toogle-menu {
    overflow: hidden;
  }

  /* line 843, ../sass/screen.scss */
  .body-toogle-menu .header_contact_area {
    display: inline-flex;
  }

  /* line 845, ../sass/screen.scss */
  .searchtoggle {
    padding: 19px 25px 15px;
    right: 0;
    max-width: 100%;
  }

  .search-form .close-icon {
    top: 4px;
  }

  /* line 846, ../sass/screen.scss */
  .SiteLogo {
    display: none;
  }

  .searchtoggle .SiteLogo {
    display: none;
  }

  input[type="text"] {
    font-size: 14px;
    line-height: 20px;
  }

  .selectform-input,
  .selectform-input2 {
    border: 0.5px solid rgba(122, 122, 122, 0.2);
  }

  .search_button.close-icon {
    background: url(../img/search.svg) no-repeat scroll center center !important;
    z-index: 1;
  }

  .search-form {
    max-width: 100%;
  }

  .close-icon {
    display: block !important;
  }

  .search_button {
    z-index: 1;
  }

  /* line 847, ../sass/screen.scss */
  .searchtoggle input[type="text"] {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-top: 0 !important;
  }

  /* line 849, ../sass/screen.scss */
  .search-form {
    max-width: 100%;
  }

  /* line 850, ../sass/screen.scss */
  .navbar-expand-toggle.open {
    background: url(../img/close.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    padding: 20px 20px 20px 5px;
    margin-top: 0;
  }

  /* line 851, ../sass/screen.scss */
  .primary-nav {
    display: block;
    width: 100%;
    float: left;
    padding: 9px 0;
  }

  /* line 852, ../sass/screen.scss */
  .primary-nav .SiteLogo {
    display: block;
    float: left;
  }

  /* line 853, ../sass/screen.scss */
  .primary-nav .header_icon {
    padding: 0 15px;
  }

  /* line 854, ../sass/screen.scss */
  .primary-nav .header_contact_area {
    justify-content: space-between;
    align-items: center;
    float: right;
    margin: 7px 0;
  }

  /* line 855, ../sass/screen.scss */
  .primary-nav .head_box a.contact_btn {
    padding: 4px 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }

  /* line 856, ../sass/screen.scss */
  .primary-nav .SiteMenu {
    display: none;
  }

  /* line 858, ../sass/screen.scss */
  .slide-shadow .slideshow_contain {
    width: 400px;
  }

  /* line 861, ../sass/screen.scss */
  .mega-title {
    font-size: 32px;
  }

  /* line 862, ../sass/screen.scss */
  .about-content .about-desc {
    padding-right: 30px;
  }

  /* line 863, ../sass/screen.scss */
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }

  /* line 864, ../sass/screen.scss */
  .inner-page .slide-shadow .slideshow_contain {
    width: 350px;
  }

  /* line 865, ../sass/screen.scss */
  button {
    font-size: 14px;
    padding: 8px 8px;
  }

  /* line 866, ../sass/screen.scss */
  #myBtnContainer {
    padding: 50px 0;
  }

  /* line 867, ../sass/screen.scss */
  .right-side {
    padding-left: 30px;
    padding-top: 0 !important;
  }

  /* line 869, ../sass/screen.scss */
  .doc_about_section .left-side,
  .doc_detail_section .left-side {
    margin: 0;
  }

  /* line 871, ../sass/screen.scss */
  .testimonial-block {
    padding-bottom: 30px;
  }

  /* line 872, ../sass/screen.scss */
  .portfolio-content .contact-block {
    padding-right: 15px;
  }

  /* line 874, ../sass/screen.scss */
  .women-blog .slide-shadow .slideshow_contain {
    width: 360px;
  }

  /* line 875, ../sass/screen.scss */
  .women-blog h1 {
    margin: 10px 0;
  }

  /* line 876, ../sass/screen.scss */
  .women-blog h1 a {
    font-size: 25px;
    line-height: 35px;
  }

  .v2_banner.slide-shadow h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .v2_about.overview-section h2 br {
    content: "";
  }

  .faq-item h3 {
    padding: 30px 0 15px;
  }

  .faq-item p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .faq-item ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .benefit_grid .benfit_text {
    padding-right: 0;
  }

  .benefit_section .row.benefit_grid_row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .benefit_section .row.benefit_grid_row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {

  /* line 881, ../sass/screen.scss */
  .search-results .women-article {
    padding: 10px 0 0 !important;
  }

  .search-results .women-article .blog-item {
    margin: 0 !important;
  }

  .search-results .about-head h1 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .container,
  .container-lg {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  /* line 882, ../sass/screen.scss */
  .slide-shadow {
    margin: 0;
  }

  /* line 883, ../sass/screen.scss */
  .slide-shadow .silder_img,
  .slide-shadow.v2_banner .silder_img {
    width: 100%;
    max-width: 100% !important;
  }

  /* line 884, ../sass/screen.scss */
  .slide-shadow .silder_img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  /* line 886, ../sass/screen.scss */
  .slide-shadow h1 {
    margin-top: 0;
  }

  /* line 887, ../sass/screen.scss */
  .slide-shadow .home-slide-desc {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    overflow: hidden;
  }

  /* line 888, ../sass/screen.scss */
  .slide-shadow .slideshow_contain {
    width: 100%;
    padding: 0 5px 70px;
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
  }

  .home-banner .slick-track,
  .home-banner .slick-list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .slide-shadow .silder_img figure,
  .lp-page .slide-shadow .silder_img figure {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  /* line 890, ../sass/screen.scss */
  .line-1 {
    display: table-caption;
  }

  /* line 891, ../sass/screen.scss */
  .typed-words {
    display: inline-block;
    text-align: center;
  }

  /* line 892, ../sass/screen.scss */
  .video-section {
    margin: 70px 0;
    text-align: center;
  }

  /* line 893, ../sass/screen.scss */
  .video-item {
    margin-top: 30px;
  }

  /* line 894, ../sass/screen.scss */
  .section-services,
  .specialist-block,
  .blog-section,
  .contact-section,
  .about-head,
  .news-inner-section,
  .career_detail_section,
  .section-portfolio,
  .process_inner_contain,
  .faqs-section,
  .overview-section.v2_about,
  .appoinment-section.v2_design {
    padding: 70px 0;
  }

  /* line 895, ../sass/screen.scss */
  .news-event-section,
  .service-page {
    padding-bottom: 55px !important;
  }

  /* line 896, ../sass/screen.scss */
  .inner-page .blog-section {
    padding-bottom: 70px;
  }

  /* line 897, ../sass/screen.scss */
  .inner-page .section-services {
    padding-bottom: 63px;
  }

  /* line 899, ../sass/screen.scss */
  .section-services .service_slider {
    padding: 35px 0 0;
  }

  /* line 900, ../sass/screen.scss */
  .section-services .list-item li {
    margin: 7px 0;
  }

  /* line 902, ../sass/screen.scss */
  ol.grid_2_col {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  /* line 903, ../sass/screen.scss */
  .testimonial-slider .slick-list {
    padding: 50px 0 36px;
  }

  /* line 904, ../sass/screen.scss */
  .contact-us-form {
    max-width: 100%;
  }

  /* line 905, ../sass/screen.scss */
  .form-field-half,
  .form-field-full {
    margin-bottom: 12px;
  }

  /* line 906, ../sass/screen.scss */
  .section-footer {
    text-align: center;
    padding: 40px 0 18px;
  }

  /* line 907, ../sass/screen.scss */
  .section-footer .social-icon {
    position: relative;
    left: 0;
    margin: 40px 0 25px;
  }

  /* line 909, ../sass/screen.scss */
  .testimonial-item figure {
    width: 195px;
    height: 195px;
  }

  /* line 910, ../sass/screen.scss */
  .slick-prev {
    left: 0;
  }

  /* line 911, ../sass/screen.scss */
  .slick-next {
    right: 0;
  }

  /* line 912, ../sass/screen.scss */
  .link-list {
    margin: 25px 0;
  }

  /* line 913, ../sass/screen.scss */
  .about-content {
    display: block;
  }

  /* line 914, ../sass/screen.scss */
  .about-content .about-desc {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  /* line 915, ../sass/screen.scss */
  .about-content p {
    text-align: justify;
  }

  /* line 916, ../sass/screen.scss */
  .about-content h2,
  .about-content p {
    margin-bottom: 30px;
  }

  /* line 918, ../sass/screen.scss */
  .list-box {
    margin: 0 auto;
    max-width: 100%;
  }

  /* line 919, ../sass/screen.scss */
  .goal-block {
    display: block;
    text-align: center;
  }

  /* line 920, ../sass/screen.scss */
  .goal-block .desc {
    padding: 20px 0 0;
    text-align: justify;
  }

  /* line 921, ../sass/screen.scss */
  .goal-block h3:before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  /* line 922, ../sass/screen.scss */
  .goal-block h3,
  .goal-block .desc {
    display: inline-block;
    width: 100%;
  }

  /* line 924, ../sass/screen.scss */
  .accordian-section {
    padding: 33px 0;
  }

  /* line 925, ../sass/screen.scss */
  .card .accordion-title:after {
    height: 44px;
    width: 44px;
  }

  /* line 926, ../sass/screen.scss */
  .article {
    padding: 20px 0;
  }

  /* line 927, ../sass/screen.scss */
  .blog-item {
    margin: 15px 0;
  }

  /* line 928, ../sass/screen.scss */
  .inner-page .slide-shadow .slideshow_contain {
    width: 100%;
    border: none;
  }

  /* line 929, ../sass/screen.scss */
  .overview-section {
    text-align: center;
  }

  /* line 930, ../sass/screen.scss */
  .overview-section p {
    margin-top: 30px;
    text-align: justify;
  }

  /* line 932, ../sass/screen.scss */
  .section-portfolio {
    padding: 70px 10px 45px;
  }

  /* line 933, ../sass/screen.scss */
  .portfolio-dropdown {
    padding: 0 20px;
  }

  /* line 934, ../sass/screen.scss */
  .doc_detail_section {
    padding: 50px 0 70px;
    text-align: center;
  }

  /* line 935, ../sass/screen.scss */
  .doc_detail_section figure {
    max-width: 315px;
    margin-bottom: 30px;
  }

  /* line 936, ../sass/screen.scss */
  .doc_detail_section .desc {
    margin-top: 30px;
    text-align: justify;
  }

  /* line 937, ../sass/screen.scss */
  .doc_detail_section h5 {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 939, ../sass/screen.scss */
  .doc_about_section {
    padding: 70px 0;
  }

  /* line 940, ../sass/screen.scss */
  .doc_about_section h3 {
    text-align: center;
  }

  /* line 941, ../sass/screen.scss */
  .doc_about_section h3:before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  /* line 943, ../sass/screen.scss */
  .doc_about_section .desc {
    margin-top: 23px;
    text-align: justify;
  }

  /* line 944, ../sass/screen.scss */
  .doc_about_section p {
    margin: 7px 0;
  }

  /* line 946, ../sass/screen.scss */
  .contact-info-1 h5.grid-wrap {
    margin-top: 20px !important;
  }

  /* line 947, ../sass/screen.scss */
  .contact-info h5 {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 949, ../sass/screen.scss */
  .left-cms {
    width: 325px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 70px;
  }

  /* line 950, ../sass/screen.scss */
  .left-side,
  .right-side {
    width: 100%;
    padding: 0;
  }

  /* line 951, ../sass/screen.scss */
  .career-section {
    text-align: center;
    overflow-x: hidden;
  }

  /* line 952, ../sass/screen.scss */
  .career-section .container {
    padding: 0;
  }

  /* line 953, ../sass/screen.scss */
  .career-section img {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  }

  /* line 955, ../sass/screen.scss */
  .career-cms {
    margin: 50px 0;
    padding: 0 30px;
  }

  /* line 956, ../sass/screen.scss */
  .career_card {
    padding: 40px 30px;
    display: block;
    margin-bottom: 50px;
  }

  /* line 957, ../sass/screen.scss */
  .career_card h4 {
    margin: 30px 0 10px;
    font-size: 16px;
    line-height: 24px;
  }

  /* line 958, ../sass/screen.scss */
  .career_card h3 {
    text-align: center;
  }

  /* line 960, ../sass/screen.scss */
  .career_detail_section .title {
    margin-bottom: 50px;
  }

  /* line 961, ../sass/screen.scss */
  .card_btn,
  .link-btn {
    margin-top: 30px;
    text-align: center;
  }

  /* line 962, ../sass/screen.scss */
  .career_contact1 {
    padding-right: 15px;
    padding-top: 0px;
  }

  /* line 963, ../sass/screen.scss */
  .career_contact2 {
    padding-left: 15px;
    margin-top: 70px;
  }

  /* line 964, ../sass/screen.scss */
  .career-contact {
    padding: 50px 0 70px;
  }

  /* line 965, ../sass/screen.scss */
  .career-contact h2,
  .career-contact h5 {
    text-align: center;
  }

  /* line 967, ../sass/screen.scss */
  .input-file {
    padding: 14px 20px;
  }

  /* line 968, ../sass/screen.scss */
  .contact_list {
    margin-top: 30px;
  }

  /* line 970, ../sass/screen.scss */
  .portfolio-content .contact-block,
  .portfolio-content .map-img {
    width: 100%;
  }

  /* line 971, ../sass/screen.scss */
  .portfolio-content .contact-block {
    padding: 20px 0 0;
  }

  /* line 973, ../sass/screen.scss */
  .contact-cms {
    padding: 30px;
  }

  /* line 974, ../sass/screen.scss */
  .contact-btn {
    text-align: center;
    margin-top: 30px;
  }

  /* line 975, ../sass/screen.scss */
  .client-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 977, ../sass/screen.scss */
  .image-block .title {
    width: 100%;
    padding: 15px 0 0;
  }

  /* line 980, ../sass/screen.scss */
  .women-blog h1 {
    line-height: 0;
    margin: 15px 0 20px;
  }

  /* line 981, ../sass/screen.scss */
  .women-blog h1 a {
    font-size: 32px;
    line-height: 40px;
  }

  /* line 984, ../sass/screen.scss */
  .women-blog .slide-shadow .silder_img,
  .women-blog .slide-shadow .slideshow_contain {
    width: 100%;
  }

  /* line 985, ../sass/screen.scss */
  .women-blog .slide-shadow .slideshow_contain {
    margin-top: 30px;
  }

  /* line 988, ../sass/screen.scss */
  .women-article {
    padding: 70px 15px 45px !important;
  }

  /* line 989, ../sass/screen.scss */
  .women-article .title {
    text-align: center;
  }

  /* line 990, ../sass/screen.scss */
  .women-article .blog-desc {
    padding: 0 0 0 20px;
  }

  /* line 991, ../sass/screen.scss */
  .women-article .blog-item {
    margin: 25px 0;
  }

  /* line 992, ../sass/screen.scss */
  .women-article h3 {
    width: 100%;
  }

  /* line 993, ../sass/screen.scss */
  .women-article .article {
    padding-top: 25px;
  }

  /* line 995, ../sass/screen.scss */
  h3 a,
  .h3 a {
    font-size: 20px;
    line-height: 28px;
  }

  /* line 996, ../sass/screen.scss */
  .women-helth {
    padding: 70px 15px 45px !important;
  }

  /* line 997, ../sass/screen.scss */
  .women-helth .article {
    padding-top: 25px;
  }

  /* line 998, ../sass/screen.scss */
  .women-helth .blog-item {
    margin: 25px 0;
  }

  /* line 999, ../sass/screen.scss */
  .women-helth .blog-desc {
    padding-top: 20px;
  }

  /* line 1001, ../sass/screen.scss */
  .left-blog {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .offer-list {
    padding: 0 30px;
  }

  .list_1 .offer-list .common-list:nth-child(2) ul {
    margin-top: 15px;
  }

  .section-services .list-item h4 {
    text-align: center;
  }

  .process_item .pi_contain .pi-desc p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }

  .inner-desc .resouce_ad_block {
    display: block;
  }

  .inner-desc .resouce_ad_block figure.ad_figure {
    margin: 25px 0;
  }

  .callout_text_wrap {
    max-width: 100%;
    float: none;
  }

  .ipp_banner_row .ipp_banner_text {
    padding-left: 20px;
  }

  .callout_text_wrap .callout_text {
    float: none;
    margin: 0 auto;
  }

  .healthinner_page .doc_detail_section .left-side {
    display: block;
    text-align: center;
  }

  .dr_slider .slick-arrow {
    bottom: -64px;
  }

  .inclusion_row>.col:first-child {
    padding-right: 0px;
  }

  .inclusion_row>.col:last-child {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .doc_detail_section .doc_detail_item {
    /*padding-bottom: 50px;border: 1px solid #E8E8E8;*/
  }

  .doc_detail_section .doc_detail_item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
  }

  .ipp_banner_section .container {
    padding: 0 20px;
  }

  .ipp_banner_section .btn_mobile_only {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .ipp_banner_section .btn_desktop_only {
    display: none;
  }

  .ipp_banner_section h3.sub_title {
    margin-bottom: 30px;
  }

  .ipp_banner_section .ipp_banner_text.ipp_banner_description {
    padding: 30px;
    text-align: left;
  }

  .ipp_banner_section .ipp_banner_description h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }

  .ipp_banner_section .ipp_banner_image figure,
  .ipp_banner_section .ipp_banner_text {
    text-align: center;
  }

  .ipp_banner_section .term_condition_wrapper.model_open {
    background: rgb(0 0 0 / 30%);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 20px;
  }

  .ipp_banner_section .term_condition {
    width: 90%;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    max-height: 80%;
  }

  .term_condition_wrapper .term_condition_close {
    display: block;
  }

  .callout_section .callout_image figure:after {
    padding-bottom: 69.5%;
  }

  .single-post ul {
    margin-bottom: 0px;
  }

  .healthinner_page .slide-shadow p {
    margin-bottom: 30px;
  }

  .page-template-template-health-screening-packages .home-slide-desc .slideshow_contain .mega-title {
    margin-top: 10px;
  }

  .inner-desc .desc1 img,
  .inner-desc .desc2 img {
    height: auto;
  }

  input[type="date"] {
    min-height: 44px;
  }

  /* line 1004, ../sass/screen.scss */

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

  /* line 1005, ../sass/screen.scss */
  .mega-title {
    font-size: 28px;
    line-height: 36px;
  }

  /* line 1006, ../sass/screen.scss */
  h4 a,
  .h4 a,
  h4,
  .h4 {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 1007, ../sass/screen.scss */
  .slide-shadow .slide-btn .btn-secondary {
    width: 100%;
    margin: 30px 0 0;
  }

  /* line 1009, ../sass/screen.scss */
  .service-item figure {
    max-width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  /* line 1010, ../sass/screen.scss */
  .service-item .desc {
    margin-top: 10px;
  }

  /* line 1011, ../sass/screen.scss */
  .service-item .service-container {
    text-align: center;
    padding: 30px;
  }

  /* line 1013, ../sass/screen.scss */
  .appoinment-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .appoinment-section.v2_design p {
    margin: 0 0 30px;
  }

  .v2_banner.slide-shadow h1 {
    font-size: 28px;
    line-height: 36px;
  }

  /* line 1014, ../sass/screen.scss */
  .blog_slider {
    margin: 0 0 50px;
    padding-bottom: 0;
  }

  .blog-item {
    margin: 15px 0 45px;
  }

  .news-event-section .blog-item {
    margin: 15px 0;
  }

  /* line 1015, ../sass/screen.scss */
  .blog_slider .slick-list {
    margin: 0 -11px;
  }

  /* line 1016, ../sass/screen.scss */
  .blog_slider li {
    display: none;
    padding: 0 26px;
  }

  /* line 1017, ../sass/screen.scss */
  .blog_slider li:nth-child(-n + 1) {
    display: block;
  }

  /* line 1019, ../sass/screen.scss */
  .contact-us-form,
  .career-contact .contact-us-form {
    padding: 50px 20px;
  }

  /* line 1021, ../sass/screen.scss */
  .blog-desc h4 {
    margin: 5px 0 10px;
  }

  .blog-desc h4.bt {
    margin: 5px 0 0px;
  }

  /* line 1022, ../sass/screen.scss */
  .blog-desc p {
    opacity: 1;
  }

  .inner-desc figure:not(.ad_figure) {
    margin: 15px 0 30px;
  }

  /* line 1024, ../sass/screen.scss */
  .form-input {
    padding: 11px 15px !important;
  }

  /* line 1026, ../sass/screen.scss */
  .card-cms p {
    margin-bottom: 15px;
  }

  /* line 1027, ../sass/screen.scss */
  .card-cms h4 {
    margin-top: 25px;
  }

  /* line 1028, ../sass/screen.scss */
  .card-cms ul+p {
    margin-top: 0;
  }

  /* line 1030, ../sass/screen.scss */
  .card {
    padding: 37px 0;
  }

  /* line 1032, ../sass/screen.scss */
  .table thead th {
    text-align: center;
    padding: 15px 12px;
    font-size: 13px;
    line-height: 20px;
  }

  .table tbody td {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  /* line 1033, ../sass/screen.scss */
  .table tbody th,
  .table tbody td {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 1035, ../sass/screen.scss */
  .list-item li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    margin: 7px 0;
  }

  /* line 1036, ../sass/screen.scss */
  .list-item li:before {
    width: 13px;
    height: 13px;
  }

  /* line 1039, ../sass/screen.scss */
  .news-inner-section h2 {
    margin-bottom: 30px;
  }

  /* line 1040, ../sass/screen.scss */
  .news-inner-section .container {
    padding: 0;
  }

  /* line 1041, ../sass/screen.scss */
  .news-inner-section .grid-wrap {
    padding: 0 30px;
  }

  /* line 1042, ../sass/screen.scss */
  .news-inner-section figure {
    margin: 50px 0;
  }

  /* line 1043, ../sass/screen.scss */
  /*.news-inner-section p {
      text-align: justify;
    }*/

  /* line 1045, ../sass/screen.scss */
  .section-services .list-item {
    margin-top: 35px;
  }

  .section-services .list-item h4 {
    margin-top: 0;
  }

  /* line 1046, ../sass/screen.scss */
  ol.grid_2_col {
    padding: 0 30px;
  }

  /* line 1047, ../sass/screen.scss */
  .portfolio-grid .col-12 {
    margin: 25px 0 10px;
  }

  /* line 1048, ../sass/screen.scss */
  .testimonial-desc {
    margin-top: 20px;
  }

  /* line 1049, ../sass/screen.scss */
  #myBtnContainer {
    padding-bottom: 25px;
  }

  /* line 1050, ../sass/screen.scss */
  .thank-section {
    padding: 70px 15px;
  }

  /* line 1051, ../sass/screen.scss */
  .thank-section h2 {
    padding: 99px 0 20px;
  }

  /* line 1052, ../sass/screen.scss */
  .thank-section h2:after {
    width: 59px;
    height: 59px;
  }

  /* line 1055, ../sass/screen.scss */
  .embed-responsive-item {
    height: 210px;
  }

  /* line 1057, ../sass/screen.scss */
  .women-article .blog-img,
  .women-article .blog-desc {
    width: 100%;
  }

  /* line 1058, ../sass/screen.scss */
  .women-article .blog-desc {
    padding: 20px 0 0;
  }

  /* line 1060, ../sass/screen.scss */
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  /* line 1062, ../sass/screen.scss */
  .inner-desc h1 {
    margin: 15px 0;
  }

  /* line 1063, ../sass/screen.scss */
  .inner-desc .author-name {
    font-size: 13px;
    line-height: 20px;
    padding-left: 29px;
  }

  /* line 1064, ../sass/screen.scss */
  .inner-desc .author-name:before {
    background-size: 100%;
    width: 15px;
    height: 15px;
  }

  /* line 1066, ../sass/screen.scss */
  .inner-desc figure {
    margin: 50px 0;
  }

  /* line 1067, ../sass/screen.scss */
  .inner-desc p {
    font-size: 16px;
    line-height: 24px;
  }

  .inner-desc p+h2 {
    margin-top: 15px;
  }

  /* line 1068, ../sass/screen.scss */
  .inner-desc h2,
  .inner-desc h3 {
    margin-top: 25px;
  }

  /* line 1069, ../sass/screen.scss */
  .inner-desc ul,
  .inner-desc ol {
    padding: 0;
  }

  /* line 1070, ../sass/screen.scss */
  .inner-desc ul li,
  .inner-desc ol li {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 1072, ../sass/screen.scss */
  .inner-desc h4 {
    margin-top: 15px;
  }

  /* line 1074, ../sass/screen.scss */
  .article-list {
    margin: 43px 0 25px;
    padding: 20px;
  }

  /* line 1075, ../sass/screen.scss */
  .article-list a {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 1077, ../sass/screen.scss */
  .sticky-block {
    padding: 0;
    margin-top: 0;
  }

  /* line 1078, ../sass/screen.scss */
  .copyright {
    padding: 5px 15px;
  }

  .copyright p {
    max-width: 240px;
  }

  .offer-list {
    padding: 0px 14px;
  }

  .process_inner_contain h2 {
    max-width: 285px;
    margin: 0 auto;
  }

  .process_item {
    padding: 25px 0;
  }

  .process_contain_list {
    margin-top: 15px;
  }

  .process_count img {
    width: 70px;
  }

  .process_item .pi_contain .pi-desc {
    margin-top: 15px;
  }

  .process_item .pi_contain {
    padding: 20px 0 0 0;
  }

  .collbration-div li img {
    height: 51px;
  }

  .health_page .slide-shadow .slideshow_contain {
    max-width: 100%;
    padding: 0 0px 50px;
    margin-top: 30px;
    border-bottom: none;
  }

  .health_page .slide-shadow .slideshow_contain h2 {
    margin-bottom: 10px;
  }

  .health_page .slide-shadow p {
    margin-bottom: 30px;
  }

  .health_page .slide-shadow .slide-btn .btn.scroll_down_btn {
    padding: 12.5px;
  }

  .health_page .slide-shadow .slide-btn .btn-secondary span {
    padding-right: 31px;
  }

  .video-section .video_banner_text {
    max-width: 218px;
  }

  .video-section .video_banner_text h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .video-section .video-btn {
    height: 29px;
    width: 29px;
    background-size: cover;
  }

  .health_page .video-section .desc {
    margin: 30px 0 0;
  }

  .benefit_section {
    padding: 55px 0px;
  }

  .benefit_section .heading_text {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .benefit_grid>figure {
    height: 60px;
    width: 60px;
  }

  .benefit_grid>figure img {
    max-width: 40px;
  }

  .benefit_section .row.benefit_grid_row .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefit_grid .benfit_text {
    /* width: calc(100% - 60px);*/
    text-align: center;
  }

  .benefit_grid_row>.col {
    margin-bottom: 30px;
  }

  .benefit_grid_row>.col:last-child {
    margin-bottom: 0;
  }

  .health_page .container,
  .health_page .container-lg,
  .health_page .container-fluid,
  .healthinner_page .container,
  .healthinner_page .container-lg,
  .healthinner_page .container-fluid {
    padding: 0 20px;
  }

  .callout_text {
    padding: 50px 20px 20px;
    text-align: center;
  }

  .package_section {
    padding: 50px 0px;
  }

  .package_section .heading_text {
    margin: 0 auto 30px;
  }

  .package_grid {
    border-color: transparent;
    border-top-color: #79c816;
    padding: 30px;
    border-radius: 10px 10px 0 0;
  }

  .package_grid h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .package_grid_row>.col {
    margin-bottom: 15px;
  }

  .package_grid_row>.col:last-child {
    margin-bottom: 0;
  }

  .ipp_banner_section {
    padding: 50px 0px;
  }

  .ipp_banner_row .ipp_banner_image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .ipp_banner_row .ipp_banner_text {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .ipp_banner_image img {
    max-width: 87px;
    width: 100%;
  }

  .ipp_banner_text h4 {
    margin-bottom: 10px;
  }

  .ipp_banner_text .btn {
    margin-bottom: 15px;
  }

  .faq_section {
    padding: 50px 5px 20px 5px;
  }

  .faq_grid {
    padding: 30px 0px;
  }

  .faq_grid h3 {
    width: calc(100% - 60px);
  }

  .faq_grid .faq_desc {
    padding-top: 10px;
  }

  .faq_grid .faq_desc h5 {
    font-size: 17px;
    line-height: 25px;
  }

  .secondary-contact-section {
    padding: 50px 0;
  }

  .secondary-contact-section .contact-us-form .desc {
    margin: 10px 0 30px;
  }

  .secondary-contact-section .form-field-full {
    margin-bottom: 15px;
  }

  .secondary-contact-section .contact-us-form {
    padding: 33px 20px;
    width: calc(100% - 10px);
  }

  label {
    margin-bottom: 7px;
  }

  .secondary-contact-section form p,
  .secondary-contact-section form a {
    font-size: 10px;
    text-align: justify;
  }

  .slide-shadow .slideshow_contain {
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 0;
  }

  .video-section .desc {
    margin-bottom: 0px;
  }

  .secondary-contact-section .contact-form input {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .secondary-contact-section .contact-form .selectform-input2,
  .secondary-contact-section .contact-form .selectform-input3 {
    padding-right: 48px !important;
  }

  .secondary-contact-section form .btn {
    margin-top: 30px;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .healthinner_page .slide-shadow .slideshow_contain h2 {
    margin-bottom: 10px;
  }

  .healthinner_page .slide-shadow .slideshow_contain {
    max-width: 100%;
    padding: 0 0px 50px;
    margin-top: 30px;
    border-bottom: none;
  }

  .inclusion_section {
    padding: 50px 0px;
  }

  .inclusion_content {
    padding: 25px;
    border-radius: 0;
  }

  .inclusion_content p {
    font-size: 13px;
    line-height: 18px;
  }

  .inclusion_section .inclusion_content p {
    line-height: 18px;
    font-size: 13px;
  }

  .healthinner_page .doc_detail_section h5 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .healthinner_page .doc_detail_section {
    padding: 50px 0 50px;
  }

  .selectform-input3 {
    padding: 11px 15px !important;
  }

  .inclusion_content .row .col:last-child .inclusion_col h5:first-child {
    margin-top: 20px;
  }

  .blog-item .blog-container {
    max-width: 100%;
  }
}

@media (max-width: 411px) {

  /* line 1081, ../sass/screen.scss */
  .testimonial-desc {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1083, ../sass/screen.scss */
  .testimonial-slider .slick-prev {
    left: 15px;
  }

  /* line 1084, ../sass/screen.scss */
  .testimonial-slider .slick-next {
    right: 15px;
  }

  /* line 1086, ../sass/screen.scss */
  .list-box {
    width: 100%;
  }

  /* line 1087, ../sass/screen.scss */
  .left-cms {
    width: 100%;
  }

  /* line 1088, ../sass/screen.scss */
  .line-1 {
    display: inline-block;
  }

  /* line 1089, ../sass/screen.scss */
  .typed-words {
    width: 100%;
  }

  /* line 1090, ../sass/screen.scss */
  .blog-inner .container-lg {
    padding: 0;
  }

  /* line 1092, ../sass/screen.scss */
  .inner-desc .desc1,
  .inner-desc .desc2 {
    padding: 0 30px;
  }
}

@media (max-width: 374px) {

  /* line 1096, ../sass/screen.scss */
  .list-box {
    padding: 20px;
  }

  /* line 1098, ../sass/screen.scss */
  /*.testimonial-slider .slick-prev {
      left: 0;
    }*/
  /* line 1099, ../sass/screen.scss */
  /*.testimonial-slider .slick-next {
      right: 0;
    }*/

  /* line 1101, ../sass/screen.scss */
  .doc_detail_section ul li {
    padding: 0 15px;
  }

  /* line 1102, ../sass/screen.scss */
  .career_card {
    padding: 30px 25px;
  }

  /* line 1103, ../sass/screen.scss */
  /*.mega-title {
      font-size: 22px;
      line-height: 22px;
    }*/
}

@media (max-width: 1100px) {
  .SiteLogo {
    width: 120px;
  }
}

@media (max-width: 991px) {
  a.emergency-number {
    font-size: 15px;
    line-height: 23px;
  }
}

a.microsite-whatsapp-number {
  padding-left: 7px;
}

.updated-bgcolor {
  background: #fcae1e !important;
}

.updated-color {
  color: #fcae1e;
}

.updated-icon {
  background: url(../img/search-new.svg) no-repeat scroll center center;
}

.home-slide-desc .updated-color span {
  background: url(../img/btn-arr-yellow.svg) no-repeat right 0;
}

.home-slide-desc .updated-color span:hover {
  background: url(../img/btn-arr.svg) no-repeat right 0;
}

a.contact_btn.updated-bgcolor:hover {
  background: #0381CE !important;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.description-slick {
  margin-bottom: 20px;
}

.header-top-content {
  text-align: center;
  padding: 6px 20px;
}

.header-top-content * {
  color: #fff !important;
  font-family: Maax;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}

.header-top-content a {
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .header-top-content * {
    font-size: 14px;
    line-height: 16px;
  }
}

.preferred-location .form-preferred-location {
  cursor: pointer;
}

.preferred-method-dropdown ul li {
  cursor: pointer;
}