.logo {
    width: 36%;
}
.dropdown-menu.show {
    left: -98px;
    top: 9px!important;
}
.home-center {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.back-blur a {
    background-color: #FFB097;
    padding: 12px 36px;
    font-size: 18px;
    color: #000;
    border-radius: 15px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

    .back-blur a:hover {
        text-decoration: none;
    }

.back-blur p {
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0px;
}

.back-blur h2 {
    font-size: 45px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.back-blur {
    padding: 52px 100px 45px 22px;
    background: linear-gradient( 249deg, #ffffffb8, #ffffffad);
    backdrop-filter: blur(3px);
}

.absolute-sec {
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
}

.relative-sec {
    position: absolute;
    max-width: 700px;
    padding: 15px 15px;
    margin: 0px 40px;
    top: 55%;
    transform: translateY(37%);
    width: 100%;
    background-color: #00000038;
}

.bg-right {
    background-image: url(images/financial-graph.png);
}

a.signup {
    color: #0767D4;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

div.no-account {
    font-size: 18px;
}

.social-icons p {
    font-size: 21px;
    font-weight: 500;
}

.social-ul {
    list-style: none;
}

    .social-ul li i {
        color: #021A4D;
        font-size: 26px;
    }

    .social-ul li:nth-child(1) {
        padding: 11px 17px 5px 17px;
        border: 1px solid #c9c9c9;
        border-radius: 46px;
        margin-right: 12px;
    }

    .social-ul li:nth-child(2) {
        padding: 13px 13px 5px 13px;
        border: 1px solid #c9c9c9;
        border-radius: 46px;
        margin-right: 12px;
    }

    .social-ul li:nth-child(3) {
        padding: 11px 7px 4px 10px;
        border: 1px solid #c9c9c9;
        border-radius: 46px;
        margin-right: 12px;
    }

.my-form h2 {
    font-family: 'roboto', sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 7px;
}

.my-form p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 40px;
}

.my-form {
    max-width: 70%;
    margin: auto;
    width: 100%;
    position: relative;
}

body {
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.d-center {
    display: flex;
    height: 100vh;
    align-items: center;
}

.height-100 {
    height: 100%;
}

* {
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
/* .container{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 400px;
     background: white;
     border-radius: 10px;
}*/
.container h1 {
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
}

.container form {
    padding: 0 40px;
    box-sizing: border-box;
}

form .txt_field {
    position: relative;
}

.txt_field input {
    width: 100%;
    padding: 0px 5px 0px 17px;
    height: 60px;
    font-size: 16px;
    border: 1px solid #a7a7a7;
    background: none;
    outline: none;
    border-radius: 7px;
    background-color: white;
}
    /*.txt_field label{
     position: absolute;
     top: 54%;
     left: 70px;
     color: #000;
     transform: translateY(-50%);
     font-size: 17px;
     pointer-events: none;
     transition: .5s;
}
*/
    /*.txt_field span::before{
     content: '';
     position: absolute;
     top: 40px;
     left: 0;
     width: 0;
     height: 2px;
     background: #c0df53;
     transition: .5s;
}
*/
    .txt_field input:focus ~ label, .txt_field input:valid ~ label {
        top: 16px;
        color: #000000;
    }

    .txt_field input:focus ~ span::before, .txt_field input:valid ~ span::after {
        width: 100%;
    }

.pass:hover {
    text-decoration: underline;
}

input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    background: linear-gradient(120deg,#f00233,#00ff00);
    border-radius: 25px;
    font-size: 16px;
    color: antiquewhite;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

    input[type="submit"]:hover {
        border-color: #f00233;
        transition: 1s;
        transform: translateY(-3px);
    }

.signup_link {
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

    .signup_link a {
        color: rgb(78, 136, 20);
        text-decoration: none;
    }

        .signup_link a:hover {
            text-decoration: underline;
        }

.txt_field input:focus {
    border: 1px solid #000;
}

    .txt_field input:focus.txt_field {
        background-color: #fff;
    }

.txt_field .relative {
    position: absolute;
    top: 60%;
    right: 24px;
    transform: translateY(-50%);
}

.txt_field .relative2 {
    position: absolute;
    top: 73px;
    right: 24px;
    transform: translateY(-50%);
}

.txt_field .relative i {
    font-size: 24px;
    color: #7d7d7d;
}

.txt_field .relative2 i {
    font-size: 26px;
    color: #7d7d7d;
}

.txt_field .relative2 i {
    font-size: 26px;
    color: #7d7d7d;
}


.eye {
    position: absolute;
    top: 56%;
    right: 24px;
    transform: translateY(-50%);
}

.txt_field .eye i {
    font-size: 20px;
}

.btn-my {
    font-size: 23px;
    width: 100%;
    background-color: #49b3fb;
    color: #fff;
    padding: 7px 0px;
    border-radius: 5px;
    font-family: 'Poppins';
    border: 1px solid #49b3fb;
    font-weight: 600;
    font-family: 'Roboto';
    height: 55px;
    line-height: 2px;
}

.pass {
    margin: -5px 0 9px 0;
    color: #4893EF;
    cursor: pointer;
    text-align: right;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.padd-hori {
    min-height: 77vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 2px !important;
}

.padd-hori2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 50px 2px !important;
}

.padd-hori3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 2px !important;
    position: relative;
}

    .padd-hori3:after {
        /* content: "";
    */
        width: 1px;
        position: absolute;
        height: 70vh;
        right: 0px;
        background-color: #0F75C9;
    }

.padd-hori4 {
    min-height: 77vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 2px !important;
    background-color: #f2f2f2;
}

.background-main {
    background: url(../images/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-wrapper {
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.wrapper {
    width: 100%;
    max-width: 70%;
    background-color: #ffffff;
    border-radius: 30px;
    position: relative;
}

.txt_field label {
    font-size: 24px;
    color: #7d7d7d;
    font-weight: 500;
}

.bottom-text p {
    font-size: 15px;
    font-weight: 400;
    color: #787878;
}

.bottom-text a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

.round {
    position: relative;
}

    .round label {
        border: 1px solid #fff;
        border-radius: 5%;
        cursor: pointer;
        height: 22px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 22px;
        margin-bottom: -8px;
        border-radius: 4px;
        background-color: #fff;
    }

        .round label:after {
            border: 3px solid #2EAE44;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 4px;
            opacity: 0;
            position: absolute;
            top: 6px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
        width: 24px;
    }
        /* .round input[type="checkbox"]:checked + label {
     background-color: #fff;
     border-color: #7E7E7E;
}*/
        .round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

    .round span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
    }

.my-spacing {
    /* padding: 5rem 1px 7.5rem 1px;
    */
}

.absolute-left {
    position: absolute;
    bottom: 40px;
    left: -55px;
}

.absolute-right {
    position: absolute;
    top: 40px;
    left: 55px;
}

.logo-head {
    margin-bottom: 10px;
}

    .logo-head img {
        width: 100%;
        max-width: 254px;
        margin: auto;
        display: block;
        text-align: center;
    }

.truck-lg img {
    width: 100%;
}

.dropdown-menu2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.custom-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.custom-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.bg-login {
    background-image: url(../images/login-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -190px;
    position: relative;
}

    .bg-login::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #222;
        opacity: 0.3;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.relative-sec h2 {
    color: #fff;
    font-weight: 500;
    font-size: 44px;
}

.relative-sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.bg-purple {
    background-color: #272A5F;
}

.relative-form {
    position: relative;
}

.absolute-left-top {
    position: absolute;
    left: 0px;
    top: -100px;
}

.absolute-right-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.registration {
    text-align: center;
    position: absolute;
    bottom: -25vh;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}

    .registration p {
        font-size: 17px;
    }

        .registration p a {
            text-decoration: none;
        }

.padd-btm-custom {
    padding-bottom: 2rem;
}

.home-bg {
    background-image: url(../images/home-bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    position: relative;
    height: 320px;
    width: 100%;
}

    .home-bg::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #102247;
        opacity: 0.9;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.center-home {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13%;
}

.heading-home p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.heading-home h2 {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.bg-home-white:hover, .bg-home-grey:hover {
    text-decoration: none;
}

.bg-home-white {
    background: #fff;
    padding: 20px 22px;
    min-height: 173px;
    display: block;
    text-decoration: none;
}

.bg-home-grey {
    background: #F8F8F8;
    padding: 20px 22px;
    min-height: 173px;
    display: block;
    text-decoration: none;
}

.details-cards h3 {
    margin-top: 17px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.details-cards p {
    font-size: 17px;
    font-weight: 500;
}

.details-cards a {
    color: #102247;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.container-2 {
    max-width: 67%;
    margin: auto;
    width: 100%;
}

.details-cards a::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 1px;
    background-color: #102247;
    bottom: -6px;
    left: 0px;
}

.extra-mar {
    margin-top: 29px;
    display: inline-block;
}

.icon-img img {
    width: 100%;
    max-width: 60px;
    min-width: 60px;
}

.heaidng-sales h2 {
    font-size: 34px;
    font-weight: 600;
    border-bottom: 1px solid #102247;
    display: inline-block;
    padding-bottom: 10px;
}

.form-select select, .form-select input {
    width: 100%;
    height: 50px;
    border: 2px solid #E3E3E3;
    padding: 0px 15px;
}

.table-sec table.table-details {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 3rem
}

.table-sec table.table-mileage {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 3rem
}

.table-sec table.table-mileage {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 3rem;
}

.text-address h3 {
    font-size: 26px;
    font-weight: 600;
}

.text-address h4 {
    font-size: 22px;
    font-weight: 500;
}





table.table-details thead th {
    padding: 15px 15px;
    color: #fff;
    font-weight: 500;
}


table.table-mileage tbody td {
    padding: 15px 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid #a7a7a7;
}

table.table-mileage thead th {
    padding: 15px 15px;
    color: #fff;
    font-weight: 500;
}

    table.table-mileage thead th:nth-child(1) {
        width: 70%;
    }

    table.table-mileage thead th:nth-child(2) {
        width: 20%;
    }

    table.table-mileage thead th:nth-child(3) {
        width: 10%;
    }


table.table-details tbody td {
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid #a7a7a7;
}

table.table-details thead tr {
    background-color: #102247;
}

table.table-mileage thead tr {
    background-color: #102247;
}

.call-rep a {
    width: 80%;
    display: inline-block;
    border: 1px solid #102247;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #102247;
    font-size: 18px;
}

.call-rep {
    text-align: center;
}

.icon-forward {
    text-align: center;
}

    .icon-forward a {
        border: 1px solid #102247;
        display: inline-block;
        width: 45px;
        height: 46px;
        line-height: 41px;
        border-radius: 32px;
    }

.banner-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #102247;
    height: 100px;
}

.heading-mileage {
    padding: 10px 25px;
}

    .heading-mileage h2 {
        margin: 0px;
        color: #fff;
        font-weight: 500;
    }

.banner-sec .logout-sec {
    display: flex;
    align-items: center;
    padding: 10px 25px;
}

    .banner-sec .logout-sec h3 {
        color: #fff;
        margin: 0px;
        margin-left: 10px;
    }

.call-rep a:hover {
    text-decoration: none;
}

.buttons-justify-betweeen {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

    .buttons-justify-betweeen a {
        width: 110px;
        display: inline-block;
        background-color: #102247;
        color: #fff;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

.heaidng-sales.mb-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-custom {
    background: #102247;
    color: #fff;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #102247;
    font-weight: 500;
    max-width: 150px;
}

.button-approve {
    background: #58bc34;
    color: #fff;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #58bc34;
    font-weight: 500;
    max-width: 150px;
}

.save-button {
    background: #58bc34;
    color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #58bc34;
    font-weight: 500;
    max-width: 150px;
}

.select-sales label {
    font-size: 18px;
    font-weight: 500;
}

.cancel-button {
    background: #bb0000;
    color: #fff;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bb0000;
    font-weight: 500;
    max-width: 150px;
    display: block;
    width: 100%;
}

.add-buttons {
    height: 40px;
    line-height: 40px;
    max-width: 106px;
}

h4.modal-title {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #102247;
    display: inline-block;
    padding-bottom: 2px;
}

.home-cente-main {
    width: 100%;
    height: 90vh;
    background: #f6f6f6;
    padding: 50px 20px;
    display: inline-flex;
}
/*20-01-2022*/
.home-cente-main {
    height: auto;
    min-height: calc(100vh - 122px);
    padding: 20px 0px;
}

.tablecustom-respnosive .row:nth-child(2) > div {
    overflow: auto;
}

.backbtn {
    display: flex;
    margin-right: 15px;
}

    .backbtn a {
        color: #fff;
        text-decoration: none;
        font-size: 25px;
        padding: 10px;
        cursor: pointer;
    }

        .backbtn a i {
            color: #fff;
            cursor: pointer;
        }

@media only screen and (max-width: 1368px) {
    .details-cards h3 {
        margin-top: 17px;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .heaidng-sales h2 {
        font-size: 26px;
        font-weight: 600;
        border-bottom: 1px solid #102247;
        display: inline-block;
        padding-bottom: 10px;
    }
}





@media only screen and (max-width: 992px) {

    .custom-col-60 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-col-40 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .d-none-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .d-none-mobile {
        display: none;
    }

    .absolute-left, .absolute-right {
        display: none;
    }

    .wrapper {
        width: 100%;
        max-width: 91%;
        background-color: #ffffff;
        border-radius: 30px;
        position: relative;
    }

    .my-form {
        max-width: 80%;
        margin: auto;
        width: 100%;
    }
}
/*laoder*/
.progressmodal {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 30%;
    /*top: 0;*/
    /*background-color: Black;*/
    background: none;
    background-color: transparent;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    left: 40%;
    top: 40%;
    /*display: none;*/
    /*padding-left: 50px;
    padding-top: 200px;*/
}

.loader-size {
    width: 50px;
}

.centerLoader {
    z-index: 1000;
    margin: 50px auto;
    width: 30px;
    background-color: transparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    moz-opacity: 1;
}

.header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    background: #272A5F;
}

    .header-sec .heading-mileage img.afte-login-logo {
        max-width: 150px;
        border: 1px solid #4774a7;
    }

.logout-sec {
    display: flex;
    align-items: center;
}

    .logout-sec svg {
        margin-right: 10px;
    }

    .logout-sec h3 {
        margin: 0;
        color: #fff;
        font-size: 16px;
    }

.heading-home.heading-bg select {
    min-height: 40px;
    max-width: 400px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 0px 20px;
}

.heading-home.heading-bg {
    margin-bottom: 20px;
}

    .heading-home.heading-bg h4 {
        font-size: 16px;
        font-weight: bold;
    }

.header-sec .heading-mileage {
    padding: 10px 0;
}

.home-cente-main .bg-home-white {
    background: #d8e7f7;
    padding: 20px 22px;
    min-height: 173px;
    display: flex;
    text-decoration: none;
    margin: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-bg-1 {
    width: 100%;
}

.icon-img, .details-cards {
    text-align: center;
}

    .details-cards h3 {
        font-size: 16px;
    }

.header-sec-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: #272a5f;
    padding: 10px;
    text-align: center;
}

    footer p {
        margin: 0;
        color: #fff;
    }

@media only screen and (max-width:767px) {
    .home-cente-main {
        width: 100%;
        height: 100%;
        background: #f6f6f6;
        padding: 50px 20px;
        display: inline-flex;
    }

    .mbm-3 {
        margin-bottom: 20px;
    }
}
@media (max-width:568px){
    .header-sec .heading-mileage img.afte-login-logo {
        max-width: 120px;
        border: 1px solid #4774a7;
        padding: 0 !important;
        margin: 0 0 0 -20px;
    }
}