
.gotham-font{
    font-family: var(--gotham-font);
}
/*android ios*/
.androidbtn{
    display: inline-flex !important; 
}
.iosbtn{
    display: none !important;  
}

.disclaiertext-small{
    color: var(--white);
    font-size: 90%;
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}*/

/*rangeslider*/
.amoutgaps{
    display: flex;
    justify-content: space-between;
    color: #86878A;
    font-weight: 700;
    font-size: 12px;
}
.amoutgaps p{
    margin-top: 5px;
    margin-bottom: 0;
}
  
  .range-slider {
    width: 100%;
    margin-top: 8px;
    position: relative;
  }
  .blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}



.mb-5{
    margin-bottom: 2.5rem !important;
}
.thumbicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-lightblue{
    background: var(--blue-3);
}
.bg-lightgreen{
    background: var(--light-green);
}
.themeclr{
    color: var(--blue-theme);
}
.text-orange{
    color: var(--orange); 
}
.text-blue2{
    color: var(--blue-2);
}
.text-green{
    color: var(--green) !important;
}
.heading-sec{
    font-size: var(--heading-sec);
    font-weight: 600;
}
.head4{
    font-size: 1.15rem;
    font-weight: 600;
}
.shadow{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.bluearrow{
    color: var(--blue-theme);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.bluearrow svg{
    margin-left: 5px;
}


.grid-d{
    display: grid;
}
.space-3{
    row-gap: 2rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}
.qf {
    flex: 1 1 0%;
}
.qf p{
    margin: 0;
    line-height: 22px;
    height: calc(22px*4);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}




.dottedimg{
    position: absolute;
    pointer-events: none;
    width: 180px;
    z-index: 1;
    bottom: -5rem;
    left: -3rem;
}
.dottedimgwhite{
    position: absolute;
    pointer-events: none;
    width: 180px;
    z-index: 1;
    bottom: -5rem;
    right: -3rem;
}



/*menu*/




/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

nav#main_navbar {
    background-color: var(--blue-theme) !Important;
    width: 72%;
    float: right;
    border-radius: 30px 0px 0px 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 30px;
}
nav#main_navbar li a {
    font-size: 14px;
    padding-right: 1.15rem;
    padding-left: 1.15rem;
    color: #fff;
	font-weight: 600;
    font-size: 12px;
    outline: 0;
	position:relative;
}
nav#main_navbar li.dropdown.show a{
color:#000;
}
nav#main_navbar li.dropdown.show {
    background: #fff;
}	
nav#main_navbar li a:hover {
    background: #fff;
	color:#000;
}
.navbar-dark .navbar-toggler{
    color: var(--white);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}	
	
.dropdown ul {
    background-color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
    min-width: 255px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.dropdown-menu{
    background-color: rgba(255,255,255,0.95);

}
nav#main_navbar .dropdown ul li a {
    color: #000;
	padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}
ul.dropdown-menu.animated.fadeIn li a:hover {
    color: #337ab7 !important;
    text-decoration: none;
}

	



/*end*/
/*
.btn{
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    color: var(--white);
    font-weight: bold;
    font-size: var(--btn-size);
}
.btn-green{
    background: var(--green);
}
.btn:hover,.btn:focus{
    color: var(--white);
    box-shadow: none;
}
.btn-themblue{
    background: var(--blue-theme);
}
.btn-blue2{
    background-color: var(--blue-2);
}
.btn-white{
    background: var(--white);
    color: var(--blue-theme);
}
.btn-orange{
    background: var(--orange);
    color: var(--white);
}
.btn-white:hover,.btn-white:focus{
    color: var(--blue-theme);
    box-shadow: none;
}
*/

/*praba*/
.bottom-before{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.bottom-before:after {
    content: "";
    background: transparent;
    bottom: 5px;
    width: 100%;
    z-index: -1;
    height: 30%;
    position: absolute;
    left: 0;
}
.darkblue-banner:after{
    background: var(--blue-theme); 
}
.blue-banner:after{
    background: var(--blue-4);
}
.lightblue-banner:after{
    background: var(--light-blue-5);
}
.lightblue2-banner:after{
    background: var(--blue-4); 
}
.lightgreen-banner:after{
    background: var(--light-green2);
}
.lightgreen2-banner:after{
    background: var(--light-green3);
}
.lightorange-banner:after{
    background: var(--light-orange2);  
}

.zoom1 {
    overflow: hidden;
}
.zoom1 img {
    width: 100%;
    transition: 0.9s all ease-in-out;
}
.zoom1 img:hover {
    transform: scale(1.5);
}
#upotpb .gotp_btn,#upotp .gotp_btn {
    width: 100%;
    background: #0c4a85;
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    /* margin-top: 10px; */
    font-weight: 700;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: .5px;
    box-shadow: none;
    border: 0px;
    margin-top: 0;
}

.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.html);
		}

		.zoom img {
			display: block;
		}
.acc-div span img {
    height: 33px;
}
.no_margin {
  margin: 0px;
}
.no_padding {
  padding: 0px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}


.ft-sec {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 60px;
	padding-bottom: 60px;
	background: #fff url(../assets/images/home-banner-circle.html) no-repeat;
    background-size: 63%;
    background-position: 161% 112%;
}

.lp-section {
      width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding-bottom: 5%;
}
.lp-section .bl-bg {
    width: 90%;
    height: 60px;
    background: #fff;
    margin: 0px auto;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 16%);
