/*
Theme Name: Divi Child
Template: Divi
Text Domain: Divi-child
version: 1.0.1

*/
/*** 
=============================================
    Ripple Css
=============================================
***/

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.bg-blue {
background-image: linear-gradient(0deg, rgba(34, 179, 224, 1) 0%, rgba(38, 104, 190, 1) 100%)!important;
}
.bg-blue .sib-form {
    padding: 32px 12px 30px;
}
.sib-form .entry__field {
	width:360px!important;
}
.bg-blue #sib-form {
    text-align: left;
    display: inline-flex!important;
    line-height: 0;
    align-items: end;
}
p {
	padding-bottom: 1em;
	text-align: justify;
}
.header-top {
	padding: 2px 0 2px 0;
	position: relative;
	background: #000;
	z-index: 5;
}
.header-top-contact {
	justify-content: center;
	display: flex;
	text-align: center;
}
.header-top-contact a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.header-top-bottom1 {
	padding: 2px 0 2px 0;
	background: #175db3;
	text-align: center;
}
.header-top-bottom1 {
	text-align: center;
}
.header-top-wrap1 p {
	font-size: 17px;
	color: #fff;
}
.header-top-wrap1 p {
	font-size: 17px;
	color: #fff;
	text-align: center;
}
#logo {
	max-height: 100%;
}


#book-sell-blog .more-link {text-transform:capitalize}





.individual-corporate-banking-area {
	position: relative;
	display: block;
	z-index: 10;
}
.individual-corporate-banking-area .container {
	max-width: 100%;
	padding: 0;
	width: 100%;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col-xl-6 {
	flex: 0 0 auto;
	width: 50%!important;
}




.individual-corporate-banking-area {
  position: relative;
  display: block;
  z-index: 10;
}

.individual-corporate-banking-area .container {
	max-width: 100%;
	padding: 0 !important;
}

.individual-corporate-banking-area .container .row {
  --bs-gutter-x: 0px;
}

.individual-banking {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 35px 0 30px;
	z-index: 1;
}
.account-style1-area_btn a {
	border: 2px solid #ddd;
	padding: 10px 25px;
	border-radius: 50px;
	color: #000;
	background: #fff;
}
.account-style1-area_btn a:hover {
	border: 2px solid #2154a8 !important;
	color: #000;
	background: #2154a8 !important;
}
.individual-banking-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-color: #1a1c23;
  background-blend-mode: luminosity;
  z-index: -1;
}

.individual-banking-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(26, 28, 35);
  background: linear-gradient(90deg, rgba(26, 28, 35, 1) 0%, rgba(26, 28, 35, 0) 0%, rgba(26, 28, 35, 0) 40%, rgba(26, 28, 35, 0.3701855742296919) 51%, rgba(26, 28, 35, 0.9472163865546218) 65%, rgba(26, 28, 35, 1) 100%);
}

.individual-banking-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #2557a0;
	opacity: 0.80;
}


.individual-banking__inner {
	position: relative;
	display: block;
	max-width: 684px;
	width: 100%;
	float: right;
	padding-right: 16px;
	z-index: 2;
	padding-left: 50px;
}

.individual-banking__inner .sec-title {
	margin-top: 0px;
	padding-bottom: 20px;
}

.individual-banking__inner .sec-title h2 {
  color: #ffffff;
}

.individual-banking__inner .sec-title .sub-title p {
  color: #a5a6aa;
}


.individual-banking__inner-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.individual-banking__inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.individual-banking__inner-content ul li {
  position: relative;
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 0 15px;
}

.single-features-of-banking {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #eaedec;
	text-align: center;
	padding: 30px 0px 0;
	width: 170px;
	margin: 0 auto 30px;
	z-index: 1;
}

.single-features-of-banking::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-right: 55px solid #f5f8f7;
	border-top: 102px solid transparent;
	border-bottom: 102px solid transparent;
}

.single-features-of-banking::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #054fa8;
  z-index: -1;
  opacity: 0;
  transform: perspective(400px) scaleX(0.7);
  transform-origin: center;
}

.single-features-of-banking:hover::after {
  opacity: 1;
  transform: perspective(400px) scaleX(1.0);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.single-features-of-banking .icon-holder {
  font-size: 40px;
}

.single-features-of-banking h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 12px 0 11px;
}

.single-features-of-banking h3 a {
  color: var(--thm-black);
}

.single-features-of-banking .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding-top: 9px;
  z-index: 1;
}

.single-features-of-banking .btn-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-bottom: 55px solid #f5f8f7;
	border-left: 85px solid transparent;
	border-right: 85px solid transparent;
}

.single-features-of-banking:hover .btn-box:before {
  border-bottom-color: #054fa8;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-features-of-banking .btn-box a {
    position: relative;
    display: inline-block;
    color: #a5a6aa;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    display: none;
}

.single-features-of-banking:hover .btn-box a {
  color: #ffffff;
}



.single-features-of-banking.more-services {
  background-color: transparent;
  border: none;
  padding: 20px 0px 0;
  box-shadow: none;
  margin-top: 1px;
}

.single-features-of-banking.more-services:before {
  display: none;
}

.single-features-of-banking.more-services:after {
  display: none;
}


.single-features-of-banking .more-service-box {
  position: relative;
  display: block;
  padding: 2px 0 32px;
}

.single-features-of-banking .more-service-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 50%;
	color: #747579;
	font-size: 40px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-features-of-banking .more-service-box a:hover {
	color: #ffffff;
	background-color: #d4dfd8;
}

.single-features-of-banking .more-service-box h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin: 16px 0 0;
}

.corporate-banking {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 0 46px;
    z-index: 1;
}

.corporate-banking-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-color: #1a1c23;
  background-blend-mode: luminosity;
  z-index: -1;
}

.corporate-banking-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background: rgb(26, 28, 35);
  background: linear-gradient(90deg, rgba(26, 28, 35, 1) 0%, rgba(245, 248, 247, 1) 0%, rgba(245, 248, 247, 1) 30%, rgba(245, 248, 247, 1) 40%, rgba(245, 248, 247, 1) 55%, rgba(245, 248, 247, 0) 100%);
}

.corporate-banking-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f5f8f7;
  opacity: 0.80;
}

.corporate-banking__inner {
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  float: left;
  padding-left: 100px;
  z-index: 2;
}

.corporate-banking__inner .sec-title {
	margin-top: 0px;
	padding-bottom: 20px;
}

.corporate-banking__inner .sec-title h2 {
  color: var(--thm-black);
}

.corporate-banking__inner .sec-title .sub-title p {
  color: #797c7f;
}

.corporate-banking__inner-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.corporate-banking__inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.corporate-banking__inner-content ul li {
  position: relative;
  display: block;
  float: left;
  width: 33.3333333333%;
  padding: 0 15px;
}


.single-features-of-banking--style2 {
  border-color: #e1e6e4;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-features-of-banking--style2 h3 a {
  color: var(--thm-black);
}

.single-features-of-banking--style2:before {
  border-right: 55px solid #f5f8f7;
}

.single-features-of-banking--style2 .btn-box:before {
  border-bottom: 55px solid #f5f8f7;
}

.single-features-of-banking--style2 .more-service-box h3 {
  color: var(--thm-black);
}
.sec-title h2 {
	color: #fff;
	font-size: 42px;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}
.sec-title .sub-title {
	position: relative;
	display: block;
	padding-top: 13px;
}
.header-btn-one {
	min-width: 152px;
	width: 100%;
	position: relative;
	top: -15px;
	left: 50px;
	z-index: 9;
}
.header-btn-one a {
	position: relative;
	display: inline-block;
	padding: 0 15px 1px;
	background-color: #1a1c22;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	font-family: var(--thm-font-2);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border-radius: 50px;
}
.container.et_menu_container {
    z-index: 99;
    width: 90%;
    padding: 0;
    margin: 0 0px 0px 20px;
    max-width: 100%;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-top: 33px;
	padding-right: 80px;
}
#img-holder {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #646464;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
}
#img-holder img {
	width: 100%;
	mix-blend-mode: luminosity;
}
#img-holder img:hover {
	width: 100%;
	mix-blend-mode: hard-light;
}
.text-holder {
	position: absolute;
	left: 19px;
	bottom: 47px;
	right: -25px;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
	padding: 17px 10px 18px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border-radius: 15px;
}
.text-holder h3 {
	position: relative;
	display: block;
	padding-left: 0px;
	font-size: 18px;
	line-height: 15px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	margin-bottom: 0;
	padding-bottom: 0;
}
.text-holder h3 a {
	color: #16181e;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	line-height: 20px;
}
.text-holder h3::before {
	opacity: 1;
}
.text-holder:hover {
	background: #2b69bb;
}
.text-holder h3 a:hover {
	color: #ffffff;
}
/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 625px;
    opacity: 0;
    z-index: -999;
}

