﻿.loan-header-image {
    /* background-image: url(../img/OurOffering3999.jpg); */
    background-image: url("../img/OurOffering3999.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #ff00004f;
}

.main-div {
    background-color: #f1f1f1;
}

.img-sec {
    /* background-image: url(../img/h9-bg-section-01.png); */
    background-image: url("../img/h9-bg-section-01.png");
    background-position: left;
    overflow: hidden;
}

    .img-sec img {
        height: 550px;
    }

.red-underline3 {
    vertical-align: middle;
    height: 3px;
    width: 50px;
    background: #f6073d;
    display: inline-block;
    text-align: center;
}

.red-span {
    color: #bb0a1e;
    font-weight: 700;
}



.home-loan-heading {
    font-weight: bold;
    font-size: 46px;
}

.apply-btn {
    background-color: #bb0a1e;
    border: none;
    color: white;
    font-weight: bold;
    transition: all 0.9s ease-in-out;
}

    .apply-btn:hover {
        transition: all 0.9s ease-in-out;
        /* transform: scale(1.1); */
        background-color: #941a1c;
    }
/* animation section  */
.ct-particle-animate {
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
}

    .ct-particle-animate .shape-animate1 {
        animation: animationFramesTwo 12s infinite linear alternate;
    }

    .ct-particle-animate .shape-animate2 {
        animation: animationFramesOne 15s infinite linear alternate;
    }

    .ct-particle-animate .shape-left-right {
        animation: NewsletterAnimated2 12s infinite linear alternate;
    }

@keyframes animationFramesTwo {
    0% {
        transform: translate(0, 0) rotate(0) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
    }

    100% {
        transform: translate(0, 0) rotate(0) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0, 0) rotate(0);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(111px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(93px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-70px, 72px) rotate(124deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
    }
}

@keyframes NewsletterAnimated2 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(40px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
}

.ct-particle-animate #ct_particle_animate-a461fd71 {
    left: 7%;
    top: 18%;
}

.ct-particle-animate #ct_particle_animate-a461fd72 {
    left: 25%;
    top: 0%;
}

.ct-particle-animate #ct_particle_animate-a461fd77 {
    left: 76%;
    top: 45px;
}

.ct-particle-animate div {
    position: absolute;
    top: 0;
    left: 0;
}

.ct-particle-animate img {
    width: 100% !important;
    height: auto;
}

