@media (min-width: 1300px) {
  /* line 48, ../sass/screen.scss */
  .container {
    width: 1270px;
    max-width: 100%;
  }

  /* line 49, ../sass/screen.scss */
  .container.small {
    max-width: 800px;
  }
}
/* line 52, ../sass/screen.scss */
body {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #313030;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

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

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

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

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

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

/* line 59, ../sass/screen.scss */
article, aside, footer, header, nav, section {
  display: block;
}

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

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

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

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

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

/* line 62, ../sass/screen.scss */
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

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

/* line 64, ../sass/screen.scss */
h1, .h1 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

/* line 65, ../sass/screen.scss */
h2, .h2, h2 a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  text-transform: capitalize;
}

/* line 66, ../sass/screen.scss */
h3, .h3 {
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
}

/* line 67, ../sass/screen.scss */
h5, .h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  text-transform: capitalize;
  color: #a8bb74;
}

/* line 68, ../sass/screen.scss */
a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #313030;
}
/* line 69, ../sass/screen.scss */
a:hover, a:focus, a:active {
  color: #a8bb74;
  text-decoration: none;
}

/* line 71, ../sass/screen.scss */
.btn, .btn-primary {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 13px 48px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  background: #7D9AB5;
  color: #fff;
  text-transform: capitalize;
  outline: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: -6px 4px 20px rgba(0, 0, 0, 0.15);
}
/* line 73, ../sass/screen.scss */
.btn svg, .btn-primary svg {
  height: 13px;
  width: 14px;
  vertical-align: middle;
  margin-left: 15px;
}
/* line 74, ../sass/screen.scss */
.btn svg path, .btn-primary svg path {
  fill: #fff;
}
/* line 76, ../sass/screen.scss */
.btn:hover, .btn:focus, .btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #a8bb74;
  color: #fff;
}

/* line 78, ../sass/screen.scss */
button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 12px 51px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  outline: 0;
  line-height: 26px;
  letter-spacing: 0.7px;
  background: #7D9AB5;
  color: #fff;
  outline: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  box-shadow: -6px 4px 20px rgba(0, 0, 0, 0.15);
}
/* line 80, ../sass/screen.scss */
button:hover {
  background-color: #a8bb74;
}

/* line 82, ../sass/screen.scss */
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: -50%;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  outline: 0 !important;
}

/* line 83, ../sass/screen.scss */
.slick-prev {
  right: 65px;
  left: auto;
  background: url(../img/sprite.png) no-repeat scroll 16px 18px;
}
/* line 84, ../sass/screen.scss */
.slick-prev:hover {
  box-shadow: -5px 6px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  outline: none;
}

/* line 86, ../sass/screen.scss */
.slick-next {
  right: 15px;
  left: auto;
  background: url(../img/sprite.png) no-repeat scroll -74px 18px;
}
/* line 87, ../sass/screen.scss */
.slick-next:hover {
  box-shadow: -5px 6px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  outline: none;
}

/* line 89, ../sass/screen.scss */
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: center;
}
/* line 90, ../sass/screen.scss */
.slick-dots li {
  display: inline-block;
  padding: 0 4px;
  width: auto;
}
/* line 91, ../sass/screen.scss */
.slick-dots li button {
  height: 7px;
  width: 7px;
  background: #C7C7C7;
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
}
/* line 92, ../sass/screen.scss */
.slick-dots li button:hover {
  background: #a8bb74;
}
/* line 95, ../sass/screen.scss */
.slick-dots .slick-active button {
  background: #a8bb74;
}

/* line 97, ../sass/screen.scss */
header {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* line 98, ../sass/screen.scss */
.header-nav {
  position: relative;
  width: 100%;
  float: left;
  padding: 5px 0;
  background: #a8bb74;
}
/* line 99, ../sass/screen.scss */
.header-nav .left-nav {
  float: right;
  position: relative;
  text-transform: capitalize;
}
/* line 100, ../sass/screen.scss */
.header-nav .left-nav .user-login {
  color: #fff;
  font-size: 15px;
}
.header-nav .left-nav .user-login {
    padding-right: 20px;
    position: relative;
    display: inline-block;
  }
  /* line 789, ../sass/screen.scss */
  .header-nav .left-nav .user-login:after {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    top: 5px;
    height: 13px;
    width: 15px;
    background: url("../img/user-icon.png") no-repeat;
  }

/* line 103, ../sass/screen.scss */
.primary-header {
  display: inline-block;
  width: 100%;
  float: none;
  vertical-align: middle;
  padding: 20px 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 104, ../sass/screen.scss */
.primary-header .header-right {
  width: 220px;
  display: inline-block;
}
/* line 105, ../sass/screen.scss */
.primary-header .header-left {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

/* line 107, ../sass/screen.scss */
#search-widget {
  width: 100%;
  border: 1px solid rgba(123, 123, 123, 0.5);
  position: relative;
  display: inline-block;
}
/* line 108, ../sass/screen.scss */
#search-widget input[type="text"],
#search-widget input[type="search"] {
  border: none;
  padding: 9px 45px 9px 15px;
  width: 100%;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  outline: 0;
  text-transform: capitalize;
}
/* line 109, ../sass/screen.scss */
#search-widget button {
  position: absolute;
  right: 18px;
  left: auto;
  top: 15px;
  bottom: auto;
  outline: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: url(../img/sprite.png) no-repeat 0 -404px;
  height: 16px;
  width: 16px;
}

/* line 112, ../sass/screen.scss */
.offcanvas-menu ul.top-menu li a {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
/* line 114, ../sass/screen.scss */
.offcanvas-menu .submenu:after {
  content: '';
  position: relative;
  right: 0;
  left: 15px;
  top: -4px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  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;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/* line 117, ../sass/screen.scss */
.offcanvas-menu .submenu.wc_active:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border: solid #a8bb74;
  border-width: 0 2px 2px 0;
}

/* line 120, ../sass/screen.scss */
ul.dropdown.collapse.popover {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  width: 250px; 
  border: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  z-index: 9;
}
/* line 121, ../sass/screen.scss */
ul.dropdown.collapse.popover li {
  width: 100%;
  float: left;
  padding:0;
}
ul.dropdown.collapse.popover li a{
	padding: 10px 20px;
	width: 100%; 
	display: inline-block;
  font-family: "Poppins", sans-serif;
}
ul.dropdown.collapse.popover li:hover, ul.dropdown.collapse.popover li.current-menu-item {
	background: #EFF5DF;
}
ul.dropdown.collapse.popover li:hover a, ul.dropdown.collapse.popover li.current-menu-item a{
	color: #313030;
}
/* line 122, ../sass/screen.scss */
ul.dropdown.collapse.popover li a:after {
  display: none;
  padding: 0;
}

/* line 126, ../sass/screen.scss */
li.category:hover ul.dropdown.collapse.popover {
  opacity: 1;
  visibility: visible;
}

/* line 128, ../sass/screen.scss */
.header-center {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  text-align: right;
}
/* line 129, ../sass/screen.scss */
.header-center li {
  display: inline-block;
  padding: 15px 0;
  position: relative;
}
/* line 130, ../sass/screen.scss */
.header-center li a {
  position: relative;
  text-transform: capitalize;
  padding: 0 12px;
  font-size:15px;
}
.header-center li.current_page_item > a, .header-center li.current_page_parent > a{
	color: #a8bb74;
}
/* line 131, ../sass/screen.scss */
.header-center li a:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: 5px;
  bottom: auto;
  opacity: 0.3;
  background: #313030;
  width: 1px;
  height: 13px;
}
/* line 133, ../sass/screen.scss */
.header-center li:first-child a::after {
  display: none;
}

/* line 136, ../sass/screen.scss */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none;
}

/* line 137, ../sass/screen.scss */
.menu-btn {
  display: none;
}

/* line 138, ../sass/screen.scss */
.home-img-slider {
  width: 100%;
  position: relative;
  float: left;
}
/* line 139, ../sass/screen.scss */
.home-img-slider li.slide-item {
  position: relative;
}
.home-slider.slick-initialized .slick-slide,.home-slider .slide-item:first-child { 
  display: block;
}
.home-slider .slide-item {
  display: none;
}
.home-img-slider li.slide-item.title-yes:before{
	position:absolute;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	right: 0; 
	top: 0;
	background: rgba(0, 0, 0, 0.35);
}
/* line 140, ../sass/screen.scss */
.home-img-slider .home-slide-desc {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.home-slider .slick-dots {
	bottom: 20px;
	width: auto;
	right: 100px;
	left: inherit;
}
.home-slider .slick-dots li button{
	background: #fff;
}
.home-slider .slick-dots .slick-active button{
	background: #a8bb74;
}
/* line 141, ../sass/screen.scss */
.home-img-slider h1 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
}
/* line 142, ../sass/screen.scss */
.home-img-slider .slide-btn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
/* line 143, ../sass/screen.scss */
.home-img-slider .slide-btn .btn {
  padding: 17px 50px 17px 45px;
  text-transform: uppercase;
  background: #a8bb74;
  color: #fff;
  display: inline-block;
}
/* line 144, ../sass/screen.scss */
.home-img-slider .slide-btn .btn:hover {
  background: #313030;
}

