@charset "utf-8"; /* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("/oncall/partner/images/body-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container {
  max-width: 1200px;
}
p {
  font-size: 16px;
  letter-spacing: 0.4px;
}
#footer p {
  font-size: 14px;
  text-align: right;
  margin-right: 40px;
}
h1 {
  xfont-size: 4.2rem;
  text-transform: uppercase;
  xline-height: 6.3rem !important;
  font-weight: 900;
}
h2 {
  font-size: 1rem !important;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0 40px;
  display: block;
  background: #64a70b1f;
  width: 200px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 51px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}
h4 {
  xfont-size: 1.75rem;
  xline-height: 2rem;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
h5 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem !important;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.3px;
  color: #333333;
}
.tab-pane div p {
  font-size: 1.2em;
}
.b {
  font-weight: 700;
}
.i {
  font-style: italic;
}
.green {
  color: #64A70B;
}
.blue {
  color: #00A9CE;
}
.black {
  color: #000;
}
.white {
  color: #fff !important;
}
.lt {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.box-shad {
  box-shadow: 0 0 78px #fcf2f2;
  background: #fff;
  xmargin: 22px;
}
.text-center {
  display: block;
}
.card-img {}
.card {
  border: 0px !important;
}
/* TAB SECTIONS */
.nav-link {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #333333;
}
.nav-link:focus, .nav-link:hover {
  color: #333333;
}
.nav-tabs {
  text-align: center;
  margin-bottom: 3em;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.nav-tabs .nav-link {
  padding: 25px;
  border-bottom: 8px solid #fff;
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    font-weight: 700;
    color: #5e5e5e;
    border-bottom: 8px solid #00a9ce;
}*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: 0px solid #fff;
  background-color: #f3f3f3;
  border-bottom: 6px solid #00a9ce;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #333333;
}
button#nav-ic-tab[aria-selected=true], .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  border-bottom: 8px solid #00a9ce !important;
}
/* SERVICES - PHOTO SECTION */
.container p.text-link {
  position: absolute;
  bottom: 0%;
  left: 4%;
  color: white;
  font-size: 1.5rem;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}
