:root {
    --orange-color: #FD902A;
    --light-orange-color: #fd902a;
    --blue-color: #1535B9;
    --light-blue-color: #5A6AFC;
}

body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    color: #000;
}

::selection {
    background-color: #2050ec;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.navbar-brand {
    margin: 0;
}

/* p {
    font-size: 16px;
    color: #757576;
} */

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: auto;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    right: 0;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    box-shadow: 1px 1px 8px 0px rgba(60, 64, 67, 0.3);
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
    min-height: 20px;
    display: block;
}

.user_name .user_email {
    margin-top: -8px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    background-color: #e9ecef;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height: 104px;
    display: flex;
    align-items: center;
    position: relative;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05); */
    background: transparent;
}

#header.is-sticky {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
    height: 90px;
}

#header.is-sticky .navbar-brand img {
    max-height: 71px;
    width: auto;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background: linear-gradient(89.62deg, #5365F4 0.93%, #223FC6 100%);
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    max-height: 75px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: var(--orange-color);
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: var(--orange-color);
    transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: var(--orange-color);
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

#header .dropdown-toggle::after {
    display: none;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}


#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 16px;
}

#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
}

#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .sign_up_btn .extra_btn {
    background-color: var(--light-blue-color);
    color: #fff !important;
    border: 1px solid var(--light-blue-color);
}

#header .sign_up_btn .extra_btn:hover {
    background-color: #fff;
    color: var(--light-blue-color) !important;
}

#header .login_btn .extra_btn {
    background-color: #fff;
    color: var(--light-blue-color) !important;
    border: 1px solid var(--light-blue-color);
}

#header .login_btn .extra_btn:hover {
    background-color: var(--light-blue-color);
    color: #fff !important;
}

#header .extra_btn:before {
    display: none;
}

#header .lang_country a.flag_ico {
    position: absolute;
    left: 5px !important;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #fff;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop:hover {
    background-color: #ebebeb;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 13px;

}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-link:hover::before {
    display: none;

}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 130px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 0;
    box-shadow: 1px 1px 8px 0px rgba(60, 64, 67, 0.3);
    font-size: 14px;
    border-radius: 6px;
    z-index: 3;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.lang_country {
    position: relative;
    padding: 5px 10px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.langugae_filter i {
    color: #fff;
    font-size: 10px;
    margin: 1px 0 0 7px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop:hover {
    background-color: transparent;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: var(--light-blue-color);
    background-color: transparent;
}

.langugae_filter:hover .lang_dropdown {
    display: block;
}

.navbar-brand {
    font-size: 0;
}

.position-opposite {
    display: flex;
    flex-direction: row-reverse !important;
}

.position-oppositeY {
    display: flex;
    flex-direction: column-reverse !important;
}

/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: var(--light-blue-color);
    left: 0;
}

.footer-logsign-link:after {
    background-color: var(--light-blue-color);
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: var(--light-blue-color);
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: var(--light-blue-color);
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: var(--light-blue-color);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: var(--light-blue-color);
}

#header .navbar-expand-lg .navbar-nav .nav-link.primary-btn {
    background-color: var(--light-blue-color);
    border-color: var(--light-blue-color);
    color: #fff;

    font-weight: 600;
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 25px;
    border-radius: 6px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.secondary-btn {
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 25px;
    border-radius: 6px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.primary-btn:hover {
    background-color: var(--light-orange-color);
    border-color: var(--light-orange-color);
}

#header .navbar-expand-lg .navbar-nav .nav-link.secondary-btn:hover {
    background-color: var(--light-blue-color);
    border-color: var(--light-blue-color);
}



/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 28px 0;
    color: #FFFFFF;
    font-size: 14px;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}

ul.footer-links li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.footer-links li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

ul.footer-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}


footer h6 {
    font-size: 18px;
    margin: 0 0 27px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    padding: 0;
}


#top-button {
    display: inline-block;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--orange-color);
    display: none;
    border: #FFF 1px solid;
    z-index: 1;

    border-radius: 50%
}

.back_top span {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.back_top:hover {
    border-color: #dea366;
    color: #dea366;
    background-color: #fff;
}

.back_top:hover span {
    color: #dea366;
}


/*==================== Footer ===================*/

/* #header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
} */

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    /* margin-right: 10px; */
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #1295d6;
    background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form_section_bg {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.form_section_bg::after {
    content: "";
    background: linear-gradient(105.63deg, #061862 12.65%, rgba(21, 53, 185, 0) 66.68%);
    position: absolute;
    inset: 0;
}

.primary-btn {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 6px;
}

.primary-btn:hover {
    background-color: var(--orange-color);
    color: #fff;
    border-color: var(--orange-color);
}

.secondary-btn {
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 6px;
}

.secondary-btn:hover {
    background-color: var(--light-blue-color);
    color: #fff;
    border-color: var(--light-blue-color);
}



.homePage {
    background: #020C25;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    position: relative;
}

.homePage #header {
    position: absolute;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
}

.login-wrapper,
.signup-wrapper {
    position: relative;
    /* height: 100%; */
    min-height: 100vh;
}

.homePage #header.is-sticky {
    transform: none !important;
}

.signup-wrapper #header {
    position: unset;
    height: auto;
    transform: none !important;
}

