#header:before,
#header:after {
  display: none;
}

.header-info .info-box {
  display: inline-block;
}

.blog-page .single-blog-post .meta-info .content-box .post-links li a {
  padding-right: 0;
}

.request-qoute .row {
  background-color: #14273F;
}

.request-qoute .row .col-md-6:last-child {
  background-color: #465567;
}

.request-qoute .row .col-md-6:last-child:after {
  content: '';
  display: block;
  position: absolute;
  height: 500px;
  width: 100%;
  background-color: #465567;
  bottom: -500px;
  left: 0;
}
.small-red{
  font-size: 12px;
  font-style: italic;
  color:red;
}
.sec-title h2 {
  margin-top: 15px;
}


.wp-pagenavi {
  margin-top: 40px;
}
.slide--buttons__wrapper{
  margin: 30px auto -20px;
}
.slide--buttons {
  text-align: center;
}

.button--slider {
  background-color: #14273e;
  color: white;
  border: 2px solid #F7BE3D;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 30px;
  margin: 0 15px;
}

.button--slider:hover {
  color: white;
}
.request-qoute .gform_body legend{
  color: #fff;
}
.request-qoute.has-overlay .contact-form input[type="submit"] {
  background: #F7BE3D;
  margin-top: 20px;
}

.gform_wrapper.gravity-theme .ginput_container_date input{
  width: 100% !important;
}
.request-qoute.has-overlay {
  background: #183559;
}

.request-qoute .thm-container .col-md-6 {
  height: 1037px !important;
}

.slide-quote {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

.slide-quote .contact-form {
  max-width: 500px;
  max-height: 95%;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background-color: #13314C;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-y: auto;
}

.slide-quote .contact-form input[type="submit"] {
  margin-top: 20px;
}
.slide-quote .contact-form input[type="text"],
.slide-quote .contact-form input[type="email"] {
  height: 35px;
}

.slide-quote .contact-form.contact-page textarea {
    height: 120px;
}

.request-qoute.has-overlay .sec-padding {
  padding: 20px 30px;
}

.contact-form select {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.4);
}

.slide-quote div.wpcf7-validation-errors {
  display: none !important;
}

.slide-quote .contact-form input.wpcf7-not-valid {
  background-color: rgba(255, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget .pl-30 {
    padding-left: 0;
  }
  .blog-index-sidebar {
    float: none !important;
  }
  .pull-right .single-sidebar-widget {
    display: none;
  }
  .sec-padding-post {
    display: none;
  }
  .nav-holder {
    width: auto;
  }
  .request-qoute .thm-container .col-md-6 {
    height: auto !important;
  }
}

@media (max-width: 840px) {
  .slide--buttons {
    bottom: 50px;
  }
  .button--slider {
    display: block;
    margin: 15px 0;
  }
}

@media (max-width: 800px) {
  #header .header-info {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wp-caption.alignleft {
    float: none;
  }
  .sec-padding {
    padding: 40px 0;
  }
}

@media (max-width: 650px) {
  .tparrows {
    display: none !important;
  }
  .slide--buttons {
    bottom: 0;
  }
  .tp-caption {
    display: block !important;
  }
}

@media (max-width: 400px) {
  .button--slider {
    font-size: 18px;
  }
}

.single-blog-post .img-box img {
  width: auto;
  height: auto;
}

.subMenuOpen {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  background: #14273E;
  color: white;
  padding: 2px 6px;
}

.image-right .row{
  flex-direction: row-reverse;
}

.image-left .row{
  flex-direction: row;
}