position:relative;
top: -30px;

}
.acc-div {
   width: 100%;
    margin: 0px auto;
    position: relative;
    margin-top: -78px;
}
.acc-div a {
    width: 49%;
    float: left;
    text-align: center;
    padding: 9px;
    margin: 0px 3px;
    border-radius: 5px;
    color: #333 ;
    font-weight: 500;
    border-radius: 5px 5px 0px 0px;
    min-height: auto;
	cursor:pointer;
text-transform:uppercase;
font-size:14px;
position:relative;
}
a.trac-btn::after {
    content: "";
    width: 2px;
    height: 25px;
    background: #0c4a85;
    position: absolute;
    display: block;
    right: 0;
    top: 8px;
}

	
.acc-div a.active span {
    padding: 10px 20px;
    border-radius: 25px;
}
.acc-div a.active {
    width: 49%;
    float: left;
    text-align: center;
    padding: 9px;
    margin: 0px 3px;
    border-radius: 5px 5px 0px 0px;
    color: #0c4a85 !Important;
    font-weight: 800;
    min-height: auto;
    text-transform: uppercase;
}
.accordion > .card > .card-header a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    width: 100%;
    display: block;
	  position: relative;
}
.accordion > .card > .card-header {
    padding: 7px 15px;
    background: #ebebeb;
}
.accordion > .card {
	border-radius:0px;
}
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
    height: 18px;
    width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #0c4a85;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}


.container1 .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.container1 {
    font-size: 13px;
    margin: 0px;
    margin-top: 10px;
}
.accordion .card-body {
    padding: 15px !important;
}
.accordion {
    margin-top: 20px;
}

#range-slider {max-width: 80%; margin: 0 auto; padding-top: 50px; }
#slider-range {   
  background-color: #D4D4D4;
    margin-bottom: 15px; }

.ui-slider-horizontal .ui-slider-range { background-color: #6798BD; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { 
  background: #fff!important;
  border: 1px solid #cccccc!important;
}

.ui-slider .ui-slider-handle {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
  border-radius: 50%;
  height:20px;
  width:20px;
}

#amount {
    line-height: 1em;
    text-align: center;
    width: 100%;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    font-family: Gotham-bold;
}
.ui-slider-horizontal {
    height: 0.2em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff !Important;
    background: #154982 !Important;
    font-weight: normal;
    color: #454545;
}
.ui-slider .ui-slider-handle {
    width: 0.8em !Important;
    height: 0.8em !Important;
}
.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5 !Important;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #154982 !Important;
}

span.checkmark.rd {
    border-radius: 50%;
}

.about{
	width:100%;
	float:left;
	background:#fff;
	padding:3%;
}
.our-achive{
	width:100%;
	float:left;
	background:#f2f2f2;
	padding:3%;	
}
.about p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}
h3.abt.text-center {
    font-weight: bold;
    font-size: 1.5rem;
}
.brd{
	border-radius:10px;
}

.our-achie {
    background: #108a43;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
	
}
.our-achie p {
    font-weight: bold;
    color: #fff;
    margin: 0px;
	font-family: Gotham-bold;
}

.our-achie h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-family: Gotham-bold;
}

.our-achie.bl-ct {
    background: #0c4a85;
}


.accordion > .card > .card-header a::after {
    content: "";
    background: url(../assets/images/minus-accordion.html) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 1px;
    right: -10px;
}
.accordion > .card > .card-header a.collapsed::after{
    content: "";
    background: url(../assets/images/plus-accordion.html) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 1px;
    right: -10px;
}
.title{
	font-size:1.5rem;
	font-weight:bold;
}
h4.search-h4 {
    font-size: 1rem;
}
h4.search-h4 img {
    padding-right: 5px;
    width: 20px;
}
span.search-count {
    font-weight: 600;
}
p.track-name1,p.track-name {
    height: 35px;
}
.trac-box{
   width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 0.5rem;
    margin-bottom: 1rem
}
.trac-box img {
    border-radius: 5px;
}
.trac-box1 {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 0.5rem;
    margin-bottom: 1rem
}

    .trac-box1 img {
        border-radius: 5px;
    }
p.track-name{
	font-weight:bold;
}
p.track-name,p.tr-price, p.tr-view {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}
p.track-name1{
	font-weight:bold;
}
p.track-name1,p.tr-price1, p.tr-view1 {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}
p.tr-view {
    text-align: right;
}
p.tr-view img {
    width: 12px;
}
p.yr-loc {
    margin-bottom: 0px;
    min-height: 40px;
}
p.yr-loc span {
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}
p.tr-price, p.tr-view{
	font-weight:500;
}
p.tr-view1 {
    text-align: right;
}
p.yr-loc span {
    padding-left: 15px;
    position: relative;
}
p.yr-loc span img {
    position: absolute;
    top: 2px;
    margin-right: 0px;
    left: 0;
}
span.rc, span.insr {
    font-size: 11px;
    border: 1px solid #e5e5e5;
    padding: 3px 5px;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
	font-weight: 500;
font-family: Gotham-light;
}

span.rc strong, span.insr strong {
    font-family: 'Raleway', sans-serif !important;
}


p.yr-loc span {
    width: 100%;
    float: left;
margin: 2px 0px;
}
.intr-btn:hover,.intr-btn:focus,.intr-btn:visited{
	background:#108a43;
}
.intr-btn {
    width: 100%;
    background: #0c4a85;
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    padding: 4px;
    text-align: center;
    border-radius: 10px;
	cursor:pointer;
	letter-spacing: .5px;
}

