.navbar-toggler {
    padding: 0;
    height: 44px;
    width: 44px;
    margin-left: 20px;
    border: 0
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .login-btn-mobile a {
    padding: 7px 16px;
    height: 40px;
    min-width: inherit;
}


/*Home Hero*/

.home-wrapper {
    background-image: url("../images/home-hero-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 119, 34, 0.50);
    backdrop-filter: blur(0px);
    z-index: -1;
}

.home-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 170px !important;
}


/*
.home-hero .hero-caption{
    padding-top: 170px;
  padding-bottom: 170px;
}
*/

.home-hero .hero-caption .search-input .input-icon,
.home-hero .hero-caption .search-input .form-control,
.home-hero .hero-caption .search-input .btn {
    height: 52px;
    line-height: 52px;
}

.home-hero .hero-caption .search-input .input-icon {
    border-radius: 40px 0 0 40px;
}

.home-hero .hero-caption .search-input .form-control {
    margin-left: 0px !important;
}

.home-hero .hero-caption .search-input .btn {
    min-width: 140px;
    line-height: 14px;
    background-color: #FF7722 !important;
    border-color: #FF7722 !important;
    padding: 17px 22px;
    border-radius: 50px !important;
}

.home-hero .hero-caption h1 {
    margin-bottom: 50px;
}

.home-hero .hero-caption .search-input {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 4px;
    border-radius: 40px;
    gap: 2px;
}

.home-hero .hero-caption .hero-desc {
    margin-top: 40px;
    margin-bottom: 0;
}


/*Home Hero*/


/*Home Footer*/

.home-footer {
    /* background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3); */
    background: #FF7722 !important;
    background-color: #FF7722 !important;
}
.privacy_policy p, ul {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
font-weight: 400;
line-height: 1.5;
color: #212529;
}
.home-footer .footer-link li a {
    color: #fff;
}

.home-footer .social-link li a {
    color: #fff;
}

.home-footer .footer-text {
    color: #fff;
}


/*Home Footer*/


/*Advance Search*/

.advance-search-form-wrap .add-terms .fields-dd {
    width: 220px !important;
    min-width: 230px;
}

.advance-search-form-wrap .add-terms .add-dd {
    width: 100px !important;
    min-width: 100px;
}

.advance-search-form-wrap .add-terms .add-dd .dropdown-toggle {
    text-align: left;
    justify-content: flex-start;
}

.advance-search-form-wrap>.form-group {
    margin-bottom: 40px;
}


/*Advance Search*/


/*Login*/

.login-wrapper .left-bg-col {
    min-height: 100vh;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-wrapper .left-bg-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/login-img.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    height: 100%;
    width: 320px;
}

.login-wrapper .left-bg-col .brand {
    margin-top: auto;
}

.login-wrapper .left-bg-col .brand>img {
    width: 245px;
}

.login-wrapper .left-bg-col .back-to-home {
    margin-top: auto;
    margin-bottom: 80px;
}

.login-wrapper .left-bg-col .back-to-home a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.login-wrapper .login-form {
    max-width: 416px;
    width: 100%;
    margin: 0px auto;
}

.login-wrapper .login-form h1 {
    margin-bottom: 50px;
}

.login-wrapper .login-form .form-group label {
    font-weight: 600;
}

.login-wrapper .login-form .form-group {
    margin-top: 30px;
}

.login-wrapper .login-form .form-group:first-child {
    margin-top: 0;
}

.login-wrapper .login-form .forgot-link {
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.login-wrapper .login-form .btn {
    margin-top: 40px;
    width: 100%;
    border-radius: 5px;
}

.login-wrapper .login-form .form-group .form-control:not(.password-field) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    box-shadow: none;
    padding-left: 0;
    padding-right: 0 !important;
}

.login-wrapper .login-form .form-group .input-group {
    border: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    box-shadow: none;
}


/*Login*/


/*Payment Info*/

.payment-info p {
    max-width: 360px;
    margin: 0 auto 50px auto;
}

.credit-info .title {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.20);
}

.credit-info .credit-to-purchase {
    display: flex;
    align-items: center;
}

.credit-info .credit-to-purchase .purchase-credit {
    display: flex;
    align-items: center;
}

.credit-info .credit-to-purchase .purchase-credit .input-group.number-input {
    margin: 0 12px;
}

