* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    overflow-x:hidden ;
}
body::-webkit-scrollbar {
    width: 0.4em;
}

body::-webkit-scrollbar-track {
    background-color: #F77F03;
}

body::-webkit-scrollbar-thumb {
    background: #1F212E;
}


/Font Families/

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('Montserrat-Bold.eot');
    src: url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('Montserrat-Regular.eot');
    src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/Font Families/

a,
input[type="submit"],
button,
path,
 :before,
.play-btn,
.logo-box {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a,
button {
    outline: none;
    text-decoration: none;
}

.mt-348 {
    margin-top: 348px;
}

.mt-143 {
    margin-top: 143px;
}

.mt-70 {
    margin-top: 70px;
}

.pt-136 {
    padding-top: 136px;
}

.pb-136 {
    padding-bottom: 136px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-42 {
    padding-top: 42px;
}

.pb-42 {
    padding-bottom: 42px;
}

.pt-18 {
    padding-top: 18px;
}

.pb-18 {
    padding-bottom: 18px;
}

body {
    font-size: 19px;
    line-height: 30px;
    font-family: 'Montserrat-Regular';
    color: #1F212E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat-Regular";

    margin-bottom: 0;
}

h1 {
    font-size: 95px;
    line-height: 105px;
}

h2 {
    font-size: 55px;
    line-height: 65px;
}

h3 {
    font-size: 35px;
    line-height: 45px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
}

p {
    margin-bottom: 0;
}

.bold {
    font-family: 'Montserrat-Bold';
}

header {
    z-index: 1111;
}

header nav {
    padding: 0 15px !important;
}

header nav .navbar-nav .nav-item .nav-link,
header nav ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

header nav ul li a#search_button {
    font-size: 18px;
}

/* .container {
    max-width: 1410px;
} */

.header-top,
.header-top a {
    color: #fff;
    font-size: 15px;
}

.header-top a:hover {
    color: #1F212E !important;
}

.bg-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-prime {
    background-color: #F77F03;
}

.bg-sec {
    background: #F7F7F7;
}

.prime,
a:hover,
button:hover {
    color: #fff !important;
}

.navbar-brand img.img-fluid {
    width: 100%;
}

a.navbar-brand.p-0.m-0 {
    width: 16%;
}

header nav ul li.action-button a {
    width: 70px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a252c;
    color: #fff;
    font-family: 'Montserrat-Bold';
}

.banner-text {
    top: 162px;
}

.banner-text p {
    font-size: 23px;
}

.custom-btn a {
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    width: 158px;
    height: 76px;
}

a.bg-prime,
button.bg-prime,
.bg-dark,
.slider-box a,
header nav ul li.action-button a,
.box-menu ul li a,
.footer-social li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.bg-prime,
button.bg-prime,
.bg-dark,
.slider-box a,
header nav ul li.action-button a,
.box-menu ul li a,
.footer-social li svg {
 color: #f77f03;
}

.box-menu ul li a:hover {
    color: #fff;
}
.slider-box a:hover {
    color: #fff !important;
}

.vehicle-search-form button:before {
    background: #000;
}

a.bg-prime:hover:before,
button.bg-prime:hover:before,
.bg-dark:hover:before,
header nav ul li.action-button a:hover:before,
.slider-box a:hover:before,
.box-menu ul li a:hover:before,
.footer-social li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vehicle-search-form {
    /* padding: 48px 86px 85px; */
    padding: 30px 50px;
    border: 3px solid #585858;
    background: #1F212E;
}

.vehicle-search-form label,
.vehicle-search-form select,
.vehicle-search-form button {
    font-size: 15px;
}

.vehicle-search-form label {
    color: #fff;
    /* margin-bottom: 18px; */
}

.vehicle-search-form select {
    margin-bottom: 18px;
    /* height: 62px; */
    height: 40px !important;
    width: 100%;
    padding-left: 15px;
}

.vehicle-search-form input{
height: 40px !important;
width: 100%;
}

.vehicle-search-form button {
    height: 62px;
}

.about-section h3 {
    font-size: 20px;
    line-height: 30px;
}

.card .card-body .vehicle-details {
    display: inline-flex;
    width: 210px;
    height: 58px;
    font-size: 17px;
    font-weight: 700;
}

.vehicle-section .card .card-body .card-text {
    width: 210px;
    height: 76px;
    font-size: 22px;
    font-weight: 700;
}

/* chat */
.chat-main {
    position: fixed;
    right: 0;
    bottom: 0;
}

.btn-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 150px;
    right: 26px;
    width: 56px;
    height: 56px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    background: #34b1eb;
    z-index: 2;
    box-shadow: 1px 1px 100px 2px rgb(0 0 0 / 22%);
}

