/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

@font-face {
  font-family: "metropolis-regular";
  src: url("../fonts/metropolis/metropolis-regular.eot");
  src: url("../fonts/metropolis/metropolis-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/metropolis-regular.woff") format("woff"), url("../fonts/metropolis/metropolis-regular.ttf") format("truetype"), url("../fonts/metropolis/metropolis-regular.svg#metropolis-regular") format("svg");
}

@font-face {
  font-family: "metropolis-medium";
  src: url("../fonts/metropolis/metropolis-medium.eot");
  src: url("../fonts/metropolis/metropolis-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/metropolis-medium.woff") format("woff"), url("../fonts/metropolis/metropolis-medium.ttf") format("truetype"), url("../fonts/metropolis/metropolis-medium.svg#metropolis-medium") format("svg");
}

@font-face {
  font-family: "metropolis-bold";
  src: url("../fonts/metropolis/metropolis-bold.eot");
  src: url("../fonts/metropolis/metropolis-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/metropolis/metropolis-bold.woff") format("woff"), url("../fonts/metropolis/metropolis-bold.ttf") format("truetype"), url("../fonts/metropolis/metropolis-bold.svg#metropolis-bold") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Aruna
---------------------------------------*/
.cat-search-form {
    background-color: #8cbcd4 !important;
    margin-bottom: 25px;
}

.speciality-dropdown {
    min-height: 84px;
    padding: 20px 15px !important;
    margin-bottom: 0px !important;
    display: flex;
}

select#categories {
    width: 100%;
}

nav.navigation.pagination {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

.nav-links{
    display: inline-block;
}

nav.navigation.pagination i{
    padding: 10px;
    background-color: #3b515c;
    color: #fff;
}

.doctor-dir .page-title{
    font-size: 18px;
    margin-bottom: 15px;
}

.doctor-dir .page-title a{
    color: #3c6676;
}

/*=Custom
---------------------------------------*/

.hero-image {
    min-height: 900px !important;
    height: 900px !important;
	background-size: cover !important;
}


@media (max-width:767px){
	.header-top-left{
		width: 80%;
	}

	.banner-container .hero-image{
		min-height: 350px !important;
		height: 350px !important;
	}

	.banner-container .hero-entry{
		position: static !important;
    	min-height: 350px !important;
	}

	.banner-container .hero-content{
		position: relative !important;
	}
}

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #3b515c;
}

.wpb_content_element {
  margin-bottom: 45px !important;
}

ul {
  padding: 0 0 0 10px;
}

ul li {
  margin-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #3c6676;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}

p strong {
  font-family: "metropolis-bold";
  font-weight: normal;
}

.interior p {
  margin: 0 0 20px 0;
  line-height: 1.6;
}

h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
}

h2 {
  font-size: 3.8rem;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ambulance:before {
  content: "\e900";
}

.icon-telephone:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e901";
}

/* images */

img {
  height: auto;
  max-width: 100%;
}

p img {
  padding: 0;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #173749;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #173749;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #173749;
}

:-ms-input-placeholder {
  color: #173749;
}

input:focus {
  outline: none;
}

a,
a:visited {
  color: #E9550D;
  outline: 0;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #E9550D;
}

@-ms-viewport {
  width: auto !important;
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bg-position {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-overlay:before,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.27) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.27) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.27) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

#header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.header-top {
  padding: 15px 0 20px;
  background: #ffffff;
}

.header-top-left {
  display: block;
  text-align: center;
}

.header-top-right {
  float: none;
  padding: 24px 0;
  background: #3c6676;
  text-align: center;
}

.header-top-right a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
  color: #ffffff;
}

.header-top-right a br {
  display: none;
}

.header-top-right a i {
  position: static;
  font-size: 2.8rem;
  top: 6px;
  left: 0;
  color: #779fb2;
}

.header-top-right a i.icon-telephone {
  font-size: 4rem;
  top: -8px;
  left: -5px;
}

.header-top-right a strong {
  display: block;
  font-size: 1.6rem;
  color: #ffffff;
}

.navigation {
  border-top: 1px solid #e5e5e5;
}

.navigation .container {
  padding: 0;
}

.search-wrap {
  position: static;
  z-index: 1;
  padding: 8px;
  background: #3c6676;
  width: 100%;
}

