.bg_black{
	background-color: #000;
}
.color_yellow{
	color: #daa520 !important; 
}
.main_banner{
	background-image: url("../img/form1-banner.webp");
	background-size: cover;
	background-position: center;
/*	min-height: 100vh;*/
	height: 580px;
	    background-color: rgba(0, 0, 0, 0.75);
	    background-blend-mode: multiply;
	    display: flex;
	    align-items: center;
	     position: relative;
}
html {
  scroll-behavior: smooth;
}

.down-arrow {
  position: absolute;
  bottom: -20px; /* distance from bottom */
  left: 50%;
  transform: translateX(-50%);
  z-index: 111 !important;
}

.down-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    background-color: transparent;
    border: 2px solid #daa520;
    border-radius: 50%;
    color: #daa520;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
    animation: bounce 1.5s infinite;
    cursor: pointer !important;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(10px); }
  60% { transform: translateY(5px); }
}
.main_banner .container{
	padding-top: 90px;
	max-width: 85% !important;
}
.main_banner h1{
	font-size: 60px;
	line-height: 70px;
}
.main_banner p{
	font-size: 20px;
	line-height: 26px;
}

.form_section::before{
    position: absolute;
    content: "";
    background: #000000;
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 83%);
    height: 100px;
    top: -100px;
    width: 100%;
}
.form_section h4{
	line-height: 26px;
	text-align: center;
}
.form_section form label{
	font-size: 16px;
}
.form_section form input{
	height: 45px;
/*	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff !important;*/
	border-radius: 8px;
}
.form_section form input:focus, .form_section form textarea:focus{
	border: 1px solid #cfa520a8 !important;
	box-shadow: 0 0 10px rgb(218 165 32) !important;
}
.form_section{
	background-image: url("../img/bg-4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 70px !important;
	position: relative !important;
}
.form_row{
	width: 100%;
	margin: auto;
	background-color: #0c0c0c;
	border-radius: 10px;
	border: 2px solid #363636;
}
body .form_row .form-control{
	background-color: #323232 !important;
	border: 1px solid #838383 !important;
	
}
.input_parent{
	position: relative;
}
.input_parent .field-icon{
	position: absolute;
    right: 26px;
    top: 67%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    pointer-events: none;
}
.form-group:focus-within .field-icon {
  color: #cfa520a8; /* your highlight color */
}
.form-group:not(:focus-within) .field-icon {
  color: rgba(255, 255, 255, 0.5) !important;
}
.message_box .field-icon{
	position: absolute;
    right: 26px;
    top: 28%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    pointer-events: none;
}
.message_box textarea{
	height: 140px;
}
.input_parent label span{
	color: #daa520 !important;
	font-size: 22px;
}
.custom-checkbox {
  position: relative;
  display: flex;
   line-height: 26px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  user-select: none;
}

/* Hide the default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom box */
.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #2a2a2a;
  border: 2px solid #555;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  top: 3px;
}

/* When checked */
.custom-checkbox input:checked + .checkmark {
  background-color: #daa520;
  border-color: #daa520;
}

/* Check icon using pseudo-element */
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show check mark when checked */
.custom-checkbox input:checked + .checkmark::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-div{
	width: 6.5%;
}
.btn_div button{
	width: 140px;
    height: 43px;
    background-color: #daa520;
    color: #ffff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.buy_form{
	width: 60%;
	margin: auto;
}
.input_parent .form-control{
	color: #ccc !important;
	font-size: 15px !important;
	font-weight: 500;
}
.btn_div button:focus{
	box-shadow: 0 0 10px rgb(218 165 32) !important;
}
.sell_banner{
	background-image: url("../img/sell-car_bg.webp");
}
.sell_banner h1{
	font-size: 55px;
	line-height: 60px;
}
.sell_form_section .divider span{
	color: #daa520 !important;
}
.sell_form_section .divider .outer-line{
	border-bottom: 1px solid #daa520 !important;
}
.work_list{
	width: 88%;
	margin: auto;
}
.work_list li{
	list-style: none;
	font-size: 18px;
	line-height: 26px;
}
.work_list li span{
	color: #daa520;
	font-size: 20px;
	margin-right: 10px;
}
@media (min-width:1300px) {
	.main_banner .container{
		padding-top: 30px !important;
	}
}

@media (max-width:768px) {
	.buy_form{
		width: 100%;
	}
	.work_list li{
		font-size: 14px;
	}
	.main_banner h1, .form_section h1{
		    font-size: 37px;
    line-height: 45px;
	}
	.work_list {
    width: 100%;
    margin: auto;
    padding-left: 18px;
}
.main_banner .container {
    padding-top: 70px;
    max-width: 90% !important;
}
}
@media (max-width:576px) {
	/*.main_banner{
		padding-top: 0px;
		
	}*/
	.down-arrow{
		bottom:-60px !important;
	}
	.form_section{
		padding-top: 105px !important;
	}
	.main_banner h1, .form_section h1 {
        font-size: 25px;
        line-height: 31px;
    }
    .main_banner p {
    font-size: 14px;
    line-height: 22px;
}
.form_row{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.form_section .top-text h4{
	margin: 0px 0 5px;
}
.form_section h4{
	font-size: 13px !important;
	line-height: 21px !important;

}
.buy_form h4{
	padding-top: 10px !important;
}
.check-div {
    width: 9.5%;
}
.custom-checkbox{
	font-size: 13px !important;
	line-height: 21px !important;
}
.form_section h1, .main_banner h1{
	margin: 10px 0px;
}
.form_section .divider .outer-line{
	width: 38%;
}
.work_list li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}
    .main_banner .container {
        padding-top: 65px;
        max-width: 98% !important;
      
        z-index: 111;
    }
    .main_banner.sell_banner{
    	height: 540px  !important;
    }
    .main_banner{
    	height: 435px !important;
    }
}


.contactform .output_message , .contactform_new .output_message {
    padding: 8px;
    margin-bottom: 17px;
    border-radius: 2px;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.contactform .output_message.success , .contactform_new .output_message.success{
    background: #28a745;
    padding: 15px;
}
.contactform .output_message.success:before, .contactform_new .output_message.success:before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 10px;
}
.contactform .output_message.error , .contactform_new .output_message.error {
    background: #dc3545;
    padding: 15px;
}
.contactform .output_message.error:before , .contactform_new .output_message.error:before {
    font-family: FontAwesome;
    content: "\f071";
    padding-right: 10px;
}