/* ------------------------------------------------------- */
/* Global CSS
/* ------------------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
}

.content {
  padding: 60px 0;
  background-color: #fff;
}

.content-alt {
  background-color: whitesmoke;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Montserrat', sans-serif; */
}
.red {
  color: red;
}

.img-mob {
  display: none;
}

.call-btn-mobile {
  display: none;
}

#sticky-call {
  display: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

/* ------------------------------------------------------- */
/* Home
/* ------------------------------------------------------- */
#header {
  padding: 25px 0;
  border-bottom: 2px solid #ffcc32;
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.3);
}

.logo img {
  width: 250px;
  height: auto;
}

.call-btn span {
  float: left;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: red;
}
.call-btn a {
  color: #000 !important;
}
.call-btn a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------- */
/* Banner
/* ------------------------------------------------------- */
#banner {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  color: #fff;
}

#banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 0;
  transform-origin: top left;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

#banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.my_link_1 {
  font-size: 50px;
  word-spacing: 5px;
  font-weight: 300;
  letter-spacing: -2px;
  color: #fff;
}

.my_link_1:hover {
  color: #fff;
  text-decoration: none;
}

.my_link_1 span {
  display: block;
}

#banner h2 {
  letter-spacing: 5px;
  word-spacing: 12px;
  margin: 10px 0;
}

.my_link_2 {
  background-color: #fff;
  display: inline-block;
  color: #000;
  padding: 5px 32px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 100px;
}

.my_link_2:hover {
  text-decoration: none;
  color: #000;
}

.call-us {
  text-align: center;
}

.call-us a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  border-radius: 40px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #df543e;
  background-color: #ec2438;
  text-shadow: 0 1px 2px rgba(25, 25, 25, 0.25);
  padding: 15px 50px;
}

.call-animation {
  -webkit-animation-name: callAnimation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: callAnimation;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes callAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(223, 84, 62, 0.7);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
  }
}

/* Standard syntax */
@keyframes callAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(223, 84, 62, 0.7);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
  }
}

.my_link_3 {
  padding: 20px 100px;
  border: 1px solid orange;
  border-radius: 100px;
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  display: block;
  text-align: center;
}

.my_link_3:hover {
  text-decoration: none;
  color: #fff;
}

/* ------------------------------------------------------- */
/* Insurance
/* ------------------------------------------------------- */
#insurance {
  position: relative;
}

#insurance::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  top: 100%;
  left: 0;
  background-color: whitesmoke;
  z-index: 1;
  transform-origin: top left;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

#insurance .no-gutters {
  margin-bottom: 100px;
}

#insurance h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 35px;
}

#insurance h2 span {
  font-weight: 600;
  display: block;
}

.in-box {
  position: relative;
  cursor: pointer;
  display: block;
}

.in-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.in-text-box p {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
  color: #666;
}

.in-text-box p span {
  display: block;
}

/* ------------------------------------------------------- */
/* Step
/* ------------------------------------------------------- */

#steps {
  position: relative;
  z-index: 1;
}

#steps::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 0;
  transform-origin: top left;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

#steps h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#steps img {
  width: 150px;
  margin-top: -25px;
}

#steps h2 span {
  display: block;
  font-weight: 600;
}

.step-box {
  position: relative;
  margin-bottom: 80px;
  margin-left: 50px;
}

.step-no {
  font-size: 60px;
  color: #777;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 30px;
  position: absolute;
  right: 102%;
  top: 20%;
}

.step-box h3 {
  font-size: 25px;
  font-weight: 600;
}

.step-box h5 {
  font-size: 16px;
}

/* ------------------------------------------------------- */
/* Testimonial
/* ------------------------------------------------------- */
#testimonial {
  position: relative;
  display:none;
}

#testimonial p {
  margin-top: 50px;
  font-style: italic;
  font-size: 18px;
}

#testimonial h2 {
  font-size: 30px;
  text-align: center;
  font-style: italic;
  margin-top: 35px;
}

.bold {
  font-weight: 600;
}

.quote-img img {
  width: 100%;
}

.girl-img img {
  width: 100%;
}

#testimonial .item {
  padding: 0 80px;
  margin-bottom: 50px;
}

#testimonial .fa-star {
  color: #f0b718;
}

