body {
  font-family: "Mulish", sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 42px;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.row {
  margin: 0px;
}
.header {
  background-color: #1976D2;
  padding: 15px 0px;
  z-index: 9;
  width: 100%;
  /* background: #fff; */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: fixed;
  top: 0px;
}
.navbar,
.navbar-brand,
.nav-link {
  padding: 0px;
}
.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 50px;
  padding: 0px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #EF5350;
}
.primary_btn,
.secondry_btn {
  background-color: #EF5350;
  padding: 10px 22px;
  font-size: 20px;
  border: 0px;
  border-radius: 10px;
  color: #fff;
}
.secondry_btn {
  background-color: #1976D2;
}
.banner {
  padding: 150px 100px 80px;
  background-image: url("../images/bnr_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.container {
  padding: 0px 120px;
  max-width: 100%;
  margin: 0 auto;
}
h1 {
  font-size: 68px;
  font-weight: 800;
  line-height: 70px;
}
.banner h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}
.body_para {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body_para_2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section_padding {
  padding: 80px 0px;
}

.banner p {
  margin: 30px 80px 70px;
}
.color_black {
  color: #000000;
}
.section_head {
  font-size: 44px;
  color: #000000;
  font-weight: 800;
  margin-bottom: 15px;
}
.section_sub_head {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.common_row {
  margin-top: 50px;
}
.common_row2 {
  margin-top: 30px;
}
.sec_para {
  padding: 0px 120px;
}
.prior .card {
  border-radius: 10px;
  border: 1px solid #1976D2;
  padding: 30px;
  background-color: #E3F2FD;
}
.prior .card p {
  height: 175px;
}
.prior .card h3,
.why_choose .card h3 {
  margin: 20px 0px 10px;
}
.prior .card img {
  width: 50px;
}
.btn_top {
  margin-top: 40px;
}
.why_choose {
  background-color: #E3F2FD;
}
.section_head2 {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}
.why_choose .card {
  background-color: #fff;
  border: 0px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.why_choose .card img {
  width: 80px;
  display: flex;
  margin: 0 auto;
}
.why_choose .card p {
  padding: 0px 60px;
}
.bold {
  font-weight: 800;
}
.why_choose .card_body {
  margin: 30px 60px 0px;
  border: 1px solid #1976D2;
  border-radius: 10px;
}
.why_choose .sub {
  padding: 20px 0px;
}
.border1 {
  border-bottom: 1px solid #1976D2;
  width: 100%;
}
.color_white {
  color: #fff;
}
.about {
  background-color: #1976D2;
}
.about p {
  padding-right: 150px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: -36%;
  padding-top: 60px;
}
.price_Car .owl-nav button.owl-prev {
  position: absolute;
  left: -21px;
}
.price_Car .owl-nav button.owl-next {
  position: absolute;
  right: -16px;
}
.price_Car ul li {
  margin-bottom: 10px;
}
.price_Car ul h4 {
  margin-bottom: 20px;
}
.price_Car .owl-nav button.owl-prev,
.price_Car .owl-nav button.owl-next {
  /* top: 30% ; */
}
.price_Car .owl-nav {
  left: 0px;
  width: 100%;
  top: 16%;
}
.price_Car .car_para {
  font-size: 19px;
  margin-bottom: 40px;
}
.owl-carousel .card {
  background-color: #1976D2;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
}
.price_Car .card {
  padding: 0px;
}
.customer_car .card p {
  padding: 0px;
  height: 215px;
}
.para1 {
  height: 140px;
}
.owl-theme .owl-dots {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  background: url("../images/left.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  height: 35px !important;
  width: 35px !important;
}
.owl-carousel .owl-nav .owl-next {
  background: url("../images/right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  height: 35px !important;
  width: 35px !important;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.contact_hed {
  margin-bottom: 30px;
}
.submit_btn {
  width: 100%;
}
form {
  background-color: #E3F2FD;
  border-radius: 10px;
  padding: 40px;
}
.form-control:focus {
  box-shadow: none;
}
.contact .form-control {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.contact .form-group label {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.follow_text {
  margin-top: 80px;
}
.follow_icons {
  margin-top: 20px;
}
.follow_icons img {
  margin-right: 15px;
}
.copyrights {
  background-color: #1976D2;
  padding: 20px 0px;
}
.copy_text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.contact_info {
  padding-left: 60px;
}
.contact_info .d-flex {
  margin-bottom: 50px;
}
.contact_info .d-flex img {
  margin-right: 20px;
}
.follow_us {
  margin-top: 80px;
}
.follow_us img {
  margin-right: 20px;
}
.follow_us h3 {
  margin-bottom: 20px;
}
.price_row .card {
  border: none;
}
.price_row .card_head {
  background-color: #1976D2;
  padding: 25px 40px;
  border-radius: 10px 10px 0px 0px;
}
.price_row .card_body {
  background-color: #E3F2FD;
  padding: 20px 40px;
  border-radius: 0px 0px 10px 10px;
  height: 475px;
}
.price_row ul {
  margin-bottom: 20px;
  padding-left: 0px;
}
.price_row ul li {
  font-size: 19px;
  font-weight: 500;
}
.error {
  color: red !important;
}
.navbar-toggler-icon {
  height: auto;
  width: auto;
}
.closebtn {
  display: none;
}
.menu-sec {
  display: flex;
  width: 100%;
}
button:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.navbar-toggler1 {
  display: none;
}
.owl-carousel img {
  width: 80px !important;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px !important;
  margin-left: 0px !important;
}

.name_text {
  color: white;
  font-weight: bold;
  
}

.sub_name_text {
   color: white;
   font-size: small;
}

.para2 {
  height: 110px;
}
/* responsive */
@media (max-width: 1440px) {
  h1 {
    font-size: 62px;
    line-height: 64px;
  }
  .body_para {
    font-size: 16px;
    line-height: 24px;
  }
  .banner p {
    margin: 30px 80px 50px;
  }
  .primary_btn,
  .secondry_btn {
    padding: 10px 18px;
    font-size: 18px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .section_head {
    font-size: 42px;
  }
  .section_sub_head {
    font-size: 22px;
  }
  .price_row ul li {
    font-size: 16px;
  }
  .contact .form-group label {
    font-size: 16px;
  }
  .prior .card p {
    height: 130px;
  }
  .para1 {
    height: 120px;
  }
  .para2 {
    height: 95px;
  }
  .price_row .card_body {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0px 20px;
  }
  .banner {
    padding: 60px 0px;
    height: auto;
    margin-top: 70px;
  }
  .banner p {
    margin: 20px 0px 30px;
  }
  .banner h2 {
    font-size: 22px;
    line-height: 33px;
  }
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .section_padding {
    padding: 60px 0px;
  }
  .sec_para {
    padding: 0px;
  }
  .prior .card,
  .why_choose .card {
    margin-bottom: 30px;
  }
  .prior .card p {
    height: auto;
  }
  .section_head {
    font-size: 32px;
  }
  .section_head2 {
    font-size: 32px;
  }
  .why_choose .card p {
    padding: 0px;
  }
  .why_choose .card_body {
    margin: 30px 0px 0px;
  }
  .price_row .card {
    margin-bottom: 30px;
  }
  .price_btn {
    display: block !important;
  }
  .price_btn .primary_btn {
    margin-bottom: 20px;
  }
  .about img {
    width: 100%;
  }
  .about p {
    padding: 0px;
  }
  .about .section_padding {
    padding-left: 20px;
  }
  .quote {
    width: 60px;
  }
  .contact_info {
    padding-left: 0px;
  }
  .contact_info .d-flex {
    margin-bottom: 32px;
  }
  form {
    padding: 40px 20px;
  }
  .contact_info,
  .follow_us {
    margin-top: 40px;
  }
  .contact_info .d-flex img {
    width: 50px;
  }
  .price_row .card_body,
  .price_row .card_head {
    padding: 20px 40px;
  }
  .customer_car .owl-nav {
    top: 79%;
    left: auto;
  }
  .fa {
    color: #fff;
    font-size: 22px !important;
  }
  .why_choose {
    position: relative;
  }
  .navbar-toggler1 {
    display: block;
    background: transparent;
    border: 0px;
  }
  .navbar-toggler1:hover {
    cursor: pointer;
  }

  .menu-sec {
    left: 0px;
    bottom: 0px;
    height: 0px;
    background: #1976D2;
    position: fixed;
    min-width: 100%;
    /* z-index: 20; */
    transition: 0.5s;
    -webkit-transistion: 0.5s;
    margin-top: 0px;
    left: 0px;
  }
  .navbar-nav {
    margin-top: 100px;
  }

  .menu {
    height: 100%;
  }
  .closebtn {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    z-index: 999;
    color: #ffffff;
  }
  .closebtn:hover {
    color: #fff;
  }
  .menu-sec {
    display: block;
  }
  .navbar-nav .nav-link {
    margin-left: 0px;
    margin-bottom: 35px;
  }
  .section_padding {
    overflow-x: hidden !important;
  }
  .owl-carousel .card p,
  .price_Car .card h4,
  .para1 {
    height: auto;
  }
  .price_Car .owl-nav {
    top: 16%;
  }
  .price_btn {
    margin-top: 0px;
  }
  .price_row .card_body,
  .para2 {
    height: auto;
  }
}
