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

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.row {
    --bs-gutter-x: 0 !important;
}

body {
    font-family: Poppins, serif;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

@font-face {
    font-family: edgeOfGalaxy;
    src: url(../font/eog.otf);
}

@font-face {
    font-family: edgeOfGalaxy;
    src: url(../font/eog.otf);
    font-weight: bold;
}

nav {
    height: 80px;
    width: 100%;
    background-color: #ffffff;
}

/*.img-logo {*/
/*    width: 80px;*/
/*    padding: 5px 19px;*/
/*    margin: 25px 40px;*/
/*}*/

nav ul {
    float: right;
    margin: 23px 87px;
}

nav ul li {
    display: inline-block;
    line-height: 20px;
    /*margin: 8px 13px;*/
}

nav ul li a {
    color: #0000009e;
    /*opacity: 0.71;*/
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 21px;
    text-decoration: none;
    font-weight: 600;
}

nav ul li a:hover {
    color: #f83220;
}

.loginBtn {
    background-color: #f83220;
    color: white;
    border-radius: 5px;
    padding: 12px 40px;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.checkbtn {
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 35px;
    cursor: pointer;
    display: none;
}

#check {
    display: none !important;
}

.close {
    display: none;
}

/*.show{*/
/*  display: block!important;*/
/*}*/
.show-mob-menu {
    /* display: none!important; */
    animation: menu 0.2s linear reverse;
}

@keyframes menu {
    from {
        opacity: 1;
        transform: translateX(0px);
    }
    to {
        opacity: 0;
        transform: translateX(100px);
    }
}

/* .hide-menu{
    animation: hideMenu 0.5s linear  reverse
}

@keyframes hideMenu {
   
    from{
        opacity: 0;
        transform: translateX(100px);
    }to{
       
        opacity: 1;
        transform: translateX(0px);
    }
} */

.hide-mob-menu {
    display: none !important;
    /* animation: hidemenu  0.5s linear  ; */
    animation: hide 0.5s linear;
}

@keyframes hide {
    /* to{
          opacity: 0;
          transform: translateX(-100px);
      }from{

          opacity: 1;
          transform: translateX(0px);
      } */
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/* //card section css */
.cardImg-section {
    padding: 40px 16px;
}

.card-image {
    width: 75%;
}

.cash-left {
    padding: 120px 51px;
}

.cashHeading {
    font-size: 35px;
    color: #f83220;
    font-weight: 600;
    padding-left: 12px;
}

.cash-sub {
    font-size: 32px;
    color: #000000;
    padding-left: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.cash-text {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    color: #000000;
    opacity: 0.7;
    padding-right: 18px;
    border-left: 2px solid red;
    margin-top: 14px;
}

/* our services section css */
.card-service {
    box-shadow: 2px 13px 25px #e0eff9;
    transition: 0.3s;
    padding: 25px 25px;
    background-color: #e0effa;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 30px;
    width: 20%;
    text-decoration: none;
    color: black;
}

.service-section {
    margin-top: 5%;
    background-color: #f0f0ff36;
    padding: 25px;
}

.service-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
    margin-bottom: 50px;
}

.service-heading:after {
    content: "";
    display: block;
    width: 4%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
    text-decoration: none;
    color: black;
}

.card-service:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #f83220;
    cursor: pointer;
    color: white;
}

.card-container {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    margin: 0px 9px 26px 5px;
}

.service-img {
    width: 20%;
}

.icon {
    padding: 5px 5px;
}

.service-content {
    padding: 5px 5px;
    font-size: 14px;
}

.service-content h6 {
    color: #092c44;
}

.service-content h6 a {
    color: #092c44;
    text-decoration: none;
}

/*cashback section css*/

.c-margin {
    margin-top: 8%;
}

.cashback-section {
    padding: 69px 65px;
}

.cash-img {
    width: 100%;
}

/*our partners section css*/
.our-partners {
    padding: 26px 65px;
}

.partner-margin {
    margin-top: 5%;
}

.partner-img {
    width: 100%;
}

.partnerH1 {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
}

.partnerH2 {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
}

.partnerH2:after {
    content: "";
    display: block;
    width: 4%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
}

/*heavy cashbacks section css*/
.cashback-img {
    width: 100%;
}

.heavycashback-section {
    padding: 5px 12px;
    position: relative;
}

.heavycashback-section .btn {
    position: absolute;
    top: 65%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #1c5781 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: white;
    opacity: 1;
    font-size: 12px;
    padding: 9px 14px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.heavycashback-section .btn:hover {
    background: #1c5781 0% 0% no-repeat padding-box;
    color: white;
    opacity: 1;
}

/*why choose CBS section css*/
.cbs-margin {
    margin-top: 5%;
}

.cbs-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
    margin-bottom: 16px;
}

.cbs-heading:after {
    content: "";
    display: block;
    width: 4%;
    padding-top: -3px;
    border-bottom: 2px solid #2776b6;
    margin-left: 6px;
}

.our-cbspara1 {
    padding: 14px 382px 13px 69px;
    font-size: 15px;
    color: #000000;
    opacity: 0.7;
}

.our-cbspara2 {
    padding: 0px 86px 25px 73px;
    font-size: 15px;
    color: #000000;
    opacity: 0.7;
    line-height: 1.2;
}

.circle {
    height: 10px;
    width: 10px;
    background-color: #f83220;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    opacity: 1;
    box-shadow: 0px 0px 15px #f83220;
}

.our-cbs p {
    padding: 11px 73px;
    font-size: 15px;
    color: #000000;
    opacity: 0.7;
}

.circle {
    height: 10px;
    width: 10px;
    background-color: #f83220;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    opacity: 1;
    box-shadow: 0px 0px 15px #f83220;
}

.list-cbs {
    padding: 4px 38px;
}

.list-cbs ul li {
    margin-bottom: 36px;
    font-size: 16px;
    color: #092c44;
    opacity: 1;
}

/*loan approval section*/
.aprroval-img {
    width: 100%;
}

.loan-section {
    padding: 111px 12px;
    position: relative;
}

.loan-section .btn {
    position: absolute;
    top: 65%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #1c5781 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: white;
    opacity: 1;
    font-size: 12px;
    padding: 9px 14px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.loan-section .btn:hover {
    background: #1c5781 0% 0% no-repeat padding-box;
    color: white;
    opacity: 1;
}

/*who we are section css*/
.weAre {
    margin-top: 100px;
    margin-bottom: 30px;
}

.weAre-section {
    padding: 69px 65px;
}

.we-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
    padding-top: 63px;
}

.we-heading:after {
    content: "";
    display: block;
    width: 12%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
}

.we-para1 {
    padding: 11px 171px 12px 77px;
    font-size: 15px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.we-para2 {
    padding: 11px 171px 12px 77px;
    font-size: 15px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.about-img {
    /*padding: 0px 65px;*/
}

.about-width {
    width: 85%;
}

/*have any question section css*/

.question-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
}

.question-heading:after {
    content: "";
    display: block;
    width: 12%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
}

.color-section {
    background-color: #f0f0ff38;
    padding: 25px 0px;
}

.question {
    margin-top: 180px;
    margin-bottom: 30px;
}

.question-para1 {
    padding: 11px 73px;
    font-size: 15px;
    color: #000000;
    opacity: 0.85;
}

.question-para2 {
    padding: 0px 73px;
    font-size: 15px;
    color: #000000;
    opacity: 0.85;
    margin-top: -22px;
}

.contact-div {
    width: 70%;
    border-radius: 10px;
    opacity: 1;
    padding: 0px 0px;
    background: #f83220 0% 0% no-repeat padding-box;
    margin: 2px 42px;
}

.phone-div {
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    background: #f83220 0% 0% no-repeat padding-box;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 28px 37px;
}

.phone-icon {
    padding: 5px 8px;
    font-size: 18px;
}

.email-icon {
    padding: 5px 8px;
    font-size: 18px;
}

.phone-num a {
    padding: 3px 8px;
    text-decoration: none;
    color: white;
}

.phone-num a:hover {
    padding: 3px 8px;
    text-decoration: none;
    color: white;
}

.email-text a {
    padding: 3px 8px;
    text-decoration: none;
    color: white;
}

.email-text a:hover {
    padding: 3px 8px;
    text-decoration: none;
    color: white;
}

.email-div {
    text-align: center;
    background: transparent linear-gradient(279deg, #0e3d5e 0%, #092b42 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 28px 37px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.a {
    text-align: center;
}

.slider-class {
    width: 90%;
    border-radius: 15px;
}

.c-width {
    width: 80%;
}

.slider-margin {
    margin-top: 10%;
}

/***********************************/
/*emi calculator section css*/

.emi-margin {
    margin-top: 5%;
}

.emi-inputText {
    padding: 11px 74px;
    font-size: 15px;
    color: #000000;
    display: flex;
    justify-content: start;
}

.emi-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
}

.emi-heading:after {
    content: "";
    display: block;
    width: 5%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 3px;
}

.emi-main-div {
    background-color: #e0effa;
    border-radius: 15px;
    opacity: 1;
    margin: 21px 234px 24px 70px;
    padding: 12px 12px;
}

.emi-main-div h6 {
    font-size: 16px;
    color: #092c44;
    opacity: 1;
    font-weight: 600;
}

.input-field {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #707070;
    opacity: 1;
    background-color: #e0effa;
    padding: 1px 64px;
}

.input-field:focus {
    border-color: #707070;
    opacity: 1;
}

.select-style {
    font-size: 0.9rem;
    padding: 7px 17px;
    border-radius: 5px;
    margin: 19px 9px 4px 16px;
    font-weight: 500;
}

.sliderBar1 {
    padding: 11px 74px;
    margin: 17px 13px 45px 0px;
}

.slidecontainer {
    width: 100%;
}

/*.slider {*/
/*    -webkit-appearance: none;*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    background: #FFFFFF;*/
/*    outline: none;*/
/*    opacity: 0.7;*/
/*    -webkit-transition: .2s;*/
/*    transition: opacity .2s;*/
/*}*/

/*.slider:hover {*/
/*    opacity: 1;*/
/*}*/

/*.slider::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    background: #F83220;*/
/*    cursor: pointer;*/
/*}*/

/*.slider::-moz-range-thumb {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #F83220;*/
/*    cursor: pointer;*/
/*}*/

#interestRange,
#downPaymentRange,
#termRange,
#salaryRange {
    /*border-radius: 8px;*/
    height: 8px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    width: 15px;
    -webkit-appearance: none;
    height: 15px;
    background: #f83220;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 4px 3px #f8322075;
}

.month-install {
    padding: 11px 74px;
    margin: 19px -10px -11px -12px;
    background-color: #f83220;
    border-radius: 0 0 15px 15px;
}

.install-text {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
}

.install-amount {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
    padding: 5px;
}

/*testimonial css*/

.testi-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
    padding-top: 63px;
}