.carousel-control-prev i,
.carousel-control-next i {
  color: #333;
  font-size: 25px;
}

/* ------------------------------------------------------- */
/* Our Services
/* ------------------------------------------------------- */

#services {
  position: relative;
  z-index: 1;
}

#services h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 35px;
}

#services h2 span {
  font-weight: normal;
  display: block;
  margin-bottom: 55px;
  font-size: 18px;
  margin-top: 10px;
}

/* ------------------------------------------------------- */
/* Get Help
/* ------------------------------------------------------- */

#get-help {
  position: relative;
  z-index: 1;
}

#get-help::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background-color: whitesmoke;
  z-index: 0;
  transform-origin: top left;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

.our-services {
  margin-bottom: 60px;
}

.our-services ul li {
  font-size: 18px;
  line-height: 36px;
}

#get-help h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 35px;
}

#get-help h2 span {
  font-weight: normal;
  display: block;
  margin-bottom: 55px;
  font-size: 18px;
  margin-top: 10px;
}

#testimonial h2 img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.you_us h3 {
  color: #e1292b;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.you_us p {
  margin-top: 30px;
  font-weight: 700;
  color: #555;
}

.you_us a {
  font-size: 35px;
  color: #e1292b;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: -15px;
}

.you_us a:hover {
  text-decoration: none;
}

#get-help .input-group-text {
  background-color: #fff;
  padding-right: 0;
  color: #fff;
}

#get-help .form-control:focus {
  box-shadow: none;
  border: 1px solid lightgray;
}

#get-help .input-group .form-control {
  border-left: none;
  padding-left: 0;
  font-size: 20px;
}

#get-help .input-group .form-control:focus {
  padding-left: 0;
  border-left: none;
}

#get-help button {
  background-color: #e1292b;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

/* ------------------------------------------------------- */
/* Footer Top
/* ------------------------------------------------------- */
#footer-top {
  padding: 150px 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  color: #fff;
  position: relative;
  z-index: 200;
}

#footer-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 300;
  transform-origin: top left;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

#footer-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

#footer-top h1 {
  font-size: 50px;
}

#footer-top h2 {
  font-size: 40px;
}

#footer-top p {
  font-size: 30px;
  margin: 40px 0;
}

/* ------------------------------------------------------- */
/* Footer
/* ------------------------------------------------------- */
#footer {
  padding: 30px 0;
  border-top: 2px solid #ffcc32;
}

#footer p {
  margin-bottom: 0;
  font-size: 14px;
}

#footer a {
  font-size: 14px;
  float: right;
}

#footer a:hover {
  text-decoration: none;
}

#footer p {
  margin-bottom: 0;
  font-size: 12px;
  color: grey;
}

.footer-menu {
  list-style: none;
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-menu li {
  border-right: solid #ccc 1px;
  float: left;
  padding-right: 20px;
  line-height: normal;
}

.footer-menu li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
  color: #ec2438;
}
#footer a {
    font-size: 13px;
    float: right;
    color: #222;
    margin-left: 20px;
    padding-right: 0px;
}
.fixed {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 55555555;
}

/* ------------------------------------------------------- */
/* Modal
/* ------------------------------------------------------- */

#helpServices,
#rear-end-collision,
#side-impact-collision,
#sideswipe-collision,
#head-on-collisions,
#single-car-accident,
#multiple-vehicle-pile-up {
  background-color: rgba(0, 0, 0, 0.6);
}

#helpServices h3,
#rear-end-collision h3,
#side-impact-collision h3,
#sideswipe-collision h3,
#head-on-collisions h3,
#single-car-accident h3,
#multiple-vehicle-pile-up h3 {
  font-size: 35px;
  margin-bottom: 15px;
  text-align: center;
}

#helpServices h4,
#rear-end-collision h4,
#side-impact-collision h4,
#sideswipe-collision h4,
#head-on-collisions h4,
#single-car-accident h4,
#multiple-vehicle-pile-up h4 {
  font-size: 20px;
  text-align: center;
}

#helpServices p,
#rear-end-collision p,
#side-impact-collision p,
#sideswipe-collision p,
#head-on-collisions p,
#single-car-accident p,
#multiple-vehicle-pile-up p {
  font-size: 11px;
  font-weight: normal;
  color: #738194;
  text-align: center;
}

