.section-1 {
    background: url(../image/kuwy-vehicle-bureau-car.webp) bottom center / cover no-repeat;
    margin-top: 60px;
}
.header-box {
    padding: 10px 0 290px;
}

h1.text-title {
    color: #057792;
    text-transform: uppercase;
    font-weight: 800;
    font-size:48px;
    position: relative;
    z-index: 5;
}
a {
    text-decoration: none!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    box-shadow: initial;
    background: none;
    -webkit-box-shadow: 0 0 0px 1000px #fb4848 inset;
    transition: background-color 5000s ease-in-out 0s;
}
.input-group-append {
    width: 20%;
}
p.text-caption {
    font-size: 32px;
    font-weight: 600;
    color: #2eaece;
    line-height: 32px;
}
p.text-caption span {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 8px;
}
.bg-kuwy{
	background-color: #fb4848;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 5px!important;
	position:relative;
}
.bg-kuwy::-webkit-input-placeholder { 
  color: #fff;
}

.bg-kuwy:-ms-input-placeholder { 
  color: #fff;
}

.bg-kuwy::placeholder {
  color: #fff;
}
.bg-kuwy{
  border-radius:20px;}
.bg-kuwy:focus {
  background-color: #fb4848;
  outline:none;
  border:none;
  color:#fff;
  box-shadow:none;
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: none;
    border-color: none;
    outline: none;
    box-shadow: none;
}
i.fa.fa-search {
    color: #fff;
    font-size: 22px;
}
.car-check-wrap {
    background-color: #f9f9f9;
	transition: .25s;
	pointer-events: none;
	position:relative;
}
p.car-title {
    font-size: 24px;
    font-weight: 700;
    color: #fb4848;
    margin: 0;
}
p.car-caption {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
	margin: 0;
}
.car-link {
    text-decoration: none;
    font-weight: 600;
}
.hover-white{  
    color: #0f7b95;
}
.car-img, .car-content {
    z-index: 1;
}

