@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


::-moz-selection {
    /* Code for Firefox */
    background-color: #f53b48;
    color: #fff;
}

::selection {
    background-color: #f53b48;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}

body {
    color:#111111;    
   font-family: 'Poppins', sans-serif;     
    font-size: 16px;   
    line-height: 1.625em;
    position: relative;
}

img{max-width:100%;}



figure {
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color:#e72583; 
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}


/**
 *  Typography
 *
 **/

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
    background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Poppins', sans-serif;
    color: #222222;    
    font-weight: 700;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {    
 font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #222222;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
    color: #222222;
}

td,
th {
    border-radius: 0px;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clear::before,
.clear::after {
    content: " ";
    display: table;
}

.clear::after {
    clear: both;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-30 {
    font-size: 30px;
}

.fz-48 {
    font-size: 48px !important;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.fsi {
    font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0-i {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-90 {
    padding-left: 90px;
}

.p-40 {
    padding: 40px;
}

.p-80px-l {
    padding-left: 80px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-full {
    padding: 100px 0;
}

.section-half {
    padding: 75px 0;
}

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

.text-left {
    text-align: left;
}

.text-rigth {
    text-align: right;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.display-table {
    display: table;
}

.light {
    color: #fff;
}

.dark {
    color: #222;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.section-bg {
    background: #f9fafc;
}




.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height:24px;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group {
    position: unset;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon, .input-group-btn 
{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.form-control:focus{box-shadow:none !important;}
.ui-widget.ui-widget-content {   
    z-index: 99 !important;
}

.whatisaap-ka-bank-sec {
    padding: 50px 0px 50px;
}


.apply-action-td .button:hover {
    background: #026b92;
    color: #fff;
}

.apply-action-td .button {
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #fff;
    color: #026b92;
    text-transform: uppercase;
    padding: 5px 10px;
}

.refer-and-earn-out {
    padding: 50px;
    background:#eaf1f8;
    background-repeat: no-repeat;
    min-height:750px;
}

.refer-and-earn-frm {
    width: 350px;
    margin:0px 0px 0px auto;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 0px 5px #396061;
    min-height: 500px;
}

.refer-and-earn-frm .form-control
{
  border: 1px solid #000;
  border-radius: 0px;
}

.refer-and-earn-out .input-group-addon {
    background-color: #fff;
    border: 1px solid #000;
    border-right: unset;
    color: #f24a5b;
    border-radius: 0px;
}


 .refferral-terms-condition {
    background: #66999a;
    padding: 15px 0;
    width: 100%;
    display:none;
}
.refferral-terms-condition p{ color: #fff  !important; font-size: 16px !important;}
.top-right ul {
    margin: 0px;
}

.refer-frm-step1 .form-control {
    border: 1px solid black;
    border-left: unset;
    border-radius: 0px;
}

.refer-frm-step1 .fa-mobile-phone {
    font-size: 20px;
}
.form-group.has-error .input-group-addon 
{
    background: #ffffff !important;
    border-color: #000;
}
.row.no-margin{  margin-left:0; margin-right:0; }

/*=================================== */
/*  Elements Page Styles
/* =================================== */

.whole-wrap {
    background-color: #f9f9ff;
}

.generic-banner {
    margin-top: 60px;
    background-color: #f53b48;
    text-align: center;
}

.generic-banner .height {
    height: 600px;
}


.generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px;
}



.generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px;
}


.generic-content h1 {
    font-weight: 600;
}

.page-main-outer
{  
 margin:128px 0px 0; 
 padding:0px; 
}


.page-header 
{  
    background: #026b92;
    padding: 30px 0;
}

.page-title
{
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.page-content {
    padding: 30px 0px 50px;
}

h1.page-title::after {
    content: " ";
    width: 150px;
    padding: 0;
    background: #fff;
    height: 1px;
    display: block;
    border-bottom: 2px solid #178fbb;
}
.sub-description {
    color: #ffffff;
}

.about-generic-area {
    background: #fff;
}

.about-generic-area p {
    margin-bottom: 20px;
}

.white-bg {
    background: #fff;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

.switch-wrap {
    margin-bottom: 10px;
}

.switch-wrap p {
    margin: 0;
}


/*---------- End Elements Page -------------*/

.sample-text-area {
    background: #f9f9ff;
    padding: 100px 0 70px 0;
}

.sample-text {
    margin-bottom: 0;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

.typo-list {
    margin-bottom: 10px;
}

ul.features-list {
    list-style: none;
    padding: 0px 0 0 15px;
}

ul.features-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-left: 0;
    padding-right: 12px;
    color: #a22953;
    display: inline-block;
}

ul.features-list li {
    padding-left: 0;
    text-align: left;
    margin-bottom: 10px;
}


/*############## Tracking CSS #########################*/
.tracking-result {
    width: 300px;
    margin: auto;
    max-width:100%;
}
ul.tracking-fields {
    padding: 0px;
    list-style: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
ul.tracking-fields li {
    display: block;
}

ul.tracking-fields .form-control {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px dashed #e6e4e4;
    padding: 0px;
    text-transform: uppercase;
    width: 220px;
    margin: auto;
    color: #fff;
}

.tracking-sec {
    background: linear-gradient(to right, #51a1b4, #77c4a8,#00dcff);
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 20px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: 7.5px;
    box-shadow: 1px 1px 1px #10232773;
}

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 35%;
            margin-left: 10%;
            float: left;
            border: 1px solid #ffffff;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background: #fff;
            box-shadow: 0 6px 19px rgba(0, 0, 0, 0.39);
            border-left: 20px solid #6363af;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 36px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline-panel:after {
                position: absolute;
                top: 37px;
                right: -12px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 70px;
            border: 2px solid #ffffffba;
            height: 70px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: rgb(99, 99, 175);
            z-index: 1;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }
        
        .timeline > li > .timeline-badge i {
            background: #ffffffa3;
            padding: 15px;
            border-radius: 50%;
            top: 9px;
            color: #ffffff;
        }
        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            width: 33%;
            margin-right: 10%;
            border-left: 1px solid #ffffff;
            border-right: 20px solid #dc635f;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }





    .timeline-badge:after {
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1);
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background: #fff;
        border-radius: 50%;
    }
    .timeline-badge.active:after{
        -webkit-animation:sonarEffect 1.3s ease-out 75ms infinite;
        -moz-animation:sonarEffect 1.3s ease-out 75ms infinite;
        animation:sonarEffect 1.3s ease-out 75ms infinite;
    }
    .timeline-badge:hover:after{
        -webkit-animation:sonarEffect 1.3s ease-out 75ms infinite;
        -moz-animation:sonarEffect 1.3s ease-out 75ms infinite;
        animation:sonarEffect 1.3s ease-out 75ms infinite;
    }
    @-webkit-keyframes sonarEffect{
        0%{
            opacity:.3
        }
        40%{
            opacity:.5;
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5)
        }
        100%{
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5);
            -webkit-transform:scale(1.5);
            opacity:0
        }
    }
    @-moz-keyframes sonarEffect{
        0%{
            opacity:.3
        }
        40%{
            opacity:.5;
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5)
        }
        100%{
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5);
            -moz-transform:scale(1.5);
            opacity:0
        }
    }
    @keyframes sonarEffect{
        0%{
            opacity:.3
        }
        40%{
            opacity:.5;
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5)
        }
        100%{
            box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #dedede,0 0 0 10px rgba(255,255,255,.5);
            transform:scale(1.5);
            opacity:0
        }
    }

    .date-section {
        position: absolute;
        left: 690px;
        width: auto;
        top: 40px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }
    .timeline-inverted .date-section {
        left: 390px;
    }
    .timeline-body p {
        font-size: 12px;
    }
    .tracking-sec .page-title {
        padding-top: 30px;
        margin-bottom: 20px;
        color: #fff;
    }
    .tracking-sec .description {
        width: 80%;
        margin: 0px auto;
        margin-bottom: 50px;
        text-align: center;
        color: #fff;
    }
    .salary-img img {
        width: 10%;
        filter: brightness(0) invert(1);
        float: left;
        margin-left: 12px;
        display: block;
    }
    .salary-img input {
        background: transparent;
        box-shadow: none;
        position: absolute;
        left: 225px;
        height: 40px;
        top: -18px;
        font-size: 16px;
        color: #fff;
        margin-bottom: 0px;
        border-bottom: 1px dashed #1a7287;
        width: 200px;
        padding-bottom: 0px;
    }
    .salary-img span {
        color: #1a7287;
        font-size: 20px;
        font-weight: bold;
    }
    .salary-img .form-control:focus {
        border-bottom: 1px dashed #1a7287;
    }
    .track-btn {
        margin: 50px auto;
        display: block;
        background: linear-gradient(to right, #112a2f,#186274);
        border: 0px solid #1a788e;
    }

/*####################### End Tracking csss #################################*/



b, strong {
    font-weight: 600;
}
b{font-weight:600;}
b,
sup,
sub,
u,
del {
    
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #777777;
}

.button-area {
    background: #f9f9ff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.circle {
    border-radius: 20px;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.primary {
    color: #fff;
    background: #f53b48;
    border: 1px solid transparent;
}

.genric-btn.primary:hover {
    color: #f53b48;
    border: 1px solid #f53b48;
    background: #fff;
}

.genric-btn.primary-border {
    color: #f53b48;
    border: 1px solid #f53b48;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #f53b48;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #222222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #fff;
    border-left: 2px solid #f53b48;
}



.progress-table {
    background: #fff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #222222;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
    opacity: .8;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #f53b48;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #f53b48;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list li span {
    font-weight: 300;
    color: #777777;
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #f53b48;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #777777;
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #f53b48;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #777777;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 20px;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #f53b48;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f53b48;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.single-element-widget {
    margin-bottom: 30px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #f53b48;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 40px;
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
    color: #f53b48;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #f53b48;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}



.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #f53b48;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #f53b48;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}


/* =================================== */


/*  Menu Styles
/* =================================== */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-colm {
    width: 100%;
    display: inline-block;    
    background-color:#0f1E64;   
    margin-bottom:0px;
    min-height:37px;
}

.M-mode {
    display: none;
}



.top-colm .border-line {
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    width: 100%;
    line-height: 0px;
}

.top-colm-cont {
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
}

.top-colm-cont .top-left {
    width: 100%;
    display: inline-block;
}

.top-colm-cont .top-center {
    width: 61%;
    text-align: left;
    float: left;
}

.top-colm-cont .top-right {
    width: 100%;
    display: inline-block;
}

.top-left ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.top-colm-cont ul > li {
    display: inline-block;
}

.top-colm-cont ul > li > a {
    color: #fff;
}

.top-left > ul > li {
    padding-right: 15px;
   
}

.top-left > ul > li:last-child 
{
    border:none;
    padding-left:15px;
}

.main-menu {
    padding:10px 0px;
    position:relative;
}

#header
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}

#header.header-scrolled {
    transition: all 0.5s;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

#header.header-scrolled .main-menu {
    border-color: transparent;
}

h1.home-head-title {
    text-align: center;
    color: #fff;
  font-family: 'Poppins', sans-serif;
    font-size: 3em;
    color: rgb(255, 255, 255);
    text-shadow: 4px 3px 3px #04141d;
    padding: 0px 0px 50px;
}

.home-head-title {
    text-align: center;
    color: #fff;
   font-family: 'Poppins', sans-serif;
    font-size: 3em;
    color: rgb(255, 255, 255);
    text-shadow: 4px 3px 3px #04141d;
    padding: 0px 0px 50px;
}

.key-services-list {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    width:100%;    
    vertical-align: middle;
    padding:30px 30px 30px 0;
}


span.s-icon {
    font-size: 46px;
    color: #a22953;
    margin: 10px 0px;
    display: block;
    padding: 0;
    position: relative;
}

ul.list-of-sblocks {
    padding: 0px;
    list-style: none;
    margin:0px;
    text-align:center;
}


ul.list-of-sblocks li {
    margin: 5px;
    text-align: center;
    width: 160px;
    color: #161617;
    display: inline-block;
}

p.s-title {
    color: #931f5c;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}


.list-sinner {
    padding: 10px;
    border-radius: 50%;
    background: #ffffff1c;
    border: 2px solid #9d235b;
    width: 100%;
    height: 150px;
}

.list-sinner:hover span.s-icon .fa {
    border-bottom: 3px solid #ffffff;
}
span.s-icon .fa {
    border-bottom: 3px solid #ffffffbd;
    border-radius: 10px;
    width: 76px;
    vertical-align: bottom;
    padding: 5px;
}
.list-sinner:hover {
    background: #a22953;
}
.list-sinner:hover .s-icon,.list-sinner:hover p.s-title {
    color: #fff;
}
ul.list-of-sblocks:after {
    clear: both;
    display: block;
    content: " ";
}

#home-main-slider {
    width: 100%;    
    position:relative;
    right: 0;
}

/*.intro #home-main-slider:before {
    content: '';
    width: 75px;
    height: 360px;
    background-color: #fff;
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 1;
    transform: skewX(-10deg);
}*/




.apply-for-credit-card-btn h4 {font-size:24px; color:#ffffff; margin:0px;}

.apply-for-credit-card-btn p {
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

.head-apply-for-card-out 
{    
  text-align:left;
  padding: 12px 15px;
}

.apply-now-btn 
{
    text-transform: uppercase;
    background: #fff;
    vertical-align: top;
    margin: 14px;
    font-weight: bold;
    color: #696969;
    font-size: 15px;
}

.apply-now-btn:hover 
{
    background: #ffffff;
    color: #a22953;
    
}




.nav-menu li:hover > a,
.menu-active,
.parent-active > .sf-with-ul {
    color: #a22953 !important;
}

.change {
    padding: 5px 0px 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
}

.change #logo > a > img {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    right: 100%;
}

.nav-menu ul li {
    min-width: 160px;
}

.nav-menu .right-tap > a 
{
   border:1px solid #98235e;
   border-radius: 3px;
}


.nav-menu .right-tap > a:hover,
.nav-menu .right-tap > a:focus {
    background-color:#98235e;
    color: #fff !important;
    border-color: transparent;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/*Nav Meu Styling */
.nav-menu a 
{
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    color:#111111;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.nav-menu li:hover > a {
    color: #a22953;
}

.nav-menu li > a:hover,
.nav-menu li > a:focus {
    color: #a22953;
}



.nav-menu ul {
    margin: 8px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #59666b;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    text-transform: none;
    text-transform: capitalize;
}


.nav-menu ul li:hover > a {
    color: #a22953;
}

.nav-menu ul ul {
    margin-right: 10px;
    margin-top: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    
  
    border: 0;
    background: none;
    font-size: 28px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    border: 0px solid #016b92;
    color: #E72583;
    border-radius: 5px;
}

#mobile-nav-toggle i {
    color: #E72583;
    font-weight: 900;
}
/* Nav Meu Container */


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 57px;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background:#fff;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
    max-height: 350px;

}

#mobile-nav ul {
    padding: 0;
    margin: 0px 15px;
    list-style: none;
}

#mobile-nav ul li a:hover {
    background-color: #EEF5FF;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #111111;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 600;
}

#mobile-nav ul li a:hover,
#mobile-nav ul li a:focus {
    color: #E72583;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #111111;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f53b48;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #a22953;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

div#logo {
    width:180px;
    max-width:100%;
}
#logo > a 
{  
  display:block;
}

#logo > a > img {
    width: 100%;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/* =================================== */


/*  Homepage Styles
/* =================================== */

.section-gap {
    padding: 50px 0;
}

.alert-msg {
    color: #008000;
}

.p1-gradient-bg,
.banner-left .primary-btn,
.home-about-right .primary-btn,
.facts-area,
.thumb .overlay-bg,
.price-area .single-price:hover,
.brands-area,
.page-header-out,
.sb_bar {
    background: -moz-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
    background: -webkit-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
}

.p1-gradient-color,
.single-services:hover .lnr {
    background: -moz-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
    background: -webkit-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #f53b48 0%, #62bdfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-btn {
    background: #f53b48;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.primary-btn:focus {
    outline: none;
}

.primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
    color: #fff;
}

.primary-btn:hover span {
    color: #fff;
    right: 20px;
}

.primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

.primary-btn.white span {
    color: #fff;
}

.primary-btn.white:hover {
    background: #fff;
    color: #f53b48;
}

.primary-btn.white:hover span {
    color: #f53b48;
}

.primary-btn.wh {
    background: #fff;
    color: #222;
    text-transform: uppercase;
}

.primary-btn.wh:hover {
    background: #222;
    color: #fff;
}

.primary-btn.squire {
    border-radius: 0px !important;
    border: 1px solid transparent;
}

.primary-btn.squire:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.section-title{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
 }
.section-title h1 { margin-bottom: 10px; }

/*--------TOp Header Area ------------*/

.top-left,.top-right{padding:7px 0px;}
.top-left svg, .top-left span,.top-right svg, .top-right span {
    vertical-align: middle;
}
.top-left a,.top-right a {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    display: block;
}
/* a.mr-whatsapp-apply-icon {
    background: #55CD6C;
    border-radius: 15px;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    padding: 5px;
    height: 29px;
    width: 110px;
    text-align: center;
} */


a.mr-whatsapp-apply-icon img {
    vertical-align: middle;
    margin-right: 0px;
    display: inline-block;
    height: 16px;
}

a.mr-whatsapp-apply-icon span {
    vertical-align: top;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
}

a.mr-whatsapp-apply-icon:hover {
    color: #fff !important;
}
.nav-menu li a.mr-whatsapp-apply-icon:hover {
    color: #fff !important;
}

/*-------- Start Banner Area ------------*/

.get-credit-score-btn {
    background: #E72583;
    padding: 8px 20px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 285px;
    color:#ffffff
}

.get-credit-score-btn:hover
{
  color:#ffffff;
  box-shadow:0px 2px 6px #0ebca2;
}

.get-credit-score-btn svg {
    margin-left: 13px;
    display: none;
}

.home-header-section {
    min-height: 150px;
 background-color: #EEF5FF;
    margin-top: 95px;
    padding: 60px 0px;
    position: relative;
}
.h-header-left-content h2 {
    font-size: 44px;
    color: #111111;
    line-height: normal;
    margin: 60px 0px 20px;
    font-weight: 800;
    width: 460px;
    max-width: 100%;

}
.h-header-left-content{
    position: relative;
    z-index: 2;
}

.hh-check-credit-info{
    width:344px;
    max-width:100%
}
.hh-check-credit-info p {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}

.h-header-right-content
{
   text-align:right;
   position: relative;
   z-index: 2;
}

.h-header-right-content img
{
 width:395px;
    max-width:100%;
}

.h-section-title {
    color: #111111;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;

}

/**
*   Trending Service Section 
**/

#trending-services-sec {

    padding: 60px 0px;
}

.trending-services-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.trending-services-list li {
    display: inline-block;
    width: 160px;
    text-align: center;
    margin: 10px 10px 30px;
}
.ts-icon-block {
    margin-bottom: 10px;
}
.ts-icon-block:hover {
    opacity: .8;
}
.ts-title {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    margin: auto;
    color:#111111;
}

.site-btn {
    background: #e72583;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #e7258340;
    color: #fff;
    text-transform: uppercase;
    min-width: 180px;
    font-weight: 600;
    font-size: 15px;
}


/* Check Loan Eligibility Section css */

#check-loan-eligibility-sec 
{

    
}

.check-le-content h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    margin-top: 15px;
}

.check-le-content p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    width: 580px;
    line-height: 28px;
    max-width: 100%;
}