.credit-info .credit-to-purchase .purchase-credit .input-group.number-input .input-icon {
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.credit-info .credit-to-purchase .purchase-credit .input-group.number-input .input-icon i {
    font-size: 16px;
}

.credit-info .credit-to-purchase .purchase-credit .input-group.number-input .form-control {
    height: 32px;
    padding: 4px !important;
    max-width: 44px;
    min-width: 44px;
}

.credit-info .credit-to-purchase .credit-rate {
    margin-left: auto;
}

.payment-box {
    border-radius: 2px;
    border: 1px solid rgba(30, 136, 229, 0.20);
    background: #F4F9FE;
    box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.10);
    margin-top: 24px;
    margin-bottom: 40px;
}

.payment-box .box-head {
    padding: 24px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed rgba(30, 136, 229, 0.30);
}

.payment-box .box-head .final-payment {
    margin-left: auto;
}

.payment-box .box-body {
    padding: 24px;
}

.payment-info .pay-now {
    text-align: center;
}


/*Payment Info*/


/*Submit Your Application*/

.sumbit-application-main {
    padding-top: 10px;
}


/* .multi-step-tab{
    
} */

.sumbit-progress {
    height: 1px;
    background: #CFD9E5;
    width: 66%;
    margin: auto;
}

.sumbit-progress .progress-bar {
    background: #FF7722;
}

.step-container {
    position: relative;
    transform: translateY(-21%);
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #FF7722;
    z-index: -1;
}

.step-list {
    width: 33.33%;
    text-align: center;
}


/*
.step-list:nth-child(2){
    text-align: center;
}
*/


/*
.step-list:nth-child(2) .step-circle{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
*/


/*
.step-list:last-child{
    text-align: right;
}
*/

.step-list:last-child .step-circle {
    display: block;
    margin-left: auto;
}