.about-wrap {
    position: relative;
    /* margin-top: -220px; */
}
.about-title {
    position: absolute;
    background-color: #2eaece;
    color: #fff;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 800;
    width: 380px;
    border-radius: 29px;
    left: 100px;
    top: 0;
}
.about-content {
    position: absolute;
    background-color: #fb4848;
    width: 38%;
    color: #fff;
    padding: 40px;
    border-radius: 30px;
    bottom: -30px;
    right: 90px;
}
.about-image {
    margin: 80px 0;
}
.about-image img {
    border-radius: 30px !important;
}
.section-3{
    background-color: #f9f9f9;
    /* margin-top: 240px; */
}
.section-4 {
    background-color: #f9f9f9;
}
.crm-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f7b95;
    padding-top: 8px;
}
.crm-content {
    text-align: center;
}
.crm-img {
    text-align: center;
}
.crm-title-main {
    font-size: 48px;
    color: #2eaece;
    font-weight: 700;
}
footer {
    background-color: #f9f9f9;
}
.sub-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #525252;
    line-height: 32px;
}
.main-details {
    box-shadow: 0 3px 6px rgb(0 0 0 / 3%), 0 3px 6px rgb(0 0 0 / 5%);
}
section.section-2 {
    margin-top: 70px;
}
.detail-header {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0px 20px;
}
.detail-title-box{
    background-color: #0f7b95;
    color: #fff;
    padding: 6px 10px;
    border-radius: 31px;
}
.info-box {
    /* background-color: #fff; */
    /* height: 100%; */
    padding: 10px 20px;
	overflow: hidden;
    /* border-radius: 10px; */
}
.value-text {
    font-size: 12px;
}
.main-value {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}
.row-bg-light {
    background-color: #3cbf6a00;
}
.sticky-top {
    top: 90px;
    z-index: 9;
}
.search-wrap {
    background-color: #f9f9f9;
    padding: 50px 20px;
    border-radius: 10px;
	text-align: center;
}
.sec-serch {
    padding: 10px;
    margin: 0 auto;
    border-radius: 30px;
    width: 80%;
    font-size: 14px;
}
i.bx.bx-search {
    background-color: #fff;
    border-radius: 30px;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #057691;
}
.kuwy-bg{background-color:#fb4848!important; color:#fff; border:none; outline:none;}
.search-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
    color: #33bc63;
}
.arrow-wrap, .crm-cont {
    width: 100%;
}
.info-wrap {
    box-shadow: 0 3px 6px rgb(0 0 0 / 3%), 0 3px 6px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 10px;
}
.info-wrap .main-value {
    font-size: 16px;
    color: #0f7b95;
}
.back-box {
    background-color: #fb4848;
    border: #fb4848 2px solid;
    color: #fff;
    border-radius: 19px;
    font-size: 12px;
    padding: 0px 10px;
    height: 38px;
    width: 92px;
}
.back-box i {
    color: #fff;
    font-size: 12px;
}
.back-box:hover {
    background-color: #fff;
    border: ##fb4848 2px solid;
    color: #393939;
}
.back-box:hover i {
    color: #393939;
}
/* login page */
.heading-section {
    font-size: 28px;
    color: #33bc63;
}
.login-wrap h3 {
    font-weight: 300;
    color: #000;
}
.signin-form  .form-group {
    position: relative;
	margin-bottom: 1rem;
}
.signin-form  .form-control {
    height: 50px;
    color: #4f4f4f !important;
    border: 1px solid #33bc63;
    background: #33bc6324;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.signin-form  .field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
     
}
.signin-form  .btn.btn-primary {
    background: #fb4848 !important;
    border: 1px solid #fb4848 !important;
    color: #fff !important;
}
.w-50 {
    width: 50% !important;
}
.checkbox-wrap {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: rgb(71 71 71 / 90%);
	
}
.checkbox-wrap input {
    position: absolute;
    cursor: pointer;
    height: 15px;
    width: 15px;
    top: 1px;
    left: 8px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
.kuwy-footer {
    background-color: #33bc63;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.header-100 {
    height: 100vh;
}
a.forget-txt {
    font-size: 12px;
    text-decoration: none;
    color: #fb4848;
}
.kuwy-form {
    border: none;
    border-radius: 26px;
    font-size: 14px;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color:none;
    outline: 0;
    box-shadow: none;
}
 option:checked, option:hover {
      background-color: #fff;
	  color#000;
    }
	option:not(:checked) {
   background-color: #FFF;
}
select{
   background: #fff;
   color:#000;
}
.only-reg {
    width: 370px;
    padding: 14px!important;
    margin: 0 auto;
	  border-radius: 52px;
	  background-color: #fb4848;
    color: #fff;
    text-transform: uppercase;
}
.only-reg .bg-kuwy {
    padding: 6px 25px 6px 6px !important;
	background:none;
}
.only-reg i.fa.fa-search {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 1px;
}
.button-red {
    background-color: #fb4848;
    border: 2px solid #fb4848;
    color: #fff!important;
    padding: 10px 30px;
    border-radius: 6px;
    margin-right: 10px;
}
.button-red:hover {
    background-color: #fff;
    color: #02748f!important;
    border: 2px solid #02748f;
    transition: 0.5s;
}
.button-blue{
    background-color: #02748f;
    border: 2px solid #02748f;
    color: #fff!important;
    padding: 10px 30px;
    border-radius: 6px;
    margin-right: 10px;
}
.button-blue:hover {
    background-color: #fff;
    color: #02748f!important;
    border: 2px solid #02748f;
    transition: 0.5s;
}
.button-radius {
    border-radius: 30px;
}

@media (max-width:1200px){
	.about-content {
		width: 60%;
	}
	i.fa.fa-search {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 30px;
}
}
@media (max-width:992px){
	h1.text-title {
    font-size: 52px;
}
.header-box {
    padding: 10px 0 200px;
}
.car-check-wrap {
    height: 100%;
}
.about-title {
    position: absolute;
    background-color: #2eaece;
    color: #fff;
    padding:10px 20px;
    font-size: 32px;
    font-weight: 800;
    width: auto;
    border-radius: 20px;
    left: none;
    top: -40px;
    margin: 0 auto;
}
.about-content {
    position: relative;
    background-color: #fb4848;
    width: 38%;
    color: #fff;
    padding: 40px;
    border-radius: 30px;
    bottom: 35px;
    right: 0;
    width: 96%;
    margin: 0 auto;
}
i.fa.fa-search {
    color: #fff;
    font-size: 22px;
    position: relative;
    right: inherit;
    top: initial;
}
.rounded-pill {
    border-radius: 20px!important;
    padding: 50px 30px!important;
}


}
@media (max-width:767px){
.about-title {
    position: relative;
    background-color: #33bc63;
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 600;
    width: auto;
    border-radius:10px;
    left: initial;
    top: initial;
    margin: 0 auto 20px;
}
.navbar-expand-sm .navbar-nav {
    flex-direction: row;
}
.header-100 {
    height: 100vh;
    background: url(./image/kuwy-vehicle-bureau-car.webp) bottom left / cover no-repeat;
    background-position: 30% 50%;
}
.crm-wrap {
    width: 70%;
    margin: 0 auto;
}
.back-box {
    display: none;
}
}
@media (max-width:470px){
h1.text-title {
    font-size: 42px;
}
p.text-caption {
    font-size: 28px;
    line-height: 28px;
}
p.text-caption span {
    font-size: 20px;
    letter-spacing: 2px;
}
.about-title {
 text-align: center;
}
.info-icon img {
    width: 80%;
}
.bg-kuwy {
    background-color: #fb48484d;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 5px!important;
    position: relative;
}
.info-wrap .main-value {
    font-size: 18px;
}
.only-reg {
    width: auto;
}
}