.search-wrap .search-text {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 30px 91px;
  color: #3b515c;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  right: calc(100% - 930px);
  top: 0;
  line-height: 1;
}

.search-wrap .search-form {
  position: relative;
  padding: 0;
}

.search-wrap .search-form .icon-search {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #3b515c;
}

.search-wrap .search-form label {
  display: none;
}

.search-wrap .search-form .search-field {
  width: calc(100% - 70px);
  height: 60px;
  padding: 8px 10px 8px 45px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #ffffff;
  background: #779fb2;
}

.search-wrap .search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}

.search-wrap .search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.search-wrap .search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.search-wrap .search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
}

.search-wrap .search-form .search-submit {
  float: right;
  padding: 11px 20px;
  min-width: 60px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #779fb2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search-wrap .search-form .search-submit:hover {
  color: #779fb2;
  background: #ffffff;
}

.primary-nav {
  width: 100%;
  text-align: center;
  background: #3b515c;
  display: none;
  position: absolute;
  left: 0;
  top: 92px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 1px 1px 4px 0px #000;
  -moz-box-shadow: 1px 1px 4px 0px #000;
  box-shadow: 1px 1px 4px 0px #000;
}

.primary-nav .icon-search {
  font-size: 2rem;
  position: relative;
  line-height: 0;
  top: 3px;
  left: -4px;
  color: #8cbcd4;
}

.primary-nav .main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav .main-menu > li:last-child a {
  color: #ffffff;
}

.primary-nav .main-menu li {
  margin: 0;
  padding: 0;
  display: block;
  border-left: none;
}

.primary-nav .main-menu li a {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 15px 0;
  color: #ffffff;
  padding: 30px 25px;
  border-bottom: 2px solid #3c6372;
}

.primary-nav .main-menu li a:hover {
  color: #8cbcd4;
}

.primary-nav .main-menu li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.primary-nav .main-menu li a i.fa-angle-down {
  padding: 0 8px;
  font-size: 1.8rem;
  position: relative;
  top: 1px;
}

.primary-nav .main-menu li.search {
  display: none;
}

.primary-nav .main-menu li.search a {
  position: relative;
}