.btn-chat button {
    color: #fff;
}

.inp-main input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Mont';
}

.inp-main {
    margin-bottom: 30px;
}

.btn-pop button {
    width: 200px;
    height: 48px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    font-family: 'Mont';
    color: #1398da;
}

.btn-pop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inbox-chat-head {
    border-bottom: solid 0.9px #e0e0e0;
}

.inbox-username {
    display: flex;
    align-items: center;
}

.inbox-username a {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    color: #202224;
    background-color: #cccccc47;
    text-align: center;
    line-height: 27px;
    border-radius: 5px;
    margin-right: 15px;
}

.inbox-username a:hover {
    color: #fff;
    background-color: #F77F03;
}

.inbox-username h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #202224;
    margin-right: 15px;
}

.inbox-username label {
    padding: 3px 9px 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.inbox-chats {
    padding: 40px 0px 0;
}

.user-chat {
    display: flex;
    align-items: flex-end;
    padding: 0 30px;
}

.chatimg {
    margin-right: 15px;
}

.chatmsg {
    width: 592px;
    height: 100%;
    padding: 19px 20px 16px 21px;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    background-color: #f5f5f5;
}

.chatmsg p {
    opacity: 0.95;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: 0.1px;
    color: #202224;
    padding-bottom: 20px;
}

.chatdet {
    text-align: right;
}

.chatdet span {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #757575;
    margin-right: 15px;
    vertical-align: middle;
}

.chatdet a {
    font-size: 16px;
    color: #757575;
    vertical-align: middle;
}

.chatdet a:hover {
    color: #F77F03;
}

.adminmsg {
    width: 592px;
    height: 100%;
    padding: 21px 20px 16px 21px;
    border-radius: 16px;
    background-color: #F77F03;
    margin: auto;
    margin-right: 0;
    border-bottom-right-radius: 0;
}

.adminmsg p,
.adminmsg .chatdet span,
.adminmsg .chatdet a {
    color: #fff;
    font-size: 14px !important;
}

.inbox-chats ul {
    font-size: 0;
    display: block;
    /* padding-bottom: 100px; */
}

.inbox-chats li {
    margin-bottom: 40px;
}

.inbox-chats li.last {
    margin-bottom: 0;
}

.start-chat {
    border-top: solid 0.9px #e0e0e0;
    padding: 20px;
}

.start-chat form {
    display: flex;
    align-items: center;
}

.start-chat a {
    font-size: 18px;
    color: #9d9d9d;
    margin-right: 20px;
}

.start-chat a:hover {
    color: #F77F03;
}

.start-chat input {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    background-color: #fff;
    height: 31px;
    border-radius: 20px;
}

.start-chat button {
    padding: 2px;
    width: 103px;
    height: 40px;
    border-radius: 6px;
    background-color: #F77F03;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.start-chat button span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
}

.chat-popup {
    position: fixed;
    right: 4%;
    bottom: 15%;
    width: 400px;
    box-shadow: 1px 1px 100px 2px rgb(0 0 0 / 22%);
    border-radius: 10px;
    background-color: #1398da;
    padding: 20px;
    display: none;
    height: 336px;
    overflow-y: scroll;
}
/* .vehicle-section .card .card-body {
    box-shadow: 0 14px 32px #00000012;
    -webkit-box-shadow: 0 14px 32px #00000012;
} */

.box-menu ul li {
    margin-right: 30px;
}

.box-menu ul li a {
    width: 200px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1F212E;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #DBDBDB;
}

.box-menu ul li a:hover {
    color: #fff !important;
}

.box-menu ul li.active a {
    background: #F77F03;
    color: #fff;
}

.box-menu ul li:last-child {
    m: 0;
    margin-right: 0;
    margin-right: 0 !;
    margin-right: 0;
    margin-right: 0;
}

.fast-section {
    background: url(../images/Easy-Fast-Friendly-bg.jpg);
}

.fast-section h2 {
    font-size: 95px;
    line-height: 105px;
}

.fast-section p {
    font-size: 23px;
}

.video-section .slick-list.draggable {
    padding: 0 19% 0 19%;
}

.slider-box a {
    width: 90px;
    height: 76px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

footer {
    background: url(../images/footer.jpg);
}

footer p,
footer li,
footer li a {
    font-size: 17px;
}

.newsletter-form input,
.newsletter-form button {
    height: 76px;
}

.footer-copy {
    height: 92px;
}

.footer-social li a {
    width: 30px;
    height: 30px;
}

.img-box {
    max-height: 245px;
    object-fit: cover;
}

.justify-content-center {
    display: flex;
    justify-content: space-between;
}

.justify-content-center li {
    margin: 0 10px ;
}

.justify-content-center li .filter-button {
    height: auto;
    width: auto;
    padding: 10px 22px !important;
}

.tab-content.mt-70 {
    margin-top: 40px;
}

.div-content-center {
    margin: auto;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
}


/* .br-12 {
    border-radius: 5px;
} */

.vehcile-card {
    /* padding: 30px 30px; */
    padding:3% 5%;
    min-height: 620px;
    box-shadow: 0 0 17px #ccc;
    border-radius: 12px !important;
}

.all-vehicles-bar {
    width: 100% !important;
    border-radius: 12px
}

.br-12 {
    border-radius: 12px;
}

.h-60 {
    height: 60px
}

.w-380 {
    width: 380px
}

.cursor-hand:hover {
    cursor: pointer
}

.vehicle-detail-img {
    height: 1004px;
}

.vehicle-image-col {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px #ccc;
}

.search_vehicle_price_color {
    color: #F77F03;
}

.vehicle-info-div {
    border: 1px solid #F77F03;
    height: 60px;
    width: 800px;
    margin: 15px;
    padding: 12px;
    font-weight: 900;
}

.vehicle-info-div-2 {
    border: 1px solid lightgray;
    height: 60px;
    width: 800px;
    margin: 15px;
    padding: 12px;
    font-weight: 900;
}

.book-appointment-button {
    float: right;
}

.info-details {
    border: 1px solid #F77F03;
    height: 400px;
    margin: 0;   
    padding: 20px;
}
.para {
    text-align: center;
}

.vehicle-basics-info {
    margin-left: 70%;
}
.row.pro-title {
    align-items: center;
}
.row.pro-title h2.mt-4 {
    margin: 0 !important;
}
.row.pro-title h3 {
    margin: 10px 0 10px 0 !important;
}
.row.pro-title .custom-btn.mt-4.book-appointment-button {
    margin: 0 !important;
}
.color {
    color: #F77F03;
}

.contact-dealer {
    float: right;
}

.details-specification {
    border-bottom: 1px solid #F77F03;
    margin: 15px 0px;
    font-weight: 600;
    font-size: 16px;
}

.details-specification-2 {
    border-bottom: 1px solid lightgray;
    margin: 15px 0px;
    font-weight: 600;
    font-size: 16px;
}

.phone-fa-setting {
    float: right;
    height: 4rem;
    width: 3rem;
}

.para {
    padding: 0;
    list-style-type: none !;
}
.para ul {
    padding: 0;
    text-align: left;
    margin: 0;
}

.para ul li {
    padding: 0 30px;
    list-style-type: circle !important;
    display: inline-block;
    margin: 6px 0;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.para ul li:before {
    content: '';
    background: #f77f03;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50px;
    margin: 9px 0 0 -24px;
}

div#google_translate_element {
    position: relative;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* li.action-button {
    margin-right: 250px;
} */

div#google_translate_element ul.list-unstyled.m-0.d-inline-flex.align-items-center {}

ul.list-unstyled.m-0.d-inline-flex.align-items-center {}

div#google_translate_element select.goog-te-combo {
    height: 40px;
    padding: 0 8px;
    z-index: 99999999999999;
    position: relative;

}

header.w-100.pt-40.pb-40.z-1.d-flex.align-items-center.flex-column {}

.header-top.w-100.bg-prime.pt-18.pb-18 {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent;
}

.goog-te-gadget span {
    display: none;
    position: relative;
}

.skiptranslate.goog-te-gadget:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 47px;
    position: absolute;
    right: 66px;
    z-index: 9999;
    left: 0;
    right: 0;
}

.skiptranslate.goog-te-gadget {
    /* position: relative; */
    width: 100%;
    display: inline;
}
.goog-logo-link {
    display:none !important;
 }

 .goog-te-gadget {
    color: transparent !important;
 }



body {
    top: 0 !important;
}


/* .skiptranslate {
    margin-top: -38px;
} */

.skiptranslate {
    display: none;
}

/* header.w-100.pt-40.pb-40.z-1.d-flex.align-items-center.flex-column {
    margin-top: -49px;
} */
.header-top-primary .social-list li {
    margin-right: 10px;
}
.header-top-primary .social-list li:last-child {
    margin-right: 0;
}
.header-top-primary {
    background: #f77f03;
    padding: 6px 0;
}
.header-top-primary * {
    font-size: 16px;
    color: #000;
}
h3.card-title.mb-4.text-uppercase {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

.vehicle-details-box-btn-img {
    min-height: 250px;
}

.card-text-box-btn {
    min-height: 156px;
}

.card-body.d-flex.align-items-center.flex-column.p-0.pt-4.pb-4.bg-white.br-12 h5.mt-0 {
    min-height: 75px;
}

a.text-left {
    text-align: left;
    float: left;
}

.col-12.mt-143 {
    padding: 0;
}

section#about {
    margin-top: 440px;
}

.col.d-inline-flex.flex-column.justify-content-end button.bg-prime.text-white.border-0.bold.text-uppercase {
    width: 220px;
    height: 60px;
}

.banner-text.position-absolute.w-100 .col-12.mt-143 {
    padding: 0;
}

.bg-prime.text-white.text-uppercase.d-flex.align-items-center.justify-content-center {
    height: 60px;
}

.popupmain {
    display: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    z-index: 9999 !important;
    position: fixed;
    inset: 0 !important;
    transition: all 20s !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    /* width: 100%; */
    /* height: 100%; */
}

.popupmain:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    z-index: -1;
    opacity: 0.6;
}