.test-heading:after {
    content: "";
    display: block;
    width: 5%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
}

.slider-test-class {
    width: 100%;
    border-radius: 15px;
}

.test-quote {
    font-size: 42px;
    color: #f83220;
    text-align: center;
}

.testimonial-div {
    box-shadow: 2px 13px 25px #e0eff9;
    transition: 0.3s;
    padding: 25px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 30px;
    width: 20%;
}

.testi-content {
    padding: 5px 5px;
    font-size: 14px;
}

.nav-header {
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%;
}

.check-balance,
.your-loan {
    width: 203px;
    height: 178px;
    background: #ffffff;
    border: none !important;
    box-shadow: 0px 10px 10px #6e6a6a6b;
    text-align: center;
    padding: 24px 16px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px !important;
}

.check-balance {
    position: absolute !important;
    top: 44px !important;
    left: -99px !important;
    padding: 24px 12px !important;
}

.your-loan {
    position: absolute !important;
    bottom: -34px;
    right: 28px;
}

.balance-btn,
.loan-btn {
    background-color: #f83220;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    margin-top: 12px;
}

.loan-icon {
    position: absolute;
    top: -20px;
    right: -16px;
}

.loan-icon img {
    width: 50px;
}

/*@media (max-width: 952px) {*/
/*    .img-logo {*/
/*        width: 77px;*/

