@import url('https://fonts.cdnfonts.com/css/inter');
@import url('https://fonts.cdnfonts.com/css/arial');

option{
    color: #000 !important;
}

.no-container{
    background: transparent linear-gradient(180deg, #000000 0%, #FFFFFF 51%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #DD001ECC;
    border: 1px solid #D5D5D5;
    border-radius: 11px;
    padding: 10px;
}

.no-container-1{
    background: transparent linear-gradient(180deg, #2B2B2B 0%, #43414100 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 20px;
}

.car-name{
    background: #DD001E 0% 0% no-repeat padding-box;
    border-radius: 22px 22px 0px 0px;
    padding: 10px;
}

.why-img{
    width: 100%;
}

.white-s{
    white-space: pre-line;
}

.blue-border{
    background: #d6d6d663 0% 0% no-repeat padding-box;
    border: 1px solid #6E6E6E;
    border-radius: 16px;
    padding: 20px;
    padding: 20px;
}

.search-border{
    border: 1px solid #9ABCFF;
    border-radius: 14px;
    padding: 20px;
}

.blue-container-1{
    background: #486CE5 0% 0% no-repeat padding-box;
    padding: 20px;
    margin-top: -80px;
    margin-right: 30px;
}

.why-mt-1{
   margin-top: 50px;
}

.why-mt-2{
   margin-top: 100px;
}

.dropdown-menu{
    background-color: #141414 !important;
}

.car-details-box-1{
    background: #333338 0% 0% no-repeat padding-box;
    border: 1px solid #FE4543;
}

.latest-car-box {
    background-color: #191919;
    border: 2px solid #333;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.car-brand-icn{
    padding: 10px;
}

.diamond-latest {
    width: 8px;
    height: 8px;
    background-color: #ff3c3c;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    margin-bottom: 20px;
}

.left-diamond-latest {
    left: -5px;
}

.right-diamond-latest {
    right: -5px;
}

.loan-container-dark{
    padding: 20px;
    background: #1E1E21 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #000000AD;
    border-radius: 0px;
}

.dropdown-item{
    padding: 2px 0 !important;
}

.red-border-container{
    background: transparent;
    border: 1px solid #FE4543;
    border-radius: 0px;
    padding: 20px;
}

.red-box{
    background: #E51F1F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 15px;
}

.title-box-yellow{
    background: #D29B19 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000045;
    padding: 10px;
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}



.title-box{
    border: 2px solid #E51F1F;
    border-radius: 20px;
    padding: 10px;
}

.title-box-bottom{
    background: #456E5C 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000045;
    padding: 10px;
    border-bottom-left-radius: 68px;
    border-bottom-right-radius: 68px;
}

.theme-color{
    color: #456E5C;
}

.gray-bg{
    background: #F2F1F2 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.font-arial{
   font-family: 'Arial Black', sans-serif;
}

.font-inter{
    font-family: 'Inter', sans-serif;
}

.mobile-login-btn{
    border: 1px solid #F2F1F2;
    border-radius: 26px 0px 0px 26px;
    padding: 15px;
    height: 100%;
}

.video-container {
    width: 100%;
    height: 300px; /* Set the desired height for all video containers */
    overflow: hidden;
    background: transparent linear-gradient(180deg, #DDDDDD 0%, #FFFFFF 51%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000004D;
    border: 2px solid #E51F1F;
    border-radius: 20px;
    padding: 5px;
    margin-top: 25px;
}

.loan-details-containers{
    border: 1px solid #456E5C;
    background: transparent;
    padding: 10px;
    height: 100%;
}

.loan-details-containers-2{
    border: 1px solid #456E5C;
    background: #456E5C 0% 0% no-repeat padding-box;
    padding: 10px;
    height: 100%;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the container without distortion */
}

.select-class option{
    color: #fff;
}

.min-price{
    background: transparent linear-gradient(180deg, #2B2B2B 0%, #43414100 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #6E6E6E;
    border-radius: 16px;
    padding: 10px 10px 10px;
    width: 100%;
    color: #fff
}

.blue-search-container-1{
    padding: 5px;
    background: #DD001E;
    width: 100%;
}

.search-car-container-dark{
    background: #456E5C;
    border: 0px solid #D5D5D5;
    border-radius: 12px;
    padding: 20px;
}

.btn-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.f-right{
    float:right;
}
.f-left{
    float:left;
}

.dark-container{
    border: 2px solid #4A98FF;
    border-radius: 15px;
    background: transparent;
    padding: 10px;
}

.latest-blue-line{
    background: #4A98FF 0% 0% no-repeat padding-box;
    padding: 5px;
}

.car-bg-info{
    background: transparent linear-gradient(180deg, #02204E 0%, #3C3D40 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #000000B0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.blue-container{
    background: #FFD439;
    height: 100%;
    padding: 10px;
    border-radius: 0px;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);

}

.agent-banner-img{
    margin-top: -85px;
}

.agent-content-bg{
    background: transparent linear-gradient(180deg, #EEF8F900 0%, #C7E1EC 100%) 0% 0% no-repeat padding-box;
}

.agent-search-result{
    border: 1px solid #707070;
}

.agent-arrow{
    padding: 20px;
    background: #2B7CD9 0% 0% no-repeat padding-box;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    width: fit-content;
    padding-right: 90px;
}

.mobile-signup-btn{
    background: #ee6823 0% 0% no-repeat padding-box;
    border-radius: 0px 26px 26px 0px;
    padding: 15px;
    height: 100%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.unlock-icon{
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.unlock-bg{
    background: transparent linear-gradient(270deg, #2B2B2B 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 20px;
}

.unlock-bg-2{
    width: 100%;
    height: 40vh;
    background: url(../images/background/unlock-2.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
}

.unlock-bg-3{
    width: 100%;
    height: 40vh;
    background: url(../images/background/unlock-3.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
}

.car-banner-mobile{
    width: 100%;
    position: relative;
    top: -137px;
    padding: 20px;
}

.car-brand{
    margin-top: -200px;
}

.images-pck-list{
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.review-border{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 20px 20px 20px;
}

.car-purple-container{
    background: transparent;
    padding: 20px;
}

.car-purple-container-1{
    width: 30%;
    color: #000;
    padding: 10px;
    cursor: pointer;
    background: transparent linear-gradient(180deg, #000000 0%, #FFFFFF 51%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #DD001ECC;
    border: 1px solid #D5D5D5;
    border-radius: 19px;
}

.car-purple-container-2{
    color: #D5D5D5;
    padding: 10px;
    width: 30%;
    cursor: pointer;
    background: transparent;
    border: 1px solid #D5D5D5;
    border-radius: 19px;
}

.car-blue-container{
    background: #2F496F 0% 0% no-repeat padding-box;
    border-radius: 0px 8px 8px 8px;
    padding: 10px;
}

.text-right {
	text-align:right!important
}

.car-blue-container-1{
    background: #2F496F 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
    width: 30%;
    margin-bottom: -1px;
}

.tracking-yellow-container{
    padding: 10px;
    background: #ee6823;
    border-radius: 6px;
}

.tracking-purple-container{
    background: #232026 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 20px;
}

.tracking-purple-container-2{
    border: 1px solid #fff;
    padding: 20px;
}

.tracking-img-1{
    width: 100%;
    height: auto;
    max-height: 587px;
    border-radius: 0px;
}

.tracking-customer-container{
    background: transparent linear-gradient(180deg, #02204E 0%, #3C3D40 100%) 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 20px;
}

.white-container-search{
    padding: 20px;
    background: transparent linear-gradient(180deg, #DDDDDD 0%, #FFFFFF 22%, #FFFFFF 82%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000004D;
    border-radius: 11px;
    padding: 0px 20px 20px 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 48px solid #E8E8E8;
    margin: 0 auto;
}


.text-tracking-content{
    white-space: pre-wrap;
    word-break: break-all !important;
    padding: 20px;

}


 .tracking-container-top {
    background: transparent;
    box-shadow: 0px;
    border: 0px solid #656B61;
    border-radius: 0px;
    padding: 20px;
}

.search-track-sp{
        background: #040404 0% 0% no-repeat padding-box;
        border-radius: 10px;
}

.car-img-1{
    position: absolute;
    top: -58px;
    left: 683px;
    width: 36%;
}

.car-img-2{
    position: absolute;
    top: 61px;
    left: 954px;
    width: 30%;
}

.bullet ul {
    content: "\2022";
    color: #68D698;
    width: 1em;
    margin-left: -1em;
    list-style-type: disc;
}

.bullet ul li{
    margin: 10px;
    list-style-type: disc;
}

.bullet ul li span{
    color: #fff !important;
}

.no-bullet ul {
    color: #fff;
    width: 1em;
    margin-left: -1em;
    list-style-type: none;
}

.no-bullet ul li{
    margin: 10px;
    list-style-type: none;
}

.no-bullet ul li span{
    color: #fff !important;
}

.center-bg{
    position: absolute;
    top: 85%;
    width: 100%;
    left: 50%;
    background: transparent linear-gradient(0deg, #3DAC6D 0%, #0C3631C2 52%, #35375B00 100%) 0% 0% no-repeat padding-box;
}

.centered-bottom {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.car-details-icons{
    width: 60%;
    padding: 4px;
}

.pd-20px{
    padding: 20px;
}


.italic-font{
  font-style: italic;
}

.car-details-icon{
    width: 100%;
}

.latest-container-1{
    background: #EDF1F8 0% 0% no-repeat padding-box;
    border: 1px solid #96A4C2;
    border-radius: 6px 6px 6px 6px;
}

.latest-details{
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #0B1337;
    padding: 10px;
}

.text-truncate {
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     overflow-x: hidden;
     overflow-y: hidden;
 }


.enj-container{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000004D;
    border: 1px solid #5872DC;
    border-radius: 13px;
    padding: 20px;
    height: 100%;
}

.car-img-tracking-container{
    padding: 20px;
    background: #F3F6FE 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000033;
    border: 1px solid #B7B7B7;
    border-radius: 2px;
}

.loan-bg-container{
    background: transparent linear-gradient(180deg, #606060 0%, #161616 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.loan-bg-container-2 {
   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 6px 8px #161D4070;
   border-radius: 10px;
}

.loan-bg-container-3 {
    background: #ee6823;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.about-container{
    background: transparent linear-gradient(0deg, #303030 0%, #161616 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 20px;
}

.top-container{
    background: #3F495E 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 8px #00000082;
    padding: 20px;
}

.word-wrap {
  word-wrap: break-word;
}

.text-container-step{
    width: 90%;
}

.round-pf {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: -51px;
    width: 31px;
    height: 31px;
    right: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.round-pf-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    width: 31px;
    height: 31px;
    right: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-pf-m {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    width: 31px;
    height: 31px;
    right: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container {
    position: relative;
    height: 100%;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pf-bg-dark, .pf-bg-dark-2 {
    border-radius: 0px 74px 0px 0px;
    position: relative;
    width: 100%;
    height: 100%;
}

.pf-bg-dark {
    background: #E51F1F 0% 0% no-repeat padding-box;
}

.pf-bg-dark-2 {
    background: #F7AB00 0% 0% no-repeat padding-box;
}

.loan-input{
    background: transparent;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    border: 0px solid #ee6823;
    border-bottom: 1px solid #4A98FF;
    border-radius: 0px;
}

.loan-icon{
    width: 80%;
}

.agent-container{
   background: #333338 0% 0% no-repeat padding-box;
   border: 1px solid #707070;
   border-radius: 15px;
}

.agent-container-text{
    background: #3E47DD;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 20px;
    width: 30%;
}

.agent-email{
    font-size: 20px;
}

.agent-img-container{
    border-radius: 20px;
    border: 5px solid #456E5C;
}

.agent-img-container img{
    border-radius: 15px;
}

.red-line{
    background: #DD001E;
    padding: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.agent-container-2{
    padding: 20px;
    background: transparent linear-gradient(180deg, #0B1337 0%, #101730 49%, #141A2A 100%) 0% 0% no-repeat padding-box;
}

.agent-code{
    background: #D7D7D7 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px #0000001A;
    border: 1px solid #6D6D6D;
    border-radius: 10px;
    padding: 15px;
    width: 40%;
}

.select-agent{
    padding: 10px 20px;
    width: 100%;
    height: 3rem;
    color: #fff;
    background: transparent linear-gradient(180deg, #2B2B2B 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #6E6E6E;
    border-radius: 16px;
}

.select-agent option{
    color: #000;
}

.form-control-tracking-agent {
    padding: 10px 40px 10px 20px;
    width: 100%;
    box-shadow: 0px 4px 4px #0000001A;
    color: #000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #999999;
}



.tracking-blue-container{
    background: transparent linear-gradient(270deg, #F37021 0%, #262A98 0%, #3E47DD 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
}

.tracking-light-blue-container{
    background: #deddde;
    border-radius: 19px;
    padding: 20px;
}

.tracking-border{
    padding: 1px;
    background: #5e5a5a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tracking-light-blue-container-1{
    border-bottom: 0px solid #5e5a5a;
}

.yellow-bottom-line{
    border-bottom: 1px solid #F9B14A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pad-10px{
    padding: 10px;
}

.pad-20px{
    padding: 20px;
}

.customer-img{
    position: relative;
    height: auto;
    top: -212px;
    width: 100%;
}

.customer-green {
    background: #E4F1EB 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    height: 200px;
    margin-top: 100px;
}

.enjoy-top{
    margin-top: -200px
}

.enjoy-container {
      background: transparent;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 10px;
}

.enjoy-number-container {
   background: #4A98FF 0% 0% no-repeat padding-box;
   border: 1px solid #4A98FF;
   border-radius: 8px;
   width: 100%
   padding: 5px;
}

.step-h-img{
    width: 80%;
    margin: 10px;
}

.black-color-txt{
    color: #000000 !important;
}

.green-color-txt{
    color: #68D698 !important;
}

.blue-color-txt{
    color: #486CE5 !important;
}

.light-blue-color-txt{
    color: #2B7CD9 !important;
}

.gray-color-txt{
    color: #96989A !important;
}

.light-gray-color-txt{
    color: #5F6D94 !important;
}

.red-color-txt{
    color: #DD001E !important;
}

.yellow-color-txt{
    color: #FFCC00 !important;
}

.purple-color-txt{
    color: #502F6F !important;
}

.verify-agent-container-gradient{
    padding: 10px;
    background: #5F8E7A 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000004D;
    border: 2px solid #FFFFFF;
    border-radius: 11px;
    height: 100%;
}
.verify-agent-container-gradient-2{
    padding: 10px;
    background: transparent linear-gradient(180deg, #DDDDDD 0%, #FFFFFF 51%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000004D;
    border-radius: 8px;
    height: 100%;
    margin-top: 10px;
}

.loan-tracking-black{
    background: transparent linear-gradient(270deg, #2B2B2B 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 23px;
    padding: 20px;
}

.search-car-bg{
    background: #1C222B 0% 0% no-repeat padding-box;
    padding: 0px;
}

.step-img-top{
    margin-top: -40px;
}


.step-container-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-box-1 {
    background-color: #FE4543; /* Red box */
    color: white;
    padding: 20px 8px;
    font-weight: bold;
    margin-right: 8px;
}


.white-container-about{
    background: #F2F1F2 0% 0% no-repeat padding-box;
    border-radius: 11px;
    padding: 20px;
}

.why-container-gray{
    background: transparent linear-gradient(180deg, #2B2B2B 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 10px;
}

.diamond-shape-2 {
    background: #FE4543;
    height: 60px;
    text-align: center;
    transform:rotate(45deg);
    width: 60px;
    position: absolute;
    top: -44px;

}
.item-count {
    color: #fff;
    display: table-cell;
    height: 60px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:60px;
}

.diamond-shape {
    background: #FE4543;
    height: 15px;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 8px; /* Adjust spacing */
}

.choose-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Adjust spacing */
}

.white-color-txt{
    color: #FFF !important;
}

.light-white-color-txt{
    color: #A1A2A3 !important;
}

.gold-color-txt{
    color: #D4A31F !important;
}

.gold-border{
    border-top: 1px solid #CB9036;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.font-weight-800{
    font-weight: 800;
}

.font-weight-700{
    font-weight: 700;
}

.font-weight-600{
    font-weight: 600;
}

.font-15px{
    font-size: 15px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 15px;
}

.font-12px{
    font-size: 15px;
    font-weight: 700;
}

.font-18px{
    font-size: 18px;
    font-weight: 700;
}

.font-20px{
    font-size: 20px;
    font-weight: 700;
}

.font-20px-s{
    font-size: 20px;
}

.font-25px{
    font-size: 25px;
    font-weight: 700;
}

.font-30px{
    font-size: 30px;
    font-weight: 900;
}

.font-40px{
    font-size: 140px;
    font-weight: 900;
}

.font-title{
    font-size: 20px;
}

.import-icon{
    width: 30%;
}

.pf-img {
    width: 100%;
    height: 100%;
}

.pf-img-2{
    width: 100%;
    height: 258px;
}



@media (min-width:320px)  {

.header-one {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-area {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.font-title{
    font-size: 30px;
}

.import-icon{
    width: 100%;
}

.pf-img{
    width: 60% !important;
}

.font-40px {
    font-size: 140px;
    font-weight: 900;
}

.font-20px{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 17px;
}

.font-18px{
    font-size: 15px;
    font-weight: 700;
}

.font-25px {
    font-size: 20px;
    font-weight: 700;
}

.font-30px {
    font-size: 20px;
    font-weight: 900;
}

.font-15px{
    font-size: 15px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 15px;
}

.font-12px{
    font-size: 10px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
     width: 100%;
 }

.agent-email{
    font-size: 13px;
}

.agent-container-text{
    width: 80%;
}

.loan-icon{
    width: 30% !important;
}

.car-details-icons{
    width: 40%;
}

.car-purple-container-1{
    width: 55%;
}

.car-blue-container-1{
    width: 55%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.agent-banner-img{
    margin-top: -16px;
}

.car-brand{
    margin-top: -50px;
}

.customer-img{
    top: -46px;
    width: 100%;
    height: 200px;
}

.customer-green {
    height: 159px;
    margin-top: 0px;
}

.review-padding-top{
    padding-top: 30px;
}

.enjoy-top{
    margin-top: -100px
}


.why-mt-1{
   margin-top: 70px;
}

.why-mt-2{
   margin-top: 0px;
}

.why-img{
    width: 60%;
}

}

@media (min-width:480px)  {

.header-one {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-area {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.font-title{
    font-size: 30px;
}

.import-icon{
    width: 100%;
}

.pf-img{
    width: 60% !important;
}

.font-40px {
    font-size: 140px;
    font-weight: 900;
}

.font-18px{
    font-size: 15px;
    font-weight: 700;
}

.font-20px{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 17px;
}

.font-25px {
    font-size: 20px;
    font-weight: 700;
}

.font-30px {
    font-size: 20px;
    font-weight: 900;
}

.font-15px{
    font-size: 10px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 10px;
}

.font-12px{
    font-size: 10px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
     width: 100%;
 }

 .agent-email{
     font-size: 13px;
 }

.agent-container-text{
    width: 80%;
}

.loan-icon{
    width: 30% !important;
}

.car-details-icons{
    width: 50%;
}

.car-purple-container-1{
    width: 55%;
}

.car-blue-container-1{
    width: 55%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
        width: 100%;
        height: 100%;
}

.agent-banner-img{
    margin-top: -16px;
}

.car-brand{
    margin-top: -50px;
}

.customer-img{
    top: -46px;
    width: 100%;
    height: 200px;
}

.customer-green {
    height: 159px;
    margin-top: 0px;
}

.review-padding-top{
    padding-top: 30px;
}

.enjoy-top{
    margin-top: -100px
}

.why-mt-1{
   margin-top: 70px;
}

.why-mt-2{
   margin-top: 0px;
}

.why-img{
    width: 60%;
}

}
@media (min-width:600px)  {

.header-one {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-area {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.font-title{
    font-size: 30px;
}

.import-icon{
    width: 100%;
}


.pf-img{
    width: 60% !important;
}

.font-40px {
    font-size: 140px;
    font-weight: 900;
}

.font-20px{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 17px;
}

.font-25px {
    font-size: 20px;
    font-weight: 700;
}

.font-18px{
    font-size: 15px;
    font-weight: 700;
}

.font-30px {
    font-size: 20px;
    font-weight: 900;
}

.font-15px{
    font-size: 10px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 10px;
}

.font-12px{
    font-size: 10px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
    width: 60%;
}

.agent-email{
    font-size: 15px;
}

.agent-container-text{
    width: 50%;
}

.loan-icon{
    width: 35% !important;
}

.car-details-icons{
    width: 50%;
}

.car-purple-container-1{
    width: 55%;
}

.car-blue-container-1{
    width: 55%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.agent-banner-img{
    margin-top: -27px;
}

.car-brand{
    margin-top: -50px;
}

.customer-img{
    top: -46px;
    width: 100%;
    height: 200px;
}

.customer-green {
    height: 159px;
    margin-top: 0px;
}

.review-padding-top{
    padding-top: 30px;
}

.enjoy-top{
    margin-top: -100px
}

.why-mt-1{
   margin-top: 70px;
}

.why-mt-2{
   margin-top: 0px;
}

.why-img{
    width: 60%;
}


}

@media (min-width:801px)  {

.header-one {
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.footer-area {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.font-title{
    font-size: 30px;
}

.import-icon{
    width: 60%;
}


.pf-img{
    width: 60% !important;
}

.font-40px {
    font-size: 140px;
    font-weight: 900;
}

.font-20px{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 17px;
}

.font-18px{
    font-size: 15px;
    font-weight: 700;
}

.font-25px {
    font-size: 20px;
    font-weight: 700;
}

.font-30px {
    font-size: 30px;
    font-weight: 900;
}

.font-30px {
    font-size: 20px;
    font-weight: 900;
}

.font-15px{
    font-size: 10px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 10px;
}

.font-12px{
    font-size: 10px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
    width: 50%;
}

.agent-email{
    font-size: 15px;
}

.agent-container-text{
    width: 40%;
}

.loan-icon{
    width: 35% !important;
}

.car-details-icons{
    width: 50%;
}

.car-purple-container-1{
    width: 35%;
}

.car-blue-container-1{
    width: 35%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.agent-banner-img{
    margin-top: -27px;
}

.car-brand{
    margin-top: -30px;
}

.customer-img{
    top: -109px;
    width: 100%;
}

.customer-green {
    height: 200px;
    margin-top: 100px;
}

.review-padding-top{
    padding-top: 50px;
}

.enjoy-top{
    margin-top: -200px
}

.why-mt-1{
   margin-top: 70px;
}

.why-mt-2{
   margin-top: 0px;
}

.why-img{
    width: 70%;
}

}

@media (min-width:1025px) {

.font-title{
    font-size: 50px;
}

.import-icon{
    width: 30%;
}

.pf-img{
    width: 100% !important;
}

.font-40px {
    font-size: 250px;
    font-weight: 900;
}

.font-18px{
    font-size: 18px;
    font-weight: 700;
}

.font-20px{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 17px;
}

.font-25px {
    font-size: 25px;
    font-weight: 700;
}

.font-15px{
    font-size: 15px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 15px;
}

.font-12px{
    font-size: 15px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
    width: 58%;
}

.agent-email{
    font-size: 20px;
}

.intro-area{
    float: none;
    width: 100%;
    height: 100%;
    min-height: 1000px;
}

.agent-container-text{
    width: 30%;
}


.loan-icon{
    width: 85% !important;
}

.car-details-icons{
    width: 40%;
}

.car-purple-container-1{
    width: 35%;
}

.car-blue-container-1{
    width: 35%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.agent-banner-img{
    margin-top: -85px;
}

.car-brand{
    margin-top: -200px;
}

.customer-img{
    position: relative;
    height: auto;
    top: -212px;
    width: 100%;
}

.customer-green {
    background: #E4F1EB 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    height: 200px;
    margin-top: 100px;
}

.review-padding-top{
    padding-top: 250px;
}

.enjoy-top{
    margin-top: -200px
}

.why-mt-1{
   margin-top: 100px;
}

.why-mt-2{
   margin-top: 100px;
}

.why-img{
    width: 100%;
}


}
@media (min-width:1281px) {

.font-title{
    font-size: 50px;
}

.import-icon{
    width: 30%;
}

.pf-img{
    width: 100% !important;
}

.font-40px {
    font-size: 250px;
    font-weight: 900;
}

.font-18px{
    font-size: 18px;
    font-weight: 700;
}

.font-20px{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.font-20px-s{
    font-size: 25px;
}

.font-25px {
    font-size: 25px;
    font-weight: 700;
}

.font-30px {
    font-size: 30px;
    font-weight: 900;
}

.font-15px{
    font-size: 15px;
    font-weight: 700;
}

.font-15px-s{
    font-size: 15px;
}

.font-12px{
    font-size: 15px;
    font-weight: 700;
}

.title-about{
    font-size: 20px;
    font-weight: 700;
}

.content-about{
    font-size: 18px;
    font-weight: 500;
}

.agent-car-1 {
    width: 58%;
}

.agent-email{
    font-size: 20px;
}

.intro-area{
    float: none;
    width: 100%;
    height: 100%;
    min-height: 728px;
}

.agent-container-text{
    width: 30%;
}


.loan-icon{
    width: 85% !important;
}

.car-details-icons{
    width: 40%;
}

.car-purple-container-1{
    width: 35%;
}

.car-blue-container-1{
    width: 35%;
}

.car-banner-img{
    width: 100%;
    height: 100%;
}

.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.agent-banner-img{
    margin-top: -85px;
}

.car-brand{
    margin-top: -200px;
}

.customer-img{
    position: relative;
    height: auto;
    top: -212px;
    width: 100%;
}

.customer-green {
    background: #E4F1EB 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    height: 200px;
    margin-top: 100px;
}

.review-padding-top{
    padding-top: 250px;
}

.enjoy-top{
    margin-top: -200px
}


.why-mt-1{
   margin-top: 100px;
}

.why-mt-2{
   margin-top: 100px;
}

.why-img{
    width: 100%;
}



}





@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .desktop-tablet-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
}

.mobile-ipad-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile-ipad-only {
    display: block !important;
  }
}

@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {

  .mobile-ipad-only {
    display: none !important;
  }

    .desktop-only {
      display: block;
    }
}