/* line 148, ../sass/screen.scss */
.body-toogle-menu .theme-main-contact {
  position: relative;
  width: 100%;
  display: inline-block;
}
/* line 149, ../sass/screen.scss */
.body-toogle-menu .theme-main-contact:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(12, 34, 74, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

/* line 151, ../sass/screen.scss */
.home-public-option-block {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 97px 0;
}

/* line 152, ../sass/screen.scss */
.option-cms {
  margin: 0 auto;
  max-width: 1028px;
  width: 100%;
}
/* line 153, ../sass/screen.scss */
.option-cms .col {
  padding: 0 10px;
}
/* line 154, ../sass/screen.scss */
.option-cms .row {
  margin: 0 -10px;
}
/* line 155, ../sass/screen.scss */
.option-cms a {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #fff;
  background: #a8bb74;
  padding: 28px 50px;
  width: 100%;
  display: inline-block;
  box-shadow: -6px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 156, ../sass/screen.scss */
.option-cms a:hover {
  background: #7D9AB5;
}
/* line 158, ../sass/screen.scss */
.option-cms .option-health {
  background: #7D9AB5;
}
/* line 159, ../sass/screen.scss */
.option-cms .option-health:hover {
  background: #a8bb74;
}

/* line 162, ../sass/screen.scss */
.readmore-btn {
  color: #a8bb74;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
/* line 163, ../sass/screen.scss */
.readmore-btn:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  left: auto;
  width: 17px;
  height: 12px;
  background: url(../img/sprite.png) no-repeat -91px -267px;
}
/* line 164, ../sass/screen.scss */
.readmore-btn:hover {
  color: #313030;
}
/* line 165, ../sass/screen.scss */
.readmore-btn:hover:after {
  background-position: -91px -314px;
}

/* line 168, ../sass/screen.scss */
.home-about-block {
  float: left;
  width: 100%;
  position: relative;
}

/* line 169, ../sass/screen.scss */
.about-content {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0 110px;
}
/* line 170, ../sass/screen.scss */
.about-content .about-left {
  padding-right: 50px;
}
/* line 171, ../sass/screen.scss */
.about-content .about-right {
  padding-left: 50px;
}
/* line 172, ../sass/screen.scss */
.about-content .about-right p {
  margin-bottom: 20px;
  text-align: justify;
}

/* line 175, ../sass/screen.scss */
.home-upcoming-event-block {
  position: relative;
  width: 100%;
  float: left;
  background: #fbfbfb;
  padding: 100px 0 90px;
}
/* line 176, ../sass/screen.scss */
.home-upcoming-event-block .event-cms {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 60px;
}
/* line 177, ../sass/screen.scss */
.home-upcoming-event-block .event-btn {
  position: relative;
  display: inline-block;
  width: auto;
}

/* line 179, ../sass/screen.scss */
ul.event-block-slider {
  width: 100%;
  float: left;
}
/* line 180, ../sass/screen.scss */
ul.event-block-slider li {
  width: 50%;
  float: left;
  display: none;
}
/* line 181, ../sass/screen.scss */
ul.event-block-slider li:nth-child(-n+2) {
  display: inline-block;
}

/* line 184, ../sass/screen.scss */
.event-left {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 25px;
}

/* line 185, ../sass/screen.scss */
.event-list {
  margin-bottom: 15px;
}

/* line 186, ../sass/screen.scss */
.event-decs {
  position: relative;
  display: block;
  float: none;
  vertical-align: top;
}
/* line 187, ../sass/screen.scss */
.event-decs .left-desc {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  width: 20%;
}
/* line 188, ../sass/screen.scss */
.event-decs .date {
  font-weight: 600;
  font-size: 72px;
  line-height: 60px;
  color: #a8bb74;
  margin-bottom: 30px;
}
/* line 189, ../sass/screen.scss */
.event-decs .month {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}
/* line 190, ../sass/screen.scss */
.event-decs .right-desc {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  width: 79%;
}
/* line 191, ../sass/screen.scss */
.event-decs .right-desc h5 {
  margin: 30px 0 20px;
}
/* line 192, ../sass/screen.scss */
.event-decs .right-desc p {
  max-width: 400px;
}
/* line 193, ../sass/screen.scss */
.event-decs .right-desc .event-readmore-btn {
  width: 100%;
  position: relative;
}
/* line 194, ../sass/screen.scss */
.event-decs .right-desc .readmore-btn {
  width: auto;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin: 25px 0;
}

/* line 197, ../sass/screen.scss */
.home-blog-news-block, .column-inner {
  float: left;
  width: 100%;
  position: relative;
  margin: 140px 0;
}
/* line 198, ../sass/screen.scss */
.home-blog-news-block .blog-news-cms, .column-inner .blog-news-cms {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
/* line 199, ../sass/screen.scss */
.home-blog-news-block ul.blog-slider, .column-inner ul.blog-slider {
  padding-top: 37px;
}
/* line 200, ../sass/screen.scss */
.home-blog-news-block .slick-dots, .column-inner .slick-dots {
  bottom: -20px;
}
/* line 201, ../sass/screen.scss */
.home-blog-news-block .slick-dots li, .column-inner .slick-dots li {
  width: auto;
  display: inline-block;
  float: none;
}
/* line 203, ../sass/screen.scss */
.home-blog-news-block .slick-arrow, .column-inner .slick-arrow {
  bottom: -50px;
  z-index: 9;
}
/* line 204, ../sass/screen.scss */
.home-blog-news-block .slick-slide:hover, .column-inner .slick-slide:hover {
  transform: translateY(-1.5%);
  -webkit-transform: translateY(-1.5%);
  -moz-transform: translateY(-1.5%);
  -o-transform: translateY(-1.5%);
  -ms-transform: translateY(-1.5%);
}

/* line 206, ../sass/screen.scss */
ul.blog-slider {
  width: 100%;
  float: left;
}
/* line 207, ../sass/screen.scss */
ul.blog-slider li {
  width: 33.3333%;
  float: left;
  display: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
}
/* line 208, ../sass/screen.scss */
ul.blog-slider li:nth-child(-n+3) {
  display: inline-block;
}

/* line 212, ../sass/screen.scss */
/* .general-page-inner .column-inner .slick-slide.slick-center {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
} */
/* line 213, ../sass/screen.scss */
.general-page-inner .column-inner .blog-container .blog-desc {
  padding: 23px 16px;
}

/* line 215, ../sass/screen.scss */
.blog-btn {
  width: 100%;
  float: left;
  margin-top: 30px;
}

/* line 216, ../sass/screen.scss */
li.blog-item {
  margin: 13px 0;
  padding: 0 15px;
}

/* line 217, ../sass/screen.scss */
.blog-container {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 1px 4px 17px rgba(0, 0, 0, 0.05);
  float: left;
  margin: 15px 0;
}
/* line 218, ../sass/screen.scss */
.blog-container .blog-desc {
  padding: 23px 20px;
}
/* line 219, ../sass/screen.scss */
.blog-container figure {
  width: 100%;
  position: relative;
  display: inline-block;
  object-fit: cover;
}
/* line 220, ../sass/screen.scss */
.blog-container figure:after {
  content: '';
  position: relative;
  display: inline-block;
  padding-bottom: 73%;
  width: 100%;
}
/* line 221, ../sass/screen.scss */
.blog-container figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 223, ../sass/screen.scss */
.blog-container h5 {
  font-weight: 500;
  margin-bottom: 2px;
}
.blog-container h2 a{
	text-transform: none;
}
/* line 224, ../sass/screen.scss */
.blog-container .desc-text {
  margin: 20px 0 25px;
  display: inline-block;
  width: 100%;
}
/* line 225, ../sass/screen.scss */
.blog-container p {
  opacity: 0.7;
}
/* line 226, ../sass/screen.scss */
.blog-container .readmore-btn {
  font-size: 14px;
  line-height: 21px;
  color: #313030;
  font-weight: 500;
}
/* line 227, ../sass/screen.scss */
.blog-container .readmore-btn:after {
  background-position: -91px -314px;
}
/* line 228, ../sass/screen.scss */
.blog-container .readmore-btn:hover {
  color: #a8bb74;
}
/* line 229, ../sass/screen.scss */
.blog-container .readmore-btn:hover:after {
  background-position: -91px -267px;
}

/* line 233, ../sass/screen.scss */
.footer {
  float: left;
  width: 100%;
  position: relative;
  background: #a8bb74;
  padding: 52px 0 20px;
  color: #fff;
}
/* line 234, ../sass/screen.scss */
.footer a {
  color: #fff;
  width: 100%;
  display: inline-block;
}
/* line 235, ../sass/screen.scss */
.footer a:hover {
  color: #313030;
}
/* line 237, ../sass/screen.scss */
.footer .copyright {
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-top: 70px;
}

/* line 239, ../sass/screen.scss */
.footer-right {
  margin-top: 8px;
}
/* line 240, ../sass/screen.scss */
.footer-right h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 241, ../sass/screen.scss */
.footer-right h3:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  background: #fff;
  width: 32px;
  height: 1px;
}
/* line 243, ../sass/screen.scss */
.footer-right a {
  font-size: 15px;
}
/* line 244, ../sass/screen.scss */
.footer-right .mid-text {
  margin: 20px 0;
}

/* line 247, ../sass/screen.scss */
.footer-left .footer-link1 {
  padding-left: 12%;
}
/* line 248, ../sass/screen.scss */
.footer-left .footer-link1 a {
  padding: 8px 0;
  text-transform: capitalize;
}
/* line 250, ../sass/screen.scss */
.footer-left .footer-logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
/* line 251, ../sass/screen.scss */
.footer-left .footer-logo:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: auto;
  right: 0;
  left: auto;
  background: #fff;
  width: 1px;
  height: 65px;
}
/* line 253, ../sass/screen.scss */
.footer-left .logo-text {
  max-width: 50%;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

/* line 256, ../sass/screen.scss */
.breadcumb-block.breadcumb {
  padding: 77px 0;
}

/* line 258, ../sass/screen.scss */
.general-page .breadcumb-btn {
  margin: 0;
}
/* line 259, ../sass/screen.scss */
.general-page .breadcumb-block {
  background: url("../img/gen-bread-img.jpg") no-repeat scroll center center;
  background-size: cover;
}

/* line 261, ../sass/screen.scss */
.breadcumb-block {
  position: relative;
  display: inline-block;
  width: 100%;
  float: none;
  padding: 105px 0;
  vertical-align: middle;
  height: 100%;
  background: url("../img/login-bread-cumb.jpg") no-repeat scroll center center;
  background-size: cover;
  min-height: 267px;
}
.meeting-banner .breadcumb-block{
  background: url("../img/bread-img.jpg") no-repeat scroll center center;
}
body.contact-us .breadcumb-block{
  background: url("../img/bread-img-new.jpg") no-repeat scroll center center;
  min-height: 480px;
}
/* line 262, ../sass/screen.scss */
.breadcumb-block h1 {
  color: #fff;
  text-transform: none;
}
/* line 263, ../sass/screen.scss */
.breadcumb-block a {
  background: #fff;
  color: #a8bb74;
  padding: 17px 53px;
  text-transform: uppercase;
}
/* line 264, ../sass/screen.scss */
.breadcumb-block a svg path {
  fill: #a8bb74;
}
/* line 265, ../sass/screen.scss */
.breadcumb-block a:hover, .breadcumb-block a:focus, .breadcumb-block a:active {
  background: #fff;
  color: #a8bb74;
}

/* line 268, ../sass/screen.scss */
.aboutus-content {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}

/* line 269, ../sass/screen.scss */
.aboutus-block {
  max-width: 1054px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 270, ../sass/screen.scss */
.aboutus-block h2 {
  color: #a8bb74;
  margin-bottom: 20px;
  text-transform: none;
}
/* line 271, ../sass/screen.scss */
.aboutus-block ul {
	margin-bottom: 20px;
}
.aboutus-block li {
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
/* line 272, ../sass/screen.scss */
.aboutus-block li:before {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: 12px;
  bottom: auto;
  height: 4px;
  width: 4px;
  background: #a8bb74;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.aboutus-block p {
	margin-bottom: 25px;
	text-align: justify;
}
.aboutus-block p + h2, .aboutus-block p + h3, .aboutus-block p + h4,
.aboutus-block h2 + h2, .aboutus-block h2 + h3, .aboutus-block h2 + h4,
.aboutus-block h3 + h2, .aboutus-block h3 + h3, .aboutus-block h3 + h4,
.aboutus-block h4 + h2, .aboutus-block h4 + h3, .aboutus-block h4 + h4,
.aboutus-block ul + h2, .aboutus-block ul + h3, .aboutus-block ul + h4 {
	margin-top: 20px;
    width: 100%;
	display: inline-block;
}

/* line 276, ../sass/screen.scss */
.gallery-cms-content {
  width: 100%;
  position: relative;
  float: left;
  margin: 100px 0;
}
/* line 277, ../sass/screen.scss */
.gallery-cms-content h1 {
  margin-bottom: 30px;
}
/* line 278, ../sass/screen.scss */
.gallery-cms-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  background: #7D9AB5 url("../img/drop-down.png") no-repeat scroll center right 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 506px;
  margin: 0 auto;
  padding: 17px 40px 17px 25px;
  outline: 0;
}
/* line 279, ../sass/screen.scss */
.gallery-cms-content select option {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  border: none;
  position: relative;
  display: inline-block;
}

/* line 283, ../sass/screen.scss */
.Dermatologist-details {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 90px;
}
/* line 284, ../sass/screen.scss */
.Dermatologist-details ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 285, ../sass/screen.scss */
.Dermatologist-details .spe_res {
  margin: 0 -11px;
}

/* line 287, ../sass/screen.scss */
li.Dermatologist-item {
  width: 20%;
  float: left;
  padding: 0 11px;
  margin: 10px 0;
}
/* line 289, ../sass/screen.scss */
li.Dermatologist-item:hover .doc-name {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
}
/* line 290, ../sass/screen.scss */
li.Dermatologist-item:hover .doc-name a {
  color: #a8bb74;
}
/* line 291, ../sass/screen.scss */
li.Dermatologist-item:hover .doc-name:after {
  background-position: -46px -344px;
}

/* line 297, ../sass/screen.scss */
.Dermatologist-block {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 298, ../sass/screen.scss */
.Dermatologist-block .doc-name {
  padding: 23px 36px 23px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
/* line 299, ../sass/screen.scss */
.Dermatologist-block .doc-name a {
  display: inline-block;
  font-weight: 500;
}
/* line 300, ../sass/screen.scss */
.Dermatologist-block .doc-name:after {
  content: '';
  position: absolute;
  left: auto;
  width: 15px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat -2px -344px;
  right: 20px;
  top: 50%;
  margin-top: -7.5px;
}
/* line 302, ../sass/screen.scss */
.Dermatologist-block img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 303, ../sass/screen.scss */
.Dermatologist-block figure {
  width: 100%;
  position: relative;
  display: inline-block;
  object-fit: cover;
}
/* line 304, ../sass/screen.scss */
.Dermatologist-block figure:after {
  content: '';
  position: relative;
  display: inline-block;
  padding-bottom: 109%;
  width: 100%;
}
/* line 305, ../sass/screen.scss */
.Dermatologist-block figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 309, ../sass/screen.scss */
.doc-info-block {
  width: 100%;
  position: relative;
  float: left;
  margin: 70px 0 40px;
}

/* line 310, ../sass/screen.scss */
.doc-per-info {
  position: relative;
  float: none;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}
/* line 311, ../sass/screen.scss */
.doc-per-info .doc-img {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  height: 515px;
  position: relative;
  float: none;
}
/* line 312, ../sass/screen.scss */
.doc-per-info .doc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
/* line 314, ../sass/screen.scss */
.doc-per-info .doc-desc {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 58%;
  padding-left: 50px;
  padding-top: 10px;
  margin-left: 40px;
  margin-top: 20px;
}
/* line 315, ../sass/screen.scss */
.doc-per-info .doc-desc:before {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: auto;
  height: 466px;
  width: 2px;
  background: #a8bb74;
}
/* line 316, ../sass/screen.scss */
.doc-per-info .doc-desc p {
  opacity: 0.7;
  margin-bottom: 30px;
}
/* line 317, ../sass/screen.scss */
.doc-per-info .doc-desc ul {
  margin-bottom: 40px;
}
/* line 318, ../sass/screen.scss */
.doc-per-info .doc-desc ul li {
  margin: 5px 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
/* line 319, ../sass/screen.scss */
.doc-per-info .doc-desc ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
  height: 15px;
  width: 15px;
  background: url(../img/sprite1.png) no-repeat -3px 0;
}
/* line 322, ../sass/screen.scss */
.doc-per-info .doc-desc h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #a8bb74;
  margin-bottom: 12px;
}
/* line 323, ../sass/screen.scss */
.doc-per-info .doc-desc span {
  padding-left: 14px;
  vertical-align: top;
  display: inline-block;
}
/* line 324, ../sass/screen.scss */
.doc-per-info .doc-desc span .clinic-info {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  word-break: break-word;
}
/* line 326, ../sass/screen.scss */
.doc-per-info .doc-desc svg {
  height: 12px;
  width: 12px;
  vertical-align: middle;
}
/* line 327, ../sass/screen.scss */
.doc-per-info .doc-desc svg path {
  fill: #a8bb74;
}
/* line 329, ../sass/screen.scss */
.doc-per-info .doc-desc .clinic-details {
  width: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
/* line 330, ../sass/screen.scss */
.doc-per-info .doc-desc .clinic-details li {
  width: 100%;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
/* line 331, ../sass/screen.scss */
.doc-per-info .doc-desc .clinic-details li:before {
  display: none;
}
/* line 333, ../sass/screen.scss */
.doc-per-info .doc-desc .clinic-details svg {
  position: absolute;
  left: 0;
  top: 6px;
  height: 13px;
  width: 13px;
}
/* line 334, ../sass/screen.scss */
.doc-per-info .doc-desc .clinic-details p {
  opacity: 1;
  margin: 7px 0;
  font-size: 15px;
}
.doc-per-info .doc-desc .clinic-details .address-line p {
  margin-top: 0;
}
/* line 337, ../sass/screen.scss */
.doc-per-info .doc-info-cms {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

/* line 339, ../sass/screen.scss */
.map {
  color: #D6A835;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  vertical-align: middle;
  position: relative;
  padding-right: 30px;
}
/* line 340, ../sass/screen.scss */
.map:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background: url(../img/sprite1.png) no-repeat 0 -47px;
  height: 20px;
  width: 20px;
}
.additional-notes{
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 20px;
}
.additional-notes small{
	color: #000;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}
/* line 343, ../sass/screen.scss */
.column-inner {
  position: relative;
  width: 100%;
  float: left;
  margin: 85px 0;
}

/* line 344, ../sass/screen.scss */
.left-column {
  width: 29%;
  float: left;
}
/* line 345, ../sass/screen.scss */
.left-column .left-menu {
  position: relative;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  float: left;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  text-align: left;
}
/* line 346, ../sass/screen.scss */
.left-column li {
  padding: 10px 0;
}
.left-column li ul li{
	padding: 5px 0;
}
.left-column li ul li:last-child{
	padding-bottom: 0;
}
/* line 347, ../sass/screen.scss */
.left-column a {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  opacity: 0.7;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 100%;
}
/* line 348, ../sass/screen.scss */
.left-column a:before {
  content: '\003e';
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: auto;
  color: #313030;
  line-height: 30px;
  font-size: 22px;
}
.left-column li.current-menu-item > a:before{
	color: #a8bb74;
}
/* line 349, ../sass/screen.scss */
.left-column a:hover, .left-column li.current-menu-item a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #a8bb74;
  opacity: 1;
}
/* line 350, ../sass/screen.scss */
.left-column a:hover:before {
  color: #313030;
  text-decoration: none !important;
}
/* line 354, ../sass/screen.scss */
.left-column li.active > a, .left-column li.current-menu-item > a {
  text-decoration: underline;
  text-underline-position: under;
  color: #a8bb74;
  opacity: 1;
}
/* .left-column li.current-menu-item .sub-menu li.submenuactive a, .left-column li.current-menu-item .sub-menu li.submenuactive a:before{
	color: #a8bb74;
} */
.left-column li.submenuactive a{
	color: #a8bb74;
	text-decoration: underline;
    text-underline-position: under;
}
.left-column li.submenuactive a:before{
	color: #a8bb74;
}
/* line 355, ../sass/screen.scss */
.left-column li.active a:before {
  color: #a8bb74;
  text-decoration: none !important;
}
/* line 358, ../sass/screen.scss */
.left-column .block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  background: #a8bb74;
  color: #fff;
  text-transform: capitalize;
  padding: 14px 29px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  letter-spacing: 0;
}
/* line 359, ../sass/screen.scss */
.left-column .left-menu-item {
  padding: 20px 30px;
}

/* line 361, ../sass/screen.scss */
.content-wrapper {
  padding-left: 40px;
  float: right;
  width: 71%;
  position: relative;
}
.committe-page .content-wrapper{
	padding-left:0;
	width: 100%;
}

/* line 362, ../sass/screen.scss */
.general-page {
  width: 100%;
  float: left;
  position: relative;
}
/* .general-page.contact-page{
	background: #F8F8F8;
} */

/* line 363, ../sass/screen.scss */
.latestnew-block {
  max-width: 654px;
  margin: 0 auto;
}
/* line 364, ../sass/screen.scss */
.latestnew-block li.news-blog-item {
  padding: 0 25px;
  margin-bottom: 50px;
}
/* line 365, ../sass/screen.scss */
.latestnew-block .row {
  margin: 0 -25px;
}
/* line 366, ../sass/screen.scss */
.latestnew-block .blog-container {
  margin: 0;
}

/* line 369, ../sass/screen.scss */
.page-link {
  color: #a8bb74;
  display: inline-block;
  word-break: break-word;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
}
/* line 370, ../sass/screen.scss */
.page-link:hover {
  color: #313030;
  background: none;
}

/* line 374, ../sass/screen.scss */
.inner-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  padding-bottom: 25px;
  color: #313030 !important;
  border-bottom: 2px solid #C4C4C4;
}
/* line 375, ../sass/screen.scss */
.inner-title span {
  opacity: 0.5;
}

/* line 377, ../sass/screen.scss */
.public-forum-block {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
/* line 378, ../sass/screen.scss */
.public-forum-block h2 {
  color: #a8bb74;
}
/* line 379, ../sass/screen.scss */
.public-forum-block p {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
/* line 380, ../sass/screen.scss */
.public-forum-block .forum-block {
  margin-top: 40px;
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: left;
}
/* line 382, ../sass/screen.scss */
.public-forum-block .program-block .title {
  font-size: 18px;
  line-height: 27px;
  color: #313030;
  font-weight: normal;
  margin-top: 20px;
}
/* line 383, ../sass/screen.scss */
.public-forum-block .program-block li {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 386, ../sass/screen.scss */
.public-forum-block .contact-block .contact-link {
  margin: 15px 0 0;
}
/* line 387, ../sass/screen.scss */
.public-forum-block .contact-block .contact-num {
  margin-top: 6px;
  text-transform: capitalize;
}
/* line 390, ../sass/screen.scss */
.public-forum-block .event-block ul {
  margin-top: 10px;
}
/* line 391, ../sass/screen.scss */
.public-forum-block .event-block ul li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: table;
  vertical-align: middle;
  float: none;
}
/* line 393, ../sass/screen.scss */
.public-forum-block .event-block .left-block {
  text-transform: capitalize;
  display: table-cell;
  width: 110px;
  position: relative;
  vertical-align: top;
}
/* line 394, ../sass/screen.scss */
.public-forum-block .event-block .map {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 10px;
}
/* line 395, ../sass/screen.scss */
.public-forum-block .event-block .right-block {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
/* line 397, ../sass/screen.scss */
.public-forum-block .about-extra-text {
  font-size: 14px;
  line-height: 21px;
  margin-top: 55px;
}

/* line 400, ../sass/screen.scss */
.link-block {
  float: left;
  width: 100%;
  position: relative;
}
/* line 401, ../sass/screen.scss */
.link-block h2 {
  color: #a8bb74;
  margin-bottom: 10px;
}
/* line 402, ../sass/screen.scss */
.link-block .link-part {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 45px;
}
.link-block .links-listing {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 45px;
}
.link-block .links-listing:last-child:not(.odd){
	max-width: 100%;
    flex: 100%;
	-webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
/* line 403, ../sass/screen.scss */
.link-block .link-bottom-part {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 404, ../sass/screen.scss */
.link-block li {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 10px;
}
.link-block li:last-child {
	padding-bottom: 0;
}
/* line 405, ../sass/screen.scss */
.link-block li:before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 12px;
  bottom: auto;
  height: 4px;
  width: 4px;
  background: #a8bb74;
  border-radius: 50%;
}

/* line 409, ../sass/screen.scss */
.contact-block {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
  text-align: left;
}

/* line 410, ../sass/screen.scss */
.contact-form {
  position: relative;
  float: right;
  width: 580px;
  /* margin-top: -240px; */
  padding: 60px 45px;
  box-shadow: -10px 10px 20px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
/* line 411, ../sass/screen.scss */
.contact-form h1 {
  color: #a8bb74;
  margin-bottom: 30px;
  text-align: left;
}
.contact-form h1 br{
	content: '';
}
/* line 412, ../sass/screen.scss */
.contact-form input, .contact-form textarea,.contact-form select {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  border-bottom: 0.5px solid rgba(49, 48, 48, 0.3);
  font-size: 16px;
  /* text-transform: capitalize; */
  color: rgba(49, 48, 48, 0.6);
  font-family: "Poppins", sans-serif;
  outline: none;
  border-radius: 0;
}
/* line 413, ../sass/screen.scss */
.contact-form button {
  float: right;
  margin-top: 30px;
  padding: 12px 45px;
  outline: none;
}
/* line 414, ../sass/screen.scss */
.contact-form textarea::placeholder {
  transform: translateY(100px);
}

/* line 416, ../sass/screen.scss */
.contact-detail {
  position: relative;
  display: inline-block;
  width: 40%;
  float: left;
  margin-top: 15%;
  text-align: left;
}
/* line 417, ../sass/screen.scss */
.contact-detail p {
  margin: 25px 0 40px;
  display: inline-block;
}
/* line 418, ../sass/screen.scss */
.contact-detail .contactadd b {
  font-size: 18px;
  line-height: 27px;
}
/* line 419, ../sass/screen.scss */
.contact-detail .contactemail {
  margin: 35px 0;
}
/* line 420, ../sass/screen.scss */
.contact-detail .contact {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  width: 100%;
}
/* line 421, ../sass/screen.scss */
.contact-detail .contact p {
  text-align: left;
  margin: 0;
}
/* line 422, ../sass/screen.scss */
.contact-detail .contact b {
  font-size: 18px;
  line-height: 27px;
}
/* line 424, ../sass/screen.scss */
.contact-detail svg {
  position: absolute;
  left: 0;
  top: 5px;
  height: 17px;
  width: 17px;
}
/* line 425, ../sass/screen.scss */
.contact-detail svg path {
  fill: #a8bb74;
}

/* line 429, ../sass/screen.scss */
.healthcare-page .breadcumb-block {
  background: url("../img/login-bread-cumb.jpg") no-repeat scroll center center;
  background-size: cover;
}

/* line 431, ../sass/screen.scss */
.login-block .uname {
  margin-top: 30px;
}
/* line 432, ../sass/screen.scss */
.login-block form {
  max-width: 500px;
  text-align: right;
}
/* line 433, ../sass/screen.scss */
.login-block label {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 22px 0;
  width: 200px;
}
/* line 434, ../sass/screen.scss */
.login-block input, #resetpassform input[type="text"], #resetpassform input[type="password"] {
  width: 295px;
  max-width: 100%;
  max-height: 46px;
  outline: none;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 435, ../sass/screen.scss */
.login-block .login-btn {
  width: 100%;
  margin: 10px 0 0;
  display: inline-block;
  position: relative;
}
/* line 436, ../sass/screen.scss */
.login-block .login-btn button {
  padding: 11px 123px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: auto;
  display: inline-block;
  position: relative;
  box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.05);
}
/* line 438, ../sass/screen.scss */
.login-block .login-link {
  text-align: center;
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  left: 280px;
}
/* line 439, ../sass/screen.scss */
.login-block a {
  position: relative;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
}
.login-block .awards-block a{
	width: auto;
	text-transform: inherit;
}
.login-block .awards-block ul li{
	position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}
.login-block .awards-block ul li:before{
	content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 10px;
    bottom: auto;
    height: 4px;
    width: 4px;
    background: #a8bb74;
    border-radius: 100%;
}
/* line 440, ../sass/screen.scss */
.login-block .forgot-pass {
  margin: 30px 0 15px;
}
/* line 441, ../sass/screen.scss */
.login-block .new-user {
  color: #6C7D3C;
  text-decoration: underline;
}
/* line 442, ../sass/screen.scss */
.login-block .new-user:hover {
  color: #313030;
}

#resetpassform{
	margin-top: 20px;
}

#resetpassform input[type=submit]{
	padding: 11px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 295px;
    position: relative;
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.7px;
    background: #7D9AB5;
    color: #fff;
    outline: 0;
    font-family: "Poppins", sans-serif;
	cursor: pointer;
}

#resetpassform .indicator-hint {
	font-size: 14px;
    line-height: 21px;
	margin: 10px 0;
}

#resetpassform #password-strength {
	padding: 5px;
    width: 295px;
	display: inline-block;
    margin: 10px 0;
    text-align: center;
	text-transform: uppercase;
	color: #313030;
}

#resetpassform #password-strength.short{
	background-color: #f1adad;
    border-color: #e35b5b;
}
#resetpassform #password-strength.good{
	background-color: #ffe399;
    border-color: #ffc733;
}
#resetpassform #password-strength.strong{
	background-color: #c1e1b9;
    border-color: #83c373;
}
#resetpassform #password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

/* line 446, ../sass/screen.scss */
.member-block {
  margin-top: 40px;
}
/* line 447, ../sass/screen.scss */
.member-block h2 {
  color: #a8bb74;
}
/* line 448, ../sass/screen.scss */
.member-block p {
  margin: 25px 0;
}
.member-block p a{
	color: #a8bb74;
}
.member-block p a:hover {
	color: #313030;
}
/* line 449, ../sass/screen.scss */
.member-block .member-list {
  margin: 50px 0 40px;
}
/* line 450, ../sass/screen.scss */
.member-block .member-list h2 {
  margin-bottom: 20px;
}
/* line 451, ../sass/screen.scss */
.member-block .member-list li {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  text-transform: capitalize;
  padding: 2px 0;
}

/* line 454, ../sass/screen.scss */
ol.grid_2_col {
  column-count: 2;
  column-gap: 100px;
  counter-reset: item;
}
/* line 455, ../sass/screen.scss */
ol.grid_2_col li:nth-child(-n+9)::before {
  content: "0" counter(item);
}
/* line 456, ../sass/screen.scss */
ol.grid_2_col li {
  width: 100%;
}
/* line 457, ../sass/screen.scss */
ol.grid_2_col li:before {
  counter-increment: item;
  content: counter(item) " ";
  color: #313030;
  display: inline-block;
  margin-right: 15px;
  font-family: FontAwesome;
}

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

/* line 462, ../sass/screen.scss */
.cal-dropdown {
  position: absolute;
  right: 12px;
  top: 12px;
  left: auto;
  cursor: pointer;
}
/* line 463, ../sass/screen.scss */
.cal-dropdown .month-cate {
  background: url(../img/calendar-icon.png) no-repeat scroll left 0;
}
/* line 464, ../sass/screen.scss */
.cal-dropdown .agenda-cate {
  background: url(../img/list-cal-icon.png) no-repeat scroll left 3px;
}
/* line 465, ../sass/screen.scss */
.cal-dropdown .events-cate.dropdown-toggle {
  padding: 0;
}
/* line 466, ../sass/screen.scss */
.cal-dropdown .dropdown-toggle {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  color: #7B7B7B;
}
/* line 467, ../sass/screen.scss */
.cal-dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #a7a7a5;
  border-bottom: none;
  border-left: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: 6px;
  float: right;
}
/* line 469, ../sass/screen.scss */
.cal-dropdown .dropdown-menu {
  padding: 10px;
  right: 0;
  left: auto;
  min-width: 170px;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
}
/* line 470, ../sass/screen.scss */
.cal-dropdown .dropdown-menu a {
  font-size: 13px;
  text-transform: capitalize;
  color: #7B7B7B;
}

