/* new header */

.bluetheme {
    background: #283d7b;
    z-index: 99 !important;
    position: relative;
}

.navbarsect a:hover {
    text-decoration: none;
}

.nav-link {
    padding: 12px 20px !important;
}

.personal-heading, .Business-heading {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 50px 12px 10px;
}

.personal-links, .business-links {
    padding-top: 20px;
    display: none;
}

.personal-heading.active, .Business-heading.active {
    background: #283d7b;
}

.personal-links.active, .business-links.active {
    display: block;
}

.sidenav_close {
    margin-bottom: 20px !important;
}

.sidenav_inner {
    padding: 27px !important;
}

.personal-heading {
    margin-right: 2px;
    background: #6B6F7C;
}

header a.nav-link:after {
    bottom: 10px !important;
}

header a.nav-link:hover:after, .nav-link.active::after {
    width: 12px !important;
    left: 20px;
}

.Business-heading {
    background: #6B6F7C;
}

.navbarsect a:hover .tooltip {
    visibility: visible;
}

.navbarsect a {
    position: relative;
}

.tooltip {
    transition: none !important;
    font-family: Mulish;
    visibility: hidden;
    width: 222px;
    background-color: white;
    border-radius: 11px;
    padding: 6px 8px;
    position: absolute;
    color: #6B6F7C;
    z-index: 10000000;
    font-size: 12px;
    border: 0.5px solid #E3E4E5;
    box-shadow: 3px 4px 30px rgba(25, 28, 44, 0.259588);
    opacity: 1;
    top: 65px;
    left: -50px;
}

.nav-item a {
    color: white;
    font-size: 13px;
    opacity: 0.8;
}

.theme-navbar {
    display: flex;
    margin-bottom: 0 !important;
    justify-content: flex-end;
}

.topBand {
    position: relative;
    z-index: 10001;
}

.theme-container {
    max-width: 1300px;
    margin: auto;
}

.topMenu .theme-container {
    max-width: none;
}

.theme-col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.theme-container:before, .theme-row::before {
    display: table;
    content: " ";
}

.bluetheme:after {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 17px;
    background: #fff;
    -webkit-box-sizing: border-box;
}

.navbarsect {
    display: flex;
    justify-content: center;
}

.nav-login {
    margin: 18px 0;
}

    .nav-login a {
        font-weight: 600 !important;
        background: #283D7C !important;
        font-size: 15px !important;
        color: #FFFFFF !important;
        padding: 18px 20px !important;
        line-height: 0 !important;
        width: 120px;
        height: 38px;
        border-radius: 3.5px !important;
        display: block;
        opacity: 1 !important;
        text-align: center;
    }

.navbarsect a {
    font-size: 16px;
    line-height: 18px;
    color: #173750;
    padding: 29px 0;
    margin: 0 25px;
    opacity: 0.8;
}

    .navbarsect a:hover {
        opacity: 1;
    }

.theme-row {
    margin-right: -15px;
    margin-left: -15px;
}

.topMenu {
    box-shadow: none;
    position: relative;
    z-index: 9999;
    width: 100%;
}

.logoSect {
    padding-top: 0;
    margin-top: -1.2rem;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
    width: 40%;
    text-align: center;
}

.topMenu-div {
    display: flex;
}

.bluetheme .whitebg {
    background-color: #fff;
    width: 60%;
    background: #fff url(../img/header_curve_v2.png) no-repeat;
    background-position: 0 0;
}

/* testimonials */

.testimonials-content .banner_heading {
    font-weight: bold;
    font-size: 38px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.testimonials-content {
    top: 220px !important;
}

    .testimonials-content .banner_subheading {
        font-weight: normal;
        font-size: 27px;
        line-height: 40px;
        letter-spacing: 0.7425px;
        color: rgba(255, 255, 255, 0.9);
    }

.testimonials-container {
    max-width: 1260px;
    margin: auto;
    padding: 40px;
}

.testimonials-rows p {
    font-family: 'Alegreya', serif;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.385714px;
    color: #5B5B6B;
    text-align: justify;
}

.testimonials-rows h4 {
    font-weight: 800;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.428571px;
    text-transform: uppercase;
    color: #4454A4;
    margin-bottom: 0;
}

.testimonials-rows {
    border-bottom: 1px solid #c1c1c1;
    box-sizing: border-box;
    padding: 50px 70px;
    display: flex;
    margin: 20px 0;
}

.testimonials-left h4 {
    text-align: right;
}

.testimonials-right h4 {
    text-align: left;
}

.testimonials-right .testimonials-col1 {
    margin-right: 100px;
    width: 90%;
}

.testimonials-left .testimonials-col2 {
    margin-left: 100px;
}

/* testimonials */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.row {
    margin: auto;
    padding: 0;
}

a {
    text-decoration: none;
    position: relative;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

.text-center {
    width: 100%;
}

.text-left {
    width: 100%;
}

.text-right {
    width: 100%;
}

body {
    font-family: 'Muli', sans-serif;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 0;
    outline: none;
    border: 0;
    opacity: 0.5;
    background-color: transparent;
}

    #myBtn:hover {
        opacity: 1;
    }

    #myBtn img {
        width: 80%;
    }