.bottom-parallax .footer-area {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 625px;
}

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}



/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #1a1c23;
    z-index: 10;
}

.footer-area .right-shape {
    position: absolute;
    right: 0;
    bottom: 80px;
}


.footer-top {
    position: relative;
    display: block;
    border-top: 1px solid #2f3139;
    border-bottom: 1px solid #2f3139;
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-top .lef-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-top .lef-shape span {
    position: relative;
    display: inline-block;
    color: #1f2128;
    font-size: 430px;
    line-height: 430px;
}

.footer-top .single-widget {
    margin-bottom: 43px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline;
}


.footer-widget-links {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 3px;
}
#footer-widgets .footer-widget li::before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
	display: none;
}
#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 0px;
}
.footer-widget-links li {
	padding-bottom: 13px;
}
.single-footer-widget--link-box {
    position: relative;
}

.single-footer-widget--link-box-style2 {
    margin-top: 37px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 11px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: #ffffff;
    padding-left: 2px;
}

.footer-widget-links ul li a::before {
	font-family: 'icomoon' !important;
	content: "\e90f";
	position: absolute;
	right: 0;
	font-size: 14px;
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all 300ms linear;
	transition-delay: 0.1s;
	z-index: 1;
	display: none;
}

.footer-widget-links ul li a:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.footer {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 15px;
	z-index: 9;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
	color: #fff;
}

.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
}


.footer-widget-contact-info {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul {
	position: relative;
	display: block;
	overflow: initial;
}
#top-menu li li a {
	width: 215px;
	padding: 6px 3px;
}
#main-footer .container {
    width: 92%;
}

.footer-widget-contact-info ul li {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul li+li {
    margin-top: 21px;
}

.footer-widget-contact-info ul li h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 0px;
    padding-bottom: 0;
}
.et_pb_widget ul li {
	margin-bottom: -0.5em;
}
.footer-widget-contact-info ul li h3 a {
    color: #ffffff;
}

.footer-widget-contact-info ul li p {
    color: #b8b4b1;
}



.single-footer-widget-right-colum {
    position: relative;
    display: block;
}

.single-footer-widget-right-colum ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget-right-colum ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-footer-widget-right-colum ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-right-colum ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2f3139;
    padding: 13px 20px 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget-right-colum ul li a span {
    position: relative;
    display: inline-block;
    color: #b8b4b1;
    font-size: 20px;
}

.single-footer-widget-right-colum ul li a:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}




.footer-bottom {
    position: relative;
    display: block;
    background: #121419;
}

.footer-bottom .bottom-inner {
	position: relative;
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: space-between; */
	/* align-items: center; */
	flex-wrap: wrap;
	padding: 10px 0px 10px;
	text-align: center;
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-menu ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a {
    color: #b8b4b1;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

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



.footer-social-link {
    position: relative;
    display: block;
}

.footer-social-link ul {
    position: relative;
    display: block;
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-social-link ul li:last-child {
    margin-right: 0;
}

.footer-social-link ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background: rgba(255, 255, 255, 0.38);
	border-radius: 24%;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.footer-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    border-radius: 18%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-social-link ul li:hover a:before {
    opacity: 1.0;
    transform: scale(1.0);
}

.footer-social-link ul li:hover a {
    color: #007bff;
    border-color: var(--thm-base);
}



/*** 
=============================================
    Footer Style2 Area Css
=============================================
***/
.footer-area--style2 {
    background: #1a1c23;
}

.footer-top-style2 {
    position: relative;
    display: block;
    padding: 100px 0 93px;
}

.footer-top-style2__left-content {
    position: relative;
    display: block;
    padding-right: 100px;
}

.footer-top-style2__left-content .our-company-info .bottom-text2 {
    position: relative;
    display: block;
    padding-top: 5px;
}

.footer-top-style2__left-content .our-company-info .bottom-text2 p {
    color: #a5a6aa;
}

.footer-top-style2__left-content .our-company-info .bottom-text2 .btn-box {
    position: relative;
    display: block;
    padding-top: 17px;
}

.footer-top-style2__left-content .our-company-info .bottom-text2 .btn-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
}

.footer-top-style2__left-content .our-company-info .bottom-text2 .btn-box a span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px;
    color: var(--thm-base);
    font-size: 16px;
}



.footer-top-style2__left-content-inner {
    position: relative;
    display: block;
    padding-top: 36px;
}

.footer-top-style2__left-content-inner .row {
    --bs-gutter-x: 0px;
}

.footer-top-style2__left-content-inner>ul>li {
    position: relative;
}

.footer-top-style2__left-content-inner>ul>li:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background-color: #2f3139;
}

.footer-top-style2__left-content-inner>ul>li:last-child::before {
    display: none;
}

.footer-top-style2__left-content-inner>ul>li+li {
    padding-left: 30px;
}

.footer-top-style2__left-content-inner>ul>li:last-child {
    border-right: none;
}

.footer-top-style2__left-content-inner .footer-widget-links {
    padding-top: 0;
}



.footer-top-style2__right-content {
    position: relative;
    display: block;
}

.footer-contact-info-style {
    position: relative;
    display: block;
}

.footer-contact-info-style ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-contact-info-style ul li {
    position: relative;
    display: block;
    padding-left: 80px;
}

.footer-contact-info-style ul li+li {
    margin-top: 21px;
}

.footer-contact-info-style ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #2f3139;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5a6aa;
    font-size: 20px;
}

.footer-contact-info-style ul li .text {
    position: relative;
    display: block;
    top: -2px;
}

.footer-contact-info-style ul li .text h3 {
    color: #eae0e4;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 14px;
}

.footer-contact-info-style ul li .text p {
    color: #a5a6aa;
}

.footer-contact-info-style ul li .text p a {
    color: #a5a6aa;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-contact-info-style ul li .text p a:hover {
    color: #ffffff;
}


.find-nearest-branch-box {
    position: relative;
    display: block;
    border: 1px solid #2f3139;
    padding: 26px 0 0;
    margin-top: 41px;
}

.find-nearest-branch-box .top-outer {
    position: relative;
    display: block;
    padding: 0 30px 28px;
}

.find-nearest-branch-box .top {
    position: relative;
    display: block;
    padding-left: 70px;
}

.find-nearest-branch-box .top .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find-nearest-branch-box .top .inner-title {
    position: relative;
    display: block;
}

.find-nearest-branch-box .top .inner-title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}

.find-nearest-branch-box .form-box1 {
    position: relative;
    display: block;
}

.find-nearest-branch-box .form-box1 .zip-form {
    position: relative;
    display: block;
}

.find-nearest-branch-box .form-box1 input[type="number"] {
    position: relative;
    display: block;
    width: 100%;
    height: 51px;
    border: none;
    border-top: 1px solid #2f3139;
    background-color: transparent;
    color: #a5a6aa;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 100px;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}

.find-nearest-branch-box .form-box1 .zip-form button {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 110px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
}

.find-nearest-branch-box .form-box1 .zip-form button i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px;
    color: var(--thm-base);
    font-size: 16px;
}



.footer-bottom-style2 {
    position: relative;
    display: block;
    background: #272a32;
}

.footer-bottom-style2 .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 0px 22px;
}


.scrool-top-btn-style2 {
    position: relative;
    display: block;
}

.scrool-top-btn-style2 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.scrool-top-btn-style2 a:hover {
    color: var(--thm-base);
}

.scrool-top-btn-style2 a i {
    position: relative;
    top: 0px;
    display: inline-block;
    padding-right: 9px;
    color: var(--thm-base);
    font-size: 12px;
}



/*** 
=============================================
    Footer Area Style3 Css
=============================================
***/
.footer-area--style3 {
    position: relative;
}