.sub-head {
    width: 300px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px !important;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: center;
    color: #f68f01;
}

.sale-coupon {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 2.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 0;
}

.nospam,
.fine-print,
.nothanks {
    font-weight: 300;
}

.nospam,
.fine-print {
    font-size: 10px;
    color: #9b9b9b;
}

.fine-print {
    margin-top: -8px;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}

.nospam {
    color: #111;
    padding-top: 10px;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 500;
}

.nospam span {
    color: #535353;
    text-decoration: underline;
}

.nothanks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nothanks a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #111;
}

.nothanks a:hover {
    color: #ff0000;
    /* font-weight: 400; */
}

.nothanks a:after {
    content: "";
    display: block;
    background: #ababab;
    height: 1px;
    /* max-width: 75px; */
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}

.xclose {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #000;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.xclose svg.svg-icon {
    height: 20px;
    width: 20px;
}

.xclose:hover {
    background: #d10000;
    color: #fff;
    fill: #fff;
}

.popupcontainer {
    box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, 0.5);
    width: 910px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.popupcontainer .sign-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
}

.popupcontainer .sign-up form {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.popupcontainer .sign-up form input[type=text] {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #111;
    background: #fff;
    border: 1px solid #707070;
    margin: 20px 0 0;
}

.popupcontainer .sign-up form input {
    width: 100%;
    padding: 18px 0px;
    border: none;
}

.popupcontainer .sign-up form::-webkit-input-placeholder {
    text-align: center;
    letter-spacing: 0.7px;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
}

.popupcontainer .sign-up form input[type=submit] {
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    background: #F68F01;
    transition: background 0.3s ease-in-out;
    margin-top: 15px;
    line-height: 1.4;
    cursor: pointer;
}

.popupcontainer .sign-up form input[type=submit]:hover {
    background: #000000;
    color: #fff;
}

.imagecol {
    background: url(/assets/motokloz-popupbg.jpg) no-repeat center left;
}

.col-6 {
    width: 50%;
    height: 100%;
    position: relative;
    display: block;
}
/* button m */
span.btn.btn-warning.btn-sm.mb-3.button_left {
    background-color: #F77F03;
}
.button_left {
    position: absolute;
    top: 5px;
    right: 8px;
}
span.btn.btn-warning.btn-sm.mb-3.button_left {
    background: #F77F03;
}
/* Comment */

.popup-warp {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.popupcontainer .popup-warp h2 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.popupcontainer .sign-up img.popuplogo {
    margin-bottom: 0px;
}

.popupcontainer .sign-up form input::placeholder {
    color: #8d8d8d;
    font-size: 15px;
}

.terms {
    margin: 0 auto;
    text-decoration: underline;
}

div#myModal12 {
    background: #000000c4;
}

div#myModal12 .modal-dialog {
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

div#myModal12 .modal-dialog button.close {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.3));
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.modal-footer {
    /* display: none; */
}

.modal-body p {
    font-size: 26px;
}

.modal-header {
    padding: 0;
    border: 0 !important;
}

.modal-header h4.modal-title {
    display: none;
}
div#navbarSupportedContent {
    justify-content: center !important;
}
.main-menu {
    background: #f77f03;
    width: 100%;
}