#helpServices .input-group-text,
#rear-end-collision .input-group-text,
#side-impact-collision .input-group-text,
#sideswipe-collision .input-group-text,
#head-on-collisions .input-group-text,
#single-car-accident .input-group-text,
#multiple-vehicle-pile-up .input-group-text {
  background-color: #fff;
  padding-right: 0;
  color: #fff;
}

#helpServices .form-control:focus,
#rear-end-collision .form-control:focus,
#side-impact-collision .form-control:focus,
#sideswipe-collision .form-control:focus,
#head-on-collisions .form-control:focus,
#single-car-accident .form-control:focus,
#multiple-vehicle-pile-up .form-control:focus {
  box-shadow: none;
  border: 1px solid lightgray;
}

#helpServices .input-group .form-control,
#rear-end-collision .input-group .form-control,
#side-impact-collision .input-group .form-control,
#sideswipe-collision .input-group .form-control,
#head-on-collisions .input-group .form-control,
#single-car-accident .input-group .form-control,
#multiple-vehicle-pile-up .input-group .form-control {
  border-left: none;
  padding-left: 0;
}

#helpServices .input-group .form-control:focus,
#rear-end-collision .input-group .form-control:focus,
#side-impact-collision .input-group .form-control:focus,
#sideswipe-collision .input-group .form-control:focus,
#head-on-collisions .input-group .form-control:focus,
#single-car-accident .input-group .form-control:focus,
#multiple-vehicle-pile-up .input-group .form-control:focus {
  padding-left: 0;
  border-left: none;
}

#helpServices button[type="submit"],
#rear-end-collision button[type="submit"],
#side-impact-collision button[type="submit"],
#sideswipe-collision button[type="submit"],
#head-on-collisions button[type="submit"],
#single-car-accident button[type="submit"],
#multiple-vehicle-pile-up button[type="submit"] {
  font-size: 20px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  background-color: #ec2438;
  border-radius: 50px;
  border: 1px solid #ec2438;
  padding: 10px 30px;
}

#helpServices .modal-content,
#rear-end-collision .modal-content,
#side-impact-collision .modal-content,
#sideswipe-collision .modal-content,
#head-on-collisions .modal-content,
#single-car-accident .modal-content,
#multiple-vehicle-pile-up .modal-content {
  font-weight: 600;
  background-color: #f7f8f9 !important;
  padding: 15px;
  border: 15px solid #fff;
}

#helpServices .close,
#rear-end-collision .close,
#side-impact-collision .close,
#sideswipe-collision .close,
#head-on-collisions .close,
#single-car-accident .close,
#multiple-vehicle-pile-up .close {
  cursor: pointer;
  display: block;
  margin: auto;
  margin-right: 0;
  font-size: 15px;
}

#helpServices label,
#rear-end-collision label,
#side-impact-collision label,
#sideswipe-collision label,
#head-on-collisions label,
#single-car-accident label,
#multiple-vehicle-pile-up label {
  font-weight: 600;
}

#modalRes {
  text-align: center;
}

.success {
  color: green;
}

.error {
  color: red;
}

#sticky-footer-desktop {
  position: fixed;
  right: -480px;
  bottom: 25px;
  width: 480px;
  height: 100px;
  z-index: 99999;
  transition: 0.5s;
}

.call-req {
  width: 350px;
  position: relative;
}

.call-req span {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  background-color: #e1292b;
  color: #fff;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.call-req a {
  display: inline-block;
  background-color: #484848;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 350px;
  border-radius: 5px;
  padding: 15px;
  padding-right: 100px;
  text-decoration: none;
}

.call-req a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "YES";
  background-color: #e1292b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.call-req a::after {
  position: absolute;
  content: "";
  top: 50px;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #484848;
  border-bottom: 10px solid transparent;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.call-req a strong {
  font-weight: 700;
}

.call-ico i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  font-size: 35px;
  background-color: #e1292b;
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  color: #fff;
  z-index: -2;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);

  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    box-shadow: 0 0 0 0px rgba(225, 41, 43, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(225, 41, 43, 0.3);
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    box-shadow: 0 0 0 0px rgba(225, 41, 43, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(225, 41, 43, 0.3);
  }
}

.call-ico i::after {
  content: "1";
  font-size: 8px;
  top: 5px;
  left: 5px;
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
}
.alignContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