.footer-area--style3 .footer-top {
    border-top: 0px solid #2f3139;
    border-bottom: 1px solid #2f3139;
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-footer-widget .our-company-info .bottom-text {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-footer-widget .our-company-info .bottom-text p {
    color: #bcbcbc;
}



.footer-certificate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.footer-certificate-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 25px;
}

.footer-certificate-box .title {
    position: relative;
    flex: 1;
    margin-left: 20px;
}

.footer-certificate-box .title h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}



.find-nearest-branch-box-style2 {
    position: relative;
    display: block;
}

.find-nearest-branch-box-style2 .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 25px;
}

.find-nearest-branch-box-style2 h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    margin: 19px 0 15px;
}

.find-nearest-branch-box-style2 form {
    position: relative;
    display: block;
    width: 100%;
}

.find-nearest-branch-box-style2 form .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.find-nearest-branch-box-style2 form .select-box {
    position: relative;
    display: block;
    width: 100%;
}

.find-nearest-branch-box-style2 form .select-box .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 0px;
    border: solid 1px #2f3139;
    width: 100%;
    height: 50px;
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
    font-family: var(--thm-font);
}

.find-nearest-branch-box-style2 form .nice-select:after {
    position: absolute;
    content: "\e901";
    font-family: 'icomoon' !important;
    color: #bcbcbc;
    font-size: 14px;
    top: 0px;
    right: 19px;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    height: 20px;
    width: 12px;
}

.find-nearest-branch-box-style2 form .nice-select .list {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    width: 100%;
    left: auto !important;
}

.find-nearest-branch-box-style2 form .nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
}

.find-nearest-branch-box-style2 form input[type="text"],
.find-nearest-branch-box-style2 form input[type="email"] {
    position: relative;
    display: block;
    background: transparent;
    border: 1px solid #2f3139;
    width: 100%;
    height: 50px;
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.find-nearest-branch-box-style2 form .button-box {
    position: relative;
    display: block;
    line-height: 0;
    line-height: 20px;
    padding-top: 12px;
}

.find-nearest-branch-box-style2 form .button-box button {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.find-nearest-branch-box-style2 form .button-box button span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px;
    color: var(--thm-base);
    font-size: 16px;
}


#footer-widgets {
	padding: 4% 0 0;
}



.footer-area--style3 .footer-bottom {
    background: #1a1c23;
}

/**  End Css  **/

.single-choose-style1 {
	position: relative;
	display: block;
	background: #E2DEFF;
	height: 500px;
	border-radius: 15px;
	padding-top: 15px;
}
.single-choose-style2 {
	position: relative;
	display: block;
	background: #FDEFD2;
	height: 500px;
	border-radius: 15px;
	padding-top: 15px;
}

.single-choose-style3 {
	position: relative;
	display: block;
	background: #fff;
	height: 500px;
	border-radius: 15px;
	padding-top: 15px;
}

.single-choose-style4 {
	position: relative;
	display: block;
	background: #E2DEFF;
	height: 500px;
	border-radius: 15px;
	padding-top: 15px;
}
.single-choose-style1 p {
	padding-bottom: 0em !important;
	line-height: 1.5em;
}
.single-choose-style2 p {
	padding-bottom: 0em !important;
	line-height: 1.5em;
}
.single-choose-style3 p {
	padding-bottom: 0em !important;
	line-height: 1.5em;
}
.single-choose-style4 p {
	padding-bottom: 0em !important;
	line-height: 1.5em;
}



.col-xl-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-xl-3 {
	flex: 0 0 auto;
	width: 25%;
}
.single-footer-widget {
	position: relative;
	display: block;
	color: #fff !important;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col-md-12 {
	width: 100%;
}
hr {
	margin: 1rem 0;
	color: #fff;
	background-color: currentColor;
	border: 1px solid;
	opacity: .25;
}
.banking-tab-text-box {
	position: relative;
	display: block;
	max-width: 570px;
	padding-top: 0px;
	padding-left: 0px;
}
.banking-tab-text-box .inner-title {
	position: relative;
	display: block;
	margin-top: -3px;
	padding-bottom: 22px;
}
.banking-tab-text-box .inner-title h2 {
	color: #ffffff;
	font-size: 46px;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0 0;
}
.banking-tab-text-box__inner {
	position: relative;
	display: block;
}
.banking-tab-text-box__inner .text {
	position: relative;
	display: block;
	padding-bottom: 24px;
}
.banking-tab-text-box__inner .text p {
	color: #fff;
	font-size: 22px;
}
.banking-tab-text-box__inner ul {
	position: relative;
	display: block;
	padding-left: 0;
	left: -7px;
}
.banking-tab-text-box__inner ul li::before {
	content: "";
	font-family: 'icomoon' !important;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	background-image: url(https://www.merchantbankingresources.com/wp-content/uploads/2025/08/yes1.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left;
}
.banking-tab-text-box__inner ul li {
	position: relative;
	display: block;
	padding-left: 35px;
	color: #fff;
	line-height: 30px;
	font-size: 19px;
	padding-bottom: 5px;
}
.banking-tab-text-box__inner ul li:hover {
	text-decoration: underline;
	cursor: pointer;
}
.features-style4-area {
	background-image: -moz-linear-gradient(-90deg, rgb(232, 239, 250) 65%, rgb(255, 255, 255) 100%);
}
.tss-wrapper .tss-carousel1 .item-content-wrapper, .tss-wrapper .tss-layout1 .item-content-wrapper {
	padding: 30px;
	background: #f7f1eb;
	flex: 3;
	position: relative;
}
.tss-wrapper .tss-layout1 .tss-meta-info.tss-left, .tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
	flex: 2;
	background: #e8e8e8;
}
.profile-img-wrapper {
	text-align: center;
	justify-content: center;
	display: flex;
	padding-top: 30px;
}
.profile-img-wrapper img {
	border-radius: 50px;
}
.tss-wrapper .tss-even .tss-grid-item {
	margin-bottom: 30px;
	padding: 0;
}
.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-carousel-content {
	border: 0px solid #fff !important;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08) !important;
	background: #fff !important;
	margin: 15px 5px !important;
	border-radius: 10px 10px 15px 15px;
}

.psacp-post-carousel-wrap h2.psacp-post-title {
	color: #18191C;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	padding-bottom: 5px;
}
.psacp-post-desc {
	color: #737373;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.psacp-post-content {
	margin-top: 0px;
}
.psacp-post-carousel-wrap.psacp-design-2 .psacp-post-carousel-content {
	text-align: left !important;
}
div#ewd-ufaq-faq-list {
    max-width: 1080px;
    margin: 30px auto;
}
.ewd-ufaq-faq-div {
    margin: 2px 0;
    padding: 2px 0;
    clear: both;
    border: 1px solid #2698e5;
    margin-bottom: 20px !important;
    border-radius: 5px;
}
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle {
    padding-top: 8px;
}
.ewd-ufaq-faq-title-text h4 {
    font-weight: 600;
    color: #2698e5;
    text-transform: capitalize;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 26px !important;
}
.ewd-ufaq-faq-categories {
    display: none;
}
.point-small-fusions li {
    padding-bottom: 10px;
    font-size: 18px;
}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    margin-right: 5px !important;
    padding: 2px 0px 0px 8px !important;
}


/*** 
=============================================
    Emi Calculator Area Css
=============================================
***/
.emi-calculator-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 10;
}

.emi-calculator-tab__button {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
	min-height: 412px;
	float: left;
}