.red-main-div {
    background-color: #bb0a1e;
    background-image: linear-gradient(to bottom, #bb0a1e, #620b15);
    width: 100%;
}



    .red-main-div h4 {
        color: white;
        font-weight: bold;
    }

    .red-main-div p {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .red-main-div img {
        width: 27%;
    }

.document-sec {
    background-image: url("../img/document-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #ff00004f;
}

.eligibility-heading {
    color: white;
    font-weight: bold;
    font-size: 41px;
}

.white-underline {
    vertical-align: middle;
    height: 5px;
    width: 105px;
    background: white;
    display: inline-block;
    text-align: center;
}

.pink-div {
    /* background-color:#bb0a1e !important; */
    color: white;
    font-size: 23px;
    font-weight: 700;
}

    .pink-div.active {
        background-color: #bb0a1e !important;
        border-bottom: 1px solid black;
        border-radius: 0;
    }

    .pink-div:hover {
        color: white;
    }

.right-red-border {
    border-right: 10px solid #bb0a1e;
}

.right-white-border {
    border-right: 5px solid white;
}

.white-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.white-list {
    font-weight: 600;
    color: white;
}

.my-card {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf !important;
    box-shadow: 0px 1px 6px #ccc;
}

.acc-heading {
    box-shadow: none;
    outline: none;
    font-weight: bold;
}

    .acc-heading:focus {
        box-shadow: none;
        outline: none;
        /* font-weight: bold; */
    }

    /* .acc-red-left-border {
    border-left: 5px solid #bb0a1e;
} */

    .acc-heading .fa-times {
        position: absolute;
        background-color: #9ba2ab;
        right: 10px;
        /* color:white; */
        color: white;
        padding: 4px 6px;
        font-size: small;
        background-color: #9ba2ab;
        border-radius: 50%;
    }

    .acc-heading .fa-angle-down {
        position: absolute;
        font-weight: bold;
        right: 10px;
        color: #9ba2ab;
    }

/* .acc-heading:after {
    font-family: FontAwesome;
    content:"\f078";
    color:#9ba2ab;
    font-weight: 500;
    padding-right: 4px;
    float: right;
    position: absolute;
    right:0;
    margin-right:10px;
  } */

/* .acc-heading.collapsed:after {
    border-left: 5px solid #bb0a1e;
     
    content:"\f00d";
    color:white;
    padding:2px 6px;
    font-size: small;
    background-color: #9ba2ab;
    border-radius: 50%;
  } */

/* .red-left-border {
     border-left: 5px solid #bb0a1e;
     display: none;
 }  */

/* .collapse.show {
     border-left: 5px solid #bb0a1e;
 } */

/* red diamond section  */


.shape-section1 {
    display: none;
}

.shape-section {
    background: url("../img/h-bg-section4.jpg");
    background-position: center;
    /* margin-top: 30px; */
}

.item-count {
    color: white;
    height: 380px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 380px;
}

.shape {
    outline: dashed #c83a4a;
    outline-offset: -10px;
    background-color: #bb0a1e;
    padding: 5px;
    transform: rotate(45deg);
    height: 380px;
    width: 380px;
    transition: all 1s ease-in-out 0s;
}

    .shape:hover {
        /* transform: scale(1.4); */
        /* transform: rotate(45deg) scale(1.1); */
        background-color: #941a1c;
        transition: transfrom 2s;
        transition: all 1s ease-in-out 0s;
        /* transform:rotate(-180deg); */
        /* outline: 3px solid #333; */
        /* background: yellow; */
    }

.product-page-icon {
    font-size: 45px;
    color: white;
}

.red-circle2:hover {
    background-color: #132e5b !important;
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
}

.red-circle2 {
    transition: all 0.8s ease-in-out !important;
}

    .red-circle2:hover .product-page-icon {
        transform: scale(1.2);
        transition: all 0.8s ease-in-out;
    }

.product-page-icon {
    transition: all 0.8s ease-in-out;
}

.white-btn {
    background-color: white;
    border: none;
    border-radius: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.img-sec:hover {
    /* transform: scale(1.1) !important;
    transition: all 1s ease-in-out 0s;
    cursor: pointer; */
}

.rural_img {
    transition: all 1s ease-in-out 0s;
    overflow: hidden;
}

.img-sec {
    /* overflow: hidden;
    transition: all 1s ease-in-out 0s; */
}

.white-btn-border {
    background-color: #bb0a1e;
    border: 2px solid white;
    border-radius: 48px;
    padding: 21px 4px;
}

.call {
    color: #f0ccc8;
}

.diamond-span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.comment-icon {
    color: #007ef2;
}

.red-underline4 {
    height: 2px;
    width: 85px;
    background: #bd0a1f;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.red-underline5 {
    height: 5px;
    width: 100px;
    background: #bb0a1e;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: -113px;
}


.red-circle2 {
    margin-top: 31px;
    display: inline-block;
    background: #bb0a1e;
    height: 115px;
    width: 115px;
    text-align: center;
    align-self: center;
    border-radius: 50%;
    transition: width 2s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.grey-circle {
    margin-left: -107px;
    background-color: #515251;
    font-size: 15px;
    color: white;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.circle-sec-div {
    background-image: url("../img/line-process2.png");
    /* display: contents; */
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -94px;
    padding-top: 89px;
}

.card-calc {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.emi-calc {
    background-color: #f3f3f3;
}

.calc-head {
    background-color: #bb0a1e !important;
    color: white;
}

.loan-head {
    font-weight: 600;
    color: #bb0a1e;
}

.emi-cal-btn {
    color: white;
    font-size: 28px;
    font-weight: 600;
}

    .emi-cal-btn:hover {
        color: white;
        text-decoration: none;
    }




.__range {
    margin: 30px 0 20px 0;
    -webkit-appearance: none;
    background-color: #cccccc;
    height: 7px;
    width: 100%;
    margin: 10px auto;
    border-radius: 48px;
}

    .__range:focus {
        outline: none;
    }

    .__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #bb0a1e;
        border-radius: 50%;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

    .sliderticks p {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 1px;
        background: #D3D3D3;
        height: 10px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

.red-bottom-border {
    border-bottom: 5px solid #bb0a1e;
}

.rs-head {
    font-weight: 600;
    font-size: 22px;
}

.scrollbar1 {
    float: left;
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 25px;
    /* width:10px; */
}

.force-overflow {
    min-height: 600px;
    /* width:10px; */
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6spx rgba(0,0,0,0.3);
    background-color: white;
    /* width:30px; */
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #bb0a1e;
    /* width: 10px; */
}

@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
    .img-sec img {
        height: 568px;
    }

    .acc-heading {
        font-size: 15px;
    }

    .circle-sec-div {
        margin-top: -94px;
        padding-top: 89px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .shape {
        height: 350px;
        width: 350px;
    }

    .item-count {
        height: 350px;
        width: 350px;
    }

    .acc-heading {
        font-size: 20px;
    }

    .img-sec img {
        height: 602px;
    }
}

@media only screen and (max-width: 767px) {
    .shape {
        transform: none;
        width: 100%;
        /* height: 250px;
        width:250px; */
    }

    .item-count {
        transform: none;
        width: 100%;
        /* height: 250px;
        width:250px; */
    }

    .shape-section {
        background: none;
    }

    .shape-section1 {
        display: block;
    }

    .heading-bold {
        font-size: 28px;
    }

    .circle-sec-div {
        display: block;
        background-image: none;
    }

    .ct-particle-animate #ct_particle_animate-a461fd77 {
        left: 62%;
        top: 45px;
    }
}