/*        padding: 5px 19px;*/
/*        margin: 18px 10px;*/
/*    }*/

/*    nav ul li a {*/
/*        font-size: 10px;*/
/*    }*/
/*}*/
.testi-line {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid black;
    width: 50%;
}

.img-width {
    width: 50px !important;
}



.test-name {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 5px 5px;
}

.test-quote {
    font-size: 42px;
    color: #f83220;
    text-align: center;
}

.testimonial-div {
    box-shadow: 2px 13px 25px #e0eff9;
    transition: 0.3s;
    padding: 25px 25px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 30px;
    width: 20%;
}

.testi-content {
    padding: 5px 5px;
    font-size: 14px;
}

.testi-line {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid black;
    width: 50%;
}

.testi-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.test-heading {
    font-size: 35px;
    color: #092c44;
    font-weight: 600;
    padding-left: 69px;
    padding-top: 63px;
}

.test-heading:after {
    content: "";
    display: block;
    width: 5%;
    padding-top: -3px;
    border-bottom: 2px solid red;
    margin-left: 6px;
}

.swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.continue-btn {
    border: none;
    outline: none;
    color: #ffffff;
    background: #2776b6;
    border-radius: 8px;
    text-align: right;
    text-decoration: none;
    padding: 12px 42px;
    cursor: pointer;
}