.emi-calculator-tab__button--bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #646464;
	/* background-blend-mode: hard-light; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.emi-calculator-tab__button .tabs-button-box {
  position: absolute;
  top: 60px;
  right: -30px;
  z-index: 10;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item:last-child {
  margin-bottom: 0;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  color: var(--thm-black);
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: pointer;
  z-index: 10;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item:hover .icon-box,
.emi-calculator-tab__button .tabs-button-box .tab-btn-item.active-btn-item .icon-box {
  color: #ffffff;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transform: scale(0);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  z-index: -1;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item:hover .icon-box:before,
.emi-calculator-tab__button .tabs-button-box .tab-btn-item.active-btn-item .icon-box:before {
  transform: scale(1.0);
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box .overlay-text {
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  text-align: right;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 25px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item:hover .icon-box .overlay-text,
.emi-calculator-tab__button .tabs-button-box .tab-btn-item.active-btn-item .icon-box .overlay-text {
  opacity: 1;
  transform: translateX(0px);
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box .overlay-text p {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 15px 8px;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box .overlay-text p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


.emi-calculator-tab-content-box-outer {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    float: left;
    min-height: 412px;
    padding: 56px 20px 0;
    padding-right: 50px;
    background-image: -moz-linear-gradient(-90deg, rgb(247, 241, 235) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(247, 241, 235) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(247, 241, 235) 0%, rgb(255, 255, 255) 100%);
}



.emi-calculator-tab .tabs-content-box {
  position: relative;
  display: block;
}

.emi-calculator-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.emi-calculator-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.emi-calculator-tab .tab-content-box-item .emi-calculator-tab-content-box-item {
  opacity: 0;
  transform: scaleY(1.0) translateY(-10px);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.emi-calculator-tab .tab-content-box-item.tab-content-box-item-active .emi-calculator-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1) translateY(0px);
}



.range-box {
  position: relative;
  display: block;
}


.price-range-box {
	position: relative;
	display: block;
	padding-right: 175px;
	margin-bottom: 28px;
}
#price-range-123 {
	font-size: 18px;
}
.price-range-box .inner {
    position: relative;
    display: block;
    width: 452px;
}

.price-range-box h4 {
    font-size: 23px;
    line-height: 20px;
    margin: 0 0 11px;
    font-weight: bold;
}

.price-range-box .price-range-slider {
  border: none;
  height: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.price-range-box .price-range-slider .ui-slider-range {
  border-radius: 0;
  background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
}

.price-range-box .price-range-slider.ui-slider .ui-slider-handle {
	position: absolute;
	content: '';
	top: -6px;
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	margin-left: 0px;
	background-image: none;
	background-color: rgb(207, 23, 60);
	outline: none;
}

.price-range-box .range-input {
  position: relative;
  display: block;
  padding-top: 7px;
}

.price-range-box .range-input .input {
  position: relative;
  display: block;
}

.price-range-box .range-input .input input {
	position: relative;
	display: block;
	color: #7f7873;
	font-size: 20px;
	line-height: 26px;
	font-family: var(--thm-font);
	border: none;
	background: transparent;
	width: 100%;
}

.price-range-box .right-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 50px;
  border: 1px solid #e3ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.price-range-box .right-box h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}



.loan-term-range-box {
  position: relative;
  display: block;
  padding-right: 140px;
  margin-bottom: 28px;
}

.loan-term-range-box .inner {
  position: relative;
  display: block;
}

.loan-term-range-box h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 11px;
}

.loan-term-range-box h4 span {
  font-weight: 400;
}

.loan-term-range-box .loan-term-range-slider {
  border: none;
  height: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.loan-term-range-box .loan-term-range-slider .ui-slider-range {
  border-radius: 0;
  background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
}

.loan-term-range-box .loan-term-range-slider.ui-slider .ui-slider-handle {
  position: absolute;
  content: '';
  top: 0px;
  width: 2px;
  height: 16px;
  border: none;
  border-radius: 0%;
  cursor: pointer;
  margin-left: 0px;
  background-image: none;
  background-color: rgb(207, 23, 60);
}

.loan-term-range-box .range-input {
  position: relative;
  display: block;
  padding-top: 7px;
}

.loan-term-range-box .range-input .input {
  position: relative;
  display: block;
}

.loan-term-range-box .range-input .input input {
  position: relative;
  display: block;
  color: #7f7873;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--thm-font);
  border: none;
  background: transparent;
  width: 100%;
}

.loan-term-range-box .right-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 50px;
  border: 1px solid #e3ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.loan-term-range-box .right-box h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}




.interest-rate-range-box {
  position: relative;
  display: block;
  padding-right: 140px;
}

.interest-rate-range-box .inner {
  position: relative;
  display: block;
}

.interest-rate-range-box h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 11px;
}

.interest-rate-range-box .interest-rate-range-slider {
  border: none;
  height: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.interest-rate-range-box .interest-rate-range-slider .ui-slider-range {
  border-radius: 0;
  background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
}

.interest-rate-range-box .interest-rate-range-slider.ui-slider .ui-slider-handle {
  position: absolute;
  content: '';
  top: 0px;
  width: 2px;
  height: 16px;
  border: none;
  border-radius: 0%;
  cursor: pointer;
  margin-left: 0px;
  background-image: none;
  background-color: rgb(207, 23, 60);
}

.interest-rate-range-box .range-input {
  position: relative;
  display: block;
  padding-top: 7px;
}

.interest-rate-range-box .range-input .input {
  position: relative;
  display: block;
}

.interest-rate-range-box .range-input .input input {
  position: relative;
  display: block;
  color: #7f7873;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--thm-font);
  border: none;
  background: transparent;
  width: 100%;
}

.interest-rate-range-box .right-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 50px;
  border: 1px solid #e3ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.interest-rate-range-box .right-box h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}



.emi-calculator-output-box {
  position: relative;
  display: block;
  padding: 40px 30px 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin-top: 53px;
}

.emi-calculator-output-box:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  bottom: 40px;
  width: 1px;
  background-color: #f2ece7;
}

.emi-calculator-output-box .left-box {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}

.emi-calculator-output-box .left-box .top {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 60px;
}

.emi-calculator-output-box .left-box .top .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #f7f1eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  font-size: 30px;
}

.emi-calculator-output-box .left-box .top .inner-title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.emi-calculator-output-box .left-box .top .inner-title h3 {
  color: #7f7873;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}

.emi-calculator-output-box .left-box .top .inner-title h2 {
  font-size: 30px;
  line-height: 30px;
}

.emi-calculator-output-box .left-box .top .inner-title h2 span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding-right: 5px;
  top: -5px;
}

.emi-calculator-output-box .left-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 30px;
}

.emi-calculator-output-box .left-box .btns-box a {
  line-height: 50px;
}

.emi-calculator-output-box .left-box .btns-box a:after {
  background-color: #f7f1eb;
}


.emi-calculator-output-box .right-box {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-left: 30px;
}

.emi-calculator-output-box .right-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.emi-calculator-output-box .right-box ul li {
  position: relative;
  display: block;
}

.emi-calculator-output-box .right-box ul li+li {
  border-top: 1px solid #f2ece7;
  padding-top: 18px;
  margin-top: 18px;
}

.emi-calculator-output-box .right-box ul li .inner {
  position: relative;
  display: block;
  padding-left: 30px;
}

.emi-calculator-output-box .right-box ul li .icon {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--thm-base);
  font-size: 15px;
}

.emi-calculator-output-box .right-box ul li .text {
  position: relative;
  display: block;
}

.emi-calculator-output-box .right-box ul li .text a {
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--thm-font-2);
}

.emi-calculator-output-box .right-box ul li .text p {
  margin: 1px 0 0;
}


/*** 
=============================================
    Emi Calculator Style2 Area Css
=============================================
***/
.emi-calculator-style2-area {
    position: relative;
    display: block;
    background-color: #f7f9f9;
    padding: 0px 0 40px;
    z-index: 10;
}

.emi-calculator-style2-area .sec-title .sub-title p {
  color: #797c7f;
}

.emi-calculator-tab--style2 {
    position: relative;
    display: flex;
    box-shadow: 12px 2px 30px 2px rgba(0, 0, 0, 0.23);
    background: #fff;
}

.emi-calculator-tab--style2 .emi-calculator-tab__button .tabs-button-box .tab-btn-item .icon-box:before {
  background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
}

.emi-calculator-tab--style2 .emi-calculator-tab-content-box-outer {
	/* background-image: -moz-linear-gradient(-90deg, rgb(245, 248, 247) 0%, rgb(251, 252, 252) 100%); */
	/* background-image: -webkit-linear-gradient(-90deg, rgb(245, 248, 247) 0%, rgb(255, 255, 255) 100%); */
	/* background-image: -ms-linear-gradient(-90deg, rgb(245, 248, 247) 0%, rgb(255, 255, 255) 100%); */
	background: #fff;
}
.header-top {
	padding: 2px 0 2px 0;
	position: relative;
	background: #000;
	z-index: 5;
}
.header-top-contact {
	justify-content: center;
	display: flex;
	text-align: center;
}
.header-top-contact a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.header-top-bottom1 {
	padding: 2px 0 2px 0;
	background: #175db3;
	text-align: center;
}
.header-top-wrap1 p {
	font-size: 17px;
}


