* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    font-family: 'Mulish';
    font-weight: 400;
}
.CTAWidth{
	width: 200px;
}
.zIndex {
    z-index: 2;
}

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

.MainWrapper .BGimage {
    width: auto;
    height: 100vh;
    overflow: hidden;
    border-bottom: 5px solid #f37e20;
}

.MainWrapper .BGimage .BGimageMain {
    width: 100%;
    height: 100%;
    background: url('../images/web-banner/hl-web-banner.jpg') no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
}

.MainWrapper .BGimage .headerContent {
    height: 104px;
    background-image: linear-gradient(0deg, #bb2025 0%, #ec7b22 100%);
}

.MainWrapper .BGimage .headerContent .Slogen {
    font-size: 38px;
    color: #fdfefe;
    font-weight: 400;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .CalculatorWrapper {
    background-color: #dcddde;
    padding: 30px;
    border-radius: 20px;
}

.MainWrapper .CalculatorWrapper .tablinks {
    border-radius: 40px;
    background-color: none;
}

.MainWrapper .CalculatorWrapper .tablinks.active .CalculatorBach {
    background: linear-gradient(45deg, #7c181a, #e21f26);
}

.MainWrapper .CalculatorWrapper .textFont {
    color: #515254;
    font-size: 13px;
}

.MainWrapper .CalculatorWrapper .WrapperDiv {
    border-radius: 25px;
    overflow: hidden;
    padding: 25px;
}

.MainWrapper .CalculatorWrapper .emiRS {
    color: #595a5c;
    font-weight: 600;
    line-height: 1;
}

.MainWrapper .CalculatorWrapper .ApplyCTA,
.MainWrapper .BGimage .CalculatorWrapper .remainBalance {
    background-color: #b12a30;
    font-weight: 600;
    border-radius: 30px;
    color: #fdf8fe;
    padding: 8px 25px;
}

.MainWrapper .CalculatorWrapper .remainBalance {
    background-color: #ffffff;
    color: #b12a30;
    border-radius: 8px;
}

.MainWrapper .CalculatorWrapper .EmiCard {
    background-color: #db620a;
    width: 160px;
    height: 170px;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    border-radius: 25px;
    padding-top: 30px;
}

.MainWrapper .CalculatorWrapper .EmiCard h5 {
    font-weight: 500;
    font-family: 'Mulish';
    color: #fefeff;
    font-size: 14px;
}

.MainWrapper .CalculatorWrapper .EmiCard .RupeeBatch {
    background-color: #b02a30;
    padding: 10px;
    width: 185px;
    position: absolute;
    left: -12px;
    border-radius: 10px;
    top: 50%;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Mulish';
    color: #fefeff;
}

.MainWrapper .CalculatorWrapper .third {
    height: 130px;
    padding-top: 20px;
}

.MainWrapper .CalculatorWrapper .Image1 {
    height: 40px;
}

.MainWrapper .CalculatorWrapper .chartHeight1 {
    height: 362px;
    width: -webkit-fill-available;
}

.MainWrapper .CalculatorWrapper .chartHeight2 {
    height: 362px;
    width: -moz-min-content;
    width: min-content;
}

.MainWrapper .CalculatorWrapper .chartHeight3 {
    height: 362px;
    width: -moz-min-content;
    width: min-content;
}

.MainWrapper .CalculatorWrapper .CalculatorBach {
    background: linear-gradient(45deg, #ee4023, #f48120);
    border-radius: 40px;
    padding: 5px 8px;
    width: 280px;
}

.MainWrapper .CalculatorWrapper .CalculatorBach .CalculatorTitle h5 {
    font-size: 12px;
    color: #fefdfd;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
    margin: 0;
}

.MainWrapper .CalculatorWrapper .borderRight {
    border-right: 1px dashed grey;
}

.MainWrapper .CalculatorWrapper .borderRight:last-child {
    border: none;
}

.MainWrapper .CalculatorWrapper .borderRight:first-child {
    border-left: 1px dashed grey;
}

.MainWrapper .CalculatorWrapper .PaymentTitle {
    font-size: 16px;
    color: #bb2025;
    font-weight: 800;
    font-family: 'Mulish';
}

.MainWrapper .CalculatorWrapper .progress {
    border-radius: 35px;
    height: 43px;
}

.MainWrapper .CalculatorWrapper .progress .progress-bar {
    border-radius: 35px;
    background-color: #7c181a;
    text-align: start;
}

.MainWrapper .CalculatorWrapper .progress .progress-bar .Dot {
    width: 25px;
    height: 25px;
    background-color: #f2f2f2;
    border-radius: 50%;
    box-shadow: -5px 2px 10px #7c181a;
}

.MainWrapper .BGimage .title {
    font-size: 50px;
    color: #972b1f;
    font-weight: 800;
    font-family: 'Mulish';
    margin-left: 19%;
    margin-top: 8%;
}

.MainWrapper .BGimage .title .SubTitle {
    font-size: 98px;
}

.MainWrapper .BGimage .ScanWrap {
    width: 180px;
    height: auto;
    bottom: 16%;
    z-index: 1;
}

.MainWrapper .BGimage .ScanWrap img {
    height: 100%;
    width: 100%;
}

.MainWrapper .BGimage .GetCta {
    border-radius: 35px;
    padding: 8px;
    background-color: #f37e20;
    font-size: 15px;
    text-transform: uppercase;
    color: #fefcfc;
    font-weight: 700;
    font-family: 'Mulish';
}

.MainWrapper .BGimage .GetCta .CallIcon {
    margin-top: -20px;
}

.MainWrapper .BGimage .SideNav {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f37e20;
    top: 15%;
    width: 40px;
    overflow: hidden;
    transition: width 1s;
    z-index: 2;
}

.MainWrapper .BGimage .BGimageMain .HoverDiv {
    background-color: #eee4db;
    z-index: 1;
    width: 400px;
}

.smenu {
    padding-left: 220px;
}

.smenu a {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.smenu a:hover,
.smenu .active {
    color: #972b1f;
}

#homeloan {
    padding-top: 40%;
}

#preappoffr {
    padding-top: 30%;
}

#lap {
    padding-top: 50%;
}

#bt {
    padding-top: 60%;
}

#vas {
    padding-top: 70%;
}

