/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 49, ../sass/screen.scss */

body {
  font-family: 'Nunito', sans-serif;
}

/* line 51, ../sass/screen.scss */
body, ul, p, h1, h2, h3, h4, h5, h6, ol, figure, a, label {
  margin: 0;
  padding: 0;
}

@media (min-width: 1366px) {
  /* line 56, ../sass/screen.scss */
  .container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
  }
}
/* line 33, ../sass/screen.scss */
::-webkit-input-placeholder {
  color: #555555;
  opacity: 0.6;
}

/* line 34, ../sass/screen.scss */
:-moz-placeholder {
  color: #555555;
  opacity: 0.6;
}

/* line 35, ../sass/screen.scss */
::-moz-placeholder {
  color: #555555;
  opacity: 0.6;
}

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

/* line 64, ../sass/screen.scss */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

/* line 66, ../sass/screen.scss */
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 68, ../sass/screen.scss */
a, li {
  display: inline-block;
}

/* line 70, ../sass/screen.scss */
a {
  transition: all 0.3s ease 0s;
  color: #000;
}

/* line 74, ../sass/screen.scss */
a:hover {
  text-decoration: none;
  outline: none;
  color: #000;
}

/* line 79, ../sass/screen.scss */
h1 {
  font-size: 50px;
  line-height: 60px;
  color: #9bbb0a;
}

/* line 84, ../sass/screen.scss */
h2 {
  font-size: 42px;
  line-height: 50px;
  color: #008bd0 !important;
}

/* line 88, ../sass/screen.scss */
h3 {
  font-size: 32px;
  line-height: 40px;
}

/* line 92, ../sass/screen.scss */
h4 {
  font-size: 24px;
  line-height: 32px;
}

/* line 96, ../sass/screen.scss */
h5 {
  font-size: 20px;
  line-height: 28px;
  color: #8DD039;
}

/* line 101, ../sass/screen.scss */
p, h6, li, .anchor a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

/* line 107, ../sass/screen.scss */
h6, .anchor a {
  color: #555555;
}

/* line 110, ../sass/screen.scss */
h2, h4, p, li, h3 {
  color: #555555;
}

/* line 111, ../sass/screen.scss */
h4, h5 {
  font-weight: 700;
}

/* line 112, ../sass/screen.scss */
h2, h1, h3, .anchor a, h6 {
  font-weight: 700;
}

/* line 113, ../sass/screen.scss */
ol, ul {
  list-style-type: none;
}

/* line 116, ../sass/screen.scss */
a:focus, button:focus, input:focus, textarea:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 120, ../sass/screen.scss */
.dot-check.anchor a {
  position: relative;
}
/* line 121, ../sass/screen.scss */
.dot-check.anchor a:after {
  position: absolute;
  content: "";
  background: url("../img/righe-side.svg") no-repeat;
  top: 0;
  right: -39px;
  width: 25px;
  height: 25px;
}

ol{list-style: decimal; padding-left: 15px; padding-top: 20px;}
ol li{list-style: decimal;display: list-item;margin-bottom: 5px;}
ol li::marker{color: #9bbb0a;}

/* line 131, ../sass/screen.scss */
.space {
  padding: 140px 0;
}

/* line 132, ../sass/screen.scss */
.title h2 {
  padding-top: 8px;
}

/* line 133, ../sass/screen.scss */
.p-relative {
  position: relative;
}

/* line 134, ../sass/screen.scss */
.theme-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* line 139, ../sass/screen.scss */
.btn {
  background: #008bd0;
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border: none;
}

/* line 153, ../sass/screen.scss */
.btn:hover {
  background: #008bd0;
  color: #ffffff;
}

/* line 154, ../sass/screen.scss */
.btn:disabled, .btn:disabled {
  background: #B2B2B2;
}

/* line 155, ../sass/screen.scss */
.btn:focus, .btn:active {
  opacity: 0.6;
}

/* line 156, ../sass/screen.scss */
header {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

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

/* line 165, ../sass/screen.scss */
header.stickyHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation: smoothScroll 1s forwards;
  z-index: 99;
}

@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 189, ../sass/screen.scss */
body.body-toogle-menu {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

/* line 190, ../sass/screen.scss */
.primary-nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
}
/* line 198, ../sass/screen.scss */
.primary-nav .SiteLogo,
.primary-nav .navbar-brand {
  margin: 0;
}
/* line 200, ../sass/screen.scss */
.primary-nav .header_contact_area {
  display: flex;
  display: -ms-flexbox;
  justify-content: end;
  -webkit-justify-content: end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
/* line 214, ../sass/screen.scss */
.primary-nav .SiteMenu {
  text-align: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
/* line 222, ../sass/screen.scss */
.primary-nav .SiteMenu ul {
  width: 100%;
  display: inline-block;
  min-height: inherit;
  border: none;
  position: static;
  padding: 0;
}
/* line 229, ../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: 27px 15px 27px 15px;
}
/* line 236, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu {
  width: 261px;
  display: block;
  z-index: 499;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
 /* 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;*/
  background: #ffffff;
  box-shadow: 5px 10px 20px rgb(0 0 0 / 3%);
  margin-top: 5px;
	z-index: -1;
  display: none;
}
.primary-nav .SiteMenu li.menu-item ul.submenu:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: -5px;
    height: 5px;
}
/* line 250, ../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;
  float: left;
  text-align: left;
  background: #ffffff;
  padding: 0;
  width: 100%;
}
.primary-nav .SiteMenu li.menu-item ul.submenu li:first-child {
    border-radius: 5px 5px 0 0;
}
.primary-nav .SiteMenu li.menu-item ul.submenu li:last-child {
    border-radius: 0 0 5px 5px;
}
.primary-nav .SiteMenu li.menu-item ul.submenu li:hover a {
    color: #9bbb0a;
    background: #FAFDFF;
    border-top: 1px solid #F2FAFF;
    border-bottom: 1px solid #F2FAFF;
}
/* line 258, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li.menu_active:hover {
  background: #ECF7FF;
}
/* line 259, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li a {
  padding: 9px 20px;
  color: #7C7C7C;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* line 261, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu {
   top: 0;
  left: 100%;
  opacity: 0;
  background: #FAFDFF;
  visibility: hidden;
  opacity: 0;
  margin-left: 5px;
  margin-top: 0;
  box-shadow: 5px 10px 20px rgb(0 0 0 / 3%);
}
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li:first-child {
    border-radius: 5px 5px 0 0;
}
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li:last-child {
    border-radius: 0 0 5px 5px;
}
/* line 272, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li {
  width: 100%;
  float: left;
  text-align: left;
  transition: ease 0.3s;
}
/* line 273, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li:hover {
  background: #E3F4FF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li:hover a {
    color: #9bbb0a;
    background: #F7FCFF;
    border-top: 1px solid #F2FAFF;
    border-bottom: 1px solid #F2FAFF;
}
/* line 274, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li ul.submenu li a {
   padding: 9px 20px;
    color: #7C7C7C;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
/* line 279, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu li:hover > ul.submenu {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 285, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item ul.submenu .menu_active {
  background: #ECF7FF;
}
/* line 288, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
	z-index: 99;
  display: block;
}
.primary-nav .SiteMenu li.menu-item.current a { color: #9bbb0a; }
/* line 291, ../sass/screen.scss */
.primary-nav .SiteMenu a {
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
  font-weight: 500;
}
/* line 300, ../sass/screen.scss */
.primary-nav .SiteMenu a:hover {
  color: #9bbb0a;
}

/* line 304, ../sass/screen.scss */
.menu-item-has-children a {
  position: relative;
}

/* line 305, ../sass/screen.scss */
.app-container {
  position: relative;
  width: 100%;
  float: left;
}
/* line 309, ../sass/screen.scss */
.app-container .content-container {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  float: left;
}
/* line 314, ../sass/screen.scss */
.app-container .content-container .side-menu {
  overflow-y: auto;
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 345px;
  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: #F6FBFF;
}
/* line 325, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}
/* line 330, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header {
  width: 100%;
  padding: 23px 27px 24px 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-bottom: 1px solid  #E1EFFA;
}
/* line 339, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header h4 {
  display: inline-block;
  text-transform: capitalize;
  padding: 0;
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  width: auto;
}
/* line 349, ../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;
  width: 12.55px;
  height: 12.55px;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 359, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .navbar-header .SiteLogo {
  width: 144px;
  display: inline-block;
}
/* line 361, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}
/* line 366, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li {
  display: block;
}
/* line 367, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li.active a {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-bottom: 1px solid  #E1EFFA;
}
/* line 368, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li a {
  padding: 13px 30px 12px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-bottom: 1px solid  #E1EFFA;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* line 378, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li a:hover {
  background-color: #F6FBFF;
}
/* line 381, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li a {
  padding: 13px 29px 12px 45px;
  background: #ECF7FF;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-bottom: 1px solid  #E1EFFA;
}
/* line 382, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li a:hover {
  background-color: #D3EDFF;
}
/* line 385, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li ul li a {
  padding: 13px 49px 12px 60px;
  background: #E1F2FF;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-bottom: 1px solid  #E1EFFA;
}
/* line 386, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li ul li a:hover {
  background-color: #D3EDFF;
}
/* line 392, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .active {
  background: #F6FBFF;
}
/* line 394, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .metismenu .has-arrow::after {
  content: '+';
  font-size: 22px;
  color: #555555;
  font-weight: 200;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  top: 18px;
  right: 18px;
}
/* line 403, ../sass/screen.scss */
.app-container .content-container .side-menu .navbar-default .metismenu .active > .has-arrow::after {
  content: '-';
}

/* line 408, ../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 411, ../sass/screen.scss */
.head_con_no .call-btn {
  padding: 20px 22px 16px 59px;
  display: flex;
  flex-flow: column;
}
/* line 413, ../sass/screen.scss */
.head_con_no .call-btn .icon_click::before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  height: 38px;
  width: 38px;
  background: #008bd0 url("../img/phone.svg") no-repeat center center;
  box-shadow: 0px 5px 15px rgba(120, 120, 120, 0.1);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  animation: single 2s infinite;
}
/* line 429, ../sass/screen.scss */
.head_con_no .call-btn span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #008bd0;
}
/* line 436, ../sass/screen.scss */
.head_con_no .call-btn .contact_btn h6 {
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #008bd0;
}
/* line 438, ../sass/screen.scss */
.head_con_no .head_box {
  background-color: #008bd0;
  padding: 20px 35px 18px;
}
/* line 441, ../sass/screen.scss */
.head_con_no .head_box a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
/* line 442, ../sass/screen.scss */
.head_con_no .head_box a h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}

