    @font-face {
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins-Thin.ttf);
}
@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-ExtraBold;
    src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: Poppins-Black;
    src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
    font-family: Rajdhani-Light;
    src: url(../fonts/Rajdhani-Light.ttf);
}
@font-face {
    font-family: Rajdhani-Regular;
    src: url(../fonts/Rajdhani-Regular.ttf);
}
@font-face {
    font-family: Rajdhani-SemiBold;
    src: url(../fonts/Rajdhani-SemiBold.ttf);
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    /*font-family: Poppins-Regular;*/
    font-family: 'Poppins', sans-serif;
    background: #F8F8F8;
    font-size: 13px;color: #333333;
}
a{color: #1492E6;text-decoration: none;}
hr{background-color:#E2E2E2;opacity:1;}
.text-blue{color: #001D3D !important;}
.text-light-blue{color: #003566 !important;}
.text-gray{color: #AEAEAE !important;}
.text-gray-dark{color: #333333 !important;}
.lh-0{line-height: 0 !important;}
.lh-mid{line-height: 1.7 !important;}
.cursor-pointer{cursor: pointer !important;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input, select, button {
    box-shadow: none!important;
}
input:focus, select:focus, textarea:focus {
    border-color:#001D3D!important;
}
.invalid-feedback, .invalid-feedback Strong {
    color: #f00;
    font-family: Poppins-Regular;
    font-weight: normal;
    font-size: 13px !important;
}
.form-group textarea {
    width: 100%;
    height: auto;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #333;
    box-shadow: none !important;
    resize: none;
}


.btn-primary{
background: #FFD60A;
min-height: 45px;
border-radius: 5px;
border:none;
font-size: 15px;
min-width: 100px;
padding: 8px 30px;
color: #001D3D;
font-family: Poppins-SemiBold;
line-height: 28px;
text-decoration: none;
/* display: inline-block;
text-align: center; */
display: inline-flex;
text-align: center;
align-items: center;
justify-content: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #001D3D;
    color: #FFD60A !important;
}
.btn-default {
    border: solid 1px #9B9B9B;
    font-size: 15px;
    color: #9B9B9B;
    height: 45px;
    background: #fff;
    padding: 8px 30px;
    text-decoration: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #9B9B9B;
    color: #fff;
}
.letter-spacing{
    letter-spacing: 2px;
}
.main-wrapper {
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
    /* min-height: 100vh; */
}

/*************** Home Page CSS *************/

.login-header-btn, .login-header-btn:hover{
    margin-right: 15px;
    padding: 10px 23px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
}
.subscribe-btn{
    margin-right: 15px;
    padding: 10px 18px;
    background: #FFD60A;
    color: #001D3D!important;
    font-size: 14px;
    line-height: 23px;
    border: 1px solid #FFD60A;
    border-radius: 5px;
    font-weight: 600;
    /*min-width: 151px;*/
}
.movers-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0px;
}

.movers-header
 .nav-item{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.movers-header.navbar-light .navbar-nav .nav-link.active,
.movers-header.navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}
.movers-header.navbar-light .navbar-nav .nav-link,
.movers-header.navbar-light .navbar-nav .nav-link.active,
.movers-header.navbar-light .navbar-nav .show>.nav-link{
    position: relative;
}
.movers-header.navbar-light .navbar-nav .nav-link.active::before, .movers-header.navbar-light .navbar-nav .nav-item:hover .nav-link::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #001d3d;
    position: absolute;
    left: 0;
    bottom: -28px;
}
.home-slider .carousel-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #fff;
}
.navbar-expand-lg.afterlogin-menu .navbar-nav .nav-link{
    color: #333;
}
.navbar-expand-lg.afterlogin-menu .navbar-nav .nav-link:hover, .navbar-expand-lg.afterlogin-menu .navbar-nav .nav-link:focus{
    color: #333;
    outline: none;
}
.navbar-expand-lg .navbar-nav{
    margin-right: 10px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
}
.carousel-control-next, .carousel-control-prev{
    width: 62px;
    z-index: 99;
}
.carousel-control-prev-icon {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e); */
    background-color: #000;
    padding: 15px;
    background-size: 26px;
}
.carousel-control-next-icon{
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e); */
    background-color: #000;
    padding: 15px;
    background-size: 26px;
}
.home-slider-page{
    position: relative;
}
.ome-slider-content {
    padding: 60px 0px;
  }
.home-slider-inner {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.home-slider-page .carousel-item img{width: 100%;}
.home-slider-text1{
    font-size: 45px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.home-slider-text2{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.home-slider-section2 {
    padding: 27px 0px;
    box-shadow: 8px -2px 8px #888888;
    background: #fff;
    position: relative;
}
.section-2-left h2{
    font-size: 25px;
    line-height: 18px;
    color: #003566;
    font-family: Poppins-Bold;
}
.section-2-left p{
     font-size: 16px;
     line-height: 25px;
     color: #000;
     opacity: 50%; 
     margin-bottom: 0;
}
.section-2-right {
    float: right;
}
.section-2-left {
    float: left;
}
.home-slider-section3{
    padding: 45px 0px;
    background: #fff;
}
.available-load{
    font-size: 40px;
    line-height: 57px;
    color: #003566;
    font-weight: 300;
}
.available-load strong{
    /* font-weight: 900; */
    font-family: Poppins-Bold;
}
.view-all-loads{
    text-decoration: none;
    font-size: 20px;
    color: #3453CC;
}
.all-loads-cover{
    border-left: 5px solid #FFC300;
    padding-left: 16px;
    display: inline-block;
    margin-right: 23px;
}
.all-loads-cover:last-child{
    margin-right: 0;
}
.number-of-count{
    font-size: 40px;
    line-height: 57px;
    color: #000000;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
}
.all-loads-cover p{
    font-size: 18px;
    color: #A8A8A8;
    line-height: 23px;
}
.home-page-section5{
    background: #f9f9f9;
    padding: 50px 0px;
}
.title-dispatch-platform{
    font-size: 40px;
    /* line-height: 39px; */
    color: #003566;
}
.title-dispatch-platform strong{font-family: Poppins-Bold;}
.sub-title-dispatch-platform{
    font-size: 20px;
    line-height: 39px;
    color: #003566;
    margin-bottom: 30px;
    font-weight: 600;
}

.right-imag-cover{
    width: 500px;
    /* height: 400px;
    object-fit: cover; */
}
.right-imag-cover img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.dispatch-platform-left p{
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    text-align: justify;
}
.section6-details-main{
    display: flex;
}
.section6-right{
    padding-left: 35px;
}
.home-page-section6{
    padding: 60px 0px;
    background: #fff;
}
.section6-right .title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
        color: #003566;
}
.section6-right .sub-title{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 284px;
}
.home-page-section7{
    background: #F9F9F9;
    padding: 60px 0px;
}
.trust-badge-title {
    font-size: 40px;
    line-height: 57px;
    color: #001D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.trust-badge-title span{
    margin-bottom: 5px;
    margin-right: 10px;
}
.trust-badge-sub-title{
    font-size: 15px;
    line-height: 26px;
    color: #001D3D;
    font-weight: 500;
    max-width: 878px;
    margin: 0 auto;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 35px;
}
.home-slider-section8{
    background: url(../assets/images/8bg.png) no-repeat;
    padding: 42px 0px;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    position: relative;
}
.home-slider-section8 .container{
    position: relative;
}
.home-slider-section8:before{
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.1);
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
}
.section-8-left h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
}
.section-8-left p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.section-8-left {display: inline-block;float: left;}

.section-8-right {float: right;margin-top: 20px;}

.footer-top{
    margin-top: auto;
    background: #001D3D;
    padding: 40px 0px;
}
.footer-left-text{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFC300;
}
.footer-left-bottom{
    margin-top: 22px;
}
.footer-left-text span{
    margin-left: 25px;
}
.list-ul-cover ul{
    display: inline-block;
}
.list-ul-cover ul li{
    list-style: none;
}
.list-ul-cover ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    font-weight: 300;
}
.trust-badge-title strong{
    margin-right: 10px;
    font-family:Poppins-Bold;
}
.home-table {
    border-spacing: 20px;
    border-collapse: separate;
    border-spacing: 0px 20px;
}
.home-table tr td, .home-table tr th {
    padding: 15px;
    border: none;
    font-size: 13px;
    line-height: 20px;
}
.home-table tr th {
    background: #003566;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}
.home-table-cover{
    padding:0px 10px;
}
.home-table-cover.public_list .company_element{
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.company_element_hide{
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.home-table tr {
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 8%);
}

.footer-last-sub-title {
    max-width: 210px;
}
.footer-last {
    display: inline-block;
    float: right;
}
.list-ul-cover {
    display: inline-block;
}
.footer-last-title{
    font-size: 18px;
    line-height: 27px;
    color: #FFC300;
    margin-bottom: 13px;
    font-weight: 300;
}
.footer-last-sub-title{
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
}
.slider-box {
    width: 146px;
    height: 146px;
    margin-bottom: 46px;
    margin: 0 auto;
}
.slider-box img{
    width: 100%;
    height: 100%;
}
.owl-nav{
    display: none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 20px;
    height: 5px;
}
.movers-header.White-header{
    background: #fff;
    box-shadow: 0px 9px 14px  rgba(0,0,0,.06);
    top: -80px;
    transform: translateY(80px);
    transition: transform .9s;
}
.movers-header.White-header .navbar-nav .nav-link.active, 
.movers-header.White-header .navbar-nav .show>.nav-link,
.movers-header.White-header .navbar-nav .nav-link{
    color: #333;
}

/* .movers-header.White-header .navbar-collapse.show .navbar-nav .nav-link{
    color: #fff!important;
} */
.movers-header.White-header .login-header-btn{
    color: #001D3D;
    border-color:  #001D3D;
}

.afterlogin-menu {
    background: #fff;
    box-shadow: 0px 9px 14px rgba(0,0,0,.06);
    position: relative;
    margin-bottom: 30px;
}
.afterlogin-menu.White-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
    top: -10px;
    transform: translateY(10px);
    transition: transform .9s;
}
.movers-header.White-header + .main-wrapper {
    margin-top: 80px;
}
.afterlogin-menu .navbar-nav .nav-link.active, .afterlogin-menu .navbar-nav .show > .nav-link {
    color: #333!important;
}
.afterlogin-menu .login-header-btn {
    color: #001D3D;
    border-color: #001D3D;
}

.white-logo{
    display: none;
}
.movers-header.White-header .white-logo{
    display: block;
}
.movers-header.White-header .fill-logo{
    display: none;
} 
.footer-bottom{
    background: #000814;
    padding: 15px 0px;
    
    border-top: 1px solid #707070;
}
.footer-bottom-inner{
    font-size: 13px;
    line-height: 20px;
    color: #FFD60A;
    font-weight: 600;
    text-align: center;
}


/********* Login Page ***********/

.login-form-part {
    width: 40%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    float: left;
    overflow: auto;
}
.login-image-part {
    width: 60%;
    /* height: 100vh; */
    float: right;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}
.login-image-part img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.login-form-content {
    width: 100%;
    max-width: 360px;
    height: 100vh;
    /* overflow: auto; */
    padding: 65px 30px;
    margin: 0 auto;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
.login-form-part input {
    width: 100%;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #929292;
    box-shadow: none!important;
}
.login-logo{
    width: 100%;
    height: auto;
    float: left;
}
.login-logo img{
    max-width: 100%;
}
.login-title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.login-title h2 {
    font-size: 33px;
    font-family: Poppins-SemiBold;
    color: #001D3D;
}
.login-title p{
    color:#929292;
    font-size: 13px;
    font-family: Poppins-Regular;
    margin-bottom: 10px;
}
.login-form-part form {
    width: 100%;
    /* padding: 30px 0px; */
    padding: 65px 0px;
    display: inline-block;
}
.login-form-part .form-group {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.login-form-part .form-group label {
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    margin-bottom: 5px;
}
.login-register-flex-section {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
        margin-bottom: 35px;
}
.login-register-flex-section .forgot-password{
    font-size: 13px;
    color: #1C3AA9;
    text-decoration: none;
    font-family: Poppins-SemiBold;
}
.dont-have-account-section {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.donthave-account-text {
    width: 100%;
    height: auto;
    float: left;
}
.donthave-account-text p {
    font-size: 13px;
    color: #929292;
    margin-bottom: 5px;
}
.donthave-account-text h3 {
    font-size: 16px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
}
.donthave-account-button a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7070701c;
    color: #707070;
}
.donthave-account-button a:hover {
    background: #001D3D;
    color: #fff;
}
.captcha img{max-width: 100%;}
.login-register-flex-section .btn-primary {
    min-width: 130px;
}
.captcha {
    margin-bottom: 20px;
}
/****** Register Page *********/
.register-form.login-form-part {
    width: 50%;
}
.register-img.login-image-part {
    width: 50%;
}
.register-subtitle h5 {
    color: #001D3D;
    font-size: 20px;
    font-family: Poppins-SemiBold;
}
.register-subtitle {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}
.register-form.login-form-part .login-form-content {
    max-width: 100%;
}
.inputwithdropdown {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputwithdropdown .form-select {
    max-width: 70px;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #929292;
    box-shadow: none !important;
    margin-right: 15px;
    padding-right: 20px;
    padding-left: 5px;
    background-position: right 0.55rem center;
}
.register-form input.email-icon{
    background-repeat: no-repeat!important;
    background-position: center right 10px!important;
    padding-right: 27px;
    /* background: url('../images/info-icon.svg'); */
}

/********** Registration type page design **********/

.choose-registration-type .selection {
    margin-bottom: 1em;
}
  
.choose-registration-type .selection label {
    display: flex!important;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px 20px 36px!important;
    cursor: pointer;
    align-items: center;
    border: solid 2px #E5E5E5;
}
/* .choose-registration-type .selection input[type=radio]:checked ~ label:hover{
    padding: 20px 30px 20px 36px!important;
} */
.choose-registration-type .selection label:hover {
    background-color: #F1F1F1;
    border: solid 2px #001D3D;    
    /* padding: 19px 29px 19px 35px!important; */
}
  
.choose-registration-type .selection input[type=radio] {
    display: none;
}
  
.choose-registration-type .selection input[type=radio]:checked ~ label {
    background-color: #F1F1F1;
    border: solid 2px #001D3D;    
    padding: 19px 29px 19px 35px;
}
.choose-registration-type .selection label::after, .choose-registration-type .selection label::before {
    display: none;
  }
.choose-registration-type {
    width: 100%;
    height: auto;
    float: left;
}
.choose-registration-type .selection {
    width: 100%;
    height: auto;
    float: left;
}
.reg-type-icon svg {
    max-width: 40px;
    max-height: 40px;
}
.reg-type-content {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 30px;
}
.reg-type-content h2 {
    font-size: 15px;
    font-family: Poppins-SemiBold;
    color: #001D3D;
}
.reg-type-content p {
    font-size: 13px;
    font-family: Poppins-Medium;
    color: #949494;
    margin-bottom: 0px;
}
.submit-registration-form {
    width: 100%;
    height: auto;
    float: left;
}
.submit-registration-form button {
    margin-right: 15px;
    margin-top: 15px;
}
.submit-registration-form button:last-child {
    margin-right: 0px;
}
.register-form.register-type .register-subtitle {
    border: none;
    margin-bottom: 0px;
}
.register-form.register-type .login-form-content {
    justify-content: normal;
}

/********** Forgot Password *************/

.forgotpassword-form-part form {
    padding: 150px 0px 175px 0px;
}
.donthave-account-text h3 a svg {
    margin-right: 10px;
}

/****** Subscription Plans Page ******/

.main-title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-title h1 {
    font-size: 30px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
}
/* .main-title h1 {
    font-size: 30px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
} */
.main-title .plan-types ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    padding: 4px;
    box-shadow: 0px 2px 16.3px 0px #0000000F;

}
.main-title .plan-types ul li {
    display: flex;
    padding: 9px 36px;
    font-size: 15px;
    color: #333333;
    font-family: Poppins-SemiBold;
    cursor: pointer;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-title .plan-types ul li:first-child{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.main-title .plan-types ul li:last-child{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.plan-off{
    background-color: #34C759;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    padding: 0px 8px;
    font-family: Poppins-Regular;
}
.lh-18{
    line-height: 18px;
}
.main-title .plan-types ul li.active {
    background: #001D3D;
    color: #fff;
}
.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}
.pricing .plan {
    width: calc(25% - 20px);
    background-color: #fff;
    padding: 24px;
    margin: 10px;
    border-radius: 5px;
    text-align: left;
    transition: 0.3s;
    /* cursor: pointer; */
    box-shadow: 0px 3px 32px #00000014;
    border: 3px solid transparent;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.pricing .plan .btn-primary{
    font-size: 16px;
    color: #003566;
    font-family: Poppins-Bold;
}
.pricing .plan h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #181D27;
    font-family: Poppins-SemiBold;
}

.pricing .plan .price {
    margin-bottom: 0;
    font-size: 25px;
    font-family: Poppins-SemiBold;
    color: #333;
    line-height: 30px;
}
.pricing-plan-value{
    font-size: 36px;
    color: #181D27;
    font-family: Poppins-Bold;
}
.pricing-text-gray{
    color: #717D96;
}
.custon_plan_title,.custon_plan_title:hover,.custon_plan_title:active {
    background-color: #f8f8f8 !important;
    box-shadow: 0px 0px 0px !important;
    margin: 0px !important;
    margin-top: 10px !important;
 font-weight: bold;
  color: #000;
  line-height: 1.2;
  padding:0px 24px !important;
}
.pricing-border{
    background-color: #E9EAEB;
}
.pricing-core{
    color: #181D27;
    font-family: Poppins-SemiBold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricing .plan .price sub {
    font-size: 16px;
    color: #181D27;
    font-family: Poppins-Regular;
    bottom: 0px;
}
.pricing .plan ul.features {
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin-bottom: 28px;
}
.pricing .plan ul.features li {
    font-size: 13px;
    color: #181D27;
    font-family: Poppins-Regular;
    margin-bottom: 5px;
    justify-content: space-between;
    position: relative;
    padding-left: 32px;
    align-items: start;
}

.pricing .plan ul.features li:not(:first-child) {
    display: flex !important;
 }
.pricing .plan ul.features li .fas {
    margin-right: 4px;
}
.pricing .plan ul.features li .fa-check-circle {
    color: #001D3D;
}
.pricing .plan ul.features li .fa-times-circle {
    color: #eb4d4b;
}
/* .pricing .plan button {
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px; 
     padding: 12px 35px;
    background-color: #001D3D;
} */
.pricing .plan.popular {
    border: 3px solid #34C759;
    position: relative;
    
}
.pricing .plan span.recommended {
    position: absolute;
    top: 0px;
    /* transform: translateX(-50%); */
    background: #34C759;
    border: none;
    color: #fff;
    padding: 4px 20px;
    font-size: 13px;
    border-radius: 0px 20px 0px 20px;
    font-family: Poppins-SemiBold;
    right: 0;
}
.pricing .plan:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}
.pricing-sub-heading{
    color: #000000;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

/* .pricing .plan.popular h2,  .pricing .plan.popular .price, .pricing .plan.popular ul.features li{
    color: #fff;
} */
.pricing .plan.popular .btn-primary{
      border:solid 1px #FFD60A!important;
}
.pricing .plan ul.features li .checkmark {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: 14px;
    border-radius: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.pricing-info{
    background-color: transparent;
    border: none;
    outline: none;
}
.pricing .plan.popular ul.features li .checkmark {
    background: #fff;
   
}
.free-trial-plan {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}
.free-trial-plan h2 {
    font-size: 25px;
    font-family: Poppins-SemiBold;
    color: #001D3D;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-trial-plan h2 svg {
    margin-left: 10px;
    min-width: 20px;
    width: 20px;
}


/********** Payment Page **********/

.payment-page {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 40px;
}
.commpany-info {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
    border-top: solid 1px #EBEBEB;
}
.single-company-info {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    padding-top: 23px;
}
.single-company-info .single-company-icon {
    width: 25px;
    height: 20px;
    min-width: 25px;
    min-height: 20px;
    display: inline-flex;
}
.single-company-info .single-company-icon img {
    max-width: 100%;
    max-height: 100%;
}
.single-company-info .single-company-content {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 15px;
}
.single-company-info .single-company-content h6 {
    font-size: 13px;
    font-family: Poppins-Regular;
    color: #33333375;
    margin-bottom: 2px;
}
.single-company-info .single-company-content h5 {
    font-size: 13px;
    color: #333;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
}
.payment-page .subtitle {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 30px;
    border-bottom: solid 1px #EBEBEB;
}
.payment-page .subtitle h3 {
    font-size: 16px;
    color: #003566;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.plan-card {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 32px #00000014;
    border: 1px solid #FFD60A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.plan-card .card-plan-type {
    width: auto;
    display: flex;
    align-items: center;
}
.plan-card .card-plan-type .card-check-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    background: #FFD60A;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-card .card-plan-type .card-plan-name {
    padding-left: 20px;
}
.plan-card .card-plan-type .card-plan-name h6{
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    font-family: Poppins-Light;
}
.plan-card .card-plan-type .card-plan-name h3{
    color: #333333;
    font-size: 18px;
    font-family: Poppins-Bold;
    margin-bottom: 0px;
}
.pricing-plan-paynow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}
.card-plan-price {
    text-align: right;
}
.card-plan-price .price {
    margin-bottom: 0px;
    font-size: 25px;
    font-family: Poppins-SemiBold;
    color: #333;
}
.card-plan-price .price sub {
    font-size: 13px;
    color: #9C9C9C;
    font-family: Poppins-Regular;
    bottom: 0px;
}
.card-plan-price a {
    font-size: 13px;
    color: #1492E6;
    font-family: Poppins-SemiBold;
    text-decoration: none;
}
.card-plan-price a img {
    max-width: 10px;
    max-height: 10px;
    margin-left: 5px;
}
.payment-page .card{
    width:100%;
    box-shadow: 0px 3px 32px #00000014;
    border-radius: 5px;
    border: none;
}
.payment-page .card .card-header {
    background: #fff;
    padding: 15px 30px;
}
.payment-page .card .card-header h4 {
    font-size: 13px;
    margin-bottom: 0px;
    font-family: Poppins-SemiBold;
    color: #003566;
}
.payment-page .card .card-body {
    padding: 15px 30px 30px 30px;
}
.payment-page .form-group {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.payment-page .form-group label {
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    margin-bottom: 5px;
}
.payment-page input {
    width: 100%;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #929292;
    box-shadow: none !important;
}
.payment-page .form-select {
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #929292;
    box-shadow: none !important;
    padding-right: 20px;
    padding-left: 5px;
    background-position: right 0.55rem center;
}
.expiry-inputs .month {
    max-width: 60%;
    float: left;
    margin-right: 15px;
}
.expiry-inputs .year {
    max-width: calc(40% - 15px);
    float: right;
}
.payment-page .card .card-body .btn-primary {
    min-width: 150px;
    margin-top: 15px;
}



/**** Payment Success Modal ****/

.payment-success-modal .modal-dialog {
    max-width: 560px;
}
.payment-success-modal .modal-content {
    border-radius: 11px;
}
.payment-success-modal .modal-body {
    padding: 5px;
}
.payment-sucess-modal-part {
    width: 100%;
    height: auto;
    float: left;
    display: table;
}
.payment-success-modal .modal-body .payment-sucess-modal-part .success-modal-img {
    width: 50%;
    border-radius: 7px 0px 0px 7px;
    overflow: hidden;
    display: table-cell;
    background-size: cover !important;
    background-position: center !important;
}
.success-modal-content {
    width: 50%;
    padding: 50px 5px 50px 30px;
    display: table-cell;
}
.payment-status-content{
    width: 100%;
    height: auto;
    float: left;
}
.payment-success-icon {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 15px;
}
.payment-success-icon svg {
    max-width: 60px;
    max-height: 60px;
}
.payment-status-content h2 {
    font-size: 43px;
    color: #001D3D;
    font-family: Rajdhani-Light;
}
.payment-status-content h5 {
    font-size: 13px;
    font-family: Poppins-Medium;
    color: #001D3D;
    margin-bottom: 15px;
}
.payment-status-content ul {
    padding: 0px;
}
.payment-status-content ul li {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #eee;
    padding: 8px 0px;
}
.payment-status-content ul li:last-child {
    border-bottom: none;
}
.payment-status-content ul li .single-company-info {
    padding-top: 0px;
}
.payment-status-content ul li .single-company-info .single-company-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}
.payment-status-content .single-company-info .single-company-content h5 {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #333;
}
.payment-status-content .needhelp{
    font-size: 13px;
    color: #1492E6;
    font-family: Poppins-SemiBold;
    text-decoration: none;
}
.payment-status-content .needhelp img {
    max-width: 10px;
    max-height: 10px;
    margin-left: 5px;
}


/****** Create Job Post Page CSS ******/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label::after, 
[type="radio"]:not(:checked) + label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #003566;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.create-job-post-wizard {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 50px!important;
}
.create-job-post-wizard .nav{
    border: none;
}
.create-job-post-wizard .nav li {
    padding-right: 10px;
    margin-bottom: 10px;
}
.create-job-post-wizard .nav li a {
    background: #dfe4e9;
    color: #b6b6b6;
    font-size: 15px;
    font-family: Poppins-SemiBold;
    padding: 9px 20px;
    border-radius: 7px;
    border: none;
}
.create-job-post-wizard .nav li.active a , .create-job-post-wizard .nav li.done a:hover {
    background: #003566;
    color: #fff;
    border: none;
}
.create-job-post-wizard .tab-content {
    padding: 30px 0px!important;
}
.wizard-title {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wizard-title h3 {
    font-size: 20px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
}
.wizard-title img {
  max-width: 16px;
  max-height: 16px;
  margin-left: 5px;
}
.wizard-disc {
  width: 100%;
  height: auto;
  float: left;
}
.post-types {
    width: 100%;
    max-width: 330px;
    height: auto;
    float: left;
}
.post-types p {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.wizard-disc .post-types label {
    font-size: 13px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
}
.wizard-disc .post-types label span {
    font-family: Poppins-Regular;
    display: block;
}
.create-job-post-wizard .btn-toolbar.sw-toolbar {
    width: 100%;
    height: auto;
    float: left;
    justify-content: left !important;
}
.sw-btn-next{
    background: #FFD60A;
    border: none;
    border-radius: 5px !important;
    padding: 10px 25px;
    color: #001D3D;
    font-size: 15px;
    font-family: Poppins-SemiBold;
}
.sw-btn-prev, .btn-outline-blue{
    background: #fff;
    margin-right: 15px;
    border: solid 1px #001D3D;
    color:#001D3D;
    border: solid 1px #001D3D;
    border-radius: 5px !important;
    padding: 10px 25px;
    font-size: 15px;
    font-family: Poppins-SemiBold;
    opacity: 1;
    height: 45px;
    /* display: inline-block; */
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.sw-btn-next:hover, .sw-btn-next:focus, .sw-btn-next:active, .sw-btn-prev:hover, .sw-btn-prev:focus, .sw-btn-prev:active,
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active{
  background: #003566;
  color: #fff;
}
.btn-fill-blue{
    background: #003566;
    color:#fff;
    border-radius: 5px !important;
    padding: 10px 25px;
    font-size: 15px;
    font-family: Poppins-SemiBold;
    opacity: 1;
    height: 45px;
    display: inline-block;
}
.btn-fill-blue:hover, .btn-fill-blue:focus, .btn-fill-blue:active{
  background: #FFD60A;
  color: #003566;
}
.sw-btn-prev.disabled {
  display: none;
}
.draft-btn {
  margin-right: 15px;
  padding: 7px 12px;
  background: transparent;
  min-width: 104px;
  font-size: 15px;
  line-height: 23px;
  border: 1px solid #001D3D;
  text-decoration: none;
  border-radius: 5px;
  /* display: inline-block; */
  display: inline-flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  color: #001D3D !important;
  height: 45px;
  line-height: 28px;
  text-align: center;
}
.afterlogin-menu .nav-link.subscribe-btn {
  min-width: auto;
  color: #001d3d !important;
  display: flex;
  align-items: center;
}
.afterlogin-menu .nav-link.subscribe-btn svg {
    margin-right: 6px;
    max-width: 15px;
    max-height: 15px;
}

.userprofile-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  display: block;
}
.userprofile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-group {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.form-group label {
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    margin-bottom: 5px;
}
.form-group input {
    width: 100%;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #333;
    box-shadow: none !important;
}
.form-group .contactselect{
    width: 100%;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #333;
    box-shadow: none !important;
}
.form-group .form-select {
    width:100%;
    height: 45px;
    font-size: 13px;
    border: solid 1px #CECECE;
    border-radius: 5px;
    color: #333;
    box-shadow: none !important;
    margin-right: 15px;
    padding-right: 25px;
    padding-left: 15px;
    background-position: right 0.55rem center;
}
.form-group input::placeholder, .form-group .form-select::placeholder {
    color: #929292;
}
.expiry-inputs .year.form-select {
  margin-right: 0px ;
}
.origin-contact-detail {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: solid 1px #E2E2E2;
  /* padding-bottom: 15px; */
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.origin-contact-detail h4 {
  font-size: 16px;
  color: #001D3D;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Poppins-SemiBold;
}


.form-group.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
  .form-group.checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  .form-group.checkbox label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    min-width: 18px;
}
  
  .form-group.checkbox input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #003566;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: auto;
}
.form-group.checkbox input:checked + label::after {border-color: #FFF;}
.form-group.checkbox input:checked ~ label::before {background-color: #003566;border-color: #003566;}
.destination-access .form-group.checkbox {
  display: inline-block;
  width: auto;
  min-width: 160px;
  padding-right: 25px;
}
.destination-access .form-group.checkbox .tootlip {
  margin-left: 5px;
}
.prefered-time {
    width: 100%;
    height: auto;
    float: left;
}
.prefered-time h5 {
    min-width: 130px;
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    display: inline-block;
}

.prefered-time p {
    display: inline-block;
    min-width: 100px;
}
.calendar {
  background: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: center left calc(100% - 10px);
  background-size: 14px;
  padding-right: 25px;
}
.diffrenceamount {
  font-family: Poppins-SemiBold;
  color: #333;
  font-size: 16px;
}
.origin-contact-detail.coverage-part p label {
  color: #333;
  font-size: 13px;
  font-family: Poppins-SemiBold;
  margin-bottom: 5px;
}
.wizard-upload-doc{
    width: 100%;
    height: auto;
    float: left;
}
.upload-input {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upload-input input {
    width: calc(100% - 160px);
}
.upload-input a.btn-primary {
  width: calc(100% - 160px);
}
.browse-file-btn {
  width: 140px;
  height: 100%;
  position: relative;
  text-align: center;
  margin-left: 20px;
  overflow: hidden;
}
.browse-file-btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
  margin: 0px;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
}



.draganddrop-file {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  border: 1px dashed #AEAEAE;
  display: flex;
  flex-direction: column;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.draganddrop-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  padding: 0px;
}
.dragdropfile {
  color: #AEAEAE;
  font-size: 15px;
  font-family: Poppins-SemiBold;
  padding: 20px 0px;
}
.dragdropfile .browsfile {
  color: #1492E6;
}
.dragdropfile svg {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}
.step-preview-title {
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 0px 0px 25px #0000000D;
  background: #dfe2e5;
  padding: 15px 70px 15px 15px;
  margin-bottom: 30px;
  position: relative;
}
.step-preview-title h2 {
  font-size: 16px;
  font-family: Poppins-SemiBold;
  text-align: center;
  margin: 0px;
  color: #001D3D;
  line-height: 25px;
}
.step-preview-title .editbtn {
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.step-preview-title .editbtn svg{
   max-width: 13px;
   max-height: 13px;
   margin-right: 7px;
}
.preview-detail-section{
    width: 100%;
    height: auto;
    float: left;
}
.single-loaddetail {
  width: auto;
  float: left;
  min-width: 160px;
  margin-bottom: 7px;
  margin-top: 7px;
  padding-right: 20px;
}
.single-loaddetail h5 {
  font-size: 13px;
  color: #333;
  font-family: Poppins-SemiBold;
}
.single-loaddetail p {
  font-size: 13px;
  color: #333;
  font-family: Poppins-Regular;
  margin-bottom: 0px;
}
.ul-with-dots {
  padding: 0px;
  list-style-type: none;
}
.ul-with-dots li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}
.ul-with-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #001d3d;
  transform: translateY(-50%);
  border-radius: 20px;
}
.wizard-preview .form-group p{
    font-size: 13px;
    color: #333;
    margin-bottom: 0px;
}
.document-review-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.document-review-list li {
    display: inline-flex;
    font-size: 13px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
    border: solid 1px #ddd;
    padding: 8px 14px;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 15px;
    white-space: normal;
    word-break: break-word;
}
.document-review-list li:last-child {
  margin-right: 0px;
}
.document-review-list li svg {
    min-width: 13px;
    min-height: 12px;
    max-width: 13px;
    max-height: 12px;
    margin-right: 10px;
    margin-top: 4px;
}
.search-filters {
  width: 100%;
  height: auto;
  text-align: right;
  display: flex;
  justify-content: end;
}

.reverse-arrow{
    width: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
    justify-content: center;
}

.jc-end{
    justify-content: end;
}

.live-dispatch-board {
    width: 100%;
    height: auto;
    display: block;
  }
.ldb-search-filter {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 25px #0000000D;
  background: #FFF;
  padding: 30px 0px 15px 0px;
  margin-bottom: 20px;
  margin-top: -30px;
}
.ldb-search-filter h1 {
  color: #001D3D;
  font-size: 30px;
  font-family: Poppins-SemiBold;
  display: inline-block;
  margin-bottom: 15px;
}
.search-origin-destination .form-group {
  width: auto;
}
.search-origin-destination input {
  max-width: 200px;
}
.select-radius {
    width: 100%;
    max-width: 160px;
    display: inline-block;
    padding: 0px 10px;
}
.search-origin-destination {
    display: inline-block;
    width: 95%;
}
.search-origin-destination .form-group .form-select{
       /* min-width: 150px;  */
}
.search-origin-destination .swap-arrow {
  padding: 7px;
}
.search-origin-destination .swap-arrow.desktop {
  margin-right: 10px;
}
/*.search-filters .btn-primary {
  padding-left: 10px;
  padding-right: 10px;
}*/
.ldb-dropdown-filters {
  width: 100%;
  height: auto;
  display: block;
}
.ldb-dropdown-filters .form-group {
  max-width: 148px;
  margin-right: 10px;
}
.ldb-dropdown-filters2 {
    margin-right: 5px !important;
  }
.ldb-dropdown-filters2 .form-group {
    max-width: 240px !important;
    margin-right: 20px !important;
  }
.ldb-dropdown-filters .reload {
    background: transparent;
    border: none;
    width: 45px;
    height: 45px;
}
.ldb-table tr td {
    padding: 15px;
    border: none;
    font-size: 13px;
    line-height: 20px;
}
.ldb-table {
    border-spacing: 20px;
    border-collapse: separate;
    border-spacing: 0px 10px;
  }
.ldb-table tbody tr {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.01);
    background: #fff;
}
.ldb-table tr th {
    color: #333333;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
    border: none;
    font-family: Poppins-SemiBold;
    padding:10px 15px 0;
}
.dropdown button::after {
  display: none;
}
.dropdown ul li a{
    font-size: 13px;
    padding: 8px 15px;
    color: #333;
}
.dropdown ul li:hover a,.dropdown ul li.active a{
    background: #001D3D;
    color: #fff;
}
.searchicon{
    background: url('../images/search-icon.svg');
    background-position: left 14px center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.form-control.searchicon {
    padding-left: 38px;
}
.calendaricon{
    background: url('../images/calander.svg');
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 35px;
}
.DashboardPage .ldb-search-filter .search-origin-destination input {
    max-width: 150px;
}
.searchdropdown-filter input {
    max-width: 200px;
    background-color: #fff;
}
.searchdropdown-filter {
   display: flex;
   align-items: center;
}
.searchdropdown-filter .form-select, .form-group .form-select.form-select-sortBy {
    background-color: transparent;
    border: none;
    width: auto;
    cursor: pointer;
    font-family: Poppins-Medium;
    padding-right: 30px;
    color: #333333;
}
.searchdropdown-filter .form-group {
    width: auto;
}
.load-more {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.load-more a {
    display: inline-block;
    color: #001D3D;
    font-size: 13px;
    font-family: Poppins-SemiBold;
}
.load-more a:hover{color: #0a58ca;}
.load-more a svg {
    margin-right: 5px;
}
.home-page-section7 .owl-dots .owl-dot span {
    width: 16px!important;
    height: 6px!important;
}
.afterlogin-menu .fill-logo {
    display: none;
}
.afterlogin-menu .white-logo {
    display: block;
}
.movers-header .dropdown a::after {
    display: none;
}
.just-space{
    justify-content: space-between;
}
.moverPageTabsMain.flex{
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.moverPageTabsMain.flex ul{
    border: none;
    margin-bottom: 0;
}
/* .dropdown-toggle:after{
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    transition: all 250ms ease-in-out;
    text-decoration: none;
  transform: rotate(-135deg);
    color: transparent;
} */
.nav-item.menuicon .nav-link {
    background: #e3e9ee;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.nav-item.nohover a::before {
    display: none;
}
.nav-item.nohover.menuicon a {
    font-size: 0px;
}

.moreoptionsznav-item a.dropdown-toggle {
    background: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    color: #003566 !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0px !important;
}
.user_profile_pc{
    object-fit:cover;
}
.moreoptionsznav-item a:hover:before{display: none;}
.movers-header .dropdown-item:focus, .movers-header .dropdown-item:hover {
    color: #fff;
    background-color: #001d3d;
}
.movers-header .dropdown-menu {
    padding: 0px;
}
.movers-header .dropdown-item{font-size: 13px; padding: 8px 15px; font-family: Poppins-Medium; color: #333333;}
.movers-header .dropdown-item svg{
    width:15px;
    height: 15px;
    margin-right:10px;
}
.movers-header .dropdown-item svg path{
    fill:#001d3d!important;
}
.movers-header .dropdown-item:hover svg path{
    fill:#fff!important;
}
.dropdown-menu {
    font-family: 'Poppins-Medium';
}
.dropdown-item, .dropdown-menu,.movers-header .nav-item {
    font-family: 'Poppins-Medium';
    font-weight: 500;
}
/* .form-group label {
    color: #001d3d !important;
} */

/*********** Add User **************/
.wizard-title h5 {
    font-size: 13px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
    margin-top: 12px;
    display: inline-block;
}
/********** My Loads Page ************/
.userListDetailsCover .form-select.form-select-sortBy {
    height: 42px;
}


/*********** Contact Us **********/
.form-section {
    padding: 35px 45px 35px 65px;
}
.image-cover-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-cover-fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.font-size-15{font-size: 15px!important;}
.countsnumber {
    color: #001D3D;
    font-size: 30px;
    font-family: Rajdhani-Regular;
}

/***** All Modals Css ******/
.common-modal{
    z-index: 9999;
}
.common-modal .modal-content {
    border-radius: 10px;
    border-color: #eee;
}
.common-modal .modal-header {
    padding: 20px 25px;
    border-color: #ECECEC;
}
.common-modal .modal-header .modal-title {
    font-size: 16px;
    color: #333;
    font-family: Poppins-SemiBold;
}
.common-modal .modal-header .btn-close {
    color: #333;
    opacity: 1;
    font-size: 12px;
}
.common-modal .modal-body {
    padding: 20px 25px 25px 25px; 
}
.assignUser-modal .modal-dialog {
    max-width: 350px;
}

.payment-succes-part {
    display: block;
    text-align: center;
}
.payment-succes-check {
    width: 93px;
    height: 93px;
    margin: 0 auto;
    background: #FFD60A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.payment-succes-part h5 {
    color: #333;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    margin-top: 13px;
}
.common-modal .payment-status-content {
    max-width: 340px;
}
.dropdown-menu {
    border-radius: 7px;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 5px 10px #00000017;
    overflow: hidden;
    padding:0px;
}
.login-title .alert {
    margin-bottom: 0px;
}
.lh-24{line-height: 1.85;}
.cols-5 {flex: 0 0 auto; width: 20%;}
.cols-6 {flex: 0 0 auto; width: 16%;}

.icon-hw-80 {width: 80px; height: 80px;}
.mtn-30{margin-top: -30px;}
.p-20{padding: 20px;}
.bg-gray{background: #F6F6F6;}
.needHelp {background-position: right bottom; background-size: contain; background-repeat: no-repeat;}
.bg-blue{background:#003566;}
.border-radius-10{border-radius: 10px;}
.mw-1366{max-width: 1366px; position: relative; margin: 0 auto;}
.callus-img{position: absolute;}

.uploaded-img-prew {max-width: 130px; max-height: 130px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 999; border: solid 1px #ddd; margin-top: 20px;}
.uploaded-img-prew img{max-width: 130px; max-height: 130px;}
.uploaded-img-prew .close {position: absolute; right: -8px; top: -8px; background: #003566; border: none; width: 20px; height: 20px; text-align: center; color: #fff; font-size: 12px; border-radius: 20px;}

.cancelBtn.btn.btn-sm.btn-default {background: #fff; color: #001D3D; border: solid 1px #001D3D; border-radius: 5px !important; padding: 10px 25px; font-size: 15px; font-family: Poppins-SemiBold; opacity: 1; height: 45px; display: inline-block;}
.cancelBtn.btn.btn-sm.btn-default:hover{background: #003566; color: #fff;}
.drp-buttons .btn, .drp-buttons .btn-primary {height: 38px!important; min-height: 38px!important; padding: 6px 14px!important; font-size: 13px!important;}

.sw-btn-cancel {background: none; border: none; padding: 0px; color: #1492E6; margin-left: 20px; font-family: Poppins-SemiBold;}
.sw-btn-cancel:hover, .sw-btn-cancel:focus {background: none; border: none; padding: 0px; color: #001D3D; margin-left: 20px;}
.cursor-default{cursor: default!important;}
.ul-storage {list-style-type: none; padding: 0px;}
.ul-storage li {display: inline-block; padding-right: 60px;}
.browse-and-preview-absolute .uploaded-img-prew {position: absolute; top: -160px;}
.addMoreBtn .btn {position: relative; overflow: hidden; min-width: 45px; width: 45px !important; height: 45px; border-radius: 5px !important;}
.addMoreBtn .btn input {position: absolute; left: 0; top: 0; margin: 0px !important; width: 100%; height: 100%; opacity: 0;}
.live-dispatch-board input {padding-left: 15px;}
.live-dispatch-board input:focus-visible {box-shadow: none; outline: none;}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {border: solid 1px #ddd; padding: 4px 0px!important; background: transparent;}
.loads-types-info {padding: 0px; margin-bottom: 0px !important; display: inline-block;}
.loads-types-info li {display: inline-flex; align-items: center; border-left: solid 2px #ffd60a; padding: 0px 25px 0px 10px;}
.loads-types-info li h6 {color: #A8A8A8; font-size: 13px; font-family: Poppins-Regular;}
.loads-types-info li h5 {color: #000;}
.rajdhani-semi-bold{font-family: Rajdhani-SemiBold;}
.document-review-list.span-flex li {border: none !important; padding: 0px;}
.document-review-list.span-flex li span {display: inline-flex; word-break: break-word; border: solid 1px #ddd; padding: 8px 14px;}
.document-review-list.span-flex li button {border: none; background: transparent; text-align: center; padding: 5px 8px;}
.document-review-list.span-flex li button svg{margin:0px;}


/*********** Mukesh Sir Css *************/
.btn:focus{box-shadow:none !important;}
.btn-light{color:#001D3D;background-color:#E6E6E6;border-color:#E6E6E6;font-family:Poppins-SemiBold;font-size:15px;padding:12px 15px;}
.btn-light:hover,.btn-light:active,.btn-light:focus{color:#001D3D;background-color:#CECECE;border-color:#CECECE;}
.customLinkBtn{height:45px;}
.customLinkBtn:hover{background-color:#FFF;}
.tooltip.show{opacity: 1;z-index: 9999;}
.tooltip-inner{background-color:#333333;color:#FFD60A;font-size:13px;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{border-top-color:#333333;}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{border-right-color:#333;}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{border-left-color:#333;}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{border-bottom-color:#333;}

.font-semi-bold{font-family:Poppins-SemiBold !important;}
.font-medium{font-family:Poppins-Medium !important;}
.font-regular{font-family:Poppins-Regular !important;}
.ls-2{letter-spacing: 2px !important;}
.ls-1x{letter-spacing: 1.5px !important;}
.ls-1{letter-spacing: 1px !important;}
.fs11{font-size: 11px !important;}
.xsmallHeading{font-size: 12px !important;}
.fs14, .fs-14{font-size: 14px !important; text-align: justify;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs25{font-size: 25px !important;}
.smallHeading{font-size: 15px !important;}
.mediumHeading{font-size: 18px !important;}
.mw100{min-width:100px !important;}
.mw150{min-width:150px !important;}
.border-bg{background-color: #C9C9C9 !important;}
.form-control-plaintext{color: #333333;}
.border-bottom{border-bottom-color:#E2E2E2 !important;}
.opacity-50{opacity:.5 !important;}

/*My Account - Admin Details*/
.moverPageContent{display:inline-block;width:100%;}
.moverPageTabsMain{display:inline-block;width:100%;}
.moverPageTabsMain > ul{border-bottom:1px solid #E2E2E2;}
.moverPageTabsMain > ul .nav-link{color:#001D3D;opacity:.30;font-family:Poppins-SemiBold;padding:0 20px 20px;border-radius:0;position:relative;font-size: 15px;}
.moverPageTabsMain > .nav-pills .nav-link.active,.moverPageTabsMain > .nav-pills .show>.nav-link{color:#001D3D;opacity:1;background-color:transparent;}
.moverPageTabsMain > ul .nav-link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;z-index:1;background-color:transparent;border-radius:3px 3px 0 0;transition:all .15s ease;}
.moverPageTabsMain > .nav-pills .nav-link.active::after,.moverPageTabsMain > .nav-pills .show>.nav-link::after{background-color:#001D3D;}
.form-group input.form-control-plaintext[readonly] {height: inherit;border: 0;padding: 0;color: #333333;outline: none; cursor: default;}
.customLink{font-family:Poppins-SemiBold;}
.moverTabsBodyContent .form-group label{color:#333333;}

/*My Account - Company Profile */
.profileBoxIcons{min-width:28px;}
.profileBoxCover{display:inline-block;width:100%;background-color:#FFF;border:1px solid #EBEBEB;border-radius:5px;padding:16px;box-shadow: 0 3px 17px rgba(0, 0, 0, 0.07);}
.profileBoxImg{width:117px;height:117px;border-radius:3px;overflow:hidden;margin-right:4px;}
.profileBoxImg img{width:100%;height:100%;object-fit:contain;}
.profileBoxCover h5{font-family:Poppins-SemiBold;}
.profileBoxCover .star-cover{margin-top:2px;}
.customBadges .company_social_links{display: flex;}
.customBadges .company_social_links .badge{
    width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;
}
.customBadges .badge{font-size:13px;color:#333333;font-weight:normal;border:1px solid #E5E5E5;margin:10px 10px 0 0;padding:5px 5px;user-select: none; }
.color-inherit{color:inherit;}

/*My Account - Subscription */
.coverBoxArea{background-color:#FFF;border:1px solid #EBEBEB;border-radius:5px;box-shadow: 0 3px 17px rgba(0, 0, 0, 0.07);}
.accountSubscriptionBox, .userDetailsBox{padding: 25px 30px 18px;}
.planTitleGray {font-size: 18px;font-family: Poppins-SemiBold;}
.SubPriceValue {font-size: 25px;}

/* Users List Page */
.userListDetailsCover .headingRight .searchicon{width:274px;}
.smallHeaderCover{border-bottom: 1px solid #C9C9C9;padding-bottom: 10px;}


/*Verification Badge Page*/
.mdbListingRepeater {margin-bottom: 10px;padding: 25px 30px;}

/*Notification Settings Page*/
.customFixWidthBox {width: 74px !important;height: 35px !important;}
.customFixWidthBox.form-control:disabled,.customFixWidthBox.form-control[readonly]{background-color:#FFF;color:#929292;}

/*Custom Switch Toggle*/
.mdbSwitch{position:relative;display:inline-block;width:46px;height:25px;}
.mdbSwitch input{opacity:0;width:0;height:0;}
.mdbSwitch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#AEAEAE;border-radius:34px;-webkit-transition:.4s;transition:.4s;}
.mdbSwitch .slider::before{position:absolute;content:"";height:21px;width:21px;border: 1px solid #C9C9C9; left:2px;bottom:2px;background-color:white;border-radius:34px;-webkit-transition:.4s;transition:.4s;}
.mdbSwitch input:checked + .slider{background-color:#003566;}
.mdbSwitch input:focus + .slider{box-shadow:0 0 1px #003566;}
.mdbSwitch input:checked + .slider::before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px);}

.form-table.ldb-table tr td{padding:8px 20px;}
.form-table.ldb-table tr td .form-select, .form-table.ldb-table tr td .form-control{font-size:13px;color:#333333;width:auto;}
.form-table.ldb-table tr th{padding-left:20px;padding-right:20px;}

.ratingBoxCover{max-width: 260px;}
.boxSmallCover{padding: 15px 30px;min-height: 100px;}
.gap-lg{padding: 40px;}
.max-width-700{max-width: 700px;}
.max-width-540{max-width: 540px;}
.custom-blue-badge {color: #FFD60A;background-color: #001D3D;padding: 1px 8px;border-radius: 50px;}

/*Messages Page UI*/
.messageBoxList {width: 305px;min-height: 500px;max-height: 600px;}
.messageBoxList li{padding: 20px;position: relative;cursor: pointer;}
.messageBoxList li:not(:last-child){border-bottom: 1px solid #E2E2E2;}
.messageBoxList li::before {content: "";position: absolute;left: 0;top: 0;bottom: 0;z-index: 1;pointer-events: none;border-left: 5px solid transparent;transition: border .5s ease-in-out;}
.messageBoxList li.active::before {border-left-color: #001D3D;}
.messageBoxList li:hover:not(.active)::before {border-left-color: #e2e2e2;}


/************************************************Naveen CSS Start***********************************************************/



.slide.home-slider img{
    width: 100%;
}
.intel-brand-box-cover{
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.brand-title-cover{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.brand-title-cover .name-brand{
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
    align-items: start;
}
.brand-title-cover .id-name{
    padding: 3px 6px;
    background: #fff;
    border:1px solid #E5E5E5;
    border-radius: 13px;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin-right: 10px;
    min-width:120px;
    margin-left:10px;
    text-align: center;
    display: inline-block;
}
.brand-title-cover .amount{
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: 600;
}
.pick-up-bg{
    padding: 3px 8px;
    background: #FFD60A;
    border-radius: 5px;
    font-size: 13px;
    color: #001D3D;
    font-weight: 600;
    margin-right: 15px;
}
.pick-up-cover{
    display: flex;
    align-items: center;
    margin-top: 10px;

}
.pickup-inner{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}
.details-of-load{
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
}
.last-one .details-of-load{
    margin-bottom: 0;
}
.left-one{
    width: 12%;
}
.left-center-two{
    width: 43%;
    display: inline-block;
    padding: 13px 10px;
    border-right:1px solid #E9E9E9;
    text-align: center;
}
.left-right-three{
    width: 43%;
    display: inline-block;
    padding: 13px 10px;
    text-align: center;
}
.left-center-two a{
    font-size: 13px;
    line-height: 20px;
    color: #1492E6;
    font-weight: 600;
    text-align: center;
    
}
.left-right-three a{
    font-size: 13px;
    line-height: 20px;
    color: #1492E6;
    font-weight: 600;
    text-align: center;
   
}
.left-one {
    display: inline-block;
    padding: 5px 10px;
    width: 14%;
    border-right: 1px solid #E9E9E9;
    
}
.intel-last-brand{
    display: flex;
    border-top: 1px solid #E9E9E9;
}

/* The container */
.intel-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.intel-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 31px;
  width: 31px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.intel-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.intel-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #E5E5E5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.intel-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.intel-checkbox .checkmark:after {
    left: 12px;
    top: 6px;
    width: 7px;
    height: 14px;
    border: solid #62C937;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-one button{
    border: none;
    outline: none;
    background: transparent;
    margin-top: 5px;
    margin-left: 5px;
}
.add-btn-no-check .pick-up-bg{
    background: #001D3D;
    color: #fff;
}
/* .form-group .form-select{
    padding-left: 15px;
} */
.short-li select{
    border: none;
    background: transparent;
    cursor: pointer;
}
.short-li select:focus{
    border: none;
    outline: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
}


.movers-header .navbar-toggler {
    background: #fff;
}
.load-details-page .profileBoxCover{
    position: relative !important;
}
.pick-up-btn-cover .pick-up-btn{
    padding: 4px 10px;
    background: #FFD60A;
    border: none;
    outline: 0;
    color: #001D3D;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
}
.pick-up-btn-cover{
    position: absolute;
    right: 5px;
    top: 5px;
}
.load-details-page .editLink{
    font-weight: 600;
}
.load-left-btn button{
    min-width: 45px;
    min-height: 45px; 
    border: 1px solid #001D3D;
    border-radius: 5px;
    background: #fff;
}
.load-left-btn .share-btn{
    margin-left: 15px;
}
.load-first-btn-cover button{
    padding: 9px 18px;
    background: #0035661A;
    border-radius: 4px;
    border:1px dashed #00356633;
}
.lock-one{
    width: 16.34px;
    height: 18.67px;
    margin-left: 5px;
}
.load-first-btn-cover {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.charges-left-amount {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}
.charges-list-cover:last-child .charges-left-amount {
    margin-bottom: 0;
}
.charges-left-amount:last-child{
    margin-bottom: 0;
}
.charges-right-amount {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    font-weight: 600;
}

.charges-list-cover {display: flex;}
.pick-up-btn.blue-delivery{
    color: #fff;
    padding: 4px 10px;
    background: #003566 !important;
    border: none;
    outline: 0;
    border-radius: 5px;
    font-weight: 400;
}
.view-map{
    font-size: 13px;
    color: #1492E6;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}
.request-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #001D3D;
}
.request-view a{
    font-size: 13px;
    line-height: 20px;
    color: #1492E6;
    text-decoration: none;
    font-weight: 600;
}
.assign-user-cover button{
    padding: 12px 25px;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    border-radius: 5px;
    border: 1px solid #001D3D;
    background: #fff;
}
.assign-user-cover a{
    font-size: 13px;
    line-height: 20px;
    color: #1492E6;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 20px;

}
.assign-user-cover{
    float: right;
    display: flex;
    align-items: center;
}

.revoke-link {
    font-size: 13px;
    line-height: 20px;
    color: #1492E6;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 0px;
    display: flex;
    align-items: center;
}

.after-assign-user {
    display: flex;
    flex-wrap: wrap;
    float: right;
    /* justify-content: end; */
    align-content: flex-end;
}
.after-assign-user-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.after-assign-user-left-cover-img{
    width: 44px;
    
}
.after-assign-user-left-cover-img img{
    width: 100%;
    height: 100%;
}
.after-assign-user-left-cover-content{
        text-align: left;
    
    padding-right: 10px;
        min-width: 190px;
        max-width: 190px;
}
.after-assign-user-left-cover-icon{
    text-align: left;
    width: 20px;
    cursor: pointer;
}
.after-assign-user-left-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.after-assign-user-left-cover-content h4{
    margin-bottom: 0;
}
.after-assign-border{
        border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0px 20px;
    margin-right: 20px;
}
.after-assign-border label{
    font-size: 12px;
    line-height: 18px;
    color: #AEAEAE;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 3px;
}
.loadpage-check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  color: #001D3D;
  font-family: Poppins-SemiBold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.loadpage-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.loadpage-check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.loadpage-check-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.loadpage-check-box input:checked ~ .checkmark {
  background-color: #003566;
}

/* Create the checkmark/indicator (hidden when not checked) */
.loadpage-check-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.loadpage-check-box input:checked ~ .checkmark:after {
  display: block;
}



/* Style the checkmark/indicator */
.loadpage-check-box .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-check-box{
    display: inline-block;
    width: 100%;
    position: relative;
}

.h-120{
    height: 120px !important;
}
.fs-40{
    font-size: 40px !important;
}
.bg-light-gray{
    background: #e0e3e6 !important;
}
.origin-align{
    padding: 12px 20px;
}
.time-picker-post {
    width: 220px !important;
}
.time-picker-post .hourselect{
    background: #fff !important;
    width: 60px !important;
    height: 30px !important;
}
.time-picker-post .minuteselect{
    background: #fff !important;
    width: 60px !important;
    height: 30px !important;
}
.time-picker-post .ampmselect{
    background: #fff !important;
    width: 60px !important;
    height: 30px !important;
}
.time-picker-post .single {
    padding: 20px 8px !important;
}
.time-picker-post .drp-buttons{
     padding: 20px 8px !important;
}
.live-reset-btn {
    padding-right: 0px !important;
    min-width: auto;
    max-width: 114px !important;
    margin-right: 0 !important;
}

.ldb-dropdown-filters .form-group.width-200 {
    max-width: 200px;
}
.twoInputsGroup {
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #CECECE;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.twoInputsGroup .devider{width:1px; min-width: 1px; height: 20px; background: #CECECE}
.twoInputsGroup input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}
.form-group{
    vertical-align: middle;
}

.details-accordian-cover .step-preview-title {
    padding: 0;
}



.details-accordian-cover .step-preview-title > h2 {
    background: transparent;
    padding: 15px;
    border: 0;
    box-shadow: none;
    color: #001D3D;
}
















/************************************************Naveen CSS End***********************************************************/


/*--------- SUPPORT AND NOTIFICITON  CSS FROM DRIVER------------*/
.dropdown-toggle::after {
    border: 0 !important;
    background: url(../images/down-arrow.svg) no-repeat !important;
    width: 10px;
    height:6px;
}
.navbar-nav{
    align-items: center;
}
.user-header-img{
    padding-top: 0px !important;
    padding-bottom: 0px !important
}
.user-header-img i{
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    overflow: hidden;
}
.user-header-img i img{
    width: 100%;
}
.header-headphone {
    width: 45px;
    height: 45px;
    background: #003566;
    text-align: center;
    border-radius: 100px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.header-headphone.bell{
    background: #e6ebf0 !important;
}
.header-headphone.bell img{
    width: 25px;
}
.list-ul-cover ul li a{
    font-weight: 300;
}
.list-ul-cover ul {
    display: inline-block;
    padding: 0;
    margin-right: 60px;
}

.support-title{
    font-size: 30px;
    line-height: 46px;
    color: #001D3D;
    font-weight: 600;
    margin-bottom: 30px;
}
.support-left-box{
    padding: 23px 20px 39px 20px;
    box-shadow: 0px 0px 17px #0000000D;
    border: 1px solid #EBEBEB;
    background: #fff;
}
.raise-ticket-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #001D3D;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 18px;
}
.category-cover label{
    padding-top: 18px;
    font-size: 13px;
    line-height: 20px;
    color: #001D3D;
    font-weight: 600;
    margin-bottom: 5px;
}
.category-cover input,.category-cover select{
    height: 45px;
    border-radius: 5px;
}
.category-cover select{
    margin-bottom: 20px;
}
.category-cover textarea{
    resize: none;
    height: 142px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 13px 15px;
}
.support-page {
    padding-bottom: 30px;
    background: #f8f8f8;
}
.ticket-bg {
    background: #fff;
}
.driver-btn button{
    padding:12px 0px;
    min-width: 100px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    line-height: 23px;
    color: #001D3D;
    outline: 0;
    font-weight: 600;
    background: #FFD60A;
}
.raise-ticket-title.ticket-title{
    display: inline-block;
    border-bottom: none;
}
.search-cover{
    float: right;
    max-width: 274px;
}
.seven-title-cover{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ced4da;
    margin-top: 15px;
    margin-bottom: 15px;
}
.search-input{
    background: url(../images/search.svg);
}
.acordian-open{
    border: none;
    font-size: 13px;
    color: #333333;
    padding: 0;
    line-height: 20px;
}
.acordian-open.accordion-button:not(.collapsed){
    background: none;
    color: #333;
}
.support-accordian-width td:nth-child(2){
    width: 362px;
}
.acordian-open.accordion-button:not(.collapsed)::after{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.support-accordian-width td:nth-child(3){
            width: 172px;
}
.description-tab-one{
    width: 60%;
    float: left;
}
.description-tab-two{
    width: 156px;
    float: right;
}
.description-tab-one label{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    opacity: 40%
}
.description-tab-two label{
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    opacity: 40%
}
.support-accordian-width td{
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.description-tab-one p{
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.description-tab-two p{
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.notification-box-cover{
    padding: 16px 20px;
    background: #e0e3e6;
    box-shadow: 0px 0px 25px #0000000D;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-left{
    float: left;
    font-size: 16px;
    color: #001D3D;
    font-weight: 600;
    line-height: 25px;
}
.notification-right{
    float: right;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.notification-right a{
    margin-left: 30px;
}
.noti_lists{
    padding: 0px;
}
.fs-30{
    font-size: 30px !important;
}
.trail-bg{
    background: #003566;
}
.faq-bg-gap {
    background: url(../images/about-bg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #fdfdfd;
}
.arrow-icon svg{
    width: 14px ;
    height: 10px;
    min-width: 14px;
    min-height: 10px;
}
.map-tab-cover .plan-types ul li {
    display: inline-block;
    padding: 9px 15px;
    font-size: 13px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
    cursor: pointer;
}
.map-tab-cover .plan-types ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    border: 1px solid #001D3D;
}
.map-tab-cover .plan-types ul li.active {
    background: #001D3D;
    color: #ffd60a;
}
.map-tab-cover{
    position: relative;
}
.map-tab-cover .plan-types{
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 12px;
}
.trust-postion {
    position: absolute;
    left: 5px;
    top: 5px;
    display: none;
}
.intel-main-bg-cover{
    background: #fff;
}
button#js-load-status {
    background: transparent;
}
.trust-postion img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    cursor: pointer;
}
#js-request-load-button{
    background: transparent;
}

.image-tool-tip .tooltip-inner {
    background: #fff;
    padding: 10px;
    border: 1px solid #333333;
}

.image-tool-tip .tooltip-inner img {
    max-width: 100%;
    max-height: 100%;
}
.notification-left{
    margin: 0 auto;
}
.request-new-bg{
    background: transparent;
    box-shadow: none;
}
.requst-add-btn{
    min-width: 100px;
}
.re-search-btn {
    margin-right: 10px !important;
    margin-left: 10px;
}

.register-form.login-form-part form{
    padding-bottom: 30px !important;
}
.register-subtitle h5{
    margin-bottom: 0 ;
}
div#card-element div {
    width: 100%;
}
div#card-element {
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
}

.term-check.form-group.checkbox label::before {
    position: absolute;
    left: 0;
    top: 0;
}

.term-check.form-group.checkbox label {
    padding-left: 30px;
    flex-wrap: wrap;
}
.success-image {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 70px;
    width: 70%;
}
.success-image svg{
    margin-right: 15px;
}
.success-title{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
    
.payment-full-page{
    width: 100%;
    height: calc(100vh - 75px);
}
.payment-full-page .modal-dialog-centered{
    margin-top: 0;
    margin-bottom: 0;
}

.White-header .header-menu-last-child .nav-link,.afterlogin-menu .header-menu-last-child .nav-link{
    background: #fff;
}
.trust-postion-only {
    position: absolute;
    left: 37%;
    top: 22%;
}
.trust-postion-only img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
}
.new-padding-right{
    padding-right: 10px;
}

.copyClientkey,.copyToken2{
    color : #0d6efd !important;
    cursor: pointer;
}

.copySecretkey{
    color : #0d6efd !important;
    cursor: pointer;
}
.fmcsa-info{
    padding: 10px 10px;
    background-color: white;
    margin: -5px;
}
.adv-banner-sidebar{
    width: 192px;
}

.fs-16 { font-size:16px !important; }
.mh-auto { min-height: auto !important; }




@media (max-width: 1700px){
    .adv-banner-sidebar{
        display: none;
    }
}

@media (min-width: 1200px){
    .after-assign-user-left-cover-content {
        min-width: 150px;
        max-width: 150px;
    }
    
}

/*Ipad Landscape - 992*/
@media only screen and (max-width:1199px){
    .search-origin-destination .form-group .form-select{
        min-width: 100%
    }
    .support-page{
        /* padding: 0px 15px; */
    }
    .after-assign-user-left-cover-content {
        min-width: 150px;
        max-width: 150px;
    }
    .fs-30{
        font-size: 24px !important;
    }
    .fs-40 {
        font-size: 32px !important;
    }
    .navbar-expand-lg .navbar-collapse.show {
        overflow: auto;
        max-height: calc(100% - 80px);
        position: fixed;
    }
}
/*Ipad Portrait - 768*/
@media only screen and (max-width:991px){
    .list-ul-cover ul {
        display: inline-block;
        padding: 0;
        margin-right: 20px;
    }
    .notification-right{
        width: 50%;
        text-align: right;
    }
    .support-page{
        /* padding: 0px 15px; */
    }
    .fs-30{
        font-size: 22px !important;
    }
    .fs-40 {
        font-size: 28px !important;
    }
    
    .trust-badge-title strong {
        margin-right: 3px;
        
    }
}
/*mobile landscape - 576*/
@media only screen and (max-width:767px){
    .mb-sm-3{
        margin-bottom: 1rem;
    }
    .notification-box-cover{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .notification-left{
        line-height: 18px;
        padding-right: 10px;
        width: 100%;
    }
    .notification-right{
        float: left;
    }
    .notification-right span {
        position: absolute;
        top: 4px;
        right: 8px;
    }
    .after-assign-user-left-cover-content {
        min-width: 130px;
        max-width: 130px;
    }
    .fs-30{
        font-size: 20px !important;
    }
    .fs-40 {
        font-size: 24px !important;
    }
    .mobile-no-flex{
        display: inline-block;
        width: 100%
    }
    .home-slider-page.mtn-30{
        margin-top: 0 !important;
    }
    .section6-right .sub-title {
        max-width: 100% !important;
    }
    .search-filters{
        text-align: left !important;
    }
    .search-origin-destination{
        width: 100%;
    }
    .margin-zero {
        margin-left: 0 !important;
    }
    .request-new-bg .form-group{
        width: 100%;
    }
    .request-new-bg .form-group select{
        width: 100%;
    }
    .re-search-btn {
        margin-right: 10px !important;
        margin-left: 0px;
    }
    .request-new-bg .select-radius{
        max-width: 100%;
        padding: 0; 
    }
    .mobile-btn-margin{
        margin-top: 10px;
    }
    .mobile-btn-margin button:first-child{
        padding-left: 0px;
    }
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
      font-size: 16px;
    }
    .notification-right{
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:575px){
    .after-assign-border {
        border-left: 0;
        border-right: 0;
        padding: 0;
    }
    .after-assign-user {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .search-origin-destination {
        display: inline-flex;
    }
    .search-origin-destination.mobile-live-flex{
        display: flex;
    }
    .search-origin-destination.mobile-live-flex .form-group {
        width: 100%;
    }
    .search-origin-destination.mobile-live-flex + .select-radius {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .ldb-dropdown-filters .form-group {
        max-width: 100%;
       
    }
    .ldb-dropdown-filters .form-group.last-child{
        max-width:calc(100% - 60px);
       
    }
    

}

/*mobile Portrait - 320*/
@media only screen and (max-width:479px){
    
    
}
@media only screen and (max-width:374px){
  
}

.dataTables_processing{
    display: none !important;
}

.multiple_subcategories_loader {
    position: absolute;
    top: 14px;
    right: 10px;
    display: none;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1;
}
.table-responsive{
    min-height: 300px;
}
.no_data{
    text-align: center;
font-size: 15px;
color: black;
}
/*--------- SUPPORT AND NOTIFICITON  CSS FROM DRIVER------------*/
.js-datepicker {
    background: url('../images/calendar.svg');
    background-repeat: no-repeat;
    background-position: center left calc(100% - 10px);
    background-size: 14px;
    padding-right: 25px;
  }

  .word-wrap{
    word-wrap:break-word !important;
  }

  .revoke_btn{
    float: right;
    padding: 6px 16px !important;
    display: flex;
    align-items: center;
  
  }

  .custom_disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
 }

 .custom_loader {
    border: 16px solid #d3d3d3;
    border-radius: 50%;
    border-top: 16px solid #FFD60A;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .custom_btn .left-one{ width: 13% !important; }
  .custom_btn .left-right-three{ width: 80% !important; }
  .job_post_type_id_1{
      background: #003566 !important;
      color: #FFF !important;
  }
  .job_post_type_id_2{
    background: #FFC300 !important;
  }
  .job_post_type_id_3{
    background: #e88420 !important;
  }


  /*START RATING---------*/
:root {
  --star-size: 22px !important;
  --star-color: #c7c7c7;
  --star-background: #fc0;
}

.rating_stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 22px !important;
  font-family: Times;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.rating_stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

   /*START RATING---------*/
 
   /* chat screen */
.chat-msg-right.col-12 {
    text-align: right;
}
   /* chat screen */
 
   .width-100{
       width: 100px !important;
   } 

span.custom-blue-badge.fs11.font-medium.unreadcount {
    color: #001D3D;
    background-color: #FFD60A;
}
.d-block.w-100.messageBoxContent {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.chat-head.row {
    background: #fff;
    padding: 5px;margin-right: 0px;
    margin-left:0;
}
.chat-filter {
    margin-bottom: 5px;
    width: 305px;
}
#messageBoxUl ul.dropdown-menu.show li {
    padding: 5px;
}

#messageBoxUl .dropdown.arrow-hide {
    display: inline-block;
    float: right;
}
h6.smallHeading.text-gray-dark.mb-0.font-semi-bold.text-truncate.leftcompnay.filter2 {
    display: inline-block;
    padding-top: 10px;
}

.white-space-break-spaces{
    white-space: break-spaces;   
}

.swal-text {
    text-align: center !important;
}
.swal-button--confirm:not([disabled]):hover {   
    background: #001D3D !important;
    color: #FFD60A !important;
}
.swal-button--confirm{
    background: #001D3D !important;
    color: #FFD60A !important;
}
.file_uploading .browse-file-btn {
    min-width: 170px;
}

.table-padding tbody td{
    padding-left: 0px !important;
    padding-right: 0px !important; 
}
.table-padding tbody td select, .table-padding tbody td input{
    padding-left: 20px !important;
}
.table-padding tbody td:last-child{
    text-align: center !important;
}
.trust_list_element img {
    width: 20px;
}


.arrow-hide.dropdown.filterchat {
    position: absolute;
    top: 5px;
    left: inherit;
    width: 35px;
    display: block;
    right: 0;
}
.ldb-dropdown-filters .form-group.width-200 {
    max-width: 193px;
}
.twoInputsGroup {
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #CECECE;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.twoInputsGroup .devider{width:1px; min-width: 1px; height: 20px; background: #CECECE}
.twoInputsGroup input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}
.form-group{
    vertical-align: middle;
}

.DashboardPage .form-group{
    margin-bottom: 0px !important;
}

.raise_tickets .ticket-bg:not(.add-extra-detail, :first-child) td {
    border-top: solid 10px #f8f8f8;
}
.raise_tickets .ticket-bg td, .raise_tickets .ticket-bg th  {
    padding: 11px 18px;
}
.raise_tickets .table-responsive-main .table-responsive > table {
    width: 100% !important;
}
.support_ticket_select{
    font-size: 13px;
}
/*.front_notification_counts {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #ffd60a;
    font-size: 12px;
} */
.front_notification_counts {
    width: 25px;
    height: 25px;
    background: #ffd60a;
    position: absolute;
    right: -6px;
    top: -5px;
    border-radius: 100%;
    font-size: 11px;
    text-align: center;
    line-height: 27px;
}
.messageBoxRightInner .form-group{
    margin-bottom: 0 !important;
}
img.trust_menu_icon {
    height: 20px;
    width: 20px;
    margin-left: -3px;
    object-fit: contain;
}
span.trust_badge_text_menu{
    padding-left: 5px;
}
.live-new-alignment .form-control{
    background-color: #fff !important;
}
.new-gap-adjust {
    min-width: 114px !important;
}

.home_trust_badge_logo{
    object-fit: contain;
    border: 0.1px solid #ccc;
    background: #fff;
}
.footer-last-sub-title.extra_space {
    margin-bottom: 10px;
}
.live-new-alignment .form-control{
    background-color: #fff !important;
}
.new-gap-adjust {
    min-width: 114px !important;
}

.company_user_view{
    min-width: 11px;
    min-height: 11px;
}

.raise_tickets .page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #ffd60a;
    border-color: #0e0d0d;
}
.raise_tickets .page-link {
    color: #0c0c0c;
}

.raise_tickets .page-link:hover {
    z-index: 2;
    color: #0a0a0a;
    background-color: #ffd60a;
    border-color: #0c0c0c;
}
.raise_tickets input.form-control.form-control-sm {
    height: 45px;
    padding-left: 30px;
    border-radius: 5px;
}
.ticket_search_icon {
    position: relative;
}
.tick_search_option {
    position: absolute;
    left: 18px;
    top: 17px;
}
/*Raise ticket css -----------*/
.company_logos_ico{
    max-height:56px;
}

.min-height-60{
    min-height: 60px !important;
}
.min-height-35{
    min-height: 35px !important;
    font-size: 12px;    
}
.about-us-image-box{
    height: 100%;
    width: 100%;
    max-width: 480px;
    object-fit: cover;
}
.carriers-image-box{
    height: 100%;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
.max-height-400{
    max-height: 400px !important;
}
.max-height-300{
    max-height: 300px !important;
}
.max-height-240{
    max-height: 240px !important;
}
.about-us-dispatch-platform-image-box{
    height: 100%;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
.moving-company-interlining{
    height: 100%;
    width: 100%;
    max-width: 550px;
    padding-top: 25px;
}

.custom_size_dm{
    min-width: 90px !important;;
}
.custom_size_dm2{
    min-width: 90% !important;;
}
.primary-color{
    color: #FFD60A !important;
}
.primary-background-color{
    background-color: #FFD60A !important;
}

.escrowBtn a {width: auto}

.escrowBtn img {
    max-width: 120px;
}

.escrowBtn {
    display: flex;
    justify-content: end;
}


.blink_me {
    animation: blinker 1s linear infinite;
    fill: #FFD60A; /* New fill color when class is added */
  }
  
@keyframes blinker {
50% {
    opacity: 0;
}
}
.blink_me_background,.company_social_links span{
   background: #001D3D !important;
}

.password-icon{
    background-repeat: no-repeat!important;
    background-position: center right 10px!important;
    padding-right: 27px;
    background: url('../images/info-icon.svg');
}


.input-with-icon {
    position: relative;
  }

  .info-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .form-control-ch {
    padding-right: 35px;
  }

  .form-control-ch.is-invalid{
    background: none !important;
  }
  .custom-tooltip.tooltip > .tooltip-inner
  {
      text-align: left;
      max-width: 500px;
      padding-top: 15px;
  }

  .custom-tooltip2.tooltip > .tooltip-inner
  {
      text-align: left;
      max-width: 500px;
      background-color: #003566;
      color: white;
      padding: 10px;
  }
  .custom-tooltip2 .tooltip-arrow::before{
    border-top-color: #003566;
  }

  .pricing-tooltip.tooltip > .tooltip-inner
  {
    padding-top: 5px;
  }
  .box-element{
    background: white;
    box-shadow: 0px 0px 10px #cccc;
    padding: 25px;
    border-radius: 1px;
  }
  .ft-16{
    font-size: 16px !important;
  }
  .no-border{
    border-width: 0px !important;
  }

  .job_title_form {
    color: #001D3D !important;
    font-size: 16px !important;
    font-family: Poppins-SemiBold !important;
    margin-bottom: 5px !important;
  }
  .cu-title{
    color: #001D3D;
    margin-left: 10px;
  }
  #js-job-post-form .accordion-collapse{
      padding:  0px 15px;
  }
  .cu-create-post .step-preview-title{
    background: #003566 !important;
    color:white;
  }

  .cu-create-post .step-preview-title > h2 {
    color:white !important;
  }

  .cu-create-post .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  .ch-btn-close{
    width: 1px;
    height: 8px;
    display: inline-block;
  }

  .dashboard_large_btn{
    font-weight: 600;
    font-size:1.3rem;
    text-transform: uppercase;
  }

  .dashboard_large_btn_contaner{
    color: #001D3D !important;
    background: #FFD60A!important;
  }

  .blue_button{
    background: #001D3D !important;
    color: #FFD60A!important;
   
  }
  .dashboard_large_image_0 {
    width: 30px;
  }
  .dashboard_large_image_1 {
    width: 45px;
  }
  .dashboard_large_image_2 {
    width: 40px;
  margin-top: -3px;
  }
  .dashboard_large_image_3 {
    width: 50px;
    margin-top: 0px;
  }

  .swal2-container {
    z-index: 9999999 !important; /* Bootstrap modals use 1050 - 1070 */
  }
  .profile-img-box{
    width: 96px;
    height: 96px;
    margin-right: 16px;
  }
  .profile-img-box img{
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
  }
  .new-pages .single-loaddetail h5{
    margin-bottom: 2px;
  }
  .new-pages .origin-contact-detail{
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .fw-semibold{
    font-weight: 600;
  }
  .text-link{
    color: #007AFF;
  }
  .text-green{
    color: #34C759;
  }
  .single-loaddetail.col-md-6{
    width: 50%;
  }
  .profile-tag{
    background-color: #F2F2F7;
    padding:4px 12px;
    border-radius: 8px;
    color: #333333;
    font-size: 13px;
    margin-right: 16px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .profileBoxCover-new {
    display: inline-block;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    padding: 16px;
}
.text-001D3D{
    color:#001D3D;
}
.fs-13{
    font-size: 13px;
} 
.text-black{
    color: #000;
} 
.opacity-30{
    opacity: .3;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px !important;
}
.fs-11{
    font-size: 11px;
}
.fw-poppins-normal{
    font-family: 'Poppins', sans-serif !important;
}
.text-333333{
    color: #333333 !important;
}
.form-group.checkbox.finder-checkbox {
    margin-bottom: 12px !important;
    width: auto;
    min-width: 40%;
}
.profile-result-box{
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 16px);
    background: #fff;
    margin-bottom: 16px;
}
.profile-result-box-img{
    height: 275px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.profile-result-box-img img{
    max-width: 100%;
    max-height: 100%;
}
.profile-result-box-content{
    background-color: #fff;
    padding: 16px;
}
.profile-cleared{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 3px 5px;
    border-bottom-left-radius: 8px;
    background-color:transparent;
    font-size: 13px;
    font-family: Poppins-SemiBold;
}
.profile-result-box-title{
    font-size: 18px;
    color: #000000;
    font-family: Poppins-SemiBold;
    margin-bottom: 8px;
}
.text-8E8E93{
    color:#8E8E93;
}
.profile-browse input{
    position: absolute;
    opacity: 0;
    width: 140px;
    height: 35px;
    cursor: pointer;
}
.profile-browse-btn{
    border: 1px solid #C7C7CC;
    border-radius: 8px;
    background-color: transparent;
    padding: 7px 17px;
    color: #333333;
    font-size: 13px;
    font-family: Poppins-SemiBold;
}
.max-190{
    max-width: 190px;
}
.max-45{
    max-width: 130px;
}
.min-20{
    min-width: 20px !important;
}
.profile-seprate-line{
    width: 12px;
    margin: 0px 16px;
    border-bottom: 1px solid rgb(0, 0, 0, .3);
}
.pt-13{
    padding-top: 13px;
}
.profile-availbility-box{
    margin-bottom: 24px;
}
.profile-availbility-box:last-child{
    margin-bottom: 0px;
}
.h-36{
    height: 36px;
}
.btn-outline-blue:hover svg path{
    fill: #fff !important;
}
.inputwithdropdown.profile-mobile-number .form-select {
    max-width: 110px;
}
.login-text {
    font-size: 13px;
    color: #1C3AA9;
    text-decoration: none;
    font-family: Poppins-SemiBold;
}
.request-box{
    margin: 0px auto 30px;background: white;padding: 20px;
}
.addMoreBtn label{
    min-height: 24px;
}
.live-new-alignment{
    width:100%;
}
.cms-page-title h1 {
    font-size: 30px;
    color: #001D3D;
    font-family: Poppins-SemiBold;
}
#toast-container > div{
    opacity: 1 !important;
}
.i-icon svg{
    height: 11px;
    width: 11px;
}
.accordion-body{
    word-break: break-word;
}
.partner-logo{
    width: 215px;
}
.form-control-plaintext a{
    word-break: break-all;
}
.pricing-table-responsive{
    min-height: inherit;
    padding:5px 16px;
    background: #fff;
    border-radius: 16px;
}
.pricing-table-responsive table{
    margin-bottom: 0;
}
.pricing-table-responsive table th{
    font-size: 16px;
    color: #AEAEAE;
    font-family: Poppins-SemiBold;
   
    border-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}   
.pricing-table-responsive table td{
    font-size: 15px;
    color: #000000;
    font-family: Poppins-Regular;
    padding-top: 11px;
    padding-bottom: 11px;
    border-color: rgba(0, 0, 0, .05);
} 
.pricing-table-responsive table tr:last-child td{
    border-bottom: 0px;
}
.fw-medium{
    font-family: Poppins-Medium;
}
.pricing-table-responsive table td.fw-medium{
    font-family: Poppins-Medium;
}
.pricing-table-responsive table td:first-child,.pricing-table-responsive table th:first-child{
    padding-left: 0;
}
.pricing-table-item-sticky{
    position: sticky;
    left: 0;
    background: #fff !important;
    white-space: nowrap;
}
.pricing-tesimonial-box{
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
}
.Pricing-testimonial-img{
    width: 24px;
    height: 24px;
    border-radius: 100px;
    overflow: hidden;
}
.Pricing-testimonial-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.testimonial-slider .slick-slide {
  margin: 0 8px;
}
.testimonial-slider .slick-list {
  margin: 0 -8px;
}
.rounded-16{
    border-radius: 16px !important;
}
.pricing-accordion .accordion-button::after{
    background: url(../../front/images/pricing-accordion-arrow.svg) no-repeat;
        background-position: center;
}
.pricing-accordion .accordion-button{
    color:#000;
    font-weight: 500;
    cursor: pointer;
}
.pricing-min-height-46{
    min-height: 46px;
}
.pricing-mobile-tabs li{
    width: 25%;
}
.pricing-mobile-tabs li:first-child{
    order:4
}
.pricing-mobile-tabs.nav-tabs .nav-link{
    color: #989898;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid transparent;
    padding:12px 10px;
    width: 100%;
    text-align: center;

}
.pricing .mobile-tabs{
    width: 100%;
}
.pricing-mobile-tabs.nav-tabs .nav-item.show .nav-link, 
.pricing-mobile-tabs.nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #003566;
}
.pricing-moving-title{
    font-weight: bold;
    color: #000;
}
@media (min-width: 1200px){
    .pricing-box-over{
        margin: 0px -10px;
    }
    .pricing-box-over.tab-content>.tab-pane {
        display: block;
        width: calc(25% - 20px);
        margin: 10px;
        opacity: 1;
    }
    .pricing-box-over.tab-content>.tab-pane .plan{
            width: 100% !important;
            margin: 0px;
            height: 100%;
    }
    
}
@media (min-width: 768px) and (max-width: 1199px){
    .pricing-box-over{
        margin: 0px -10px;
    }
    .pricing-box-over.tab-content>.tab-pane {
        display: block;
        width: calc(50% - 20px);
        margin: 10px;
        opacity: 1;
    }
    .pricing-box-over.tab-content>.tab-pane .plan{
            width: 100% !important;
            margin: 0px;
            height: 100%;
    }
    .plan-types{
        width: 100%;
    }
    .main-title .plan-types ul {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .main-title .plan-types ul li{
        width: 50%;
    }
    .pricing-box-over{
        width: 100%;
    }
    .pricing .plan{
        width: calc(50% - 20px) !important;
        margin: 0px;
    }
    .pricing-sub-heading{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .new-pages .single-loaddetail{
        margin-top: 7px !important;
    }
    .mobile-banner{
        min-height: 353px;
        object-fit: cover;
    }
    .sehedule_demo_btn, .sehedule_demo_btn:hover, .sehedule_demo_btn:focus{
        padding-left: 0px !important;
    }
    .testimonial-slider .slick-list {
        padding: 0 20% 0 0; /* padding-right controls how much of next slide is visible */
    }
    .plan-types{
        width: 100%;
    }
    .main-title .plan-types ul {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .main-title .plan-types ul li{
        width: 50%;
    }
    .pricing-box-over{
        width: 100%;
    }
    .pricing .plan{
        width: 100% !important;
        margin: 0px;
    }
    .pricing-sub-heading{
        font-size: 16px;
    }
   
    
}
@media (max-width: 479px){
    .max-45 {
        max-width: 120px;
    }
    .profile-seprate-line{
        margin: 0px 4px;
    }
    .max-190 {
        max-width: 50%;
    }
    .single-loaddetail.col-md-6 {
        width: 100%;
    }
}

.min-width-116{
    min-width: 116px;
}

.movers-labor-btn {
  color: #001D3D;
  border-color: #001D3D;
  padding: 10px 23px;
  background: transparent;
  font-size: 15px;
  line-height: 23px;
  border: 1px solid #001D3D;
  border-radius: 5px;
  font-weight: 600;
}

    .complete-profile-steps * {
        font-family: Poppins-Regular;
    }

      .complete-profile-steps .fa  {
        font-family: "Font Awesome 5 Pro";
  font-weight: 900;
    }


    .btn-state-row-delete {
        background:rgba(255,59,48,0.2); color:rgb(255,59,48)
    }
    .hide {
        display: none;
    }

    .fs-12 {
        font-size: 12px;
    }

    .profile-tabs .nav-item {
        margin-left: 8px;
    }

    .profile-tabs .nav-link {
        background-color: #DFE5E9;
        font-size: 15px;
        color: rgba(51, 51, 51, .3);
        font-family: Poppins-SemiBold;
        border-radius: 8px;
    }

    .profile-tabs .nav-link.active {
        background-color: rgba(0, 53, 102, 1);
    }

    .profile-progress {
        background-color: #F2F2F7;
        height: 12px;
        border-radius: 8px;
    }

    .profile-progress .bg-success {
        background-color: #FFD60A !important;
        border-radius: 8px;
    }

    .profile-complete-top {
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 16px;
    }

    .profile-complete-bottom {
        float: left;
        width: 100%;
    }

    .complete-profile-setup-list {
        font-size: 15px;

        color: #000;
        font-family: Poppins-SemiBold;
    }

    .complete-profile-setup-list>.form-group {
        display: list-item;
        padding-left: 10px;
    }

    .profile-question-radio {
        display: inline-block;
        font-weight: normal;
        font-family: 'Poppins', sans-serif !important;
    }

    .profile-question-radio input {
        position: absolute;
        opacity: 0;
    }

    .profile-question-radio input+span {
        border: 1px solid #E2E2E2;
        font-size: 13px;
        color: #333333;
        padding: 13px 15px;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif !important;
        margin-right: 10px;
        display: inline-block;
    }

    .profile-question-radio input+span::before {
        width: 18px;
        height: 18px;
        border: 1px solid #CECECE;
        content: '';
        border-radius: 30px;
        display: inline-block;
        vertical-align: top;
        margin-right: 4px;
        margin-right: 10px;
    }

    .profile-question-radio input:checked+span {
        background-color: #003566;
        color: #fff;
    }

    .profile-question-radio input:checked+span::before {
        border: none;
        background: url('../images/profile-radio-active.svg');

    }

    .profile-question-text {
        font-size: 13px;
        font-family: 'Poppins', sans-serif !important;
        color: #001D3D;
        margin-top: 3px;
        margin-bottom: 8px;
        display: block;
        width: 100%;
    }

    .profile-question-title {
        font-size: 15px;
        font-family: Poppins-SemiBold;
        color: #001D3D;
    }

    .fw-semibold {
        font-family: Poppins-SemiBold;
    }

    .complete-profile-steps .form-group.checkbox input:checked~label::before {
        background-color: transparent;
        border-color: #CECECE;
    }

    .complete-profile-steps .form-group.checkbox input:checked+label::after {
        border-color: #003566;
    }

    .max-width-410 {
        max-width: 410px;
    }

    .complete-profile-steps .btn-primary {
        font-family: Poppins-SemiBold;
        border-radius: 8px;
    }

    .complete-profile-steps .btn-outline-blue {
        font-family: Poppins-SemiBold;
        color: #003566;
        border-color: #003566;
        background-color: transparent !important;
        border-radius: 8px !important;
    }

    .complete-profile-steps .btn-outline-blue:hover {
        color: #fff;
        background-color: #003566 !important;
    }

    .complete-profile-steps .complete-service-area-item h5 {
        font-size: 15px;
        color: #001D3D;
        font-family: Poppins-SemiBold;
    }

    .complete-service-area-item .form-group.checkbox {
        margin-bottom: 13px;
    }

    .complete-service-area-item .form-group.checkbox label {
        font-family: 'Poppins', sans-serif !important;
        color: #000;
        font-size: 13px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .complete-profile-steps .btn-default {
        border-color: #999999;
        font-size: 15px;
        color: #999999;
        font-family: Poppins-SemiBold;
        border-radius: 8px;
        margin-right: 15px;
        background-color: transparent;
        line-height: 26px;
    }

    .complete-profile-steps .btn-default:hover {
        color: #fff !important;
        background-color: #999999;
    }

    .complete-border-dark {
        border-color: #C9C9C9 !important;
    }

    .complete-same-physical {
        color: #000000 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .complete-add-buttton {
        color: #1492E6 !important;
        font-family: Poppins-SemiBold;
        padding-right: 0px;
        padding-left: 0px;
    }

    .complete-add-buttton svg {
        margin-right: 5px;
    }

    .complete-tag {
        background-color: #62C93726;
        color: #62C937;
        font-size: 12px;
        font-family: Poppins-SemiBold;
        border-radius: 4px;
        padding: 3px 8px;
        display: inline-block;
        text-transform: capitalize;
        letter-spacing: 0;
    }
    
    .complete-tag.inactive{
        background-color: #C9373726 !important;
        color: #C93737 !important;
    }

    .complete-profile-card {
        border: 1px solid #E5E5EA;
        border-radius: 16px;
        height: calc(100% - 1rem);
    }

    .complete-profile-card-heading {
        font-size: 15px;
        color: #001D3D;
        font-family: Poppins-SemiBold;
        padding-bottom: 10px;
        border-bottom: 1px solid #C9C9C9;
        margin-bottom: 15px;
    }

    .font-poppins-bold {
        font-family: Poppins-SemiBold;
    }

    .complete-profile-steps .origin-contact-detail {
        margin-bottom: 24px;
        padding-bottom: 0;
    }

    .complete-operating-status {
        border: 1px solid #D1D1D6;
        font-size: 14px;
        color: #000000;

        border-radius: 8px;
        padding: 4px 10px;
        margin-right: 8px;
        margin-bottom: 8px;
        display: inline-block;
    }

    .font-poppins-medium {
        font-family: Poppins-Medium;
    }

    .uploaded-img-prew {
        z-index: 9;
    }

    .compplete-yellow-tag {
        background: #FFD60A;
        color: #000;
        font-size: 12px;
        border-radius: 20px;
        padding: 2px 8px;
        margin: 0px 10px;
        font-family: Poppins-SemiBold;
    }

    .text-333333 {
        color: #333333 !important;
    }

    .complete-profile-steps .profileBoxImg {
        width: 90px;
        height: 90px;
    }

    .complete-profile-steps .main-title h1 {
        color: #001D3D;
    }

    .complete-overlay-content {
        background-color: rgba(0, 0, 0, .5);
        /* White with 70% opacity */
        backdrop-filter: blur(5px);
        /* Apply a 10px blur to content behind this element */
        -webkit-backdrop-filter: blur(5px);
        /* For Webkit-based browsers */
        padding: 20px;
        /* Add some padding for readability */
        border-radius: 10px;
        /* Optional: Rounded corners */
        /* You might need to position this element depending on your layout */
        /* For example, to center it: */
        top: 0;
        height: 100%;
        width: 100%;
    }

    .fs-29 {
        font-size: 29px;
    }

    .complete-overlay-content-inner {
        max-width: 921px;
        margin: 0 auto;
    }
    .light-text{
       font-family: 'Poppins', sans-serif;
    }
