@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body a,
body button {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

body button:focus,
body input:focus,
body textarea:focus,
body select:focus {
    box-shadow: none;
    outline: none;
}
.main-header .container {
  max-width: 1040px;
}

.top-header {
  background: #000;
  padding: 10px;
}

.head_contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  background: #000;
  padding: 20px;
  margin-top: -20px;
  margin-bottom: -50px;
}

.navbar {
  padding: 0px;
}

.head_contact a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

.navbar-nav .nav-item:not(:last-child) {
  margin-right: 50px;
}

.map-order {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  background: #fff;
  padding: 24px 20px;
  border-radius: 10px;
}

.map-order .form-control {
  border-radius: 8px;
  border: 2px solid #000;
  background: #fff;
}

.map-order .form-control:first-child {
  margin-bottom: 20px;
}

.banner_sec {
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 150px;
  background: #fcca0c;
  border: 1px solid #fcca0c;
  padding: 20px 50px;
  text-align: center;
  transition: all .3s linear;
}

.cta:hover {
  background: #fff;
  color: #FCCA0C;
  text-decoration: none;
}

.cta.cta_black {
  background: #000;
  border-color: #000;
}

.cta.cta_black:hover {
  background: #fff;
  color: #000;
}

.van-top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.van_btn i {
  padding-right: 10px;
}

h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}

h3 {
  color: #000;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}

.van_btn .cta {
  border-radius: 150px;
  border: 1px solid #fcca0c;
  background: rgba(252, 202, 12, 0.08);
  color: #000;
  font-size: 16px;
  text-transform: lowercase;
}

.van_btn i {
  color: #fcca0c;
}

.p_130 {
  padding: 130px 0px;
}

body {
  color: #5d5d5d;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

p {
  line-height: 30px;
}

.sat_btn {
  padding-top: 60px;
}

.map-order {
  position: relative;
}

.map-order .fields:before {
  content: '';
  background: url(../img/direction-logo.svg) no-repeat center center/cover;
  width: 55px;
  height: 100px;
  position: absolute;
  left: 20px;
  background-size: contain;
}

.map-order .fields {
  width: 100%;
  padding-left: 70px;
}

.map-order .cta {
  width: 100%;
}

.form-check-label input {
  accent-color: #a67d02;
}

section.appropriate_sec {
  background: #000;
}

.app_head {
  text-align: center;
  padding-bottom: 30px;
}

.app_head h2 {
  color: #ffff;
}

.app_box {
  text-align: center;
}

.app_box h4 {
  color: #fff;
}

.app-img {
  width: 227px;
  height: 227px;
  background: rgba(252, 202, 12, 0.18);
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FCCA0C;
}

.app_text {
  padding-top: 20px;
}

.app_text p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  max-width: 288px;
  margin: auto;
}

.emer_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.emer_list>li {
  width: 50%;
  position: relative;
  list-style-type: none;
  padding-left: 54px;
  margin-bottom: 20px;
}

.emer_list>li::before {
  content: "";
  background-image: url(../img/list-img.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
}

.founder_sec h5 {
  color: #FCCA0C;
}

.founder_sec {
  text-align: center;
}

.founder_text {
  background: linear-gradient(180deg, #fcca0c1a 0%, rgba(252, 202, 12, 0.00) 100%);

}

.founder_text .container {
  max-width: 980px;
  margin: auto;
}

.quick_sec {
/*   background-image: url(../img/golden_van_footer.jpeg); */
  background-repeat: no-repeat;
   background-position: top center;
  background-size: cover;
  padding: 250px 0px; 
}

.quick_text h2,
.quick_text p {
  color: #fff;
}

.social_icons {
  padding: 0px;
  margin: 0px;
  display: flex;
  list-style-type: none;
  gap: 20px;
  justify-content: center;
  padding-top: 20px;
}

.footer_log {
  width: 100%;
  max-width: 200px;
}

.social_icons a {
  color: #fcca0c;
}

.footer_links {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
}

.footer_links li:not(:last-child) {
  margin-right: 70px;
}

.footer_links li a {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer_about {
  padding-top: 112px;
}

.copy_write {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
  border-top: 2px solid #FCCA0C;
  margin-top: 80px;
}

.app_head p {
  color: #fff;
}

.copy_write>p {
  margin: 0px;
}

.distance_wrapper {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0px;
}

.form-check-label {
  margin: 10px 20px 0px 0px;
  font-size: 18px;
}

.distance_img {
  padding-left: 55px;
  display: inline-block;
}

.distance_img.add_col img {
  filter: brightness(0);
}

.distance_text {
  text-align: right;
}

.distance_text h6 {
  margin-top: 20px;
  text-transform: uppercase;
}

.copy_write p {
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  background: #FCCA0C;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  transition: all .3s linear;
}

.sat_col {
  padding-bottom: 50px;
}

.founder_text {
  text-align: left;
}

.model_wd {
  width: 100%;
  max-width: 993px;
}
.model_wd .modal-content {
  padding: 35px;
}
.model_wd .form-control {
  width: 100%;
  border-radius: 6px;
  border: 0.5px solid #EFF1F2;
  padding: 16px 13px;
}

.model_wd h5 {
  font-weight: 600;
  color: #000;
}

.model_wd h3 {
  font-size: 40px;
  text-align: center;
}

.cart_list {
  padding: 0px;
  list-style-type: none;
}

.cart_list li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #EFF1F2;
  padding: 12px 19px;
  align-items: center;
}

.cart_box {
  margin-top: 50px;
}

.cart_list li span {
  display: inline-block;
}

.cart_list li span h6 {
  margin-bottom: 0px;
}

.price {
  font-size: 11px;
}

.cart_list h6 {
  font-size: 12px;
}

.cart_list small {
  font-size: 12px;
}
.cart_box select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.cart_box select{
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
  border: 0.5px solid #EFF1F2;
  background: #fff;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1799px) {
  h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (max-width:1599px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

}
@media only screen and (max-width:1199px) {
	.footer_links {
    flex-wrap: wrap;
}
}
	@media only screen and (max-width:991px) {
	.top-header .row {
    justify-content: center;
    justify-content: space-between;
    gap: 10px;
}
		.main-header .logo {
    margin: 0px !important;
}
}
@media only screen and (max-width:575px) {
	.top-header .row {
          width: auto!important;
		 gap: 0 !important;
		justify-content: space-between !important;
}
.top-header {
    padding: 0px 10px !important;
}
	.contact-content .form-wrapper .cta {
    width: 100%;
}
	.main-header {
    padding: 0!important;
}
	
}
@media only screen and (max-width:269px) {
	.contact-content .form-wrapper textarea {
    padding-bottom: 25px;
}
}