.primary-nav .main-menu li ul.sub-menu {
  display: none;
  padding: 0;
  list-style-type: none;
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.primary-nav .main-menu li ul.sub-menu li {
  display: block;
}

.primary-nav .main-menu li ul.sub-menu li:first-child {
  border-top: none;
}

.primary-nav .main-menu li ul.sub-menu li a {
  display: block;
  padding: 30px 10px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.primary-nav .main-menu li ul.sub-menu li a:before {
  display: none;
}

.primary-nav .main-menu li ul.sub-menu li:hover a {
  color: #8cbcd4;
}

.primary-nav .main-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.primary-nav .main-menu li.current-menu-item a,
.primary-nav .main-menu li.current_page_ancestor a {
  color: #ffffff;
  background: #779fb2;
}

.primary-nav .main-menu li.current-menu-item a:before,
.primary-nav .main-menu li.current_page_ancestor a:before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  height: 5px;
  background: #8cbcd4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.primary-nav .main-menu li.current-menu-item .sub-menu .current-menu-item a,
.primary-nav .main-menu li.current_page_ancestor .sub-menu .current-menu-item a {
  font-weight: 700;
}

.primary-nav .main-menu.show li.search a {
  position: relative;
}

.nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 999;
  cursor: pointer;
  vertical-align: middle;
  float: right;
  padding: 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-trigger.active {
  background: #3c6676;
}

.nav-trigger:hover {
  opacity: 0.7;
}

.nav-trigger .burger {
  display: block;
  height: 3px;
  position: relative;
  margin-top: 9px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-trigger .burger,
.nav-trigger .burger:before,
.nav-trigger .burger:after {
  background-color: #E9550D;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 30px;
}

.nav-trigger .burger.menu-on {
  background-color: transparent;
}

.nav-trigger .burger.menu-on:before {
  -moz-transform: translate(0, 8px) rotate(-45deg);
  -ms-transform: translate(0, 8px) rotate(-45deg);
  -webkit-transform: translate(0, 8px) rotate(-45deg);
  transform: translate(0, 8px) rotate(-45deg);
  background-color: #ffffff;
}

.nav-trigger .burger.menu-on:after {
  -moz-transform: translate(0, -8px) rotate(45deg);
  -ms-transform: translate(0, -8px) rotate(45deg);
  -webkit-transform: translate(0, -8px) rotate(45deg);
  transform: translate(0, -8px) rotate(45deg);
  background-color: #ffffff;
}

.nav-trigger .burger:before,
.nav-trigger .burger:after {
  position: absolute;
  height: 3px;
  content: "";
  display: block;
  -moz-transition: -moz-transform .3s,background .3s;
  -o-transition: -o-transform .3s,background .3s;
  -webkit-transition: -webkit-transform .3s,background .3s;
  transition: transform .3s,background .3s;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  right: 0;
  width: 30px;
}

.nav-trigger .burger:before {
  top: -8px;
}

.nav-trigger .burger:after {
  bottom: -8px;
}

.banner-container {
  position: relative;
  padding-top: 0 !important;
}

.banner-container .vc_column-inner {
  padding: 0 !important;
}

.banner-container img {
  opacity: 0;
  visibility: hidden;
}

.banner-container .slick-slide {
  position: relative;
}

.banner-container .slick-slide img {
  opacity: 0;
  visibility: hidden;
}

.banner-container .hero-image {
  position: relative;
  min-height: 695px;
}

.banner-container .hero-image:before {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.banner-container .hero-entry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-container .hero-entry .container {
  position: relative;
  display: table;
  height: 100%;
}

.banner-container .hero-content {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 40px;
  margin: 0 15px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff;
}

.banner-container .hero-content h2 {
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.banner-container .hero-content p {
  line-height: 1.5;
}

.banner-container .hero-content a {
  color: #E9550D;
}

.banner-container ul.slick-dots {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 5px;
  text-align: center;
}

.banner-container ul.slick-dots li {
  display: inline-block;
}

.banner-container ul.slick-dots li button {
  width: 18px;
  height: 18px;
  font-size: 0;
  padding: 0;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
}

.banner-container ul.slick-dots li.slick-active button,
.banner-container ul.slick-dots li:hover button {
  background: #82a7b9;
}

.link {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
  color: #E9550D;
}

.link:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #E9550D;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.link:hover:before {
  width: 0;
}

.slider-container .slick-arrow,
.banner-container .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-container .slick-arrow i,
.banner-container .slick-arrow i {
  display: table-cell;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  position: relative;
  top: 0;
  font-size: 2.5rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-container .slick-arrow.slick-next i,
.banner-container .slick-arrow.slick-next i {
  left: 0;
}

.slider-container .slick-arrow.slick-prev i,
.banner-container .slick-arrow.slick-prev i {
  right: 0;
}

.slider-container .slick-arrow.slick-next:hover i,
.banner-container .slick-arrow.slick-next:hover i {
  left: 5px;
}

.slider-container .slick-arrow.slick-prev:hover i,
.banner-container .slick-arrow.slick-prev:hover i {
  right: 5px;
}

.slider-container .slick-prev,
.slider-container .slick-next,
.banner-container .slick-prev,
.banner-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 58px;
  height: 58px;
  margin-top: -30px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: transparent;
  border: none;
  outline: none;
  background: #3c6676;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-container .slick-prev,
.banner-container .slick-prev {
  left: 0;
}

.slider-container .slick-next,
.banner-container .slick-next {
  right: 0;
}

.page-description {
  position: relative;
  margin-bottom: 60px;
}

.page-description .page-title {
  color: #ffffff;
}

.page-title {
  margin-bottom: 8px;
  font-size: 4.4rem;
  font-weight: 600;
  text-transform: none;
  color: #3c6676;
}

.btn-primary {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 27px 40px;
  background: #E9550D;
}

.btn-primary:hover {
  background: #CB4909;
}

.btn-primary:visited {
  color: #ffffff;
}

.btn-secondary {
  background: #173749;
}

.btn-secondary:hover {
  background: #779FB2;
}

.slider-container {
  margin: 0 -15px;
}

.slider-container .slick-arrow i {
  height: 54px;
}

.slider-container .slick-prev {
  left: -15px;
}

.slider-container .slick-next {
  right: -15px;
}

.slider-box {
  background: #ffffff;
  margin-bottom: 65px;
  padding: 15px;
}

.slider-box .slide-item {
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}

.slider-box .col {
  width: 50%;
  min-height: inherit;
}

.slider-box .box-entry {
  display: table;
  height: 100%;
  padding: 30px;
}

.slider-box .box-entry h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-box .box-entry h3:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: '';
  width: 96px;
  height: 3px;
  background: #82a7b9;
}

.slider-box .box-entry p {
  font-size: 1.4rem;
  margin-bottom: 35px;
}

.slider-box .centered {
  display: table-cell;
  vertical-align: middle;
}

.cta-box {
  padding: 65px 40px;
  margin-bottom: 65px;
  text-align: center;
  color: #ffffff;
  border-top: 12px solid #3b515c;
  background: #3c6676;
}

.cta-box h2 {
  line-height: 1;
  color: #ffffff;
}

.cta-box p {
  margin-bottom: 25px;
}

.cta-box a {
  margin: 0 2px;
}

.cta-box .btn-primary {
  min-width: 290px;
}

#health-news {
  padding: 60px 0;
}

#health-news:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(59, 81, 92, 0.75);
}

#health-news .post-content {
  color: #ffffff;
}

#health-news .post-content h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #ffffff;
}