.continue-btn:hover {
    color: #ffffff;
    background: #2776b6;
    border-radius: 8px;
    text-align: right;
    text-decoration: none;
    padding: 12px 42px;
}

.continue-style {
    text-align: right;
    margin-right: 79px;
    margin-top: 7%;
    margin-bottom: 7%;
}

/*.new-card {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.new-card-top {
    position: relative;
}

@media (min-width: 858px) {
    .hide-menu {
        display: block!important;
    }
}


@media (max-width: 858px) {
    .close {
        display: none !important;
        padding: 5px 19px;
        margin: 18px -18px;
    }

    /* .show{
        display: none!important;
        padding: 5px 19px;
        margin: 18px 10px;
    } */
    .checkbtn {
        display: block;
    }

    nav ul {
        float: right;
        margin: 0px 0px;
        /* margin: 15px 52px; */
    }

    .show {
        margin-top: 26px;
    }

    .slider-margin {
        margin-top: 28% !important;
    }

    .hide-menu {
        position: fixed;
        width: 100%;
        height: 287px;
        background: white;
        top: 80px;
        left: 0;
        text-align: center;
        display: none;
    }

    .loginBtn {
        padding: 0px 21px;
        font-size: 16px;
    }

    .show-mob-menu {
        display: block;
    }

    .hide-mob-menu {
        display: block;
    }

    nav ul li {
        display: block;
        line-height: 43px;
        margin: 4px 8px;
        font-size: 10px;
    }

    /* nav ul li a {
        font-size: 20px;
    } */
    nav ul li a {
        color: #000000;
        opacity: 0.71;
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px 21px;
        text-decoration: none;
        font-weight: 600;
    }

    nav ul li a:hover {
        color: #f83220;
        opacity: 0.71;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0px 21px;
        font-size: 16px;
    }

    .your-loan {
        bottom: -96px;
        right: 12px;
    }

    .loan-btn {
        padding: 7px;
        margin-top: 12px;
    }

    .check-balance,
    .your-loan {
        width: 184px;
        height: 153px;
        padding: 10px 10px 0px 10px !important;
        font-size: 13px;
    }

    .check-balance {
        top: 19px !important;
        left: -6px !important;
    }

    .about-img {
        text-align: center;
    }

    .loan-icon img {
        width: 40px;
    }

    .about-width {
        width: 100% !important;
    }
}