/* line 447, ../sass/screen.scss */
.header-change .primary-nav {
  justify-content: start;
}
/* line 448, ../sass/screen.scss */
.header-change .primary-nav .SiteMenu {
  max-width: 77%;
}

/* line 455, ../sass/screen.scss */
.SiteMenu li.menu-item:hover .mega-menu {
  display: block;
}

/* line 456, ../sass/screen.scss */
.mega-menu {
  width: 780px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  display: none;
  background: #ECF7FF;
  border-radius: 5px;
}

/* line 459, ../sass/screen.scss */
.mega-menu:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 460, ../sass/screen.scss */
.top_tab ul#myTab {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* line 462, ../sass/screen.scss */
.top_tab .nav-tabs li {
  padding: 0;
  display: inline-block;
  width: 33.3333%;
}

/* line 463, ../sass/screen.scss */
.top_tab .nav-tabs li .nav-link {
  background: #F6FBFF;
  font-size: 16px;
  line-height: 24px;
  color: #9bbb0a;
}

/* line 464, ../sass/screen.scss */
.nav-tabs .nav-link {
  border: none;
  padding: 20px 0;
  align-items: center;
}

/* line 465, ../sass/screen.scss */
.mega-menu:after {
  content: '';
  width: auto;
  height: auto;
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ECF7FF;
  position: absolute;
  top: -9px;
  right: auto;
  left: auto;
  margin: 0 auto;
}
.blog-inner-ig{ width: 100%; height: 100%; }
/* line 469, ../sass/screen.scss */
.tab-content .navbar {
  margin: 20px 35px 31px 35px;
  padding: 0;
}

/* line 471, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item .tab-content ul.submenu {
  width: 100%;
  position: relative;
  visibility: visible;
  padding: 0;
  opacity: 1;
  box-shadow: none !important;
  column-count: 2;
  column-gap: 48px;
  top: 0;
  background: transparent;
}

/* line 474, ../sass/screen.scss */
.tab-content .active {
  background: #ECF7FF;
}

/* line 475, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item .tab-content ul.submenu li {
  padding: 0;
  width: 100%;
  text-align: left;
  background: transparent;
}
/* line 476, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item .tab-content ul.submenu li:hover {
  background: #E3F4FF;
  border-radius: 2px;
}

/* line 478, ../sass/screen.scss */
.primary-nav .SiteMenu li.menu-item .tab-content ul.submenu li a {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 5px 20px;
  z-index: 1;
}

/* line 480, ../sass/screen.scss */
.top_tab .nav-tabs .nav-link.active {
  border-left: 1px solid #EBF3F8;
  border-right: 1px solid #EBF3F8;
}

/* line 482, ../sass/screen.scss */
.top_tab .nav-tabs li .top_tab .nav-tabs .nav-link:hover, .top_tab .nav-tabs .nav-link.active {
  background: #ECF7FF;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.03);
  border-radius: 0px;
}

/* line 485, ../sass/screen.scss */
.top_tab .nav-tabs .nav-link.active.mega-menu:after {
  border-bottom: 10px solid #E8F4FC;
}

/* line 488, ../sass/screen.scss */
.banner-section {
  padding: 90px 0 145px;
}
.home .banner-section .banner-content{
  max-width: 444px;
  margin: 0 auto;
  margin-right: 98px;
  padding-top: 64px;
}
/* line 489, ../sass/screen.scss */
.banner-section .banner-content {
  max-width: 555px;
  margin: 0 auto;
  margin-right: 98px;
}
/* line 490, ../sass/screen.scss */
.banner-section .banner-content p {
  max-width: 555px;
  margin: 20px 0;
	font-weight:400;
}
/* line 493, ../sass/screen.scss */
.banner-section .banner-img figure {
  z-index: 1;
  display: inline-block;
}
/* line 494, ../sass/screen.scss */
.banner-section .banner-img figure:after {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  background-color: #9bbb0a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  top: 114px;
  right: 0;
  height: 100%;
  z-index: 0;
}
/* line 505, ../sass/screen.scss */
.banner-section .banner-img figure img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 15px 30px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  right: 138px;
}
/* line 509, ../sass/screen.scss */
.banner-section .banner-img figure.img2 {
  display: inline-block;
  top: 154px;
  right: 58px;
  z-index: 11;
}
/* line 510, ../sass/screen.scss */
.banner-section .banner-img figure.img2:after {
  bottom: 17px;
  left: 18px;
  top: auto;
}
/* line 511, ../sass/screen.scss */
.banner-section .banner-img figure.img2 img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  right: 0;
}

/* line 516, ../sass/screen.scss */
.banner-section .banner-img figure.img2:before {
  display: none;
}

/* line 517, ../sass/screen.scss */
.banner-section .banner-img figure:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/banner-vector.png) no-repeat;
  bottom: 130px;
  left: -200px;
  z-index: 0;
  width: 149px;
  height: 150px;
}

/* line 528, ../sass/screen.scss */
.banner-section.section-bg {
  padding-top: 80px !important;
  padding-bottom: 117px !important;
}

/* line 530, ../sass/screen.scss */
.section-bg .banner-img figure {
  z-index: 1;
  display: inline-block;
}
/* line 531, ../sass/screen.scss */
.section-bg .banner-img figure:after {
  content: "";
  position: absolute;
  width: 409px;
  display: inline-block;
  background-color: #9bbb0a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  top: auto;
  right: 0;
  bottom: -36px;
  height: 360px;
  z-index: 0;
}
/* line 545, ../sass/screen.scss */
.section-bg .banner-img figure img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 15px 30px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  right: 96px;
  max-width:510px;
}

/* line 550, ../sass/screen.scss */
.banner-section.section-bg .banner-img figure:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/banner-vector.png) no-repeat;
  bottom: 53px;
  left: -149px;
  z-index: 0;
  width: 149px;
  height: 150px;
}