.step-list .step-circle {
    width: 21px;
    height: 21px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 16px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.step-list .step-circle::before {
    background-color: #828C99;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    top: 6px;
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
}

.step-list.active .step-circle {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: 7px solid #FF7722;
}

.step-list.active .step-circle::before {
    background: transparent;
}

.step-list.active .step-name,
.step-list.completed .step-name {
    color: #FF7722;
    font-weight: 700;
}

.step-list.active .form-fiil,
.step-list .form-fiil,
.step-list.completed .step-circle {
    display: none;
}

.step-name {
    color: rgba(51, 51, 51, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


/*
.step-list:nth-child(1) .step-name{
    transform: translateX(-40%);
}
*/

.radio-space {
    margin-left: 10px;
}


/*
.step-list:nth-child(3) .step-name{
    transform: translateX(40%);
}
*/

.step-list.completed .form-fiil {
    display: flex;
    width: 21px;
    height: 21px;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 0px 4px;
    background-color: #FF7722;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.submit-tab {
    margin-bottom: 60px;
}

.multi-step-form .mb-40 {
    margin-bottom: 40px;
}


/*Submit Your Application*/

.thank-sub-text {
    margin-bottom: 50px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.save-row {
    justify-content: center;
    align-items: center;
    display: flex;
    background: rgba(30, 136, 229, 0.05);
    padding: 22px 0px;
}

.save-row.pop {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    padding: 22px 0px;
    border-bottom: 1px solid #c4c4c4;
}

.bn {
    max-width: 991px;
}

.selection-label {
    margin-right: 20px;
}

.search_result-form {
    justify-content: center;
    display: flex;
    align-items: center;
}

.save-row.pop .search_result-form label {
    font-size: 14px;
    line-height: normal;
    color: #333;
    margin-bottom: 0;
    margin-right: 10px;
}

.save-row.pop .search_result-form .form-select {
    width: 230px;
    height: 40px;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
}

.res-opt {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    align-items: center;
}

.prob {
    width: 230px;
    height: 46px;
    border: none;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 0px;
    padding: .575rem 0.75rem;
}

.solid-btn {
    width: 135px;
    height: 35px;
    padding: 0px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #FF7722;
    background: #FF7722;
}

.srch {
    width: 99px;
    height: 46px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -4px;
}

.save-row.pop .save.cn {
    width: 99px;
    height: 35px;
    padding: 0px;
    border-radius: 5px;
    color: rgba(51, 51, 51, 0.5);
    background: transparent;
    border: 1px solid rgba(51, 51, 51, 0.5) !important;
}

.save-row.pop .solid-btn:hover {
    background: #f29e1e;
    color: #fff;
    border: 2px solid #f29e1e!important;
}

.save-row.pop .save.cn:hover {
    background: transparent;
    color: #FF7722!important;
    border: 1px solid #FF7722!important;
}

.art-list {
    padding: 30px 0;
}

.chk-cont .title,
.chk-cont .title a {
    font-size: 18px;
    font-weight: 600;
}

.footer-link li a {
    white-space: normal;
    word-break: keep-all;  /* Avoid breaking words mid-letter */
}

.footer-link .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px; /* Optional: Make text smaller */
    
}

.home-footer .footer-links {
    display: flex;
    margin-bottom:5px;
    border-bottom:1.5px solid #fff;
    padding: 10px 0;
    justify-content: space-between;
    gap: 8px;
  }
  .home-footer {
    overflow: visible !important;
    height:auto !important;
  }
   
  .home-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    border-right:1px solid #fff;
    padding-right:20px;
  }
   
  .home-footer .footer-links a:hover {
    color: #ffe082;
    text-decoration: underline;
  }
  .footer-social a {
    color: #fff !important; /* White icons for orange background */
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
  }
  
  .footer-social a:hover {
    color: #ddd; /* Light gray on hover */
  }
  /* .home-footer .footer-social {
    display: flex;
    gap: 40px;
    justify-content: end;
  }
   
  .home-footer .footer-social a {
    color: white;
    font-size: 30px;
  }
  .home-footer .footer-social a:hover {
    color: #ffe082;
  } */
  .home-footer .footer-text {
      color: #fff !important;
  }
   
  /* Responsive */
  @media (max-width: 768px) {
    .home-footer .footer-links {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }
    .home-footer .footer-social {
      justify-content: center;
    }
  }

  /* Selected box */
.select2-container--default .select2-selection--single{
background:#FF7722;
border:2px solid #FF7722;
height:34px;
color:#fff;
}

/* selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered{
color:#fff;
line-height:30px;
}

/* arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color:#fff transparent transparent transparent;
}

/* dropdown options */
.select2-results__option{
padding:8px;
}

/* hover option */
.select2-results__option--highlighted{
background:#FF7722 !important;
color:#fff !important;
}

/* keep container width fixed */
#sel_page + .select2-container {
    width: 90px !important;
}

/* fix selection box */
.select2-container--default .select2-selection--single {
    height: 34px;
    background: #FF7722;
    border: 2px solid #FF7722;
}

/* text alignment */
.select2-selection__rendered {
    color: #fff !important;
    line-height: 30px !important;
}
#sel_page {
    visibility: hidden;
}

.select2-container {
    visibility: visible !important;
}

#blur-loader{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.75);
backdrop-filter: blur(4px);
display:none;
justify-content:center;
align-items:center;
z-index:999999;
}

.loader-content{
text-align:center;
}

/* dots container */
.dot-loader{
margin-bottom:10px;
}

/* dots */
.dot-loader span{
display:inline-block;
width:14px;
height:14px;
margin:0 5px;
background-color:#FF7722;
border-radius:50%;
opacity:0.3;
animation:dotFade 1.2s infinite;
}

/* delay animation */
.dot-loader span:nth-child(2){
animation-delay:0.2s;
}

.dot-loader span:nth-child(3){
animation-delay:0.4s;
}

@keyframes dotFade{
0%{opacity:0.3;}
50%{opacity:1;}
100%{opacity:0.3;}
}

.loading-text{
font-size:22px;
font-weight:700;
color:#FF7722;
margin-top:12px;
letter-spacing:1px;
font-family: 'Segoe UI', Tahoma, sans-serif;
text-transform:capitalize;
}

@media (min-width: 375px) and (max-width: 767px) {
    .filter-right.share-box {
        float: none !important;
        padding-top: 17px !important;
        align-items: baseline;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    z-index: 999;
  }

  .menu-toggle {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    background-color: #FF7722;
    padding: 10px;
  }

  .navbar .navbar-nav {
    background-color: transparent; /* remove from here */
    padding: 0;
  }

  .navbar .login-btn-desktop {
        display: none !important;
    }
}
