* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  font-family: 'Mulish';
  font-weight: 400;
}

.zIndex {
  z-index: 2;
}

.MainWrapper {
  height: 100%;
  width: 100%;
}

.MainWrapper .BGimage {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-bottom: 5px solid #f37e20;
}

.MainWrapper .BGimage .BGimageMain {
  width: 100%;
  height: 100%;
  background: url('../images/web-banner/hl-bt-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\ \(1\).png') no-repeat;*/
  background-size: 100% 100%;
}

.MainWrapper .FAQblock .ResaleTitle {
  color: #ad1e23;
  font-weight: 800;
  font-family: 'Mulish';
  text-align: center;
}

.MainWrapper .FAQblock .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: 0 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: 20px 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: 14px;
}

.MainWrapper .BlockWrapper {
  background-color: #dcddde;
  /* height: 100vh; */
}

.MainWrapper .BlockWrapper .card {
  border-radius: 39px;
  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;
}

.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: #ccc;
  text-align: center;
  line-height: 300px;
}

.MainWrapper .ServiceWrapper .slick-track {
  display: flex;
}

.MainWrapper .ServiceWrapper .slick-slider {
  margin: 25px auto 35px;
  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;
}

.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: 90px;
  }

  .MainWrapper .BGimage .headerContent .LogoWrap {
    height: 21px;
  }

  .MainWrapper .BGimage .headerContent .LogoWrap img {
    height: 100%;
    width: 100%;
    margin-top: -15px;
  }

  .MainWrapper .BGimage .headerContent .Slogen {
    font-size: 12px;
  }

  .MainWrapper .BGimage .GetCta .CallIcon {
    margin-top: -20px;
    height: 37px;
  }

  .MainWrapper .BGimage .ScanWrap {
    width: 111px;
    height: auto;
  }

  .MainWrapper .BGimage .title {
    font-size: 15px;
    margin-left: 12%;
  }

  .MainWrapper .BGimage .title .SubTitle {
    font-size: 22px;
  }

  .MainWrapper .linkInfo .ConditionsInfo {
    font-size: 10px;
  }

  .MainWrapper .BlockWrapper .card-img-top {
    height: auto;
  }
  .MainWrapper .BlockWrapper .card-body {
    height: 90px;
  }

  .document-box {
    min-height: fit-content !important;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
    border-radius: 35px !important;
  }

  .doc-title-1, .doc-title-2, .doc-title-3 {
    height: 155px !important;
  }

  .al-slide-list .slide-card {
    background: url('../images/avail-home-loan.png') no-repeat;
    background-size: 30% auto;
    background-position: left;
  }

  .al-slide-list li .media-img img {
    width: 80px;
    height: auto;
  }

  .al-slide-list li .media-body p {
    font-size: 14px !important;
  }

  .apply-loan-wrap .LoanCta {
    padding: 10px 20px !important;
  }

  .MainWrapper .ServiceWrapper .slide {
    background-color: #ffffff;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .MainWrapper .BGimage .BGimageMain {
    background: url('../images/home-loan-balance-transfer-banner-mob.jpg')
      no-repeat;
    background-size: 100%;
    border-bottom: 3px solid #f37e20;
  }

  .MainWrapper .BGimage {
    height: 35.25rem;
    /* border: none; */
  }

  .MainWrapper .Servicesontainer {
    margin: 20px 0 40px 0;
  }

  /*.MainWrapper .Servicesontainer {*/
  /*  margin: -65px auto 30px auto !important ;*/
  /*}*/

  .MainWrapper .Servicesontainer .InfoTitle {
    padding: 13px 0px 7px !important;
  }

  .MainWrapper .Servicesontainer .InfoTitle h5 {
    font-size: 20px !important;
  }

  .MainWrapper .Servicesontainer .ServicesContent {
    padding: 15px 10px !important;
  }

  .MainWrapper .Servicesontainer .ServicesContent p {
    font-size: 14px !important;
  }

  .MainWrapper .Servicesontainer .LoanCta {
    padding: 10px 20px !important;
  }

  .MainWrapper .ServiceWrapper .slide {
    height: 170px;
  }

  .transfer-old-loan-wrap .LoanCta {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }

  .MainWrapper .ServiceWrapper .blogCTA {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }

  .document-box {
    min-height: fit-content !important;
    margin-bottom: 1rem !important;
  }

  .doc-list {
    margin-top: -45px !important;
    margin-bottom: 10px !important;
  }

  .tlw-title {
    font-size: 13px !important;
  }

  .transfer-old-loan-wrap p {
    font-size: 14px !important;
  }

  .al-slide-list .slide-card {
    background-size: 45% auto;
  }
  
}

@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: 50px 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;
}