li {
    list-style-type: none;
}

p {
    font-size: 14px;
}



.mypadding {
    padding: 74px 55px;
}

.bluecolor {
    color: #0074bd;
}

.lightbg {
    background-color: #FAFCFE;
}

.heading_style {
    color: #3a4385;
    font-weight: bold;
    margin: auto;
    margin-bottom: 2em;
    font-size: 24px;
    letter-spacing: 0.6px;
}

.btn_style {
    background-color: #1b3e75;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    margin: auto;
}

    .btn_style:hover {
        color: #fff;
    }

header a.nav-link:after, footer a:after {
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    background-color: #ea5167;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

header a:hover:after, footer a:hover:after {
    width: 100%;
    left: 0;
}

/*Header*/

/*header {
    width: 100%;
    padding: 0;
    z-index: 99;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}*/

header {
    width: 100%;
    padding: 0;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
}

    header.nav-up {
        position: fixed;
        left: 0;
        top: 0px;
        background-color: #fff;
    }

    header.nav-down {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 #ddd;
        box-shadow: 0 0 5px 0 #ddd;
    }

        header.nav-down .navbar-dark .navbar-nav .header_updates .nav-link {
            color: #fff;
        }

#collapsibleNavbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    place-items: center;
}

nav li {
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-dark {
    background-color: transparent !important;
    padding: 15px 55px;
}

.mobile_toggle {
    display: none;
}

.sidenav {
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #61699D;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    place-items: center;
    font-size: 14px;
    font-weight: 100;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #1b3e75;
    }

    .navbar-dark .navbar-nav .nav-link.active {
        color: #1b3e75;
        font-weight: bold;
    }

    .navbar-dark .navbar-nav .nav-link svg {
        margin-left: 5px;
        font-size: 0.7em;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

.navbar-dark .navbar-nav .header_updates .nav-link {
    background-color: #41a2df;
    padding: 0.5em 15px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .header_login .nav-link {
    background-color: #1b3e75;
    padding: 0.5em 2em;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .navbar-dark .navbar-nav .header_login .nav-link:hover {
        background-color: #474f90;
        -webkit-box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
        box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-dark .navbar-nav .header_login .nav-link::after {
        display: none;
    }

/*Header*/

/*Banner*/

.banner #demo {
    width: 100%;
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    margin-top: 120px;
    background-color: #364083;
}

    .banner img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: right;
        object-position: right;
    }

.mobile_banner {
    display: none;
}

.carousel-control-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    cursor: auto;
    width: auto;
    display: none;
}

.carousel-control-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    cursor: auto;
    width: auto;
    display: none;
}

.carousel-control-prev-icon {
    background-image: url('../img/left_arrow.svg');
    width: 50px;
    height: 60px;
    cursor: pointer;
}

.carousel-control-next-icon {
    background-image: url('../img/right_arrow.svg');
    width: 50px;
    height: 60px;
    cursor: pointer;
}

.carousel-control-prev-icon:hover {
    background-color: #ea5167;
    border-radius: 0 50px 50px 0;
}

.carousel-control-next-icon:hover {
    background-color: #ea5167;
    border-radius: 50px 0 0 50px;
}

.banner_info {
    margin-top: 5em;
}

.banner_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

    .banner_links a {
        margin-right: 2em;
        margin-bottom: 1.5em;
        color: #333;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

        .banner_links a:hover {
            color: #007bff;
            -webkit-transition: unset;
            -o-transition: unset;
            transition: unset;
        }

        .banner_links a:focus {
            text-decoration: none;
        }

.banner_links_info {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    width: 215px;
}

    .banner_links_info:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.banner_links a:hover {
    text-decoration: none;
}

.banner_links_info img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}

.carousel-caption h1 {
    font-size: 34px;
    font-weight: bold;
}

.carousel-caption h5 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-weight: 600;
}

.banner_links_txt p {
    margin-bottom: 0;
    font-size: 12px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    text-align: left;
}

.banner_links_txt h6 {
    font-size: 17px;
    color: #3a4385;
    font-weight: 600;
}

.banner_info .heading_style {
    line-height: 1.5;
}

.carousel-indicators {
    bottom: 10px;
}

    .carousel-indicators li:hover {
        background-color: #fff;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 10px;
    }