#health-news .post-content p {
  font-size: 1.6rem;
  color: #ffffff;
}

.post-item {
  margin-bottom: 20px;
  padding: 30px 28px 5px;
  background: #ffffff;
}

.post-item .post-date {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #E9550D;
}

.post-item h4 {
  margin-bottom: 6px;
}

.post-item p {
  margin-bottom: 14px;
}

.scroll-top {
  height: 50px;
  width: 50px;
  background: #E9550D;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
  line-height: 45px;
  position: absolute;
  right: 25px;
  top: -25px;
  bottom: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top i.fa-angle-up {
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}

.scroll-top:hover i.fa-angle-up {
  top: -5px;
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-contact {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 30px;
}

.social li {
  display: inline-block;
  margin-bottom: 0;
}

.social li a {
  display: table;
  width: 28px;
  height: 28px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #3c6676;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.social li a i {
  font-size: 1.4rem;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.social li a:hover {
  background: #779fb2;
  color: #3b515c;
}

.widget-wrap.flex-box {
  padding-top: 0;
  margin: 0 -25px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.widget-wrap.flex-box .footer-widget {
  width: 100%;
}

.widget-wrap.flex-box .footer-widget:last-child {
  width: 100%;
}

.footer-widget {
  font-size: 1.6rem;
  background: #3c6676;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #3b515c;
}

.footer-widget .widget-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  border-bottom: none;
  padding: 15px 30px;
  margin-bottom: 0;
  /*        cursor: pointer;*/
}

.footer-widget .widget-title:after {
  position: relative;
  font-size: 2.2rem;
  top: -4px;
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
}

.footer-widget .widget-title.active:after {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
}

.footer-widget .widget-title + div {
  padding: 20px 30px;
  display: none;
  background: #3b515c;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-widget a {
  position: relative;
  left: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer-widget a:hover {
  left: 10px;
  color: #8cbcd4;
}

.footer-widget a.btn {
  margin-top: 15px;
  color: #ffffff;
}

#footer {
  position: relative;
  color: #ffffff;
  background: #3b515c;
}

#footer .footer-top {
  padding: 0;
}

#footer .footer-top .footer-logo-mobile {
  padding: 35px 0;
}

#footer .footer-bottom {
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 32px 0;
  line-height: 1.5;
  border-top: 1px solid #3c6372;
}

#footer .footer-bottom span {
  margin: 0 5px;
}

#footer .contact-info {
  padding: 25px 0 20px;
}

#footer .site-author a {
  color: #ffffff;
  position: relative;
}

#footer .site-author a:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: -2px;
  height: 1px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#footer .site-author a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.breadcrumbs {
  color: #ffffff;
}

.breadcrumbs a {
  color: #ffffff;
}

.sec-nav {
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  background: #E9550D;
  margin: 0 -25px;
}

.sec-nav i.fa-angle-down {
  font-size: 2.4rem;
}

#sidebar {
  display: none;
  background: #3c6676;
  margin: 0 -25px;
}

#sidebar .widget {
  padding: 0;
  text-align: center;
}

#sidebar .widget ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

#sidebar .widget ul li {
  position: relative;
  margin: 0;
  line-height: 1;
}

#sidebar .widget ul li:before {
  position: absolute;
  content: '';
  width: 100%;
  top: -1px;
  left: 0;
  border-bottom: 1px solid #8cbcd4;
}