.emi-calculator-tab--style2 .price-range-box .price-range-slider .ui-slider-range {
    background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(26 81 159) 0%, rgb(39 96 205) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
}

.emi-calculator-tab--style2 .price-range-box .price-range-slider.ui-slider .ui-slider-handle {
  background-color: #2d50cf;
}

.emi-calculator-tab--style2 .price-range-box .right-box {
	border: none;
	border-radius: 0;
	padding: 0;
}

.emi-calculator-tab--style2 .price-range-box .range-input .input input {
	color: #494949;
}


.emi-calculator-tab--style2 .loan-term-range-box .loan-term-range-slider .ui-slider-range {
  background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
}

.emi-calculator-tab--style2 .loan-term-range-box .loan-term-range-slider.ui-slider .ui-slider-handle {
  background-color: var(--thm-base);
}

.emi-calculator-tab--style2 .loan-term-range-box .right-box {
  border: 1px solid #e1e6e4;
}

.emi-calculator-tab--style2 .loan-term-range-box .range-input .input input {
  color: #797c7f;
}


.emi-calculator-tab--style2 .interest-rate-range-box .interest-rate-range-slider .ui-slider-range {
  background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
}

.emi-calculator-tab--style2 .interest-rate-range-box .interest-rate-range-slider.ui-slider .ui-slider-handle {
  background-color: var(--thm-base);
}

.emi-calculator-tab--style2 .interest-rate-range-box .right-box {
  border: 1px solid #e1e6e4;
}

.emi-calculator-tab--style2 .interest-rate-range-box .range-input .input input {
  color: #797c7f;
}


.emi-calculator-tab--style2 .emi-calculator-output-box .left-box .top .icon {
  border: 1px solid #e6ebe9;
}

.emi-calculator-tab--style2 .emi-calculator-output-box .left-box .top .inner-title h3 {
  color: #797c7f;
}

.emi-calculator-tab--style2 .emi-calculator-output-box .left-box .btns-box a:after {
  background-color: #f5f8f7;
}

.emi-calculator-tab--style2 .emi-calculator-output-box:before {
  background-color: #e6ebe9;
}

.emi-calculator-tab--style2 .emi-calculator-output-box .right-box ul li .text p {
  color: #797c7f;
}

.emi-calculator-tab--style2 .emi-calculator-output-box .right-box ul li+li {
  border-top: 1px solid #e6ebe9;
}
#price-range-123 {
    font-size: 18px;
}
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font-2);
    z-index: 2;
	cursor: pointer;
}
#main-content .container {
    padding-top: 15px;
}
.col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
}


.custom-contact-form {
    /* max-width: 900px; */
    margin: 0px auto;
    padding: 30px 15px 0px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #4f80cf;
    border-bottom: 5px solid #4f80cf;
}
.contact2-content-contact-item {
    margin-right: 0px;
    margin-bottom: 30px;
    align-items: center;
    gap: 20px;
    padding: 12px 3px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
}
.contact-form-two-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.full-width {
  grid-column: 1 / -1;
}

.custom-contact-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.custom-contact-form input,
.custom-contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}

.custom-contact-form textarea {
    min-height: 60px;
    resize: vertical;
    height: 45px !important;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
  outline: none;
}

.custom-contact-form input[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
}

.custom-contact-form input[type="submit"]:hover {
  background-color: #0056b3;
}
.box-sell-panle {
    border: 1px solid #ccc;
    padding: 15px;
    height: 185px;
    border-radius: 10px;
    background: #fff;
}
.box-sell-panle:hover {
    border: 1px solid #25ade1;
    padding: 15px;
    height: 185px;
    border-radius: 10px;
    background: #cee1ff;
}


.sollow img {
    padding-bottom: 12px;
}
.features-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 900px;
        margin: auto;
    }

.feature-card {
    display: flex;
    align-items: center;
    background: #f8fcff;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    border: 2px solid #e7f0f7;
}

    .feature-card:hover {
        transform: translateY(-3px);
    }

    .feature-card img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .feature-text {
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

    /* Responsive */
    @media (max-width: 768px) {
		.box-sell-panle {
    height: 140px!important;
}
        .features-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .features-container {
            grid-template-columns: 1fr;
        }
    }

.top-mail-idgmail svg {
	position: relative;
	top: 4px;
}
.top-mail-idgmail {
	margin-left: 15px;
}
.button-text-oneline {
    display: flex;
    gap: 25px;
}
.button-content-sell {
    position: relative;
    top: 9px;
}
.button-content-sell h4 {
    font-size: 24px;
    font-weight: bold;
}
.button-content-seel-btn a {
    line-height: 41px;
    padding: 0px 20px;
}
.box-sell-panlecenter {
    text-align: center;
    justify-content: center;
    display: flex;
}
.box-sell-panle-partner {
    border-radius: 20px;
}
.partner-portal-application {
    text-align: center;
}
.partner-portal-application a {
    background: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: bold;
}
.partner-portal-application1 {
    text-align: center;
}
.partner-portal-application1 h2 {
    font-size: 44px;
    font-weight: bold;
    padding-bottom: 25px;
}
.partner-portal-application1 a {
    color: #000;
    display: block;
    font-size: 28px;
    padding-bottom: 15px;
}
.partner-portal-application1 svg {
    position: relative;
    top: 3px;
    color: #000000;
}
.iframe-sell {
    border: 2px solid #3699ff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.terms-conditions-p {
    border-top: 6px solid #02709b;
    padding: 15px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    border-bottom: 6px solid #02709b;
}

.et-social-icon span {
	display: block;
}
.terms-conditions-p p {
    padding-bottom: 5px;
}



/*** 
=============================================
    Element Page Css
=============================================
***/

.logo-box-style2 img {
	max-width: 300px;
}
.icon-right-arrow::before {
	content: "\e90f";
	
}
.opopp {
	opacity: 0;
	display: none;
}

.calendar-icon-wrapper {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
}

    .calendar-icon {
      background-color: #007bff;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background-color 0.3s ease;
      position: relative;
    }

    .calendar-icon:hover {
      background-color: #0056b3;
    }

    .calendar-icon svg {
      width: 28px;
      height: 28px;
    }

    /* Tooltip styling */
    .calendar-icon::after {
    content: "Schedule a Meeting";
    position: absolute;
    bottom: 60px;
    right: 14%;
    transform: translateX(50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

    .calendar-icon:hover::after {
      opacity: 1;
    }

/*--------------------------------------------------------------
# End Css 
--------------------------------------------------------------*/



/*** 
=============================================
    Intro Style1 Area Css
=============================================
***/
.intro-style1-area {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 50px 0 15px;
	z-index: 1;
}

.intro-style1-video-gallery {
	position: relative;
	display: block;
	min-height: 640px;
	margin-right: 20px;
}

.intro-style1-video-gallery-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	/* background-color: #646464; */
	background-blend-mode: luminosity;
	border-radius: 15px;
}


.intro-video-gallery-style1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-video-gallery-style1 .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: #ffffff;
	margin: 0 auto;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 2;
	border-radius: 20%;
}

.intro-video-gallery-style1 .icon:hover {
  background-color: var(--thm-base);
}

.intro-video-gallery-style1 .icon::after, .intro-video-gallery-style1 .icon::before {
	width: 100%;
	height: 100%;
	border-radius: 20%;
	background: #2a61b9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}

.intro-video-gallery-style1 .icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.intro-video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.intro-video-gallery-style1 .icon .video-popup span::before {
	position: relative;
	color: #fff;
	font-size: 30px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.intro-video-gallery-style1 .icon:hover .video-popup span::before {
  color: #ffffff;
}




.intro-style1-content-box {
  position: relative;
  display: block;
}

.intro-style1-content-box .sec-title {
  padding-bottom: 33px;
}

.intro-style1-content-box .text {
  position: relative;
  display: block;
  padding-bottom: 43px;
}

.intro-style1-content-box .text p {
	margin: 0;
	text-align: justify;
}
.intro-style1-content-box .text sup {
	font-size: 34px;
	left: ;
	line-height: 0;
	top: 0;
}
.intro-style1-content-box .text p+p {
  margin-top: 16px;

}


.intro-style1-single-box {
  position: relative;
  display: block;
  padding-right: 20px;
}

.intro-style1-single-box .img-box {
  position: relative;
  display: block;
  background-color: #646464;
}

.intro-style1-single-box .img-box .img-box-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.intro-style1-single-box .img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1.0);
  transition: all 200ms ease;
}

.intro-style1-single-box:hover .img-box img {
  transform: scale(1.2) rotate(0deg);
}

.intro-style1-single-box .title-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.intro-style1-single-box .title-box h3 {
  font-size: 22px;
  line-height: 28px;
}

.intro-style1-single-box .title-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-style1-single-box .title-box h3 a:hover {
  color: var(--thm-base);
}

.intro-style1-single-box .overlay-text {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 14px 20px 15px;
  z-index: 2;
}

.intro-style1-single-box .overlay-text h3 {
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 500;
}




/*** 
=============================================
    choose Style1 Area Css
=============================================
***/

.choose-style1-area {
	position: relative;
	display: block;
	background: #f0fffc;
	padding: 50px 0 50px;
}

.choose-style1__content {
  position: relative;
  --bs-gutter-x: 0px;
}

.single-choose-style1-colum {
	position: relative;
	padding: 0 12px;
	margin-bottom: 0px;
}

.single-choose-style1-colum:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7px;
  width: 1px;
  background: #e0e6e7;
}