/* line 473, ../sass/screen.scss */
.cal-dropdown.event-desc a {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #7B7B7B;
  padding-left: 25px;
  background: url("../img/back.png") no-repeat left center;
}

/* line 482, ../sass/screen.scss */
.events-block .slick-arrow {
  bottom: auto;
  top: -70px;
}
/* line 484, ../sass/screen.scss */
.events-block .event-decs {
  padding: 35px 20px;
  border-bottom: 2px solid #f3f3f3;
  display: block;
}
/* line 485, ../sass/screen.scss */
.events-block .event-decs .left-desc, .events-block .event-decs .right-desc {
  display: inline-block;
  position: relative;
}
/* line 486, ../sass/screen.scss */
.events-block .event-decs .left-desc {
  padding-right: 20px;
  width: 14%;
}
/* line 487, ../sass/screen.scss */
.events-block .event-decs .date {
  color: #313030;
  margin-bottom: 20px;
}
/* line 488, ../sass/screen.scss */
.events-block .event-decs .right-desc {
  width: 85%;
  padding-left: 10px;
}
/* line 489, ../sass/screen.scss */
.events-block .event-decs .right-desc h3 {
  color: #a8bb74;
  margin-top: 15px;
  width: auto;
  display: inline-block;
}
/* line 490, ../sass/screen.scss */
.events-block .event-decs .right-desc .event-city-name {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  color: #818F5A;
}
/* line 492, ../sass/screen.scss */
.events-block .event-decs .event-btn {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #ABABAB;
  color: #ABABAB;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 26px;
  padding: 11px 55px;
  display: inline-block;
  margin-top: 30px;
}