.main-menu .container.pt-42.pb-42 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu ul.navbar-nav.align-items-center.me-4 {}

.main-menu ul.navbar-nav.align-items-center.me-4 a {
    color: #fff;
}
.header-top.w-100.bg-prime.pt-18.pb-18 ul.list-unstyled.m-0.d-inline-flex li {
    color: #1F212E;
}
.header-top.w-100.bg-prime.pt-18.pb-18 ul.list-unstyled.m-0.d-inline-flex li svg {
    color: #f77f03;
}
.header-top.w-100.bg-prime.pt-18.pb-18 ul.list-unstyled.m-0.d-inline-flex li a {
    color: #1F212E;
}
li.action-button svg.svg-inline--fa.fa-truck-monster {
    font-size: 30px !important;
}
ul.list-unstyled.d-flex.mb-0.justify-content-center {
    margin-top: 40px;
}
.sub-header-sec {
    background: #f5f5f5;
}

.sub-header-sec h1 {
    text-align: center;
    font-size: 55px;
}
.banner-text.position-absolute.w-100 h1.text-white {
    text-align: center;
    font-size: 65px;
    line-height: 75px;
}
span#getstarted {
    color: #f77f03;
    display:none;
    font-weight: bold !important;
    font-size: 70px;
    line-height: 85px;
    text-align: center !important;
    font-family: 'Montserrat-Bold';
}