.carousel-caption {
    left: 100px;
    bottom: unset;
    top: 100px;
    padding: 0 !important;
}

    .carousel-caption h5 {
        margin-bottom: 30px !important;
        max-width: 700px;
    }

.banner_steps_link img {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    -webkit-animation-name: banner_down; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: banner_down;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner_steps_link .side_img {
    -webkit-animation-name: banner_side;
    animation-name: banner_side;
}

@-webkit-keyframes banner_side {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Standard syntax */

@keyframes banner_side {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes banner_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Standard syntax */
@keyframes banner_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner_steps_link a span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.banner_steps_link a:hover {
    text-decoration: none;
}


/*Banner*/

/*About*/

.about .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 3em;
}

.about_content {
    text-align: center;
}

.about_img {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: flex-end;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about p {
    font-size: 15px;
    color: #173750;
    line-height: 2;
}

.about_info p {
    color: #173750;
    font-weight: bold;
    font-size: 14px;
}

.about .btn_style {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    bottom: 0;
}

.mobile_about {
    display: none;
}

.about a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 1px;
    text-decoration: none;
    background-color: #474f90;
    -webkit-box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
    box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
}


/*end About*/

/*Download NPS*/

.download {
    background-image: url('../img/download_bg.svg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #404a8f;
    color: #fff;
    padding: 55px;
    padding-bottom: 4em;
}

    .download .heading_style {
        margin-bottom: 3em;
    }

    .download .row {
        width: 100%;
    }

    .download h5 {
        font-size: 18px;
        margin-bottom: 2em;
    }

    .download ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .download li {
        width: 33%;
        margin-bottom: 25px;
    }

        .download li img {
            margin-right: 15px;
        }

    .download .banner_links_info h6 {
        font-size: 20px;
    }

    .download .banner_links_info {
        width: 100%;
        margin-bottom: 30px;
    }

        .download .banner_links_info img {
            width: 65px;
            height: 65px;
        }

    .download .phone_img {
        width: 100%;
    }

    .download .col-md-6 {
        display: -ms-grid;
        display: grid;
        place-items: center;
    }

.download_app img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Download NPS*/

/*Quick Links*/

.quicklinks .row {
    /*width: 90%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2em;
}

    .quicklinks .row:last-child {
        margin-bottom: 0;
    }

.quick_content {
    padding: 0em 1em;
    width: 14%;
    margin-bottom: 2em;
}

    .quick_content a {
        display: block;
        text-decoration: none;
        height: 100%;
    }

.quick_info {
    background-color: #fff;
    padding: 25px 5px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
    height: 156px;
    width: 152px;
    margin: auto;
}

    .quick_info p {
        color: #173750;
        font-weight: 600;
        margin-bottom: 0;
    }

.quick_content.quick_content_annual p {
    position: relative;
    top: -15px;
}

.quick_info img {
    margin-bottom: 1.5em;
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}

.quick_info:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quick_info:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 10px 0 #c1c1c1;
    box-shadow: 0 0 10px 0 #c1c1c1;
}

/*Quick Links*/

/*Why kfintech Cra*/

.why_kfintech .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.why_kfintech_content {
    padding: 0em 1em;
    width: 20%;
    margin-bottom: 2em;
}

.why_kfintech_info {
    background-color: #fff;
}

    .why_kfintech_info img {
        margin-bottom: 20px;
    }

    .why_kfintech_info p {
        color: #173750;
        font-weight: 600;
    }

.mobile_why_kfintech {
    display: none;
}

/*Why kfintech Cra*/

/*Eligibility*/

.eligibility .row {
    width: 100%;
    margin-bottom: 2em;
}

.eligibility_info {
    background-color: #fff;
    padding: 2em;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0 #ddd;
    box-shadow: 0px 5px 15px 0 #ddd;
}

    .eligibility_info h6 {
        margin-bottom: 15px;
        color: #3a4385;
        font-weight: 600;
    }

    .eligibility_info ul {
        margin-bottom: 0;
    }

    .eligibility_info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        margin-bottom: 15px;
        color: #2c364f;
    }

        .eligibility_info li:last-child {
            margin-bottom: 0;
        }

    .eligibility_info img {
        margin-right: 10px;
        height: 16px;
        width: 18px;
    }

    .eligibility_info li span {
        width: 100%;
    }


/*Eligibility*/

/*Steps*/

.steps {
    background-image: url('../img/steps-bg.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

    .steps .heading_style {
        margin-bottom: 50px;
    }

    .steps .row {
        width: 100%;
        margin-bottom: 2em;
    }

.steps_info {
    background-color: #fff;
    padding: 2em;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0 #ddd;
    box-shadow: 0px 5px 15px 0 #ddd;
}

    .steps_info h6 {
        margin-bottom: 23px;
    }

    .steps_info ul.nav-pills a {
        background-color: #fff;
        color: #3a4385;
        font-weight: 600;
        padding: 0.8em 2em;
        margin-right: 1.5em;
        border-radius: 10px;
        display: block;
        min-width: 200px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #3a4385;
        text-decoration: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

        .steps_info ul.nav-pills a:hover {
            text-decoration: none;
        }

    .steps_info ul.nav-pills .active a {
        color: #fff;
        background-color: #3a4385;
        background-image: url('../img/steps_btn.svg');
        background-size: contain;
        background-position: center;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .steps_info .tab-pane {
        height: 350px;
    }

    .steps_info #activate {
        max-height: 350px;
        overflow: auto;
    }

    .steps_info .tab-pane ul {
        position: relative;
        padding-right: 2em;
    }

    .steps_info ul {
        margin-bottom: 55px;
    }

    .steps_info .tab-content li {
        font-size: 14px;
        margin-bottom: 0.7em;
        padding-bottom: 0.7em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #f1f1f1;
    }

    .steps_info #activate li:last-child {
        padding-left: 40px;
        border-bottom: 0;
    }

    .steps_info .tab-content li img {
        margin-right: 1.5em;
        width: 16px;
        height: 10px;
        margin-top: 5px;
    }

.modal-body {
    margin: 0;
    max-height: 380px;
    overflow: auto;
}

.modal-header {
    background-color: #e9ecef;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    width: 100%;
}

.modal-body ul {
    padding: 0 20px;
}

.modal-body li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
    color: #767373;
    font-size: 13px;
}

    .modal-body li:last-child {
        border-bottom: 0;
    }

.modal-title {
    margin: 0 auto;
}

.modal-header .close {
    padding: 0;
    margin: auto 0 auto;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

/*Steps*/

/*Latest Updates*/

.updates .row {
    width: 100%;
    margin-bottom: 2em;
}

.updates_info {
    background-color: #fff;
    padding: 2em;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0 #ddd;
    box-shadow: 0px 5px 15px 0 #ddd;
}

    .updates_info h6 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .updates_info ul {
        margin-bottom: 0;
    }

    .updates_info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .updates_info li:last-child {
            margin-bottom: 0;
        }

        .updates_info li::before {
            content: '';
            border-radius: 50%;
            padding: 2px;
            border: 1px solid #0074bd;
            margin-right: 15px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            background-color: #fafcfe;
            margin-top: 5px;
        }

/*Latest Updates*/

/*Footer*/

footer.mypadding {
    color: #c1c1c1;
    background-color: #343d7e;
    background-image: url('../img/footer-bg.svg');
    background-size: cover;
}

footer .row {
    margin-right: 0;
}

footer a:hover, footer a:focus {
    text-decoration: none;
}

.footer_subscribe li a:hover::after {
    display: none;
}

.footer_logo img {
    width: 225px;
    margin-bottom: 1em;
}

.footer_logo svg {
    font-size: 0.7em;
}

.footer_logo a {
    color: #bd353b;
    font-weight: bold;
}

.footer_logo p {
    width: 90%;
    margin-bottom: 45px;
}

.footer_links li {
    margin-bottom: 0.5em;
}

footer p, footer li {
    font-size: 14px;
}

footer h6 {
    color: #ea5167;
}

.footer_links ul {
    margin-bottom: 65px;
}

.footer_links li a {
    color: #c1c1c1;
}

footer h6 {
    margin-bottom: 1em;
}

.footer_subscribe ul, .footer_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
}

    .footer_subscribe h6 {
        margin-right: 1.5em;
    }

    .footer_subscribe li {
        margin-right: 1.5em;
    }

        .footer_subscribe li a {
            display: block;
        }

            .footer_subscribe li a:hover {
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px);
            }

        .footer_subscribe li svg {
            width: 2em !important;
            height: 2em;
            color: #071330;
            background-color: #fff;
            border-radius: 5px;
            padding: 5px;
        }

.footer_bottom {
    padding: 18px 55px;
    background-color: #070d1b;
}

    .footer_bottom p {
        margin-bottom: 0;
        color: #c1c1c1;
        font-size: 0.85em;
        font-weight: 600;
    }

footer .offset-lg-1 {
    margin: auto 0 auto auto;
}

.footer_copyright {
    font-size: 13px;
}

.footer_here {
    width: 105px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 1.2em;
}

    .footer_here img {
        width: 100%;
    }


/*Footer*/


/*Mobile CSS*/

@media only screen and (max-width: 600px) {
    .comingsoon h1 {
        font-size: 34px;
    }

    .mypadding {
        padding: 2em 1em;
    }

    .bg-dark {
        padding: 0.5em 1em;
    }

    .desktop_toggle {
        display: none;
    }

    .nav_brand {
        width: 82%;
    }

        .nav_brand img {
            width: 100%;
        }

    .navbar-dark .navbar-toggler {
        color: #3a4385;
        border-color: transparent;
        padding: 0;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        font-size: 1.5em;
    }

        .navbar-dark .navbar-toggler svg {
            -webkit-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
        }

    .nav-down .navbar-dark .navbar-toggler {
        color: #3a4385;
        border-color: transparent;
    }

    header {
        background-color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #1b3e75;
    }

    .navbar-dark .navbar-nav .header_login .nav-link {
        color: #fff;
        display: block;
    }
  .banner_steps_link span{
    font-size: 14px !important;
  }
    .header_updates {
        margin-bottom: 10px;
    }

    .container-fluid.active {
        position: relative;
    }

        .container-fluid.active::before {
            position: fixed;
            content: '';
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: #000000a6;
            z-index: 99;
        }

    .sidenav {
        position: fixed;
        top: 0;
        width: 30vw;
        height: 100vh;
        right: -40vw;
        z-index: 9999;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .sidenav_inner {
        background-color: #fff;
        padding: 2em;
        height: 100%;
        width: 90%;
        float: right;
    }

    .sidenav ul {
        display: -ms-grid;
        display: block;
    }

    .sidenav .nav-link {
        color: #1b3e75;
    }

    .sidenav.active {
        width: 100vw;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    li.sidenav_close {
        margin-bottom: 0;
        text-align: right;
    }

        li.sidenav_close svg {
            width: 2em !important;
            height: 2em;
            padding: 7px;
            border: 1px solid #333;
            border-radius: 50%;
            color: #333;
        }

    .header_updates .nav-link {
        background-color: #41a2df;
        padding: 0.5em 15px;
        border-radius: 5px;
        color: #fff;
    }

    .header_login .nav-link {
        background-color: #1b3e75;
        padding: 0.5em 2em;
        border-radius: 5px;
        color: #fff;
    }

    .banner {
        background-size: cover;
        height: 80vh;
        background: -o-linear-gradient(top, #3a458e, #252f73);
        background: -webkit-gradient(linear, left top, left bottom, from(#3a458e), to(#252f73));
        background: linear-gradient(to bottom, #3a458e, #252f73);
    }

    .carousel-caption h1 {
        font-size: 1.5em;
        margin-bottom: 16px !important;
    }

    .carousel-caption h5 {
        font-size: 1.2em;
        margin-bottom: 36px !important;
    }

    .carousel-caption {
        top: 5%;
        margin: auto;
        right: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
text-align: left;
    }

        .carousel-caption h5 br {
            display: none;
        }

    .banner_steps_link a {
        font-size: 0.95em;
        text-align: left;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 40px;
        height: 50px;
    }

    .banner img {
        height: 80vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }

    img.mobile_banner {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .banner .banner_links_info img {
        width: 40px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .banner .banner_steps_link img {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }

    .banner_info {
        width: 90%;
        margin: auto;
    }

    .banner_links {
        display: block;
        width: 100%;
    }

        .banner_links a:last-child .banner_links_info {
            width: 100%;
        }

        .banner_links a, .banner_links a:last-child {
            display: block;
            width: 100%;
        }

    .banner_links_info {
        margin-right: 0;
        padding: 15px 10px;
        margin-bottom: 1em;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2em;
    }

    .banner_info .heading_style {
        color: #fff;
    }

    .download li {
        width: 100%;
    }

    .download .col-lg-7 {
        margin-bottom: 2em;
    }

    .download .col-md-6 {
        display: block;
        place-items: center;
    }

    .download {
        background-image: none;
    }

    .download_app {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .download_app img {
            width: 100%;
        }

    .download .phone_img {
        display: none;
    }

    .quick_content, .why_kfintech_content {
        width: 50%;
        padding: 0em 0.5em;
        margin-bottom: 1.5em;
    }

    .about_info, .why_kfintech_content {
        width: 100%;
        padding: 0em 1em;
        margin-bottom: 1em;
    }

    .quicklinks .row {
        margin-bottom: 0;
        width: 100%;
    }

    .why_kfintech_content br {
        display: none;
    }

    .heading_style {
        font-size: 20px;
        text-align: center;
    }

    .eligibility .col-lg-6, .updates .col-lg-6 {
        margin-bottom: 2em;
    }

    .download h5 {
        line-height: 1.5;
    }

    .steps {
        background-image: none;
    }

    .steps_info ul.nav-pills li {
        width: 100%;
    }

    .steps_info ul.nav-pills a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .steps_info .tab-content li::before {
        margin-right: 1em;
    }

    .steps_info {
        padding: 2em 1em;
    }

        .steps_info .tab-pane {
            min-height: unset;
            max-height: unset;
            overflow: auto;
            height: auto;
        }

        .steps_info #activate {
            max-height: unset;
            overflow: auto;
        }

        .steps_info .tab-pane ul {
            padding-right: 0;
        }

    .footer_logo p {
        width: 100%;
    }

    footer .col-md-6 {
        margin-bottom: 2em;
    }

    .footer_subscribe {
        display: block;
        place-items: center;
    }

    .footer_bottom {
        padding: 1.5em 1em;
    }

    .footer_logo {
        margin-bottom: 3em;
    }

    .thumbnail-slider .slider-image {
        height: auto !important;
        width: 100% !important;
        /*border: 2px solid #333;*/
        padding: 10px;
        text-align: center;
    }

    .thumbnail-slider section {
        padding: 0 75px;
    }

    .thumbnail-slider {
        /*background-color: #fff;*/
        width: 100%;
    }

        .thumbnail-slider .slider-image img {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            width: 100%;
            margin-bottom: 0;
            border-radius: 5px;
        }

        .thumbnail-slider .slider-image:hover img {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
        }

    .slick-prev {
        left: 15px !important;
        top: 50% !important;
        background-color: #0074bd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        place-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18px;
        border-radius: 50%;
    }

    .slick-next {
        right: 15px !important;
        top: 50% !important;
        background-color: #0074bd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        place-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18px;
        border-radius: 50%;
    }

        .slick-prev.slick-arrow.slick-disabled, .slick-next.slick-arrow.slick-disabled {
            background-color: #dee2e6;
            cursor: no-drop;
        }

        .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
            background-color: #1b3e75;
        }

            .slick-prev:hover::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-next:focus::before {
                border-left: 6px solid #fff;
                border-top: 6px solid #fff;
            }

        .slick-prev:before, .slick-next:before {
            color: #000 !important;
        }
        /* arrows */
        .slick-prev:before, .slick-next:before {
            position: absolute;
            top: 11px;
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border-left: 6px solid #fff;
            border-top: 6px solid #fff;
        }

    .slick-prev:before {
        left: 13px;
        -ms-transform: rotate(-45deg);
        /* -webkit-transform: rotate(-45deg); */
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: '' !important;
    }

    .slick-next:before {
        right: 13px;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: '' !important;
    }

    .about .heading_style {
        margin-bottom: 0;
    }

    .about_img {
        height: 160px;
    }

    .footer_links ul {
        margin-bottom: 35px;
    }

    .download .heading_style {
        line-height: 1.5;
    }

    .desktop_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }
}

/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width:1000px) {
    .mypadding {
        padding: 2em;
    }

    #collapsibleNavbar {
        display: none !important;
    }

    .navbar-dark .navbar-toggler {
        color: #3a4385;
        font-size: 2em;
    }

    .bg-dark {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bg-dark {
        padding: 0.5em 2em;
    }

    .nav_brand {
        width: 40%;
    }

        .nav_brand img {
            width: 100%;
        }

    nav li {
        margin: 0;
    }

    .mobile_toggle:focus {
        outline: none;
        display: block;
    }

    .desktop_toggle {
        display: none;
    }

    .navbar-dark .navbar-toggler svg {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .nav-down .navbar-dark .navbar-toggler {
        color: #3a4385;
        border-color: transparent;
    }

    .container-fluid.active {
        position: relative;
    }

        .container-fluid.active::before {
            position: fixed;
            content: '';
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: #000000a6;
            z-index: 99;
        }

    .sidenav {
        position: fixed;
        top: 0;
        width: 30vw;
        height: 100vh;
        right: -40vw;
        z-index: 9999;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .sidenav_inner {
        background-color: #fff;
        padding: 2em;
        height: 100%;
        width: 40%;
        float: right;
    }

    .sidenav ul {
        display: -ms-grid;
        display: block;
    }

    .sidenav .nav-link {
        color: #1b3e75;
    }

    .sidenav.active {
        width: 100vw;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    li.sidenav_close {
        margin-bottom: 0;
        text-align: right;
    }

        li.sidenav_close svg {
            width: 2em !important;
            height: 2em;
            padding: 7px;
            border: 1px solid #333;
            border-radius: 50%;
            color: #333;
        }

    .desktop_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .carousel-caption {
        top: 10%;
        width: 80%;
        margin: auto;
        right: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .carousel-caption h5 br {
            display: none;
        }

    .banner {
        background-color: #4a54a2;
        margin-top: 64px;
    }

        .banner img {
            width: 100%;
            height: 700px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center bottom;
            object-position: center bottom;
        }

    .banner_steps_link img {
        width: 28px;
        height: 28px;
        -o-object-position: unset;
        object-position: unset;
        -o-object-fit: unset;
        object-fit: unset;
        margin-left: 20px;
    }

    .banner_links_info img {
        margin-right: 20px;
        width: 40px;
        height: 40px;
        -o-object-position: unset;
        object-position: unset;
        -o-object-fit: unset;
        object-fit: unset;
    }

    .carousel-caption h1 {
        font-size: 32px;
        font-weight: bold;
    }

    .carousel-caption h5 {
        font-size: 1.2em;
    }

    .banner_info .heading_style {
        color: #fff;
    }

    .banner_links_txt p {
        font-size: 14px;
    }

    .banner_links_info {
        padding: 30px 10px;
        width: 200px;
    }

    .banner_links a, .banner_links a:nth-child(2) {
        margin-right: 3%;
    }

    .banner_links_txt h6 {
        font-size: 14px;
    }

    .banner_links a:last-child {
        margin: 0;
        width: 55%;
    }

    .banner_links {
        width: 90%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .about_info {
        width: 33.33%;
    }

    .about .row, .why_kfintech .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quick_content, .why_kfintech_content {
        width: 33.33%;
        height: 100%;
        margin-bottom: 2em;
    }

    .quicklinks .row {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .download li {
        width: 50%;
        margin-bottom: 25px;
    }

    .download_qr {
        width: 100%;
    }

    .download {
        background-image: none;
    }

    .eligibility .col-lg-6, .updates .col-lg-6 {
        margin-bottom: 2em;
    }

    .steps_info ul.nav-pills a {
        min-width: 150px;
        margin-right: 0.5em;
        font-size: 13px;
    }

    footer .col-md-6 {
        margin-bottom: 2em;
    }

    .footer_logo {
        margin-bottom: 2em;
    }

    .footer_links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .steps {
        background-image: none;
    }

    .quick_info {
        width: 100%;
    }

    .steps_info .tab-pane {
        height: 450px;
    }

    .steps_info #activate {
        max-height: 450px;
        overflow: auto;
    }

    .modal-dialog {
        max-width: 90%;
    }
}

/*Extra Small Devices CSS*/

@media only screen and (max-width: 350px) {

    .carousel-caption h5 {
        font-size: 1em;
        margin-bottom: 16px !important;
    }

    .banner img, .banner {
        height: 90vh;
    }
}

@media screen and (max-width:1440px) {
    .carousel-caption {
        top: 50px;
    }
}

/*Large Device CSS*/

@media screen and (max-width:1366px) {
    .carousel-caption h5 {
        max-width: 600px !important;
    }
}

@media only screen and (min-width: 1370px) {
    .banner {
        background-size: auto;
    }

    .download {
        padding: 75px;
        padding-bottom: 6em;
    }

    .carousel-indicators {
        bottom: 15px;
    }

    .about .heading_style, .why_kfintech .heading_style, .steps .heading_style {
        width: 100%;
        text-align: center;
    }

    .about_content, .quicklinks .row, .download .row, .why_kfintech .row, .eligibility .row, .steps .row, footer .row {
        max-width: 1360px;
        margin: auto;
    }

    .about .btn_style {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 120px;
    }
}

@media screen and (max-width:1250px) {
    .bluetheme .whitebg {
        width: 80%;
    }
}

/*Laptop 1024 CSS*/

@media screen and (max-width:1024px) {
    .carousel-caption {
        top: 70px;
    }

    .logoSect img {
        width: 80%;
    }

    .navbarsect {
        justify-content: center;
    }

        .navbarsect a {
            margin: 0 15px;
        }

    .logoSect {
        margin-top: -13px !important;
        width: 30%;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-caption h5 {
        margin-bottom: 15px !important;
        max-width: 500px !important;
    }

    .bluetheme .whitebg {
        width: 70%;
    }
}

@media only screen and (max-width:768px) {
    .testimonials-rows h4 {
        line-height: 30px;
    }

    .mobile_toggle {
        outline: none;
        display: block !important;
    }

        .mobile_toggle:focus {
            outline: none;
            display: block;
        }

    .logoSect img {
        width: 90%;
    }

    .logoSect {
        margin-top: 5px !important;
    }

    .mobile-login {
        display: none;
    }

    .nav-login {
        margin-right: 20px;
    }

    .mobile_toggle {
        margin-top: -35px;
    }

        .mobile_toggle svg path {
            fill: white;
        }

    .navbar-toggler {
        font-size: 1.5em;
    }

    .theme-navbar {
        display: none;
    }

    .testimonials-rows {
        padding: 30px 40px;
    }

    .theme-col-xs-12 {
        padding: 10px 0;
    }

    .navbarsect a {
        visibility: hidden;
        padding: 20px 0;
    }

    .nav-login a {
        visibility: visible;
    }
}

@media only screen and (min-width: 1001px) and (max-width:1025px) {
    nav li {
        margin: 0;
    }

    .quick_content {
        width: 20%;
    }

    .steps_info ul.nav-pills a {
        padding: 0.8em 1em;
        margin-right: 0.5em;
        min-width: 130px;
        font-size: 14px;
    }

    .steps_info .tab-pane {
        height: auto;
    }

    .why_kfintech_info img {
        width: 100%;
    }

    .download li {
        width: 50%;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .about_img img {
        height: 120px;
    }

    .loader #status img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/*Preloader CSS*/

.loader {
    background: white;
    height: 100vh;
    z-index: 99999;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loader #status img {
        width: 300px;
    }



/*Testimonials Page CSS*/

.testimonials_page .banner {
    position: relative;
}

.testimonials_banner_info {
    position: absolute;
    left: 70px;
    top: 30%;
    color: #fff;
}

    .testimonials_banner_info h3 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 20px;
    }

    .testimonials_banner_info p {
        font-size: 27px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.9);
    }

.testimonials_outer {
    padding: 74px 55px;
    max-width: 1360px;
    margin: auto;
    background-color: #fff;
}

.testimonials_page_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebebed;
    border-radius: 4px;
    padding: 50px 60px;
    margin-bottom: 17px;
}

.testimonials_page_txt {
    padding-left: 60px;
}

.testimonials_page_single:nth-child(odd) .testimonials_page_txt {
    padding-right: 60px;
    padding-left: 0;
}

.testimonials_page_txt p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #5B5B6B;
}

p.testimonials_page_txt_author {
    margin-bottom: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #4454A4;
    font-size: 18px;
    line-height: 20px;
}

.testimonials_page_img img {
    max-width: 135px;
}

/*Mobile CSS*/

@media only screen and (max-width:425px) {
    .testimonials-container {
        padding: 0 20px;
    }

    .mobile-login {
        display: block;
    }

    .testimonials-rows {
        padding: 20px 15px;
        display: grid;
    }

    .carousel-caption h5 {
        font-size: 14px !important;
    }

    .carousel-caption h1 {
        font-size: 16px !important;
    }

    .carousel-caption {
        left: 20px !important;
    }

    .testimonials-right .testimonials-col2 {
        order: 1;
        text-align: center;
    }

    .testimonials-right .testimonials-col1 {
        order: 2;
    }

    .testimonials-right {
        flex-direction: row-reverse
    }

        .testimonials-right .testimonials-col1, .testimonials-left .testimonials-col2 {
            margin-right: 0 !important;
            width: 100%;
            margin-left: 0 !important
        }

    .testimonials-left h4 {
        text-align: left;
    }

    .testimonials-col1 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .testimonials_outer {
        padding: 2em 1em;
    }

    .testimonials_banner_info {
        left: 50px;
        top: 20%;
    }

        .testimonials_banner_info h3 {
            font-size: 1.7em;
        }

        .testimonials_banner_info p {
            font-size: 1.2em;
        }

    .testimonials_page_single {
        padding: 30px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .testimonials_page_single:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .testimonials_page_txt, .testimonials_page_single:nth-child(odd) .testimonials_page_txt {
                padding-right: 0;
                padding-left: 0;
            }

    .testimonials_page_img {
        margin: auto;
        margin-bottom: 20px;
    }
}

/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width:1000px) {
    .testimonials_outer {
        padding: 2em;
    }

    .testimonials_page .banner img {
        height: 255px;
        -o-object-position: right;
        object-position: right;
        background-color: #374488;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .testimonials_banner_info h3 {
        font-size: 30px;
    }

    .testimonials_banner_info p {
        font-size: 24px;
    }

    .testimonials_page_single {
        padding: 50px 40px;
    }

    .testimonials_page_txt_left {
        padding-right: 40px;
    }

    .testimonials_page_txt_right {
        padding-left: 40px;
    }
}
/*1024 CSS*/

@media only screen and (min-width: 1001px) and (max-width:1100px) {
    .carousel-caption h1 {
        font-size: 26px;
    }

    .carousel-caption h5 {
        font-size: 16px;
    }

    .banner_steps_link a span {
        font-size: 15px;
    }
}
/*Large Device CSS*/

@media only screen and (min-width: 1370px) {
    .testimonials_banner_info {
        left: 120px;
    }

        .testimonials_banner_info h3 {
            font-size: 40px;
        }
}

/*end Testimonials Page CSS*/

@media screen and (max-width:425px) {
    .banner {
        margin-top: 72px !important;
    }

    .logoSect {
        margin-top: 6px !important;
        width: 60%;
    }

    .nav-item a {
        opacity: 1;
    }

    .nav-login {
        display: none;
    }

    .bluetheme .whitebg {
        width: 30%;
    }

    .theme-col-xs-12 {
        padding: 5px 0;
    }
}
