/* EXTRA CSS */

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}
.newsletter-btn{
    padding:0 !important;
    border-radius: 5px !important;
    right: 5px;
    top: 6px;
    width: 50px !important;
    text-align: center;
    font-size: 20px;
    height:44px;
}
.newsletter-btn i{
    margin-left: 0;
    font-size:30px !important;
}
/* style for loan start */



.steps_ev_loan h2 {
    font-size: 42px;
    line-height: 50px;
}

.steps_ev_loan h2 span {
    display: block;
    font-family: "WorkSansBold", Arial, Helvetica, sans-serif;
}

.steps_ev_loan .steps_hld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
}
@media (min-width:220px) and (max-width:320px){
    .steps_ev_loan .steps_hld {
        display: grid !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 25px !important;
        margin: 0px 0px 0 5px !important;
    }
}
@media (min-width:320px) and (max-width:399px){
    .steps_ev_loan .steps_hld {
        display: grid !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 25px !important;
        margin: 0px 0px 0 5px !important;
    }
}
@media (min-width:400px) and (max-width:488px){
    .steps_ev_loan .steps_hld {
        display: grid !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 25px !important;
        margin: 0px 0px 0 5px !important;
    }
}
@media (min-width:488px) and (max-width:567px){
    .steps_ev_loan .steps_hld {
        display: flex !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 16px !important;
        margin: 0px 0px 0 4px !important;
    }
}
@media (min-width:568px) and (max-width:767px){
    .steps_ev_loan .steps_hld {
        display: flex !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 16px !important;
        margin: 0px 0px 0 4px !important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .steps_ev_loan .steps_hld {
        display: flex !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 25px !important;
        margin: 0px 0px 0 5px !important;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .steps_ev_loan .steps_hld {
        display: flex !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 10px !important;
        margin: 0px 0px 0 3px !important;
    }
}
@media (min-width:1201px) and (max-width:1320px){
    .steps_ev_loan .steps_hld {
        display: flex !important;
        max-width: auto !important;
        overflow: hidden !important;
        margin-top: 20px !important;
    }
    .steps_ev_loan .steps_mob_con>img{
        width:auto !important;
    }
    .steps_ev_loan .steps_slide {
        margin-top: 15px !important;
        padding: 3px 18px !important;
        margin: 0px 0px 0 4px !important;
    }
}

.steps_ev_loan .steps_con:nth-child(1) {
    width: 100%;
}

.steps_ev_loan .steps_con:nth-child(2) {
    width: 100%;
    max-width: 260px;
}

.steps_ev_loan .indicator {
    position: absolute;
    left: 22px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f17b33;
}

.steps_ev_loan .step_progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: #2A1C4D;
}

.steps_ev_loan .steps_desc_con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 350px;
    min-height: 100px;
}

.steps_ev_loan .steps_desc_con:last-child .indicator {
    display: none;
}

.steps_ev_loan .step_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.steps_ev_loan .counter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-family: "WorkSansBold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    background: #f17b33;
    border: #f17b33 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.steps_ev_loan .desc {
    width: 100%;
    max-width: 270px;
    font-size: 22px;
    color: #2A1C4D;
    /*line-height: 100%;*/
    padding-left: 20px;
    padding-top: 5px;
}

.steps_ev_loan .steps_mob_con {
    position: relative;
    padding-bottom: 180%;
}

.steps_ev_loan .steps_mob_con>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
}

.steps_ev_loan .steps_slide {
    position: absolute;
    left: 44%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-53%, -52%);
    width: 90%;
    padding: 3px 24px;
    margin: 0px 0px 0 6px;
    display: none;
}

.steps_ev_loan .active_step .counter {
    color: #3561e4;
    border-color: #fff;
}

.steps_ev_loan .active_step .desc {
    /* font-family: "WorkSansMedium", Arial, Helvetica, sans-serif; */
}

/* MODAL */
.modal {
    border-radius: 7px;
    overflow: hidden;
    background-color: transparent; }
.modal .logo a img {
    width: 30px; }
.modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; }
.modal .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    background-color: #efefef;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
.modal .modal-content .modal-body h2 {
    font-size: 18px; }
.modal .modal-content .modal-body p {
    color: #777;
    font-size: 14px; }
.modal .modal-content .modal-body h3 {
    color: #000;
    font-size: 22px; }
.modal .modal-content .modal-body .close-btn {
    color: #000; }
.modal .modal-content .modal-body .promo-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
.modal .cancel {
    color: gray;
    font-size: 14px; }
.modal .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px; }

.modal .form-control {
    border: transparent;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: none; }

.modal .btn {
    border-radius: 4px;
    border: none; }