.img-links img {
  border-radius: 5px;
}
.grow {
  transition: all .2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
.overlay {
  background: transparent;
  background: linear-gradient(0deg, rgba(45, 45, 45, 0.654499299719888) 0%, rgba(255, 255, 255, 0) 54%);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px !important;
  height: 100%;
  border-radius: 5px;
  border: 0px;
  -webkit-transition: all 1s ease;
  -xmoz-transition: all 1s ease;
  transition: all 1s ease;
}
.overlay:hover {
  background: linear-gradient(0deg, rgba(45, 45, 45, 0.8113620448179272) 0%, rgba(255, 255, 255, 0) 54%);
}
/* GRADIENT NUMBERS */
p.grad-numbers {
  font-size: 4rem;
  font-weight: 900;
  background: -webkit-linear-gradient(90deg, rgba(227, 93, 104, 1) 0%, rgba(178, 26, 131, 1) 50%, rgba(227, 93, 104, 1) 100%);
  background: transparent;
  background: linear-gradient(90deg, rgba(227, 93, 104, 1) 20%, rgba(178, 26, 131, 1) 50%, rgba(227, 93, 104, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 3.5rem;
}
.grad-line {
  height: 1px;
  background: rgb(175, 22, 133);
  background: -moz-linear-gradient(90deg, rgba(175, 22, 133, 1) 0%, rgba(0, 169, 206, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(175, 22, 133, 1) 0%, rgba(0, 169, 206, 1) 100%);
  background: linear-gradient(90deg, rgba(175, 22, 133, 1) 0%, rgba(0, 169, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af1685", endColorstr="#00a9ce", GradientType=1);
}
/* ROUND CORNERS ON EMBEDDED YT VIDEOS */
.embed-responsive iframe {
  border-radius: 12px;
}
/* TESTIMONIAL SLIDER */
.item-row {
  background: #efefef;
  border-radius: 18px;
  padding: 2em;
  margin-top: 50px;
  background-image: url(/oncall/partner/images/testimonials-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mt-n10 {
  margin-top: -5rem !important;
}
/* Form CSS */
#contact-form div.bg-blue-img {
  background: url(/oncall/partner/images/FormBackground.png);
  border-radius: 22px !important;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
section#contact-form {
  xbackground-color: teal;
}
label.custom-control-label {
  color: #fff !important;
  font-size: 16px;
  line-height: 2.1rem;
}
.custom-control-inline {
  margin-right: 0;
}
#contact-form div.row {
  margin-bottom: 23px;
}
.form-submit-button, a.form-submit-button {
  background-color: transparent !important;
  border: 1px solid #04a8ce;
  color: #04a8ce !important;
  transition: all .5s ease;
}
button.form-submit-button {
  border: 1px solid #fff;
  color: #04a8ce !important;
  background-color: #fff !important;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 16px;
}
button.form-submit-button:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: #04a8ce !important;
}
/* Needed for Form. Turns off Flex for mobile. */
@media (max-width: 425px) {
  section#contact-form .row {
    display: contents;
  }
  /* End Form Styles */
}
#nav1-2 a.cta-color {
  background-color: #fff;
  /* Updates button colors - GREEN3 DEFAULT */
  color: #04a8ce !important;
  border-radius: 0;
}
#nav1-2 a.cta-color:hover {
  background-color: #fff !important;
  /* Updates the button hover colors */
  border: 0px;
}
a.cta-color, .cta-color {
  background-color: #04a8ce;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 18px;
  text-transform: none !important;
  text-decoration: none;
  text-transform: uppercase !important;
  font-weight: 700;
}
a.cta-color:hover, .cta-color:hover {
  background-color: #04a8ce !important;
  /* Updates the button hover colors */
  color: #fff !important;
  text-decoration: none;
}
.ghost, a.ghost {
  background-color: transparent !important;
  border: 1px solid #04a8ce;
  color: #04a8ce !important;
  transition: all .5s ease;
}
a.download-button {
  box-sizing: border-box;
  margin: 0 .9rem 0 0 !important;
  white-space: nowrap !important;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 18px;
  text-transform: uppercase !important;
  font-weight: 700;
  border: 1px solid #04a8ce;
  transition: all .5s ease;
  color: #fff !important;
  text-decoration: none;
  background-color: #04a8ce !important;
}
a.download-button:hover {
  background-color: #0389A8 !important;
  color: #fff !important;
}
.navbar-brand > img {
  display: block;
  max-width: 100%;
  border-radius: 0px;
  border-color: rgb(67, 159, 224);
  border-style: none;
  border-width: 1px;
  width: 400px;
}
.navbar.bg-transparent .navbar-nav > li > a, .navbar.bg-color .navbar-nav > li > a {
  color: #484848;
  opacity: 1;
  text-align: center;
  margin-right: 0px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}
.navbar.bg-color .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #bb3c96;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar.bg-color .navbar-nav > li > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
a.dropdown-toggle.black:focus, a.dropdown-toggle.black:active {
  border-bottom: 2px solid purple !important;
  border-radius: 0px !important;
}
.navbar-nav > li > a:hover {
  background-color: transparent;
}
.dropdown-menu {
  top: 36px;
  min-width: 180px;
  margin-top: 8px;
  border-radius: .75rem;
}
.dropdown::after {
  xcontent: " | ";
  xdisplay: inline-block;
}
.navbar-nav > li > .dropdown-menu {
  border: 0px;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, .2);
  box-shadow: 0 0px 12px rgba(0, 0, 0, .2);
  border-radius: 12px;
  text-align: center;
}
.dropdown-menu > li > a {
  color: #070707;
  font-size: 14px;
}
#hamburger {
  border-top: 1px solid #c8c8c8;
}
.col-blog-img {
  display: flex;
  align-items: center;
}
/* Hide Clare so she only pops up when clicked on button */
.open-toggle.show-open-toggle, .gyant-tooltip {
  display: none !important;
}
.dropdown-toggle::after {
  display: none;
  /* hides default dropdown arrow */
}
.bg-grad1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f06d64+3,ba4e97+38,11a1cb+68,11a1cb+83,4ea946+100&0.75+0,1+100 */
  background: -moz-linear-gradient(to right, rgb(211 35 23 / 50%) 3%, rgb(173 39 130 / 50%) 38%, rgba(17, 161, 203, 0.5) 68%, rgba(17, 161, 203, 0.7) 83%, rgba(78, 169, 70, .5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgb(211 35 23 / 50%) 3%, rgb(173 39 130 / 50%) 38%, rgba(17, 161, 203, 0.5) 68%, rgba(17, 161, 203, 0.7) 83%, rgba(78, 169, 70, .5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(211 35 23 / 50%) 3%, rgb(173 39 130 / 50%) 38%, rgba(17, 161, 203, 0.5) 68%, rgba(17, 161, 203, 0.7) 83%, rgba(78, 169, 70, .5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bff06d64', endColorstr='#4ea946', GradientType=1);
  /* IE6-9 */
}
.bg-grad2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ea946+0,11a1cb+30,bc3e96+71,f06d64+100 */
  background: rgb(78, 169, 70);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(78, 169, 70, 1) 0%, rgba(17, 161, 203, 1) 30%, rgba(188, 62, 150, 1) 71%, rgba(240, 109, 100, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(78, 169, 70, 1) 0%, rgba(17, 161, 203, 1) 30%, rgba(188, 62, 150, 1) 71%, rgba(240, 109, 100, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(78, 169, 70, 1) 0%, rgba(17, 161, 203, 1) 30%, rgba(188, 62, 150, 1) 71%, rgba(240, 109, 100, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea946', endColorstr='#f06d64', GradientType=1);
  /* IE6-9 */
}
/* STYLES FOR FULL WIDTH IMAGES (HERO ONLY)*/
#img-full .img100 {
  margin: 0px !important;
  padding: 0px !important;
}
#img-full .img100 img.resp-img-lg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#img-full .img100 img.resp-img-sm {
  display: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: auto;
  border-radius: 50%;
  position: relative;
  xtop: -75px;
  z-index: 999999;
  border: 8px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #bb3c96;
}
.carousel-wrap {
  max-width: 85%;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}
.owl-carousel .item {
  xtext-align: center;
}
.owl-carousel .nav-btn {
  height: 50px;
  position: absolute;
  width: 33px;
  cursor: pointer;
  top: 100px !important;
  color: #FF0000 !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.9;
}
.owl-prev, .owl-next {
  position: absolute;
}
.owl-prev {
  left: 40%;
  bottom: -14px;
  background: #04a8ce !important;
  color: #fff !important;
  width: 40px;
  border-radius: 50% !important;
  height: 40px;
}
.owl-next {
  right: 40%;
  bottom: -14px;
  background: #04a8ce !important;
  color: #fff !important;
  width: 40px;
  border-radius: 50% !important;
  height: 40px;
}
.owl-next:hover, .owl-prev:hover {
  background: #006f88 !important;
}
.owl-next:hover, .owl-prev:hover {
  opacity: 1;
  background: none;
}
.owl-theme .owl-dots .owl-dot {
  top: 5px;
  position: relative;
}
span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #2caae1;
}
.faq-item {
  background: #efefef;
  padding: 20px 8px;
  border-radius: 16px;
  box-shadow: 0 0 16px #ccc;
  min-height: 175px;
  color: #474747;
}
.faq-item h5 {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
}
/* STYLES FOR FULL WIDTH IMAGES (HERO ONLY)*/
img.transition-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Footer stuff */
.social-btn {
  display: inline-block;
  text-transform: center;
}
.social-btn a:hover {
  color: #11aed1;
}
.ftr {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.social-btn a {
  font-size: 22px !important;
  border-radius: 50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -10px 0 0 1px;
  background: #efefef !important;
  text-align: center;
}
a.sb-grey {
  color: #bb3c96;
  font-size: 26px !important;
  margin: 0 3px;
}
.btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}
button.btn.btn-primary:hover {
  background: #f9f9f9;
  border-color: #ccc;
  color: #333;
}
.btn-primary.focus, .btn-primary:focus {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem #e4e4e4;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #333 !important;
  background-color: #fbfbfb !important;
  border-color: #ccc !important;
}
.btn-lg {
  padding: 9px 50px !important;
  /* display: block; <-Added on mobile to make full width */
  max-width: 90%;
  margin: auto;
  font-size: 20px !important;
}
#footer .menu a:hover {
  color: #bb3c96;
}
#footer .menu a {
  color: #000;
}
img.img-responsive {
  max-width: 100%;
  margin-bottom: 24px;
}
li.divider {
  margin: 6px 18px 6px 0px;
  border-right: 1px solid #000;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .8);
}
.round-icon {
  max-width: 100%;
  width: 125px;
  margin-bottom: 12px;
}
.form-control {
  padding: .35rem .75rem;
  font-size: .85rem;
  font-weight: 600;
  color: #363636;
  background-color: #f8f8f8;
  border: 1px solid #c0c0c0;
}
button.btn.btn-blue.cta-color {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.jumbotron {
  border-radius: 28px !important;
  background-position: 50%;
  background-repeat: no-repeat;
}
.jumbotron-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* SCOTT'S CUSTOM CSS */
/* JUMBOTRON TEXT */
#about > div > div > div > p.lead {
  font-weight: 390;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.3px;
}
#about > div > div > div > p {
  font-size: 24px;
  line-height: 34px;
}
/* Stats */
p.stats-font {
  font-weight: bolder;
  font-size: 20px;
  line-height: 30px;
}
sup {
  vertical-align: super;
  font-size: x-small;
}