.contact-from{
   background: #ffffff;
    height: 400px;
    padding: 0;
}
.modal-content .row {
    margin: 0px;
}

.modal-dialog {
        max-width: 800px;
}
.modal-content1 .row {
    margin: 0px;
}

.modal-dialog1 {
        max-width: 800px;
}
button.close {
    position: absolute;
    right: 10px;
    z-index: 2;
}
.veh-details {
    background: #0c4a85;
    height: 500px;
    padding: 15px;
	overflow-y: scroll;
}
.veh-details h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
}
.veh-details img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.veh-details p {
    margin: 4px 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.veh-details p span{

width: 40%;
    display: inline-block;
    vertical-align: top;
}
.veh-details p span:first-child {
    width: 56%;
    display: inline-block;
}
.veh-details1 {
    background: #0c4a85;
    height: 500px;
    padding: 15px;
	overflow-y: scroll;
}
.veh-details1 h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
}
.veh-details1 img {
   border-radius: 10px;
   margin-bottom: 10px;
}
.veh-details1 p {
    margin: 4px 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.veh-details1 p span{
	width: 40%;
    display: inline-block;
}
.veh-details1 p span:first-child {
    width: 56%;
    display: inline-block;
}
.veh-details1 p span{
	width: 40%;
    display: inline-block;
 vertical-align: top;
}
.veh-details1 p span:first-child {
    width: 56%;
    display: inline-block;
}
.form-div .form-control {
    height: 32px;
    background: #f6f6f6;
    font-size: 12px;
    font-weight: 600;
}
.form-div input#check {
    margin-top: 4px;
}
.form-div {
    padding: 10px;
}
.form-div label.form-check-label {
    font-size: 9px;
    vertical-align: top;
    margin-top: 5px;
}

.form-div h5 {
    font-size: 16px;
    font-weight: bold;
}
.gr-btn {
    background: #108a43;
    padding: 7px 20px 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0 !important;
    width: 100%;
    margin-top: 5px;
}
span.disc {
    font-size: 10px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
}
.form-div .no-gutters > [class*="col-"]{
	padding-right: 5px;
    padding-left: 5px;
}
.numbers{
	font-family: Gotham-medium !Important;
}
.track-im{
	position:relative;
}
.track-im1{
	position:relative;
}
.social ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.social ul a {
    padding: 0px;
}
.social ul a img {
width: 43px;
    padding: 2px;
}
.social {
    width: 70%;
    background: #fff;
    padding: 5px;
    position: relative;
    left: 26px;
    top: 31px;
    border-radius: 5px;
    display: none;
    float: right;
}
.social::before{
	 content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 10px;
}
.share {
    position: absolute;
    top: 0;
    right: 10px;
}
.share >a {
    padding: 0px 5px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    right: 0;
    line-height: 18px;
    top: 5px;
    float: right;
}
.show ~ .social{

	display:block;
}

div#slider-range::after {
    content: "25 Lakh";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 0;
	    font-family: 'Montserrat';
}

div#slider-range::before {
    content: "1 Lakh";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 5px;
	        font-family: Gotham-bold;
}
.range {
    margin-bottom: 30px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media only screen and (min-width: 1540px) {

	
}
@media only screen and (min-width: 1600px) {
nav#main_navbar {
  
    width:65% !Important;
}
}
@media only screen and (min-width: 1790px) {
	


}
 @media screen and (min-width: 1441px) and (max-width: 1600px) {
nav#main_navbar{
  width:68% !Important;
}
}

@media (min-width: 1300px){
/*.container{
    max-width: 1200px;
}*/
}
@media (max-width: 1300px){

}

@media (max-width: 1200px){
/*.container{
max-width: 1100px;
}*/
.form-div {
    width: 95%;
}
}
@media (max-width: 1100px){
/*.container{
max-width: 1024px;
}*/

}

@media (min-width: 1025px){
.modal-dialog {
        max-width:950px;
}
}

@media (min-width: 1440px){


}

 @media screen and (min-width: 768px) and (max-width: 992px) {
header.toplogo img {
    width: 170px;
    padding: 5px;
}
.our-achie {
    text-align: center;
	height: 188px;
}
.our-achie img {
    width: 50px;
}
.our-achie h4 {
    font-size: 1.4rem;
	margin:5px 0px;
}

 }