.modal .btn:active, .modal .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.modal .custom-select {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    padding: 0.375rem 0.20rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.modal .bg-image {
    padding: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/storage/logos/contact.jpg');
    background-origin: content-box;
    background-color: #ffffff;
}

.modal .logo img {
    width: 70px; }

.modal .custom-note {
    color: #999; }
.modal .custom-note a {
    color: #555;
    font-weight: 900 !important; }

.single-slider:after{
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000042;
    padding-left: inherit;
    padding-right: inherit;
    left:0;
    right: 0;
}
.about-content3 li {
    line-height: 35px;
}
.ct-bullet li{
    list-style: disc !important;
}
.delta-logo{
    background-image: url('/storage/logos/delta.png');
    width: 216px;
    height: 38px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}


/* CALCULATOR */


.details input {
    width: 100%;
}

.detail {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
/*----- Styling the sliders ----*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #f17b33;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #50b748;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #3561e4;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #50b748;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #3561e4;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
    background: #3561e4;
    border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
    background: #3561e4;
    border-radius: 5px;
}

input[type="range"]::-ms-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #50b748;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #3561e4;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #3561e4;
}

/*-------------------------------------*/
#price {
    color: #130f31;
    font-size: 25px;
}
#dailyPrice {
    color: #130f31;
    font-size: 25px;
}



#price-container {
    color: #3561e4;
    margin-top: 50px;
    margin-left: 100px;
}

#price-container::before {
    content: "Monthly EMI:";
    font-size: 12px;
    display: block;
}
#daily-price-container {
    color: #3561e4;
    margin-top: 50px;
}

#daily-price-container::before {
    content: "Daily EMI:";
    font-size: 12px;
    display: block;
}

#daily-price-container {
    color: #3561e4;
    margin-top: 50px;
}

#daily-price-container::before {
    content: "Daily Payable:";
    font-size: 12px;
    display: block;
}

.chart-container{
    height: 300px !important;
}
.image-box{
    border: 1px solid #cccccc;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.img-box{
    height: 300px;
    overflow: hidden;
}
.img-box img{
    height: 300px;
    object-fit: cover;
}
.services-box-05 .summary{
    padding-bottom: 20px;
}
.services-box-05 .read-more{
    position: absolute;
    bottom:20px;
}
.page-bullets li{
    list-style: disc;
    margin-bottom: 10px;
}
.steps_slide.active{
    display: block;
}
.service-partners{
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.service-partners .partner-slide{
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.rider-slide{
    height: 400px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ct-links li{
    display: block;
    padding-left: 30px;
}
.ct-links li:before{
    position: absolute;
    margin-left: -20px;
}
.text-orange{
    color:#f17b33;
    font-weight: bold;
}
/* .slider-content h1{
    font-size: 60px
} */

.main-video {
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-top: -100px;
    background: #000000;
}
.main-video-overlay {
    bottom: 0;
    left: 0;
    padding: 20px 20px 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.main-video-overlay h1,.main-video-overlay h3,.main-video-overlay h6{
    font-weight: 200;
}
.video-overlay-text{
    height: 100%;
}

.flex-flow-wrap{
    flex-flow: wrap;
}
.footer-links li{
    position: relative;
    padding-left: 55px;
    margin-top: 20px;
}
.footer-links li i{
    position: absolute;
    left:0;
}

.contact_us_location_sec {
    padding: 50px 15px;
}
.contact_us_form_container {
    width: 100%;
    margin: auto;
}
.contact_us_location_title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    color: #07273A;
    margin-bottom: 5px;
}
.contact_us_location_subtitle {
    color: #07273A;
    margin-bottom: 40px;
}
.contact_us_location_item_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}
.contact_us_location_item {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}
.contact_us_location_item_title {
    color: #313131;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact_us_location_item iframe {
    border: 0;
    width: 100%;
    height: 300px;
}
.contact_us_location_item_address {
    margin-top: 10px;
    color: #313131;
    line-height: 25px;
}
.powered_by{
    color: #ffffff;
}
.fintech-title{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 770px) {
    .mobile-hidden {
        display: none;
    }
    .mobileLogo{
        width: 100px !important;
    }
    .slider-content h3{
        font-size: 36px;
    }
}

@media only screen and (max-width: 1400px) {
    .logo .logo-subsidiary {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .logo .logo-subsidiary {
        font-size: 9px !important;
    }
    .email-block{
        display: none !important;
    }
    .contact_us_location_item {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 990px) {
    .fintech-title{
        font-size: 25px !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    .logo{
        text-align: left !important;
    }
    .main-video{
        margin-top: 0 !important;
        height: auto !important;
    }
    .main-video-overlay{
        padding-top: 40px;
    }

    .main-video-overlay h1{
        font-size: 18px;
    }
    .main-video-overlay h3{
        font-size: 14px;
    }
    .main-video-overlay h6{
        font-size: 12px;
    }
    .video-overlay-text{
        height: 50%;
    }
    .fintech-title{
        font-size: 18px !important;
        text-align: center;
    }
    .contact_us_location_item {
        width: calc(100% - 20px);
    }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .main-video{
        margin-top: -50px !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .main-video{
        margin-top: -50px !important;
        height: 600px !important;
    }
}

.logo .ipad-subsidiary{
    font-size: 12px;
    display: flex;
    color: black;
    font-weight: 600;
}

.social_icons{
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
}
.ct-team-box{
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-radius: 10px;*/
}
.legal-footer{
    border-top: 1px dashed #ccc;
}
.legal-footer a{
    color:#ffffff
}
.location_links{
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    padding-right: 15px;
    border-right: 2px solid #f5f5f5;
}
