@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  background: #000;
  color: #fff;
  font: 500 20px/30px 'Open Sans', Arial, Helvetica, sans-serif;
  min-width: 320px;
}

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

a {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 10px;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 12px;
}

h2 {
  font-size: 43px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}

h4 {
  font-size: 23px;
  line-height: 32px;
}

p {
  margin-bottom: 1.5em;
}

#page {
  position: relative;
  overflow: hidden;
  min-height: 1080px;
}

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

.bg-cover > img {
  display: none;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.btn-style1 {
  box-shadow: 0 0 1px rgba(0, 77, 153, 0.29);
  border-radius: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.29);
}

.btn-style1 span {
  display: block;
  background-color: #282660;
  background-image: linear-gradient(to top, #83c84c 0%, #61b236 100%);
  padding: 13px 18px;
}

.btn-style1:hover,
.btn-style1:focus {
  color: #fff;
  opacity: 0.8;
  outline: none;
  text-decoration: none;
}

.bg-style1 {
  background: #f1bc1e;
}
.btn-style2 {
  position: relative;
  top:6px;
  left: 5px;
}
.btn-style2 img {
  vertical-align: bottom;
}

.top-btm-gutter1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-btm-gutter2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-btm-gutter3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-btm-gutter4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-btm-gutter5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-btm-gutter6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-btm-gutter7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-btm-gutter8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top-btm-gutter9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.top-gutter9 {
  padding-top: 90px;
}

.d-t {
  display: table;
  width: 100%;
}

.d-t .d-tc {
  display: table-cell;
  vertical-align: middle;
}

.green-txt {
  color: #74bf42;
}

.text-style1 {
  font-weight: 600;
  font-size: 21px;
  color: #095789;
  text-shadow: 0 0 23px rgba(255, 255, 255, 1);
}

h2 .blue-txt {
  font-weight: 900;
}

#header {
  position: relative;
}

#header .bg-cover {
  min-height: 750px;
}

.overlay {
  position: relative;
}

.overlay:after{
  content: "";
  background: rgba(0,0,0,0.45);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.logo {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 0;
}

#header .container {
  z-index: 1;
  position: relative;
  max-width: 1400px;
}

.home-banner-text {
  color: #000;
  /*max-width: 650px;*/
  max-width: 100%;
  height: 732px;
  
}
.home-banner-text .logos-wrap {
  list-style: none;
  padding: 0;
  float: right;
  max-width: 40%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.home-banner-text .heading-wrap {
  float: left;
  display: inline-block;
  max-width: 60%;
  padding-right: 10px;
}
@media (min-width:1600px) {
  .home-banner-text .heading-wrap{
    max-width: 65%;
  }
  .home-banner-text .logos-wrap{
    margin-right: -100px;
  }
}

@media (min-width:1024px) {
  .logo{
  max-width:300px;
  }
}


.home-banner-text .logos-wrap li {
  max-width: 50%;
  padding: 10px;
  align-self: center;
}

.home-banner-text .logos-wrap li:first-child {
  max-width: 100%;
}


.home-banner-text .d-tc {
  vertical-align: bottom;
}

.home-banner-text h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  color: #095789;
  text-shadow: 0 0 64px rgba(255, 255, 255, 1);
}

.home-banner-text h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 0 64px rgba(255, 255, 255, 1);
}

.contact-number-wrap {
  width: 460px;
  float: right;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.contact-number-wrap h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 5px;
}

.contact-number {
  font-size: 24px;
  font-weight: bold;
}

.contact-number .fa-phone {
  font-size: 28px;
  vertical-align: middle;
}

.contact-number a{
  color: #000;
}

.contact-number a:hover,
.contact-number a:focus{
  color: #f89a30;
  text-decoration: none;
}