.login-wrapper #header {
    position: unset;
    transform: none !important;
    background: transparent !important;
}

/*
.login-wrapper #header.is-sticky {
    height: unset ;
} */
.homePage footer,
.login-wrapper footer,
.signup-wrapper footer {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

.hero-swiper {
    height: 100vh;
    position: relative;
}

.hero-slider figure {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    left: 0;
    z-index: -1;
}

.hero-slider figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.hero-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.hero-slider figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(105.63deg, #061862 12.65%, rgba(21, 53, 185, 0) 66.68%);
    opacity: 0.78;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.4);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
}

.hero-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--light-blue-color);
}

.hero-slider .swiper-pagination {
    display: none;
}

.banner-title {
    font-weight: 900;
    font-size: 73px;
    color: #FFFFFF;
}

.banner-title2 {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
}

.banner-title3 {
    font-weight: 400;
    line-height: 37px;
    font-size: 25px;
    color: #FFFFFF;
    margin: 17px auto 40px;
}

.support-btn {
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    padding: 10px 30px;
}


/*  */


.outer_form_box {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0 100px;
}

.form_box {
    width: min(470px, 470px);
    max-width: 470px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(27px);
    border-radius: 20px;
    padding: 33px;
}

.form_page_title {
    font-weight: 700;
    font-size: 31px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.client_form_theme .form-label {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.client_form_theme .form-control {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    border-radius: 6px;
    background-color: transparent;
    height: 48px;
    color: #fff;
}

.js-fileName {
    font-size: 13px;
    text-align: right;
    margin-top: 3px;
    float: right;
    padding-left: 123px;
    width: 100%;
    position: absolute;
    text-overflow: ellipsis;
    display: inline-block;
    right: 11px;
    overflow: hidden;
    white-space: nowrap;
}

.forgot_box {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.forgot_box a {
    color: #fff;
    text-decoration: underline;
}

.forgot_box a:hover {
    color: #fff;
    color: var(--orange-color);
}

.client_form_theme .custom_checkbox label {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 400;
    font-size: 14px;
}

.client_form_theme .custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    background: var(--orange-color);
}

.submit {
    font-size: 20px;
    margin-top: 10px;
}

.forgot_title {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.forgot_title:hover {
    color: var(--orange-color);
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

.dont_have_ac {
    margin-top: 23px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.dont_have_ac a {
    color: var(--orange-color);
    text-decoration: underline;
}

.dont_have_ac a:hover {
    color: #fff;
    text-decoration: underline;
}


.ms-dd {
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
    width: 100%;
}

.ms-dd .ms-dd-header {
    border: 0;
    border-radius: 6px;
    min-height: 48px;
    width: 100%;
}

.ms-dd .ms-dd-header {
    min-height: 48px !important;
}

.ms-dd .ms-dd-header .option-selected {
    border-radius: 6px;
    padding: 10px 15px 10px 38px;
}

.ms-dd .ms-dd-arrow {
    margin-top: 2px;
    right: auto;
    left: 19px;
}

.ms-dd .ms-dd-header .option-selected {
    font-weight: 400;
    height: 48px;
}

.ms-dd,
.ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #fff;
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-down,
.ms-dd .ms-dd-arrow.ms-dd-pointer-up {
    border: 0;
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-up {
    margin-top: 0;
}

.ms-dd-arrow.ms-dd-pointer-down::before {
    content: "\f107";
    height: 100%;
    color: #8e8e8e;
    font-family: "Font-Awesome-5-Pro";
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ms-dd-arrow.ms-dd-pointer-up::before {
    content: "\f106";
    height: 100%;
    color: #8e8e8e;
    font-family: "Font-Awesome-5-Pro";
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ms-dd .ms-value-input {
    display: none;
}

.client_form_theme .ms-dd .ms-dd-header .option-selected {
    color: #fff;
}

.form-group {
    margin-bottom: 20px;

}

.client_form_theme .ms-dd .ms-dd-header .option-selected {
    border: 0;
}

.client_form_theme .ms-dd {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.client_form_theme .ms-dd .ms-list-option.option-selected,
.client_form_theme .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: transparent;
}

.client_form_theme .ms-dd-arrow.ms-dd-pointer-down::before,
.client_form_theme .ms-dd-arrow.ms-dd-pointer-up::before {
    color: rgba(255, 255, 255, 0.5);
}

.otp_verification input {
    display: inline-block;
    width: 80px;
    height: 70px;
    text-align: center;
    padding: 5px;
    font-size: 31px;
    color: #000;
    font-weight: bold;
}

.otpRow {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.otp_info_number {
    color: var(--orange-color);
}

.otp_info {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    inline-size: 245px;
    margin: auto;
}

.password_box {
    position: relative;
}

.password_box span {
    position: absolute;
    top: 14px;
    right: 7px;
}

.password_box i {
    color: rgb(255 255 255 / 30%);
}

.userTypeBox input[type="radio"]:checked+.form-label {
    background-color: red;
    color: #1295d6;
}

.userTypeOuterBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 20px;
}

.userTypeTitle {
    display: block;
    font-size: 13px;
    color: #fff;
}

.userTypeBox label {
    background-color: rgba(255, 255, 255, 0.1);
    height: 68px;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.form_page_subtitle {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.back_btn {
    position: absolute;
    top: 30px;
    left: 30px;
}

.user-ac-icon {
    background-color: var(--orange-color);
    height: 21px;
    width: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px;
}

.create_title {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

.form_list_nav {
    justify-content: center;
}

.form_list_nav .form_list_item .form_list_link {
    font-weight: 500;
    font-size: 17px;
    color: rgb(255 255 255 / 60%);
    border-bottom: 2px solid transparent;
}

.form_list_nav .form_list_item .form_list_link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--orange-color);
    border-radius: 0;
    color: var(--orange-color);
}

.form_box.business_page {
    width: min(795px, 100%);
    max-width: 795px;
}

.client_form_theme .form-select {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background-color: transparent;
    height: 48px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo  www.svgrepo.com  Generator: SVG Repo Mixer Tools --%3E%3Csvg width='26px' height='26px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 8.29289C4.68342 7.90237 5.31658 7.90237 5.70711 8.29289L12 14.5858L18.2929 8.29289C18.6834 7.90237 19.3166 7.90237 19.7071 8.29289C20.0976 8.68342 20.0976 9.31658 19.7071 9.70711L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289Z' fill='%23fff6'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: 9px;
}

.logo_select_input .browseFile {
    background: rgb(255 255 255 / 10%);
    border-radius: 6px;
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    color: rgb(255 255 255 / 60%);
}

.logo_select_input {
    padding-top: 9px;
}

.otp_verification input {
    display: inline-block;
    width: 79px;
    height: 79px !important;
    text-align: center;
    padding: 5px;
    color: #000;
    font-size: 37px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
}

.otpRow {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 35px;
}

/* CMS CSS Start */
.section-heading {
    font-weight: 700;
    font-size: 37px;
    color: #000000;
    margin-bottom: 30px;
}

.inner-page #header {
    background: linear-gradient(89.62deg, #5365F4 0.93%, #223FC6 100%);
}

#user-drop {
    display: flex;
    align-items: center;
    gap: 10px;
}

#user-drop h4 {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
}

#user-drop h4 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 5px;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.privacyPolicy_content h3 {
    color: #000000;
    font-weight: 700;
    font-size: 23px;
}

.privacyPolicy_content p,
.cms-listing li {
    color: #3A3A3A;
    font-weight: 400;
    font-size: 16px;
}

.section-margin {
    margin: 50px 0;
}

.cms-listing {
    padding: 0;
    padding-right: 20px;
}

.privacyPolicy_content {
    margin-bottom: 30px;
}

.footer_wrapper_bg {
    background-color: var(--orange-color);
}

/* About Us page start */

.blur-title {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #000000;
    opacity: 0.3;
}

.about-us-section {
    margin-top: 86px;
}

.about-left {
    padding-right: 68px;
}

.about-us-top {
    margin: 2px 0 13px;
    text-align: right;
}

.section-heading {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 29px;
}

.blue-text {
    color: #3E54E0;
    display: block;
}

.banner-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #000000;
}

.about-right-box {
    margin-bottom: 26px;
    width: 100%;
    min-height: 501px;
    height: 100%;
}

.about-right-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-forklift {
    display: flex;
    align-items: center;
}

.forklift-img-box {
    position: relative;
    min-height: 340px;
    width: 100%;
}

.forklift-img-box img {
    position: absolute;
    left: 0;
    bottom: -80px;
    display: inline-block;
    width: 100%;
}

.forklift-data {
    display: flex;
}

.fork-para {
    padding-right: 85px;
    position: relative;
}

.comma-img-box {
    position: absolute;
    right: 30px;
    top: -28px;
    display: inline-block;
}

.fork-para {
    font-weight: 400;
    font-size: 26px;
    text-align: right;
    color: #000000;
    position: relative;
}

.bold-fork-text {
    font-weight: 700;
}

.our-goal {
    font-weight: 500;
    font-size: 47px;
    color: #000000;
}

.achievements-section {
    background: #F1F9FF;
    padding: 67px 0px 58px 0px;
}

.facts-title {
    text-align: center;
    margin-bottom: 14px;
}

.high-heading {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    color: #000000;
    margin-bottom: 55px;
}

.clients-img-box {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px;
}

.clients-img-box img {
    height: 47px;
    width: 47px;
}

.clients-count {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 9px;
}

.client-text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    opacity: 0.45;
}

.creative-section {
    margin: 88px 0px 118px;
}

.creative-title {
    margin-bottom: 14px;
}

.meet-experts {
    margin-bottom: 59px;
}

.experts-img-box {
    width: 100%;

}

.experts-img-box img {
    width: 100%;
    height: 100%;
    max-height: 290px;
    min-height: 290px;
    object-fit: cover;
    object-position: top;
}

.experts-footer {
    background: #1535B9;
    padding: 15px 0px;
}

.experts-name {
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.experts-post {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.77;
    margin-bottom: 0;
}

.trusted-section {
    padding-bottom: 100px;
}

.our-clients {
    margin-bottom: 11px;
}

.client-block {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-by {
    margin-bottom: 45px;
}

.about-us-last {
    background: var(--orange-color);
    padding: 22px 0px;
}

.privacy-block,
.copyright-block {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.copyright-block {
    text-align: right;
}

.privacy-block {
    text-align: left;
}

.trusted_clients_swipersilder {
    padding-bottom: 65px;
}

.trusted_clients_swipersilder .swiper-pagination-bullet-active {
    background: var(--orange-color);
}

.our-services-section {
    padding-top: 74px;
}

.service-portion {
    margin-bottom: 118px;
}

.service-heading {
    margin-bottom: 63px;
    text-align: center;
}

.our-service-title {
    margin-bottom: 14px;
}

.left-logistics {
    text-align: right;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    height: 100%;
}

.logistic-heading {
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    margin-bottom: 15px;
}

.logistic-para {
    font-weight: 400;
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 34px;
}

.all-get-started {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    background: var(--orange-color);
    border-radius: 6px;
    text-decoration: none;
    padding: 9px 21px;
    margin-right: 40px;
}

.all-get-started:active,
.all-get-started:hover {
    background: var(--orange-color);
    color: #FFFFFF;
}

.all-get-started:focus {
    outline: none;
    box-shadow: none;
}

.right-logistics {
    padding-left: 16px;
    width: 100%;
    height: 369px;
}

.right-logistics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-body-services {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-right: 40px;
    margin-bottom: 29px;
}

.cargo-security {
    text-align: left;
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    border-right: none;
    height: 100%;
}

.security-img-box {
    padding-left: 0;
    padding-right: 16px;
}

.cargo-security .text-body-services {
    padding-left: 40px;
}

.cargo-security-btn {
    margin: 0 0 0 40px;
}

.monthly-card {
    padding: 42px 24px;
}

.plan-heading {
    margin-bottom: 19px;
}






.our-plans {
    padding: 74px 0px 154px;
    background: #F1F9FF;
}

.our-plan-title {
    margin-bottom: 14px;
}

.plan-para {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgb(117 117 118 / 77%);
    max-width: 780px;
    margin: auto;
    margin-bottom: 34px;
}

.plan-label-1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.plan-label-2 {
    font-weight: 500;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.plan-switch-box {
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
}

.plan-switch-box .form-check {
    display: flex;
    justify-content: space-between;
}

.plan-card {
    padding: 45px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan-img-box {
    height: 52px;
    margin-bottom: 28px;
}

/* .plan-img-box img{
    width: 100%;
    height: 100%;
} */
.plan-period {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0;
}

.plan-amount {
    font-weight: 800;
    font-size: 46px;
    color: #1535B9;
    margin-bottom: 35px;
    position: relative;
    margin-top: 11px;
    line-height: 1;
}

.plan-amount::before {
    content: '';
    background-image: url(../img/plan-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -28px;
    bottom: 5px;
    background-size: cover;
}

.plan-btn {
    font-weight: 500;
    font-size: 18px;
    color: var(--orange-color);
    padding: 9px 0px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid var(--orange-color);
    border-radius: 6px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
}

.plan-btn:hover {
    background: var(--orange-color);
    color: #FFFFFF;
}

.plan-btn:focus {
    box-shadow: none;
    background: var(--orange-color);
    color: #FFFFFF;
}

.plan-btn:active {
    background: var(--orange-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--orange-color) !important;
}

.our-plans .form-switch .form-check-input {
    height: 28px;
    width: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ddd'/%3E%3C/svg%3E") !important;
}

.our-plans .form-switch .form-check-input:checked {
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    height: 28px;
    width: 60px;
}

.our-plans .form-check-input:focus {
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.contact-us {
    padding-top: 84px;
    padding-bottom: 180px;
}

.contact-background {
    background-image: url(../img/contacts-map\ 1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-info {
    padding-right: 80px;
}

.contact-blur-title {
    margin-bottom: 14px;
    text-align: right;
}

.contact-title {
    margin-bottom: 23px;
    text-align: right;
}

.contact-card {
    display: flex;
    margin-bottom: 32px;
}

.contact-card-data {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact-phone {
    gap: 10px;
    margin-top: 8px;
}

.contact-icon-box {
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #223FC6;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.contact-card-head {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.contact-add {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #3A3A3A;
    margin-bottom: 0;
}

.send-form-title {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 37px;
}

.contact-form .form-label {
    font-weight: 400;
    font-size: 16px;
    color: #7A7A7A;
    margin-bottom: 5px;
}

.contact-form .form-control {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

.contact-form textarea {
    min-height: 148px;
    resize: none;
}

#contact-name,
#contact-email {
    margin-bottom: 20px;
}

#contact-textarea {
    margin-bottom: 37px;
}

.send-message {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background: var(--orange-color);
    transition: 0.3s all ease-in-out;
    width: fit-content;
    padding: 9px 24px;
    display: inline-block;
}

.send-message:hover {
    color: var(--orange-color);
    background: #ffffff;
    border: 1px solid var(--orange-color);
}

.contact-form .btn-check:checked+.btn,
.contact-form .btn.active,
.contact-form .btn.show,
.contact-form .btn:first-child:active,
.contact-form :not(.btn-check)+.btn:active {
    color: var(--orange-color);
    background-color: #ffffff;
    border: 1px solid var(--orange-color);
}

.send-message:focus {
    box-shadow: none;
}

.send-message:focus-visible {
    color: var(--orange-color);
}

.page_height {
    min-height: calc(100vh - 181px);
}

.client_form_theme .form-select option {
    color: #000;
}

.form-group .form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: unset;
}

.client_form_theme .form-select:focus {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.signUpUser label {
    background-color: var(--orange-color);
}

.footer-links_page li {
    position: relative;
}

.footer-links_page li:not(:last-child):after {
    position: absolute;
    content: "|";
    right: -13px;
}

.form-control {
    font-size: 15px;
}

.swiper-pagination-bullet {
    opacity: 0.1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.for_desktop_extra li a svg {
    color: #fff;
}

.for_desktop_extra li a svg:hover {
    color: #ed8525;
}

.notification_icon {
    position: relative;
}

.notification_icon span {
    background-color: #FFA625;
    color: #fff;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    border-radius: 50px;
    font-size: 11px;
    padding: 0px 5px;
    position: absolute;
    top: -6px;
    right: -4px;
}

/* track company */
.track_company {
    background-color: #1535B9;
    min-height: calc(100vh - 181px) !important;
}

.track_company #header {
    background: linear-gradient(89.62deg, #5365F4 0.93%, #223FC6 100%);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    transform: none;
    z-index: 99;
    height: 104px;
}

.track_company .footer_wrapper {
    background: rgba(255, 255, 255, 0.07);
}

.track_company_box.track_company_page {
    width: min(795px, 100%);
}

.outer_companyform_box {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 130px 0 40px;
}

.outer_companyform_box .form_page_title {
    margin-bottom: 28px;
}

.track_company_box {
    width: min(470px, 470px);
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(27px);
    border-radius: 20px;
    padding: 33px 0;
}

.company_page_subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: var(--orange-color);
}

.companyFormBox {
    margin-top: 65px;
}

.white_form_theme .dont_have_ac {
    margin-top: 50px;
}

.white_form_theme .dont_have_ac a,
.white_form_theme .dont_have_ac {
    color: #fff;
}

.white_form_theme .form-label {
    color: #fff;
}

.white_form_theme .form-control {
    background-color: #fff;
}

.white_form_theme input.form-control {
    height: 48px;
}

.white_form_theme textarea.form-control {
    height: 132px;
}

.white_form_theme .form-select {
    border: 0px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background-color: #fff;
    height: 56px;
    color: #000;
    background-size: 14px;
    background-position: 15px;
    padding: 15px;
}

.withIconInput {
    position: relative;
}

.withIconInput input {
    padding-right: 35px;
}

.withIconInput.extraPadding input {
    padding-right: 45px;
}

.withIconInput .useIcon {
    position: absolute;
    /* top: 16px; */
    right: 13px;
    vertical-align: middle;
    height: 100%;
}

.stepsCount {
    margin-left: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.picture__input,
#picture__input {
    display: none;
}


.picture__input1,
#picture__input1 {
    display: none;
}

.picture {
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    background: #FFFFFF;
    color: #728bf2;
    border-radius: 10px;
}

.picture:hover {
    color: #fff;
    background: #728bf2;
}

.picture:focus {
    color: #fff;
    background: #728bf2;
}

.picture__img {
    max-width: 100%;
}

.companyFormBox .otp_verification {
    width: min(405px, 405px);
    padding: 0;
    margin: auto;
}

.white_form_theme .form-control {
    color: #000;
}

/* Button 13 */
.custom_check .knobs:before,
.custom_check .knobs:after,
.custom_check .knobs span {
    position: absolute;
    top: -2px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.custom_check .knobs:before,
.custom_check .knobs:after {
    color: #fff;
    z-index: 1;
}


.custom_check .knobs:after {
    content: "NO";
    right: 4px;
}

.custom_check .knobs span {
    width: 16px;
    left: 16px;
    background-color: #ffffff;
    z-index: 2;
    border-radius: 50%;
    left: 3px;
    top: 2px;
}

.custom_check .checkbox:checked+.knobs span {
    right: 3px;
    background-color: #fff;
    left: auto;
}

.custom_check .checkbox:checked~.knobs:after {
    content: none;
}

.custom_check .checkbox:checked~.knobs:before {
    content: "YES";
    left: 4px;
}

.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button.b2 .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.button.b2 {
    border-radius: 30px;
    position: relative;
    background-color: var(--orange-color);
    overflow: hidden;
    width: 57px;
    height: 22px;
    padding: 4px;
}

.Swtchrow {
    height: 48px;
    display: flex;
    align-items: center;
}

hr.devideLIne {
    opacity: 0.2;
    border: 2px solid #FFFFFF;
    margin: 20px auto 30px;
    width: calc(100% - 30px);
}

.thankyouTitle {
    font-weight: 700;
    font-size: 44px;
    color: #10CD23;
    margin-bottom: 10px;
    line-height: 1;

}

.thankyouSubTitle {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.thankYouIcon {
    margin-bottom: 30px;
}

.appTitle {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.downloadLink {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.thankYouIcon img {
    max-width: 160px;
}

.downloadLink img {
    max-height: 50px;
}

.selectedPlan-amount {
    font-weight: 800;
    font-size: 46px;
    color: #1535B9;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 20px;
}

.selectCompanyPlan .plan-amount {
    margin-bottom: 35px;

}

.selectCompanyPlan {
    max-width: 310px;
    margin: auto;
}

.plansTCLink {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1535B9;
    margin-bottom: 30px;
}

.planTopTitle {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.stepsCount sub {
    bottom: 0;
    margin-left: 2px;
    font-size: 14px;
}

.companyFormBox .otp_info {
    inline-size: auto;
}

.companyFormBox .otp_info a {
    display: block;
}

.planFeaturesList {
    padding: 0;
    list-style: none;
    margin: 0;
}

.planFeatures {
    width: 100%;
}

.planFeaturesList li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 45%;
}

.planFeaturesList li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.planFeaturesList li {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px;
    position: relative;
}

.plansCardTCLink {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1535B9;
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-group.custom_checkbox {
    width: 100%;
}

/* track company */

#toast-container>.toast-error {
    background-position: left 40px center;
}

#toast-container>.toast-success {
    background-position: left 40px center;
}

.rtl .toast-close-button {
    right: 32px !important;
    top: 0px;
}

.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
    background-color: #e1e1e1;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: var(--orange-color);
}

.multi-steps>li:before {
    display: block;
    margin: 0 auto 4px;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    color: #505050;
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    color: #fff;
    animation: pulse 2s infinite;
}

.multi-steps>li.is-active~li {
    color: #808080;
}

.is-complete {
    background: linear-gradient(to right, var(--orange-color) 50%, #e1e1e1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--orange-color) 70;
    }

    100% {
        box-shadow: 0 0 0 10px var(--orange-color) 0;
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.progress-bar {
    cursor: pointer;
    user-select: none;
}

.progress-bar {
    background-color: #fff;
    height: 7px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: calc(50% + 0px);
    width: 100%;
    z-index: -1;
}

.progress-bar__bar {
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out;
}

/*
 .progress-bar--success .progress-bar__bar{
     background-color: var(--orange-color);
} */
/*.progress-bar--success{
     background-color: var(--orange-color);
}*/
.is-active .progress-bar__bar {
    background-color: var(--orange-color);
}

/* driver pages */
.driver_page {
    background-color: var(--orange-color);
}

body.driver_page .footer_wrapper {
    background-color: #F37806;
}

body.driver_page #header {
    background: linear-gradient(45deg, #5365F4 0%, #223FC6 100%);
}

body.driver_page .primary-btn:hover {
    background-color: var(--light-blue-color);
    border-color: var(--light-blue-color);
}

textarea.form-control.h72 {
    height: 72px;
}

.uploadLinkRow {
    display: flex;
    align-items: flex-end;
    column-gap: 13px;
}

.morePictureUploadcard {
    width: 63px;
    height: 63px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    background: #FFFFFF;
    color: #728bf2;
    border-radius: 10px;
    padding: 5px;
}

.morePictureUploadcard:hover {
    color: #fff;
    background: #728bf2;
}

.customRadio [type="radio"]:checked,
.customRadio [type="radio"]:not(:checked) {
    opacity: 0;
    position: absolute;
}

.customRadio [type="radio"]:checked+label,
.customRadio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.customRadio [type="radio"]:checked+label:before,
.customRadio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.customRadio [type="radio"]:checked+label:after,
.customRadio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    right: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50px;
    background: #5A6AFC;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.customRadio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customRadio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.customRadio {
    display: flex;
    column-gap: 23px;
}

/*--------------------------*/
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 10px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 6px;
    border: 0px solid #d4d4d4;
    max-width: 32px;
    background: transparent;
}

.left_border {
    position: relative;
}

.left_border::after {
    position: absolute;
    content: "";
    width: 0px;
    height: calc(100% - 30px);
    left: 0;
    top: 0;
    border-left: 2px dotted #CED4DA;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    padding: 5px;
    font-size: 10px;
    height: 22px;
    width: 22px;
    transition: 0.3s;
    border-radius: 1.2px;
    border: 2px solid rgb(21 53 185);
    background: #1535B9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.inputStartPadding {
    padding-left: 95px
}

.driver_page .modal-backdrop.show {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    background: rgba(21, 53, 185, 0.82);
    opacity: .8;
}

.driver_page .modal-content {
    border-radius: 0px 20px 20px 20px;
    background: var(--orange-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.themePopupText {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 12px;
    color: #fff;
}

.themeModalBtn {
    border-radius: 6px;
    background: #FFF;
    color: #1535B9;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    padding: 14px 42px;
}

.themeModal .modal-header {
    padding: 8px 15px;
    border-bottom: 0px solid #dee2e6;
}

.modalCenterHeadIcon {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -14px;
}

.themeBtn-close {
    opacity: 1;
    margin-right: 0;
}


/* customer verification */


.customer_verification_box {
    margin-top: 54px;
}

.customer_verification_box .form_box {
    margin: 0 auto;
    background-color: transparent;
}

.customer_verification_box .otp_info_number {
    font-size: 16px;
    color: #fff;
}

.customer_verification_box .otp_info {
    font-size: 16px;
    color: #fff;
    inline-size: unset;
}

.customer_verification_box .secondary-btn {
    background: #1535B9;
}

.customer_verification_box .dont_have_ac a {
    color: #FFF;
    font-weight: 500;
}

.customer_verification_box .client_form_theme .form-control {
    background-color: #fff;
    color: #000;
}

.customers_box {
    padding: 75px 0 100px;
}

.themeBtn-close {
    background: transparent;
    border: 0;
}

.customers_box .withIconInput .inputStartPadding {
    padding-right: 42px;
}

.customer_verification_box .form_page_title {
    font-weight: 500;
    font-size: 29px;
    margin-bottom: 24px;
}

.customer_verification_box .otpRow {
    margin: 30px 0 34px;
}

.customer_verification_box .dont_have_ac a {
    color: #FFF;
    font-weight: 500;
}

.customer_verification_box .dont_have_ac a:hover {
    color: #1535B9;
}


/* driver pages */


/* admin css  start*/
.admin_right_page .RightBlockTitle {
    font-size: 30px;
    font-weight: 500;
}

.admin_right_page .pageTopTitle {
    border-bottom: 0;
}

.admin_right_page .customRadio {
    flex-direction: column;
    gap: 15px;
}

.customRadio.customRadioInline {
    flex-direction: row;
    gap: 15px;
}

.admin_right_page .customRadio [type="radio"]:checked+label,
.admin_right_page .customRadio [type="radio"]:not(:checked)+label {
    font-weight: 400;
    color: #6A6A6A;
    font-size: 15px;
}

.admin_right_page .profile-title {
    font-size: 20px;
    font-weight: 500;
    color: #1535B9;
    margin-bottom: 20px;
}

.destination svg path {
    fill: var(--orange-color);
}

.upload_confirmation {
    display: flex;
    gap: 40px;
}

.upload_title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uploaded_icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
    border-radius: 10px;
    cursor: pointer;

}

.upload_img_item img {
    height: 58px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.upload_img_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.zoom_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.upload_img_item {
    position: relative;
    width: max-content;
    cursor: pointer;
}

.upload_img_item:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00000021;
}

.upload_file {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upload_title span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.upload_file span {
    color: #000;
    font-size: 16px;
}

.tabel_img img {
    max-height: 39px;
    max-width: 61px;
}

.destination_add {
    position: relative;
    padding-right: 40px;
}

.destination_add::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.68686 0 0 2.5076 0 5.59969C0 9.79946 6 16 6 16C6 16 12 9.79946 12 5.59969C12 2.5076 9.31533 0 6 0ZM6 7.60046C4.81752 7.60046 3.8562 6.70533 3.8562 5.59969C3.8562 4.49406 4.81533 3.59893 6 3.59893C7.18467 3.59893 8.1438 4.49406 8.1438 5.59969C8.1438 6.70533 7.18467 7.60046 6 7.60046Z' fill='%23FF7C03'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: 16px;
    right: 0;
    top: -8px;
}

.notification_counter {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #FFA625;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

.dashboard-nav-item:hover .notification_counter {
    color: #fff;
}

.admin_right_page .qty-container {
    top: 0;
}

.save-updateBtn {
    border: 0;
}

.admin_layout_padding {
    margin: 0 64px 0 34px;
}

.business_verification .otp_verification.client_form_theme {
    margin: unset;
}

.business_verification .form_page_title {
    color: #000;
    text-align: right;
}

.business_verification .otp_info {
    color: #000;
    text-align: right;
}

.business_verification .otp_info_number {
    color: #000;
}

.business_verification .client_form_theme .form-control {
    border-radius: 6px;
    border: 2px solid #B6B5B5;
}

.business_verification .secondary-btn {
    background: var(--orange-color);
}

.business_verification .secondary-btn:hover {
    background: #1535B9;
}

.business_verification {
    max-width: 951px;
    padding: 35px;
}

.business_verification .customer_verification_box {
    border: 1px solid #1535B9;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.nav-item.admin_profile {
    margin-right: 24px;
}

.admin_profile .dropdown-toggle {
    flex-direction: column-reverse;
    display: flex;
}

.dashboard-nav-item.active:hover {
    color: #fff;
}

/* admin css  end*/


@media (min-width: 992px) {
    .business_verification .customer_verification_box {
        padding-right: 134px;
    }
}

@media (max-width: 991.98px) {
    .admin_layout_padding {
        margin: 0 16px 0 16px;
    }

    .admin_profile h4 {
        color: #fff !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog.modal-340 {
        max-width: 340px;
    }
}

@media (max-width: 767.98px) {
    .upload_confirmation {
        gap: 16px;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .nav-item.admin_profile h4 {
        display: none;
    }
}

.content-area {
    min-height: calc(100vh - 235px) !important;

}

.parent_ltr_direction {
    direction: ltr;
    display: flex;
    text-align: right;
}

.parent_ltr_direction .child_ltr_direction {
    text-align: right;
}

.rtl .date_label {
    white-space: nowrap;
    text-align: right;
    direction: ltr;
    justify-content: end;
}

.date_label_new {
    display: flex !important;
}

span.picture__image1 {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.input-group.only_left {
    flex-direction: row-reverse;
}

.input-group.only_left .input-group-text {
    border-radius: 6px 0 0 6px !important;
    display: inline-flex;
    height: 100%;
}

.form-number {
    direction: ltr;
}

.notification_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B6B5B5;
}

.notification_action {
    color: #1535B9;
}

.notification_action.active {
    border-radius: 5px;
    background: #1535B9;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
}

.tabs_track .notification_action {
    padding: 4px 10px;
    -webkit-transition: unset;

}

.notification_right {
    display: flex;
    align-items: center;
    direction: rtl;
}

.notification_right .notification_action {
    margin-right: 26px;
}

/* 22-08-2023 */
.chet_message_content {
    border-radius: 20px 20px 0px 0px;
    background: #1535B9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 15px 101px;
    position: relative;
}

.message_sent_input::placeholder {
    color: #1535B9;
    opacity: 1;
}

.chet_message_block {
    position: relative;
}

.service_lead_box {
    display: flex;
    align-items: center;
    gap: 29px;
    color: #1535B9;
    font-size: 24px;
    font-weight: 500;
}

.chet_icon_color {
    background-color: #1535B9;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.chet_menu_box .dropdown-toggle::after {
    display: none;
}

.chet_menu_box .btn-action-filter~.chet_menu_box .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.btn-action-filter {
    background-color: #1535B9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chet_message_back {
    margin-bottom: 41px;
    display: block;
    padding-right: 18px;
}

.transport_req_box {
    list-style: none;
    margin-top: 30px;
    padding-left: 114px;
    padding-right: unset;
}

.chet_menu_box .dropdown-item {
    text-align: left;
}

.transport_req_box li {
    padding-bottom: 22px;
}

.transport_req_box li a {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    text-decoration-line: underline;
}

.chat_ChattingInner {
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.message-content-block {
    position: relative;
}

.message-content {
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);
    padding: 7px 9px 4px;
}

.message_contRight {
    background: #5A6AFC;
    border-radius: 10px 0px 10px 10px;
    position: relative;
}

.message_contRight::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background: #5A6AFC;
    right: -10px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
}

.message_contRight.message-content {
    color: #fff;
}

.message_contRight.message-content .message_timeDate {
    color: #fff;
}

.message-content {
    color: #000;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    margin-bottom: 9px;
}

.message_contRight:nth-of-type(even):before {
    display: none;
}

.message_contLeft:nth-of-type(even)::after {
    display: none;
}

.message_contLeft::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background: #fff;
    left: -12px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    fill: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.message_timeDate {
    color: rgba(0, 0, 0, 0.40);
    font-size: 11px;
    font-weight: 400;
    text-align: left;
}

.message-content-block figure img {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
}

.chat_ChattingInner .message {
    margin-bottom: 27px;
}

.message-content-block .message_contLeft figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
}

.messUserLeft_img {
    position: absolute;
    left: -45px;
    top: -5px;
    width: 26px;
    height: 26px;
}

.messUserRight_img {
    position: absolute;
    right: -40px;
    top: -5px;
    width: 26px;
    height: 26px;
}

.chat_chatting_content {
    max-width: 538px;
    margin: 0 auto;
}




/*  */
.chet_menu_box {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: unset;
    top: 50%;
    transform: translatey(-50%);
    right: 35px;
}

.btn-send-msg {
    background-color: #1535B9;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 10px;
    border: 0;
    left: 8px;
}

.message_sent_input {
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    border: 0;
    height: 74px;
    padding-right: 138px;
    padding-left: 85px;
    color: #1535B9;
    font-size: 24px;
    font-weight: 500;
}

.chet_message_back {
    margin-bottom: 41px;
    display: block;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
}

.message.message-right {
    margin-bottom: 34px;
}

.transpor_request_message:hover {
    background: #FFA625;
}

.message-content.message_contLeft {
    text-align: end;
}

.form-control.file-input.is-invalid {
    padding-right: 13px !important;
}

#contact-textarea {
    /* margin-bottom: 20px !important; */
}

#contact-textarea~.invalid-feedback {
    margin-bottom: 20px;
}

.other-chat .dashChatChatting .message.message-left .message-content-block figure {
    right: -40px;
}

.other-chat .dashChatChatting .message.message-right .message-content-block figure {
    left: -40px;
}

.other-chat .msg_SendInputBox {
    gap: 3px;
}

.other-chat .rtl .msg_SendInputBox {
    left: -1px;
    right: unset;
}

.other-chat .emojionearea,
.other-chat .emojionearea.form-control {
    padding-left: 60px;
}

.other-chat .chat-footer .container-xxl {
    padding: 0;
}

.other-chat .message-content div {
    word-break: break-word;
}

.truck_driver_dropdown_info {
    padding: 0 10px;
}

.truck_company_dropdown_info {
    padding: 0 10px;
}

span.chatAlertIcon {
    display: none;
}

/* span.chatAlertIcon.show {
    display: block;
} */

.chatAlertIcon.show {
    position: absolute;
    background-color: #FFA625;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: block;
    top: -5px;
    right: -5px;

}

.chatAlertIcon_box {
    position: relative;
}

.picture__image {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.picture__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.middleHeight {
    padding-top: 0;
    margin-top: 158px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.emojionearea-editor,
.emojionearea-button {
    align-content: center !important;
}