.ityped-warp {
    text-align: center;
    height: 80px;
    margin-bottom: 25px;
}

.custom-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
}

section.banner-section.position-relative .custom-btn a.bg-prime.text-white.d-flex.align-items-center.justify-content-center.text-uppercase {
    margin: 0 auto;
}
span.ityped-brand i {
    font-size: 68px;
    color: #fff;
}
li.action-button {
    position: relative;
    z-index: 5;
    margin: 0 0 0 30px;
}

li.action-button span.get-appr {
    width: 114px;
    background: #2a252c;
    padding: 0 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: block;
    z-index: 99;
    position: absolute;
    top: -35px;
    left: -25px;
    opacity: 0;
    transition: 0.5s linear;
}
li.action-button:hover span.get-appr {
    opacity: 1;
}
/* Search icon css */
.box{
    position: relative;
}

.input {
    padding: 10px;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    border-radius: 00;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: .5s;
}
.box:hover input{
    width: 200px;
    background: #3b3640;
    border-radius: 0px;
}
.box i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%,-50%);
    font-size: 26px;
    color: #ffd52d;
    transition: .2s;
}
.box:hover i{
    opacity: 0;
    z-index: -1;
}
.box svg.svg-inline--fa.fa-magnifying-glass {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #fff;
    transition: .2s;
}
.header-top.w-100.bg-prime.pt-18.pb-18 .col-xl-5.col-lg-5.col-md-5.col-sm-12.col-xs-12:first-child ul.list-unstyled.m-0.d-inline-flex {
    display: none !important;
}
.fav-table {
    text-align: center;
}
.fav-table th, .fav-table td {
    font-size: 16px;
    vertical-align: middle;
}

/* Search icon css */
@media all and (max-width:999px) {
    .popupcontainer {
        max-width: 90vw;
        max-height: 400px;
    }
    .popupcontainer .sign-up {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 30px;
    }
    .popupcontainer .sign-up {
        padding: 10px;
    }
    .popupcontainer .sign-up img.popuplogo {
        max-width: 100%;
    }
    p.sub-head {
        width: auto;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .popupcontainer .popup-warp h2 {
        line-height: 1.2;
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    html body h2 {
        line-height: 1.2;
    }
    .popupcontainer .sign-up form input[type=text] {
        padding: 6px;
    }
    .popupcontainer .sign-up form input[type=submit] {
        font-size: 16px;
        padding: 9px;
    }
}

@media all and (max-width:601px) {
    .popup-warp {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .col-6.imagecol {
        width: 100%;
        position: absolute;
    }
    .col-6.sign-up {
        width: 100%;
        background: #ffffffeb;
    }
}