/* line 495, ../sass/screen.scss */
.single-event-desc {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 35px;
}
/* line 496, ../sass/screen.scss */
.single-event-desc .event-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #313030;
  margin-bottom: 20px;
}
/* line 497, ../sass/screen.scss */
.single-event-desc .left-desc {
  text-transform: capitalize;
  display: table-cell;
  vertical-align: top;
  width: 130px;
  font-weight: 500;
  color: #000;
}
/* line 498, ../sass/screen.scss */
.single-event-desc .right-desc {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
/* line 499, ../sass/screen.scss */
.single-event-desc .event-address {
  margin: 5px 0;
  position: relative;
  width: 100%;
  display: table;
  vertical-align: top;
}
/* line 500, ../sass/screen.scss */
.single-event-desc .event-map {
  width: 100%;
  position: relative;
  display: inline-block;
}

/* line 502, ../sass/screen.scss */
.by-month {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 50px 0 40px;
}
/* line 503, ../sass/screen.scss */
.by-month select {
  -webkit-appearance: none;
  background: url(../img/select-arr.png) no-repeat scroll right 12px;
  width: auto;
  padding-right: 25px;
  font-weight: 500;
  color: #a8bb74;
  font-size: 20px;
  line-height: 30px;
  outline: 0;
  text-transform: capitalize;
}
/* line 504, ../sass/screen.scss */
.by-month select option {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

/* line 507, ../sass/screen.scss */
.cal-img {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 515, ../sass/screen.scss */
.membership-block{
	margin-top: 50px;
}
.membership-block h2 {
  color: #a8bb74;
  margin-top: 40px;
  margin-bottom: 13px;
}
/* line 516, ../sass/screen.scss */
.membership-block a {
  text-decoration: underline;
  color: #6C7D3C;
}
/* line 517, ../sass/screen.scss */
.membership-block p {
  margin-bottom: 20px;
  width: 100%;
  /* display: inline-block; */
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
/* line 519, ../sass/screen.scss */
.membership-block .membership-cms p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin: 10px 0 20px;
}
/* line 521, ../sass/screen.scss */
.membership-block ol {
  padding-left: 15px;
}
/* line 522, ../sass/screen.scss */
.membership-block ol li {
  list-style: inherit;
  margin-bottom: 20px;
}
/* line 525, ../sass/screen.scss */
.membership-block ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}
/* line 526, ../sass/screen.scss */
.membership-block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 15px;
  bottom: auto;
  height: 5px;
  width: 5px;
  background: #a8bb74;
  border-radius: 50%;
}
/* line 529, ../sass/screen.scss */
.membership-block li {
  font-size: 16px;
  line-height: 35px;
}
/* line 530, ../sass/screen.scss */
.membership-block .inner-cms {
  padding-left: 55px;
  margin: 12px 0;
}
/* line 531, ../sass/screen.scss */
.membership-block .inner-cms li {
  margin: 0;
  padding: 0;
  display: list-item;
}
/* line 532, ../sass/screen.scss */
.membership-block .inner-cms li:before {
  display: none;
}
/* line 535, ../sass/screen.scss */
.membership-block svg {
  height: 12px;
  width: 12px;
  vertical-align: middle;
  text-align: center;
}
/* line 536, ../sass/screen.scss */
.membership-block svg path {
  fill: #000;
}
/* line 538, ../sass/screen.scss */
.membership-block .membership-table {
  margin-top: 30px;
}
/* line 539, ../sass/screen.scss */
.membership-block .membership-table td.tab-desc {
  text-align: left;
}
/* line 540, ../sass/screen.scss */
.membership-block .membership-table td {
  border: 1px solid #b6b6b6;
  padding: 13px 25px;
  font-size: 14px;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
/* line 541, ../sass/screen.scss */
.membership-block .membership-table th {
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b6b6b6;
  padding: 12px 10px;
  font-weight: normal;
}

/* line 546, ../sass/screen.scss */
.committees-block h2 {
  color: #a8bb74;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
/* line 547, ../sass/screen.scss */
.committees-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: none;
}
/* line 548, ../sass/screen.scss */
.committees-block p {
  margin: 18px 0;
}
/* line 549, ../sass/screen.scss */
.committees-block ul {
  margin-bottom: 15px;
}
/* line 550, ../sass/screen.scss */
.committees-block ul li {
  padding: 6px 0px;
  font-size: 16px;
  line-height: 35px;
  display: table;
  vertical-align: top;
}
/* line 552, ../sass/screen.scss */
.committees-block .left-block {
  text-transform: capitalize;
  display: table-cell;
  vertical-align: top;
  width: 220px;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #000;
}
/* line 553, ../sass/screen.scss */
.committees-block .right-block {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
/* line 554, ../sass/screen.scss */
.committees-block .extra-text {
  margin: 0 0 20px;
}

/* line 557, ../sass/screen.scss */
.awards-block {
  margin-bottom: 10px;
}
/* line 558, ../sass/screen.scss */
.awards-block h2, .publications-block h2, .annual-meeting-block h2 {
  color: #a8bb74;
  margin-top: 50px;
}
/* line 559, ../sass/screen.scss */
.awards-block a {
  text-decoration: underline;
  color: #6C7D3C;
}
/* line 560, ../sass/screen.scss */
.awards-block p {
  margin: 20px 0 10px;
  display: inline-block;
  width: 100%;
}
.publications-block p{
  padding: 15px 0;
  width: 100%;
}
.publications-block p em {
	font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.publications-block ul{
	margin: 12px 0;
}
.publications-block li {
	position: relative; 
	display: inline-block;
    width: 100%;
    padding-left: 15px;
	margin-bottom: 15px;
}
.publications-block li:last-child {
	margin-bottom: 0;
}
.publications-block li a{
	color: #5F7426;
    text-decoration: underline;
    text-underline-position: under;
}
.publications-block li a:hover {
	color: rgba(49, 48, 48, 0.7);
}
.publications-block li:before{
	content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 10px;
    bottom: auto;
    height: 4px;
    width: 4px;
    background: #a8bb74;
    border-radius: 100%;
}
.publications-block .table tr td{
	text-align: center;
    border: 1px solid #c4c4c4;
}
.publications-block .table tr td a {
	color: #A8BB74;
    text-decoration: underline;
    text-underline-position: under;
}
.publications-block .table tr td a:hover {
	color: rgba(49, 48, 48, 0.7);
}
/* line 561, ../sass/screen.scss */
.awards-block ol {
  padding-left: 15px;
}
/* line 562, ../sass/screen.scss */
.awards-block ol li {
  list-style: inherit;
  margin: 15px 0;
  font-size: 16px;
}
/* line 564, ../sass/screen.scss */
.awards-block .extra-text {
  font-size: 14px;
  line-height: 21px;
}

/* line 567, ../sass/screen.scss */
.league-block {
  margin-bottom: 10px;
  margin-top: 30px;
}
/* line 568, ../sass/screen.scss */
.league-block h2 {
  color: #a8bb74;
  margin-top: 45px;
}
/* line 569, ../sass/screen.scss */
.league-block a {
  text-decoration: underline;
  color: #a8bb74;
}
/* line 570, ../sass/screen.scss */
.league-block p {
  margin: 20px 0 10px;
  display: inline-block;
  width: 100%;
  text-align: justify;
}
/* line 571, ../sass/screen.scss */
.league-block .league-list {
  margin-top: 10px;
}
/* line 572, ../sass/screen.scss */
.league-block .league-list li {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
}
/* line 573, ../sass/screen.scss */
.league-block .league-list li:before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 15px;
  bottom: auto;
  height: 5px;
  width: 5px;
  background: #a8bb74;
  border-radius: 50%;
}
/* line 575, ../sass/screen.scss */
.league-block .league-list a {
  color: #6C7D3C;
}
/* line 576, ../sass/screen.scss */
.league-block .league-list a:hover {
  color: #313030;
  text-decoration: none;
}
/* line 579, ../sass/screen.scss */
.league-block li {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 0 6px;
  display: table;
  vertical-align: top;
}
/* line 580, ../sass/screen.scss */
.league-block ol {
  padding-left: 15px;
}
/* line 581, ../sass/screen.scss */
.league-block ol li {
  list-style: inherit;
  font-weight: normal;
  padding: 10px 0px;
  display: list-item;
}
/* line 583, ../sass/screen.scss */
.league-block .left-block {
  text-transform: capitalize;
  display: table-cell;
  vertical-align: top;
  width: 220px;
  font-weight: 500;
}
/* line 584, ../sass/screen.scss */
.league-block .right-block {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

/* line 588, ../sass/screen.scss */
.general-page-inner .breadcumb-block {
  padding: 140px 0 68px;
}
/* line 589, ../sass/screen.scss */
.general-page-inner .breadcumb-btn {
  margin: 0;
  float: left;
}
/* line 590, ../sass/screen.scss */
.general-page-inner .breadcumb-img {
  position: absolute;
  right: 0;
  left: auto;
  top: -40px;
  bottom: auto;
}
/* line 591, ../sass/screen.scss */
.general-page-inner .breadcumb-img figure {
  width: 100%;
  height: 308px;
  position: relative;
  display: inline-block;
  max-width: 550px;
}
/* line 592, ../sass/screen.scss */
.general-page-inner .breadcumb-img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: -5px 4px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 595, ../sass/screen.scss */
.article-blog {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 100px;
  margin-bottom: 80px;
}

/* line 596, ../sass/screen.scss */
.public-personal-info {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
/* line 597, ../sass/screen.scss */
.public-personal-info h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  max-width: 500px;
}
/* line 598, ../sass/screen.scss */
.public-personal-info .extra-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 40px 0 0;
  width: 100%;
  display: inline-block;
}
/* line 599, ../sass/screen.scss */
.public-personal-info h2 {
  font-size: 18px;
  line-height: 27px;
  color: #a8bb74;
  margin-top: 55px;
  text-transform: none;
}
.public-personal-info h4 {
  font-size: 20px;
  line-height: 30px;
  color: #a8bb74;
  margin-top: 55px;
  text-transform: none;
}
/* line 600, ../sass/screen.scss */
.public-personal-info li {
  font-size: 16px;
  line-height: 25px;
}
/* line 601, ../sass/screen.scss */
.public-personal-info ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
/* line 602, ../sass/screen.scss */
.public-personal-info ol li {
  list-style: inherit;
  padding-left: 10px;
  padding-bottom: 20px;
}
/* line 604, ../sass/screen.scss */
.public-personal-info p {
  margin: 20px 0;
}
.public-personal-info p a:hover {
	/* color: #̊a8bb74; */
  color: #313030;
}
.public-personal-info.text-left table {
	width: 100%;
	display: inline-block;
    padding: 15px 0;
}
.public-personal-info.text-left table tr {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.public-personal-info.text-left table tr td {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.public-personal-info.text-left table tr td img {
	width: 100%;
	margin-bottom: 10px;
}

/* line 605, ../sass/screen.scss */
.public-personal-info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-top: 50px;
}
.public-personal-info h2 + h3,.public-personal-info h2 + h4, .public-personal-info h3 + h2, .public-personal-info h3 + h4,
.public-personal-info h4 + h2, .public-personal-info h4 + h3 {
	margin-top: 10px;
}
/* line 606, ../sass/screen.scss */
.public-personal-info .public-cms p {
  /* line-height: 35px; */
  margin: 20px 0;
}
/* line 607, ../sass/screen.scss */
.public-personal-info ul  {
  margin-top: 10px;
}
/* line 608, ../sass/screen.scss */
.public-personal-info ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 10px;
}
/* line 609, ../sass/screen.scss */
.public-personal-info ul li:before,.annual-meeting-block ul li:before, .registration-fees-block ul li:before,
.venue-accomodation-block ul li:before, .md-accordion ul li:before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 12px;
  bottom: auto;
  height: 4px;
  width: 4px;
  background: #a8bb74;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.public-personal-info ul li ul, .public-personal-info ol li ul{
	margin-top: 0;
}

.public-personal-info ul li ul li:before, .public-personal-info ol li ul li:before {
	content: '';
	position: absolute;
	left: 0;
	right: auto;
	top: 15px;
	bottom: auto;
	height: 4px;
	width: 4px;
	background: transparent;
	border: 1px solid #a8bb74;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.annual-meeting-block ul{
	margin: 20px 0 10px;
}
.annual-meeting-block ul li ul, .annual-meeting-block ul li ul li:last-child {
	margin-bottom: 0;
}
.annual-meeting-block ul li, .registration-fees-block ul li, .venue-accomodation-block ul li, .md-accordion ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
}
.registration-fees-block ul li {
	margin-bottom: 0;
	font-size: 14px;
}
.registration-fees-block small {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.annual-meeting-block ul li li:before {
	background: #7B7B7B;
}
.annual-meeting-block, .registration-fees-block {
	margin-top: 30px;
}
.annual-meeting-block p, .registration-fees-block .fee-info p,.venue-accomodation-block p {
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
}
.annual-meeting-block p a, .registration-fees-block p a{ 
	color: #a8bb74;
	text-decoration: underline;
}
.annual-meeting-block p strong, .annual-meeting-block p b{
	text-decoration: underline;
}
.annual-meeting-block h3{
	color: #313030;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}
.annual-meeting-block p + h3, .annual-meeting-block h3 + ul{
	margin-top: 20px;
}
.registration-fees-block p + h2 {
	margin-top: 40px;
}
.single-gallery > .inner-title{
	display: none;
}
.single-gallery .ngg-gallery-thumbnail{
	border:none;
}
.single-gallery .ngg-gallery-thumbnail img {
	width:100%;
}
.download-link {
	text-align: right;
}
.download-link img {
	float :right; 
	margin-left: 20px;
	width: 17px;
	height: 17px;
}
.download-link a {
	color: #A8BB74;
	text-decoration: underline;
}
.single-gallery .ngg-galleryoverview{
	margin-top: 20px;	
}

.venue-accomodation-block h2, .registration-fees-block h2 { color: #a8bb74;}
.sponsors-gallery h2 { color: #a8bb74; font-weight: 400; margin-bottom: 10px;}
.sponsors-gallery {margin-top: 30px;}
.sponsor-row { margin: 20px 0; width: 100%; display: inline-block;}
ul.sponser-log li { display: inline-block; width: 20%; margin:15px; text-align: center;}
ul.sponser-log li:first-child{margin-left: 0;}
ul.sponser-log li:last-child{margin-right: 0;}

.fees-chart .table {border: 0.5px solid rgba(123, 123, 123, 0.3); margin: 20px 0 55px;}
.fees-chart .table th{border-top: 0.5px solid rgba(123, 123, 123, 0.3);}
.fees-chart .table td {border-top: none;}
.fees-chart .table tr th, .fees-chart .table tr td{border-right:0.5px solid rgba(123, 123, 123, 0.3); }
.fees-chart .table tr th:not(:first-child), .fees-chart .table tr td:not(:first-child) {text-align: center; font-size: 14px;}
.fees-chart .table td.last-td {padding: 20px 12px;}
.fees-chart .table td.col-bg { background: #F3F3F3; border-bottom: 0.5px solid rgba(123, 123, 123, 0.3);font-weight: 500;}
.fees-chart .table tr.border-bottom { border-bottom: 0.5px solid rgba(123, 123, 123, 0.3);}
.fees-chart .row-bg {background: rgba(242, 242, 242, 0.3);border-bottom: 0.5px solid rgba(123, 123, 123, 0.3);}
.fees-chart .row-bg th {font-weight: 500;}

.table-mb {display: none;}

.venue-accomodation-block {margin-top: 30px; }
.venue-detail iframe {width: 100%;}
.venue-accomodation-block small {font-size: 14px; line-height: 21px;}
.venue-accomodation-block .venue-detail h2 {font-size: 18px; }
.venue-accomodation-block .venue-detail p {margin: 5px 0 20px;}
.venue-accomodation-block .venue-detail p:first-child {margin-top: 0;}
.venue-accomodation-block h3 {font-size: 18px; font-weight: 500; margin-top: 20px;}
.accomodation-row, .other-row {margin-top: 40px;}
.venue-accomodation-block ul li a, .venue-accomodation-block a{text-decoration: underline; color: #A8BB74;}

.scientific-Programme-block {margin-top: 40px;}
.md-accordion .card {border: none; border-bottom: 0.5px solid rgba(123, 123, 123, 0.3); border-radius: 0; margin-bottom: 50px;}
.md-accordion .card-header {padding: 0 0 10px 0; background: transparent; border: none;}
.md-accordion .card-header h5 {color: #313030; margin-bottom: 8px;}
.md-accordion .card-header h2 {color: #A8BB74;}
.md-accordion .card-header > a {width: 100%; display: inline-block; position: relative;}
.md-accordion .card-header > a.collapsed:after {content: '\003e'; position: absolute; right: 0; top: 50%;color: #A8BB74; font-size: 24px; width: 40px; height: 40px; background: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); line-height: 40px; text-align: center;
transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg);}
.md-accordion .card-header > a:not(.collapsed):after {content: '\003e'; position: absolute; right: 0; top: 50%;color: #A8BB74; font-size: 24px; width: 40px; height: 40px; background: #fff; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); line-height: 40px; text-align: center;
	transform: translateY(-50%) rotate(-90deg); -webkit-transform: translateY(-50%) rotate(-90deg); -moz-transform: translateY(-50%) rotate(-90deg); -o-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg);
}
.progam-list {margin-top: 15px;}

.timetable .table {border: 0.5px solid rgba(123, 123, 123, 0.3); margin-bottom: 0;}
.timetable .row-bg {background: #F2F2F2; border-bottom: 0.5px solid rgba(123, 123, 123, 0.3);}
.timetable .table tr th, .timetable .table tr td {border-right: 0.5px solid rgba(123, 123, 123, 0.3); font-size: 15px;}
.timetable .table tr th p, .timetable .table tr td p {font-size: 15px; margin-bottom: 8px;}
.timetable .table tr th p:last-child, .timetable .table tr td p:last-child {margin-bottom: 0;}
.timetable .table tr th:first-child, .timetable .table tr td:first-child{width: 100px;}
.timetable .table tr th {text-align: center;    font-weight: 500;}
.timetable .table ul li {margin-bottom: 0; font-size: 14px;}
.timetable .table ul li:before{top: 10px;}
.timetable .table .half{width: 50%; float: left; padding: 10px; position: relative; }
.timetable .table .half {font-size: 15px;}
.timetable .table .half:before {content: ''; position: absolute;width: 1px; height: 100%;background: rgba(123, 123, 123, 0.3); left: 0; top: 0; }
.timetable .table .half:first-child:before{content: none;}
.timetable .table tr td.color-column {padding: 0;}
.timetable .table tr td .green-bg {background: #E5F1C2; width: 100%; display: inline-block;padding: 15px; text-align: center;}
.timetable .table tr.green-bg{background: #E5F1C2; width: 100%; text-align: center;}

.extra-info-block {width: 100%; float: left;} 
.contcat-extra-info { max-width: 1020px;margin: 0 auto;width: 100%;}
.contcat-extra-info p {margin-bottom: 25px;}
.contcat-extra-info p:last-child {margin-bottom: 0;}
.contcat-extra-info h3 { font-weight: 500; font-size: 18px; line-height: 27px; margin-top: 30px; margin-bottom: 15px;}
.contcat-extra-info ul {margin-bottom: 15px;display: inline-block;}
.contcat-extra-info ul li{font-size: 16px; line-height: 28px; padding-left: 10px; position: relative;}
.contcat-extra-info li:before { content: ''; position: absolute; right: auto; left: 0; top: 12px; bottom: auto; height: 4px; width: 4px; background: #a8bb74; border-radius: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.select-filed { position: relative;}
.apply_note {position: absolute; top: 50%; left: 15px; color: #7B7B7B;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.select_arrow {background: url(../img/selectarrow.png) no-repeat transparent; background-position: 97% center;}
#custom_purpose {direction: rtl; color: #A4B578;padding-right: 30px; background: transparent; -webkit-appearance: none;}


.cnt-bradcrumb .contact-block { text-align: center;}
.cnt-bradcrumb p {color: #fff; margin-top: 8px;}
.query-part {width: 100%; position: relative;margin-top: -225px; padding-bottom: 30px }
.query-accordion .card {margin-bottom: 30px; border: none;box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); border-radius: 5px; }
.query-accordion .card:last-child{margin-bottom: 0;}
.query-accordion .card-header {background: #FFFFFF; border: none; padding: 20px 30px;border-radius: 5px;}
.query-accordion .card-header > a {width: 100%; display: inline-block; position: relative;}
.query-accordion .card-header > a.collapsed:after {content: '\003e'; position: absolute; right: 0; top: 50%;color: #A8BB74; font-size: 20px; transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg);}
.query-accordion .card-header > a:not(.collapsed):after {content: '\003e'; position: absolute; right: 0; top: 50%;color: #A8BB74; font-size: 20px; transform: translateY(-50%) rotate(-90deg); -webkit-transform: translateY(-50%) rotate(-90deg); -moz-transform: translateY(-50%) rotate(-90deg); -o-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg);}
.query-accordion .card-header > a:not(.collapsed) h2:after {content: ''; position: absolute; bottom: -20px; left: 0; width: 40px; height: 1px; background: #C4C4C4;}
.query-accordion .card-header h2{position: relative; color: #A8BB74;text-transform: unset;}
/* .contact-faq { position: absolute; z-index: 1; top: -200px; left: 0; right: 0;} */
.query-accordion .card-body {padding:30px; width: 100%; }
.faq-row {margin-bottom: 30px;}
.faq-row:last-child{margin-bottom: 0;}
.faq-row h3 {font-weight: 500; margin-bottom: 10px;}
.faq-row p {color: rgba(49, 48, 48, 0.8);}
.faq-row p a {color: #A8BB74; text-decoration: underline;}

.simplenotes p {font-size: 12px; line-height: 18px; font-style: italic; color: rgba(49, 48, 48, 0.7);}

/* line 615, ../sass/screen.scss */
.blog-inner-info h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: #a8bb74;
}
/* line 616, ../sass/screen.scss */
.blog-inner-info .column-inner {
  margin-top: 45px;
}
/* line 617, ../sass/screen.scss */
.blog-inner-info h1 {
  max-width: 40%;
  margin: 15px 0 40px;
}
.blog-inner-info h5, .public-personal-info h5{
	text-transform: unset;
}
/* line 618, ../sass/screen.scss */
.blog-inner-info .blog-news-cms h1 {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
/* line 619, ../sass/screen.scss */
.blog-inner-info table {
  width: 100%;
  max-width: 65%;
  text-align: left;
  border: none;
  margin-top: 50px;
}
/* line 620, ../sass/screen.scss */
.blog-inner-info table th {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
/* line 621, ../sass/screen.scss */
.blog-inner-info table .title  {
  color: #728C2C;
  width: 50%;
}
.blog-inner-info table .title a{
	color: #728C2C;
}
/* line 622, ../sass/screen.scss */
.blog-inner-info table td {
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  width: 29.5%;
}

@media (min-width: 1921px) {
	.home-slider .slick-slide img{
		width: 100%;
	}
}

@media (max-width: 1299px) {
  /* line 626, ../sass/screen.scss */
  .header-center {
    width: 64%;
  }
  .primary-header .header-right {
	  width: 180px;
  }
  /* .primary-header .header-left{
	  width: 225px;
  } */
  /* line 627, ../sass/screen.scss */
  .header-center li a {
    padding: 0 10px;
	font-size: 15px;
  }

  /* line 629, ../sass/screen.scss */
  .blog-inner-info table {
    max-width: 68%;
  }
}
@media (max-width: 1199px) {
  /* line 632, ../sass/screen.scss */
  .header-center {
    width: 67%;
  }
  /* line 633, ../sass/screen.scss */
  .header-center li a {
    font-size: 13px;
	padding: 0 5px;
  }

  /* line 636, ../sass/screen.scss */
  .primary-header .header-right {
    width: 150px;
  }
  /* line 637, ../sass/screen.scss */
  .primary-header .header-left {
    width: 148px;
  }

  /* line 639, ../sass/screen.scss */
  .footer-left .footer-logo {
    margin: 0;
  }
  /* line 640, ../sass/screen.scss */
  .footer-left .footer-logo:before {
    display: none;
  }

  /* line 642, ../sass/screen.scss */
  li.Dermatologist-item {
    width: 25%;
  }

  /* line 643, ../sass/screen.scss */
  .public-forum-block .event-block .map {
    position: relative;
    bottom: 0;
  }

  /* line 644, ../sass/screen.scss */
  .contact-block, .contcat-extra-info {
    max-width: 100%;
  }

  /* line 645, ../sass/screen.scss */
  .contact-form {
    width: 540px;
  }

  /* line 646, ../sass/screen.scss */
  .blog-inner-info table {
    max-width: 81%;
  }

  /* line 647, ../sass/screen.scss */
  .events-block .event-decs .date {
    margin-bottom: 10px;
  }

  /* line 648, ../sass/screen.scss */
  .event-decs .date {
    font-size: 55px;
  }
  ul.sponser-log li{margin: 12px; }
  .public-personal-info h1 {max-width: 360px;}
  .doc-per-info .doc-img{height: 460px;}
}
@media (max-width: 991px) {
  /* line 651, ../sass/screen.scss */
  .primary-header {
    text-align: right;
  }
  /* line 652, ../sass/screen.scss */
  .primary-header .header-right {
    width: 210px;
    text-align: left;
    float: left;
    /* margin-top: 4px; */
  }
  /* line 653, ../sass/screen.scss */
  .primary-header .header-left {
    margin-top: 15px;
	width: 200px;
  }

  /* line 655, ../sass/screen.scss */
  .close-btn {
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: url("../img/sprite.png") no-repeat -91px -212px;
  }

  /* line 656, ../sass/screen.scss */
  .main-menu {
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    position: fixed;
    top: 0px;
    right: 0px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: #fff;
    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;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }

  /* line 657, ../sass/screen.scss */
  .body-toogle-menu .main-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }

  /* line 658, ../sass/screen.scss */
  ul.top-menu {
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 10px 30px;
  }
  /* line 659, ../sass/screen.scss */
  ul.top-menu li {
    display: block;
    padding: 7px 10px;
    position: relative;
  }
  /* line 660, ../sass/screen.scss */
  ul.top-menu li a:after {
    display: none;
  }

  /* line 663, ../sass/screen.scss */
  .contact-block {
    text-align: center;
  }
  .contact-faq .contact-block {
    text-align: left;
  }
  /* line 664, ../sass/screen.scss */
  .header-center {
    width: auto;
  }

  /* line 665, ../sass/screen.scss */
  .menu-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-top: 12px;
    margin-left: 12px;
    background: url(../img/sprite.png) no-repeat -86px -133px;
    width: 22px;
    height: 18px;
  }

  /* line 666, ../sass/screen.scss */
  .option-cms {
    max-width: 100%;
  }
  /* line 667, ../sass/screen.scss */
  .option-cms a {
    padding: 17px;
    font-size: 16px;
    line-height: 24px;
  }

  /* line 669, ../sass/screen.scss */
  .event-left {
    width: 100%;
    margin: 15px 0;
  }

  /* line 670, ../sass/screen.scss */
  .slick-arrow {
    bottom: -22%;
  }

  /* line 671, ../sass/screen.scss */
  .footer-left .footer-link1, .footer .links {
    padding: 0 15px;
  }

  /* line 672, ../sass/screen.scss */
  .footer-right {
    margin-top: 38px;
  }

  /* line 673, ../sass/screen.scss */
  .doc-per-info {
    max-width: 100%;
  }
  /* line 674, ../sass/screen.scss */
  .doc-per-info .doc-desc {
    width: 56%;
  }
  .doc-per-info .doc-img {
		height: 340px;
	}
  /* line 676, ../sass/screen.scss */
  .blog-inner-info table .title {
    width: 48%;
  }

  /* line 678, ../sass/screen.scss */
  .left-column .block-title {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 15px;
  }
  /* line 679, ../sass/screen.scss */
  .left-column .left-menu-item {
    padding: 15px;
  }
  /* line 680, ../sass/screen.scss */
  .left-column a {
    font-size: 14px;
    padding-left: 22px;
    line-height: 20px;
  }
  /* line 681, ../sass/screen.scss */
  .left-column a:before {
    line-height: 26px;
    font-size: 19px;
  }
  /* line 683, ../sass/screen.scss */
  .left-column li {
    padding: 6px 0;
  }

  /* line 685, ../sass/screen.scss */
  .inner-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  /* line 686, ../sass/screen.scss */
  .cal-dropdown {
    top: 5px;
  }

  /* line 687, ../sass/screen.scss */
  .public-forum-block .forum-block {
    margin-top: 30px;
  }

  /* line 688, ../sass/screen.scss */
  .link-block .link-part {
    margin-top: 30px;
  }

  /* line 689, ../sass/screen.scss */
  .contact-form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    float: none;
    /* margin-top: -30%; */
    display: inline-block;
  }
  
  .contact-form h1{
	  text-align: center;
  }

  /* line 690, ../sass/screen.scss */
  .contact-detail {
    width: 100%;
	float: none;
	max-width: 540px;
	margin:60px auto 20px;
  }
	
  .contact-detail h1, .contact-detail p{
	  text-align: center;
  }
  
  .contact-detail .contactemail {
	margin: 25px 0;
  }
  /* line 692, ../sass/screen.scss */
  .login-block form {
    text-align: left;
    margin: 0 auto;
  }
  .login-block .login-link{
	left: 80px;
  }
  /* line 693, ../sass/screen.scss */
  .login-block label {
    margin: 25px 0 12px;
    width: 100%;
  }
  /* line 694, ../sass/screen.scss */
  .login-block .login-btn {
    margin: 30px 0 0;
  }

  /* line 697, ../sass/screen.scss */
  .general-page-inner .breadcumb-block {
    padding: 105px 0;
  }
  /* line 698, ../sass/screen.scss */
  .general-page-inner .breadcumb-img {
    top: 100px;
    left: 0;
  }
  /* line 699, ../sass/screen.scss */
  .general-page-inner .breadcumb-btn {
    margin: 0;
    float: none;
    width: 100%;
    display: inline-block;
  }

  /* line 701, ../sass/screen.scss */
  .aboutus-block {
    max-width: 100%;
  }

  /* line 702, ../sass/screen.scss */
  .public-personal-info {
    margin-top: 30%;
  }

  /* line 704, ../sass/screen.scss */
  .blog-inner-info .column-inner {
    margin-top: 70px;
  }
  /* line 705, ../sass/screen.scss */
  .blog-inner-info table, .blog-inner-info h1 {
    max-width: 100%;
  }

  /* line 707, ../sass/screen.scss */
  .article-blog {
    margin-top: 30px;
  }

  /* line 709, ../sass/screen.scss */
  .events-block .event-decs .left-desc {
    padding: 0;
    width: 100%;
  }
  /* line 710, ../sass/screen.scss */
  .events-block .event-decs .right-desc {
    width: 100%;
    padding: 15px 0 0;
  }
  /* line 711, ../sass/screen.scss */
  .events-block .event-decs .right-desc .event-city-name {
    position: relative;
    width: 100%;
    display: inline-block;
  }

  /* line 714, ../sass/screen.scss */
  li.event-item {
    margin-bottom: 25px;
  }

  /* line 715, ../sass/screen.scss */
  ol.grid_2_col {
    column-count: 1;
  }

  /* line 716, ../sass/screen.scss */
  ul.dropdown.collapse.popover {
    opacity: 1;
    position: static;
    display: none;
    width: 100%;
    max-width: 100%;
	box-shadow: none;
    border: none;
    padding: 10px;
    float: left;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  ul.dropdown.collapse.popover li.current-menu-item {
	  background: transparent;
  }
  ul.dropdown.collapse.popover li.current-menu-item > a, ul.top-menu li.wc_active > a  {
	  color: #a8bb74;
  }
  /* line 717, ../sass/screen.scss */
  ul.dropdown.collapse.popover li a {
    text-transform: capitalize;
  }
  ul.top-menu li.current_page_item a, ul.top-menu li.current_page_parent > a{
	color: #a8bb74;
  }

  /* line 719, ../sass/screen.scss */
  ul.event-block-slider li {
    width: 100%;
  }

  /* line 720, ../sass/screen.scss */
  .event-decs .right-desc p {
    max-width: 100%;
	text-align: inherit;
  }

  /* line 721, ../sass/screen.scss */
  .wx-ajax-click {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
  }
   ul.sponser-log li{width: 25%;}
   
   .timetable .table .half {width: 100%;}
   .timetable .table .half:before {width: 100%; height: 1px; }
   .public-personal-info h1 { max-width: 100%;}
   
}
@media (max-width: 767px) {
  /* line 724, ../sass/screen.scss */
  .container {
    width: 100%;
  }

  /* line 725, ../sass/screen.scss */
  .container.small {
    max-width: 100%;
    width: 100%;
  }

  /* line 726, ../sass/screen.scss */
  .home-public-option-block {
    margin: 40px 0;
  }

  /* line 727, ../sass/screen.scss */
  .home-upcoming-event-block {
    padding: 70px 0 80px;
  }
  /* line 728, ../sass/screen.scss */
  .home-upcoming-event-block .event-cms {
    padding: 30px 0 20px;
  }

  /* line 730, ../sass/screen.scss */
  .home-blog-news-block .blog-news-cms, .column-inner .blog-news-cms {
    max-width: 100%;
  }

  /* line 731, ../sass/screen.scss */
  .home-blog-news-block .slick-slide.slick-center, .column-inner .slick-slide.slick-center {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  /* line 732, ../sass/screen.scss */
  .home-blog-news-block {
    margin: 70px 0 100px;
  }

  /* line 733, ../sass/screen.scss */
  .column-inner {
    margin: 50px 0 80px;
  }

  /* line 734, ../sass/screen.scss */
  .latestnew-block {
    max-width: 100%;
  }
  /* line 735, ../sass/screen.scss */
  .latestnew-block li.news-blog-item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  /* line 736, ../sass/screen.scss */
  .latestnew-block .row {
    margin: 0 -15px;
  }

  /* line 738, ../sass/screen.scss */
  .home-img-slider h1 {
    font-size: 26px;
    line-height: 36px;
  }

  /* line 739, ../sass/screen.scss */
  .home-img-slider .slide-btn .btn {
    padding: 14px 26px;
    font-size: 15px;
  }

  /* line 740, ../sass/screen.scss */
  h2, .h2, .single-event-desc .event-title, h2 a {
    font-size: 18px;
    line-height: 27px;
  }

  /* line 741, ../sass/screen.scss */
  .public-personal-info h2, .public-personal-info h3 {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 742, ../sass/screen.scss */
  .spe_res {
    margin: 0;
  }

  /* line 743, ../sass/screen.scss */
  .public-personal-info .public-cms p {
    line-height: 22px;
  }

  /* line 744, ../sass/screen.scss */
  .event-left {
    padding: 0;
  }

  /* line 745, ../sass/screen.scss */
  li.Dermatologist-item {
    width: 33.3333%;
    padding: 0 9px;
  }

  /* line 746, ../sass/screen.scss */
  .Dermatologist-details {
    margin-top: 50px;
  }
  /* line 747, ../sass/screen.scss */
  .Dermatologist-details .spe_res {
    margin: 0 -9px;
  }

  /* line 749, ../sass/screen.scss */
  .blog-btn {
    margin-top: 50px;
  }

  /* line 750, ../sass/screen.scss */
  .gallery-cms-content h1 {
    margin-bottom: 20px;
  }

  /* line 751, ../sass/screen.scss */
  .gallery-cms-content {
    margin: 70px 0;
  }
	.doc-per-info .doc-img {
		height: 100%;
	}
  /* line 753, ../sass/screen.scss */
  .doc-per-info .doc-img {
    width: 100%;
    text-align: center;
  }
  /* line 754, ../sass/screen.scss */
  .doc-per-info .doc-desc {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }
  /* line 755, ../sass/screen.scss */
  .doc-per-info .doc-desc:before {
    display: none;
  }

  /* line 758, ../sass/screen.scss */
  .left-column {
    width: 100%;
    margin-bottom: 55px;
  }
  /* line 760, ../sass/screen.scss */
  .left-column .dropdown-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
	line-height: 1;
	margin: 0;
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  }
  /* line 762, ../sass/screen.scss */
  .left-column .left-menu, .left-column .block-title {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  /* line 763, ../sass/screen.scss */
  .left-column .block-title {
    padding: 17px 30px;
  }
  /* line 764, ../sass/screen.scss */
  .left-column .left-menu-item {
    padding: 20px 30px;
    margin: 0;
    width: 100%;
  }

  /* line 766, ../sass/screen.scss */
  .login-block form {
    max-width: min-content;
  }

  /* line 767, ../sass/screen.scss */
  .content-wrapper {
    width: 100%;
    padding: 0;
  }

  /* line 768, ../sass/screen.scss */
  .member-block .member-list li, p {
    font-size: 15px;
  }

  /* line 769, ../sass/screen.scss */
  .membership-block .membership-table {
    overflow-y: hidden;
    overflow-x: auto;
  }

  /* line 770, ../sass/screen.scss */
  .committees-block h2, .awards-block h2, .public-personal-info h3 {
    margin-top: 30px;
  }

  /* line 771, ../sass/screen.scss */
  .league-block h2, .public-personal-info h2 {
    margin-top: 35px;
  }

  /* line 772, ../sass/screen.scss */
  .article-blog {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 773, ../sass/screen.scss */
  .home-blog-news-block ul.blog-slider, .column-inner ul.blog-slider {
    padding: 0;
    width: auto;
    float: none;
  }

  /* line 774, ../sass/screen.scss */
  .single-event-desc .left-desc {
    width: 80px;
  }

  /* line 775, ../sass/screen.scss */
  .doc-per-info {
    padding: 0 20px;
  }

  /* line 776, ../sass/screen.scss */
  .healthcare-page .content-wrapper {
    padding: 0 13px;
  }

  /* line 777, ../sass/screen.scss */
  .blog-inner-info table {
    margin-top: 30px;
  }

  /* line 778, ../sass/screen.scss */
  .league-block {
    margin-top: 20px;
  }

  /* line 779, ../sass/screen.scss */
  .about-content .about-left {
    padding-right: 0;
  }

  /* line 780, ../sass/screen.scss */
  .public-forum-block {
    padding: 0 15px;
  }

  /* line 781, ../sass/screen.scss */
  .events-block .event-decs .date {
    margin: 0;
  }
  .login-block .login-link {
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
   }
   
  .download-link {text-align: left;} 
  .download-link img { float: left; margin-left: 0px; margin-right: 15px; width: 33px; height: 33px;}
  .venue-accomodation-block p {text-align: justify;}
  .accomodation-row, .other-row { margin-top: 30px;}
  .venue-accomodation-block .venue-detail h2 {font-size: 16px; line-height: 21px;}
  .venue-accomodation-block small {font-size: 13px; line-height: 19px;}
  .md-accordion ul li  {font-size: 15px;}
  .select-filed {text-align: left;}
  .apply_note {position: relative;top: 10px; left: 15px; transform: unset; font-size: 16px; text-align: left !important;}
  #custom_purpose {direction: ltr; padding-bottom: 5px;}
  .query-part {    margin-top: -200px;}
  
}
@media (max-width: 640px) {
	.general-page-inner .breadcumb-img figure { height: 260px;}
	.membership-block ol li {font-size: 15px; line-height: 25px;}
	.table-mb {display: block;}
	.table-dk {display: none;}
	.fees-chart {margin-bottom: 50px;}
	.md-accordion .card-header h5 {margin-bottom:5px;}
	.md-accordion .card-header > a {padding-right: 70px;}
	.timetable .table tr th, .timetable .table tr td {font-size: 14px;}
	.timetable .table tr td:nth-child(3) {font-style: italic;}
	.sponsors-gallery h2 {font-size: 16px; line-height: 24px;}
	.sponsors-gallery {margin-top: 20px;}
	.contact-block h1 {font-size: 24px; line-height: 36px;}
	.query-part { margin-top: -230px;}
	.contact-page .column-inner {    margin: 85px 0;}
}
@media (max-width: 575px) {
  /* line 784, ../sass/screen.scss */
  .primary-header {
    padding: 8px 10px;
  }
  /* line 785, ../sass/screen.scss */
  .primary-header .header-left {
    margin-top: 7px;
    width: 165px;
  }
  /* line 786, ../sass/screen.scss */
  .primary-header .header-right {
    width: 135px;
  }

  /* line 788, ../sass/screen.scss */
  .header-nav .left-nav .user-login {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    font-size: 13px;
  }
  /* line 789, ../sass/screen.scss */
  .header-nav .left-nav .user-login:after {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    top: 5px;
    height: 15px;
    width: 15px;
    background: url("../img/sprite.png") no-repeat -95px -407px;
  }

  /* line 792, ../sass/screen.scss */
  #search-widget input[type="text"],#search-widget input[type="search"] {
    padding: 2px 45px 2px 15px;
    font-size: 13px;
  }
  /* line 793, ../sass/screen.scss */
  #search-widget button {
    top: 7px;
    right: 8px;
  }

  /* line 795, ../sass/screen.scss */
  .menu-btn {
    margin-top: 5px;
  }

  /* line 796, ../sass/screen.scss */
  h1, .h1 {
    font-size: 26px;
  }
  
  .btn, .btn-primary{
	  font-size: 15px;
  }
  .home-slider .slick-dots{
	right: 0;
    left: 0;
  }
  /* line 798, ../sass/screen.scss */
  .about-content br {
    display: none;
  }
  /* line 799, ../sass/screen.scss */
  .about-content .about-right {
    padding-top: 20px;
  }

  /* line 801, ../sass/screen.scss */
  .about-content {
    margin: 30px 0 60px;
    padding: 0 15px;
  }

  /* line 802, ../sass/screen.scss */
  .option-cms, ul.event-block-slider {
    padding: 0 15px;
  }

  /* line 803, ../sass/screen.scss */
  .header-nav {
    padding: 7px 15px;
  }

  /* line 804, ../sass/screen.scss */
  .event-decs {
    display: block;
  }
  /* line 805, ../sass/screen.scss */
  .event-decs .left-desc, .event-decs .right-desc {
    width: 100%;
    display: inline-block;
    padding: 0;
  }
  /* line 806, ../sass/screen.scss */
  .event-decs .left-desc h5, .event-decs .right-desc h5 {
    margin: 15px 0 25px;
  }
  /* line 808, ../sass/screen.scss */
  .event-decs .date {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  /* line 809, ../sass/screen.scss */
  .event-decs .month {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  /* line 811, ../sass/screen.scss */
  /* .home-img-slider img {
    min-height: 375px;
    height: auto;
  } */

  /* line 812, ../sass/screen.scss */
  .home-upcoming-event-block .event-btn {
    width: 100%;
    text-align: center;
  }

  /* line 813, ../sass/screen.scss */
  .slick-dots {
    bottom: -10px;
  }

  /* line 814, ../sass/screen.scss */
  .footer .copyright {
    margin-top: 25px;
    padding: 0 25px;
    font-size: 13px;
  }
  
  /* line 815, ../sass/screen.scss */
  .footer-left .footer-link1, .footer .links {
    padding: 0 30px 50px;
  }

  /* line 816, ../sass/screen.scss */
  .footer {
    text-align: center;
  }

  /* line 817, ../sass/screen.scss */
  h3, .h3 {
    font-size: 14px;
    line-height: 21px;
  }

  /* line 819, ../sass/screen.scss */
  .footer-left .footer-logo {
    margin: 0 0 20px;
    width: 100%;
    padding: 0;
  }
  /* line 820, ../sass/screen.scss */
  .footer-left .footer-logo img {
    width: 55px;
  }

  /* line 823, ../sass/screen.scss */
  .footer a {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
  }

  /* line 824, ../sass/screen.scss */
  .footer-right {
    margin-top: 0;
  }
  /* line 825, ../sass/screen.scss */
  .footer-right h3 {
    font-weight: 500;
  }
  /* line 826, ../sass/screen.scss */
  .footer-right h3:after {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  /* line 828, ../sass/screen.scss */
  .footer-right p {
    font-size: 14px;
    line-height: 21px;
  }

  /* line 830, ../sass/screen.scss */
  .general-page-inner .breadcumb-img {
    top: 80px;
  }

  /* line 831, ../sass/screen.scss */
  .breadcumb-block.breadcumb {
    padding: 37px 13px;
  }

  /* line 832, ../sass/screen.scss */
  .aboutus-content {
    margin-top: 50px;
    padding: 0 13px;
  }

  /* line 833, ../sass/screen.scss */
  .aboutus-block {
    margin-bottom: 30px;
  }

  /* line 834, ../sass/screen.scss */
  .healthcare-page .breadcumb-block, .breadcumb-block {
	  background: url(../img/mb-banner.jpg) no-repeat scroll center center;
	  background-size: cover;
  }
  /* body.contact-us .breadcumb-block{
	 background: url("../img/bread-img.jpg") no-repeat scroll center center;
	 background-size: cover;
  } */
  .meeting-banner .breadcumb-block{
	 background: url("../img/bread-img.jpg") no-repeat scroll center center;
	 background-size: cover;
  }
  
  .breadcumb-block {
    min-height: 181px;
    padding: 65px 13px;
  }

  /* line 835, ../sass/screen.scss */
  li.Dermatologist-item {
    width: 50%;
    text-align: center;
  }
  
  .doc-per-info .doc-img {
		height: 460px;
	}

  /* line 836, ../sass/screen.scss */
  .doc-info-block {
    margin: 40px 0;
  }
  .additional-notes{
	  margin-bottom: 30px;
  }
  /* line 837, ../sass/screen.scss */
  .breadcumb-block a {
    padding: 14px 38px;
    font-size: 15px;
  }

  /* line 838, ../sass/screen.scss */
  .public-forum-block .event-block .right-block {
    width: 68%;
  }

  /* line 839, ../sass/screen.scss */
  .general-page-inner .breadcumb-block {
    padding: 55px 13px;
  }

  /* line 840, ../sass/screen.scss */
  .public-personal-info{
    margin-top: 36%;
  }
  
  .blog-inner-info .public-personal-info {
	  margin-top: 30%;
  } 
	
  .blog-inner-info h1{
	  margin-bottom: 20px;
  }
  /* line 841, ../sass/screen.scss */
  .single-event-desc .left-desc, .single-event-desc .right-desc {
    width: 100%;
    display: inline-block;
  }

  /* line 842, ../sass/screen.scss */
  .option-cms .col-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 843, ../sass/screen.scss */
  .about-content .about-left {
    padding-right: 15px;
    text-align: center !important;
  }

  /* line 844, ../sass/screen.scss */
  .about-content .about-right {
    padding-left: 15px;
  }

  /* line 846, ../sass/screen.scss */
  .link-block .links-listing {
    margin-top: 30px;
  }
  /* line 847, ../sass/screen.scss */
  .link-block .link-bottom-part {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  /* line 850, ../sass/screen.scss */
  .blog-inner-info table th {
    display: none;
  }
  /* line 851, ../sass/screen.scss */
  .blog-inner-info table .title {
    width: 100%;
  }
  /* line 852, ../sass/screen.scss */
  .blog-inner-info table tr {
    margin: 6px 0;
    position: relative;
    float: left;
    width: 100%;
  }
  /* line 853, ../sass/screen.scss */
  .blog-inner-info table td {
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
    display: flex;
  }
  /* line 854, ../sass/screen.scss */
  .blog-inner-info table td:before {
    content: attr(data-label);
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 8px;
  }
  .public-personal-info .extra-text{
	margin: 20px 0 0;
  }
  .public-personal-info h4 {
	  margin-top: 50px;
  }
  .contact-form button{
	  float: none;
  }
  div.wpcf7-response-output{
	  padding: 0;
  }
  .link-block li a, .aboutus-block li, .public-personal-info li{
	font-size: 15px;
  }
  .venue-detail{margin-bottom: 30px;}
  .venue-detail:last-child {margin-bottom: 0;}
  .venue-accomodation-block h3 { font-size: 16px; line-height: 24px;  margin-top: 15px;}
  /* .address-box{margin-bottom: 20px;} */
  
  .timetable .row-bg {display: none !important;}
  .timetable .table tr td,.timetable .table tr {display: block;border-right: none;}
  .timetable .table tr td:first-child{background: #F2F2F2; width: 100%;}
  .timetable .table tr td:not(:first-child){border-top: none;}
  .timetable .table tr td .green-bg {text-align: left;}
  .timetable .table .half:before {content: none;}
  .timetable .table tr.green-bg td:first-child {background: #E5F1C2;    text-align: left;}
  
  .contcat-extra-info h3{font-size: 16px; line-height: 24px;}
  .extra-info-block {border-top: 0.5px solid rgba(49, 48, 48, 0.3);padding-top: 10px;}
  .cnt-bradcrumb p {margin-top: 15px;text-align: center;}
}
@media (max-width: 480px) {
	.general-page-inner .breadcumb-img figure { height: 220px; }
	.sponsor-row { margin: 10px 0;}
	.simplenotes p { font-size: 11px; line-height: 16px;}
	.contact-form h1 br{ content: initial;}
	body.contact-us .breadcumb-block{  min-height: 530px;}
	.query-accordion .card-header > a.collapsed:after,.query-accordion .card-header > a:not(.collapsed):after{right: -12px;}
}
@media (max-width: 411px) {
  /* line 859, ../sass/screen.scss */
  .Dermatologist-block .doc-name {
    padding: 23px 30px 23px 17px;
  }
  .primary-header .header-left{
	  width: 138px;
  }

  /* line 861, ../sass/screen.scss */
  .events-block .event-decs {
    padding: 35px 0 40px;
  }
  /* line 862, ../sass/screen.scss */
  .events-block .slick-next {
    left: auto;
    right: 15px;
    background: url(../img/sprite.png) no-repeat scroll -26px -125px;
  }
  /* line 863, ../sass/screen.scss */
  .events-block .slick-prev {
    right: auto;
    left: 15px;
    background: url(../img/sprite.png) no-repeat scroll 12px -125px;
  }
  /* line 864, ../sass/screen.scss */
  .events-block .slick-arrow {
    top: -45px;
    border: 0.5px solid #A8BB74;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 5px;
    height: 36px;
    width: 36px;
  }

  /* line 866, ../sass/screen.scss */
  .btn {
    padding: 13px 65px;
  }

  /* line 867, ../sass/screen.scss */
  .left-column .block-title {
    font-size: 16px;
    padding: 17px 20px;
  }

  /* line 868, ../sass/screen.scss */
  .link-block, .left-column {
    padding: 0 15px;
  }

  /* line 869, ../sass/screen.scss */
  .contact-form {
    /* margin-top: -45%; */
    padding: 30px 20px;
    max-width: 335px;
  }
  .contact-page .column-inner {
		margin: 50px 0 80px;
	}
  /* line 870, ../sass/screen.scss */
  .contact-form h1 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 35px;
  }
  
  .contact-form p {
	  text-align: center;
  }
  /* line 873, ../sass/screen.scss */
  .latestnew-block {
    padding: 0 20px;
  }

  /* line 874, ../sass/screen.scss */
  .contact-detail {
    padding: 0 15px;
  }
  /* line 875, ../sass/screen.scss */
  .contact-detail h1, .contact-detail p {
    text-align: center;
  }
  /* line 876, ../sass/screen.scss */
  .contact-detail p {
    margin: 7px 0 40px;
  }
  /* line 877, ../sass/screen.scss */
  .contact-detail .contact {
    padding-left: 35px;
  }
  /* line 878, ../sass/screen.scss */
  .contact-detail .contactadd b {
    font-size: 15px;
    line-height: 22px;
  }
  /* line 879, ../sass/screen.scss */
  .contact-detail .contactemail {
    margin: 25px 0;
  }

  /* line 881, ../sass/screen.scss */
  .blog-container .readmore-btn {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  /* line 885, ../sass/screen.scss */
  .blog-container .readmore-btn:after {
    display: none;
  }

  /* line 887, ../sass/screen.scss */
  .committees-block .extra-text {
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
  }

  /* line 888, ../sass/screen.scss */
  .committees-block ul li {
    padding: 0;
  }

  /* line 889, ../sass/screen.scss */
  .cal-dropdown .dropdown-toggle {
    font-size: 11px;
  }

  /* line 890, ../sass/screen.scss */
  a, .membership-block .membership-cms p, .doc-per-info .doc-desc span, .doc-per-info .doc-desc span .clinic-info, .gallery-cms-content select, .login-block label {
    font-size: 15px;
  }

  /* line 891, ../sass/screen.scss */
  .membership-block ul li, .objective-list li, .public-forum-block .event-block ul li, .awards-block ol li, .public-personal-info ul li, .aboutus-block li, .link-block li {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }
  .link-block li a{
	  line-height: 22px;
  }
  .doc-per-info .doc-desc ul li {
	  margin: 5px 0;
  }
  /* line 892, ../sass/screen.scss */
  .membership-block ul li:before, .objective-list li:before, .public-forum-block .event-block ul li:before, .awards-block ol li:before, .public-personal-info ul li:before, .aboutus-block li:before, .link-block li:before {
    top: 10px;
  }
  .doc-per-info .doc-desc ul li:before{
	  top: 7px;
  }

  /* line 894, ../sass/screen.scss */
  .awards-block ol li {
    padding-left: 10px;
  }

  /* line 895, ../sass/screen.scss */
  .league-block ol li {
    text-align: justify;
    padding-left: 10px;
  }

  /* line 896, ../sass/screen.scss */
  .single-event-desc {
    margin-top: 40px;
  }

  /* line 897, ../sass/screen.scss */
  .login-block .uname {
    margin-top: 15px;
  }

  /* line 899, ../sass/screen.scss */
  .committees-block .left-block {
    width: 170px;
  }
  /* line 900, ../sass/screen.scss */
  .committees-block ul {
    margin: 0;
  }
  /* line 901, ../sass/screen.scss */
  .committees-block ul li, .committees-block ul .left-block {
    font-size: 14px;
  }
  /* line 902, ../sass/screen.scss */
  .committees-block h3 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
  }

  /* line 905, ../sass/screen.scss */
  .league-block .left-block, .league-block .right-block {
    width: 100%;
    display: inline-block;
  }
  /* line 906, ../sass/screen.scss */
  .league-block li {
    padding-bottom: 0;
  }

  /* line 908, ../sass/screen.scss */
  .membership-block ul li:before {
    height: 4px;
    width: 4px;
  }

  /* line 909, ../sass/screen.scss */
  .left-column .left-menu {
    width: 299px;
    margin: 0 auto;
    float: none;
  }

  /* line 910, ../sass/screen.scss */
  .gallery-cms-content h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
  }

  /* line 911, ../sass/screen.scss */
  .Dermatologist-block img, .gallery-cms-content select {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }

  /* line 912, ../sass/screen.scss */
  .Dermatologist-block .doc-name:after {
    right: 15px;
  }

  /* line 913, ../sass/screen.scss */
  .breadcumb-block h1 {
    font-size: 26px;
    line-height: 36px;
  }

  /* line 914, ../sass/screen.scss */
  p {
    text-align: justify;
  }
  .doc-per-info .doc-desc .clinic-details p, .doc-per-info .doc-desc p{
	  text-align: inherit;
  }

  /* line 915, ../sass/screen.scss */
  .public-personal-info h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }

  /* line 916, ../sass/screen.scss */
  .by-month {
    margin: 35px 0 10px;
    width: 100%;
    text-align: center;
  }
  /* line 917, ../sass/screen.scss */
  .by-month select {
    font-size: 16px;
  }

  /* line 919, ../sass/screen.scss */
  .article-blog, .rosacea-desc {
    display: none;
  }

  /* line 920, ../sass/screen.scss */
  .blog-inner-info .article-blog {
    display: block;
  }

  /* line 921, ../sass/screen.scss */
  .gallery-cms-content {
    padding: 0 10px;
  }

  /* line 922, ../sass/screen.scss */
  .public-personal-info, .events-block {
    padding: 0 15px;
  }

  /* line 923, ../sass/screen.scss */
  .cal-dropdown {
    right: 12px;
    top: 5px;
  }

  /* line 924, ../sass/screen.scss */
  .cal-dropdown.event-desc {
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }

  /* line 925, ../sass/screen.scss */
  .footer-left .logo-text {
    max-width: 60%;
  }

  /* line 926, ../sass/screen.scss */
  .calendar-page .healthcare-page .content-wrapper, .calendar-page .events-block {
    padding: 0;
  }

  /* line 927, ../sass/screen.scss */
  .calendar-page .inner-title {
    margin: 0 13px;
  }

  /* line 928, ../sass/screen.scss */
  .calendar-page .by-month {
    padding: 0 30px;
  }

  /* line 929, ../sass/screen.scss */
  .calendar-page .healthcare-page .content-wrapper {
    margin-bottom: 20px;
  }

  /* line 930, ../sass/screen.scss */
  .single-event-page {
    margin-bottom: 140px;
  }

  /* line 931, ../sass/screen.scss */
  .public-forum-block .event-block .left-block {
    width: 90px;
  }

  /* line 932, ../sass/screen.scss */
  .membership-block .inner-cms {
    padding-left: 30px;
  }
  /* line 933, ../sass/screen.scss */
  .membership-block .inner-cms li {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0;
  }

  /* line 935, ../sass/screen.scss */
  button {
    font-size: 15px;
  }

  /* line 936, ../sass/screen.scss */
  .contact-form button {
    padding: 12px 68px;
  }

  /* line 937, ../sass/screen.scss */
  .contact-detail .contact b {
    font-size: 15px;
    line-height: 25px;
  }

  /* line 938, ../sass/screen.scss */
  .latestnew-block li.news-blog-item, .public-forum-block .program-block li {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  /* line 939, ../sass/screen.scss */
  .public-forum-block .forum-block {
    margin-top: 20px;
  }

  /* line 941, ../sass/screen.scss */
  .membership-block .membership-table th {
    padding: 5px 3px;
    font-size: 9px;
  }
  /* line 942, ../sass/screen.scss */
  .membership-block .membership-table td {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 17px;
  }

  /* line 945, ../sass/screen.scss */
  .doc-per-info .doc-desc h1 {
    font-size: 26px;
  }
  /* line 946, ../sass/screen.scss */
  .doc-per-info .doc-desc p {
    font-size: 14px;
  }
  /* line 947, ../sass/screen.scss */
  .doc-per-info .doc-desc b {
    font-size: 16px;
  }
  /* line 948, ../sass/screen.scss */
  .doc-per-info .doc-desc span {
    padding-left: 9px;
  }

  /* line 950, ../sass/screen.scss */
  .contact-form input, .contact-form textarea {
    font-size: 14px;
  }

  /* line 951, ../sass/screen.scss */
  .public-personal-info {
    margin-top: 38%;
    margin-bottom: 15px;
  }

  /* line 952, ../sass/screen.scss */
  .blog-inner-info .public-personal-info {
    margin-top: 25%;
  }

  /* line 953, ../sass/screen.scss */
  .public-personal-info .extra-text {
    margin: 10px 0 0;
    font-weight: normal;
  }

  /* line 954, ../sass/screen.scss */
  .public-forum-block .about-extra-text {
    margin-top: 10px;
  }

  /* line 955, ../sass/screen.scss */
  .public-forum-block {
    margin: 0;
  }

  /* line 956, ../sass/screen.scss */
  .public-forum-block .contact-block .contact-link {
    margin: 10px 0 15px;
  }

  /* line 957, ../sass/screen.scss */
  .cal-img {
    margin-top: 22px;
  }

  /* line 958, ../sass/screen.scss */
  .events-block.single-event-desc {
    padding: 0;
  }

  /* line 959, ../sass/screen.scss */
  .member-block {
    margin-top: 35px;
  }
  /* line 960, ../sass/screen.scss */
  .member-block p {
    margin: 15px 0 25px 0;
  }
  /* line 961, ../sass/screen.scss */
  .member-block .member-list {
    margin: 40px 0 40px;
  }

  /* line 963, ../sass/screen.scss */
  .membership-block p {
    margin: 40px 0 20px;
  }

  /* line 964, ../sass/screen.scss */
  .membership-block h2 {
    margin-top: 30px;
  }
   .download-link { max-width: 250px;}
   .download-link img {margin-top: 8px;}
   ul.sponser-log li { width: 24%;}
}
@media (max-width: 375px) {
	body.contact-us .breadcumb-block { min-height: 550px;}
	.query-part { margin-top: -255px; }
	.doc-per-info .doc-img { height: 410px;	}
}
@media (max-width: 374px) {
  /* line 967, ../sass/screen.scss */
  .membership-block .membership-table td {
    padding: 5px 3px;
  }

  /* line 968, ../sass/screen.scss */
  .primary-header {
    padding: 8px 0;
  }

  /* line 969, ../sass/screen.scss */
  .header-nav {
    padding: 7px 0;
  }

  /* line 970, ../sass/screen.scss */
  .public-personal-info h3 {
    margin-top: 20px;
  }

  /* line 971, ../sass/screen.scss */
  li.Dermatologist-item {
    width: 100%;
  }

  /* line 972, ../sass/screen.scss */
  .public-forum-block .event-block .left-block {
    width: 77px;
  }

  /* line 973, ../sass/screen.scss */
  .Dermatologist-block .doc-name {
    padding: 23px 10px;
  }

  /* line 974, ../sass/screen.scss */
  .login-block .login-btn button {
    width: 100%;
    padding: 11px 15px;
  }

  /* line 975, ../sass/screen.scss */
  .option-cms, ul.event-block-slider, .about-content, .aboutus-content, .link-block, .left-column, .public-forum-block, .contact-detail, .healthcare-page .content-wrapper, .public-personal-info, .events-block, .gallery-cms-content {
    padding: 0;
  }

  /* line 976, ../sass/screen.scss */
  .footer-left .footer-link1, .footer .links, .latestnew-block li.news-blog-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 977, ../sass/screen.scss */
  .general-page-inner .breadcumb-block {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 978, ../sass/screen.scss */
  .inner-title {
    font-size: 17px;
    line-height: 35px;
    padding-bottom: 15px;
  }

  /* line 979, ../sass/screen.scss */
  .latestnew-block {
    padding: 0;
  }
  /* line 980, ../sass/screen.scss */
  .latestnew-block .row {
    margin: 0 -15px;
  }

  /* line 982, ../sass/screen.scss */
  .left-column .left-menu {
    width: 100%;
  }

  /* line 983, ../sass/screen.scss */
  .calendar-page .inner-title {
    margin: 0;
  }

  /* line 984, ../sass/screen.scss */
  .calendar-page .by-month {
    padding: 0;
  }

  /* line 985, ../sass/screen.scss */
  .membership-block .membership-table td {
    font-size: 9px;
  }

  /* line 986, ../sass/screen.scss */
  .breadcumb-block a {
    padding: 14px 30px;
  }

  /* line 987, ../sass/screen.scss */
  .general-page-inner .breadcumb-img {
    right: 10px;
    left: 10px;
  }
  #resetpassform input[type="text"],#resetpassform #password-strength, #resetpassform input[type=submit]{
	      width: 100%;
  }
}
/* line 989, ../sass/screen.scss */
select::-ms-expand {
  display: none;
}