#sidebar .widget ul li a {
  position: relative;
  display: block;
  padding: 20px;
  color: #ffffff;
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

#sidebar .widget ul li:hover a {
  left: 15px;
}

#sidebar .widget ul li.current-menu-item {
  margin: 0;
}

#sidebar .widget ul li.current-menu-item a {
  margin: 0;
  padding: 16px 25px;
  background: #8cbcd4;
}

#sidebar .widget ul li.current-menu-item a:after {
  position: absolute;
  right: -25px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #8cbcd4;
}

#sidebar .widget ul li.current-menu-item:hover a {
  left: 0;
}

#sidebar .widget:nth-child(2n) {
  background: #3c6676;
}

#sidebar h4 {
  margin: 0;
  padding: 20px;
  font-weight: 400;
  color: #ffffff;
  background: #779fb2;
}

.main-content {
  padding: 35px 0;
}

.main-content a {
  position: relative;
}

.main-content a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  background: #E9550D;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*.main-content a:hover {
  text-shadow: 0px 0px 2px #E9550D;
}*/

.main-content a:hover:before {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.main-content ul {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 20px;
}

.main-content ul li {
  position: relative;
  line-height: 1.5;
}

.main-content ul li:before {
  position: absolute;
  top: 8px;
  left: -15px;
  content: '';
  width: 4px;
  height: 4px;
  background: #3b515c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.post {
  margin-bottom: 40px;
}

.post .post-thumb {
  margin-bottom: 30px;
}

.doctor {
  margin-bottom: 40px;
}

.doctor p {
  margin-bottom: 25px;
}

.entry-title {
  margin-bottom: 20px;
}

.tags {
  margin-bottom: 10px;
}

.tags a,
.tags span {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #3c6676;
}

.tags a:before,
.tags span:before {
  display: none;
}

h4.info-email {
  border: 3px solid #E9550E;
  padding: 15px;
}

.ecard-header {
  padding: 40px;
  background: #E9550D;
}

.ecard-header h4 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}

.ecard-header span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.68);
}

.ecard-entry {
  padding: 40px;
  background: #f7f7f7;
}