.achivement-block {
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.achivement-block .col {
  float: left;
  width: 33.33%;
  background: #7ac246;
  padding: 10px 15px;
}

.achivement-block .col.icon-expertise {
  background: #084874;
}

.achivement-block .col span {
  display: inline-block;
  position: relative;
}

.achivement-block .col span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.achivement-block .icon-consult span:before {
  background: url(../images/icon-consult.png) no-repeat;
  width: 21px;
  height: 24px;
  margin-top: -4px;
}

.achivement-block .icon-expertise span:before {
  background: url(../images/icon-expertise.png) no-repeat;
  width: 36px;
  height: 29px;
  margin-top: -3px;
}

.achivement-block .icon-cured span:before {
  background: url(../images/icon-cured.png) no-repeat;
  width: 38px;
  height: 30px;
  margin-top: -4px;
}

.form-block {
  margin-top: -662px;
  margin-bottom: 47px;
  max-width: 1400px;
}

.consultation-form-wrap {
  float: none;
  overflow: hidden;
}

.consultation-form {
  background: rgba(0,0,0,0.55);
  padding: 30px;
  text-align: center;
  width: 460px;
  float: right;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  min-height: 590px;
}

.consultation-form h2{
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
  text-transform: none;
}

.consultation-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.consultation-form .col {
  padding-left: 5px;
  padding-right: 5px;
}

.consultation-form .form-group {
  margin-bottom: 18px;
}

.consultation-form .form-control {
  background: #fff;
  height: 60px;
  border-radius: 5px;
  border: 0;
  color: #6b6b6b;
  font: 400 16px/24px'Open sans', Arial, Helvetica, sans-serif;
}

.consultation-form textarea.form-control {
  height: 74px !important;
  width: 100% !important;
}

.consultation-form .btn-submit {
  font-weight: 600;
  line-height: 30px;
  font-size: 25px;
  margin-top: 25px;
  outline: none;
  width: 100%;
  display: block;
}

.consultation-section {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}

.consultation-section .heading-wrap {
  max-width: 910px;
  margin: 0 auto;
}

.consultation-section .heading-wrap h2 {
  margin-bottom: 0;
}

.consultation-section .heading-wrap a.blue-txt {
  font-size: 53px;
  text-decoration: underline;
  font-style: italic;
}

.consultation-section .heading-wrap a.blue-txt:hover,
.consultation-section .heading-wrap a.blue-txt:focus {
  text-decoration: none;
}

.consultation-list {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 60px 0 0;
  list-style: none;
  font-size: 0;
  letter-spacing: -4px;
}

.consultation-list li {
  font-size: 20px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
}

.consultation-list .icon-holder {
  margin-bottom: 15px;
}

.consultation-list h3 {
  margin-bottom: 0;
  line-height: 1.1;
}

.consultation-section .desc {
  max-width: 875px;
  margin: 0 auto;
}

.sep-img {
  margin: 40px 0;
}

.include-title-wrap {
  margin-bottom: 12px;
}

.include-title-wrap p {
  margin-bottom: 0;
  font-size: 18px;
}

.includes-title {
  font-size: 30px;
  margin-bottom: 0;
}

.includes-title .green-txt {
  font-size: 40px;
  vertical-align: top;
}

.symptoms-section { 
  margin-bottom: 90px;
}

.symptoms-section h2 {
  margin-bottom: 40px;
}

.slick-slide  {
  outline: none;
}

.slider-block .col {
  float: left;
  border-left: 1px solid transparent;
}

.slider-block .col:first-child {
  border-left: 0;
}

.slider-block .slick-slide img {
  display: inline-block;
  max-width: none;
  width: 100%;
}

.slider-block .img-holder {
  position: relative;
  max-height: 313px;
}

.slider-block .img-holder .img-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,61,121,0.9);
  padding: 5px;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  height: 45px;
  width: 21px;
  background: rgba(0, 0, 0, 0.6) url("../images/arrow-left.png") no-repeat 5px center;
  font-size: 0;
  border: 0;
  transition: 0.2s all ease-in-out;
  z-index: 1;
  margin-top: -30px;
}

button.slick-arrow:hover,
button.slick-arrow:focus {
  background-color: rgba(0, 0, 0, 1);
  outline: none;
}