@media (max-width: 767px){ 
.contact-from,.veh-details {
    height: auto;
}
.track-im>img{
	width:100%;
}
.our-achie {
    text-align: center;
}
.acc-div {
    width: 100%;
}
.acc-div a.active {
    width: 47%;
    max-height: 40px;
}
.acc-div a {
    width: 47%;
    font-size: 12px;
    max-height: 40px;
}
.acc-div a span {
    display: none;
}
}
/*01.03.2023*/
body {
    overflow-x: hidden;
}
.ft-sec h1 {
    /* font-weight: bold; */
    font-size: 2.5rem;
	color: var(--green);
}
.banner_img{
	width: 500px;
}
.apply_btn{
	background: #108A43;
    border-radius: 20px;
    padding: 10px 50px;
    color: #fff !important;
	font-weight: bold;
    font-size: 18px;
}
.apply_btn_white {
    background: #fff;
    border-radius: 20px;
    padding: 10px 50px;
    color: #1F588E !important;
    font-weight: bold;
    font-size: 18px;
}
.ft-sec p{
    margin: 20px 0 30px 0;
}
.white_box{
    background: var(--white);
    padding: 1rem;
    border-radius: 14px;
    position: absolute;
    left: 54px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    bottom: 20%;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.white_box p{
    margin-bottom: 10px;
    margin-top: 0;
}
.white_box img{
	width: 55px;
    position: absolute;
    left: 0;
    top: -6px;
}
.white_box a{
    color: var(--black);
    background: var(--light-green3);
    padding: 10px 15px 10px 0px;
    border-radius: var(--radius);
    text-decoration: none;
    position: relative;
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    padding-left: 60px;
}
span.blueline {
    background: #7FCFEF;
    content: "";
    position: absolute;
    border: 3px solid #7FCFEF;
    width: 310px;
    height: 18px;
    left: 230px;
    top: 187px;
	
}
.personal_loan {
    width: 100%;
    height: auto;
    position: relative;
    padding: var(--spacing) 0;
    background: var(--light-grey3);
    padding-top: 5rem;
}
.personal_loan_cont {
    color: var(--black);
	position: relative;
}
.personal_loan_cont h3{	
	font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.personal_loan_cont p{
	    text-align: justify;
}
/* .personal_loan::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 289px;
    background: url(../assets/images/dotted-circle-grey.png) no-repeat;
    background-size: cover;
    left: -87px;
}
.personal_loan::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: 260px;
    background: url(../assets/images/dotted-circle-white.png) no-repeat;
    background-size: cover;
    right: -60px;
} */
span.blueline2 {
    background: #0C4A85;
    border: 3px solid #0C4A85;
    width: 300px;
    height: 18px;
	position: absolute;
    right: 519px;
    top: 80px;
}
.digital_personal_loan{
	width: 100%;
    height: auto;
    position: relative;
    padding: var(--spacing) 0;
    background: var(--light-grey3);
}
.digital_personal_loan_cont {
    border-bottom: 1.5px dashed #C3C3C3;
    margin-bottom: 2rem;
}
/* .digital_personal_loan_cont img{
	width: 40px;
    height: 40px;	
} */
.digital_personal_loan_cont h3 {
    font-size: 1.2rem !important;
    color: var(--blue-theme) ;
}
.digital_personal_loan_cont p{
	margin-top: 5px;
    margin-bottom: 25px;
}
.border_none{
	border: none;
}
.digital_personal_loan h3{
    font-size: 2.5rem;
    color: var(--blue-theme) ;
}
.green_pos{
	position: relative;
}
span.greenline {
    background: rgb(182,220,198);
    content: "";
    position: absolute;
    border: 3px solid rgb(182,220,198);
    width: 420px;
    height: 18px;
    right: 317px;
    top: 80px;
}
.apply_details{
	width: 100%;
    height: auto;
    position: relative;
    padding: var(--spacing) 0;	
	background: var(--light-grey3);
}
.apply_details h3 {
    /*color: #01A0DF;*/
    font-size: 2rem;
}
.apply_details_cont {
    text-align: center;
}
.circle_box {
	width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.apply_details_cont p {
    font-weight: bold;
    margin-top: 25px;
    font-size: 15px;
}
.border_blue{
	border-right: 1px dashed var(--light-green);
}
.apply_btn_blue{
	background: #00A0DF;
    border-radius: 20px;
    padding: 10px 50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
}
span.blueline_apply {
    background: #7FCFEF;
    content: "";
    position: absolute;
    border: 3px solid #7FCFEF;
    width: 110px;
    height: 18px;
    left: 473px;
    top: 120px;
}
span.blueline_details {
    background: #7FCFEF;
    content: "";
    position: absolute;
    border: 3px solid #7FCFEF;
    width: 215px;
    height: 18px;
    right: 265px;
    top: 120px;
}
.emi_calculator{
	width: 100%;
    height: auto;
    position: relative;
     padding: var(--spacing) 0;	
	background: var(--light-green);
}

.emi_calculator_cont{
	position: relative;
}
span.bluelineemi {
    background: #0C4A85;
    border: 3px solid #0C4A85;
    width: 290px;
    height: 18px;
    position: absolute;
    right: 475px;
    top: 79px;
}
.case_personal_loan{
	width: 100%;
    height: auto;
    position: relative;
    padding: var(--spacing) 0;
	background: var(--light-green);
}
.case_personal_loan h3 {
    font-size: 2.5rem;
    color: #fff;
}
.case_personal_loan_cont{
	position: relative;
}
span.bluelinepl {
    background: #0C4A85;
    border: 3px solid #0C4A85;
    width: 280px;
    height: 18px;
	position: absolute;
    right: 493px;
    top: 80px;
}
.personal-overall {
    background: #fff;
    /* width: 350px; */
    padding: 0px 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.personal-slick .slick-slide{
    transition: all 0.3s ease;
    transform: scale(0.8);
}
.personal-slick .slick-slide.slick-current.slick-active {
    transform: scale(1);
}

.personal-overall h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.personal-overall p {
    margin: 30px;
    text-align: initial;
    margin-top: 10px;
}
.personal-slick .slick-next:before{
	content:'';
	position: absolute;
	background: url(../assets/images/arrow-dropleft-1.html) no-repeat;
	width: 30px;
	height: 30px;
	
}
.personal-slick .slick-prev:before{
	content:'';
	position: absolute;
	background: url(../assets/images/arrow-dropleft.html) no-repeat;
	width: 30px;
	height: 30px;
	right: 10px;
}
.personal-slick .slick-dots{
	    bottom: -50px;
}
.personal-slick .slick-dots li.slick-active button:before {
    color: #fff !important;
}
.personal-slick .slick-dots li button:before{
	    font-size: 12px;
		    color: #fff;
}
.different_cities{
	width: 100%;
    height: auto;
    position: relative;
    padding: var(--spacing) 0;
	background: #fff;
}
.different_cities_box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.different_cities_one{
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.diffimg{
    background: var(--light-orange);
    padding: 10px;
    display: inline-flex;
    width: 130px;
    height: 130px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.diffimg > img {
    width: 80px;
}
.different_cities_cont h3 {
    font-size: 2.5rem;
    color: #F98D29;
}
.different_cities_cont{
	position: relative;
}
span.orangeline{
	background: rgb(253,220,190);
    border: 3px solid rgb(253,220,190);
    width: 290px;
    height: 18px;
	position: absolute;
    right: 457px;
    top: 78px;
}
.apply_btn_orange{
	background: #F98D29;
    border-radius: 20px;
    padding: 10px 50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
}
p.different_cities_para {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*start new*/

.sapcing-fg{
    padding: var(--spacing) 0;
}
.items-list-blog{
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.imglistblog{
    overflow: hidden;
    position: relative;
}
.imglistblog > img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.item-contentlistblog{
    padding: 1.25rem;
    background: var(--white);
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}
.item-contentlistblog p{
    flex: 1 1 0%;
    margin-bottom: 20px;
    min-height: calc(22px * 2);
}
.item-paravideo{
    font-weight: 600;
    font-size: 16px;
}

/*accordin*/
.accordion-item{
    border: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.accordion-header{
   font-size: 14px;
   margin-bottom: 15px;
}
.accordion-header .accordion-button{
    background: var(--grey);
    font-size: 14px;
    border-radius: 0.5rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
    box-shadow: none;
    padding: 0.75rem 1.25rem;
}
.accordion-button::after{
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../assets/images/plus-icon.html');
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../assets/images/minus-icon.html');
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--collapse-bg);
    box-shadow: none;
    
}

/*customer-reviews*/
.u-slick--gutters-1{
    margin-left: -20px;
    margin-right: -20px;
}
.u-slick--gutters-1 .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}
.u-slick--gutters-2{
    margin-left: -10px;
    margin-right: -10px;
}
.u-slick--gutters-2 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.ct-raings{
    padding-bottom: 2.5rem !important;
}
.ct-raings .slick-arrow,.ct-arrows .slick-arrow{
    width: 35px;
    height: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.ct-raings .slick-arrow.slick-prev{
    background-image: url('../assets/images/left-arrow-blue.html');
}
.ct-raings .slick-arrow.slick-next{
    background-image: url('../assets/images/right-arrow-blue.html');
}
.blue-themeslider .slick-arrow.slick-prev{
    background-image: url('../assets/images/left-arrow-bluetheme.html');
}
.blue-themeslider .slick-arrow.slick-next{
    background-image: url('../assets/images/right-arrow-bluetheme.html');
}
.ct-raings .slick-arrow:before,.ct-arrows .slick-arrow:before{
    display: none;
}
.customer-reviews{
	background: var(--blue-5);
}
.rating-box{
    border-radius: 0.375rem;
    overflow: hidden;
    background: var(--white);
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    
}
.rate-box-inner{
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;

}
.rate-para,.rat-blockquote{
    flex: 1 1 0%;
}

.ratimg > img{
    width: 50px;
    height: 50px;
    border: 1px solid var(--grey);
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.rating-user{
    margin-top: 1rem;
}
.ratinguone{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rat-listpara{
    flex: 1;
    margin-left: 15px;
}
.rating-bar svg{
    width: 1rem;
    height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(253, 178, 65, var(--tw-text-opacity));
}
.four-ratings svg:last-child{
    color: var(--grey2);
}
.slick-dots-ct-ratings .slick-dots li {
    width: 15px;
    height: 6px;
    margin: 5px;
    background-color: var(--grey3);
    border-radius: 0.375rem;
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}
.slick-dots-ct-ratings .slick-dots li.slick-active {
    width: 20px;
    background-color: var(--blue-2);
}
.slick-dots-ct-ratings.blue-themeslider .slick-dots li.slick-active {
    width: 20px;
    background-color: var(--blue-theme);
}
.slick-dots-ct-ratings .slick-dots li button:before{
    display: none;
}

/*steps carousal*/
.easeystep-carousal .slick-arrow{
    width: 40px;
    height: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.easeystep-carousal .slick-arrow.slick-disabled{
    pointer-events: none;
    opacity: .5;
}
.easeystep-carousal .slick-arrow.slick-prev{
    background-image: url('../assets/images/left-arrow-green.html');
    left: -4.5rem;
}
.easeystep-carousal .slick-arrow.slick-next{
    background-image: url('../assets/images/right-arrow-green.html');
    right: -4.5rem;
}
.easeystep-carousal .slick-arrow:before{
    display: none;
}
.setpsdetailmain .list-group-item{
    border-radius: 0;
    border: none;
    background-color: transparent;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.setpsdetailmain .list-group .list-group-item:not(:last-child):after{
    content: "";
    position: absolute;
    height: 110%;
    left: 22.5px;
    top: 45px;
    z-index: auto;
    border-left: 1.5px dashed var(--grey3);
}
.steps-count{
    background: var(--light-green3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.steps-para{
    margin-left: 1.5rem;
    flex: 1;
    font-weight: 600;
    padding-right: 1rem;
    font-size: 16px;
    color: var(--black);
}
.setpsdetailmain .list-group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.setpsdetailmain .list-group .list-group-item.active .steps-count{
  background: var(--green);
  color: var(--white);
  border: 2px solid var(--light-green3);
}

/*emi*/
.emi-boxmain{
    background: var(--white);
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

}

.listloanpricerange .lipricitems:not(:last-child)  {
   margin-bottom: 1.5rem;
}

.loanemi-para{
    margin-bottom: 0;
    color: #86878A;
    font-weight: 500;
    font-size: 13px;
}
.insdi{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
}
.twotext-wrapamount{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #86878A;
    font-weight: 500;
    font-size: 13px;  
    margin-top: 15px;
}
.twotext-wrapamount > *{
    display: flex;
    align-items: center; 
}
.roundtextwrap{
    background: #ccc;
    height: 17px;
    width: 17px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.lipricitems > p{
    flex: 1;
    margin-right: 5px;
}
 .result-dload{
   background: #F5F5F5;
   padding: 3px 15px;
   border-radius: 0.375rem;
   -webkit-border-radius: 0.375rem;
   -moz-border-radius: 0.375rem;
   -ms-border-radius: 0.375rem;
   -o-border-radius: 0.375rem;
   color: #86878A;
   font-weight: 700;
   font-size: 12px;
   border: 1px solid var(--grey3);
   pointer-events: none;
   text-align: center;
}
.loan-resul-second{
    padding: 0 2rem;
}
.loan-resul-second .loanemiresult{
    padding: 1rem;
}
.loan-resul-second .loanemiresult:not(:last-child){
    border-bottom: 1px dashed var(--grey3);
}
.resulblue-price{
    font-weight: 700;
    color: var(--light-green2);
    font-size: 24px;
}
.chartcontain{
    height: 250px;
}
.invisible {
    display: none;
  }
  .canvasjs-chart-credit{
	display: none;
}

.letterboxprinamout{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    text-align: center;
}
.letterboxprinamout p{
    margin: 0;
    color: #646569;
    font-size: 18px;
    line-height: 1;
}
.traihide{
    background: var(--white);
    z-index: 1;
    position: absolute;
    width: 110px;
    height: 10px;
    bottom: 0px;
}

.accordion ol li{
    margin-bottom: 1rem;
}

/*navbarnew*/
/* .navbar-list-scroll{
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 103130;
    width: 100%;
    -webkit-box-shadow: -2px 2px 3px 0px rgb(50 50 50 / 10%);
    box-shadow: -2px 2px 3px 0px rgb(50 50 50 / 10%);
} */
.fotergap{
    margin-bottom: 50px;
}
.navbar-list-scroll.stickywrap .invnavmain{
    position: fixed;
    top: 0;
    background: var(--white);
    z-index: 103130;
    width: 100%;
    left: 0;
}
.navbar-list-scroll.stickywrap .navbar-nav{
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-list-scroll.stickywrap ~ .personal_loan{
    padding-top: var(--spacing);
}
.navbar-list-scroll .navbar-nav{
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: -2px 2px 3px 0px rgb(50 50 50 / 10%);
    box-shadow: -2px 2px 3px 0px rgb(50 50 50 / 10%);
    background: #fff;
    z-index: 1;
    position: relative;
    margin: -2rem 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-list-scroll .invnavmain ul li a{
    color: #716d6d;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}
.navbar-list-scroll .invnavmain ul li a.active{
    border-bottom: 2px solid var(--blue-theme);
    color: var(--blue-theme);
}
.navbar-list-scroll .invnavmain ul li a:after{
    content: "";
    border-right: 1px solid rgba(204,204,204,.29);
    position: absolute;
    right: 0;
    top: 50%;
    height: 50%;
    transform: translate(0,-50%);
}

.navbar-list-scroll .invnavmain ul li{
    position: relative;
    width: 14.28571%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-flex;
}
.navbar-list-scroll .invnavmain ul li.applynow {
    background: var(--green);

}
.navbar-list-scroll .invnavmain ul li.applynow a{
    color: var(--white);
}



/*footer*/
.footer-top-2{
    background: var(--blue-theme);
    padding: var(--spacing) 0;
}
.gettouch-fd{
    background: var(--green);
    padding: 20px;
    color: var(--white);
}
.footer-top{
    background: var(--light-blue);
    padding: var(--spacing) 0;
}
.subheadfooter{
    font-weight: 600;
    color: var(--white);
}
.gettouchli,.business_submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
}
.gettouchli > li > a,.gettouchli > li > p{
    display: flex;
    margin: 0;
}
.gettouchli li a{
    color: currentColor;
    text-decoration: none;
}
.gettouchli li a span{
    flex: 1;
}
.gettouchli li:not(:last-child){
    margin-bottom: 1.25rem;
}
.gettouch2 li:not(:last-child){
    margin-bottom: 0.65rem !important;
}
.gettouchli li svg{
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
}

.social-icons{
    display: flex;
}
.social-icons a{
    background: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    color: var(--blue-2);
}
.social-icons a svg{
    width: 14px;
    height: 14px;
}
.social-icons a svg path{
    fill: currentColor;
}
.social-icons a{
    margin-right: 10px;
}
.business_submenu{
    padding-left: 20px;
    margin-top: 0.75rem;
}
.gettouchli li svg path{
    fill: var(--white);
}
.ft-inertex p{
    margin-bottom: 3px;
}
.conteactlink{
    text-decoration: none;
    font-weight: 700;
}
.downloadD{
    background: var(--white);
    padding: 8px 15px;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--blue-theme);
    font-weight: 500;
    width: 180px;
}
.footer-botom{
    background: var(--green);
    font-size: 12px;
}
.litsanchorsfopoter{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.litsanchorsfopoter li{
  display: inline-block;
}
.litsanchorsfopoter li:not(:last-child){
    margin-right: 8px;
}
.litsanchorsfopoter li a{
    text-decoration: none;
    color: var(--white);
}


.noneblock {
    display: none!important;
}
.activeblock, .opened .noneblock {
    display: block!important;
}
.opened .activeblock {
    display: none!important;
}
.navbar-toggler {
    padding: 2px 6px;
    border: none;
    color: var(--black);
    outline: none!important;
    box-shadow: none;
}
.slick-dots{
    left: 0;
}


.canvasjs-chart-tooltip {
    display: none !important;
}
.irs--flat .irs-handle{
    display: none;
}
.ionSlider.newCalc .inpt-slider:not(:last-child) {
    margin-bottom: 1.5rem;
}
.ionSlider.newCalc .inpt-slider .irs{
	display:block;
}

.ionSlider.newCalc .inpt-slider .irs-with-grid {
    width: 100%;
    position: relative;
    top: 20px;
    left:0;
}

.car.ionSlider.newCalc .inpt-slider .irs .irs-single {
    background: url(../images/stearing.html) center center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    top: -12px;
}
.ionSlider.newCalc .inpt-slider .irs .irs-single {
    color: #ae275f;
    background-color: #f4f4f4;
    z-index: 5;
    top: -8px;
    /*margin: 0 0 0 6px;*/
    border-radius: 50px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border:solid 2px rgb(169,27,83);
    text-indent: -10000px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.3);
    background-image: url(../assets/images/pointer.html) !important;
    background-size: contain;
    border: none;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
    border: none;
}

.ionSlider .inpt-slider .irs .irs-max,
.ionSlider .inpt-slider .irs .irs-min {
    display: none;
}

.ionSlider.newCalc .inpt-slider .irs-bar {
    background: var(--light-green2);
    left: 0!important;
    border-radius: 10px;
}

.ionSlider .inpt-slider .irs-grid .irs-grid-pol {
    display: none
}

.ionSlider .inpt-slider .irs-grid .irs-grid-text {
    display: none;
    color: #323232;
    font-size: 1.2rem;
    line-height: inherit
}

.ionSlider.newCalc .inpt-slider .irs-grid .js-grid-text-0 {
    display: block;
    position: absolute;
    margin: 0 !important;
}

.ionSlider .inpt-slider .irs-grid .js-grid-text-4 {
    display: block;
    position: absolute;
    top: -23px;
    left: unset!important;
    right: -57px;
}
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    outline: 0!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.newCalc .irs-with-grid .irs-grid {
    display: none;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input,.sliderInpt {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

/*.ionSlider.newCalc .inpt-slider .irs .irs {
    height: 40px;
}*/
.loanAmt{
    width: 100px;
}
.numbersDecimal {
    width: 60px;
}
.newCalc .irs-with-grid {
    height: 35px;
}

.ionSlider.newCalc .inpt-slider .irs .irs .irs-line {
    height: 5px;
    background-color: #ddd;
    border-radius: 10px;
    box-shadow: none;
    width: 100%;
    top: 0;
    overflow: inherit;
}

.ionSlider.newCalc .inpt-slider .irs .irs .irs-line-left {
    height: 5px;
    background-position: 0 -30px;
    left: 0;
    width: 11%;
}

.ionSlider.newCalc .inpt-slider .irs .irs .irs-line-mid {
    height: 5px;
    background-position: 0 0;
    left: 9%;
    width: 82%;
}

.ionSlider.newCalc .inpt-slider .irs .irs .irs-line-right {
    height: 5px;
    background-position: 100% -30px;
    right: 0;
    width: 11%;
}

.newCalc .irs-bar {
    height: 5px;
    top: 0px;
    background-position: 0 -60px;
}

.irs-bar-edge {
    top: 25px;
    height: 6px;
    width: 7px;
    background-position: 0 -90px
}

.irs-shadow {
    height: 1px;
    top: 34px;
    background: #000;
    opacity: .75
}

.newCalc .irs-slider {
    width: 8px;
    height: 15px;
    top: 21px;
    background-position: 0 -120px
}

.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px
}

.irs-max,
.irs-min {
    color: silver;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #3654b0
}

.irs-from,
.irs-single,
.irs-to {
    color: #000;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(255, 255, 255, .8);
    border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #d8dff3
}

.irs-grid-pol {
    background: #777
}

.irs-grid-text {
    color: #e0e0e0
}

/*footer*/
.inline-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    background: var(--darkgreen);
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    pointer-events: none;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}
.inline-footer.stickywrapfooter{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.inline-footer .row{
    height: 50px;
}
.inline-footer .mt-bottom{
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.inline-footer .row .col:last-child  .mt-bottom::before{
    display: none;
}
.inline-footer .mt-bottom::before{
    content: "";
    border-right: 1px solid rgba(204,204,204,.29);
    position: absolute;
    right: 0;
    top: 50%;
    height: 50%;
    transform: translate(0,-50%);
}

.inline-footer .mt-bottom span:first-child{
    display: flex;
    margin-right: 10px;
}

.inline-footer .mt-bottom:hover{
    background: var(--white);
    color: var(--green);
}

.inline-footer .mt-bottom svg{
    width: 24px;
    height: 24px;
}
.inline-footer .mt-bottom svg path{
    fill: currentColor;
}

.loan-carousal-sec{
    padding: var(--spacing) 0;
}
.ct-wrap-anchor {
    color: #114984;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   
}
.ctmain-itesm{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ct-wrap-anchor svg{
    fill:currentColor;
    height: 42px;
    padding: 0;
    border: 0;
    float: none;
    display: block;
    box-sizing: unset;
    max-width: 100%;
    background: 0 0;
}
.ct-wrap-svg{
    margin-bottom: 5px;
    height: 50px;
    display: flex;
    align-items: center;
}
.consumerwd svg{
    height: 30px;
}
.ct-wrap-anchor:hover{
    color: var(--green);
}
.ct-wraptext {
    height: calc(20px * 2);
    text-transform: uppercase;
    font-size: 11px;
}

/*responsive*/
@media(max-width:991px) {
    .ct-wraptext{ 
    font-size: 10px;

    }
    :root{
        --btn-size: 14px;
        --heading-sec: 24px;
        --spacing: 3rem;
    }
    body{
        font-size: 13px;
    }
    .ft-sec h1{
        font-size: 1.5rem;
    }
    .head4{
        font-size: 1rem;
    }
    .digital_personal_loan_cont img {
        width: 30px;
        height: 30px;
    }
    .digital_personal_loan_cont h3{
        font-size: 1rem !important;
    }
    .white_box img {
        width: 40px;
        position: absolute;
        left: 0;
        top: 0px;
    }
    .white_box a{
        padding-left: 50px;
    }
    .dottedimg{
        width: 100px;
        z-index: 1;
        bottom: -4rem;
        left: -3rem;
    }
    .dottedimgwhite{
        width: 100px;
        bottom: -4rem;
        right: -3rem; 
    }
    .easeystepsmain {
        max-width: 50%;
    }
    .steps-para,.apply_details_cont p,.item-paravideo{
        font-size: 14px;
    }
    .border_blue{
        border-right: none;
        border-bottom: 1px dashed var(--light-green);
    }
    .personal-overall p{
        margin: 20px;
    }
    .personal-overall h4{
        font-size: 16px;
    }
    .item-paravideo{
        margin-bottom: 0;
    }
    .different_cities_one{
        width: 33.3333%;
    }
    header.toplogo{
        position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding: 11px 0;
    z-index: 1030;
    }
    header.toplogo .container > a{
        display: inline-flex;
    }
    .navbar-collapse{
    position: fixed;
    width: 100%;
    top: 55px;
    background: var(--white);
    z-index: 1;
    border-radius:0.375rem;
    padding: 0;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    left: 0;
    -webkit-border-radius:0.375rem;
    -moz-border-radius:0.375rem;
    -ms-border-radius:0.375rem;
    -o-border-radius:0.375rem;
}
nav#main_navbar li a{
    color: var(--black);
}
    nav#main_navbar{
        top: 12px;
        right: 0;
        width: auto;
        padding: 0;
    }
    header.toplogo a > img {
        padding: 0;
    }
}

@media(max-width:767px) {
    nav#main_navbar{
        width: auto;
        float: none;
        padding: 0;
    }
    header.toplogo a > img{
        width: 150px;
    }
    .different_cities_one{
        width: 50%;
    }
    .personal-slick,.ct-raings,.ct-carousal-wrap {
        padding: 0 30px;
    }
    .personal-slick .slick-prev,.ct-carousal-wrap .slick-prev{
        left: 15px;
    }
    .personal-slick .slick-next,.ct-carousal-wrap .slick-next{
        right: 15px;
    }
    .ct-raings .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .ct-raings .slick-next{
        right: 15px;
    }
    .ct-raings .slick-prev{
        left: 15px;
    }
    .inline-footer .mt-bottom svg{
        width: 20px;
        height: 20px;
    }
    .accordion-header .accordion-button{
        font-size: 13px;
        line-height: 1.5;
        gap: 10px;
    }
    .heading-sec.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .accordion-body {
        padding: 1rem;
    }
    .accordion-body p:not(:last-child) {
        margin-bottom: 1rem;
    }
    .accordion-body p:last-child{
        margin-bottom: 0;
    }
    .circle_box{
        width: 90px;
        height: 90px;
    }
    .personal-overall{
        padding-bottom: 20px;
    }
    .navbar-list-scroll .invnavmain ul li a{
        padding: 12px 10px;
        font-size: 10px;
    }
    .navbar-list-scroll .invnavmain ul li{
        width: 100%;
    flex: 0 0 30%;
    }
    .navbar-list-scroll .navbar-nav{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

/************************online personal loan********************/
.loan-info {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px 30px 0 30px;
    margin: 50px 0 20px 0;
    text-align: center;
    font-family: 'Gotham';
}
.lt-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 20px 0;
}
.lt-grid {
    text-align: center;
    color: #fff;
    min-width: 22%;
    padding: 0;
    font-size: 14px;
}
.lt-grid img {
    margin: 0 0 10px 0;
}
.lt-grid span {
    display: block;
}
.lt-grid p {
    font-weight: bold;
    margin: 4px 0;
}
.emi-desc {
    border-top: 1px solid #fff;
    padding: 20px 20px;
}
@media(max-width:767px){
.lt-grid {
    padding: 0 0 20px 0;
}
}