.single-choose-style1-colum:last-child::before {
  display: none;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background: #e2deff;
    height: 500px;
    border-radius: 15px;
}

.single-choose-style1 .icon {
  position: relative;
  display: block;
  padding-top: 50px;
  width: 90px;
  margin: 0 auto;
}

.single-choose-style1 .icon .icon-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	color: var(--thm-black);
	font-size: 50px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-choose-style1:hover .icon .icon-inner {
  background: -webkit-linear-gradient(#8a0f3d, #cd173c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-choose-style1 .icon .counting {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #747474;
	font-size: 22px;
	font-weight: 500;
	font-family: var(--thm-font-2);
	border: 1px solid #ddd;
}


.single-choose-style1 .text {
  position: relative;
  display: block;
 /* padding-top: 27px;*/
}

.single-choose-style1 .text h3 {
	font-size: 22px;
	line-height: 30px;
	/*margin: 0 0 18px;*/
}

.single-choose-style1 .text p {
	color: #7f7873;
	padding: 0px 10px 10px;
}
.single-choose1 {
	background: #E2DEFF;
}
.single-choose2 {
	background: #FDEFD2;
}
.single-choose3 {
	/* background: #F0FFFC; */
}
.single-choose4 {
	background: #E2DEFF;
}
#footer-widgets .footer-widget li a:hover {
    color: rgb(255 255 255);
    text-decoration: underline;
}
.box-sell-panle-content {
    width: 88%;
}

div#banner-buttons-btn .et_pb_button {
    background: #2153a8;
    border-radius: 50px;
    border: 1px solid #2153a8 !important;
    position: relative;
    top: 115px;
    left: -163px;
}

#book-sell-blog .entry-title a {
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#book-sell-blog .post-content p {
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 275px;
}


.et-social-icons {
    float: right;
    right: 45px;
    position: relative;
}


/*** 
=============================================
    Awards Achivements Area Css
=============================================
***/
.awards-achivements-area {
    position: relative;
    display: block;
    background-color: #f5f8f7;
    padding: 10px 0 10px;
    z-index: 10;
}
.awards-achivements-area .container {
	max-width: 1200px;
}
.awards-achivements-left-box {
  position: relative;
  display: block;
}

.single-awards-achivements-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 5px 10px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.single-awards-achivements-box .top {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 17px;
}

.single-awards-achivements-box .top .icon {
  position: absolute;
  top: 7px;
  left: 0;
}

.single-awards-achivements-box .top .inner-title {
  position: relative;
  display: block;
}

.single-awards-achivements-box .top .inner-title h3 {
  font-size: 22px;
  line-height: 30px;
}

.single-awards-achivements-box ul {
  position: relative;
  display: block;
  border-top: 1px solid #e6ebe9;
  padding-top: 23px;
}

.single-awards-achivements-box ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.single-awards-achivements-box ul li:last-child {
  margin-bottom: 0;
}

.single-awards-achivements-box ul li span {
  position: relative;
  display: inline-block;
  width: 85px;
}

.single-awards-achivements-box ul li b {
  padding-right: 20px;
}


.awards-img-box {
  position: relative;
  display: block;
}

.awards-img-box .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.awards-img-box .shape2 {
  position: absolute;
  top: 0;
  right: 0;
}

.awards-img-box .round-box {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}

.awards-img-box .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.awards-img-box .inner img {
	position: relative;
	top: 0;
	width: auto;
	height: 441px;
	border-radius: 15px;
}

.awards-achivements-right-box {
  position: relative;
  display: block;
}
.sec-title {
	position: relative;
	display: block;
	margin-top: -8px;
	padding-bottom: 15px;
}
.awards-achivements-area .sec-title h2 {
    color: #1a1d24;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.awards-achivements-area .sec-title .sub-title {
	position: relative;
	display: block;
	padding-top: 13px;
	text-align: center;
}
.awards-achivements-area .sec-title .sub-title p {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	text-align: center;
}
.awards-achivements-area .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
}
.awards-achivements-area .col-xl-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}




/*** 
=============================================
    Applying Process Area Style      
=============================================
***/
.applying-process-area {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 10px 0 10px;
}

.applying-process-area .sec-title {
	padding-bottom: 60px;
}

.applying-process-step-box-top {
  position: relative;
  max-width: 870px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  padding-bottom: 75px;
  z-index: 1;
}

.applying-process-step-box-top:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 150px;
  right: 150px;
  height: 1px;
  background: #f2ece7;
  z-index: -1;
}

.applying-process-step-box-top:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 230px;
  height: 1px;
  margin: 0 auto;
  background: #ffffff;
  z-index: -1;
}


.applying-process-single-step-box {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #f2ece7;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-gray);
  font-size: 22px;
  font-weight: bold;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.applying-process-single-step-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0;
  background-image: linear-gradient(183deg,rgba(26, 94, 174, 1) 0%, rgba(61, 122, 219, 1) 21%, rgba(27, 194, 227, 1) 100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.single-applying-process-box:hover .applying-process-single-step-box:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.single-applying-process-box:hover .applying-process-single-step-box {
  color: #ffffff;
}


.single-applying-process-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 32px 30px 24px;
  text-align: center;
  margin-bottom: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-applying-process-box:hover {
  background-color: #e0e6f7;
  text-align: center;
  box-shadow: none;
}

.single-applying-process-box::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	right: 0;
	height: 4px;
	background: #ebeef7;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-applying-process-box:hover::before {
  background-color: #ffffff;
}


.single-applying-process-box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.single-applying-process-box p {
  color: #7f7873;
  font-size: 16px;
  line-height: 26px;
}


.applying-process-area .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
}
.applying-process-area .col-xl-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.applying-process-area .sec-title h2 {
    color: #1a1d24;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.applying-process-area .sec-title .sub-title {
	position: relative;
	display: block;
	padding-top: 13px;
	text-align: center;
}
.applying-process-area .sec-title .sub-title p {
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	text-align: center;
}






/*** 
=============================================
    Apply Form Area Style      
=============================================
***/
.apply-form-area {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding-bottom: 40px;
	z-index: 100;
}

.apply-form-box {
  position: relative;
  display: block;
  padding: 50px;
  z-index: 10;
}

.apply-form-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #646464;
	background-blend-mode: luminosity;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	z-index: -1;
	border-radius: 10px;
}

.apply-form-box__content {
	position: relative;
	display: block;
	max-width: 670px;
	width: 100%;
	float: right;
	background-color: #d2e1ff;
	padding: 50px;
	border-radius: 30px;
}

.apply-form-box__content .sec-title {
  padding-bottom: 45px;
}


#apply-form {
  position: relative;
  /* display: block; */
}

#apply-form .form-group {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

#apply-form .form-group .input-box {
  position: relative;
  display: block;
}

#apply-form .form-group .input-box .icon {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  color: #a5a2a0;
  font-size: 16px;
  line-height: 50px;
  width: 45px;
  text-align: center;
}