.ecard-entry .ecard-item {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ecard-entry .ecard-item:last-child {
  margin-bottom: 10px;
}

.ecard-entry .ecard-title {
  font-size: 1.6rem;
  padding-bottom: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #3b515c;
  border-bottom: 1px solid #ccc;
}

.ecard-entry a {
  display: block;
}

.ecard-entry a:before {
  display: none;
}

.ecard-entry .ecard-img {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.ecard-preview {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 0 38px;
  background: #ffffff;
}

.card-content {
  padding: 50px 20px;
}

.card-content .cardtxt {
  margin-bottom: 20px;
}

.required-txt {
  font-size: 1.4rem;
  color: #E9550D;
}

.ecard-form-wrap {
  padding: 70px 0 50px;
}

.ecard-form label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.ecard-form .ecard-field {
  margin-bottom: 30px;
}

.ecard-form .required {
  color: #E9550D;
  font-weight: 700;
}

.ecard-form input,
.ecard-form textarea {
  width: 100%;
  padding: 15px;
  border: none;
  background: #ffffff;
}

.ecard-form input.btn {
  float: right;
  width: 49%;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #8cbcd4;
  background: #8cbcd4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ecard-form input.btn:hover {
  background: #779fb2;
  border-color: #779fb2;
}

.ecard-form input.btn-outline {
  float: left;
  background: #ffffff;
  color: #8cbcd4;
}

.ecard-form input.btn-outline:hover {
  border-color: #8cbcd4;
  color: #ffffff;
  background: #8cbcd4;
}

.ecard-form textarea {
  resize: none;
  height: 180px;
}

.entry-specialty {
  margin-bottom: 20px;
}

.entry-specialty .tag-item:last-child .comma {
  display: none;
}
.search-wrap.search-composer{
  visibility: visible;
  position: relative;
  opacity: 1;
  bottom: 0;
   transform: none;
  -webkit-transform:none;
  -moz-transform:none
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.8rem;
  }

  .home .cta-box {
    margin-top: -75px;
  }

  .primary-nav .main-menu li:last-child a {
    margin-right: 0;
  }

  .banner-container .hero-image:before {
    top: 0;
    bottom: auto;
    width: 50%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50&0+0,1+50 */
    background: -moz-linear-gradient(left, transparent 0%, rgbargba(0, 0, 0, 0.2) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.2) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }

  .banner-container ul.slick-dots {
    bottom: 80px;
  }

  .slider-container .slick-prev,
  .slider-container .slick-next {
    margin-top: -65px;
    border: 3px solid #ffffff;
  }

  .cta-box p {
    font-size: 2rem;
  }

  #health-news .post-content p {
    font-size: 2rem;
  }

  .post-item .post-date {
    margin-bottom: 35px;
  }

  .post-item p {
    margin-bottom: 28px;
  }

  .ecard-entry .ecard-img {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .header-top {
    padding: 20px 0;
  }

  .header-top-left {
    display: inline-block;
    text-align: left;
  }

  .search-wrap.show {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .search-wrap .search-form {
    padding: 0 35px;
  }

  .search-wrap .search-form .icon-search {
    display: none;
  }

  .search-wrap .search-form .search-field {
    width: calc(100% - 190px);
    height: auto;
    padding: 8px 0;
    background: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }

  .search-wrap .search-form .search-submit {
    min-width: 150px;
    height: auto;
    border: 2px solid #ffffff;
    background: none;
  }

  .slider-box .col {
    min-height: 509px;
  }

  .slider-box .box-entry {
    padding: 30px 68px;
  }

  .cta-box .btn-primary {
    min-width: 328px;
  }

  #health-news {
    padding: 135px 0;
  }

  .post-item {
    padding: 30px 28px;
  }

  .widget-wrap.flex-box {
    padding-top: 30px;
    margin: 0;
  }

  .widget-wrap.flex-box .footer-widget {
    width: auto;
  }

  .widget-wrap.flex-box .footer-widget:last-child {
    width: 60%;
  }

  .footer-widget {
    font-size: 1.4rem;
    background: none;
    border: none;
  }

  .footer-widget .widget-title {
    padding: 0 0 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3c6372;
  }

  .footer-widget .widget-title:after {
    display: none;
  }

  .footer-widget .widget-title:active:after {
    display: none;
  }

  .footer-widget .widget-title + div {
    padding: 0;
    background: none;
    display: block;
  }

  #footer .footer-top {
    padding: 60px 0;
  }

  #nav_menu-2 ul.menu {
    -moz-column-count: 2;
    column-count: 2;
  }

  #nav_menu-3 ul.menu {
    -moz-column-count: 3;
    column-count: 3;
  }

  .sec-nav {
    margin: 0;
  }

  #sidebar {
    display: block;
    margin: 0 30px 0 0;
    background: #82a7b9;
  }

  #sidebar .widget {
    padding: 40px 0;
    text-align: left;
  }

  #sidebar .widget ul li {
    margin: 0 25px;
  }

  #sidebar .widget ul li a {
    padding: 16px 0;
  }

  #sidebar .widget ul li.current-menu-item a:after {
    content: '';
  }

  #sidebar h4 {
    margin: 0 25px 30px;
    padding: 0;
    background: none;
  }

  .main-content {
    padding: 100px 0;
  }

  .ecard-entry .ecard-item {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .header-top-right {
    float: right;
    padding: 12px 0 0;
    background: none;
    text-align: left;
  }

  .header-top-right a {
    display: inline-block;
    padding-left: 50px;
    margin-left: 40px;
    margin-bottom: 0;
    color: #3c6676;
  }

  .header-top-right a i {
    position: absolute;
    font-size: 3.2rem;
    color: #E9550D;
  }

  .header-top-right a i.icon-telephone {
    font-size: 4.7rem;
  }

  .header-top-right a strong {
    color: #3b515c;
  }

  .navigation {
    position: relative;
  }

  .navigation .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-wrap {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 22px 0;
    bottom: -93px;
    left: 0;
    width: 100%;
    background: #8cbcd4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  .primary-nav {
    position: static;
    top: 0;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block !important;
    background: none;
  }

  .primary-nav .main-menu > li {
    margin-left: -5px;
    border-left: 1px solid #e5e5e5;
  }

  .primary-nav .main-menu > li:last-child {
    background: #3c6676;
  }

  .primary-nav .main-menu li {
    display: inline-block;
  }

  .primary-nav .main-menu li a {
    display: inline-block;
    color: #3b515c;
    border-bottom: none;
  }

  .primary-nav .main-menu li a i.fa-angle-down {
    display: none;
  }

  .primary-nav .main-menu li.search {
    display: inline-block;
  }

  .primary-nav .main-menu li.search a {
    padding: 30px 55px;
  }

  .primary-nav .main-menu li.search a:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    bottom: -15px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8cbcd4;
    border-left: 10px solid transparent;
    margin-left: -8px;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease;
    -ms-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    z-index: 1001 !important;
  }

  .primary-nav .main-menu li ul.sub-menu {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    min-width: 200px;
    -moz-transform: translateY(4rem);
    -o-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffffff;
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    -webki-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    z-index: 1001 !important;
  }

  .primary-nav .main-menu li ul.sub-menu li {
    border-top: 1px solid #e5e5e5;
  }

  .primary-nav .main-menu li ul.sub-menu li a {
    padding: 15px 15px;
    color: #3b515c;
  }

  .primary-nav .main-menu li ul.sub-menu li:hover a {
    background: #3c6676;
  }

  .primary-nav .main-menu li:hover ul.sub-menu {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .primary-nav .main-menu li.current-menu-item a,
  .primary-nav .main-menu li.current_page_ancestor a {
    color: #8cbcd4;
    background: none;
  }

  .primary-nav .main-menu li.current-menu-item a:before,
  .primary-nav .main-menu li.current_page_ancestor a:before {
    content: '';
  }

  .primary-nav .main-menu.show li.search a:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  .nav-trigger {
    display: none;
  }

  .banner-container .hero-image {
    min-height: inherit;
  }
}

