@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');

html{
    scroll-behavior: smooth;
}
body{
  font-family: "Rajdhani", sans-serif;
    font-weight: 500;
}
.btn:focus,input:focus-visible,select:focus-visible,a:focus {
    outline: unset !important;
    outline-offset: unset !important;
    text-decoration: unset;
}
.btn.active, .btn:active{
    box-shadow:unset;
}
.material-symbols-outlined{
    vertical-align: middle;
}
.input-error {
    border: 1px solid #ff4d4d !important;
}
ul.list-unstyled {
    list-style: inside;
    font-size: 16px;
    line-height: 2;
}
.applicant-info-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #ffd700;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 16px;
    align-items: center;
}
.applicant-info-item {
    color: #333;
}
.applicant-info-item .f-label {
    font-weight: 600;
    color: #ed143d;
    margin-right: 5px;
    text-transform: uppercase;
}
/*----------------------------------- Admin Login -----------------------------------*/
.admin-login-wrap .row,.admin-login-wrap .col-md-5,.admin-login-wrap .col-md-7{
    padding: 0;
    margin: 0;
}
.admin-login-wrap .col-md-5,.admin-login-wrap .col-md-7{
    display: table;
}
.mp-dashboard-wrap .mp-user-search-form-middle{
    width: 100%;
}
.admin-login-wrap .inner-left-section{
    background: #8cbc43;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}
.admin-login-wrap .inner-left-section .logo-img{
    height: 120px;
    width: 381px;
    margin: 0 auto;
}
.admin-login-wrap .inner-left-section .logo-img img{
    max-height: 100%;
    max-width: 100%;
}
.admin-login-wrap .inner-left-section .logo-text{
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 30px 0 0 0;
    text-transform: capitalize;
}
.admin-login-wrap .inner-right-section{
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.admin-login-wrap .inner-right-section h1{ 
    color:#000;
    font-weight: 900;
    margin:0;
    font-size: 32px;
}
.admin-login-wrap .inner-right-section .admin-form{
    background: #f6f6f6;
    padding: 30px 50px 50px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.admin-login-wrap .inner-right-section form{
    width: 60%;
    margin: 30px auto 0;
}
.admin-login-wrap .inner-right-section form label{
    font-size: 16px;
    color: #575757;
}
.admin-login-wrap .inner-right-section form .input-box:first-child{
    margin-bottom: 30px;
}
.admin-login-wrap .inner-right-section form input{
    background: #fff;
    font-size: 18px;
    color: #000;
    text-align: center;
    border: unset;
    box-shadow: unset;
    padding: 20px;
    height: unset;
    line-height: 1;
    border-radius: 10px;
}
.admin-login-wrap .inner-right-section form .input-box .group{
    display: flex;
    align-items: center;
    position: relative;
}
.admin-login-wrap .inner-right-section form .input-box .group span{
    position: absolute;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}
.admin-login-wrap .inner-right-section form input#send-btn{
    background: #000;
    padding: 15px 60px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.admin-login-wrap .inner-right-section form input#send-btn:hover{
    background: #8cbc43;
}
.admin-login-wrap .inner-right-section form div#message-box{
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
}
.admin-login-wrap .inner-right-section form div#message-box.success {
    background: #ccffcc;
    color: #008000;
}
.admin-login-wrap .inner-right-section form div#message-box.error {
    background: #ffcccc;
    color: #ff0000;
}
/*----------------------------------- Admin Dashboard Left Menu -----------------------------------*/
.aghav-dashboard-wrap{
    padding: 20px 0;
    background: #f6f9ff;
}
.aghav-dashboard-wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.aghav-dashboard-wrap .dashboard-left-menu {
    height: 100%;
}
.dashboard-left-menu{
    background: #8cbc43;
    padding: 30px 15px;
    border-radius: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.dashboard-left-menu .dashboard-inner-logo{
    margin-bottom: 30px;
}
.dashboard-left-menu .dashboard-inner-logo .logo-img{
    height: 70px;
    margin: 0 auto 50px;
    width: 222px;
}
.dashboard-left-menu .dashboard-inner-logo .logo-img img{
    max-height: 100%;
    max-width: 100%;
}
.dashboard-left-menu .dashboard-inner-logo a:hover{
    text-decoration: none;
}
.dashboard-left-menu .dashboard-inner-logo .logo-text{
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin: 15px 0 30px 0;
    line-height: 1.3;
}
.dashboard-left-menu ul{
    list-style: none;
    padding:0;
    margin: 0;
}
.dashboard-left-menu hr{
    border-style: dashed;
    border-color: #ccc;
    margin: 50px 0;
}
.dashboard-left-menu ul li:not(:last-child){
    margin-bottom: 10px;
}
.dashboard-left-menu ul li a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
}
.dashboard-left-menu ul li a span{
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    color: #000;
}
.dashboard-left-menu ul li.active a span{
    background: rgba(255, 255, 255, 0.1);
}
.dashboard-left-menu ul li.active a:before{
    content: '';
    background: #000;
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 315px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15%;   
}
.dashboard-left-menu ul li:not(.active):hover a:before{
    content: '';
    background: #000;
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 315px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15%;
}
.dashboard-left-menu ul li.active a,.dashboard-left-menu ul li.active span{
    color: #fff;
}
.dashboard-left-menu ul li:not(.active):hover a{
    color: #8cbc43;
    font-weight: 600;
}
.dashboard-left-menu ul li:not(.active):hover span{
    background: #8cbc43;
    color: #000;
}
/*----------------------------------- Admin Dashboard Right Box -----------------------------------*/
.aghav-dashboard-right-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 30px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px 0;
}
.aghav-dashboard-right-top .page-title h1{
    margin:0 0 5px 0;
    color: #000;
    font-weight: 700;
    font-size: 40px;
}
.aghav-dashboard-right-top .page-title span{
    color: #646262;
    font-size: 20px;
    font-weight: 500;
}
.aghav-dashboard-right-top .logout a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    background: #8cbc43;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.aghav-dashboard-right-top .logout a span {
    margin-right: 10px;
}
.aghav-dashboard-right-top .logout a:hover{
    background: #000;
    color: #fff;
}
.aghav-dashboard-right-middle ul.nav {
    border: unset;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.aghav-dashboard-right-middle ul.nav li {
    width: -webkit-fill-available;
  	width: -moz-available;
    text-align: center;
}
.aghav-dashboard-right-middle ul.nav li.active a {
    background: #8cbc43;
    color: #fff;
    border: 2px solid transparent;
}
.aghav-dashboard-right-middle ul.nav li a {
    border: 2px solid #000;
    background: transparent;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 15px;
}
.aghav-dashboard-right-middle ul.nav li:hover:not(.active) a{
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.aghav-dashboard-quick-view{
    margin-bottom: 80px;
}
.aghav-dashboard-quick-view .registration-data-box .box{
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.aghav-dashboard-quick-view .registration-data-box.fbox .box{
    background: #ccffcc;
    border: 1px solid #006600;
    color: #006600;
}
.aghav-dashboard-quick-view .registration-data-box.sbox .box{
    background: #d3e4f8;
    color: #0b2441;
    border: 1px solid #0b2441;
}
.aghav-dashboard-quick-view .registration-data-box.tbox .box{
    background: #feddcd;
    color: #e24e03;
    border: 1px solid #e24e03;
}
.aghav-dashboard-quick-view .registration-data-box .box .number{
    font-size: 40px;
    font-weight: 700;
}
.aghav-dashboard-quick-view .registration-data-box .box span{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
/*----------------------------------- Admin Dashboard Form -----------------------------------*/
.aghav-dashboard-wrap form.form-box-wrap .field-box{
    background: #eee;
    padding: 30px 15px;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.aghav-dashboard-wrap form.form-box-wrap .input-box label.error,
.modal form.form-box-wrap .input-box label.error{
    color: red;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px;
}
.aghav-dashboard-wrap form.form-box-wrap .input-box,
.modal form#addnewfleetData .input-box{
    margin-bottom: 20px;
    position: relative;
}
.aghav-dashboard-wrap form.form-box-wrap label,
.modal form.form-box-wrap label{
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.aghav-dashboard-wrap form.form-box-wrap label span,
.modal form.form-box-wrap label span{
    color: red;
}
.aghav-dashboard-wrap form.form-box-wrap input,.aghav-dashboard-wrap form.form-box-wrap select,.aghav-dashboard-wrap form.form-box-wrap textarea{
    background: #fff;
    font-size: 16px;
    color: #000;
    box-shadow: unset;
    padding: 15px 20px;
    border-radius: 10px;
    height: unset;
    line-height: 1;
}
.select2-dropdown{
    z-index: 99 !important;
}
.aghav-dashboard-wrap form.form-box-wrap .select2-selection {
    padding: 10px 15px;
    height: unset;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.aghav-dashboard-wrap form.form-box-wrap .select2-selection__rendered{
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.aghav-dashboard-wrap form.form-box-wrap .select2-selection__rendered .select2-selection__placeholder{
    color: #000;
}
.aghav-dashboard-wrap form.form-box-wrap .select2-selection__arrow {
    height: unset;
    top: 50%;
    right: 5px;
}
button.select-new {
    background: #ad2323;
    color: #fff;
    font-weight: 600;
    border: unset;
    padding: 8px 15px;
    border-radius: 5px;
}
.aghav-dashboard-wrap form.form-box-wrap select{
    height: unset;
    width: 100%;
    padding: 16px 15px;
}
/*.aghav-dashboard-wrap form.form-box-wrap input[type="number"],
.aghav-dashboard-wrap form.form-box-wrap input[type="text"]{
    height: 55px;
}*/
.aghav-dashboard-wrap form.form-box-wrap button.default-btn{
    background: #8cbc43;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: unset;
    text-transform: capitalize;
    border-radius: 10px;
    float: right;
    margin-top: 15px;
}
.aghav-dashboard-wrap form.form-box-wrap .success-msg,
.modal .modal-body .success-msg{
    background: #dff0d8;
    color: #3c763d;
    font-size: 16px;
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #3c763d;
}
.aghav-dashboard-wrap form.form-box-wrap .success-msg b,
.modal .modal-body .success-msg b{
    font-weight: 700;
}
.aghav-dashboard-wrap form.form-box-wrap .success-msg i,.modal .modal-body .success-msg i{
    margin-right: 5px;
}
.modal .modal-body .success-msg{
    font-size: 16px;
    padding: 15px;
}
.aghav-dashboard-wrap form.form-box-wrap .exist-msg{
    color: #ff0000;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    text-transform: capitalize;
}
.aghav-dashboard-wrap form.form-box-wrap button.default-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
.aghav-dashboard-wrap form.form-box-wrap #loading {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 30px 15px 0 15px;
    border-radius: 20px;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aghav-dashboard-wrap form.form-box-wrap #loading img{
    width: 100px;
}
.aghav-dashboard-wrap form.form-box-wrap .group{
    display: flex;
    align-items: center;
    position: relative;
}
.aghav-dashboard-wrap form.form-box-wrap .group span {
    position: absolute;
    left: 20px;
    font-size: 18px;
    cursor: pointer;
}
/*----------------------------------- Datatable CSS -----------------------------------*/
.aghav-dashboard-right-middle table{
    margin: 20px 0 50px 0 !important;
    background: #fff;
    padding: 0 30px 15px;
    border-radius: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border-collapse: separate;
    border-spacing: 0 15px;
}
.aghav-dashboard-right-middle table th {
    border: unset !important;
    text-align: center;
    font-size: 16px;
    color: #a52a2a;
    font-weight: 800;
    vertical-align: middle !important;
}
.aghav-dashboard-right-middle table tbody tr:nth-child(odd) {
    background: #f5f5dc;
}
.aghav-dashboard-right-middle table tbody tr:nth-child(even) {
    background: #f0f8ff;
}
.aghav-dashboard-right-middle table tbody tr td b{
    display: block;
}
.aghav-dashboard-right-middle table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.aghav-dashboard-right-middle table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.aghav-dashboard-right-middle table td {
    padding: 15px 10px !important;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: unset !important;
    vertical-align: middle !important;
    text-align: center;
}
.aghav-dashboard-right-middle .dt-buttons {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 20px;
}
.aghav-dashboard-right-middle .dt-buttons a {
    background: #1D6F42;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
}
.aghav-dashboard-right-middle .dt-buttons a:hover {
    background: #5B5B5B;
}
.aghav-dashboard-right-middle .dt-buttons a span:before {
    content: '\f1c3';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}
.aghav-dashboard-right-middle .dataTables_wrapper .btrow{
    margin-top: 30px;
}
.aghav-dashboard-right-middle .dataTables_wrapper .dataTables_filter{
    text-align: left;
}
.aghav-dashboard-right-middle .dataTables_wrapper label{
    margin:0;
    color: #575757;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.aghav-dashboard-right-middle .dataTables_wrapper input {
    background: #fff;
    border: unset;
    height: unset;
    border-radius: 10px;
    box-shadow: unset;
    font-size: 16px;
    padding: 15px;
    font-weight: 500;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.aghav-dashboard-right-middle .dataTables_wrapper input {
    width: 350px !important;
}
.aghav-dashboard-right-middle .dataTables_paginate a{
    text-decoration: none;
    background: #5B5B5B;
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.aghav-dashboard-right-middle .dataTables_paginate a.paginate_button.current,.aghav-dashboard-right-middle .dataTables_paginate a:hover{
    background: #000;
}
.aghav-dashboard-right-middle .dataTables_paginate a.paginate_button.disabled{
    background: #ccc;
    color: #5B5B5B;
    cursor: not-allowed;
}
.aghav-dashboard-right-middle .dataTables_info{
    color: #000;
    padding: 0 !important;
    font-size: 16px;
}
.aghav-dashboard-right-middle table td a.wp-link {
    background: #25d366;
}
.aghav-dashboard-right-middle table td a.wp-link:hover{
    background:#075e54;
}
.aghav-dashboard-right-middle table td a.add-link {
    background: #ff4500;
    margin-top: 10px;
}
.aghav-dashboard-right-middle table td a.add-link:hover{
    background:#000;
}
.aghav-dashboard-right-middle table td a.update-link {
    background: #ed143d;
}
.aghav-dashboard-right-middle table td a.update-link:hover{
    background:#000;
}
.aghav-dashboard-right-middle table td a.followup-link {
    background: #00008b;
}
.aghav-dashboard-right-middle table td a.followup-link:hover{
    background:#000;
}
.aghav-dashboard-right-middle table td a i{
    font-size: 18px;
    margin-right: 5px;
}
.aghav-dashboard-right-middle table#recentleadsdata td:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}
.aghav-dashboard-right-middle table#recentleadsdata td a{
    display: unset;
    padding: 10px;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}
.aghav-dashboard-right-middle table#recentleadsdata td a.add-link {
    margin: 0;
}
.aghav-dashboard-right-middle table#recentleadsdata td a i{
    margin-right: 0;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: #007bff;
    color: #fff;
}
.datepicker table tr td.today {
    background-color: #28a745;
    color: #fff;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: #e9ecef;
    color: #6c757d;
}
.date-range-filter {
    display: flex;
    border: 1px solid #ad2323;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    border-radius: 10px;
    margin: 15px 0 30px 0;
    background: #fbeaea;
}
.aghav-dashboard-right-middle h3 {
    color: #000;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.date-range-filter h2 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: #ad2323;
}
.date-range-filter .date-inputs {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.date-range-filter .date-inputs .datebox input{
    border-radius: 10px;
    border: unset;
    padding: 12px 15px;
    font-size: 16px;
    background: #ddd;
}
.date-range-filter .date-inputs #reset-date{
    background: #000;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    border-radius: 10px;
    cursor: pointer;
}
.aghav-dashboard-right-middle #advancebookingsdata_wrapper .dataTables_filter input{
    padding: 20px 15px;
}
/*--------------------------- Navigation Bar ---------------------------*/
nav.aghav-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 15px 0;
    background: #8cbc43;
}
nav.aghav-navbar .logo{
    height: 60px;
    width: 238px;
}
nav.aghav-navbar .logo img{
    max-height: 100%;
    max-width: 100%;
}
nav.aghav-navbar ul li a{
    color:#000 !important;
    padding: 12px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
nav.aghav-navbar ul li:last-child a{
    border-radius: 5px;
    background: #000;
    color:#fff !important;
    padding: 12px 30px;
}
nav.aghav-navbar ul li:last-child a:hover,nav.aghav-navbar ul li:last-child a:focus{
    background: #333;
    color: #fff !important;
}
nav.aghav-navbar ul li:hover a{
    background: unset;
    color:#0071bc !important;
}
nav.aghav-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.aghav-navbar .navbar-collapse{
    padding: 0;
    height: 60px !important;
    display: flex !important;
    align-items: center;
}
/*--------------------------- Footer ---------------------------*/
.aghav-footer{
    background: #000;
    padding: 50px 0;
}
.aghav-footer ul.with-icon{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.aghav-footer ul.with-icon li a{
    color: #ccc;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.aghav-footer ul.with-icon li a:hover{
    color: #8cbc43;
}
/*--------------------------- Copyright ---------------------------*/
.aghav-footer .footer-divider{
    margin: 50px 0 30px 0;
}
.aghav-footer .copyright-wrap {
    font-size: 18px;
    color:#fff;
}
.aghav-footer .copyright-wrap p{
    margin-bottom:0;
}
.aghav-footer .copyright-wrap a{
    color:#8cbc43;
    text-decoration: none;
}
/*--------------------------- Landing Page ---------------------------*/
.landing-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}
.landing-page .left-box {
    background: #8cbc43;
    padding: 25px 50px;
    width: 45%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #4e7314 #d8eec1;
}
.landing-page .left-box::-webkit-scrollbar {
    width: 8px;
}
.landing-page .left-box::-webkit-scrollbar-track {
    background: #d8eec1;
    border-radius: 10px;
}
.landing-page .left-box::-webkit-scrollbar-thumb {
    background-color: #4e7314;
    border-radius: 10px;
    border: 2px solid #d8eec1;
}
.landing-page .left-box .logo-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landing-page .left-box .logo{
    height: 70px;
    width: 220px;
}
.landing-page .left-box .logo img{
    max-height: 100%;
    max-width: 100%;
}
.landing-page .left-box .logo-text{
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.landing-page .left-box .content{
    padding: 20px 0;
    border-top: 1px solid #fff;
    margin: 30px 0 0 0;
}
.landing-page .left-box .content h1{
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #000;
}
.landing-page .left-box .content p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.landing-page .left-box .content h2 {
    margin: 30px 0 15px 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.landing-page .left-box .content ul {
    padding: 0 20px;
    font-size: 18px;
    list-style: square;
    color: #000;
    margin: 0;
}
.landing-page .left-box .content ul li:not(:last-child){
    margin-bottom: 15px;
}
.landing-page .right-box {
    padding: 25px 50px;
    width: 55%;
    overflow-y: auto;
}
.landing-page .right-box .aghav-loanform-wrap .content{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}
/*--------------------------- Multistep Form ---------------------------*/
.multi-step-form-page .aghav-loanform-wrap{
    padding: 50px 20px;
}
.multi-step-form-page .aghav-loanform-wrap .progress-wrapper {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}
.multi-step-form-page .aghav-loanform-wrap .progress-wrapper .progress {
    background: #ddd;
}
.multi-step-form-page .aghav-loanform-wrap .progress-wrapper .progress-bar {
    background-color: #8cbc43;
    height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}
.aghav-loanform-wrap .step-info{
    margin: 30px 0;
}
.aghav-loanform-wrap .step-info .title{
    color: #8cbc43;
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
}
.aghav-loanform-wrap .step-info .content{
    color: #000;
    font-size: 18px;
}
.aghav-loanform-wrap .form-inline-block,.dashboard-page .tab-content form{
    background: #e8f1da;
    padding: 30px;
    border-radius: 15px;
}
.aghav-loanform-wrap .form-inline-block .form-group,.dashboard-page .tab-content form .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.aghav-loanform-wrap .form-inline-block label,.dashboard-page .tab-content form label{
    width: 200px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.aghav-loanform-wrap .form-inline-block .form-control,.dashboard-page .tab-content form .form-control{
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    height: unset;
    font-size: 16px;
    border-radius: 10px;
    color: #333;
}
.aghav-loanform-wrap .form-inline-block .iti.iti--allow-dropdown,.dashboard-page .tab-content form .iti.iti--allow-dropdown {
    width: 100%;
}
.aghav-loanform-wrap .form-inline-block .select2-selection,.dashboard-page .tab-content form .select2-selection{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.aghav-loanform-wrap .form-inline-block .form-control::placeholder,.dashboard-page .tab-content form .form-control::placeholder {
    text-transform: capitalize;
}
.aghav-loanform-wrap .form-inline-block .float-right-btn {
    margin-top: 50px;
    display: flex;
    justify-content: right;
    grid-gap: 30px;
}
.aghav-loanform-wrap .form-inline-block .float-right-btn .btn,.dashboard-page .tab-content form button[type="submit"] {
    background: #8cbc43;
    border: unset;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
}
.aghav-loanform-wrap .form-inline-block .float-right-btn .btn:hover,.dashboard-page .tab-content form button[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.dashboard-page .tab-content form table{
    margin: 0 !important;
    padding: 0;
}
.dashboard-page .tab-content form table th{
    background: unset !important;
}
.aghav-loanform-wrap .form-inline-block table th{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.aghav-loanform-wrap .form-inline-block table td{
    vertical-align: middle !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.aghav-loanform-wrap .form-inline-block table td .cursor-pointer{
    cursor: pointer;
}
#successMessage {
    display: none;
    padding: 20px 80px 30px;
    background: #e6ffed;
    border: 1px solid #34d399;
    border-radius: 5px;
    color: #065f46;
    margin: 50px auto;
    text-align: center;
    width: fit-content;
}
#successMessage span{
    font-size: 50px;
}
#successMessage .text{
    margin-top: 20px;
}
#successMessage .text h2 {
    margin: 0;
    font-weight: 700;
}
#successMessage .text p{
    font-size: 20px;
    margin: 15px 0 0 0;
    font-weight: 500;
}
#successMessage .text a{
    display: block;
    background: #8cbc43;
    border: unset;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px auto 0;
    width: fit-content;
}
#successMessage .text a span{
    font-size: 24px;
}
.multi-step-form-page .aghav-loanform-wrap table th span,
.multi-step-form-page .aghav-loanform-wrap table td span,
.multi-step-form-page .aghav-loanform-wrap .form-group label span{
    color: red;
}
/*--------------------------- Responsive ---------------------------*/
@media(min-width: 320px) and (max-width: 480px){
    .landing-page {
        display: block;
    }
    .landing-page .left-box,.landing-page .right-box{
        width: 100%;
        padding: 30px 15px;
        height: unset;
    }
    .landing-page .left-box .logo {
        height: 50px;
        width: 159px;
    }
    .landing-page .left-box .content {
        padding: 15px 0;
        margin: 20px 0 0 0;
    }
    .landing-page .left-box .content h1{
        font-size: 28px;
    }
    .landing-page .left-box .content h2 {
        margin: 20px 0 15px 0;
        font-size: 18px;
        font-weight: 700;
    }
    .landing-page .left-box .content ul {
        font-size: 16px;
    }
    .aghav-loanform-wrap .form-inline-block {
        background: unset;
        padding: 0;
    }
}