#apply-form .form-group .input-box .icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group input[type="text"],
#apply-form .form-group input[type="date"],
#apply-form .form-group input[type="tel"],
#apply-form .form-group input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 0px solid #f0f0f0;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

#apply-form .form-group .select-box {
  position: relative;
  display: block;
  width: 100%;
}

#apply-form .form-group .nice-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  border: solid 0px #f6f6f6;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font);
}

#apply-form .form-group .nice-select:after {
  position: absolute;
  content: "\e901";
  font-family: 'icomoon' !important;
  color: #7f7873;
  font-size: 16px;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  height: 50px;
  width: 45px;
  bottom: 0;
  text-align: center;
}

#apply-form .form-group .nice-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 45px;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
}

#apply-form .form-group .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}


#apply-form .button-box {
  position: relative;
  display: block;
}

#apply-form .button-box button {
  color: #ffffff;
}

#apply-form .button-box button::after {
	background-color: #25ba5e;
}
.apply-form-area .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
}
.apply-form-area .row > * {
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
}
.apply-form-area .sec-title h2 {
    color: #000;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
}
#main-content .container:before {
    display: none !important;
}

@media only screen and (max-width: 1920px) {
 #logo {
    max-height: 68%;
}
.single-choose-style1 .text p {
    color: #7f7873;
    padding: 0px 10px 10px;
    font-size: 15px;
}
.single-choose-style1 .text h3 {
    font-size: 20px;
    line-height: 30px;
   /* margin: 0 0 18px;*/
}
}

@media only screen and (min-width: 1440px) {
 #logo {
    max-height: 100%;
}
}

@media only screen and (min-width: 1366px) {
 #logo {
    max-height: 100%;
}
	
span.et_close_search_field {
    right: 50px;
}

}

@media only screen and (min-width: 1350px) {
 
}

@media (min-width: 981px) {
 .et_pb_section {
	padding: 0% 0 1%;
}
   .et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 21.875%;
  }
    .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 3.5%;
  }
  .et_pb_gutters3 .footer-widget {
	margin-right: 5.5%;
	margin-bottom: 0.5%;
  }
    /* .et_pb_gutters3 .footer-widget { */
        /* margin-right: 2.5%; */
        /* margin-bottom: 0.5%; */
    /* } */
        /* .et_pb_gutters3.et_pb_footer_columns4 .footer-widget { */
        /* width: 23%; */
    /* } */

}
@media (max-width: 1024px) {
	
	#et_mobile_nav_menu {
    margin-top: -5px;
}
	.intro-style1-video-gallery {
    min-height: 470px;
}
	#partner {
		
	}
		#submit-box .et_pb_code_0 {
    padding-top: 110px;
    padding-bottom: 110px;
}
	.et-pb-arrow-next, .et-pb-arrow-prev {
    color: #000000;
}
	.et-search-form input {
    width: 500px;
    border: solid 1px #ccc;
    height: 40px;
    border-radius: 4px;
		padding:10px;
}
	span.et_close_search_field {
    right: 30px;
}
	.small-bus .et_pb_code_0 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
	}
	.header-btn-one #top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
   		display:none;
	}
	#et_mobile_nav_menu {
    display: block;
}
	.tss-wrapper .tss-layout1 .tss-meta-info.tss-left, .tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
    flex: 2;
    padding: 0 10px;
}
	#service .col-xl-6 {
		width:100%;
		text-align:center;
	}
	.corporate-banking__inner, .individual-banking__inner {
    max-width: 100%;
    padding-left: 0px;
}
	.box-sell-panle {
    height: 240px;
}
/* 	.et_pb_code_0 {
    padding-top: 70px!important;
    padding-bottom: 120px!important;
    margin-right: -20px!important;
} */
	#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
    height: 315px;
}
	#main-slide div#banner-buttons-btn .et_pb_button {
    top: 75px;
    left: -80px;
}
	
	.emi-calculator-tab--style2 {
    display: block;
}
	.emi-calculator-tab__button {
    float: none;
    margin: 0 auto;
}
	.emi-calculator-tab-content-box-outer {
    max-width: 100%;
}
	.footer-widget-contact-info ul li h3.pb-3 {
    padding-bottom: 10px;
}
	.button-text-oneline {
    display: grid;
    gap: 15px;
}
}


@media (max-width: 980px) {
	.intro-style1-video-gallery {
    margin-right: 0;
}
	.et_pb_module.et_pb_image.et_pb_image_1 {
    text-align: center;
}
/* 	.et_pb_code_0 {
    padding-top: 00px!important;
    padding-bottom: 00px!important;
    margin-right: 0!important;
} */
	.et_pb_slider .et_pb_slide {
		background-size:contain;
	}
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 70%;
    max-height: 100%;
}
.individual-banking__inner {
    max-width: 100%;
}
.corporate-banking__inner {
    max-width: 100%;
}
a#features-banking-sell {
    margin-left: auto !important;
}


	div.et_pb_section.et_pb_section_3 {
    background-size: cover;
    background-position: right;
}
div.et_pb_section.et_pb_section_6 {
    background-position: right;
}
 .header-btn-one {
    display: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
    padding-right: 20px;
}
.header-top-wrap1 p {
    font-size: 12px;
}
.header-top-contact a {
    font-size: 14px;
}
.et_pb_section {
    padding: 0px 0;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
}
.individual-banking__inner-content ul li {
    width: 100%;
}
.single-features-of-banking {
    width: 270px;
}
.individual-banking__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}
.sec-title h2 {
    font-size: 46px;
    text-align: center;
}
.corporate-banking__inner {
    padding-left: 0px;
}
	.corporate-banking__inner-content ul li {
    width: 100%;
}
.emi-calculator-tab--style2 {
    display: block;
}

.price-range-box {
    padding-right: 0;
}
.price-range-box .inner {
    width: auto;
}
.price-range-box .right-box {
    position: relative;
}
.price-range-box h4 {
    line-height: 30px;
}
	form.et-search-form {
    background: rgb(255 255 255) !important;
}
	
}

@media (max-width: 810px) {
	.box-sell-panle {
    height: 150px;
}
	
	#et_mobile_nav_menu {
    margin-top: 0;
}
	#submit-box .et_pb_code_0 {
    padding-top: 160px;
    padding-bottom: 160px;
}
	.intro-style1-video-gallery {
    min-height: 830px;
}
	.single-applying-process-box {
    height: 100px;
    padding: 20px;
}
#fast-fund {
    background: #22B3E0;
    background-image: linear-gradient(0deg, rgba(34, 179, 224, 1) 0%, rgba(38, 104, 190, 1) 100%)!important;
}
	#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
		height: 240px;}
	#main-slide div#banner-buttons-btn .et_pb_button {
    top: 45px;
    left: -70px;
}
	
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 768px) {
	#partner .et_pb_code_0 {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
	.intro-style1-video-gallery {
    min-height: 790px;
}
	#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
		height: 240px;}
	
	et_pb_slider .et_pb_slide {
    background-size: cover;
		height:235px;
}
#main-slide div#banner-buttons-btn .et_pb_button {
    top: 40px;
    left: -62px;
}
	.intro-style1-video-gallery {
    margin-right: 0;
}
	form.et-search-form {
    background: rgb(255 255 255) !important;
}
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
    width: 100%!important;
    max-width: 100%!important;
}
.et-social-icons {
    right: 0px;
    position: relative;
}
	.ewd-ufaq-faq-div {
    margin: 8px 5px !important;
}
	a#features-banking-sell {
    margin-left: auto !important;
}
	.individual-banking__inner {
    max-width: 100%;
}
	.corporate-banking__inner {
    max-width: 100%;
}

	div.et_pb_section.et_pb_section_6 {
    background-position: right;
}
	div.et_pb_section.et_pb_section_3 {
    background-size: cover;
    background-position: right;
}
	
 .header-btn-one {
    display: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
    padding-right: 20px;
}
.header-top-wrap1 p {
    font-size: 12px;
    line-height: 15px;
}
.header-top-contact a {
    font-size: 14px;
    display: contents;
    line-height: 15px;
}
.top-mail-idgmail svg {
    position: relative;
    top: -3px;
}
.et_pb_section {
    padding: 0px 0;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
}
.individual-banking__inner-content ul li {
    width: 100%;
}
.single-features-of-banking {
    width: 270px;
}
.individual-banking__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}