button.slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

ul.slick-dots {
  padding: 0;
  margin: 65px 0 0;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

ul.slick-dots li button {
  height: 11px;
  width: 11px;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  box-shadow: none;
  background: #80c64a;
  border: 1px solid transparent;
  cursor: pointer;
}

ul.slick-dots li button:focus,
ul.slick-dots li button:hover,
.slick-dots .slick-active button{
  background: #095789;
  outline: none;
  border-color: #fff;
}

.testimonial-block {
  padding-bottom: 40px;
}

.testimonial-block h2 {
  margin-bottom: 35px;
}

.quote-block {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #4d4d4d;
  padding: 25px;
}

.quote-block:after {
  content: "";
  background: url(../images/icon-down-arrow.png) no-repeat;
  width: 40px;
  height: 19px;
  position: absolute;
  left: 40px;
  bottom: -18px;
}

.cite-block .avatar-holder {
  display: inline-block;
  vertical-align: middle;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #707070;
}

.testimonial-block blockquote cite {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
}

.about-block {
  max-width: 900px;
  margin-bottom: 50px;
}

.about-block .img-holder {
	border: 5px solid rgba(255, 255, 255, 0.33);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

#footer {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 120px;
}

.speak-box {
  font-size: 35px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.speak-box p{
  margin-bottom: 20px;
} 

.speak-box .btn-style1 {
  min-width: 295px;
  font-size: 24px;
}

.speak-box .btn-style1 .fa-phone {
  vertical-align: middle;
  font-size: 28px;
}

.consultation-form .form-control.ui-state-error {
    border: 1px solid #FF0000 !important;
}

.consultation-form .thank-you-message .thank-you-heading,
.consultation-form .thank-you-message p{
    color: #FFF;
}

.location-block  {
  padding-bottom: 30px;
}

.location-block .holder {
  border: 5px solid rgba(255, 255, 255, 0.33);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.location-block iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}

.sticky-footer {
  background: #084874;
  padding: 15px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.sticky-footer .btn-style1 {
  min-width: 250px;
  font-size: 20px;
}

.sticky-footer .btn-style1 span {
  background: #084974;
}

.sticky-footer .btn-style1 .fa-phone {
  font-size: 24px;
  vertical-align: middle;
}

@media (max-width: 1359px) {
  .achivement-block {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  #header .bg-cover {
    min-height: 775px;
  }

  .consultation-form {
    padding: 35px 30px;
    width: 380px;
    min-height: 603px;
  }

  .contact-number-wrap {
    width: 380px;
  }

  .contact-number-wrap h2 {
    font-size: 30px;
  }
  
  .consultation-form h2 {
    font-size: 22px;
  }

  .form-block {
    margin-bottom: 68px;
    margin-top: -694px;
  }

  .consultation-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .consultation-form .btn-submit {
    font-size: 22px;
  }

  .achivement-block .col span {
    max-width: 300px;
  }

}

@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .btn-style1 {
    font-size: 16px;
    padding: 9px 15px;
    padding: 6px;
  }
  #header {
    z-index: 2;
  }
  #header .bg-cover {
    min-height: 250px;
  }
  #header:after,
  #header:before {
    content:'';
    position: absolute;
    bottom: 0;
    width: 50%;
    background-color: #000;
    height: 10px;
    z-index: 1;
  }
  #header:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(89deg);
    -webkit-transform: skewX(89deg);
    transform: skewX(89deg);
  }
  #header:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-89deg);
    -webkit-transform: skewX(-89deg);
    transform: skewX(-89deg);
  }
  #header .bg-cover:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -400px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 400px 0 400px;
    border-color: #000 transparent transparent transparent;
    z-index: -1;
  }
  #header .bg-cover:after {
    content: '';
    background: rgba(255, 255, 255, 0.25);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
  }
  .logo {
    max-width: 200px;
  }
  .home-banner-text {
    max-width: none;
    text-align: center;
    padding-top: 260px;
    padding-bottom: 10px;
    height: auto;
  }
  .home-banner-text h1 {
    font-size: 22px;
    line-height: 27px;
  }
  .contact-number-wrap {
    width: auto;
    float: none;
    margin: 0 0 15px;
  }
  .contact-number-wrap h2 {
    font-size: 25px;
    margin: 0;
	display: none;
  }
  .achivement-block .col {
    padding: 20px 15px 8px;
  }
  .form-block {
    margin-top: 0;
    margin-bottom: 0;
    background: #000;
  }
  .consultation-form {
    padding: 35px 10px;
    width: auto;
    float: none;
    min-height: 0;
    background: transparent;
  }
  .consultation-form h2 {
    margin-bottom: 15px;
  }
  .consultation-form .form-control {
    font-size: 14px;
    height: 46px;
  }
  .consultation-form .btn-submit {
    line-height: 26px;
    font-size: 20px;
    margin-top: 20px;
  }
  .consultation-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .consultation-section .heading-wrap a.blue-txt {
    font-size: 34px;
  }
  .consultation-section .heading-wrap {
    max-width: 550px;
  }
  .sep-img {
    max-width: 320px;
    margin: 15px auto;
  }
  .consultation-list {
    padding-top: 30px;
  }
  .contact-number {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
	display: none;
  }
  .symptoms-section {
    margin-bottom: 30px;
  }
  .symptoms-section h2 {
    margin-bottom: 25px;
  }
  .testimonial-block {
    padding-bottom: 25px;
  }
  .testimonial-block h2 {
    margin-bottom: 25px;
  }
  .quote-block {
    font-size: 16px;
  }
  .cite-block .avatar-holder {
    width: 60px;
    height: 60px;
  }
  .cite-block span.name {
    font-size: 14px;
  }
  .speak-box {
    font-size: 23px;
    line-height: 30px;
  }
  .speak-box .btn-style1 {
    min-width: 250px;
    font-size: 20px;
  }
  .speak-box .btn-style1 .fa-phone {
    font-size: 24px;
  }
  .about-block .img-holder {
    margin-bottom: 25px;
  }
  .about-block .desc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
  .consultation-section {
    padding-top: 0;
  }
  .consultation-list {
    margin-bottom: 10px;
  }
  .consultation-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  #header .bg-cover {
    background-position: 38%;
  }
  .home-banner-text {
    padding-top: 230px;
    padding-bottom: 0;
  }
  .achivement-block {
    padding-top: 10px;
    background: #7ac246;
  }
  .achivement-block .col {
    width: 100%;
    padding: 12px 15px;
  }
  .achivement-block .col span {
    max-width: none;
  }
  .location-block .holder {
    margin-bottom: 30px;
  }
  .quote-block {
    height: auto !important;
  }
  .includes-title {
    font-size: 18px;
  }
  .includes-title .green-txt {
    font-size: 26px;
  }
  .include-title-wrap p {
    font-size: 15px;
  }
  .speak-box {
    margin-bottom: 30px;
  }
  ul.slick-dots {
    margin-top: 45px;
  }
  .about-block {
    margin-bottom: 20px;
  }
  .home-banner-text .heading-wrap{
    float: none;
    max-width: 100%;
    padding-right: 0;
  }
  .home-banner-text .logos-wrap{
    max-width: 240px;
    margin: 25px auto 10px;
    float: none;
  }
  .contact-number-wrap {
    position: absolute;
    bottom: 132px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-banner-text h2 br {
    display: none;
  }
  .consultation-list li {
    width: 100%;
  }
  .logo {
    max-width: 160px;
  }
  .home-banner-text h1 {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .home-banner-text {
    padding-top: 240px;
    padding-bottom: 0;
  }
  .home-banner-text h2 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 0;
  }
  .text-style1 {
    font-weight: 600;
    font-size: 16px;
  }
  .achivement-block {
    font-size: 16px;
    line-height: 1;
  }
}