.check-le-icon {
    text-align: right;
}

/* END Css Check Loan Eligibility Section */

/**
*   How To Apply Section 
**/ 

 #how-to-apply-section
 {
    padding: 60px;
    background: #FDFDFD; 
 }
 .how-to-apply-content-out::after {
    content: "";
    clear: both;
}
.how-to-apply-content-out {
    width: 500px;
    max-width: 100%;
}
.c-left .ht-apply-content {
    text-align: right;
    padding: 30px 20px;
}
.ht-apply-content {
    float: left;
    width: 70%;
    vertical-align: top;
}
.ht-apply-content-icon {
    float: right;
    width: 30%;
}

.c-left .ht-apply-content {
    text-align: right;
}

.ht-apply-content h4 {
    color: #0F1E64 !important;
    font-size: 23px;

    line-height: 31px;
}

.ht-apply-content p {
    font-size: 18px;
    line-height: 22px;
    color:#111111;
}
 
.c-right .ht-apply-content-icon 
{
   float: left;
}

.c-right .ht-apply-content {
    float: right;
    text-align: left;
}



#why-aapka-bank-sec {

    padding: 60px 15px;
}
.why-aapkabank-head {
    width: 800px;
    margin: auto;
    max-width:100%;
}

.why-aapkabank-head h3 {
    font-size: 38px;
    color: #111111;
    line-height:normal;
    font-weight: 700;
}