.sec-title h2 {
    font-size: 34px;
    text-align: center;
}
.corporate-banking__inner {
    padding-left: 0px;
}
.corporate-banking__inner-content ul li {
    width: 100%;
}
.emi-calculator-tab--style2 {
    display: block;
}

.price-range-box {
    padding-right: 0;
}
.price-range-box .inner {
    width: auto;
}
.price-range-box .right-box {
    position: relative;
}
.price-range-box h4 {
    line-height: 30px;
}
.header-top-contact a svg {
    margin-right: 5px;
}
.et_pb_text_0 h2 {
    font-size: 30px !important;
}
.corporate-banking {
    padding: 35px 0 0px;
	height:100%;
}
.intro-style1-video-gallery-bg {
    background-position: center;
}
.top-mail-idgmail svg {
    position: relative;
    top: 5px;
}
.individual-banking {
    padding: 35px 0 0px;
}
#et_top_search {
    top: 10px;
}

.mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    top: 10px;
}
	

.emi-calculator-tab__button {
    margin: 0 auto;
    float: none;
}
	.tss-meta-info.tss-left {
    padding: 0 10px;
}
}

@media (max-width: 640px) {
	.partner-portal-application1 svg {
    width: 15px;
    height: 15px;
}
	#submit-box .et_pb_code_0 {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.sib-form .entry__field {
    width: 310px!important;
}
.et-search-form input {
    border: solid 1px #ccc;
    height: 40px;
    border-radius: 4px;
}
	#footer-widgets .footer-widget li {
    margin-bottom: 0px;
}
	div#licensed-sell {
    margin-top: 8px;
}
	.button-text-oneline {
    display: grid;
}
	.col-xl-3, .col-xl-9 {
    flex: 0 0 auto;
    width: 100%;
}
	.container.et_search_form_container {
    width: 100%;
}
	
}

@media (max-width: 479px) {
	#partner .et_pb_code_0 {
    padding-top: 30px;
    padding-bottom: 30px;
}
	.justify-left p{text-align:left;}
	.single-features-of-banking .more-service-box {
    padding: 2px 0 0px;
}
	.single-features-of-banking.more-services {
    padding: 0px 0px 0;
}
	.et_pb_column .et_pb_module {
    margin-bottom: 0;
}
	.applying-process-area .col-xl-4 {
	width: 100%;
}
		#submit-box .et_pb_code_0 {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.ewd-ufaq-faq-body a {
    word-wrap: break-word;
}
	.et-search-form input {
    width: 85%;
}
	.intro-style1-video-gallery {
    min-height: 440px;
}
	.sib-form .entry__field {
    width: 100%!important;
}
	#sib-container {
    padding: 12px 19px 12px!important;
}
	.bg-blue #sib-form {
    text-align: center;
    display: contents!important;
    line-height: 0;
    align-items: center;
    justify-items: center;
}
	.btn-s {display:flex; justify-content:center;}
	
	.single-applying-process-box {
    padding: 20px 4px 18px;
    margin-bottom: 30px;
		height:85px;
}
	.single-applying-process-box h3 {
    font-size: 14px;
    line-height: 18px;
}
/* .et_pb_code_0 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
} */
	#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
    height: 137px;
}
	#main-slide div#banner-buttons-btn .et_pb_button {
    top: 20px;
    left: -44px;
    font-size: 12px;
}
	.et_pb_text_inner li a {
    display: flex;
}
	.partner-portal-application1 a {
    font-size: 16px;
}
	.et-social-icons {
    right: 0px;
    position: relative;
}
		.ewd-ufaq-faq-div {
    margin: 8px 5px !important;
}
	.mobile_menu_bar {
    display: block;
    position: relative;
    line-height: 0;
    top: 10px;
}
	#et_top_search {
    top: 10px;
}
	.individual-banking {
    padding: 35px 0 0px;
}

.corporate-banking {
    padding: 35px 0 0px;
}
.intro-style1-video-gallery-bg {
    background-position: center;
}
.top-mail-idgmail svg {
    position: relative;
    top: -3px;
}
.single-choose-style1 {
    height: auto;
    padding: 15px;
}
.single-choose-style2 {
    height: auto;
    padding: 15px;
}
.single-choose-style3 {
    height: auto;
    padding: 15px;
}

.single-choose-style4 {
    height: auto;
    padding: 15px;
}



	.et_pb_text_0 h2 {
    font-size: 30px !important;
}

	.header-top-contact a svg {
    margin-right: 5px;
}
	.et_pb_slider .et_pb_slide {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: contain;
    height: 121px;
}
	a#features-banking-sell {
    margin-left: auto !important;
}
	div.et_pb_section.et_pb_section_6 {
    background-position: right;
}
	div.et_pb_section.et_pb_section_3 {
    background-size: cover;
    background-position: right;
}
 .header-btn-one {
    display: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 5px;
    padding-right: 0px;
}
.header-top-wrap1 p {
    font-size: 12px;
    line-height: 15px;
}
.header-top-contact a {
    font-size: 14px;
    display: inline-flex;
    line-height: 15px;
}
.et_pb_section {
    padding: 0px 0;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 100%!important;
}
.individual-banking__inner-content ul li {
    width: 100%;
}
.single-features-of-banking {
    width: 270px;
}
.individual-banking__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}
.sec-title h2 {
    font-size: 34px;
    text-align: center;
}
.corporate-banking__inner {
    padding-left: 0px;
}
.corporate-banking__inner-content ul li {
    width: 100%;
}
.emi-calculator-tab--style2 {
    display: block;
}

.price-range-box {
    padding-right: 0;
}
.price-range-box .inner {
    width: auto;
}
.price-range-box .right-box {
    position: relative;
}
.price-range-box h4 {
    line-height: 30px;
}
	.partner-portal-application a {
    font-size: 18px;
}

}

@media only screen and (max-width: 390px) {
	.partner-portal-application1 a {
    font-size: 15px;
}
		#submit-box .et_pb_code_0 {
    padding-top: 70px;
    padding-bottom: 70px;
}
	.partner-portal-application a {
    font-size: 18px;
}
	.intro-style1-video-gallery {
    min-height: 380px;
}
		.sib-form .entry__field {
    	width: 250px!important;
}
	#inner-title {
    background-size: cover;
}
	div.et_pb_section.et_pb_section_6 {
    background-size: cover;
}
	.et-social-icons {
    right: 0px;
    position: relative;
}
		.ewd-ufaq-faq-div {
    margin: 8px 5px !important;
}
.ewd-ufaq-post-margin.ewd-ufaq-faq-post {
    word-wrap: break-word;
}
	.et_pb_section, .et_pb_slider .et_pb_slide {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: contain;
}
	a#features-banking-sell {
    margin-left: auto !important;
}
div.et_pb_section.et_pb_section_3 {
    background-size: cover;
    background-position: right;
}
 .header-btn-one {
    display: none;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
    padding-right: 20px;
}
.header-top-wrap1 p {
    font-size: 12px;
}
.header-top-contact a {
    font-size: 14px;
}
.et_pb_section {
    padding: 0px 0;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
}
.individual-banking__inner-content ul li {
    width: 100%;
}
.single-features-of-banking {
    width: 270px;
}
.individual-banking__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}
.sec-title h2 {
    font-size: 34px;
    text-align: center;
}
.corporate-banking__inner {
    padding-left: 0px;
}
.corporate-banking__inner-content ul li {
    width: 100%;
}
.emi-calculator-tab--style2 {
    display: block;
}


.price-range-box {
    padding-right: 0;
}
.price-range-box .inner {
    width: auto;
}
.price-range-box .right-box {
    position: relative;
}
.price-range-box h4 {
    line-height: 30px;
}


#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
    height: 115px;
}
	#main-slide div#banner-buttons-btn .et_pb_button {
    top: 15px;
    left: -38px;
    font-size: 10px;
}

	
}

@media only screen and (max-width: 320px) {
	#main-slide.et_pb_section, #main-slide .et_pb_slider .et_pb_slide {
    background-size: cover;
    height: 105px;
}
}


div#ewd-ufaq-faq-list {
    max-width: 1080px;
    margin: 30px auto;
    padding: 0 15px;
}
.search-results #post-6 {
	display:none;
}