#ec {
    padding-top: 32%;
}

.MainWrapper .BGimage .SideNav:hover {
    width: 220px;
}

.MainWrapper .BGimage .SideNav .SideNavWrap {
    padding: 10px 8px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fcfcfd;
    font-weight: 400;
    font-family: 'Mulish';
    cursor: pointer;
}

.MainWrapper .BGimage .SideNav .SideNavWrap:hover {
    background-color: #972b1f;
}

.MainWrapper .BGimage .SideNav .SideNavWrap .SideNavImages {
    width: 23px;
    height: 20px;
    cursor: pointer;
    margin-right: 18px;
}

.MainWrapper .BGimage .SideNav .SideNavWrap .SideNavImages img {
    width: 100%;
    height: 100%;
}

.MainWrapper .ServiceWrapper .ResaleTitle {
    color: #ad1e23;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.BackGroundIMG {
    width: 100%;
    height: 100%;
    background: url('../images/hand-mobile.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .FAQblock .ResaleTitle {
    color: #ad1e23;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .video-section .ResaleTitle {
    color: #ad1e23;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .FAQblock .CardSection {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 10px;
}

.MainWrapper .video-section .CardSection {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 10px;
}

.radius {
    border-radius: 10px;
}

.MainWrapper .ServiceWrapper .backColor .heightWrapper {
    height: 480px;
}

.MainWrapper .ServiceWrapper .Explore .heightWrapper {
    height: 350px;
}

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

.MainWrapper .ServiceWrapper .FixHeight {
    height: 110px;
}

.MainWrapper .ServiceWrapper .Explore .FixHeight {
    height: 70px;
}

.MainWrapper .ServiceWrapper .backColor .backImage1 {
    width: 100%;
    height: 100%;
    background: url('../images/Group\ 32.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .backColor .backImage1 .blogCTA,
.MainWrapper .ServiceWrapper .backColor .backImage2 .blogCTA,
.MainWrapper .ServiceWrapper .backColor .backImage3 .blogCTA {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    left: 0;
}

.MainWrapper .ServiceWrapper .backColor .backImage2 {
    width: 100%;
    height: 100%;
    background: url('../images/Group\ 31.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .backColor .backImage3 {
    width: 100%;
    height: 100%;
    background: url('../images/Group\ 30.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .Explore .backImage1 {
    width: 100%;
    height: 100%;
    background: url('../images/vv4.png') no-repeat;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.MainWrapper .ServiceWrapper .Explore .backImage2 {
    width: 100%;
    height: 100%;
    background: url('../images/vv3.png') no-repeat;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.MainWrapper .ServiceWrapper .Explore .backImage3 {
    width: 100%;
    height: 100%;
    background: url('../images/vv2.png') no-repeat;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.MainWrapper .ServiceWrapper .Explore .backImage4 {
    width: 100%;
    height: 100%;
    background: url('../images/vv1.png') no-repeat;
    /* background-size: 100% 100%; */
    background-size: contain;
}

.MainWrapper .ServiceWrapper .Explore .blogCTA {
    background-color: #ad1e23;
    left: -20px !important;
}

.MainWrapper .ServiceWrapper .Explore .newblog {
    background-color: #db620a;
}

.MainWrapper .ServiceWrapper .IntroductionDiv {
    background-color: #fdf1e7;
    border-radius: 20px;
}

.MainWrapper .ServiceWrapper .backColor {
    background-color: #fae8da;
}

.MainWrapper .ServiceWrapper .Explore {
    background-color: #ebebec;
}

.MainWrapper .ServiceWrapper .borderCTA {
    border: 1px solid #f37e20;
    border-radius: 10px;
}

.MainWrapper .ServiceWrapper .borderCTA li::marker {
    color: #f37e20;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    border-width: thin !important;
}

th,
td {
    padding: 2px 8px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .BackImageWrap {
    padding: 42px 25px 0px;
    width: 100%;
    height: 100%;
    background: url('../images/BG 3.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .BackImageWrap .callBackTitle {
    color: #ad1e23;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
    font-size: 22px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .BackImageWrap .InfoTitle {
    color: #ffffff;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
    font-size: 14px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .BackImageWrap input {
    border-radius: 20px;
    border: none;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 15px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .BackImageWrap .SubmitCta {
    padding: 8px 40px;
    border-radius: 86px;
    background-color: #ad1e23;
    color: #fffdfd;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .IntroTitle {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
}

.MainWrapper .ServiceWrapper .IntroductionDiv .IntroParagraph {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
}

.MainWrapper .ServiceWrapper .IntroductionDiv li::marker {
    color: #f37e20;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .PreLoanTitle {
    font-size: 29px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
}

.MainWrapper .ServiceWrapper .IntroductionDiv .getBackTitle {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
    text-align: left;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .Icon {
    width: 65px;
    height: 65px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .stepWrap {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mulish';
    color: #000000;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .stepWrap .steptitle {
    color: #db620a;
    font-weight: 700;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .CallIcon {
    height: 40px;
    width: 40px;
}

.MainWrapper .ServiceWrapper .IntroductionDiv .CallNumber {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: left;
    text-decoration: none;
}

.MainWrapper .ServiceWrapper .VideoWrap {
    background-color: #dcddde;
}

.MainWrapper .ServiceWrapper .VideoWrap .youtubeVideo {
    border-radius: 20px;
    width: 95%;
}

.MainWrapper .ServiceWrapper .VideoWrap .loanTitle {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
}

.MainWrapper .ServiceWrapper .VideoWrap .Info {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    font-family: 'Mulish';
}

.MainWrapper .ServiceWrapper .ExploreWrapper .SetBG {
    width: 100%;
    height: 100%;
    background: url('../images/BG7.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .ExploreWrapper .FamilyImage {
    width: auto;
    height: 240px;
}

.MainWrapper .ServiceWrapper .ExploreWrapper .topTitle {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Mulish';
    text-align: justify;
}

.MainWrapper .ServiceWrapper .ExploreWrapper .titleInfo {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Mulish';
    text-align: justify;
}

.MainWrapper .ServiceWrapper .ExploreWrapper .moreCTA {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ad1e23;
    border-radius: 20px;
    color: #ffffff;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper {
    height: 220px;
    width: 314px;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .backImage1 {
    width: 100%;
    height: 100%;
    background: url('../images/G3.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .backImage2 {
    width: 100%;
    height: 100%;
    background: url('../images/G1.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .backImage3 {
    width: 100%;
    height: 100%;
    background: url('../images/G2.png') no-repeat;
    background-size: 100% 100%;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .loanTitle {
    color: #f37e20;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: justify;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .titleinfo {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Mulish';
    text-align: justify;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .moreCTA {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    background-color: #f37e20;
    border-radius: 20px;
    color: #ffffff;
}

.MainWrapper .Servicesontainer {
    width: 100%;
    filter: drop-shadow(16.383px 11.472px 10px rgba(0, 0, 0, 0.25));
    background-color: #fdf1e7;
    margin: -84px 0 60px 0;
    border-radius: 10px;
}

.MainWrapper .Servicesontainer .InfoTitle {
    background-color: #f37e20;
    padding: 20px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.MainWrapper .Servicesontainer .InfoTitle .Title {
    font-size: 30px;
    color: #fdfdfd;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .Servicesontainer .ServicesContent {
    font-size: 12px;
    color: #414042;
    font-weight: 400;
    font-family: 'Mulish';
    text-align: center;
    padding: 30px 57px;
}

.MainWrapper .Servicesontainer .LoanCta {
    padding: 20px 30px;
    border-radius: 86px;
    background-color: #f37e20;
    color: #fffdfd;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
    font-size: 12px;
}

.MainWrapper .BlockWrapper {
    background-color: #dcddde;
    /* height: 100vh; */
}

.MainWrapper .BlockWrapper .card {
    border-radius: 35px;
    overflow: hidden;
}

.MainWrapper .BlockWrapper .card-img-top {
    height: 190px;
}

.MainWrapper .BlockWrapper .BanerInfo {
    font-size: 16px;
    color: #db620a;
    font-weight: 700;
    font-family: 'Mulish';
    background-color: #ffffff;
    text-align: center;
}

.MainWrapper .BlockWrapper .agoTitle {
    color: #808285;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish';
}

.MainWrapper .BlockWrapper .card-footer {
    border-top: 0;
    background-color: transparent;
}

.MainWrapper .BlockWrapper .card-footer .ShareIcon {
    height: 17px;
    width: 17px;
    cursor: pointer;
}

.MainWrapper .BlockWrapper .blogTitle {
    font-size: 30px;
    color: #ad1e23;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .BlockWrapper .blogCTA {
    width: 280px;
    border-radius: 86px;
    background-color: #db620a;
    border: none;
    padding: 14px;
    font-size: 16px;
    color: #fefeff;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
}

.lineHeight {
    line-height: 1;
}

.MainWrapper .blogCTA {
    width: auto;
    border-radius: 86px;
    background-color: #db620a;
    border: none;
    padding: 14px;
    font-size: 16px;
    color: #fefeff;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
}

/* Explore our unique Home Loan solution style start here */
.hls-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hls-list li .card {
    border-radius: 25px;
    padding: 25px 30px;
    min-height: 380px;
    max-height: 400px;
}

.hls-list li .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hls-list li {
    margin-right: 1rem;
}

.hls-list li .card-img-wrap {
    margin-top: -50px;
    display: flex;
    justify-content: center;
}

.card-body-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #db620a;
    margin-bottom: 20px;
}

.knowmore-div {
    position: absolute;
    bottom: 20px;
    /* left: 18%; */
}

.hls-list li .card-body p {
    font-size: 16px;
    color: #414042;
    margin-bottom: 36px;
    text-align: center;
}

.btn-knowmore {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    background: #b02a30;
    border-radius: 50px;
    padding: 10px 30px;
}

.MainWrapper .FAQblock {
    background-color: #ffffff;
}

.MainWrapper .FAQblock .accordion-item {
    border: none;
}

.MainWrapper .FAQblock .accordion-button {
    border-bottom: 1px solid grey;
}

.MainWrapper .FAQblock .accordion-button::after {
    display: none;
}

.MainWrapper .FAQblock .accordion-button:focus {
    box-shadow: none;
}

.MainWrapper .FAQblock .accordion-button:not(.collapsed) {
    background-color: white;
}

.MainWrapper .FAQblock .PlusIcon {
    width: 12px;
    height: 12px;
}

.MainWrapper .blogTitle {
    font-size: 30px;
    color: #ad1e23;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .FAQblock .BorBottom {
    border-bottom: 1px solid #a1a1a1;
}

.MainWrapper .FAQblock .Subinfo {
    font-size: 16px;
    color: #414042;
    font-weight: 800;
    font-family: 'Mulish';
}

.MainWrapper .VIEWCTA {
    /**width: 200px;**/
    border-radius: 86px;
    background-color: #db620a;
    border: none;
    padding: 14px;
    font-size: 16px;
    color: #fefeff;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
}

.MainWrapper .FAQblock .plusIcon {
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.MainWrapper .FAQblock .FixImage {
    width: 270px;
}

.MainWrapper .buttonWrap {
    width: 230px;
    border-radius: 60px;
    background-color: #ffffff;
    border: 3px solid #db620a;
    font-size: 19px;
    color: #db620a;
    font-weight: 700;
    font-family: 'Mulish';
}

.MainWrapper .buttonWrap.actived {
    /* width: 230px; */
    border-radius: 60px;
    background-color: #ffffff;
    border: 3px solid #db620a;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Mulish';
    background-image: linear-gradient(0deg, #bb2025 0%, #ec7b22 100%);
    color: #fefeff;
    border: none;
}

.MainWrapper .borderCTA .active {
    background-image: linear-gradient(0deg, #bb2025 0%, #ec7b22 100%);
    font-size: 16px;
}

.MainWrapper .ServiceWrapper .slide {
    height: 300px;
    background: #ffffff;
    text-align: center;
    line-height: 300px;
}

.MainWrapper .ServiceWrapper .slick-track {
    display: flex;
}

.MainWrapper .ServiceWrapper .slick-slider {
    margin: 25px auto 0;
    width: 100%;
}

.MainWrapper .ServiceWrapper .slick-dots-container {
    width: 6.5rem;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0.625rem auto;
    height: 1.3rem;
    position: absolute;
    bottom: 0;
    right: 42%;
}

.MainWrapper .ServiceWrapper .slick-dots-container > ul {
    padding: 0;
    display: flex;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
}

.MainWrapper .ServiceWrapper .slick-dots-container > ul li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.25rem;
    background-color: #ffffff;
    border: 1px solid #db620a;
    border-radius: 50%;
}

.MainWrapper .ServiceWrapper .slick-dots-container > ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.MainWrapper .ServiceWrapper .slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
    transform: scale(0.8);
}

.MainWrapper .ServiceWrapper .slick-dots-container > ul li.slick-active {
    transform: scale(1.1);
    transform-origin: center;
    background: #db620a;
}

.MainWrapper .ServiceWrapper .slick-dots li button:before {
    display: none;
}

.Explore .slick-dots {
    position: static;
    /* margin-top: 15px; */
}

.Explore .slick-dots li {
    margin: 0 5px;
}

.video-slider .slick-dots {
    bottom: -40px;
}

.MainWrapper .bgColor {
    background-color: #ebebec;
}

.MainWrapper .bgColor .iPlay {
    height: 80px;
}

.MainWrapper .slick-prev {
    left: -30px;
}

.MainWrapper .slick-prev:before {
    content: '';
    background: url(../images/icons/L\ a.png) no-repeat;
    /* filter: invert(1); */
    height: 45px;
    width: 45px;
    display: inline-block;
}

.MainWrapper .slick-next {
    right: -25px;
}

.MainWrapper .slick-next:before {
    content: '';
    background: url(../images/icons/R\ a.png) no-repeat;
    /* filter: invert(1); */
    height: 45px;
    width: 45px;
    display: inline-block;
}

.footWrap {
    background-color: #fff0e5;
}

.footWrap .fotterSubtitles,
.footWrap .fotterSubtitles a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mulish';
    color: #212529;
    text-decoration: none;
}

.footWrap .mainTitle {
    font-size: 16px;
    text-decoration: underline;
    color: #97291e;
    font-weight: 700;
    font-family: 'Mulish';
}

.footWrap .CustomerTitle,
.footWrap .CustomerTitle a {
    font-size: 20px;
    color: #97291e;
    font-weight: 800;
    font-family: 'Mulish';
    text-decoration: none;
}

.footWrap .callWrapper {
    border-radius: 38px;
    background-color: #db620a;
    width: 190px;
    overflow: hidden;
}

.footWrap .callWrapper .CallNumber {
    font-size: 16px;
    line-height: 46px;
    color: #fefdfd;
    font-weight: 700;
    font-family: 'Mulish';
    text-decoration: none;
}

.footWrap .imageBG {
    background-color: #97291e;
    padding: 8px 8px 8px 15px;
    height: 50px;
    width: 55px;
}

.footWrap .imageBG img {
    height: 100%;
    width: 100%;
}

.footWrap .MediaIcon {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.footWrap .StoreIcons {
    height: 50px;
}

.footWrap .ScanLogo {
    height: 55px;
}

.footWrap .BorderBottom {
    border-bottom: 1px solid #a1a1a1;
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    .MainWrapper .BGimage .headerContent {
        height: 90px;
    }

    .MainWrapper .BGimage .headerContent .LogoWrap {
        height: 35px;
    }

    .MainWrapper .BGimage .headerContent .LogoWrap img {
        height: 100%;
        width: 100%;
    }

    .MainWrapper .BGimage .headerContent .Slogen {
        font-size: 18px;
        color: #fdfefe;
        font-weight: 400;
        font-family: 'Mulish';
        text-align: center;
    }

    .MainWrapper .BGimage .ScanWrap {
        width: 123px;
        height: auto;
    }
}

@media only screen and (min-width: 1920px) {
    .MainWrapper .BGimage .headerContent {
        height: 70px;
    }

    .MainWrapper .BGimage .SideNav .SideNavWrap .SideNavImages {
        width: 27px;
        height: 25px;
    }

    .MainWrapper .ServiceWrapper .ExploreWrapper .FamilyImage {
        width: 500px;
        height: 240px;
    }
}

@media only screen and (min-width: 1367px) {
    .MainWrapper .BGimage .SideNav .SideNavWrap {
        padding: 10px 8px;
    }

    .MainWrapper .BGimage .SideNav {
        width: 40px;
    }

    .MainWrapper .ServiceWrapper .backColor .heightWrapper {
        height: 480px;
    }

    .MainWrapper .ServiceWrapper .Explore .heightWrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    .MainWrapper .BGimage .title {
        font-size: 30px;
    }

    .MainWrapper .BGimage .title .SubTitle {
        font-size: 56px;
    }

    .MainWrapper .BGimage .headerContent {
        height: 70px;
    }

    .MainWrapper .BGimage .SideNav {
        top: 19%;
    }

    .MainWrapper .linkInfo .ConditionsInfo {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1366px) {
    .MainWrapper .BGimage .headerContent {
        height: 55px;
    }

    .MainWrapper .BGimage .SideNav {
        top: 18%;
    }

    .MainWrapper .BGimage .title {
        margin-left: 15%;
        margin-top: 6%;
    }

    /* .MainWrapper .ServiceWrapper .extraPadding {
            padding: 0 100px;
          } */
    .footWrap .CustomerTitle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 820px) {
    .MainWrapper .BGimage .LogoWrap {
        height: 21px;
    }

    .MainWrapper .BGimage .LogoWrap img {
        height: 100%;
        width: 100%;
    }

    .MainWrapper .BGimage .headerContent .Slogen {
        font-size: 12px;
    }

    .MainWrapper .Servicesontainer {
        width: 415px;
    }

    .MainWrapper .ServiceWrapper {
        height: auto;
    }

    .MainWrapper .ServiceWrapper .IntroductionDiv .mobileFlex {
        flex-wrap: wrap;
    }

    .MainWrapper .BlockWrapper {
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    /* .MainWrapper .ServiceWrapper .extraPadding {
            padding: 0 10px;
          } */
    .MainWrapper .ServiceWrapper .MobileFlex {
        flex-wrap: wrap;
    }

    .MainWrapper .ServiceWrapper .ExploreWrapper .SetBG .flexWrap {
        flex-wrap: wrap;
    }

    .MainWrapper .ServiceWrapper .ExploreWrapper .FamilyImage {
        width: 252px;
    }

    .MainWrapper .Servicesontainer .InfoTitle .Title {
        font-size: 29px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .MainWrapper .BGimage .headerContent {
        height: 75px;
    }

    .MainWrapper .BGimage .headerContent .LogoWrap {
        height: 40px;
    }

    .MainWrapper .BGimage .headerContent .LogoWrap img {
        height: 100%;
        width: 100%;
    }

    .MainWrapper .BGimage .GetCta .CallIcon {
        margin-top: -20px;
        height: 37px;
    }

    .MainWrapper .BGimage .ScanWrap {
        width: 111px;
        height: auto;
        margin-right: 20px;
    }

    .MainWrapper .BGimage .title {
        font-size: 15px;
        margin-left: 12%;
    }

    .MainWrapper .BGimage .title .SubTitle {
        font-size: 22px;
    }

    .MainWrapper .linkInfo .ConditionsInfo {
        font-size: 10px;
    }

    .hs-slider-item {
        padding: 90px 5px;
    }

    .hs-slider-item p {
        font-size: 14px;
    }

    .vas-title {
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 22px 25px !important;
    }

    .MainWrapper .blogCTA {
        font-size: 14px !important;
    }

    .MainWrapper .eligibility-btn {
        width: 90%;
        margin-bottom: 0.5rem;
    }

    .hl-slider-item {
        padding: 65px 25px !important;
        border-radius: 20px !important;
    }

    .MainWrapper .BlockWrapper .BanerInfo {
        font-size: 16px;
        font-weight: 700;
    }

    .knowmore-div {
        left: 0 !important;
        right: 0;
        bottom: 15px !important;
    }

    .MainWrapper .ServiceWrapper .slide {
        height: auto;
    }

    .MainWrapper .ServiceWrapper .slick-slider {
        margin: 0 0 20px;
    }

    .MainWrapper .ServiceWrapper .slick-dots-container > ul {
        position: absolute;
        bottom: 0;
        /*z-index: 1;*/
    }

    .MainWrapper .BGimage {
        height: 600px;
        /*border: none;*/
    }

    .hls-list li .card {
        border-radius: 15px;
        padding: 25px 15px;
        min-height: 310px;
        max-height: 360px;
    }

    .vas-content-body p {
        font-size: 15px !important;
    }

    .MainWrapper .ServiceWrapper .slick-dots-container {
        width: 100% !important;
        right: 0;
        margin: 0;
    }

    .MainWrapper .ServiceWrapper #small-preview .slick-dots-container {
        width: 100% !important;
        right: 0;
        margin: 0;
        bottom: 10px !important;
    }

    .eligibility-section {
        display: flex;
        flex-direction: column;
    }

    .MainWrapper .BlockWrapper .card-img-top {
        height: auto;
    }

    .MainWrapper .BlockWrapper .card-body {
        height: 90px;
    }

    .res-eli-content .accordion .accordion-body h4 {
        font-size: medium;
    }

    .res-eli-content .accordion .accordion-body li,
    .res-eli-content .accordion .accordion-body th,
    td {
        font-size: small;
    }

    .res-eli-content .accordion .accordion-body table {
        width: 100%;
    }

    .MainWrapper .video-section .CardSection h6 {
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .MainWrapper .BGimage {
        height: 35.25rem;
        /* border: none; */
    }

    .MainWrapper .BGimage .BGimageMain {
        background: url('../images/homeloan-mobile-banner.jpg') no-repeat;
        background-size: 100%;
        border-bottom: 3px solid #f37e20;
    }

    /*.BackGroundIMG-1 {*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: url('../images/mobile-homeloan-step1.png') no-repeat !important;*/
    /*  background-size: contain !important;*/
    /*  background-color: white !important;*/
    /*}*/
    /*.BackGroundIMG-2 {*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: url('../images/mobile-homeloan-step2.png') no-repeat !important;*/
    /*  background-size: contain !important;*/
    /*  background-color: white !important;*/
    /*}*/
    /*.BackGroundIMG-3 {*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  background: url('../images/mobile-homeloan-step3.png') no-repeat !important;*/
    /*  background-size: contain !important;*/
    /*  background-color: white !important;*/
    /*}*/
    .BackGroundIMG .step-wrapper .img-div {
        float: right;
        width: 63% !important;
    }

    .BackGroundIMG .step-wrapper button {
        padding: 10px;
        margin-left: 6rem;
        margin-bottom: 2rem;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .MainWrapper .BGimage .title {
        font-size: 30px;
        text-align: start;
    }

    .MainWrapper .BGimage .title .SubTitle {
        font-size: 56px;
    }
}

/*# sourceMappingURL=Style.css.map */

/* Home Loan Slider Style Start Here */
.hl-reviews-slider .slick-list {
    padding: 35px 0;
}

.hl-slider-item {
    background: #f0f2f2;
    padding: 130px 70px;
    text-align: center;
    border-radius: 40px;
    position: relative;
}

.hl-slider-item:before {
    content: '';
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../images/hl-review-top-quote.svg) no-repeat center center #ffffff;
    position: absolute;
    top: -40px;
    left: 50px;
}

.hl-slider-item:after {
    content: '';
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../images/hl-review-btm-quote.svg) no-repeat center center #ffffff;
    position: absolute;
    bottom: -40px;
    right: 50px;
}

/* Value Added Section Style Start */
.value-added-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .value-added-list li {
  padding-bottom: 2rem;
} */

.vas-content-wrap {
    background: #ffffff;
    border-radius: 25px;
}

.vas-img-wrap {
    position: relative;
}

.vas-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    /*background: #de6f1e;*/
    background: #db6109;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 0 30px 30px 0;
}

.vas-img-wrap:before {
    content: '';
    width: 40px;
    height: 93px;
    display: inline-block;
    background: url(../images/value-added-after-img.png) no-repeat;
    position: absolute;
    left: -33px;
    top: 15px;
}

.vas-img-wrap img {
    width: 100%;
    max-height: 300px;
    min-height: 280px;
    border-radius: 25px;
}

.vas-content-body {
    padding: 20px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.vas-content-body p {
    font-size: 16px;
    color: #414042;
}

.res-eli-content .accordion-button {
    background: #db620a;
    color: #fefeff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Mulish';
    text-align: center;
    justify-content: center;
    margin-bottom: 3px;
}

.res-eli-content .accordion-button::after {
    display: none;
}

.res-eli-content .accordion-button:not(.collapsed) {
    background-image: linear-gradient(0deg, #bb2025 0%, #ec7b22 100%);
    outline: none;
    box-shadow: none;
}

.res-eli-content .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.res-eli-content .accordion {
    --bs-accordion-border-color: #db620a;
}

/* Custom Input Style Start here */
.custom-input-group {
    flex-wrap: nowrap;
    padding: 2px 25px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
    text-align: left;
    background-color: #b02a30;
    border: none;
}

.custom-input-group span {
    background: none;
    color: #fff;
    margin-left: 0 !important;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0 !important;
}
.resize-container {
    display: inline-block;
    position: relative;
}

.custom-input,
.resize-text {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.resize-text {
    padding-right: 20px;
    display: inline-block;
    visibility: hidden;
    white-space: pre;
}

.custom-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mob-cus-wrap {
    border-radius: 20px !important;
    padding: 5px 16px !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    margin-right: 0 !important;
}

.mob-cus-wrap .resize-text,
.mob-cus-wrap .custom-input {
    font-size: 14px !important;
    color: #000000 !important;
}

.custom-symbol {
    vertical-align: middle;
}
/* @media only screen and (max-width: 576px) {
    .custom-input-group {
        flex-wrap: nowrap;
        display: flex;
        justify-content: end;
    }
    .custom-input-group span {
        background: none;
        color: #000;
        margin-left: -32px !important;
        border: none;
        font-size: 16px;
        font-weight: 600;
    } 
} */