.why-aapkabank-head h3 span {
    display: block;
    color:#E72583;
    font-size: 38px;
    font-weight: 600;
}
.why-aapkabank-head p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.why-apk-conent-block {
    display: block;
    text-align: center;
    width: 300px;
    margin: 30px auto;
    max-width: 100%;
}
.why-apk-conent-title {
    color: #111111;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.why-apk-icon {
    width: 120px;
    height: 120px;
    margin: auto;
}



/* Our Partners */
#our-partner-section {
    padding: 30px 10px;
    background: #EEF5FF;
    padding-bottom: 50px;
    position: relative;
}

.our-partner-icon-out {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
}

ul.our-partner-list {
    list-style: none;
    padding: 15px 0;
    margin: 0px;
    text-align: center;
}


ul.our-partner-list li {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    background:#ffffff;
    border-radius:5px;
}

ul.our-partner-list li img {
    max-width: 100%;
    max-height: 100%;
}




section.interest-rates-section {
    padding: 60px 0;
    color: #fff;
}

.interest-rates-out ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.interest-rates-out ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.interest-rates-out ul li 
{
    margin-bottom: 10px;
    display: inline-block;   
    margin-bottom: 15px;
    vertical-align: top;
}

.interest-rates-block {
    padding: 20px;
    vertical-align: top;
    width: 245px;

    margin: 5px;
    background: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px hsl(0deg 0% 0% / 12%);
    position: relative;
}

.interest-rates-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0;
    background: #0F1E64;
    left: 0;
    border-radius: 5px;
}

p.at-title {
    text-transform: uppercase;
    color: #074E74;
    padding: 0;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}
.irs-icon {
    padding: 15px 0px;
}

.interest-rates-block .processing-fee{    
    padding: 0px;
    line-height: 22px;
    font-size: 13px;
    justify-content: center;
    line-height: 17px;
    color: #111111;
    min-height:34px;
    font-weight: 800;
    display: flex;
}

.interest-rate span {
    display: block;
    color: #111111;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 0 4px;
}
.processing-fee span {
    display: block;
    color: #111111;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0 5px;
}


.interest-rate {
    min-height: 25px;
    line-height: 17px;
    color: #111111;
    justify-content: center;
    font-size: 13px;
    display: flex;
    font-weight: 800;
}

.apply-button-out {
    margin-top: 15px;
}
.h-about-apk-content {
    color: #111111;
    padding-left: 90px;
    position: relative;
    z-index: 2;
}
.about-su-ppn {
    position: relative;
    z-index: 2;
}
.apply-button-out a {
    display: block;
}


.apply-button-out .site-btn {
    font-size: 15px;
    line-height: normal;
    display: inline-block;
    background: #E72583;
    box-shadow: 0px 0px 5px #0F1E6440;
    vertical-align: middle;
}


#about-aapkabank-sec
{
    padding: 60px 0px;
    background:#FADEE2;
    border-radius: 40px;
    margin-bottom: 60px;
    position: relative;
}

.about-apk-bank-title {
    font-size: 36px;
    line-height:48px;
    font-weight: 800;
    margin-bottom:30px;
    color:#0F1E64;
}

.about-know-more-button{
    border-radius: 0;
    background:#E72583 ;

}
img.about-apk-img {
    max-width: 285px;
    width: 100%;
}


.intro .container{position:relative;}

.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 35px;
}

.intro .owl-theme .owl-dots .owl-dot span {
    background: #f38787;
    border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a22953;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a22953;
}

.intro .intro-item {
    padding-top: 0;
}

.intro .carousel-item-a {
    position: relative;
    /*height: 100vh;*/
    /*height: 820px;*/
}

.intro .carousel-item-a.bg-image {
    background-attachment: scroll;
}

.intro .intro-content {
    position: absolute;
}

.intro .intro-body {
    padding-left: 1rem;
}

.t-l-more {
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 5px;
    /*background-color: #026b92;*/
    border: 2px solid #fff;
}

.t-l-more:hover,
.t-l-more:focus {
    background-color: #a22953;
    box-shadow: none;
    color: #fff;
    border-color: #a22953;
}

.l-more 
{
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    background-color: #026b92;
    /*border: 2px solid #fff;*/
}

.l-more:hover,
.l-more:focus {
    background-color: #a22953;
    box-shadow: none;
    color: #fff;
}


.intro .spacial {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    color: #ffffff;
}

.intro .intro-title-top {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 1rem;
    font-size: .9rem;
    color: #ffffff;
    letter-spacing: .05em;
}

.intro .intro-title {
    transition-duration: 9s !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

.intro .intro-title > span {
    color: #a22953;
}

.intro .intro-body p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

.intro .intro-subtitle.intro-price {
    padding-top: 1rem;
    font-size: 1.2rem;
    margin-top: 10px;
    display: inline-block;
}

.intro-content.display-table {
    display: table;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

.intro-content.display-table .table-cell {
    display: table-cell;
    vertical-align: middle;
}




/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 5px 5px;
    background: #000000;
    border: 0px solid #000000;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2eca6a;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #2eca6a;
    width: 35px;
}

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
    margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    padding: .7rem 1.5rem !important;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    color: #ffffff;
    background-color: #2eca6a;
    opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
    transition: all 0.6s ease-in-out;
    color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
    background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
    margin-left: 0px;
}


/*------/ Intro Single /------*/

.intro-single {
    padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
    font-weight: 600;
    font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}


/*-------- End Banner Area ------------*/


/*-------- Start loan-section ------------*/

.logn-colm {
    position: relative;
    z-index: 1;
    margin-top: -70px;
    position: relative;
}

.img-sec {
    background-image: url(../img/map-img.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 671px;
    top: 150px;
}

.loan-block {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 30px 0px;
}

.loan-block .loan-cont {
    padding: 30px 20px;
    width: 100%;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
}

.loan-block:hover,
.loan-block:focus {
    background-color: #a22953;
    border-color: #a22953;
}

.loan-block:hover .loan-cont {
    background-color: #a22953;
    border-color: #a22953;
}

.loan-block:hover .loan-cont .icon-bar,
.loan-block:hover .loan-cont h3,
.loan-block:hover .loan-cont p {
    color: #fff;
    transition: all linear .2s;
}

.loan-block .loan-cont .icon-bar {
    float: left;
    margin-top: 18px;
    color: #cdcdcd;
    width: 24%;
}

.loan-block .loan-cont .icon-bar > i {
    font-size: 50px;
}

.loan-block .loan-cont .title {
    float: right;
    width: 76%;
    padding-left: 10px;
}

.loan-block .loan-cont .title > a > h2 {
    margin-bottom: 8px;
}


/*-------- Start home-categories Area ------------*/

.home-categories {
    width: 100%;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.title-head {
    width: 100%;
    text-align: center;
}

.title-head > h2 {
    position: relative;
    font-weight: 700;
    color: #a22953;
}

.title-head .mr-testimonial-title {
    position: relative;
    font-weight: 700;
    color: #a22953;
    font-size:30px;
}


/*.title-head > h2::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -24px;
  right: 0px;
  background-image: url(../img/border-top.png);
  background-repeat: no-repeat;
  height: 36px;
  background-position: center top;
}*/

.title-head p {
    padding: 10px 0px;
    position: relative;
}

.title-head p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    border-top: 2px solid #026b92;
    /* width: calc(12% - 80px); */
    width: 7%;
    margin: 0 auto;
}

.catry-block {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.catry-block > .img-tag {
    background-image: url(../img/shape-bule.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 107px;
    position: relative;
    transform: rotateY(0deg);
    transition: transform .25s ease-out;
    transform-style: preserve-3d;
}

.catry-block > .img-tag.pink {
    background-image: url(../img/shape-pink.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 107px;
    position: relative;
    transform: rotateY(0deg);
    transition: transform .25s ease-out;
    transform-style: preserve-3d;
}

.catry-block > .img-tag > i {
    font-size: 35px;
    color: #fff;
    line-height: 107px;
    position: absolute;
    left: 11px;
    right: 0px;
}

.catry-block:hover .img-tag {
    transform: rotateY(200deg);
}

.catry-block:hover h3 {
    color: #a22953;
    cursor: pointer;
}


/*-------- End home-categories Area ------------*/


/*--------- Start works Area -------------*/

.work-sec-bg {
    width: 100%;
    display: inline-block;
    background-image: url(../img/work-sec-bg.jpg);
    height: 580px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 44px 0px;
    position: relative;
}

.work-sec-bg img {
    max-width: 100%;
}

.work-cont {
    width: 100%;
    display: inline-block;
    padding-right: 30px;
}

.work-cont > h2 {
    color: #fff;
    margin-bottom: 30px;
}

.work-cont > h5 {
    color: #fff;
    line-height: 1.7;
}

.padding-5-perc {
    padding: 5%;
}

.countup-box-2 {
    position: relative;
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
    display: inline-block;
    min-height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.choose-images {
    width: 26%;
    text-align: center;
    float: left;
}

.choose-content {
    width: 74%;
    float: right;
    margin-top: 10px;
}

.choose-content > h4 {
    color: #fff;
}


/*--------- End works Area -------------*/


/*--------- Start what-s Area -------------*/

.std-content {
    width: 100%;
    display: inline-block;
}

.std-content > h3,
.std-content > h5,
.std-content > p {
    margin-bottom: 20px;
}

.std-content > h5 {
    font-weight: normal;
}


.what-s-right > img {
    width: 425px;
    max-width: 100%;
}

/*--------- End what-s Area -------------*/


/*--------- Start partner Area -------------*/

.our-partner {
    background-color: #f9f9f9;
}

.client-logo {
    /* padding: 10px 0; */
    border: 1px solid #dfdfdf;
    min-height: 104px;
    line-height: 104px;
    margin: 15px 0px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}

.client-logo > a > img {
    /* display: inline-block; */
    opacity: 1;
    /* margin: 15px 40px; */
    /* padding: 10px; */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    max-width: 100%;
}

.client-logo:hover img {
    opacity: .5;
}


/*--------- End partner Area -------------*/


/*--------- start testimonial area  -------------*/

.testimonial-area {
    background-color: #fff;
}

.testimonial-area .owl-controls {
    position: absolute;
    left: 101%;
    top: 20%;
}

.active-testimonial .owl-dots {
    display: none !important;
}


.testimonial-area .lnr-arrow-up,
.testimonial-area .lnr-arrow-down {
    background-color: white;
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
    padding: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    display: inline-flex;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-area .lnr-arrow-up:hover,
.testimonial-area .lnr-arrow-down:hover {
    background: #a22953;
    color: #fff;
}

.single-testimonial {
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 0px;
    padding: 25px 30px 12px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-testimonial:hover {
    cursor: pointer;
}

.single-testimonial .thumb {
    margin-right: 30px;
}
.single-testimonial .desc h4 {
    font-style: italic;
    font-size: 15px;
    text-align: left;
    color: #a22953;
}

.single-testimonial:hover h4 {
    color: #a22953;
    cursor: pointer;
}




/*--------- end testimonial area  -------------*/


/*--------- start newslatter area  -------------*/
.news-notice .alert {
    margin: 10px 0 0;
    padding: 7px 15px;
}
.gry-bg {
    background-color: #ededed;
}

.section-gap-25 {
    padding: 25px 0px;
}

.news-cont {
    width: 100%;
    display: inline-block;
}

.news-cont > h3 {
    margin-bottom: 10px;
}
.mr-subscribe-new-title{   margin-bottom: 10px; font-size:24px; font-weight:700;}

.news-field {
    width: 100%;
    display: inline-block;
}

.news-field > input {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 30px 0px 0px 30px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    height: 50px;
    width: 86%;
    position: relative;
}

.news-field a.get-btn {
    position: absolute;
    background-color: #106079;
    right: 0px;
    border-radius: 0px 30px 30px 0px;
    padding: 10px 15px;
    font-size: 16px;
    height: 50px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

.news-field a.get-btn:hover,
.news-field a.get-btn:focus {
    background-color: #a22953;
}


/*--------- end newslatter area  -------------*/


/* =================================== */


/*  Footer Styles
/* =================================== */
/*contact us style start*/
section.contact-us-section {
    padding-top: 135px;
}
.contact-us-title h2{
    text-align: center;
    color: #111111;
    font-size: 35px;
}
.contact-us-title-discr p {
    text-align: center;
    color: #111111;
    font-weight: 600;
    font-size: 18px;
}
.contact-us-form-style {
    color: #111111;
    font-weight: 600;
    margin-top: 60px;
}
.contact-us-form-style .form-group .contact-form-input-style::placeholder{
    font-size: 14px;
    color: #4e4e4e69 !important;
    font-weight: 500;
}

.contact-us-form-style .contact-form-input-style {
    padding: 15px;
    border: 1px solid #111111;
    border-radius: 8px;
}
.contact-us-form-submit-btn button {
    padding: 15px;
    background-color: #0F1E64;
    min-width: 230px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.contact-us-form-submit-btn {
    text-align: center;
}
.card.contact-us-card-style {
    margin: 15px 0px;
    overflow: hidden;
}
.card.contact-us-card-style {
    border: none;
    box-shadow: 0px 0px 5px #d2d2d2;
    border-radius: 15px;
   
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    min-height: 300px;
}
.card.contact-us-card-style .card-title{
       
       position: relative;
    padding-bottom: 13px;
}
.card.contact-us-card-style .card-title:before{
    content: "";
    position: absolute;
    height: 5px;
    width: 95px;
    background: #E72583;
    bottom: 0;
    border-radius: 10px;
}
.card.contact-us-card-style .card-title a{
  color:#111111;

}
.card.contact-us-card-style .card-title a:hover{
  color: #E72583;

}
.card.contact-us-card-style .card-text{
    margin-right: 40px;
}
.card.contact-us-card-style .card-body{
    padding: 25px;
    background: #EEF5FF;
}
.card-icons-style{
    margin-bottom: 10px;
}
.card-icons-style img {
    width: 44px;
}
.comp-gri-title{
    position: relative;
     padding-bottom: 13px;
     color: #111111;
}
.comp-gri-title:before{
    content: "";
    position: absolute;
    height: 5px;
    width: 125px;
    background: #E72583;
    bottom: 0;
    border-radius: 10px;
}
.comp-gri-title-discr{
       

    color: #111111;
    font-weight: 600;
}

.grievance-officer-detail-title{
    color: #808080bd;
    width: 100%;
    max-width: 125px;
    
    font-size: 18px;
    font-weight: 600;
}
.grievance-officer-detail-detail{
    
     font-size: 18px;
     color: #111111;
     font-weight: 600;
     margin-bottom: 12px;
}
.realmon-adv {
    background: #0F1E64;
    padding: 20px;
    border-radius: 12px;
    margin: 12px 0;
}
.realmon-adv p {
    margin: 0;
    color: white;
    font-size: 14px;
  

}
.realmon-adv h5 {
    color: white;
    font-size: 20px;
    font-weight: 600;
        

}
.god-title-detail{
    display: flex;
}
nav#mobile-nav ul li:nth-child(1) {
    display: block;
}
@media (max-width: 767px){ section.contact-us-section { padding-top: 100px; }
#mobile-nav{
    top:79px;
}
.contact-us-form-submit-btn {
    margin-top: 0px;
}
.card-section {
    margin-top: 35px;
}
section.complaints-grievance-section {
    margin-top: 35px;
}
.help-support-outer{
    margin-top:35px;
}
.contact-us-form-submit-btn button {
    padding: 7px;
}
.hdfc-gri-redre-sec{
    margin-top:35px;
}




}






/*contact us style end*/


footer.site-footer {
    background-color: #0F1E64;
}
.footer-quick-links-sec {
    padding: 15px;
}

.footer-quick-links-btn-out {
    text-align: center;
}
.footer-quick-links-btn-out a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.close-quick-link-btn {
    display: none;
}

a.open-quick-link-btn:hover {
    color: #f7f7f7;
}
.footer-widgets-head-title{
    color:white;
}
.fc-address{
    font-weight: 600;
}
.fb-tpd ul{
    margin: 0px;

}
.fb-tpd p{
     font-size: 14px;
}
.fb-tpd{
    text-align: end;

}
.fb-tpd ul li {
    display: inline-block;
    padding-left: 5px;
    list-style-type: none;
}
.fb-tpd ul li a {
    color: white;
    font-size: 14px;
}

.footer-widgets {
    position: relative;
    padding: 30px 0;
    font-weight: 500;
    color: #ffffff;

}

ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.footer-social li {
    display: inline-block;
}
ul.footer-social li a {
    font-size: 18px;
    display: block;
    padding: 5px;
    color: #fff;
}

ul.footer-logos {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: start;
}

ul.footer-logos li {
    display: inline-block;
    margin: 0px 10px;
}




.footer-widgets h2 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
}

.footer-widgets ul {
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
}

.footer-widgets ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-widgets ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-widgets ul li a:hover {
    color: #ffffff;
}


.foot-link .mr-foot-wid-title{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size:18px;
    color:#ffffff;
    font-weight:700;
}

.foot-link .mr-foot-wid-title::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .5s ease;
    bottom: 0;
    background: #a22953;
    width: 50px;
    height: 2px;
    display: block;
}
.foot-link{
    margin-bottom: 20px;
}

.foot-link > h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.foot-link > h2::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .5s ease;
    bottom: 0;
    background: #a22953;
    width: 50px;
    height: 2px;
    display: block;
}

.foot-link:hover > h2::after {
    width: 50%;
}

.foot-about {
    padding-right: 60px;
}

.foot-about p {
    font-size: 16px;
    color: #929191;
}

.foot-contact ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.foot-contact ul li .fa {
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    color: #a22953;
}

.foot-contact ul li span {
    width: calc(100% - 3px);
}
.footer-address {
    font-size: 14px;
    width: 450px;
    max-width: 100%;
    margin: 15px auto;
    display: inline-flex;
    margin-bottom: 0px !important;
    align-items: baseline;
}
.foo-add-ico {
    margin-right: 13px;
}
.footer-bar {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.fo-logo-con {
    padding: 15px 0px;
    border-top: 1px solid #878fb2;
    border-bottom: 1px solid #878fb2;
}

.footer-bar p > a {
    color: #fa616c;
}

.footer-bar p > a:hover,
.footer-bar p > a:focus {
    color: #a22953;
    text-decoration: underline;
}

.social > li {
    margin-right:8px;
}

.social > li > a {
    width: 30px;
    height: 30px;
    background-color:transparent;
    border-radius:10px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all .5s ease;
}
.social > li > a img{border-radius:10px;}

.social > li > a:hover {
    opacity:.8; 
    transition: all .5s ease;
}

.social > li > a.f-i:hover {
    color: #4064ac;
}

.social > li > a.t-i:hover {
    color: #00a7e7;
}

.social > li > a.li-i:hover {
    color: #00a7e7;
}

.social > li > a.p-i:hover {
    color: #c51f26;
}

.social > li > a.s-i:hover {
    color: #01a9ea;
}

.mobile-app {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.mobile-app > h2 {
    position: relative;
    padding: 0px 10px 0px 0px;
    margin-bottom: 15px;
}

.mobile-app > h2::after {
    content: "";
    position: absolute;
    left: 115px;
    transition: all .5s ease;
    top: 15px;
    background: #a22953;
    width: 90px;
    height: 2px;
    display: block;
}

.mobile-app:hover > h2::after {
    width: 50%;
}

.footer-quick-links-btn-out a{color:#ffffff;}
.footer-quick-links-btn-out a:hover {
    color: #d2d1d1 !important;
}
.footer-quick-links-out {
    padding: 15px 0px;
}

.footer-quick-links-out a {
    color: #fafafa;
    border-right: 2px solid #6b6a6a;
    padding-right: 5px;
    line-height: 12px;
    font-size: 13px;
}

.footer-quick-links-out a:last-child {
    border-right: 0px;
}
.footer-quick-links-out a:hover {
    color: #d0cfcf !important;
}

/*-------- end footer Area -------------*/


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #a22953;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #a22953;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1.8s linear infinite;
    animation: animate-preloader 1.8s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* About CSS */

.page-header-out 
{
   background: rgba(0, 0, 0, 0.04) url(../img/about-bnr-1.jpg) top center repeat;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(36, 42, 53, 0.7);
   /* height:355px;*/
}

.page-header-out::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-header-inner 
{
    margin-top: 70px;
    padding: 60px 0px 30px;
    text-align: center;
}

.link-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-header-inner a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.page-header-inner .lnr {
    margin: 0px 10px;
    font-weight: 600;
}

.page-header-inner h1 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 22px;
    text-transform:uppercase;
}

.about-us-content {
    position: relative;
    z-index: 1;
}

.about-us-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 25px;
}
.hide-in-desk{display:none;}



.about-us-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 100px;
}

.about-us-thumbnail img {
    width: 100%;
}



.video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #a22953;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}

.video-area .video-play-btn i {
    padding-left: 5px;
}

.video-area .video-play-btn:focus,
.video-area .video-play-btn:hover {
    box-shadow: none;
    background-color: #a22953;
}

.page-content-out {
    position: relative;
    z-index: 1;
    
}

.page-content-out .about-bg-pattern {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}

.page-content-out .about-bg-pattern img {
    height: 100%;
    width: auto;
}

.video-area .video-play-btn {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.video-area .video-play-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #a22953;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ba343d, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.why-choose-us-area {
    position: relative;
    z-index: 1;
}

.why-choose-us-area ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose-us-area ul li i {
    color: #a22953;
    margin-right: 15px;
}

.why-choose-us-area ul li:last-child {
    margin-bottom: 0;
}

.about-tab-area {
    position: relative;
    z-index: 1;
}

.about-tab-area .nav-tabs .nav-item {
    margin-bottom: 0;
}

.about-tab-area .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    border: none;
    margin-right: 30px;
    background-color: transparent;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
}

.about-tab-area .nav-tabs .nav-link.active {
    color: #a22953;
}



.about-tab-area .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #a22953;
    width: 100%;
    height: 2px;
}


/* Team CSS */

.single-team-slide {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-team-slide img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.single-team-slide .overlay-effect {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(251, 223, 225, 0.9);
    padding: 40px 30px;
    opacity: 0;
    visibility: hidden;
}



.single-team-slide .overlay-effect h6 {
    font-size: 16px;
    color: #a22953;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.single-team-slide .overlay-effect h4 {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}


.single-team-slide .overlay-effect p {
    margin-bottom: 0;
    line-height: 1.6;
}



.single-team-slide .team-social-info {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}



.single-team-slide .team-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background-color: #1583e9;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}

.single-team-slide .team-social-info a.facebook {
    background-color: #4c60ac;
}

.single-team-slide .team-social-info a.twitter {
    background-color: #00bae3;
}

.single-team-slide .team-social-info a.pinterest {
    background-color: #d91a18;
}

.single-team-slide .team-social-info a.instagram {
    background-color: #0085d7;
}

.single-team-slide .team-social-info a.youtube {
    background-color: #e20000;
}

.single-team-slide:focus .overlay-effect,
.single-team-slide:hover .overlay-effect {
    opacity: 1;
    visibility: visible;
}

.single-team-slide:focus .team-social-info,
.single-team-slide:hover .team-social-info {
    visibility: visible;
    opacity: 1;
    left: 30px;
}

.team-sildes {
    position: relative;
    z-index: 1;
}

.team-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-sildes .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}

.team-sildes .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #a22953;
}

.team-sildes .owl-dot > span {
  display: none !important;
}


/* Contact us CSS */

.cantact-banner {
    height: 500px;
    background-color: rgba(36, 42, 53, 0.7);
}

.cantact-banner .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}

.cantact-banner .google-maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.single-contact-card {
    position: relative;
    z-index: 1;
}

.single-contact-card > h5 > i {
    color: #a22953;
    display: inline-block;
    font-size: 25px;
}

.single-contact-card > h5 > span {
    display: inline-block;
    color: #777;
    width: 100%;
}

.single-contact-card h4 {
    margin-bottom: 15px;
}

.single-contact-card h3 {
    color: #1583e9;
}


.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    color: #a6a6a6;
    font-size: 16px;
}
.contact-form textarea.form-control{height:auto !important;}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #1583e9;    
}

.contact-form textarea.form-control {
    height: 110px;
    padding: 20px;
}
.single-contact-card h6 {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400;
}
 .mobile-slogan-out{display:none;}
.video-area {
    position: absolute;
    top: 50%;
    right: 65px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.alert ul {
    padding: 0px 15px;
    margin: 0px;
}


.doc-upload-tracking-id-out {
    width: 700px;
    margin:30px auto;
    max-width: 100%;

}

.documents-attach-form {
    width: 100%;
    margin: auto;
   
}

.upload-doc-title
{
  color:#222222; font-size:30px; font-weight: bold; 
  text-transform:capitalize;   
  line-height:normal;
}

.upload-doc-title span{color:#e72583;}


.submit-documnet-inner {
    padding: 15px 0px;
}
.submit-documnet-page
{

}

.doc-upload-tracking-id-out .form-control {
    background:#f6f7fa;
    border: 0px;    
    border-radius:5px;
    padding:10px 15px;
}

.doc-upload-tracking-id-out .form-control:focus {
    background: #e6e5e5;
}


.submit-documnet-banner-sec {
    margin-top: 100px;
    background: #fff2f4;
}

ul.req-documents-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: center;
}

ul.req-documents-list li {
    display: inline-block;
    margin: 15px;
    width: calc(33% - 30px);
    min-width: 315px;
}

.kp-upload-doc-input-box {
    background: #F6F7Fa;
    padding:20px;
    border-radius: 10px;
    margin-top: 0;
    box-shadow: 0px 0px 10px #ccc;
    position:relative;
}

.uploaded-documents-list-out {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

.kp-box-title {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0px 10px 0px;
    text-align: left;
}
.kp-box-title img, .kp-box-title h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    line-height: normal;
}

.kp-box-title h3 {
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: normal;
}

.kp-upload-icon-box {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0px;
}

.kp-upload-icon-box img {
    display: block;
    margin: auto;
}

.doc-upload-opt {
    margin: 15px auto;
    max-width: 95%;
    height: 38px;
}

.doc-upload-opt p {
    font-weight: 600;
    color: #e72583;
    margin: 0px;
}

.dc-attach-file-name {
    height: 30px;
    color: #08721c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}


.doc-upload-opt select {
    color: #e72583;
    font-weight: 600;
    border-color: #ed93a2;
    text-align: center;
}

label.mr-file-input.disabled {
    cursor: not-allowed;
    opacity: .2;
}

.kp-select-option{border: 1px solid #e72583 !important;border-radius: 5px !important;margin: 10px auto; color: #e72583;padding: 2px 10px; font-weight: bold;}
.kp-pdf-format-title{color:#e72583; text-align:center; line-height: 20px;}

.mr-file-input {
    background: #CECECE;
    display: table;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    padding: 5px 50px;
    border-radius: 4px;
    cursor: pointer;
}
.mr-file-input input[type="file"] {
  display: none;
}
.upload-doc-txt {
    margin: 10px 0px 0px;
    text-transform: capitalize;
}
.documnet-submit-btn 
{
    padding:7px 15px;    
    display: block;
    width: 150px;
    background: #e72583;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    max-width: 100%;
}

#submitDocumentFrmTitle {
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
}
#submitDocumentFrm .modal-header {
    padding: 10px 15px;
    background: #0F1E64;
    border-radius: 0px;
}
#submitDocumentFrm .modal-header .close {
    color: #fff;
    font-size: 42px !important;
    padding: 8px 5px;
}

ol.list ul {
    padding-left: 10px;
    margin: 5px 0px 10px;
}

/* Refer &  Earn Style */
.refer-and-earn-out .btn-primary {
    color: #fff;
    background-color:#e72583;
    border-color: #f24a5b;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px #f24a5b;
    min-width: 110px;
}

.refer-and-earn-out .btn-primary:hover{background-color:#e72583 !important;}

.refer-and-earn-out h3.form-section-title {
    font-size: 20px;
    color: #f24a5b;
    margin: 0;
    padding: 5px 0px;
    margin-bottom: 20px;
    background: transparent;
    border-bottom: 1px solid #e72583;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.refer-and-earn-out h3.form-section-title .fa{margin-right:10px;}
.refer-and-earn-out h3.form-section-title {
    font-size: 20px;
    color: #f24a5b;
    margin: 0;
    padding: 5px 5px;
    margin-bottom: 20px;
    background: transparent;
    border-bottom: 1px solid #f24a5b;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
}

.refer-and-earn-frm form {
    padding: 15px 15px 15px;
    border-radius: 5px;
}

.refer-earn-img{display:block; width:85%;}
.refer-earn-mobile-img{display:none;}
.refer-headline {
    margin: 0px 0px 20px;
}
.refer-headline h2 {
    font-size: 38px;
}
.mr-frm-sub-out {
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.refer-frm-personal-info, .refen-earn-address-info, .refer-frm-step-security
{
  display:none; 
}
.mr-mobile-bar
{
    background:#0F1E64;
    padding:0px 15px;
    text-align: center;
    display:none;
    line-height:normal;
}

.mr-mobile-bar a{color:#fff !important; font-size:16px; }
#header.change{ padding:0px; }
.refer-and-earn-frm .alert-danger {
    padding: 5px 10px !important;
    font-size: 16px;
}

a.mr-submit-doc-link {
    background: #E72583;
    padding: 5px 15px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 90px;
}
.foot-widg-logo{
    margin-bottom: 70px;
}

.mr-whatsaap-pop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
}

.mr-whatsapp-popup-inner{font-size:16px;}

.mr-whatsaap-pop-top-part {
    position: relative;
    background-image: url(../img/whatsapp/icon-pack.jpg);
    background-size: 100% auto;
    padding:30px 30px;
    color: #fff;
}


.whatapp-frm-out {
    width: 100%;    
    text-align:center;
}
.whatapp-frm-out h2 {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0px 0px 40px;
}
.mr-wfrom-control {
    color: #fff;
    border: 0px;
    border-bottom:1px solid #fff;
    padding: 5px 10px;
    height: auto;
    background: transparent;
    width:100%;
    font-size:16px;
}

input.mr-wfrom-control:focus { outline: unset;}
.mr-wfrom-control::placeholder { 
  color: #ffffff;
  opacity: 1; /* Firefox */
  font-weight:600;
}

.mr-wfrom-control:-ms-input-placeholder { 
  color:#ffffff;
  font-weight:600;
}

.mr-wfrom-control::-ms-input-placeholder { 
  color:#ffffff; font-weight:600;
}

#apply-on-whatsapp-pop .modal-body {
    padding: 0px !important;
}

#apply-on-whatsapp-pop .modal-content 
{
    border-radius: 15px;
    border: 0px;
    overflow: hidden;
}

.wapp-term-accept {
    display: block;
    margin: 15px 0;
    text-align: center;
}

.mr-whatsaap-pop-bottom-part{padding:30px;}

.whatsapp-process-chat 
{
    background: #ffffff;
    min-width: 200px;
    display: block;
    margin:15px auto 0px;
    border-radius: 15px;
    padding: 7px 10px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    box-shadow: 0px 0px 5px #0000002b;
}

.wapp-term-accept input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    vertical-align:middle;
    margin-right:5px;
}

.wapp-step-b-icon img
{
  width: 36px;
  display: block;
  margin:10px auto 20px;
}


.wapp-step-no {
    display: inline-block;
    font-size: 3em;
    font-weight: 900;
    vertical-align: middle;
    width: 48px;
}

.wapp-step-txt {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
}

.mr-whatsaap-pop-bottom-part h2 {
    text-align: center;
    font-size: 26px;
    margin:0px 0px 20px;
}

.whatsapp-reg-step-box {
    width: 260px;
    display: block;
    margin: auto;
    max-width: 100%;
}

span.wasp-close{
    position: absolute;
    top: 0px;
    right: 5px;
    color: #e2e1e1;
    padding: 5px;
    display: block;
    z-index: 999;
}

span.wasp-close .fa,span.wasp-close .fa:hover {
    color: #f4f4f4;
}

#whatsapp-process-chat-frm .form-group {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
label.wa-error {
    background: #ab0000;
    position: absolute;
    left: 0px;
    color: #ffc6c6;
    top: 40px;
    padding: 0px 10px;
}
.wapp-term-accept a {
    color: #f4f4f4;
    text-decoration: underline;
}
span.wapp-step-txt > span {
    color: red;
}
/*######################## Media Query ###################*/

 .mr-mobile-bar a {
        font-size: 14px;
        display: block;
        padding: 5px 0px;
    }
    .mr-mobile-bar a span {
    vertical-align: middle;
}
.mr-mobile-bar a svg {
    margin-right: 7px;
    vertical-align: middle;
}

 .mr-mobile-whatsapp-apply-icon 
  {
    display: none;
    background: #55CD6C;
    border-radius: 15px;
    font-size: 12px;
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    height: 29px;
    display: inline-block;
    width: 100px;
    margin:2px 0px 0px 10px;
    text-align: center;
    position:absolute;
    top:5px;
    right:50px;
    display:none;
    z-index:999;
  }
  .mr-mobile-whatsapp-apply-icon img, .mr-mobile-whatsapp-apply-icon span {
    vertical-align: top;
    line-height: 18px;
}

#open-hdfc-saving-ac-section .butn-2 {
    background: #0F1E64;
    padding: 8px 60px;
    border-radius: 7px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
}



.hd-op-saving-inner {
    background: #FADEE2;
    padding: 90px 10px;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    position: relative;
}
#open-hdfc-saving-ac-section h2 {
    font-size: 42px;
    line-height: normal;
    margin: 15px 0;
    color: #0F1E64;
}
#open-hdfc-saving-ac-section p {
    font-weight: 500;
    color: #111111;
    font-size: 20px;
    margin: 15px 0px 25px;

}

#open-hdfc-saving-ac-section .hdfc-butn-3{

    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.submit-documnet-thanks-page {
    background: #fff2f4;
}

.submit-documnet-thanks-inner {
    text-align: center;
    width: 650px;
    margin: auto;
    padding: 50px 0px;
    max-width: 100%;
    line-height: normal;
    min-height:400px;
}

.submit-documnet-thanks-inner h2 {
    line-height: normal;
    font-size: 48px;
}

.submit-documnet-thanks-inner p {
    font-size:20px;
    line-height:32px;
    font-weight:600;
}

.doc-upload-status-sec {
    display: block;
    height: 30px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 0px;
}

#submitDocumentFrm .modal-content {
    background: white;
    border: 5px solid #0F1E64;
    border-radius: 5px;
}

.sub-document-pass{display:none;}
.is-doc-pass-p-sec input[type="checkbox"]{
    width:16px;
    height:16px;
    vertical-align: text-bottom;
}
.is-doc-pass-p-sec label {
    font-size: 16px;
    color: #444;
    display: block;    
}

#submitDocumentFrm .modal-footer p.agree-terms {line-height: 15px; font-size: 16px;}
#submitDocumentFrm .modal-footer .agree-terms input[type="checkbox"] 
{
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.partner-agreement-sec {
    color: #000;
    line-height: normal;
    font-style: italic;
}

/* new realfin css */
.irs-icon img {
    height: 60px;
}

ul.log-app-link li:nth-child(1){
    display: none;
}

ul.log-app-link {
    list-style: none;
    margin: 0;
    display: inline-flex;
    width: 100%;
    justify-content: end;
    height: 100%;
    align-items: center;
    padding: 0px;
}
ul.log-app-link li {
    margin-left: 10px;
    padding: 5px 20px;  
}
ul.log-app-link li:nth-child(1){
    padding: 5px 30px;
    background: #0f1E64;
}
ul.log-app-link li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

span.shapes-design1 {
    top: 43%;
    border-radius: 50%;
    position: absolute;
    height: 88px;
    width: 88px;
    background: #ABB5D1;
    left: -44px;
    opacity: 0.5;
    z-index: 1;
}
span.shapes-design2 {
    top: 10%;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    opacity: 0.5;
    background: #ECB7DA;
    left: 22%;
    z-index: 1;

}
span.shapes-design3{
    top: 80%;
    border-radius: 50%;
    position: absolute;
    height: 45px;
    width: 45px;
    background: #ABB5D1;
    opacity: 0.5;
    left: 50%;
    z-index: 1;
}
span.shapes-design4{
    top: 50%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    height: 60px;
    width: 60px;
    background: #ECB7DA;
    right: 10px;
    z-index: 1;
}
.chk-loan-eligi-inner{
    padding: 80px 0px;
    background-color: #0F1E64;
    color: #fff;
    border-radius: 40px;
    position: relative;

}

.lo-eg-shape1 {
    top: 86%;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    background: white;
    left: 8%;
    z-index: 1;
}

.lo-eg-shape2 {
    top: 7%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    background: #e48b8b;
    left: 28%;
    z-index: 1;
}
.lo-eg-shape3 {
    top: 20%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 1;
    background: #d924ba;
    left: 88%;
}
.lo-eg-shape4 {
    top: 75%;
    border-radius: 50%;
    position: absolute;
    height: 35px;
    width: 35px;
    z-index: 1;
    background: #e48b8b;
    left: 90%;
}






.save-sec-shap1 {
    top: 25%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 1;
    background: #0F1E64;
    left: 8%;
}

.save-sec-shap2 {
    top: 80%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    z-index: 1;
    width: 20px;
    background: #E72583;
    left: 20%;
}
.save-sec-shap3 {
    top: 28%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    z-index: 1;
    width: 20px;
    background: #E72583;
    left: 88%;
}
.save-sec-shap4 {
    top: 75%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #0F1E64;
    left: 90%;
    z-index: 1;
}



.home-emi-cal-shap1 {
    top: 25%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #E72583;
    left: 6%;
    z-index: 1;
}

.home-emi-cal-shap2 {
    top: 84%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    background: #0F1E64;
    left: 10%;
    z-index: 1;
}
.home-emi-cal-shap3 {
    top: 25%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #0F1E64;
    left: 90%;
    z-index: 1;
}
.home-emi-cal-shap4 {
    top: 85%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    background: #E72583;
    left: 88%;
    z-index: 1;
}






.ab-home-sec-sap1 {
    top: 15%;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #E72583;
    left: 6%;
    z-index: 1;
}

.ab-home-sec-sap2 {
    top: 88%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    z-index: 1;
    width: 20px;
    background: #0F1E64;
    left: 38%;
}
.ab-home-sec-sap3 {
    top: 18%;
    border-radius: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 1;
    background: #0F1E64;
    left: 94%;
}
.ab-home-sec-sap4 {
    top: 85%;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 1;
    background: #E72583;
    left: 94%;
}

.input-group#datetime {
    position: relative;
}

.hm-check-button {
    background: #E72583;
    border-radius: 0px;
    margin: 10px 0px;

}
.full-dig-btn{
    border:none;
    background: none;
    font-weight: 600;
}
h2.home-emi-calcu-sec {
    font-size: 38px;
}
.align-atems-center{
    align-items: center;
    position: relative;
    z-index: 2;
}
.hdfc-svc-bottom {
    z-index: 2;
    position: relative;
}

.hd-op-saving-inner img {
    position: relative;
    z-index: 2;
}
.hd-op-saving-inner h2 {
    position: relative;
    z-index: 2;
}
.hd-op-saving-inner p {
    z-index: 2;
    position: relative;
}
.check-le-icon img {

    background: #e5dfdd;
    border-radius: 30px;
}
.check-le-icon{
    max-width: 220px;
    padding-left: 20px;
    margin: auto;
}

ul.log-app-link li:nth-child(3) {
    background: none;
    padding: 0;
}
#mobile-menus ul li {
    background: none;
    padding: 0;
    margin: 0;
}
.check-le-content{
    padding: 0px 10px;
}
.contaniner-back-color{
    background-color: ;
}
.about-know-more-button svg{
    display: none;
}

.interest-rates-block{
    border: 1px solid transparent;
}
.interest-rates-block:hover {
    background: #EEF5FF;
    border: 1px solid #0F1E64;
}







@media (max-width:1200px){
    ul.log-app-link li{
        padding: 5px 12px;
    }
    ul.log-app-link li:nth-child(1){
        padding: 5px 15px;
    }




}


/* new realfin css */




@media (max-width:480px) 
{   #mobile-nav {
    top: 89px;
}
.main-menu{
    padding: 10px 0px !important;
}

    ul.log-app-link li:nth-child(2) {
        margin: 0;
        padding: 2px 10px;
    }
    ul.log-app-link li a{
        font-size: 12px;
    }
   .home-header-section{margin-top:85px;}
   
   .save-sec-shap2 {
    left: 16%;
}
a.mr-submit-doc-link {
    padding: 5px 5px;
    font-weight: 800;
    font-size: 14px;
}
}
@media (max-width: 767.98px) 

{   .h-about-apk-content{
    text-align: center;
    padding-left: 0;
}
.about-su-ppn {
    text-align: center;
}

.fb-tpd{
    text-align: start;
}
.fb-tpd ul{
    padding: 0;
}
.fb-tpd ul li{
    padding-right: 5px;
    padding-left: 0;
}
    
    
    section#home-about-us-section {
    background: #FADEE2;
}
    .ho-cal-emi-chek-out {
        text-align: center;
        margin-bottom: 20px;
    }
    .emi-calcu-order {
        order: 2;
    }
    
    .br767-none{
    display: none;
}
    button.full-dig-btn {
        display: block;
        margin: 5px auto;
    }

    .hd-op-saving-inner img{
        max-width: 210px;
        width: 100%;
       }
    
    #open-hdfc-saving-ac-section{
        background-color: #FADEE2;
    }  

    .check-le-icon img{
        border-radius: 15px;
    }


    .foot-widg-logo {
        margin-bottom: 0;
    }
    a.mr-submit-doc-link{
        margin: 15px 0px 25px;
    }

    h2.home-emi-calcu-sec{
        font-size: 26px;
        text-align: center;
    }
    .our-partner-list-out p {
        text-align: center;
    }
    #open-hdfc-saving-ac-section .butn-2{
        font-size: 14px;
        padding: 5px 23px;
    }
    #open-hdfc-saving-ac-section h2{
        font-size: 26px;
    }
    #open-hdfc-saving-ac-section p{
        font-size: 16px;
    }
    .hd-op-saving-inner{
        border-radius: 20px;
        padding: 45px 10px;
    }
    .chk-loan-eligi-inner{
        padding: 45px 0px;
        border-radius: 20px;
    }
    .hm-check-button{
        border-radius: 0px !important;
    }
    .lo-eg-shape1{
        opacity: 0.5;
        top: 80%;
    }
    .lo-eg-shape2{
        left: 17%;
        opacity: 0.5;
    }
    .lo-eg-shape3{
        height: 35px;
        width: 35px;
        opacity: 0.5;
    }
    .lo-eg-shape4{
        opacity: 0.5;
        left: 80%;
    }

    .save-sec-shap1 {
        top: 10%;
        opacity: 0.5;
    }
    .save-sec-shap2 {
        top: 82%;
        opacity: 0.5;
        left: 6%;
    }
    .save-sec-shap3{
        opacity: 0.5;
    }
    .save-sec-shap4{
        opacity: 0.5;
        top: 83%;
        left: 81%;
    }
    
    .home-emi-cal-shap1{
        opacity: 0.5;
    }
    .home-emi-cal-shap3{
        opacity: 0.5;
        left: 80%;
    }
    .home-emi-cal-shap2 {
        top: 85%;
        opacity: 0.5;
        left: 44%;
    }
    .home-emi-cal-shap4{
        opacity: 0.5;
    }

    .ab-home-sec-sap1{
        opacity: 0.5;
    }
    .ab-home-sec-sap2{
        opacity: 0.5;
        top: 64%;
        left: 13%;
    }
    .ab-home-sec-sap3{
        opacity: 0.5;
        top: 14%;
        left: 83%;
    }
    .ab-home-sec-sap4{
        opacity: 0.5;
        top: 75%;
        left: 80%;
    }
    #about-aapkabank-sec{
        border-radius: 20px;
    }





  .refer-and-earn-frm{margin:auto;} 
  .refer-earn-img{display:none;}  
  .refer-earn-mobile-img {
    display: block;
    margin: 30px auto 0px;
    width: 95%;
  }

  .mr-mobile-whatsapp-apply-icon {display:none;}  
  .why-apk-conent-title {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3;
    }
/* 
a.mr-whatsapp-apply-icon {
    width: 132px !important;
    padding: 6px !important;
    line-height: normal;
    vertical-align: top;
    margin-left: 14px;
}
*/
a.mr-whatsapp-apply-icon img {
    vertical-align: middle;
    margin-right: 0px;
    display: inline-block;
    height: 16px;
    vertical-align: top;
}
 

  #apply-on-whatsapp-pop .modal-content{border-radius:0px;}
    .mr-mobile-bar a {
        font-size: 13px;
        display: block;
        padding: 5px 0px;
    }
    .mr-mobile-bar a span {
    vertical-align: middle;
}
.mr-mobile-bar a svg {
    margin-right:0px;
    vertical-align: middle;
}
  .refer-and-earn-out h3.form-section-title{font-size:17px;}

 div#logo {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
  

  .mr-mobile-bar{display:block;}
  .generic-banner .height
  {
    height: 400px;
  }
  .main-menu{padding:5px 0px;}
  #mobile-nav-toggle{top:36px; right:5px;}
      #mobile-nav ul .menu-item-active {
        color: #111111;
        font-weight: 700;
    }
    #mobile-nav ul li a{font-size:16px; }
    #mobile-nav ul li li {
        padding-left: 20px;
        line-height:normal;
    }
    #mobile-nav{padding-bottom:75px;}

    .whatapp-frm-out h2
    {
      font-size:21px; 
       margin: 0px 0px 30px;
    }

    .whatapp-frm-out .form-group
    {
     margin:0px 0px 30px 0px;
    }

    .mr-wfrom-control::placeholder { 
      color: #f4f4f4;
      opacity: 1; /* Firefox */
      font-weight:600;
    }

    .mr-wfrom-control:-ms-input-placeholder { 
      color:#f4f4f4;
      font-weight:600;
    }

    .mr-wfrom-control::-ms-input-placeholder { 
      color:#f4f4f4; font-weight:600;
    }

    .mr-whatsaap-pop-bottom-part{ margin:30px 20px; }
    .mr-whatsaap-pop-bottom-part h2 {
        text-align: center;
        font-size: 20px;
        margin: 0px 0px 20px;
        font-weight: 700;
        line-height: normal;
    }

    .whatsapp-reg-step-box {
        width: 260px;
        display: block;
        margin: 20px auto;
        max-width: 100%;
    }

    .h-header-left-content h2 {
        margin: 15px 0px 8px;
        font-size: 20px;
        line-height: 28px;
    }

    .hh-check-credit-info p {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
    }

    .get-credit-score-btn {
        background: #E72583;
        padding: 7px 15px;
        line-height: 17px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        text-align: center;
        width: 195px;
        color: #ffffff;
    }

    .h-header-right-content {
        text-align: right;
        margin-top: 30px;
    }

   
    .h-section-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 15px;
    }

    #trending-services-sec {
        padding: 20px 0px;
    }

    .trending-services-list li {
        width: 95px;
        margin: 10px 5px 10px;
        vertical-align:top;
    }

    .ts-title {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        margin: auto;
        color: #3A3A3A;
        font-weight: 500;
    }

    #check-loan-eligibility-sec{ padding:20px 0px; background-color: #0F1E64; }
    .check-le-content h3 {
        font-size: 19px;
        font-weight: 600;
        margin-top: 5px;
       line-height: normal;
    }
    .check-le-content p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px;
        width: 580px;
        line-height: 13px;
        max-width: 100%;
    }

    .site-btn {
        border-radius: 5px;        
        color: #fff;
        min-width: 120px;
        padding: 4px;
        font-size: 14px;
    }

    #how-to-apply-section { padding: 20px 0px; }
    .c-left .ht-apply-content {
        text-align: left;
        float: right;
        width: 60%;
        padding: 0px 0px 15px;
    }

    .c-left .ht-apply-content-icon {
        float: left;
    }

    .c-right .ht-apply-content-icon {
        float: right;
    }
    .c-right .ht-apply-content {
        float: left;
        text-align:right;
        width: 60%;
        padding:0px 0px 15px;
    }

    .ht-apply-content h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .ht-apply-content p {
        font-size: 15px;
        line-height: 22px;
    }

    #why-aapka-bank-sec {
        padding:30px 0px;
    }

    .why-aapkabank-head h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .why-aapkabank-head h3 span {
        display: block;
        font-size: 22px;
        font-weight: 600;
    }
    .why-aapkabank-head p {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    .why-aapkabank-content-out {
        margin-top: 30px;
    }

    .why-apk-conent-block {
        display: block;
        text-align: center;
        width: 300px;
        margin: 15px auto;
        max-width: 100%;
    }

    .why-apk-icon {
        width: 65px;
        height:75px;
        margin: auto;
    }
    .why-apk-icon img {
        height: 65px;
    }

    .why-apk-conent-block p {
        display: none;
    }

    #our-partner-section {
        padding: 20px 0px;
    }

    .our-partner-icon-out {
        text-align: center;
        position: relative;
        margin: auto;
        z-index: 1;
        width: 300px;
    }

    .our-partner-list-out {
        padding-top: 80px;
        margin-top: -70px;
        z-index: 0;
        position: relative;
        border-radius: 3px;
    }

    .our-partner-icon-out img {
        border-bottom: .5px solid #20181f52;
    }

    ul.our-partner-list li { width: 135px; }

    section.interest-rates-section {
        padding: 20px 0;
        color: #fff;
    }

    .interest-rates-block {
        padding: 15px 0 20px;
        vertical-align: top;
        width: 260px;
        margin: 5px;
        background: #FFFFFF;

        box-shadow: 0px 0px 5px 0px hsl(0deg 0% 0% / 12%);
    }

    p.at-title {
        padding: 0;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .apply-button-out .site-btn {
        font-size: 14px;
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
        min-width: 120px;
        max-width: 100% !important;
    }

    #about-aapkabank-sec {
        padding: 20px 0px;
    }

    .about-apk-bank-title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about-know-more-button{
        border-radius: 0px !important;
    }

    .h-about-apk-content p {
        line-height: 21px;
        font-size: 14px;
        height: 62px;
        overflow: hidden;
    }

    .h-about-apk-content {
        color: #111111;
        margin: 35px 0px;
    }
    .about-apk-img {
        min-height: 150px;
    }

    .submit-documnet-banner-sec
    {
      margin-top: 75px;
        background: #fff2f4;
    }
    
    


}


@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content h2 br {
        display: none;
    }
    .home-header-section{
        margin-top: 57px;
    }
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content p br {
        display: none;
    }
}

@media (max-width: 767px) 
{
    ul.timeline:before{left: 40px; }
    ul.timeline > li > .timeline-panel 
    {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (max-width: 991px) 
{
  .progress-table-wrap { overflow-x: scroll; }
}

@media (max-width: 991px) {
    .left-align-p p {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .top-colm {
        display: none !important;
    }
    .M-mode {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .about-tab-area .nav-tabs .nav-link {
        letter-spacing: 1px;
        margin-right: 15px;
        font-size: 14px;
    }
}

@media (max-width: 673px) 
{
    #logo {
        margin-left:0px;
        max-width: 100%;
    }
    ul.list-of-sblocks li{margin: 5px 2px; width:138px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .overlay-effect {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .team-social-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-team-slide .team-social-info {
        bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .team-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-team-slide .team-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}


@media only screen and (max-width: 767px) {
    .contact-banner .google-maps {
        height: 280px;
    }
}

@media (max-width: 1500px) 
{
    .work-sec-bg {
        height: auto;
    }
}


@media (max-width: 768px) 
{
    #nav-menu-container {
        display: none;
    }
}
@media (max-width: 991px) 
{
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
}


@media (min-width: 992px) 
{
  .show-grid .col-md-1-5 { max-width: 20%; }
  .show-grid .col-md-2-5 { max-width: 40%; }
  .show-grid .col-md-3-5 { max-width: 60%; }
  .show-grid .col-md-4-5 { max-width: 80%; }
  .show-grid .col-md-5-5 { max-width: 100%; }
}

@media (min-width: 1200px) {
  .show-grid .col-lg-1-5 { max-width: 20%; }
  .show-grid .col-lg-2-5 { max-width: 40%; }
  .show-grid .col-lg-3-5 { max-width: 60%; }
  .show-grid .col-lg-4-5 { max-width: 80%; }
  .show-grid .col-lg-5-5 { max-width: 100%; }
}


@media (max-width: 1024px) 
{
    ul.list-of-sblocks li{width:148px;}
    .list-sinner{height:138px;}
    .testimonial-area .owl-controls {
        position: relative;
        text-align: center;
        left: 0;
        top: 20px;
    }
    .testimonial-area .owl-controls .owl-prev,
    .testimonial-area .owl-controls .owl-next {
        display: inline-block;
    }

    .nav-menu > li {
        margin-left: 0px !important;
    }
    li.right-tap a { font-size: 14px !important;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
    .about-us-content h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:1024px) 
{
    .application-title-content h1{font-size:30px; }
    section.loan-application-header{margin-top:82px;}
    .list-sinner{margin:auto;}
    .intro{margin-top: 100px;}
    .page-main-outer{margin-top: 82px;}
    .key-services-list{padding:0px;}
    .show-in-desk{display:none;}
    .hide-in-desk{display:block;}
     #home-main-slider{width:100%; height:auto;float:none;position:relative;}
    .intro #home-main-slider:before{display:none;}
    .key-services-list{width:100%;float:none;}
    .about-us-content h2 
    {
     font-size: 30px;
    }
   .logn-colm{margin-top:30px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-thumbnail {
        padding-right: 0;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 767px) {
    .video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}


@media (min-width: 1400px) {
  .container {
    width:1300px;
    max-width:100% 
  }
}


@media(max-width: 768px) 
{   
  
    span.s-icon .fa{padding:0px;}
  .mobile-slogan-out{
        position: absolute;
        top: 50px;
        z-index:9;
        width: 100%;
        display:block;
    }  
  .mobile-slogan-out  h1.home-head-title{font-size:2em;}
  .mobile-slogan-out  .home-head-title{font-size:2em;}
  .no-flex-xs{display:block !important;}
 
  .key-services-list {
    position:relative !important;
    bottom: 30px;
    z-index: 99;
    width: 100%;
    vertical-align: middle;
    padding:30px 15px 30px !important;
    margin-top: 30px;
  }
    .key-services-list .home-head-title{display:none;}
    .element-wrap {
        margin-top: 30px;
    }
     .typo-sec {
        margin-bottom: 30px;
    }

    .single-contact-card h6 {
        font-size: 14px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-card h3 {
        font-size: 20px;
    }
}