/* Service buttons*/
a.clickable-div {
  display: block;
}
/* do we still need  a.clickable-div:hover p {
    background-color: #00A9CE;
    color: white;
        */
.img-links {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.img-links-employers {
  background: url(/oncall/partner/images/HP_Employeers.jpg);
}
.img-links-med-providers {
  background: url("/oncall/partner/images/HP_Medical_Provider.jpg");
}
/* End Service buttons*/
.box-shad {
  box-shadow: 0 40px 80px 5px rgb(242 114 99 / 6%);
  background-color: #fff;
}
.col-gap-2 {
  column-gap: 2%;
}
/* END SCOTT'S CUSTOM CSS */

/*  Form CSS  */

div#form-content-thankyou h2 {
    color: white;
}

div#form-content-thankyou {
    color: white;
    margin-top: 64px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
}
/*  End Form CSS  */
iframe.iframe-form-css {
    width: 100%;
    border: 0px;
    height: 660px!important;
}
	
	@media (max-width: 538px) {
		
	iframe.iframe-form-css {
    width: 100%;
    border: 0px;
    height: 910px!important;;
}
	}


/* START OF MEDIA QUERIES */
@media screen and (max-width: 990px) {
  .dropdown::after {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .dropdown-menu {
    top: 46px;
    min-width: 200px;
  }
}
@media screen and (max-width: 998px) {
  xh1 {
    font-size: 2rems !important;
    line-height: 2rems;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 5px;
    margin-top: 40px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #08a5cf !important;
    border-radius: 4px;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-menu > li > a {
    text-decoration: underline #777;
  }
  .navbar.bg-color .navbar-toggle .icon-bar {
    background-color: #08a5cf;
    opacity: 1;
  }
  .navbar-collapse {
    margin-top: 0px;
  }
  li.dropdown {
    margin-bottom: 0px;
  }
  .dropdown::after {
    display: none;
  }
  .owl-carousel .next-slide {
    right: -60px;
  }
  .owl-carousel .prev-slide {
    left: -50px;
  }
  @media screen and (max-width: 980px) {
    .owl-prev {
      left: 38%;
    }
    .owl-next {
      right: 38%;
    }
  }
  @media screen and (max-width: 768px) {
	  
	  p{
	      font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 26px;
	  }
	  
	  
    h3 {
      font-weight: 900;
      font-size: 26px;
      line-height: 32px;
      align-items: center;
      text-align: center;
      letter-spacing: 2.25px;
      text-transform: uppercase;
    }
    #about > div > div > div > p.lead {
      font-weight: 390;
      font-size: 26px;
      line-height: 32px !important;
    }
    .text-center-sm {
      text-align: center;
    }
    #footer p {
      text-align: center;
    }
    .tab-pane img {
      max-width: 25%;
    }
    xh1 {
      font-size: 1.5rems !important;
      line-height: 1.5rems
    }
    .carousel-wrap {
      max-width: 85%;
    }
    .owl-prev {
      left: 33%;
    }
    .owl-next {
      right: 33%;
    }
    .owl-carousel .owl-item img {
      display: block;
      max-width: 50%;
      margin-bottom: 40px
    }
    div#navbarNav {
      border-top: 1px solid #3d3d3d;
      /* Adds dark rule above drop down menu items on mobile */
      padding: 16px 16px 10px;
    }
    #partner {
      height: 300px;
      /* Gives the header the height */
    }
    .faq-item {
      min-height: 145px !important;
      max-width: 90%;
      margin: auto;
    }
    .ftr {
      display: block !important;
    }
    .social-btn a {
      font-size: 19px !important;
      border-radius: 50px;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: -10px 1px 0 1px;
      background: #efefef !important;
      text-align: center;
    }
    .lead {
      font-size: 18px;
      line-height: 26px !important;
    }
    .col-blog-img {
      display: none
    }
    .bord-bottom-sm {
      border-bottom: 1px solid #ccc;
    }
    .owl-carousel .next-slide {
      right: -20px;
    }
    .owl-carousel .prev-slide {
      left: -20px;
    }
	      a.ghost, a.download-button {
      display:block;
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    a.cta-color, .cta-color {
      margin-bottom: 12px !important;
      display: block;
    }
    .c {
      /* Center footer items on mobile */
      margin: auto !important;
      display: block;
      text-align: center;
    }
    #contact-form div.bg-blue-img {
      border-radius: 0px;
    }
    .carousel-wrap {
      max-width: 92%;
    }
    .owl-prev {
      left: 30%;
    }
    .owl-next {
      right: 30%;
    }
    .owl-carousel .owl-item img {
      display: block;
      max-width: 85%;
    }
    .btn-lg {
      display: block;
      max-width: 90%;
    }
  }
  @media screen and (max-width: 500px) {
    .navbar-brand > img {
      display: block;
      max-width: 100%;
      border-radius: 0px;
      border-color: rgb(67, 159, 224);
      border-style: none;
      border-width: 1px;
      width: 250px;
    }
    li.dropdown {
      margin-bottom: 14px;
    }
    .navbar-toggle {
      margin-top: 15px;
    }
    li.divider {
      display: none;
    }
  }
	
 
		  
  @media screen and (max-width: 360px) {
    .navbar-brand > img {
      display: block;
      max-width: 100%;
      border-radius: 0px;
      border-color: rgb(67, 159, 224);
      border-style: none;
      border-width: 1px;
      width: 200px;
    }
  }
	
	
	  @media screen and (max-width: 320px) {

	a.download-button {
    font-size: 13px;
}
	}

/* SOCIAL ICONS */

#header ul li {
  list-style: none;
}

#header a.social {
    width: 46px;
    height: 46px;
    background-color: #04a8ce;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    margin: -4px 0px !important;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}
xa.clickable-div:hover::after {
    content: '>';
    display: flex;
    position: relative;
    margin: auto !important;
    background: #04a8ce;
    padding: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.75em;
    line-height: .5em;
    flex-wrap: nowrap;
    justify-content: center;
}
a.social .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

a.social:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

a.social:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a66c2;
  transition: .5s;
  z-index: 2;
}

a.social:hover:before {
  top: 0;
}

.icon {
    width: 150px;
	max-width: 100%;
}