@media screen and (min-width: 992px) {
    .desktop-hide {
        display: none !important;
    }
}


@media screen and (max-width: 992px) and (min-width: 600px) {
    nav ul {
        float: right;
        /*margin: -75px 52px;*/
        margin: 23px 35px;
    }

    .swiper-pagination-bullet {
        display: none !important;
    }

    .we-para1 {
        font-size: 13px;
        padding: 11px 92px 18px 16px;
    }

    .we-para2 {
        font-size: 13px;
        padding: 11px 92px 18px 16px;
    }

    .emi-main-div {
        margin: 21px 10px 24px 7px;
    }

    .input-field {
        padding: 1px 0px;
    }

    .select-style {
        padding: 7px 0px;
        margin: 14px 9px 3px 2px;
    }

    .card-service {
        margin-right: 12px;
        width: 50%;
    }

    /*.card-service {*/
    /*    box-shadow: 2px 13px 25px #e0eff9;*/
    /*    transition: 0.3s;*/
    /*    padding: 8px 8px;*/
    /*    background-color: #e0effa;*/
    /*    border-radius: 5px;*/
    /*    cursor: pointer;*/
    /*    margin-right: 30px;*/
    /*    width: 20%;*/
    /*    text-decoration: none;*/
    /*    color: black;*/
    /*}*/
    .service-heading {
        font-size: 25px;
        padding-left: 10px;
        margin-bottom: 28px;
    }

    .service-img {
        width: 35%;
    }

    .cashback-section {
        padding: 21px 8px;
    }

    .heavycashback-section .btn {
        top: 96%;
        left: 50%;
    }

    .cbs-heading {
        font-size: 25px;
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .list-cbs {
        padding: 4px 0px;
        margin-left: -19px;
    }

    .our-cbspara1 {
        padding: 11px 10px;
    }

    .our-cbspara2 {
        padding: 0px 14px 25px 10px;
    }

    .emi-heading {
        font-size: 25px;
        padding-left: 10px;
    }

    .partnerH1 {
        font-size: 25px;
        padding-left: 10px;
    }

    .partnerH2 {
        font-size: 25px;
        padding-left: 10px;
    }

    .our-partners {
        padding: 26px 6px;
    }

    .test-heading {
        font-size: 25px;
        padding-left: 10px;
        padding-top: 4px;
    }

    .testimonial-div {
        margin-right: 35px;
        margin-left: 35px;
        width: 100%;
    }

    .loan-section {
        padding: 49px 14px;
    }

    .loan-section .btn {
        top: 79%;
        left: 50%;
    }

    .we-heading {
        font-size: 25px;
        padding-left: 10px;
        padding-top: 0px;
    }

    .check-balance {
        position: absolute !important;
        top: 43px !important;
        left: -27px !important;
        padding: 5px 12px !important;
    }

    .balance-btn, .loan-btn {
        padding: 10px;
        border-radius: 8px;
        margin-top: 20px;
    }

    .question {
        margin-top: 109px;
    }

    .question-heading {
        padding-left: 10px;
        font-size: 25px;
    }

    .question-para1 {
        padding: 11px 10px;
    }

    .question-para2 {
        padding: 11px 10px;
    }

    .phone-div {
        padding: 28px 33px;
    }

    .email-div {
        padding: 28px 30px;
    }

    .contact-div {
        width: 82%;
        margin-top: 20px;
    }


}


@media screen and (max-width: 992px) {
    .mob-hide {
        display: none !important;
    }

}

/*=======================extra media query==========================*/
@media (max-width: 500px) {
    .check-balance,
    .your-loan {
        width: 160px;
        height: 108px;
        padding: 10px 10px 0px 10px !important;
        font-size: 11px;
    }

    .check-balance {
        top: 210px;
        left: 0px;
    }

    .weAre > .row {
        margin-bottom: 128px;
    }

    .about-img {
        text-align: center;
    }

    .balance-btn,
    .loan-btn {
        padding: 12px 23px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 400px) {
    .check-balance {
        top: 255px;
        left: 24px;
    }
}

@media screen and(max-width: 768px) {
    .desktop-weAre {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .tablet-mod {
        display: none;
    }

}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .check-balance, .your-loan {
        width: 184px;
        height: 149px;
        padding: 10px 10px 0px 10px !important;
        font-size: 13px;
    }

    .your-loan {
        bottom: -104px;
        right: 120px;
    }

    .about-img {
        padding: 0px 127px;
    }

    .check-balance {
        position: absolute !important;
        top: 43px !important;
        left: 44px !important;
        padding: 5px 12px !important;
    }

}
@media screen and (max-width: 1202px) and (min-width: 992px) {
.redeem-btn{
    padding: 10px 30px;
}

}


@media (min-width: 1200px) and (max-width: 1400px) {
    .your-loan {
        bottom: -100px;
        right: 78px;
    }
}

.display-weAre {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media screen and (max-width: 1300px) {
    .display-weAre {
        display: block;
        justify-content: space-between;
        flex-direction: column;
    }

}


.instant-img1 {
    position: relative;
}

@media (min-width: 1300px) {
    .cash-back-acc {
        position: absolute;
        left: -140px;
        top: 40px;
        width: 203px;
        height: 151px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
        padding: 13px 8px !important;

    }

    .your-loan-2 {
        position: absolute !important;
        bottom: -100px;
        right: 28px;
        width: 203px;
        height: 151px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        padding: 24px 16px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
    }
}

.about-boy-img {
    width: 100%;
}

.instant-img {
    width: 100%;
    position: relative;
}

@media (min-width: 990px) and (max-width: 1300px) {
    .instant-img {
        width: 50%;
        display: inline-block;
        margin: auto;
        position: relative;
    }

    .your-loan-2 {
        position: absolute !important;
        bottom: -70px;
        right: 28px;
        width: 203px;
        height: 151px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        padding: 24px 16px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
    }

    .cash-back-acc {
        position: absolute;
        left: -100px;
        top: 80px;
        width: 203px;
        height: 151px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
        padding: 13px 8px !important;
    }

}


@media (max-width: 990px) {

    .cash-back-acc {
        position: relative;
        width: 256px;
        height: 164px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        padding: 24px 16px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
        left: 44px;
        bottom: 43px;
        top: -21px;
    }

    .your-loan-2 {
        position: relative;
        width: 256px;
        height: 164px;
        background: #ffffff;
        border: none !important;
        box-shadow: 0px 10px 10px #6e6a6a6b;
        text-align: center;
        padding: 24px 16px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 10px !important;
        top: 41px;
        left: 44px;
    }
}


.new-card {
    text-align: center;
}


/* ----------- iPad Pro ----------- */

/*Portrait*/
@media only screen and (min-width: 1024px) and (orientation: portrait) {

    /*code for index page*/
    .emi-main-div {
        background-color: #e0effa;
        border-radius: 15px;
        opacity: 1;
        margin: 21px 75px 24px 70px;
        padding: 12px 12px;
    }

    .c-margin {
        margin-top: 1%;
    }

    .weAre {
        margin-top: -135px;
        margin-bottom: 30px;
    }

    .contact-div {
        width: 80%;
        margin: 27px 42px;
    }
    .question {
        margin-top: 47px;
        margin-bottom: 30px;
    }
}

/* Landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
    /*code for index page*/
    .emi-main-div {
        background-color: #e0effa;
        border-radius: 15px;
        opacity: 1;
        margin: 21px 75px 24px 70px;
        padding: 12px 12px;
    }
    .c-margin {
        margin-top: 1%;
    }

    .weAre {
        margin-top: -62px;
        margin-bottom: 30px;
    }

    .contact-div {
        width: 96%;
        margin-top: 31px;
    }

}

/* ----------- iPad  ----------- */

/*Portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {

    .question {
        margin-top: 56px;
        margin-bottom: 30px;
    }

}


/* Landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {

    .question {
        margin-top: 56px;
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 858px){
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%!important;
    }

}