#mdb-preloader {
  background-color: #fff;
}
header nav.mainNav {
  transition: background 0.2s ease-in-out, padding 0.2s ease-in-out,
    height 0.2s ease-in-out !important;
  will-change: height;
}
header.scllhdr nav.mainNav .container {
  transition: max-width 0.2s linear;
  will-change: max-width;
}
header.scllhdr nav.mainNav {
  height: 80px;
}
header.scllhdr nav.mainNav .container {
  max-width: 100%;
}
header.scllhdr .nav-item-mobile {
  position: static;
}
header.scllhdr .navbar-brand img {
  transition: all 0.2s ease-in;
  transform: scale(0.8);
}
.full-height {
  min-height: 600px;
}
#sec-cta {
  position: fixed;
  top: 40%;
  left: 0;
  text-align: center;
  z-index: 9998;
}
#sec-cta a.survey-cta {
  display: block;
  width: 84px;
  height: 84px;
  background-color: #e64859;
  margin: 0 auto;
}


.modal.custom-modal {
  z-index: 10001;
}
.modal.custom-modal .btn_red {
  border-radius: 2px;
  min-width: 50px;
}
body{
    overflow-x:hidden;
}
.modal.custom-modal-h .modal-body {
  height: 650px;
}
.modal.custom-modal-h .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.modal-backdrop {
  z-index: 10000;
}

html[lang="ar"] #sec-cta {
  right: 0;
  left: auto;
}
html[lang="ar"] .modal-content {
  direction: rtl;
}
html[lang="ar"] [type="checkbox"] + label,
html[lang="ar"] [type="radio"] + label {
  padding-left: 0;
  padding-right: 30px;
}

html[lang="ar"] [type="radio"] + label:after,
html[lang="ar"] [type="radio"] + label:before {
  left: auto;
  right: 0;
}

.maps-wraper {
  position: relative;
}

@media (max-width: 992px) {
  header.scllhdr nav.mainNav {
    height: 120px;
  }
  .approval-finance-options > .container {
    max-width: 100%;
  }
  .my-radio label {
    display: inline-block !important;
  }
  .my-radio.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home .banner-section {
    background-position: 0 0;
  }
  body.home .banner-container .container {
    padding-top: 0;
  }
  #breadcrumb {
    margin-top: auto;
  }
  .page-top-section {
    min-height: 10px;
  }
  .approval-finance-options.mt-160 {
    margin-top: auto;
  }
  #sec-cta {
    top: auto;
    bottom: 40px;
    left: auto;
    right: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  #sec-cta a.survey-cta {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
      0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
  }
  html[lang="ar"] #sec-cta {
    top: auto;
    bottom: 70px;
    left: 10px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .my-radio.d-flex {
    display: block !important;
  }
  .my-radio.d-flex > div {
    display: inline-block;
  }
  .box-container .my-form {
    padding-top: 1rem !important;
  }
  .box-container .my-form .form-group {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 575px) {
  .modal.custom-modal-h .modal-body {
    height: 480px;
  }
  
  /* Mobile sticky banner adjustments */
  .banner-link {
    padding: 10px 0;
  }
  
  .banner-link .btn_red {
    max-width: 250px;
    font-size: 14px;
    padding: 8px 16px;
  }

    body.home .banner-container .container.swiper-container {
        padding-top: 0 !important;
        padding: 0 !important;
    }

        body.home .banner-container .container.swiper-container .swiper-slide {
            padding: 0 !important;
        }

    body.home .banner-container .swiper-button-next:after,
    body.home .banner-container .swiper-button-prev:after {
        display: none !important;
    }
    /**changes 16/8/2023**/
    .home .banner-section, .desktop-image {
        height: 100% !important;
        overflow: hidden;
    }
    /**end changes 16/8/2023**/

    body.home .banner-container .container.swiper-container {
        height: 100%;
    }

  /*  body.home .banner-container .swiper-pagination {
        display: none;
    }*/

    .home-controls {
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
        z-index: 1;
        position: relative;
    }

    .home-controls-btns {
        margin-bottom: 20px;
    }
}
/* Banner-link styles - normal state */
.banner-link {
    position: relative;
    z-index: 1000;
    background: transparent;
    padding: 15px 0;
    margin: 0;
    transition: all 0.3s ease;
    width: 100%;
}

/* Banner-link styles - fixed state when scrolled past */
.banner-link.fixed {
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

/* Mobile fixed position - 100px from top */
@media (max-width: 992px) {
    .banner-link.fixed {
        top: 100px;
    }
}

.banner-link .btn_red {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
}

/* Body padding when banner is fixed to prevent content jump */
body.banner-fixed {
    transition: padding-top 0.3s ease;
}


/*Changes 24-06-2024*/
.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
    border: 0.78px solid #FFFFFF;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50px;
    padding: 20px;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
    font-size: 10px;
}
.revamped-banner .banner-section.swipe-slider-section {
    background: none;
}

.revamped-banner .desktop-image img {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
    max-height: 570px;
    object-fit: cover !important;
}

.revamped-banner .row {
    margin: 0px;
    flex-direction:row;
    width: 100% !important;
    height:100% !important;
}
.revamped-banner .row .col-md-7{
    margin: 0px;
    padding:0px;
}
.revamped-banner .row .col-md-7 .banner-section .banner-container .container {
    padding: 0px;
    margin: 0px;
}