@media (min-width: 1365px) {
  .primary-nav .main-menu li a {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .banner-container .hero-image {
    background-position: 64% 100% !important;
  }

  .banner-container .hero-entry .container {
    width: 100%;
  }

  .banner-container .hero-content {
    top: auto;
    bottom: 60px;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .banner-container .hero-content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .slider-container .slick-arrow i,
  .banner-container .slick-arrow i {
    width: 30px;
    height: 30px;
  }

  .slider-container .slick-prev,
  .slider-container .slick-next,
  .banner-container .slick-prev,
  .banner-container .slick-next {
    width: 30px;
    height: 30px;
  }

  .page-description {
    text-align: center;
    margin-bottom: 48px;
  }

  .page-title {
    font-size: 2.4rem;
  }

  .slider-container {
    margin: 20px 0 38px;
  }

  .slider-container .slick-prev {
    left: 50%;
    margin-left: -55px;
  }

  .slider-container .slick-next {
    right: 50%;
    margin-right: -55px;
  }

  .slider-container .slick-prev,
  .slider-container .slick-next {
    width: 50px;
    height: 50px;
    padding: 0;
    top: auto;
    bottom: 0;
  }

  .slider-box {
    margin-bottom: 75px;
  }

  .slider-box .col {
    width: 100%;
  }

  .slider-box .box-entry {
    text-align: center;
    padding: 40px 15px 15px;
  }

  .slider-box .box-entry h3 {
    font-size: 2.4rem;
    padding: 0 25px;
  }

  .slider-box .box-entry h3:after {
    left: 50%;
    margin-left: -50px;
  }

  .cta-box {
    margin: 0 -15px;
    padding: 30px;
  }

  .cta-box h2 {
    font-size: 2.4rem;
  }

  .cta-box .btn-primary {
    min-width: 100%;
    margin-bottom: 10px;
  }

  #health-news {
    padding: 40px 10px !important;
  }

  .widget-wrap.flex-box {
    margin: 0 -15px;
  }

  .footer-widget .widget-title:after {
    font-size: 2.4rem;
    top: -2px;
  }

  .footer-widget ul li {
    margin-bottom: 12px;
  }

  #footer .copyright {
    display: block;
    margin-bottom: 5px;
  }

  .breadcrumbs {
    display: none;
  }

  .sec-nav {
    margin: 0 -15px;
  }

  #sidebar {
    margin: 0 -15px;
  }

  .ecard-header {
    text-align: center;
  }

  .ecard-entry {
    padding: 40px 10px 0;
  }
}

@media (max-width: 420px) {
  .slider-box .box-entry a {
    display: block;
  }

  .ecard-form input.btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
