body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: capitalize;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2ca6d9;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  color: #b2b2b2;
  font-size: 13px;
  line-height: 26px;
}

a {
  color: #00e;
}

.button {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 20px;
  background-color: #e64949;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #323232;
}

.navigation {
  background-color: #fff;
}

.brand {
  top: 14px;
}

.navigation-link {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 500;
}

.navigation-link:hover {
  background-color: #424242;
  color: #fff;
}

.navigation-link.w--current {
  background-color: #2ca6d9;
  color: #fff;
}

.banner {
  height: 700px;
  padding-top: 131px;
  background-image: url('../images/hero-image2-1.jpg');
  background-position: 1% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.banner-phone-wide {
  background-image: -webkit-linear-gradient(270deg, rgba(44, 166, 217, .7), #fff), url('../images/hero-image2-1.jpg');
  background-image: linear-gradient(180deg, rgba(44, 166, 217, .7), #fff), url('../images/hero-image2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.banner-phone-wide.banner-phone-portrait {
  background-image: -webkit-linear-gradient(270deg, rgba(44, 166, 217, .4), #fff), url('../images/IMDC-Website-First-Page-Pic---flipped.jpg');
  background-image: linear-gradient(180deg, rgba(44, 166, 217, .4), #fff), url('../images/IMDC-Website-First-Page-Pic---flipped.jpg');
  background-position: 0px 0px, 100% 50%;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray {
  background-color: #f0f5f7;
}

.section.gray.section-phone-wide-gray.hide-management-team {
  display: none;
}

.section.gray.section-phone-wide-gray.hide-upcoming-specialists {
  display: none;
}

.section.parallax {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #8ecbe6, rgba(44, 166, 217, .82)), url('../images/banner.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #8ecbe6, rgba(44, 166, 217, .82)), url('../images/banner.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.parallax.section-phone-wide-parallax {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(142, 203, 230, .7), rgba(46, 167, 217, .82) 98%, rgba(44, 166, 217, .82)), url('../images/IMDC-Website-First-Page-Pic---flipped.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(142, 203, 230, .7), rgba(46, 167, 217, .82) 98%, rgba(44, 166, 217, .82)), url('../images/IMDC-Website-First-Page-Pic---flipped.jpg');
  background-position: 0px 0px, 100% 50%;
}

.section.section-phone-wide.hide-enrichment-camps {
  display: none;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
}

.lighter {
  font-weight: 400;
}

.blue {
  color: #2ca6d9;
}

.sub-title {
  color: #b2b2b2;
  font-size: 15px;
  line-height: 30px;
}

.sub-title.dark {
  color: #636363;
}

.sub-title.dark.lighter-text {
  color: #000;
}

.services-wrapper {
  text-align: center;
}

.services-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 30%;
  background-color: #2ca6d9;
  background-image: url('../images/medkit_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.services-icon.icon-2 {
  background-image: url('../images/user-md_ffffff_100.png');
}

.services-icon.icon-3 {
  background-image: url('../images/heartbeat_ffffff_100.png');
}

.small-space {
  margin-top: 20px;
}

.text-link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #2ca6d9;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: #b2b2b2;
}

.plus {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: 400;
}

.team-content {
  margin-top: 20px;
}

.team-sub-title {
  margin-top: -7px;
  margin-bottom: 15px;
  color: #b2b2b2;
}

.team-sub-title.red-color {
  color: #8c8c8c;
}

.social-team {
  display: none;
  margin-top: 20px;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #2ca6d9;
  background-image: url('../images/facebook_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: #323232;
}

.social-icon.twitter {
  background-image: url('../images/twitter_ffffff_100.png');
}

.social-icon.rss {
  background-image: url('../images/rss_ffffff_100.png');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.white {
  color: #fff;
}

.text-field {
  display: inline-block;
  width: 371px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 18px;
  float: left;
  border-width: 0px;
  border-color: #000;
  font-size: 13px;
}

.center {
  text-align: center;
}

.features-wrapper {
  margin-bottom: 30px;
}

.features-icon {
  width: 70px;
  height: 70px;
  float: left;
  background-image: url('../images/ENT.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.features-icon.icon-ent {
  background-image: url('../images/ENT.png');
  background-size: 50px;
}

.features-icon.icon-gyn {
  background-image: url('../images/Gynaecology-01.png');
  background-size: 50px;
}

.features-icon.icon-gyn.icon3b {
  background-image: url('../images/Paediatrics-01.png');
  background-size: 50px;
}

.features-icon.icon-diag {
  background-image: url('../images/Diagnostic-Cent.png');
  background-size: 50px;
}

.features-icon.icon-diag.icon4b {
  background-image: url('../images/Dentistry-01.png');
  background-size: 50px;
}

.features-icon.icon-ot {
  background-image: url('../images/Operating-Theater-01.png');
  background-size: 50px;
}

.features-icon.icon-ot.icon-5b {
  background-image: url('../images/Home-Visit-01.png');
  background-size: 50px;
}

.features-icon.icon-ot.icon-5c {
  background-image: url('../images/Lab-01.png');
  background-size: 50px;
}

.features-icon.icon-ot.icon-5d {
  background-image: url('../images/Emergency-Dep.png');
  background-size: 50px;
}

.features-icon.icon-ot.icon-5e {
  background-image: url('../images/Pharmacy-01.png');
  background-size: 50px;
}

.features-icon.icon-ot.icon-5f {
  background-image: url('../images/Visiting-Specialists-01.png');
  background-size: 50px;
}

.features-icon.icon-physio {
  background-image: url('../images/Physiotherapy-01.png');
  background-size: 50px;
}

.features-icon.icon-physio.icon-6b {
  background-image: url('../images/Dermatology-01.png');
  background-size: 50px;
}

.features-icon.icon-physio.icon-6c {
  background-image: url('../images/Microbiology-01.png');
  background-size: 50px;
}

.features-icon.icon-physio.icon-6d {
  background-image: url('../images/Emergency-Dep.png');
  background-size: 50px;
}

.features-icon.icon-physio.icon-6e {
  background-image: url('../images/Enrichment-01.png');
  background-size: 50px;
}

.features-icon.icon-gm {
  background-image: url('../images/General-Medicine-01.png');
  background-size: 50px;
}

.features-icon.icon-paed {
  background-image: url('../images/Paediatrics-01.png');
  background-size: 50px;
}

.features-icon.icon-dent {
  background-image: url('../images/Dentistry-01.png');
  background-size: 50px;
}

.features-icon.icon-home-visit {
  background-image: url('../images/Home-Visit-01.png');
  background-size: 50px;
}

.features-icon.icon-lab {
  background-image: url('../images/Lab-01.png');
  background-size: 50px;
}

.features-icon.icon-derm {
  background-image: url('../images/Dermatology-01.png');
  background-size: 50px;
}

.features-icon.icon-emerg {
  background-image: url('../images/Emergency-Dep.png');
  background-size: 50px;
}

.features-icon.icon-micro {
  background-image: url('../images/Microbiology-01.png');
  background-size: 50px;
}

.features-icon.icon-pharm {
  background-image: url('../images/Pharmacy-01.png');
  background-size: 50px;
}

.features-icon.icon-visiting {
  background-image: url('../images/Visiting-Specialists-01.png');
  background-size: 50px;
}

.features-icon.icon-enrich {
  background-image: url('../images/Enrichment-01.png');
  background-size: 50px;
}

.features-content {
  position: relative;
  overflow: hidden;
}

.list-icon {
  width: 25px;
  height: 30px;
  margin-right: 8px;
  float: left;
  background-image: url('../images/plus-square_e64949_100.png');
  background-position: 0px 31%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.row-space {
  margin-top: 20px;
}

.client-wrapper {
  width: 20%;
}

.client-wrapper.insurance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-wrapper.centered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2ca6d9;
}

.copyright {
  color: #fff;
}

.red-seperator {
  position: absolute;
  top: -32px;
  right: 50%;
  display: inline-block;
  padding: 20px 42px;
  border-radius: 20px;
  background-color: #e64949;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.inner-banner {
  height: 170px;
  background-image: url('../images/brickwall_2X.png');
  background-size: 110px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.center-container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.field-label {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 500;
}

.another-text-field {
  height: 45px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #b2b2b2;
}

.another-text-field.area {
  padding-bottom: 103px;
}

.success-message {
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 5px;
  background-color: #17ad32;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}

.error-message {
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #e36868;
  text-align: center;
}

.banner-title {
  font-size: 45px;
  line-height: 55px;
}

.profile-heading {
  font-size: 30px;
  font-weight: 400;
}

.group-text {
  color: #333;
  font-size: 10px;
  text-decoration: none;
}

.helpline-text-grey {
  display: inline;
  color: #b2b2b2;
  font-size: 13px;
}

.helpline-text-red {
  display: inline;
  color: #ec0b0b;
  font-size: 15px;
}

.modal-wrapper-gm {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.gm-information-wrapper {
  position: absolute;
  left: 10%;
  top: 50%;
  right: 10%;
  display: block;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
}

.close-icon-gm {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.see-more-link {
  color: #b2b2b2;
}

.link-see-more {
  color: #b2b2b2;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}

.list-item {
  font-size: 13px;
  line-height: 26px;
}

.close-modal-gm {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.gm-container {
  display: none;
}

.modal-wrapper-ent {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99998;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-ent {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-paed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99997;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-paed {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-gyn {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99996;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-gyn {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-diag {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99995;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-diag {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-dentist {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99994;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-dentist {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-ot {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99993;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-ot {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-physio {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99992;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-physio {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-home {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99991;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-home {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-derm {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99990;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-derm {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-lab {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99989;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-lab {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-pharm {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99988;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-pharm {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-ambo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99987;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-ambo {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-emerg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99986;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-emerg {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-enrich {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99985;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.close-modal-enrich {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-visiting {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99984;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-visiting {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.modal-wrapper-micro {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99981;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.close-modal-micro {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.camp-image {
  height: 200px;
}

.spacer {
  margin: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-result-item {
  margin-bottom: 20px;
}

.modal-wrapper-radiology {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99995;
  display: none;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, .5);
}

.mndf-text {
  text-align: center;
  text-decoration: none;
}

.h4-mndf {
  color: #d09e2f;
  font-size: 14px;
  text-align: center;
}

.h4-police {
  color: #221f4e;
  font-size: 14px;
  text-align: center;
}

html.w-mod-js *[data-ix="modal-wrapper-initial"] {
  display: none;
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .navigation {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand {
    top: 1px;
  }
  .brand.w--current {
    top: 3px;
  }
  .navigation-link {
    max-width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    color: #fff;
  }
  .banner {
    height: 600px;
    padding-top: 73px;
    background-position: 37% 50%;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-field {
    width: 344px;
  }
  .inner-banner {
    height: 120px;
  }
  .hamburger.w--open {
    background-color: #2ca6d9;
  }
  .responsive-menu {
    background-color: rgba(19, 100, 135, .85);
  }
}

@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-image: -webkit-linear-gradient(270deg, rgba(44, 166, 217, .7), hsla(0, 0%, 100%, .92)), url('../images/slide-one.jpg');
    background-image: linear-gradient(180deg, rgba(44, 166, 217, .7), hsla(0, 0%, 100%, .92)), url('../images/slide-one.jpg');
    background-position: 0% 0%, 37% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .banner.banner-phone-wide {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-linear-gradient(270deg, rgba(44, 166, 217, .7), hsla(0, 0%, 100%, .92)), url('../images/hero-image2-1.jpg');
    background-image: linear-gradient(180deg, rgba(44, 166, 217, .7), hsla(0, 0%, 100%, .92)), url('../images/hero-image2-1.jpg');
  }
  .section.gray.section-phone-wide-gray {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section.parallax {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.parallax.section-phone-wide-parallax {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section.section-phone-wide {
    padding-right: 50px;
    padding-left: 50px;
  }
  .services-wrapper {
    margin-bottom: 40px;
  }
  .team-wrapper {
    margin-bottom: 40px;
  }
  .text-field {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  .client-wrapper {
    width: 33.333%;
    margin-bottom: 25px;
  }
  .red-seperator {
    top: -52px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
  }
  .lightbox-image {
    margin-bottom: 20px;
  }
  .insurance-image.tablet {
    width: 70px;
    height: 70px;
  }
  .spacer {
    display: none;
  }
  .h4-mndf.tablet {
    font-size: 10px;
  }
  .h4-police.tablet {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .banner {
    height: 634px;
    padding-top: 56px;
  }
  .banner.banner-phone-wide.banner-phone-portrait {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.section-phone-wide.section-phone-portrait {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white.white-heading-phone-portrait {
    font-size: 28px;
  }
  .features-icon {
    width: 50px;
    height: 50px;
  }
  .client-wrapper {
    width: 100%;
    text-align: center;
  }
  .banner-title {
    font-size: 38px;
  }
  .profile-heading.profile-heading-phone-portrait {
    font-size: 20px;
  }
  .gm-information-wrapper {
    position: static;
    width: 100%;
    height: 100vh;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .gm-information-wrapper.m-gm-information-wrapper {
    position: static;
    left: 10%;
    top: 100%;
    right: 0%;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .insurance-image.tablet {
    width: 100px;
    height: 100px;
  }
  .centered-div-block.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-1-phone-portrait {
    font-size: 28px;
  }
  .heading-4-phone-portrait {
    font-size: 14px;
  }
}