/* line 562, ../sass/screen.scss */
.images-and-font {
  background: #FAFCFD;
}
/* line 564, ../sass/screen.scss */
.images-and-font .images-content figure {
  display: inline-block;
  position: relative;
}
/* line 565, ../sass/screen.scss */
.images-and-font .images-content figure img {
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 1;
  position: relative;
}
/* line 566, ../sass/screen.scss */
.images-and-font .images-content figure:after {
  content: "";
  position: absolute;
  width: 149px;
  display: inline-block;
  background: url(../img/banner-vector.png) no-repeat;
  bottom: -44px;
  left: -51px;
  height: 150px;
  z-index: 0;
}
/* line 579, ../sass/screen.scss */
.images-and-font .font-content {
  padding-left: 99px;
}
/* line 580, ../sass/screen.scss */
.images-and-font .font-content h2 {
  padding-top: 8px;
}
/* line 581, ../sass/screen.scss */
.images-and-font .font-content ul {
  margin: 21px -15px 30px -10px;
}
/* line 582, ../sass/screen.scss */
.images-and-font .font-content ul li {
  font-size: 15px;
  line-height: 23px;
  position: relative;
  padding: 0 15px 0 10px;
	font-weight:400;
}
/* line 583, ../sass/screen.scss */
.images-and-font .font-content ul li:after {
  position: absolute;
  content: "";
  border: 1px solid #DDDDDD;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 592, ../sass/screen.scss */
.images-and-font .font-content ul li:last-child:after {
  content: none;
}
/* line 595, ../sass/screen.scss */
.images-and-font .font-content a.btn {
  margin-top: 30px;
}
/* line 596, ../sass/screen.scss */
.images-and-font .font-content p + p {
  padding-top: 20px;
}

/* line 601, ../sass/screen.scss */
.service-section .service-content {
  max-width: 750px;
  margin: auto;
}
/* line 602, ../sass/screen.scss */
.service-section .service-content h2 {
  max-width: 576px;
  margin: auto;
  margin-bottom: 35px;
}
/* line 603, ../sass/screen.scss */
.service-section .service-content ul {
  padding-top: 15px;
  display: inline-block;
  width: 100%;
}
/* line 604, ../sass/screen.scss */
.service-section.common-section ul li { width: 100%; }
.service-section.common-section h2 {padding-bottom: 30px;}
.common-section .common_left , .common-section .common_right { padding: 140px  }
.common-section .common_right { background: #EBF8FF; }
.service-section  ul li {
  margin-bottom: 15px;
  text-align: left;
  cursor: pointer;
  float: left;
  width: 50%;
  padding-left: 35px;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  font-weight: 600;
}
.service-section  ul li a{
text-decoration: underline;
 text-underline-position: under;
}
 
/* line 605, ../sass/screen.scss */
.service-section .service-content ul li:after,.service-section ul li:after {
  top: 4px;
}
.service-section ul li a { color: #555555;text-decoration-color: #777; }
.service-section ul li a:hover { color:#9bbb0a;text-decoration-color: #9bbb0a;}
.service-section.common-section ul li:last-child{ margin-bottom: 0 !important }
/* line 606, ../sass/screen.scss */
.service-section .service-content ul li a {
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  text-underline-position: under;
  color: #555555;
  font-weight: 400;
}
/* line 608, ../sass/screen.scss */
.service-section .service-content ul li a:hover {
  color: #71B818;
}
/* line 612, ../sass/screen.scss */
.service-section .service-content a.btn {
  margin-top: 15px;
}

/* line 616, ../sass/screen.scss */
.logo-section {
  padding: 120px 0;
}
/* line 617, ../sass/screen.scss */
.logo-section .logo-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.logo-section .logo-content p.color { color: #9bbb0a;padding-bottom: 5px; }
/* line 618, ../sass/screen.scss */
.logo-section .logo-content h2 + p {
  padding: 15px 0 30px;
	font-weight:400;
}
/* line 619, ../sass/screen.scss */
.logo-section .logo-content ul {
  margin: 0 -29px;
}

/* line 620, ../sass/screen.scss */
/*.logo-section .logo-content ul li {
  padding: 0 29px;
}*/
.logo-section .logo-content ul li img { width: 100% }
/* line 622, ../sass/screen.scss */
.logo-section .logo-content p {
  color: #414141;
}
/* line 623, ../sass/screen.scss */
.logo-section .logo-content ul + p {
  margin-bottom: 57px;
}

/* line 627, ../sass/screen.scss */
.our-service {
  background: #FCFEFF;
  padding-bottom: 218px;
}
/* line 628, ../sass/screen.scss */
.our-service .title {
  margin-bottom: 30px;
}

/* line 629, ../sass/screen.scss */
.our-service .service-box {
  background-color: #ffffff;
  padding: 40px 30px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.our-service .service-box .anchor a:after { display: none; }
.our-service .service-box img { 
  height: 60px;
}
/* line 631, ../sass/screen.scss */
.our-service .service-box h4 {
    padding: 0 0 10px;
    cursor: pointer;
}
/* line 632, ../sass/screen.scss */
.our-service .service-box h4:hover {
  color: #71B818;
}
/* line 634, ../sass/screen.scss */
.our-service .service-box a {
  margin-top: 20px;
  display: inline-block;
}
/* line 635, ../sass/screen.scss */
.our-service .service-box a img {
  margin-left: 15px;
}

/* line 640, ../sass/screen.scss */
.from-section {
  padding-bottom: 120px;
}
/* line 642, ../sass/screen.scss */
.from-section .form-title h6, .from-section .form-title h2 {
  color: #ffffff;
}
/* line 643, ../sass/screen.scss */
.from-section .form-title h6 {
  font-weight: 400;
}
/* line 644, ../sass/screen.scss */
.from-section .form-title h2 {
  margin-bottom: 40px;
}
/* line 646, ../sass/screen.scss */
.from-section .from-content {
  max-width: 754px;
  margin: 0 auto;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border-radius: 15px;
  padding: 70px 98px;
  padding-right: 95px;
}
.blog-inner-img { width: 100% }
/* line 648, ../sass/screen.scss */
.from-section .from-content form {
  display: inline-block;
  width: 100%;
}
.from-section .from-content form p {
  margin-bottom: 0;
}
/* line 649, ../sass/screen.scss */
.from-section .from-content p {
  font-weight: 500;
  max-width: 450px;
  margin: 10px auto 40px;
}
/* line 650, ../sass/screen.scss */
.from-section .from-content .form-input {
  background: #FFFFFF;
  border: 0.5px solid #F8F8F8;
  box-sizing: border-box;
  box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.15);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 14px 20px 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  border: none;
  color: #555555;
  float: left;
}
/* line 654, ../sass/screen.scss */
.from-section .from-content textarea.form-input {
  padding: 26px 20px;
  height: 169px;
  margin-bottom: 44px;
}
/* line 655, ../sass/screen.scss */
.from-section .from-content .from-content1 {
  max-width: 491px;
  margin: 0 auto;
}
/* line 658, ../sass/screen.scss */
.from-section .from-content .from-content2 ul {
  margin: 0 -10.5px;
  padding-top: 40px;
}
/* line 659, ../sass/screen.scss */
.from-section .from-content .from-content2 ul li {
  padding: 0 10.5px;
  width: 50%;
}
/* line 660, ../sass/screen.scss */
.from-section .from-content .from-content2 ul li h6 {
  color: #666666;
  margin-top: 10px;
}
/* line 661, ../sass/screen.scss */
.from-section .from-content .from-content2 ul li h6 a {
  text-decoration: underline;
  text-underline-position: under;
  display: inline-block;
}
/* line 664, ../sass/screen.scss */
.from-section .from-content .from-content2 ul .quicker h6 a {
  color: #5FA8D4;
}
/* line 665, ../sass/screen.scss */
.from-section .from-content .from-content2 ul .whats-app h6 a {
  color: #39BC36;
}
/* line 666, ../sass/screen.scss */
.from-section .from-content .from-content2 ul .quicker figure a {
  background: #5FA8D4;
  box-shadow: 0px 5px 15px rgba(120, 120, 120, 0.1);
  border-radius: 25px;
  width: 42px;
  height: 42px;
  line-height: 38px;
  position: relative;
  z-index: 9;
  border: 2px solid #EDF8FF;
}

/* line 682, ../sass/screen.scss */
.our-clinics {
  padding: 120px 0;
}

.specialist-section {
  padding: 120px 0 70px;
}
/* line 684, ../sass/screen.scss */
.our-clinics .our-clinics-content .title h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
/* line 685, ../sass/screen.scss */
.our-clinics .our-clinics-content .title {
  padding-bottom: 20px;
}
/* line 686, ../sass/screen.scss */
.our-clinics .our-clinics-content .title h2 {
    padding-top: 10px;
    font-weight: 700;
}
/* line 689, ../sass/screen.scss */
.our-clinics-box {
  background: linear-gradient(270deg, #B9DCFF 0%, rgba(199, 224, 253, 0.75) 41.31%, rgba(241, 235, 245, 0) 110.16%);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.page-template-template-contact .from-section{
  background: transparent !important;
  
}
.page-template-template-contact .from-section .from-content{
  background: #bcddfe !important;
}
.our-clinics-box figure{
  margin-right: 10px;
}
/* line 696, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-img {
    line-height: 0;
    text-align: right;
    margin-top: 35px;
}
/* line 699, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content label {
  background: #88C837;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
  padding: 1px 15px;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 701, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content h4 {
  max-width: 457px;
  padding-bottom: 10px;
  color: #555555;
  margin-top: 10px;
  font-weight: 500;
}
/* line 703, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li {
  margin-top: 10px;
  display: table;
  width: 100%;
  float: left;
}
/* line 704, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li span {
  display: table-cell;
}
/* line 705, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li span a {
  display: block;
  color: #555555;
}
/* line 707, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li span + span {
  padding-left: 30px;
}
/* line 708, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li .img-sec {
  width: 21px;
  color: #88C837;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
/* line 709, ../sass/screen.scss */
.our-clinics .our-clinics-box .card-content ul li .anchor a {
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  color: #88C837;
  text-underline-position: under;
}
/* line 717, ../sass/screen.scss */
.our-clinics .clinic-main-row2 .card-content h4 {
  padding-bottom: 0;
}
/* line 718, ../sass/screen.scss */
.our-clinics .clinic-main-row2 .card-content label {
    background: #7A7A7A;
    font-weight: 700;
}
/* line 719, ../sass/screen.scss */
.our-clinics .clinic-main-row2 .card-content ul {
  column-count: 2;
}

/* line 724, ../sass/screen.scss */
.important-information {
  padding: 120px 0;
  background: #F3FAFF;
}
/* line 725, ../sass/screen.scss */
.important-information .text-center {
  padding-bottom: 50px;
}
/* line 726, ../sass/screen.scss */
.important-information .important-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 20px;
  background-color: #FFFFFF;
}
.information-div {
  margin-top: 30px;
}
/* line 727, ../sass/screen.scss */
.important-information .important-box h5 {
  color: #555555;
  padding-bottom: 10px;
}
/* line 729, ../sass/screen.scss */
.important-information .important-box ul li {
    padding-left: 35px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}
/* line 730, ../sass/screen.scss */
.important-information .important-box ul li:after {
  top: 4px;
  background: url(../img/check-mark1.svg);
}

/* line 737, ../sass/screen.scss */
.why-choose-us .text-center {
  margin-bottom: 40px;
}
/* line 739, ../sass/screen.scss */
.why-choose-us .choose-content h1 {
  color: #008bd0;
  font-size: 70px;
  line-height: 80px;
}
/* line 740, ../sass/screen.scss */
.why-choose-us .choose-content h4 {
  padding: 10px 0;
}
/* line 741, ../sass/screen.scss */
.why-choose-us .choose-content p {
  text-align: justify;
	font-weight:400;
}
/* line 743, ../sass/screen.scss */
.why-choose-us .row {
  margin-right: -26.5px;
  margin-left: -26.5px;
}
/* line 744, ../sass/screen.scss */
.why-choose-us .col {
  padding-right: 26.5px;
  padding-left: 26.5px;
}

/* line 747, ../sass/screen.scss */
.bill-payment {
  padding: 130px 0 140px;
}
/* line 748, ../sass/screen.scss */
.bill-payment h2 {
  color: #9bbb0a;
  margin-bottom: 30px;
}
/* line 750, ../sass/screen.scss */
.bill-payment .bill-payment ul {
  padding-top: 5px;
  padding-left: 18px;
}
/* line 751, ../sass/screen.scss */
.bill-payment .bill-payment ul li {
  display: block;
  margin-top: 15px;
  padding-left: 25px;
}
/* line 753, ../sass/screen.scss */
.bill-payment .bill-payment ul li:after {
  background: #56BAEC;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 763, ../sass/screen.scss */
.bill-payment .bill-payment h4 + ul {
  margin: 40px -20px 0 -20px;
  padding: 0 0 10px 0;
}
/* line 764, ../sass/screen.scss */
.bill-payment .bill-payment h4 + ul li {
  padding: 0 20px;
  display: inline-block;
  margin-top: 0;
}
/* line 765, ../sass/screen.scss */
.bill-payment .bill-payment h4 + ul li:after {
  display: none;
}
.bill-payment-sec {
  padding: 130px 0 140px;
}
.bill-payment-sec h2 {
  color: #9bbb0a;
  margin-bottom: 30px;
  font-weight: 700;
}
.bill-payment-sec .bill-payment ul {
  padding-top: 5px;
  padding-left: 18px;
}
.bill-payment-sec .bill-payment ul li {
  display: block;
  margin-top: 15px;
  padding-left: 25px;
}
.bill-payment-sec .bill-payment ul li:after {
  background: #56BAEC;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.bill-payment-sec .bill-payment h4 + ul {
  margin: 40px -20px 0 -20px;
  padding: 0 0 10px 0;
}
.bill-payment-sec .bill-payment h4 + ul li {
  padding: 0 20px;
  display: inline-block;
  margin-top: 0;
}
.bill-payment-sec .bill-payment h4 + ul li:after {
  display: none;
}
.logo-section .logo-content ul + ul, .our-service .service-box figure + figure, .bill-payment-sec .bill-payment ul + ul {
  display: none;
}

/* line 1128, ../sass/screen.scss */
.bill-payment-sec .bill-payment ul + ul li:after {
  display: none;
}
/* line 772, ../sass/screen.scss */
.faq .text-center h2 {
  padding-bottom: 10px;
  color: #9bbb0a;
  font-weight: 700;
}
/* line 773, ../sass/screen.scss */
.faq .faq-box p a {
  display: initial;
}

/* line 777, ../sass/screen.scss */
.blog-section .title {
  margin-bottom: 30px;
}
/* line 778, ../sass/screen.scss */
.blog-section .title h6 {
  color: #56BAEC;
}
/* line 780, ../sass/screen.scss */
.blog-section .blog-card {
  box-shadow: -5px 10px 25px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* line 781, ../sass/screen.scss */
.blog-section .blog-card figure {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
/* line 782, ../sass/screen.scss */
.blog-section .blog-card figure img {
  transition: 0.3s;
}
/* line 783, ../sass/screen.scss */
.blog-section .blog-card figure img:hover {
  transform: scale(1.1);
}
/* line 786, ../sass/screen.scss */
.blog-section .blog-card .blog-content {
  padding: 20px 30px 30px 30px;
}
/* line 787, ../sass/screen.scss */
.blog-section .blog-card .blog-content a {
  color: #555555;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
/* line 789, ../sass/screen.scss */
.blog-section .blog-card .blog-content .anchor {
  margin-top: 15px;
}
/* line 790, ../sass/screen.scss */
.blog-section .blog-card .blog-content .anchor a {
  color: #008bd0;
  font-size: 18px;
  line-height: 26px;
}
/* line 791, ../sass/screen.scss */
.blog-section .blog-card .blog-content .anchor a img {
  margin-left: 15px;
}
/* line 796, ../sass/screen.scss */
.blog-section .blog-btn {
  margin-top: 30px;
}

/* line 799, ../sass/screen.scss */
.footer {
  padding: 19px 0 18px;
  background: #F3F3F3;
}
/* line 800, ../sass/screen.scss */
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 802, ../sass/screen.scss */
.footer .footer-content p {
  font-size: 15px;
  line-height: 23px;
  color: #777777;
}

/* line 808, ../sass/screen.scss */
.dr-discription {
  padding: 120px 0;
}
/* line 809, ../sass/screen.scss */
.dr-discription .dr-discription-content p {
  margin-top: 20px;
	font-weight:400;
}
/* line 810, ../sass/screen.scss */
.dr-discription .dr-discription-content h2 {
  padding-bottom: 10px;
}

/* line 815, ../sass/screen.scss */
.should-you-be .should-content h2, .should-you-be .should-content p, .how-can-osa-content h2, .how-can-osa-content p {
  color: #ffffff;
}

/* line 818, ../sass/screen.scss */
.symptoms-osa .symptoms-osa-title p {
  padding: 20px 0 10px;
	font-weight:400;
}
/* line 820, ../sass/screen.scss */
.symptoms-osa .symptoms-osa-box {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 946px;
  background: #FFFFFF;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 50px 98px;
}
/* line 822, ../sass/screen.scss */
.symptoms-osa .symptoms-osa-box h4 {
  padding-bottom: 20px;
  font-weight: 500;
}
.symptoms-osa .symptoms-osa-box ul li:first-child{
  margin-top: 0 !important;
}
/* line 823, ../sass/screen.scss */
.symptoms-osa .symptoms-osa-box ul li {
  margin-top: 12px;
  display: block;
  position: relative;
  padding-left: 15px;
}
/* line 824, ../sass/screen.scss */
.symptoms-osa .symptoms-osa-box ul li:after {
  background: #56BAEC;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 10px;
  transform: translateY(0);
}
.symptoms-osa .symptoms-osa-box ul + p , .symptoms-osa .symptoms-osa-box p + p ,.symptoms-osa .symptoms-osa-box p + ul { 
  padding-top: 20px;
}

/* line 835, ../sass/screen.scss */
.how-can-osa-content p + p {
  margin-top: 25px;
}

/* line 837, ../sass/screen.scss */
.treatment-option-section .treatment-tile {
  max-width: 458px;
}
.treatment-option-section .treatment-tile p + p {
  padding-top: 20px;
}
/* line 838, ../sass/screen.scss */
.treatment-option-section .treatment-tile h2 {
  margin-bottom: 30px;
  margin-top: 64px;
}
/* line 841, ../sass/screen.scss */
.treatment-option-section .treatment-option ,.treatment-option-section .treatment-option {
  background: #F7FBFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 50px;
}
.treatment-option-section .treatment-option p { padding-top: 15px; }
.treatment-option-section .treatment-option p:empty { display: none; }
/* line 842, ../sass/screen.scss */
.treatment-option-section .treatment-option ol li,.treatment-option-section .treatment-option ul li {
  margin-top: 12px;display: block;
}
.treatment-option-section .treatment-option ul li{
  position: relative;
  padding-left: 33px;
}
.treatment-option-section .treatment-option ul li:after{
  display: inline-block;
  background: url(../img/check-mark.svg);
  width: 20px;
  position: absolute;
  content: "";
  border: none;
  height: 20px;
  top: 3px;
  left: 0;
  transform: translateY(0);
}
/* line 843, ../sass/screen.scss */
.treatment-option-section .treatment-option ol li:first-child,.treatment-option-section .treatment-option ul li:first-child {
  margin-top: 0;
}
/* line 847, ../sass/screen.scss */
.treatment-option-section .treatment-option-section2 {
  max-width: 994px;
  margin: 0 auto;
}
/* line 848, ../sass/screen.scss */
.treatment-option-section .treatment-option-section2 .treatment-tile {
  max-width: 100%;
}
/* line 849, ../sass/screen.scss */
.treatment-option-section .treatment-option-section2 .treatment-tile h2 {
  margin-top: 0;
}
/* line 850, ../sass/screen.scss */
.treatment-option-section .treatment-option-section2 .treatment-tile p {
  max-width: 972px;
  margin: 0 auto;
}
#main_description .treatment-option-section2 .treatment-tile p { padding-bottom: 30px; }
/* line 852, ../sass/screen.scss */
.treatment-option-section .treatment-option-section2 .treatment-option ol {
  margin-top: 30px;
  padding: 50px 97px;
}
#main_description.treatment-option-section .treatment-option ol ,#main_description.treatment-option-section .treatment-option ul { 
  margin-top: 0
 }
#main_description.treatment-option-section .treatment-option{
  padding:0;
}
/* line 858, ../sass/screen.scss */
.services-tempalte .banner-section {
  padding: 80px 0;
}
/* line 859, ../sass/screen.scss */
.services-tempalte .banner-section .banner-content {
  max-width: 555px;
  margin-right: 15px;
}
/* line 862, ../sass/screen.scss */
.services-tempalte .banner-section .banner-content p {
  max-width: 100%;
  margin-bottom: 30px;
}
/* line 865, ../sass/screen.scss */
.services-tempalte .images-and-font1 {
  padding-bottom: 140px;
}
/* line 869, ../sass/screen.scss */
.services-tempalte .images-and-font1 .images-content figure img {
  box-shadow: 15px 30px 50px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  max-width: 458px;
  height: 100%;
  object-fit: cover;
}
/* line 873, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content h2 {
  padding: 0;
}
/* line 874, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content p {
  margin-top: 30px;
  max-width: 550px;
}
/* line 875, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content ul {
  margin: 0;
}
/* line 876, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content ul li {
  padding-left: 33px;
  display: block;
  margin-top: 15px;
  padding-right: 0;
}
/* line 877, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content ul li:after {
  position: absolute;
  content: "";
  border: none;
  height: 20px;
  top: 3px;
  right: 0;
  transform: translateY(0);
}
/* line 888, ../sass/screen.scss */
.services-tempalte .images-and-font1 .font-content li img {
  width: 18px;
}

/* line 894, ../sass/screen.scss */
.the-first .the-first-content h4 {
  color: #ffffff;
  font-weight: 400;
}
/* line 895, ../sass/screen.scss */
.the-first .the-first-content h4 + a {
  margin: 30px 0 37px;
  background-color: #ffffff;
  color: #78C716;
}
/* line 896, ../sass/screen.scss */
.the-first .the-first-content .down-arrow-animated span {
  border-color: #ffffff;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

/* line 905, ../sass/screen.scss */
.faq-osa-section .faq-osa-section-title h2 {
  max-width: 946px;
  margin: 0 auto;
}
/* line 906, ../sass/screen.scss */
.faq-osa-section .faq-osa-section-title p {
  padding: 30px 0 10px;
}
/* line 908, ../sass/screen.scss */
.faq-osa-section .faq-osa-box {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  margin-top: 20px !important;
  background-color: #ffffff;
  padding: 50px 113px 50px 98px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  max-width: 946px;
  margin: 0 auto;
}
/* line 909, ../sass/screen.scss */
.faq-osa-section .faq-osa-box p {
  margin-top: 20px;
}
/* line 910, ../sass/screen.scss */
.faq-osa-section .faq-osa-box h4 {
  font-weight: 500;
}
/* line 911, ../sass/screen.scss */
.faq-osa-section .faq-osa-box p + p {
  margin-top: 26px;
}
/* line 912, ../sass/screen.scss */
.faq-osa-section .faq-osa-box ul {
  padding-top: 8px;
}
/* line 913, ../sass/screen.scss */
.faq-osa-section .faq-osa-box ul li {
  margin-top: 12px;
  display: block;
  padding-left: 15px;
  position: relative;
}
/* line 914, ../sass/screen.scss */
.faq-osa-section .faq-osa-box ul li:after {
  background: #56BAEC;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 10px;
  transform: translateY(0);
}

/* line 930, ../sass/screen.scss */
.blog-page .blog-section {
  padding: 120px 0;
}
/* line 931, ../sass/screen.scss */
.blog-page .blog-section .title {
  margin-bottom: 0;
}
/* line 933, ../sass/screen.scss */
.blog-page .blog-card {
  margin-top: 30px;
}

/* line 936, ../sass/screen.scss */
.feature-article-sec .feature-content {
  max-width: 458px;
  margin-left: auto;
  margin-right: 113px;
}
/* line 937, ../sass/screen.scss */
.feature-article-sec .feature-content h6 {
  color: #56BAEC;
  letter-spacing: 5px;
  text-transform: uppercase;
}
/* line 938, ../sass/screen.scss */
.feature-article-sec .feature-content h2 {
  padding: 15px 0 20px;
}
/* line 939, ../sass/screen.scss */
.feature-article-sec .feature-content h2 a {
  color: #555555;
}
/* line 940, ../sass/screen.scss */
.feature-article-sec .feature-content h2 a:hover {
  color: #71B818;
}
/* line 943, ../sass/screen.scss */
.feature-article-sec .feature-content .btn {
  margin-top: 20px;
}
/* line 945, ../sass/screen.scss */
.feature-article-sec .feature-images {
  width: 100%;
  float: left;
}
/* line 946, ../sass/screen.scss */
.feature-article-sec .feature-images a {
  width: 100%;
  float: left;
}
/* line 947, ../sass/screen.scss */
.feature-article-sec .feature-images a figure {
  overflow: hidden;
}
/* line 948, ../sass/screen.scss */
.feature-article-sec .feature-images a figure img {
  width: 100%;
  transition: 0.3s;
}
/* line 949, ../sass/screen.scss */
.feature-article-sec .feature-images a figure img:hover {
  transform: scale(1.1);
}

/* line 958, ../sass/screen.scss */
.theme-container.blog-inner {
  overflow-x: inherit;
}

/* line 961, ../sass/screen.scss */
.blog-inner-section {
  padding: 70px 0 130px;
}
/* line 962, ../sass/screen.scss */
.blog-inner-section .inner-title {
  max-width: 639px;
}
/* line 963, ../sass/screen.scss */
.blog-inner-section .inner-title h2 {
  margin-bottom: 19px;
}
/* line 964, ../sass/screen.scss */
.blog-inner-section .inner-title h6 {
  color: #555555;
  font-weight: 400;
  position: relative;
  padding-left: 27px;
}
/* line 965, ../sass/screen.scss */
.blog-inner-section .inner-title h6:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/blog-check.svg);
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
}
/* line 975, ../sass/screen.scss */
.blog-inner-section .inner-title h6 a {
  color: #008bd0;
  display: initial;
}
/* line 976, ../sass/screen.scss */
.blog-inner-section .inner-title h6 img {
  width: 12px;
  margin-right: 15px;
}
/* line 980, ../sass/screen.scss */
.blog-inner-section .inner-content figure {
  padding: 29px 0 15px;
}
/* line 981, ../sass/screen.scss */
.blog-inner-section .inner-content p {
  margin-top: 15px;
}
/* line 982, ../sass/screen.scss */
.blog-inner-section .inner-content h5 {
  color: #555555;
  margin-top: 30px;
  font-weight: 500;
}
/* line 983, ../sass/screen.scss */
.blog-inner-section .inner-content h4 {
  margin-top: 50px;
  font-weight: 500;
}
/* line 984, ../sass/screen.scss */
.blog-inner-section .inner-content ul {
  padding-left: 21px;
  padding-top: 16px;
}
/* line 985, ../sass/screen.scss */
.blog-inner-section .inner-content ul li {
  position: relative;
  padding-left: 15px;
  max-width: 604px;
  margin-top: 4px;
}
/* line 986, ../sass/screen.scss */
.blog-inner-section .inner-content ul li:after {
  background: #56BAEC;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 10px;
  transform: translateY(0);
}
/* line 996, ../sass/screen.scss */
.blog-inner-section .inner-content ul + p {
  padding-top: 5px;
}
/* line 998, ../sass/screen.scss */
.blog-inner-section .right-blog {
  background: #F6FBFF;
  padding: 40px 30px 30px 35px;
  position: sticky !important;
  margin-top: 29px;
  top: 103px;
}
/* line 1000, ../sass/screen.scss */
.blog-inner-section .right-blog .article-list h4 {
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
/* line 1001, ../sass/screen.scss */
.blog-inner-section .right-blog .article-list h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #56BAEC;
}
/* line 1011, ../sass/screen.scss */
.blog-inner-section .right-blog .article-list h6 {
  padding-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
  padding-top: 20px;
}
/* line 1012, ../sass/screen.scss */
.blog-inner-section .right-blog .article-list h6 a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
}

/* line 1020, ../sass/screen.scss */
.media-event {
  background: #FAFCFD;
  padding: 120px 0 105px;
}
/* line 1021, ../sass/screen.scss */
.media-event .text-center h2 {
  margin-bottom: 20px;
}
/* line 1022, ../sass/screen.scss */
.media-event .media-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
/* line 1023, ../sass/screen.scss */
.media-event .media-card figure {
  overflow: hidden;
}
/* line 1024, ../sass/screen.scss */
.media-event .media-card figure img {
  width: 100%;
  transition: 0.3s;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	max-height:234px;
}
/* line 1025, ../sass/screen.scss */
.media-event .media-card figure img:hover {
  transform: scale(1.1);
}
/* line 1028, ../sass/screen.scss */
.media-event .media-card .media-title {
  padding: 20px 30px 30px 30px;
}
/* line 1029, ../sass/screen.scss */
.media-event .media-card .media-title h6 {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9bbb0a;
}
/* line 1030, ../sass/screen.scss */
.media-event .media-card .media-title a {
  font-size: 20px;
  line-height: 28px;
  color: #555555;
	font-weight:500;
}

/* line 1037, ../sass/screen.scss */
.media-inner-section {
  padding: 100px 0 120.87px;
}
/* line 1038, ../sass/screen.scss */
.media-inner-section .media-inner-contet {
  max-width: 750px;
  margin: 0 auto;
}
/* line 1039, ../sass/screen.scss */
.media-inner-section .media-inner-contet h6 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #9bbb0a;
}
/* line 1040, ../sass/screen.scss */
.media-inner-section .media-inner-contet h2 {
  padding: 19px 0 30px;
}
/* line 1041, ../sass/screen.scss */
.media-inner-section .media-inner-contet figure + p {
  margin-top: 35px;
}
/* line 1042, ../sass/screen.scss */
.media-inner-section .media-inner-contet p {
  margin-top: 20px;
	font-weight:400;
}
.media-inner-section .media-inner-contet p a, .media-inner-section .media-inner-contet li a { color:#9bbb0a }
.media-inner-section .media-inner-contet p a:hover , .media-inner-section .media-inner-contet li a:hover { text-decoration:underline;text-underline-position:under}
/* line 1045, ../sass/screen.scss */
.thanks-section {
  background: linear-gradient(0deg, #6e6f70, #6e6f70), #6e6f70;
  padding: 150px 0;
}
/* line 1046, ../sass/screen.scss */
.thanks-section h3 {
  margin: 40px 0 15px;
}
/* line 1047, ../sass/screen.scss */
.thanks-section h3, .thanks-section p {
  color: #ffffff;
}

/* line 1055, ../sass/screen.scss */
.count ol {
  counter-reset: my-sec-counter;
}
/* line 1056, ../sass/screen.scss */
.count ol li {
  position: relative;
  padding-left: 31px;
}
/* line 1057, ../sass/screen.scss */
.count ol li:after {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
  position: absolute;
  color: #555555;
  font-size: 18px;
  line-height: 26px;
  left: 0;
  top: 0;
}

/* line 1068, ../sass/screen.scss */
.service-comman h2 {
  padding-bottom: 10px;
}
/* line 1068, ../sass/screen.scss */
.service-comman p {
  margin-top: 20px;
}

/* line 1069, ../sass/screen.scss */
.anchor a:hover {
  color: #008bd0 !important;
}

/* line 1070, ../sass/screen.scss */
.light-blue {
  background-color: #F8FCFF;
}

/* line 1071, ../sass/screen.scss */
.green-color {
  background-color: #9bbb0a;
}

/* line 1072, ../sass/screen.scss */
.box-css {
  background: #ffffff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 30px;
  padding: 40px 70px;
}
/* line 1074, ../sass/screen.scss */
.box-css p {
  margin-top: 20px;
}
/* line 1075, ../sass/screen.scss */
.box-css p a {
  color: #88C837;
  text-decoration: underline;
  text-underline-position: under;
}

/* line 1078, ../sass/screen.scss */
.dot li {
  position: relative;
}
/* line 1079, ../sass/screen.scss */
.dot li:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/check-mark.svg");
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

/* line 1082, ../sass/screen.scss */
.down-arrow-animated {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

/* line 1088, ../sass/screen.scss */
.down-arrow-animated span {
  border-color: #5386A5;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #5386A5;
  border-right: 3px solid #5386A5;
  transform: rotate(45deg);
  margin: -3px 0;
  animation: animate-down-arrow 2s infinite;
}

/* line 1099, ../sass/screen.scss */
.down-arrow-animated span:nth-child(2) {
  animation-delay: -0.2s;
}

/* line 1102, ../sass/screen.scss */
.down-arrow-animated span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate-down-arrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@keyframes single {
  0% {
    box-shadow: 0 0 0 0 #9bbb0a;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
/* line 1124, ../sass/screen.scss */
.logo-section .logo-content ul + ul, .our-service .service-box figure + figure, .bill-payment .bill-payment ul + ul {
  display: none;
}

/* line 1125, ../sass/screen.scss */
.bill-payment .bill-payment ul + ul li:after {
  display: none;
}
.wpcf7 .ajax-loader { display: none; }
.our-service .service-box a img { 
  width: 25px;
  height: 25px;
}
.app-container .content-container .side-menu .navbar-default ul.metismenu li ul li.active a {
    background: #E1F2FF;
}
.important-information .text-center h2 {
    font-weight: 700;
}
.services-tempalte .images-and-font1 .font-content p + ul li {
    font-size: 18px;
    line-height: 26px;
}
.services-tempalte .images-and-font1 .font-content p + ul li a { color: #6e6f70 }
.services-tempalte .images-and-font1 .font-content p + ul li a:hover { text-decoration:underline;text-underline-position:under}
#wpcf7-f76-o1 p br { display: none; }
#wpcf7-f76-o1 span.wpcf7-form-control-wrap {
  display: grid;
}
#wpcf7-f76-o1 span.wpcf7-form-control-wrap  .form-input{
  order: 1;
}
#wpcf7-f76-o1 .wpcf7-not-valid-tip{
    font-size: 14px;
    padding-bottom: 5px;
}
#wpcf7-f76-o1 .wpcf7-response-output { display: none; }
.inner-content p a { color: #57585A;text-decoration: underline;text-underline-position: under; }
.inner-content p a:hover { color: #3C1F2C; }
.media-event .media-card figure a:after {
  content: '';
  position: relative;
  display: inline-block;
  padding-bottom: 63.1%;
  width: 100%;
}
.media-event .media-card figure a{position: relative;display: block;}
.media-event .media-card figure img{position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: none;}

@media (max-width: 1440px) {
  /* line 1129, ../sass/screen.scss */
  .feature-article-sec .feature-images {
    width: 100%;
    float: right;
    max-width: 704px;
  }
  /* line 1130, ../sass/screen.scss */
  .feature-article-sec .feature-images a {
    float: right;
    width: 100%;
  }

  /* line 1133, ../sass/screen.scss */
  .header-change .primary-nav .SiteMenu {
    max-width: 56.8%;
  }
}
@media (max-width: 1305px) {
  /* line 1136, ../sass/screen.scss */
  .banner-section.section-bg .banner-content {
    margin: 0 auto;
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 1142, ../sass/screen.scss */
  .banner-section h1 {
    font-size: 35px;
    line-height: 45px;
  }

  /* line 1143, ../sass/screen.scss */
  .banner-section {
    padding-bottom: 90px;
  }

  /* line 1144, ../sass/screen.scss */
  .banner-section .banner-content {
    padding-left: 15px;
    margin-right: auto;
  }

  /* line 1145, ../sass/screen.scss */
  .banner-img figure img {
    max-width: 267px;
  }

  /* line 1146, ../sass/screen.scss */
  .banner-section .banner-img figure img {
    right: 34px;
  }

  /* line 1147, ../sass/screen.scss */
  .banner-section .banner-img figure.img1:after {
    width: 209px;
    height: 239px;
    top: 75px;
  }

  /* line 1148, ../sass/screen.scss */
  .banner-section .banner-img figure:before {
    width: 99px;
    height: 99px;
    background-size: cover;
    left: -73px;
    bottom: 85px;
  }

  /* line 1149, ../sass/screen.scss */
  .banner-section .banner-img figure.img2 img {
    width: 107px;
    top: auto;
    bottom: 46px;
    right: auto;
    left: 82px;
  }

  /* line 1150, ../sass/screen.scss */
  .banner-section .banner-img figure.img2:after {
    bottom: auto;
    left: auto;
    top: -57px;
    right: -93px;
  }

  /* line 1152, ../sass/screen.scss */
  .section-bg .banner-img figure img {
    max-width: 295px;
  }

  /* line 1153, ../sass/screen.scss */
  .section-bg .banner-img figure:after {
    width: 215px;
    height: 202px;
  }

  /* line 1157, ../sass/screen.scss */
  .thanks-section {
    padding: 70px 30px;
  }
  /* line 1158, ../sass/screen.scss */
  .thanks-section img {
    width: 80px;
  }
  /* line 1159, ../sass/screen.scss */
  .thanks-section h3 {
    margin: 20px 0;
    font-size: 24px;
    line-height: 32px;
  }

  /* line 1161, ../sass/screen.scss */
  .primary-nav {
    padding-left: 0;
  }
  /* line 1162, ../sass/screen.scss */
  .primary-nav .SiteLogo img {
    max-width: 132px;
  }
  /* line 1164, ../sass/screen.scss */
  .primary-nav .SiteMenu a {
    line-height: 22px;
    font-size: 13px;
  }
  /* line 1166, ../sass/screen.scss */
  .primary-nav .SiteMenu li.menu-item {
    padding: 27px 8px;
  }

  /* line 1171, ../sass/screen.scss */
  .head_con_no .call-btn {
    padding: 20px 15px 16px 50px;
  }
  /* line 1172, ../sass/screen.scss */
  .head_con_no .call-btn .contact_btn h6 {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 1175, ../sass/screen.scss */
  .head_con_no .head_box {
    padding: 20px 18px 18px;
  }
  /* line 1176, ../sass/screen.scss */
  .head_con_no .head_box a h6 {
    font-size: 16px;
    line-height: 26px;
  }

  /* line 1180, ../sass/screen.scss */
  .logo-section .logo-content ul {
    margin: 0 -20px 20px;
  }
  /* line 1181, ../sass/screen.scss */
  .logo-section .logo-content ul li {
    padding: 0 20px;
  }

  /* line 1184, ../sass/screen.scss */
  .why-choose-us .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 1185, ../sass/screen.scss */
  .why-choose-us .row .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  /* line 1190, ../sass/screen.scss */
  .common-section .common_left, .common-section .common_right { padding: 70px; }
  .bill-payment .cash {
      display: block;
  }
  .banner-section .banner-content {
    text-align: center;
    padding-left: 0;
  }

  /* line 1191, ../sass/screen.scss */
  .banner-section .banner-img {
    padding-bottom: 115px;
    margin: 0 -15px;
  }

  /* line 1192, ../sass/screen.scss */
  .banner-section .banner-content p {
    margin: 0 auto;
    padding: 20px 0;
  }

  /* line 1194, ../sass/screen.scss */
  .banner-section.section-bg {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
  }

  /* line 1195, ../sass/screen.scss */
  .banner-section.section-bg .banner-content {
    margin: 0 auto;
    text-align: center;
    padding-top: 71px;
  }

  /* line 1196, ../sass/screen.scss */
  .section-bg .banner-img figure {
    margin: 0 -15px;
  }

  /* line 1197, ../sass/screen.scss */
  .section-bg .banner-img figure.img1:after {
    bottom: -30px;
    width: 215px;
    height: 202px;
    top: auto;
    right: -40px;
    left: auto;
  }

  /* line 1198, ../sass/screen.scss */
  .banner-section.section-bg .banner-img figure:before {
    bottom: 18px;
    left: -128px;
    width: 83px;
    height: 83px;
    background-size: cover;
  }

  /* line 1202, ../sass/screen.scss */
  .header-change .primary-nav {
    justify-content: space-between;
  }

  /* line 1203, ../sass/screen.scss */
  .dot1 li:after {
    top: 9px;
    transform: translateY(0);
  }

  /* line 1207, ../sass/screen.scss */
  .p-70 {
    padding: 70px 0;
  }

  /* line 1208, ../sass/screen.scss */
  .contact_btn_mb .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  /* line 1209, ../sass/screen.scss */
  .mb_topbar {
    background: #9bbb0a;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    padding: 3px 0;
    text-align: center;
    width: 100%;
    position: relative;
  }

  /* line 1217, ../sass/screen.scss */
  .primary-nav {
    padding: 3px 5px;
  }
  /* line 1218, ../sass/screen.scss */
  .primary-nav .SiteMenu {
    display: none;
  }
  /* line 1219, ../sass/screen.scss */
  .primary-nav .navbar-expand-toggle {
    display: inline-block;
    width: 22px;
    height: 8px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    margin-left: 15px;
    background: url(../img/nav.svg) no-repeat scroll center center;
  }

  /* line 1232, ../sass/screen.scss */
  .head_con_no {
    display: none !important;
  }

  /* line 1233, ../sass/screen.scss */
  .call_link {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
  }
  /* line 1234, ../sass/screen.scss */
  .call_link::before {
    content: '';
    position: absolute;
    left: -27px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    height: 16px;
    width: 16px;
    background: #ffffff url("../img/wt-phone.svg") no-repeat center center;
    box-shadow: 0px 5px 15px rgba(120, 120, 120, 0.1);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    animation: single 2s infinite;
  }
  /* line 1249, ../sass/screen.scss */
  .call_link a {
    color: #ffffff;
    text-decoration: underline;
  }

  @keyframes single {
    0% {
      box-shadow: 0 0 0 0 #fff;
    }
    100% {
      box-shadow: 0 0 0 10px transparent;
    }
  }
  /* line 1255, ../sass/screen.scss */
  .banner-section h1, h1 {
    font-size: 26px;
    line-height: 40px;
  }

  /* line 1256, ../sass/screen.scss */
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  /* line 1257, ../sass/screen.scss */
  h3 {
    font-size: 22px;
    line-height: 30px;
  }

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

  /* line 1259, ../sass/screen.scss */
  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 1260, ../sass/screen.scss */
  p, h6, .anchor a, .btn, ul li, .blog-section .blog-card .blog-content .anchor a, ol li {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 1261, ../sass/screen.scss */
  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* line 1263, ../sass/screen.scss */
  .banner-section .banner-content p {
    max-width: 335px;
  }

  /* line 1265, ../sass/screen.scss */
  .logo-section .logo-content ul {
    flex-flow: wrap;
    justify-content: center;
  }
  /* line 1267, ../sass/screen.scss */
  .logo-section .logo-content ul li {
    padding: 0;
    /*float: left;*/
  }

  /* line 1270, ../sass/screen.scss */
  .logo-section .logo-content ul {
    display: none;
  }

  /* line 1271, ../sass/screen.scss */
  .logo-section .logo-content ul + ul {
    display: block !important;
  }

  /* line 1273, ../sass/screen.scss */
  .our-service .service-box {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
  }
  /* line 1274, ../sass/screen.scss */
  /*.our-service .service-box figure {
    display: none;
  }*/
  /* line 1275, ../sass/screen.scss */
  .our-service .service-box figure + figure {
    display: block;
  }
  /* line 1276, ../sass/screen.scss */
  .our-service .service-box h4 {
    padding: 0 0 15px;
  }
  /* line 1277, ../sass/screen.scss */
  .our-service .service-box a {
    margin-top: 30px;
  }
  .our-service .service-box a img { 
    width: 25px;
    height: 25px;
  }
  /* line 1279, ../sass/screen.scss */
  .our-service .title {
    margin-bottom: 10px;
  }

  /* line 1282, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-img iframe {
    width: 100%;
    max-height: 235px;
  }
  .our-clinics .our-clinics-box .card-img {
    margin-top:0;
  }
  /* line 1283, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content {
    display: inline-block;
    width: 100%;
  }
  /* line 1284, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content h4 {
    padding-bottom: 8px;
  }
  /* line 1285, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content h5 {
    padding-bottom: 5px;
  }
  /* line 1286, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content ul li .img-sec {
    width: 19px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 1287, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content ul li {
    margin-top: 12px;
  }
  /* line 1288, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content ul li span + span {
    padding-left: 26px;
  }

  /* line 1292, ../sass/screen.scss */
  .our-clinics .our-clinics-content .title {
    padding-bottom: 10px;
  }
  /* line 1293, ../sass/screen.scss */
  .our-clinics .clinic-main-row {
    margin-top: 20px;
    padding: 30px;
  }

  /* line 1296, ../sass/screen.scss */
  .why-choose-us .text-center {
    margin-bottom: 30px;
  }
  /* line 1297, ../sass/screen.scss */
  .why-choose-us .col {
    margin-bottom: 50px;
  }
  /* line 1298, ../sass/screen.scss */
  .why-choose-us .col:nth-child(3) {
    margin-bottom: 0;
  }
  /* line 1299, ../sass/screen.scss */
  .why-choose-us .col:nth-child(4) {
    margin-bottom: 0;
  }
  /* line 1301, ../sass/screen.scss */
  .why-choose-us .choose-content {
    text-align: center;
  }
  /* line 1302, ../sass/screen.scss */
  .why-choose-us .choose-content p {
    text-align: center;
  }

  /* line 1306, ../sass/screen.scss */
  .bill-payment .bill-payment ul {
    display: none;
  }
  /* line 1307, ../sass/screen.scss */
  .bill-payment .bill-payment ul li {
    margin-top: 10px;
  }
  /* line 1309, ../sass/screen.scss */
  .bill-payment .bill-payment ul + ul {
    display: block;
  }
  /* line 1310, ../sass/screen.scss */
  .bill-payment .bill-payment ul + ul {
    margin-right: -15.5px;
    margin-left: -15.5px;
    padding: 20px 0 5px 0;
  }
  /* line 1311, ../sass/screen.scss */
  .bill-payment .bill-payment ul + ul li {
    display: inline-block;
    padding: 10px 15.5px;
    margin-top: 0;
  }
  /* line 1312, ../sass/screen.scss */
  .bill-payment .bill-payment p + ul + ul {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
  }
  /* line 1313, ../sass/screen.scss */
  .bill-payment .bill-payment p + ul + ul li {
    padding: 0;
  }
  .bill-payment-sec .bill-payment .cash {
    display: block;
  }
  /* line 1311, ../sass/screen.scss */
   
   
  /* line 1313, ../sass/screen.scss */
  .bill-payment-sec .bill-payment ul li {
    margin-top: 10px;
  }
  /* line 1315, ../sass/screen.scss */
  .bill-payment-sec .bill-payment ul + ul {
    display: block;
  }
  /* line 1316, ../sass/screen.scss */
  .bill-payment-sec .bill-payment ul + ul {
    margin-right: -15.5px;
    margin-left: -15.5px;
    padding: 20px 0 5px 0;
  }
  /* line 1317, ../sass/screen.scss */
  .bill-payment-sec .bill-payment ul + ul li {
    display: inline-block;
    padding: 10px 15.5px;
    margin-top: 0;
  }
  /* line 1318, ../sass/screen.scss */
  .bill-payment-sec .bill-payment p + ul + ul {
    padding-top: 15px;
    padding-bottom: 0;
    margin: 0;
  }
  /* line 1319, ../sass/screen.scss */
  .bill-payment-sec .bill-payment p + ul + ul li {
    padding: 0;
  }
  /* line 1331, ../sass/screen.scss */
  .bill-payment-sec .bill-payment h4 + ul li {
    padding: 20px 5px 0;
  }
  /* line 1332, ../sass/screen.scss */
  .bill-payment-sec .bill-payment h4 + ul {
    margin: 10px -5px 0 -5px;
    padding: 0 0 15px 0;
  }
  /* line 1315, ../sass/screen.scss */
  .box-css {
    margin-top: 20px;
    padding: 30px;
  }
  /* line 1316, ../sass/screen.scss */
  .box-css p {
    margin-top: 15px;
  }

  /* line 1319, ../sass/screen.scss */
  .blog-section .title {
    margin-bottom: 10px;
  }
  /* line 1320, ../sass/screen.scss */
  .blog-section .blog-card {
    margin-top: 20px;
  }

  /* line 1323, ../sass/screen.scss */
  .bill-payment .bill-payment h4 + ul li {
    padding: 20px 17.5px 0;
  }
  /* line 1324, ../sass/screen.scss */
  .bill-payment .bill-payment h4 + ul {
    margin: 10px -17.5px 0 -17.5px;
    padding: 0 0 15px 0;
  }

  /* line 1328, ../sass/screen.scss */
  .dr-discription .dr-discription-content h2 {
    padding-bottom: 0px;
    text-align: center;
  }
  /* line 1329, ../sass/screen.scss */
  .dr-discription .dr-discription-content p {
    margin-top: 15px;
    text-align: justify;
  }

  /* line 1332, ../sass/screen.scss */
  .media-inner-section {
    padding: 30px 0 70px;
  }
  /* line 1334, ../sass/screen.scss */
  .media-inner-section .media-inner-contet h2 {
    padding-top: 10px;
  }
  /* line 1335, ../sass/screen.scss */
  .media-inner-section .media-inner-contet figure {
    margin: 0 -20px;
  }
  /* line 1336, ../sass/screen.scss */
  .media-inner-section .media-inner-contet figure + p {
    margin-top: 30px;
  }
  /* line 1339, ../sass/screen.scss */
  .media-inner-section .media-inner-contet p {
    margin-top: 15px;
  }

  /* line 1342, ../sass/screen.scss */
  .important-information .important-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #main_description .treatment-option-section2 .treatment-tile p { padding-bottom:20px; }
  #main_description.treatment-option-section .treatment-option , #main_description.treatment-option-section .treatment-option-section2 .treatment-option ol { margin-top:0; }
  /* line 1345, ../sass/screen.scss */
  .treatment-option-section .treatment-tile p + p {
    padding-top: 15px;
  }
  .banner-section.section-bg .banner-img {
    padding-bottom: 0;
    text-align: center !important;
  }
	.page-id-355 .my-own p img{
		width: 100%;
		height: auto;
	}
  /* line 1346, ../sass/screen.scss */
  .treatment-option-section .treatment-option-section2 .treatment-option ol {
    margin-top: 18px;
    padding: 30px;
  }

  /* line 1350, ../sass/screen.scss */
  .title h2 {
    padding-top: 10px;
  }

  /* line 1354, ../sass/screen.scss */
  .primary-nav .SiteLogo .logo-img img {
    max-width: 132px;
    padding: 0;
  }

  /* line 1356, ../sass/screen.scss */
  .banner-section {
    padding-top: 40px;
  }
  /* line 1357, ../sass/screen.scss */
  .banner-section .banner-content {
    padding: 0 5px;
  }
  /* line 1358, ../sass/screen.scss */
  .banner-section .banner-content p {
    margin: 20px auto;
    padding: 0 0;
  }

  /* line 1362, ../sass/screen.scss */
  .images-and-font .font-content {
    margin-top: 48.45px;
    padding-left: 0;
  }
  /* line 1363, ../sass/screen.scss */
  .images-and-font .font-content h6, .images-and-font .font-content h2, .images-and-font .font-content a {
    text-align: center;
  }
  /* line 1364, ../sass/screen.scss */
  .images-and-font .font-content h2 {
    padding: 10px 0 8px;
  }
  /* line 1365, ../sass/screen.scss */
  .images-and-font .font-content ul {
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 1366, ../sass/screen.scss */
  .images-and-font .font-content li img {
    width: 12px;
    margin-right: 16px;
  }
  /* line 1367, ../sass/screen.scss */
  .images-and-font .font-content li {
    margin-top: 12px;
  }
  /* line 1368, ../sass/screen.scss */
  .images-and-font .font-content li:nth-child(3):after {
    content: none;
  }
  /* line 1370, ../sass/screen.scss */
  .images-and-font .images-content figure:after {
    width: 84px;
    background: url(../img/mobile-vector.png) no-repeat;
    height: 85px;
    bottom: -17px;
    left: -22px;
  }

  /* line 1374, ../sass/screen.scss */
  .service-section .service-content a.btn {
    margin-top: 15px;
  }
  /* line 1375, ../sass/screen.scss */
  .service-section .service-content h2 {
    padding-top: 10px;
    margin-bottom: 15px;
  }

  /* line 1378, ../sass/screen.scss */
  .from-section .form-title h2 {
    margin-bottom: 30px;
  }
  /* line 1381, ../sass/screen.scss */
  .from-section .from-content {
    padding: 50px 30px 60px;
  }
  /* line 1383, ../sass/screen.scss */
  .from-section .from-content p, .from-section .from-content textarea.form-input {
    margin-bottom: 30px;
  }

  /* line 1388, ../sass/screen.scss */
  .blog-section .blog-card figure img {
    width: 100%;
  }
  /* line 1389, ../sass/screen.scss */
  .blog-section .blog-card .blog-content {
    padding-top: 13px;
  }

  /* line 1393, ../sass/screen.scss */
  .footer {
    padding: 16px 0 14px;
  }
  /* line 1394, ../sass/screen.scss */
  .footer .footer-content {
    flex-flow: column;
  }
  /* line 1395, ../sass/screen.scss */
  .footer .footer-content .footer-logo {
    margin-bottom: 0;
  }
  /* line 1396, ../sass/screen.scss */
  .footer .footer-content .footer-logo img {
    max-width: 132px;
  }
  /* line 1398, ../sass/screen.scss */
  .footer .footer-content p {
    font-size: 12px;
    line-height: 18px;
  }

  /* line 1401, ../sass/screen.scss */
  /*.logo-section .logo-content ul li:nth-child(1) {
    width: 100%;
  }*/

  /* line 1403, ../sass/screen.scss */
  .service-comman h2 {
    padding-bottom: 0px;
  }
  /* line 1404, ../sass/screen.scss */
  .service-comman p {
    margin-top: 15px;
  }

  /* line 1406, ../sass/screen.scss */
  .osa-section .osa-content p {
    text-align: justify;
  }

  /* line 1407, ../sass/screen.scss */
  .osa-section .osa-content p + p {
    margin-top: 20px;
  }

  /* line 1410, ../sass/screen.scss */
  .treatment-option-section .treatment-tile h2 {
    margin-bottom: 15px;
    margin-top: 0;
  }
  /* line 1412, ../sass/screen.scss */
  .treatment-option-section .treatment-option {
    margin-top: 30px;
    padding:30px;
  }
  .treatment-option-section .treatment-option ul li:after { top: 2px; }
  /* line 1413, ../sass/screen.scss */
  /*.treatment-option-section .treatment-option ol ,.treatment-option-section .treatment-option ul {
    padding: 30px;
  }*/
  /* line 1414, ../sass/screen.scss */
  .treatment-option-section .treatment-option ol li ,   .treatment-option-section .treatment-option ul li {
    padding-left: 29px;
  }
  /* line 1415, ../sass/screen.scss */
  .treatment-option-section .treatment-option ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .treatment-option-section .treatment-option ol li:after {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 1421, ../sass/screen.scss */
  .symptoms-osa .symptoms-osa-title p {
    padding-top: 15px;
  }
  /* line 1422, ../sass/screen.scss */
  .symptoms-osa .symptoms-osa-box {
    padding: 30px 0;
  }
  .symptoms-osa .symptoms-osa-box p , .symptoms-osa .symptoms-osa-box h4{
    padding: 0 30px;
  }
  /* line 1425, ../sass/screen.scss */
  .services-tempalte .banner-section {
    padding: 30px 0 70px;
  }
  /* line 1426, ../sass/screen.scss */
  .services-tempalte .banner-section .banner-content p {
    max-width: 100%;
    margin-top: 15px;
  }
  /* line 1428, ../sass/screen.scss */
  .services-tempalte .images-and-font1 {
    padding-bottom: 70px;
  }
  /* line 1431, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .images-content figure:after {
    display: none;
  }
  /* line 1432, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .images-content figure img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  /* line 1436, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content ul {
    padding-top: 3px;
    flex-flow: column;
  }
  /* line 1437, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content ul li {
    margin-top: 12px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  /* line 1438, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content ul li:nth-child(2):after {
    content: "";
  }
  /* line 1439, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content ul li:nth-child(4):after {
    content: "";
  }

  /* line 1446, ../sass/screen.scss */
  .faq-osa-section .faq-osa-section-title p {
    padding: 15px 0 7px;
  }
  /* line 1449, ../sass/screen.scss */
  .faq-osa-section .faq-osa-box {
    padding: 30px;
  }
  /* line 1450, ../sass/screen.scss */
  .faq-osa-section .faq-osa-box p {
    margin-top: 15px;
  }
  /* line 1451, ../sass/screen.scss */
  .faq-osa-section .faq-osa-box ul {
    padding-top: 3px;
  }
  /* line 1452, ../sass/screen.scss */
  .faq-osa-section .faq-osa-box p + p {
    margin-top: 24px;
  }

  /* line 1456, ../sass/screen.scss */
  .feature-article-sec .feature-content {
    margin-right: 0;
    margin: 0 auto;
    padding: 20px 30px 70px;
  }
  /* line 1457, ../sass/screen.scss */
  .feature-article-sec .feature-content h2 {
    padding-top: 10px;
    font-size: 26px;
    line-height: 40px;
  }
  /* line 1458, ../sass/screen.scss */
  .feature-article-sec .feature-content .btn {
    margin-top: 20px;
  }
  /* line 1460, ../sass/screen.scss */
  .feature-article-sec .feature-images {
    max-width: 100%;
  }

  /* line 1463, ../sass/screen.scss */
  .blog-page .blog-section {
    padding: 70px 0;
  }
  /* line 1464, ../sass/screen.scss */
  .blog-page .blog-section .title h2 {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  /* line 1469, ../sass/screen.scss */
  .blog-inner-section {
    padding: 50px 0 70px;
  }
  /* line 1471, ../sass/screen.scss */
  .blog-inner-section .inner-title h2 {
    margin-bottom: 15px;
  }
  /* line 1475, ../sass/screen.scss */
  .blog-inner-section .inner-content figure {
    padding: 40px 0 25px;
    margin: 0 -20px;
  }
  /* line 1476, ../sass/screen.scss */
  .blog-inner-section .inner-content h4 {
    margin-top: 40px;
  }
  /* line 1477, ../sass/screen.scss */
  .blog-inner-section .inner-content ul {
    padding-left: 10px;
    padding-top: 3px;
  }
  /* line 1478, ../sass/screen.scss */
  .blog-inner-section .inner-content ul li {
    margin-top: 12px;
  }
  /* line 1480, ../sass/screen.scss */
  .blog-inner-section .inner-content ul + p {
    padding-top: 0;
  }
  /* line 1483, ../sass/screen.scss */
  .blog-inner-section .inner-content h5 + p {
    margin-top: 10px;
  }

  /* line 1486, ../sass/screen.scss */
  .media-event {
    padding: 50px 0 70px;
  }
  /* line 1487, ../sass/screen.scss */
  .media-event .text-center h2 {
    margin-bottom: 10px;
  }
  /* line 1488, ../sass/screen.scss */
  .media-event .media-card {
    margin-top: 20px;
  }
  /* line 1489, ../sass/screen.scss */
  .media-event .media-card .media-title {
    padding-top: 15px;
  }
  /* line 1490, ../sass/screen.scss */
  .media-event .media-card .media-title a {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 1494, ../sass/screen.scss */
  .our-clinics .clinic-main-row {
    padding: 0;
  }

  /* line 1497, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content {
    padding: 30px;
  }
  /* line 1498, ../sass/screen.scss */
  .our-clinics .our-clinics-box .card-content ul {
    width: 100%;
    display: inline-block;
    column-count: 1;
  }

  /* line 1501, ../sass/screen.scss */
  .important-information .text-center {
    padding-bottom: 10px;
  }
  /* line 1502, ../sass/screen.scss */
  .important-information .important-box {
    margin-top: 20px;
  }
  /* line 1503, ../sass/screen.scss */
  .important-information .important-box h5 {
    padding-bottom: 5px;
  }
  /* line 1504, ../sass/screen.scss */
  .important-information .important-box ul li:after {
    top: 2px;
  }

  /* line 1510, ../sass/screen.scss */
  .bill-payment-sec h2 {
    margin-bottom: 10px;
  }
  /* line 1511, ../sass/screen.scss */
  .bill-payment-sec h2 + p {
    padding-bottom: 20px;
  }
  /* line 1512, ../sass/screen.scss */
  .bill-payment-sec .bill-payment ul li:after {
    top: 8px;
    transform: translateY(0);
  }
  .symptoms-osa .symptoms-osa-box ul + p , .symptoms-osa .symptoms-osa-box p + p,.symptoms-osa .symptoms-osa-box p + ul { 
    padding-top: 15px;
  }
  .symptoms-osa .symptoms-osa-box ul { padding-left: 30px;padding-right: 30px;padding-top: 15px; }  
}
@media (max-width: 575px) {
  /* line 1521, ../sass/screen.scss */
  .service-section ul li {    font-size: 18px;line-height: 26px;}
  .service-section.common-section h2 { text-align: center; padding-bottom:20px;}
  .common-section .common_left , .common-section .common_right { padding: 70px 40px }
  .symptoms-osa .symptoms-osa-box p img { margin: 15px -30px 0; max-width: 335px; height: auto;}
  .symptoms-osa .symptoms-osa-box p + p img { margin-top: 0 !important }
  .home .banner-section .banner-content { max-width: 100% !important;padding: 0 5px !important;width: 100% }
  
  .section-bg .banner-img figure img {
    right: -10px;
  }
  .bill-payment ul li img {
    max-height: 35px;
  } 
  .bill-payment p img { max-width: 90px; }
  /* line 1522, ../sass/screen.scss */
  .banner-section.section-bg .banner-img figure:before {
    left: -20px;
  }

  /* line 1523, ../sass/screen.scss */
  .banner-section .banner-img {
    margin: 0 -20px;
  }

  /* line 1525, ../sass/screen.scss */
  .container {
    padding: 0 20px;
  }

  /* line 1528, ../sass/screen.scss */
  .images-and-font .font-content br + p {
    margin-top: 15px;
  }
  /* line 1529, ../sass/screen.scss */
  .images-and-font .font-content br {
    display: none;
  }
  /* line 1530, ../sass/screen.scss */
  .images-and-font .font-content li:nth-child(3):after {
    content: "";
  }
  /* line 1532, ../sass/screen.scss */
  .images-and-font .images-content figure img {
    max-width: 265px;
  }

  /* line 1534, ../sass/screen.scss */
  .service-section .service-content ul {
    text-align: center;
    padding-left: 30px;
    column-count: 1;
    column-gap: 0;
    padding-top: 15px;
  }
  /* line 1535, ../sass/screen.scss */
  .service-section .service-content ul li {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 1536, ../sass/screen.scss */
  .service-section .service-content ul li a {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 1540, ../sass/screen.scss */
  .logo-section .logo-content ul + p {
    max-width: 334px;
    margin: 0 auto;
    margin-bottom: 37px;
  }
  /* line 1541, ../sass/screen.scss */
  .logo-section .logo-content h2 + p {
    padding: 10px 0 20px;
  }

  /* line 1544, ../sass/screen.scss */
  .why-choose-us .col:nth-child(3) {
    margin-bottom: 50px;
  }
  /* line 1545, ../sass/screen.scss */
  .why-choose-us .choose-content p {
    max-width: 333px;
    margin: 0 auto;
  }

  /* line 1547, ../sass/screen.scss */
  .faq .box-css p {
    margin-top: 10px;
  }

  /* line 1548, ../sass/screen.scss */
  .faq .box-css {
    text-align: center;
  }

  /* line 1549, ../sass/screen.scss */
  .footer .footer-content p {
    max-width: 193px;
  }

  /* line 1553, ../sass/screen.scss */
  .services-tempalte .images-and-font1 {
    padding-top: 0;
  }
  /* line 1555, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .images-content figure {
    margin: 0 -20px;
  }
  /* line 1556, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .images-content figure img {
    max-width: 100%;
    box-shadow: none;
    height: auto;
    object-fit: unset;
  }
  /* line 1559, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content {
    margin-top: 30px;
  }
  /* line 1560, ../sass/screen.scss */
  .services-tempalte .images-and-font1 .font-content p {
    margin-top: 15px;
    text-align: center;
  }

  /* line 1564, ../sass/screen.scss */
  .from-section .from-content .from-content2 ul {
    margin: 0 -3px 0 -2px;
    padding-top: 0;
    flex-flow: column;
  }
  /* line 1568, ../sass/screen.scss */
  .from-section .from-content .from-content2 ul li {
    padding: 0 13px;
    width: 100%;
    padding-top: 30px;
  }

  /* line 1575, ../sass/screen.scss */
  .dot-check.anchor a:after {
    right: -35px;
  }

  /* line 1579, ../sass/screen.scss */
  .blog-section .blog-card .blog-content a {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-inner-section .inner-content figure img {
    max-height: 244px;
    object-fit: cover;
    width: 100%;
  }
  .blog-inner-sec .inner-content p img { height: auto; }
}
@media (max-width: 405px) {
  /* line 1583, ../sass/screen.scss */
  .images-and-font .font-content ul li:nth-child(2):after {
    content: none;
  }
  /* line 1584, ../sass/screen.scss */
  .images-and-font .font-content ul li:nth-child(4):after {
    content: none;
  }

  /* line 1586, ../sass/screen.scss */
  .images-and-font .font-content p {
    text-align: justify;
  }

  /* line 1587, ../sass/screen.scss */
  .images-and-font .font-content p + p {
    padding-top: 15px;
  }
  .mb_topbar { padding-left: 16px !important }
}
@media (max-width: 374px) {
  /* line 1592, ../sass/screen.scss */
  .banner-img figure img {
    max-width: 224px;
  }

  /* line 1595, ../sass/screen.scss */
  /*.banner-section .banner-img figure.img1:after {
    top: 45px;
    width: 160px;
    height: 200px;
    right: 2px;
  }*/

  /* line 1601, ../sass/screen.scss */
  .banner-section .banner-img figure.img2 img {
    width: 97px;
  }

  /* line 1604, ../sass/screen.scss */
  .banner-section .banner-img figure.img2 {
    top: 126px;
  }
}
.page-id-355 .my-own{
	background-color: #fff;
}
.page-id-355 .my-own p, .page-id-355 .my-own h2{
	color: #555555 ;
}
/*.page-id-356 .my-own p, .page-id-355 .my-own h2{
	color: #fff ;
}*/
.home .home-flex-column{
	width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.page-template-template-home .banner-content .btn.scroll_down_btn.btn_view_service{
	background: #fff;
    color: #9bbb0a;
    border: 1px solid #9bbb0a;
    margin-left: 20px;
}
.page-template-template-home .banner-content .btn.scroll_down_btn{
	border: 1px solid #9bbb0a;
}
.images-and-font .font-content p{
	font-weight:400
}
.box-css p{
	font-weight:400;
}
.media-inner-contet  li{
	font-weight:400;
}
.bill-payment-sec p{
	font-weight:400;
}
.bill-payment-sec .bill-payment li{
	font-weight:400;
}