.main {
  background: url(img/1.jpg) !important;
  background-size: cover;
  background-position: center;
}
.project {
  background: url(img/2.jpg) !important;
  background-size: cover;
  background-position: center;
}
.car {
  background: url(img/4.jpg) !important;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding-top: 0;
}
.price {
  padding-top: 124px;
  background: url(img/3.jpg) !important;
  background-size: cover;
  background-position: center;
  min-height: 430px;
}
.review {
  background: url(img/2.jpg) !important;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px){
.form_bg {
    padding-top: 60px;
    padding-bottom: 20px;
    background: url(img/5.jpg) !important;
    background-size: cover;
    min-height: 400px;
}}

.form_bg {
    padding-top: 126px;
    background: url(img/6.jpg) ;
    background-position: center;
}
.footer {
  background: url(img/7.jpg) !important;
  background-size: cover;
  background-position: center;
  min-height: 392px;
  display: flex;
  justify-content: flex-end;
}
.main-h1_title {
  width: 100%;
  max-width: 100%;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 68px;
  color: #fff;
}

section {
  padding: 30px 0;
}



.ann img{
 width: 90%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fec300' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fec300' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

 .carousel-inner {
  width: 70% !important;
  margin: 0 auto !important;
}
.phone_header1{
  display: none;
}
@media only screen and (max-width: 767px){
.carousel-inner {
    width: 100% !important;
}
.phone_header1{
  display: block;
}
.project-card-list ul li span {
  font-size: 22px;
}
.project-card-list-sub_text ul li span {
  font-size: 14px !important;
}
}

.footer-content {
  padding: 0;
  width: 100%;
  max-width: 490px;
}
.an{
border: 2px solid #DC3139;
}

.modal {
  max-height: 55%;
}

.project-card-list {
  min-height: 50px;
}
.project-card {
  min-height: 270px;
}
ul {
  margin-bottom: 0px;
}

.marcProduct-title11 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #0B1E42;
}

.marcProduct-text11 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.chosen-card img {
  margin-right: 15px;
  height: 64px;
}

.h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #0B1E42;
  margin-bottom: 30px;
}

.project-card-list ul li span {
  font-size: 19px;
}
.project-card-list-sub_text {
  font-size: 14px !important;
}


.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }