* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*accrodian*/

.accordion {
    display: flex;
    flex-direction: column;
    min-width: 320px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    /* .accordion {
        padding: 0 16px;
    } */
    .accordion h1 {
        font-size: 22px;
    }
}

/*accrodian end*/

/*++++++++++*/
.main-services-box .main-service-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0px 1px 2px #0070ba2b;
    padding: 20px;
    min-height:176px;
}
.registerProcess_i-1__cL79V {
    width: 27.996px;
    font-size: 36px;
    color: #02a0dd;
}
.registerProcess_data__XrdA1 span {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
}
.main-services-box .main-service-wrapper .icon-box {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #0070ba;
    font-size: 34px;
}
.mb-xl-30 {
    margin-bottom: 30px;
}
.contact-one__content a{
    text-decoration: none;
line-height: 22px !important;
}
.tp-hero-title{
    font-size: 50px;
    font-weight: 600;
    color: #02a0dd !important;
}
.slide-track img {
    width: 130px;
    height: 50px;
    animation: scroll 30s linear infinite;
  }
  
  .slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
  }
  
  .slider .slide {
    /* margin-top: 70px;
    background-color: whitesmoke; */
    /* padding: 4em 2em; */
    /* height: 100px;
    width: 250px; */
  }
  
  @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
  }
/*EMI calculator*/
.small-title::after {
    content: '';
    width: 43px;
    height: 3px;
    background-color: #008fd5;
    border-radius: 4px;
    margin-left: 10px;
}
.small-title {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--thm-color);
    margin: 0;
    line-height: 1;
    position: relative;
    top: -10px;
}
.loan-section {
    padding: 75px 0 75px 0;
}
.loan-section .loan-filter-form {
    padding-top: 15px;
}
.loan-section .theme-title p {
    font-size: 18px;
}
.loan-section .loan-filter-form label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.loan-section .loan-filter-form input {
    outline: none;
    height: 50px;
    width: 100%;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #7f839c;
    border: 1px solid #bdc1d7;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}
.loan-section .loan-confirm-form {
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    /* padding: 50px 50px 50px 50px; */
}
.loan-section .loan-confirm-form p {
    font-size: 24px;
    margin-bottom: 20px;
    color: #02a0dd;
}
.loan-section .loan-confirm-form p strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #222;
    margin-bottom: 5px;
}
.loan-section .loan-confirm-form .apply-button {
    width: 100%;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 0px 45px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
    background-image: linear-gradient(to right, #ff416c, #ff4b2b); */
    background-image: linear-gradient(to right, #02a0dd, #000000);
    height: 50px;
    /* -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356); */
    /* box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356); */
}
.loan-section .loan-confirm-form .apply-button:hover {
    background-position: right center;
    /* -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356); */
    /* box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356); */
}
.loan-section .loan-calculation-wrapper {
    padding-right: 60px;
}
@media (max-width: 991px){
.loan-section .loan-calculation-wrapper {
    padding-right: 0px;
}}
/*EMI calculator*/

.apply-button {
    width: 100%;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 12px 45px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #02a0dd, #000000);
    /* height: 50px; */
    /* -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356); */
    /* box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356); */
}

.main-footer {
    background-image: url(https://webdevcode.com/wp/pylon/live/wp-content/uploads/2020/12/footer-bg-1-1.jpg);
    background-color: rgba(12, 33, 57, 0.76);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget__title:before {
    font-size: 18px;
    color: var(--thm-base);
    content: '||';
    margin-right: 10px;
}
.main-footer {
    padding-top: 60px;
    padding-bottom: 50px;
}
.footer-widget__title {
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.main-footer .footer-widget ul li a, .main-footer .footer-widget a{
    color: #a2a2b1;
    text-decoration: none;
}
.widget ul li {
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}
.main-footer .footer-widget ul li a:hover, .main-footer .footer-widget a:hover{
    color: #fff !important;
}
.footer-widget__info{
     margin-bottom: 30px;
}

.footer-widget--time .footer-widget__social {
    margin-top: 20px;
}
.footer-widget__social {
    display: flex;
    align-items: center;
}
.footer-widget__social a+a {
    margin-left: 10px;
}
.main-footer .footer-widget .footer-widget__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background-color: #16161f;
    color: #fff;
    font-size: 12px;
    transition: all .5s ease;
    border-radius: 50%;
}
.main-footer .footer-widget {
    color: #999;
}
.footer-widget__logo {
    position: relative;
    display: inline-flex;
    margin-top: -16px;
}
.footer-widget--about .footer-widget__text {
    margin-top: 12px;
    color: #a2a2b1;
}

.contact-one__box {
    display: flex;
    align-items: center;
    text-align: left;
}
.contact-one__box-content {
    margin-left: 20px;
}
@media (min-width: 1200px){
.contact-one__box {
    margin-right: 30px;
}
}
.contact-one__box-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    line-height: 1;
    margin-bottom: 10px;
}
.contact-one__box-content a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: var(--thm-color);
    transition: all 500ms ease;
}
.contact-one__box + .contact-one__box {
    border-top: 1px solid #e6eaef;
    margin-top: 25px;
    padding-top: 25px;
}
.contact-one__box i {
    width: 54px;
    height: 54px;
    background-color: #008fd5;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
}
.contact-one {
    padding-top: 60px;
    padding-bottom: 40px;
}
.contact-one__content {
    padding-bottom: 10px;
}
.contact-one__content .block-title {
    margin-bottom: 25px;
}
.block-title p::after {
    content: '';
    width: 43px;
    height: 3px;
    background-color: #008fd5;
    border-radius: 4px;
    margin-left: 10px;
}
.contact-one__form-input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    color: #555c63;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-size: 15px;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: #008fd5;
    color: #fff;
}
.thm-btn:hover {
    background-color: #0c2139;
    color: #fff;
}

.block-title p {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--thm-color);
    margin: 0;
    line-height: 1;
    position: relative;
    top: -10px;
}
@media (max-width: 480px){
.page-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

.page-header {
    background-color: var(--thm-base);
    position: relative;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .container {
    position: relative;
    /* z-index: 10; */
    padding-top: 138px;
    padding-bottom: 138px;
}
.thm-breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.thm-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2em;
    color: #f5f5f5;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
}
.thm-breadcrumb li a {
    opacity: 0.6;
    color: inherit;
}
.thm-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: #f5f5f5;
    opacity: 0.6;
    position: relative;
    top: -1px;
    margin-left: 13px;
    margin-right: 13px;
}
.page-header .container h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 45px;
    margin-top: 22px;
}
.thm-breadcrumb li span {
    display: block;
    line-height: 1;
    color: #02a0dd;
}
.awards-section {
    position: relative;
    overflow: hidden;
    padding: 150px 0px;
    background-color: rgb(0, 34, 69);
}
.sec-title.centered {
    text-align: center !important;
}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.sec-title.light .title {
    color: #fff;
    letter-spacing: 1.8px;
}

.sec-title .title {
    position: relative;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: var(--main-color);
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 30px;
}
.award-block {
    position: relative;
    margin-bottom:30px;
}
.award-block .inner-box {
    position: relative;
    padding: 25px 25px;
    border: 1px solid rgb(66, 152, 239);
}
.award-block .inner-box .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(66, 152, 239);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    /* transform: scale(0, 1); */
    opacity: 0;
}
.award-block .inner-box .icon {
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 72px;
    text-align: center;
    border-radius: 50px;
    font-size: 34px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.flaticon-graduated-1:before {
    content: "\f1e0";
}
.award-block .inner-box:hover .color-layer {
    /* transform: scale(1, 1); */
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.award-block .inner-box:hover .icon {
    color: rgb(66, 152, 239);
    background-color: #fff;
    border-color: #fff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.insurance-section-two .inner-container {
    position: relative;
    border: 1px solid #b2bcc7;
    border-bottom: none;
}
.insurance-block-two .inner-box {
    position: relative;
    padding: 60px 40px 90px;
    border-bottom: 1px solid #b2bcc7;
    border-right: 1px solid #b2bcc7;
}
.insurance-block-two .inner-box .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: var(--main-color);
}

.insurance-section-two .insurance-block-two {
    padding: 0px;
    float: left;
}

.insurance-block-two {
    position: relative;
}


.mb-20 {
    margin-bottom: 24px;
}
.services-item .services-wrap {
    padding: 50px 25px 50px 25px;
    text-align: left;
    background-image: linear-gradient(160deg, #a2d6ef 0%, #f8f9fa 52%);
    border-radius: 10px 10px 0px 0px;
    position: relative;
    height: 330px;
}

.services-item .services-wrap:after {
    display: block;
    width: 100%;
    height: 5px;
    background: #00a1de;
    content: '';
    position: absolute;
    transition: all .3s ease 0s;
    bottom: 0;
    left: 50%;
    /* z-index: 9; */
    transform: translateX(-50%);
}
.services-item .services-wrap:hover {
    background-image: linear-gradient(120deg, #00a1de 0%, #01384d 100%);
    border-radius: 10px 10px 0px 0px;
}
.services-item .services-wrap:hover .services-content .services-txt {
    color: #ffffff;
}
.services-item .services-wrap:hover .services-content .title {
    color: #ffffff;
}
.addon-services {
    background: url(../img/loan-box1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 7px 25px 0px #eee;
    padding: 18px 18px 18px 18px;
    height: 162px;
}
.addon-services_1 h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.addon-services_1 p {
    color: #006f98 !important;
    font-weight: 700;
    font-size: 16px !important;
}
.addon-services a {
    text-decoration: none;
    font-size: 13px;
    color: #006f98;
}
.addon-services p {
    color: #212529;
    font-size: 13px;
}
.addon-services .services-text .title {
    margin-bottom: 10px;
}
.addon-services .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mb-45 {
    margin-bottom: 30px;
}
.sec-title6 .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    color: #111111;
    /* margin: 0px 0px 30px 0px; */
    position: relative;
}
.sec-title6 .title span {
    color: #00a2df;
    font-weight: 700;
}
/* .sec-title6 .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #BF0505;
    z-index: 1;
    margin-left: 0;
    left: -55px;
    top: 15px;
} */




.carousel-indicators {
    z-index: -1;
}

.menu {
    position: relative;
}

.navbar_head {
    position: sticky !important;
    height: auto;
    top: 0;
    z-index: 1;
}

.logo {
    width: 8% !important;
}

    .logo img {
        width: 150px;
    }

.slider_img {
    width: 100%;
    display: flex;
}

.content {
    width: 50%;
}

.carousel-caption {
    width: 100%;
}
/*.slid2{
    width: 30%;
    margin-left: 10%;
}*/
.slid2 img {
    width: 100%;
}

#myCarousel {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 25%;
}

.product_block {
    position: relative;
}
/*.product_block h5::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    top: 7px;
    left: 152px;
    background-color: #1b1dc7;
}*/
.product_block1 {
    position: relative;
}
/*.product_block1 h5::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    top: 7px;
    left: 210px;
    background-color: #1b1dc7;
}*/
.boxes {
    width: 100%;
    display: flex;
    gap: 15px;
}

.loans {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loan_slider img {
    height: 450px;
}

.loans h5 {
    color: #006f98;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.box {
    width: 24%;
    border-radius: 10px;
}

    .box p {
        color: grey;
        font-size: 12px;
    }

    .box a {
        text-decoration: none;
        font-size: 12px;
    }

.foot_block {
    width: 100%;
    background-color: #09192c;
}

.copy_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: gray;
    font-size: 13px;
}

.img_text {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .img_text p {
        margin: auto;
    }

.text_input {
    width: 100%;
    gap: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .text_input input {
        width: 34%;
        background: none;
        border: none;
        outline: none;
        margin-top: 37px;
        color: white;
        background: white;
        padding: 10px;
        border-radius: 4px;
        color: grey;
    }

        .text_input input::placeholder {
            color: #4087ce;
        }

.submit_block {
    text-align: center;
    margin-top: 30px;
}

    .submit_block button {
        padding: 4px 11px;
        font-weight: 600;
        color: none;
        border: 1px solid white;
        background: none;
        color: white;
        border-radius: 6px;
        position: relative;
    }

        .submit_block button::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 0;
            background-color: #a0c4ec;
            border-radius: 6px;
            transition: 1s;
        }

        .submit_block button:hover::before {
            width: 100%;
            height: 100%;
            background-color: #a0c4ec;
            border-radius: 6px;
            opacity: 0.5;
        }

.bi-arrow-right {
    margin-left: 12px;
}

.contact_block {
    background-color: #052f5f;
    height: 250px;
}

    .contact_block h1 {
        font-size: 60px;
        color: white;
    }

.footer_menu ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}
/* about page */
@media (min-width:320px) and (max-width:575px) {
    .logo {
        width: 20% !important;
    }

    .slid2 {
        width: 34%;
        margin-left: 0;
    }
    /* #myCarousel{
        height: 90vh;
    } */
    .carousel-caption {
        position: absolute;
        top: -12%;
    }

        .carousel-caption h3 {
            font-size: 12px;
        }

        .carousel-caption p {
            display: none;
        }

    .loan_slider img {
        height: auto;
    }

    .boxes {
        flex-wrap: wrap;
    }

    .box {
        width: 100%;
        margin-top: 15px;
    }
    /*   .product_block1 h5::after {
        content: "";
        position: absolute;
        width: 94px;
        height: 1px;
        top: 7px;
        left: 210px;
        background-color: #1b1dc7;
    }*/
    .copy_right {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

        .copy_right p {
            margin: auto;
            padding-top: 10px;
        }

    .contact_block {
        background-color: #052f5f;
        height: 84px;
    }

        .contact_block h1 {
            font-size: 29px;
            color: white;
        }

    .footer_menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 11px;
    }

    .menu {
        background: white;
        padding: 17px;
    }

        .menu ul li a {
            padding: 0;
        }

    .contact_menu {
        margin-top: 8px;
    }

    .hide_menu {
        display: none;
    }

    .text_input {
        flex-wrap: wrap;
        gap: 8px;
    }

        .text_input input {
            width: 100%;
            margin-top: 4px;
        }

    .submit_block2 {
        width: 100% !important;
    }
}
@media (max-width:767px) {
    .contact_inner {
       flex-direction:column;
       padding:15px;
    }
    .contact_dtl {
       
        gap: 10px;
        width:auto;
      
    }
}
    @media (max-width:575px) {
        .logo {
            width: 20% !important;
        }

        .boxes {
            flex-wrap: wrap;
        }

        .box {
            width: 48%;
        }

        .random-word {
            font-size: 4rem !important;
        }

        .channal_parts {
            display: flex;
            gap: 9px !important;
            margin: auto;
        }

        .Robust_Credit {
            height: auto;
        }

        .sign_apk {
            flex-wrap: wrap;
        }

        .contact_menu {
            margin: auto;
        }

        .menu_ul {
            line-height: 2;
        }
    }













    .random-word {
        display: inline-block;
        text-transform: uppercase;
        color: #00a1de;
        font-size: 2.8rem;
        letter-spacing: 3px;
        width: auto;
        /*   transition: all 1.25s; */
        animation: slidedown 4s infinite;
        -webkit-animation: slidedown 4s infinite;
        -moz-animation: slidedown 4s infinite;
        font-weight: 700;
    }

    @keyframes slidedown {
        0% {
            opacity: 50;
        }

        5% {
            opacity: 0;
            transform: translateY(0.5em);
        }

        7% {
            transform: translateY(-1em);
        }

        10% {
            opacity: 0;
        }

        20% {
            transform: translateY(0);
            opacity: 100;
        }
    }

    /* .market_place {
        background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(245,245,245,1) 0%, rgba(29,71,135,1) 100%); 
        margin: 20px 0;
    } */

    .market_place1 {
        background: #f5fcfd;
        /* margin: 20px 0; */
    }

    .market_place_text p {
        font-family: Roboto Condensed,sans-serif;
        font-size: 16px;
    }

    .market_place_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .market_place_block1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .market_place_image img {
        /* width: 100%; */
    }

    .market_place_image {
        width: 100%;
        float: right;
    }

    .market_place_image1 {
        width: 100%;
    }

        .market_place_image1 img {
            width: 100%;
        }

    .loan_disburds {
        width: 130px;
        background: #fff;
        border-radius: 7px;
        padding: 10px;
        text-align: center;
    }

        .loan_disburds p {
            color: #de5236;
            font-weight: 700;
        }

        .loan_disburds h4 {
            color: #134084;
            font-weight: 700;
        }

    .channal_parts {
        display: flex;
        gap: 30px;
        margin: 20px 0;
    }

    .market_place_text h3 {
        color: #00a2df;
        font-weight: 700;
    }
/* 
    .channal_content {
        padding: 50px 0;
    } */

    .offers h1 {
        color: #de5236;
        text-align: center;
        padding: 20px 0;
    }

    .Robust_Credit {
        background: none;
        padding: 14px;
        margin: 13px 0;
        height: 200px;
        transition: 2s;
        border: 1px solid rgba(31,92,235,.11);
        border-radius: 12px;
    }

        .Robust_Credit:hover {
            background-image: linear-gradient(rgba(31,92,235,.11),rgba(31,92,235,.11));
        }

        .Robust_Credit h4 {
            FONT-SIZE: 16px;
            font-weight: 700;
        }

        .Robust_Credit p {
            font-size: 14px;
        }

    .carousel-item img {
        height: 493px;
    }




    .heading_h2 {
        font-weight: 500;
        font-size: 20px;
        position: relative;
        color: #132b3e;
        padding-bottom: 15px;
    }

    .getintouch ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cms-pages {
        margin-bottom: 60px;
    }

    .icon_box svg {
        height: 20px;
    }

    .cms-pages textarea.form-control {
        height: 170px !important;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .cms-pages .details_contact span a {
        color: #005aef;
    }

    .getintouch ul li span {
        font-size: 17px;
        color: #888;
        font-weight: 500;
        font-family: sans-serif;
    }


    .send_mess {
        display: flex;
        justify-content: end;
        width: 48%;
    }

    .send_mess1 {
        display: flex;
        justify-content: end;
        width: 100%;
    }

        .send_mess1 input {
            width: 133px;
        }

    .send_mess button {
        padding: 10px;
        border: 1px solid #d7caca;
        border-radius: 5px;
        background: none;
        color: #938b8b;
        /* margin-top: 20px; */
        width: 134px;
    }

    .contact_dtl {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-top: 13px;
        /*  border: 1px solid #d7caca;*/
        padding: 10px;
        border-radius: 8px;
        width: 403px;
    }

    .add_contact strong {
        color: #0ea2d1;
    }

    .add_contact a {
        color: #63cdf3;
    }

    .add_contact span {
        color: #4eb9df;
    }

    .contact_page {
        background-color: rgba(131, 131, 131, 0.199);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        padding: 12px 12px;
        border-radius: 11px;
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }

    .getintouch ul li {
        display: flex;
        gap: 24px;
        border: 1px solid #e2e2e2;
        padding: 20px 20px;
        border-radius: 15px;
        margin-bottom: 20px;
        align-items: center;
    }

    .icon_box {
        height: 50px;
        width: 50px;
        flex: 0 0 50px;
        background: #d9edf4;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact_inner {
        max-width: 900px;
        margin: auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .icon_fix {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        font-size: 30px;
        background-color: white;
        padding: 6px 6px;
        border-radius: 6px;
    }