/* 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;
}

.hls-list li .card-img-wrap {
  margin-top: -50px;
}

.card-body-title {
  font-size: 18px;
  font-weight: 500;
  color: #db620a;
  margin-bottom: 20px;
}

.hls-list li .card-body p {
  font-size: 16px;
  color: #414042;
  margin-bottom: 20px;
}

.btn-knowmore {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background: #b02a30;
  border-radius: 50px;
  padding: 10px 30px;
}

/* Value Added Section Style Start */
.value-added-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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 40px;
  position: absolute;
  left: 0;
  top: 20px;
  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: 20px;
}

.vas-img-wrap img {
  width: 100%;
  max-height: 270px;
  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;
}

/* Document section style start here */
.document-box {
  min-height: 330px;
  border: 2px #f38020 solid;
  border-radius: 30px;
  background: #ffffff;
}

.doc-title-1 {
  width: 100%;
  height: 130px;
  background: url(../images/home-loan-bank-transfer-document-header-section-1.png)
    no-repeat;
  background-size: contain;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 25px 20px 120px;
}

.doc-title-2 {
  width: 100%;
  height: 130px;
  background: url(../images/home-loan-bank-transfer-document-header-section-2.png)
    no-repeat;
  background-size: contain;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 25px 20px 120px;
}

.doc-title-3 {
  width: 100%;
  height: 130px;
  background: url(../images/home-loan-bank-transfer-document-header-section-3.png)
    no-repeat;
  background-size: contain;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 25px 20px 120px;
}

.doc-list {
  padding: 0 40px;
  margin-bottom: 0;
}

.doc-list li {
  font-size: 16px;
  font-weight: 500;
  color: #f38020;
  margin-bottom: 10px;
}

.doc-list li span {
  color: #58595b;
}

.heading-graph {
  margin-left: 25px;
  font-size: 16px;
}

.button-graph {
  padding: 8px 25px 8px 25px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  text-align: left;
  background-color: #b02a30;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
}

/* Features section style start here */
.features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-list li {
 /** margin-right: 0.5rem;**/
}

.features-content-box {
  background: #97281d;
  border: 1px #f37e20 solid;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-top: 120px;
  margin: 0 10px;

}

.fc-body {
  background: #ffffff;
  border-radius: 0 0 25px 25px;
  padding: 100px 30px 5px 30px;
  position: relative;
  min-height: 170px;
}

.fc-body img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  left: 40%;
  margin-left: -40px;
}

.fl-title {
  font-size: 20px;
  font-weight: 700;
  color: #db620a;
  margin-bottom: 20px;
}

.fc-body p {
  font-size: 18px;
  color: #231f20;
  margin-bottom: 20px;
}

.disclaimer-highlighter {
  color: #f37e20;
}

/* Apply Loan Slide Wrap Style Start */
.al-slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.al-slide-list li .media-img {
  width: 130px;
  height: 100px;
  object-fit: contain;
}

.al-slide-list li .media-body p {
  font-size: 18px;
  color: #414042;
}

.apply-loan-wrap .LoanCta {
  padding: 20px 30px;
  border-radius: 86px;
  background-color: #f37e20;
  color: #fffdfd;
  font-weight: 700;
  font-family: 'Mulish';
  text-align: center;
  font-size: 14px;
}

/* Transfer Old loan wrap style start here */
.tlw-title {
  font-size: 30px;
  font-weight: 700;
  color: #ad1e23;
  /* margin-bottom: 30px !important; */
}

.transfer-old-loan-wrap p {
  font-size: 18px;
  color: #414042;
  margin-bottom: 30px;
}

.transfer-old-loan-wrap .LoanCta {
  padding: 20px 30px;
  border-radius: 86px;
  background-color: #db620a;
  color: #fefeff;
  font-weight: 700;
  font-family: 'Mulish';
  text-align: center;
  font-size: 20px;
}

/* Calculator right section style start here */
.ex-loan-info {
  padding: 0 10px;
}

.ex-sep:first-child {
  margin-right: 10px;
  border-right: 1px #ffffff solid;
}

.ex-loan-amnt {
  border-left: 15px #af2a2f solid;
  padding-left: 10px;
}

.current-loan-amnt {
  border-left: 15px #db620a solid;
  padding-left: 10px;
}

.cl-label {
  font-size: 18px;
  font-weight: 700;
  color: #4d4d4f;
  margin-bottom: 0;
}

.cl-amount {
  font-size: 18px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0;
}

.clg-list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px #858688 solid;
}

.cl-bar {
  width: 60px;
  /*height: 150px;*/
}

.cl-red-bar {
  background: #af2a2f;
}

.cl-orange-bar {
  background: #db620a;
}

.amnt-saved {
  font-size: 20px;
  font-weight: 700;
  color: #b02a30;
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.amnt-saved span {
  font-size: 30px;
  vertical-align: middle;
}

.monthly-emi-span {
  font-size: 16px;
}

.bt-total-amount-saved-output {
  font-size: 24px !important;
}

.custom-input-group {
  flex-wrap: nowrap;
}
.custom-input-group span {
  background: none;
  color: #fff;
  margin-left: -130px !important;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

@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: -30px !important;
      border: none;
      font-size: 16px;
      font-weight: 600;
  } 
}