.revamped-banner .desktop-image {
    width: 100%;
    height: 100%;
    min-height: 215px !important;
    object-fit: cover;
}
.revamped-banner .container {
    padding: 0 !important;
}

.revamped-banner .imageWrapper {
    flex: 0 0 60%;
}

.revamped-banner
.textWrapper {
    flex: 0 0 40%;
}
.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.3;
}
.revamped-banner .textWrapper h3 {
    color: #464E54;    
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*max-width: 322px;*/
    padding-bottom: 50px;
}
.revamped-banner .textWrapper p {
    color: #737A81;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.avaialbleItemsListing{
    margin-top:112px;
}
.avaialbleItemsListing .blockTitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 47.18px;
    margin-bottom:10px;
}
.avaialbleItemsListing .form-intro {
    font-size: 18px;
    font-weight: 400;
    line-height: 30.33px;
    margin-bottom:50px;
}
.avaialbleItemsListing .listingItem h3 {
    color: #E24148;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom:24px;
}
.avaialbleItemsListing .listingItem .listingDescription {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.59px;
    padding-bottom:20px;
}
    .avaialbleItemsListing .listingItem a {
        display: flex;
        padding: 15px 28px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        border: 1px solid #E24148;
        background: #FFFF;
        color: #E24148;
        margin-bottom: 20px !important;
    }

   

    .avaialbleItemsListing .listingItem .green-btn {

        color: white;
        background: #4fbd52;
        border: 1px solid #4fbd52;
  
    }

        .avaialbleItemsListing .listingItem .green-btn:hover {
            background: white !important;
            color: #4fbd52 !important;
        }
.avaialbleItemsListing .listingItemLI {
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
    .avaialbleItemsListing .owl-item {
        padding : 0 10px 10px 10px;
    }

    .avaialbleItemsListing .listingItem a:hover {
        background: #E24148;
        color: #FFF;
    }
.avaialbleItemsListing .col-md-12, .avaialbleItemsListing .col-sm-12, .avaialbleItemsListing .col-12 {
    padding: 0;
    padding-bottom: 20px;
}
.avaialbleItemsListing .listingItem .listingDescription ul li {

    list-style: disc;
}
@media (min-width: 1200px) {
    .revamped-banner .container {
     max-width: 100%;
   }
    .revamped-banner .row {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
    .revamped-banner .container {
        max-width: 100%;
    }
    .revamped-banner .row{
        display:block;
    }
    .revamped-banner {
        background-size: 100% 100% !important;
    }
    .revamped-banner .textWrapper h3 {
        max-width: 100%;
        padding: 10px 0px;
    }
    .revamped-banner .banner-container p {
        margin-top:0px;
    }
    .revamped-banner .swiper-pagination {
        width: 100% !important;
        right: 0;
        left:0;
    }
    .revamped-banner .desktop-image img {
        max-height: 450px;
    }

    .revamped-banner .textWrapper {
        padding: 0px 10px 0px 10px;
        text-align: center;
    }
    .avaialbleItemsListing {
        margin-top: 40px;
    }
    .avaialbleItemsListing .form-intro {
        margin-bottom: 20px;
    }
    .avaialbleItemsListing .owl-item {
        width: 70vw !important;
    }
}
@media (max-width: 767px) {
    .revamped-banner .container {
        max-width: 100%;
    }

    .revamped-banner .row {
        display: block;
    }
    .revamped-banner {
        background-size: 100% 100% !important;
    }
    .revamped-banner .desktop-image img {
        max-height: 370px;
    }
    .revamped-banner .textWrapper h3 {
        padding-bottom: 0px;
        padding-top: 10px;
        font-size: 19px;
    }
    .revamped-banner .home-controls:first-child{
        margin-bottom:0px;
    }
    .revamped-banner .swiper-button-prev, .revamped-banner .swiper-button-next {
        border:none;
    }
    .avaialbleItemsListing{
        margin-top:20px;
    }
    .revamped-banner .swiper-pagination {
        width: 100% !important;
    }
    .avaialbleItemsListing .owl-nav {
        position: unset;
        text-align: center;
        display: none;
        justify-content: space-between;
    }
    .avaialbleItemsListing .owl-item {
      width:75vw !important;
    }


  
    .avaialbleItemsListing .owl-prev {
        position: unset;
        inset-inline-start: 20px;
    }
    .avaialbleItemsListing .owl-next {
        position: unset;
        inset-inline-start: 20px;
    }
    .revamped-banner .desktop-image img{
        max-height:300px;
    }
    .avaialbleItemsListing .form-intro {
        margin-bottom: 20px;
    }
    .revamped-banner .textWrapper h3{
        max-width:100%;
        padding-bottom:10px;
    }
    .revamped-banner .banner-container p {
        margin-top: 0px;
    }
    .revamped-banner .textWrapper {
        padding: 0px 10px 0px 10px;
        text-align:center;
    }
    .revamped-banner .textWrapper .slider-buttons{
        align-items:center;
        margin-bottom:10px;
        justify-content:center;
    }

}