html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;font-family: "Montserrat", serif;}


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    margin: 0;
    background: #fff;
    font-weight: 400;
    font-style: normal;
	font-family: "Montserrat", serif;
}


section{
    padding: 60px 0;
}
.container {
    max-width: 1260px;
    width: 100%;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    transition: all 500ms ease;
    color: #143628;
    margin-bottom: 25px;
}
.h2 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}
.h2 span {
    display: inline-block;
    padding: 0 38px 10px;
    border-bottom: 1px solid #0e0e0c;
    position: relative;
}


body h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

body h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
body p {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all 500ms ease;
    margin-bottom: 15px;
}


.btn_div {
    margin-top: 30px;
}
.sub_btn {
    color: #ffffff;
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 250px;
    background: #336659;
    text-transform: uppercase;
    padding: 14px 40px;
    line-height: 22px;
    border-radius: 5px;
    box-shadow: none !important;
    outline: none !important;
    transition: 0.5s all ease;
}

.sub_btn:hover {
    color: #fff;
    transition: 0.5s all ease;
    background: #1f493d;
}

.sub_btn2 {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    background: #336659;
    text-transform: uppercase;
    padding: 14px 44px;
    line-height: 22px;
    border-radius: 50px;
    box-shadow: none !important;
    outline: none !important;
    transition: 0.5s all ease;
	margin: 0 5px;
}

.sub_btn2:hover {
    color: #fff;
    transition: 0.5s all ease;
    background: #1f493d;
}
.sub_btn3 {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    background: #1f493d;
    text-transform: uppercase;
    padding: 14px 44px;
    line-height: 22px;
    border-radius: 50px;
    box-shadow: none !important;
    outline: none !important;
    transition: 0.5s all ease;
	margin: 0 5px;
}

.sub_btn3:hover {
    color: #fff;
    transition: 0.5s all ease;
    background: #f3efe8;
}
.hd_small {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.94px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}




/*Menu css =========================*/

/** search css **/
/** menu code here **/
.menu-container {
    z-index: 99999;
    top: 0;
    position: fixed;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

.menu-container .leftmen {
    width: 50%;
}

.menu-container .leftmen ul {
    padding: 0;
    list-style: none;
}

.menu-container .leftmen ul li a {
    padding: 10px 0px 10px 40px;
    color: #fff;
    display: block;
    position: relative;
}

.menu-container .leftmen ul li a:before {
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 9px;
    left: 15px;
    content: "\f105";
    font-family: FontAwesome;
}

.menu-container .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-100%);
    transition: transform 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
}

.menu-container .menu ul li {
    font-size: 24px;
    color: white;
    padding: 0;
    text-align: left;
}

.menu-container .rgtmen {
    width: 50%;
    height: 100%;
    background: #fff;
    position: relative;
}

.menu-container .logsignlink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
}
.logsignlink img {
    width: 100%;
}
.menu-container .logsignlink li {
    border: none;
    display: inline-block !important;
    margin: 0 10px;
    vertical-align: middle;
}

.menu-container .logsignlink .logo {
    text-align: center;
    margin-bottom: 40px;
}

.menu-container .logsignlink li a {
    padding: 14px 25px;
    background: #143628;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto 20px;
    border: none;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #143628;
}

.menu-container .logsignlink li a i {
    font-size: 20px;
    margin-right: 10px;
}

.menu-container .logsignlink li a:hover {
    background: #000;
}

.menu-container .logsignlink li.vendorelogin a {
    background: transparent;
    color: #143628;
    border: 1px solid #143628;
}

.logsignlink ul li.vendorelogin a i {
    color: #143628;
}

.menu-container .logsignlink li.vendorelogin a:hover {
    background: #143628;
    color: #fff;
}

.menu-container .logsignlink li.vendorelogin a:hover i {
    color: #fff;
}

.menu-container .logsignlink ul {
    padding: 0;
}

.menu-container .logsignlink li {
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    color: #3f5f7f;
    display: block;
}

.menu-container ul li a {
    cursor: pointer;
}

.menu-container .clsemenu {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #143628;
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
}

.menu-container .clsemenu:hover {
    background: #000;
}

.menu-sliders {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: flex 0.45s;
}

.menu-sliders:nth-child(2) {
    flex: 1 0 100%;
    background: transparent;
}

.menu-sliders:nth-child(odd) {
    background: #005db7;
}

body.menu-open .menu-sliders:nth-child(2) {
    flex: 0 0 0%;
}

body.menu-open .menu-container .menu {
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
}

.site-header__sidemenu-nav-line {
    width: 20px;
    height: 2px;
    background-color: #007bcf;
    display: block;
    cursor: pointer;
}

.site-header__sidemenu-nav-line:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-container .menu h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.menu-container .menu h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #c2c2c2;
    content: "";
}
.imglft img {
    width: 100%;
}
/*End*/















.togglemenu .plus-btn {
    cursor: pointer;
}

.header .rightalign {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .searchicon {
    margin-right: 30px;
}

.header .searchicon i {
    font-size: 18px;
    cursor: pointer;
}
.togglemenu.plus-btn-pos {
    margin-left: 15px;
}
.site-header__sidemenu-nav-line {
    width: 25px;
    height: 2px;
    background-color: #f3efe8;
    display: block;
    cursor: pointer;
}
.site-header__sidemenu-nav-line:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.Top_header {
    background: #021192;
    transition: 0.5s all ease;
}
.Top_header:hover .Top_header_in {
    padding: 10px 0;
    overflow: hidden;
    transition: 0.5s all ease;
}
.Top_header_in {
    display: flex;
    align-items: center;
    padding: 9px 0;
    justify-content: center;
}
.whatsapp_icon {
    width: 22px;
    display: inline-block;
    margin-right: 5px;
    transition: 0.5s all ease;
}
.Top_header:hover .Top_header_in .whatsapp_icon {
    width: 26px;
    transition: 0.5s all ease;
}
.Top_header_in p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    transition: 0.5s all ease;
}
.Top_header:hover .Top_header_in p {
    font-size: 14px;
    transition: 0.5s all ease;
}

.Top_header_in p a{
    color: #ffffff;
}

/*Header css*/
.header {
    padding: 0px 0;
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s all ease;
}
.header .container {
    max-width: 1400px;
}
/* .fixedHeader {
    position: fixed;
    background: #fff;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 22%);
} */
.header_menu {
    background: #143628;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.logoin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
}
.fixedHeader .logoin {
    justify-content: space-between;
    transition: 0.5s all ease;
}

header .sub_btn2 {
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 15px;
}
.logo_hdr {
    max-width: 250px;
}
.menu_in {
    margin-left: auto;
    padding-right: 30px;
}

.mn_menu ul li {
    display: inline-block;
    margin: 0 0px;
    position: relative;
    padding: 34px 13px;
    position: relative;
}
.click_menu_i {
    position: absolute;
    top: 39px;
    right: -7px;
    width: 15px;
    height: 14px;
    background: url(../images/menu_drop_icon.png) no-repeat center;
}

.mn_menu ul li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .5s all ease;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.fixedHeader .mn_menu ul li a {
    color: #fff;
}


.mn_menu ul li:hover > a {
    transition: .5s all ease;
    color: #336659;
}
.mn_menu ul li.nav-item1.active a{
    color: #336659;
}
.mn_menu ul ul {
    position: absolute;
    width: 275px;
    left: 0;
    top: 92px;
    background: #fff;
    z-index: 99;
    max-height: 0;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.mn_menu ul ul ul, .mn_menu ul ul ul ul {
    top: 0;
    left: 100%;
}

@media(min-width:992px){
	.menu-container .imglft {
		display: block;
		width: 50%;
		height: 100%;
	}
	.menu-container .imglft img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right;
	}
    .mn_menu ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    } 
    .mn_menu ul ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    }
/*
    .mn_menu > ul > li:hover .click_menu_i:before {
        border-top: 8px solid #cd3e5b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
*/
    
    
    .mn_menu ul ul li:hover a{background: #011191; transition: 0.5s all ease; color: #fff;}
    .mn_menu ul li:hover {
        transition: 0.5s all ease;
    }
}
.mn_menu ul ul li {
    display: block;
    border-bottom: 1px solid #011191;
    margin: 0;
    padding: 0px;
}
.mn_menu ul ul li:last-child{border-bottom: 0px;}
.mn_menu ul ul li a {
    padding: 12px 15px;
    display: block;
    color: #030f10;
    font-size: 16px;
    transition: .5s all ease;
    font-weight: 500;
}
/*.click_menu_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #002868;
    z-index: -1;
    transition: 0.5s all ease;
}*/
/*
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
*/
@media (max-width: 1111px){
    .mn_menu ul li {
        padding: 8px 10px;
    }

}
@media(max-width:991px){
    
    
    .logo_hdr {
        width: 130px;
    }
    
	header {
	    position: fixed;
	    z-index: 9999;
	}
    
	.mn_menu {
	    display: block;
	    flex-direction: column-reverse;
	    height: 75vh;
	    overflow-y: scroll;
    	justify-content: flex-end;
	}
	.mn_menu ul {
        display: block;
    }
    .mn_menu ul li {
        position: relative;
        padding: 0;
        display: block;
        border-bottom: 0px solid #e7e7e7 !important;
    }
    .mn_menu ul li a {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        transition: .5s all ease;
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #ccc;
		color: #fff;
    }
    .mn_menu .Registration {
        text-align: center;
    }
    .mn_menu ul ul {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: inherit;
        -webkit-transform: inherit;
        -webkit-transform-origin: inherit;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-shadow: none;
        display: none;
    }
    .mn_menu ul li {
        padding: 0;
    }
    .mn_menu ul ul li a {
        color: #002868;
        padding-left: 20px;
    }
    .mn_menu ul ul ul li a {
        padding-left: 35px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #fff;
    }
    .menu_icon {
        width: 30px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: fixed;
        top: 88px;
        right: 15px;
        z-index: 999;
        margin-left: 6px;
        text-align: right;
		display: none;
    }
    .fixedHeader .menu_icon {
        top: 28px;
    }
    .header_menu_bt {
        height: 75px;
    }
    .menu_icon .CL_MNU {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.5s all ease;
    }
    .menu_cl_add img {
        display: none;
    }
    .menu_cl_add .CL_MNU  {
        display: flex;
    }
    .menu_icon .CL_MNU:nth-child(1) {
        top: 0px;
    }
    .menu_icon .CL_MNU:nth-child(2) {
        top: 8px;
    }
    .menu_icon .CL_MNU:nth-child(3) {
        top: 16px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }


    .click_menu_i {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        background: #002868;
    }
    .click_menu_i:before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .click_menu_i.Li_icon_add:before {
        position: absolute;
        top: 5px;
        left: 15px;
        content: "\f106 ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .hdr_to_menu {
	    display: block;
	}
	.hdr_to_menu a {
	    font-size: 12px;
	    padding: 6px 10px 6px 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0;
	}
	.hdr_bt_menu {
	    margin-top: 0;
	}
    .menu_in {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: transparent;
		transition: 0.5s all ease;
		padding-left: 0;
		padding-right: 0;
		transform: translateY(-101%);
		height: 66vh;
		overflow-y: scroll;
	}
	.menu_in::-webkit-scrollbar {
		height: 5px
	}

	.menu_in::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0 transparent
	}

	.menu_in::-webkit-scrollbar-thumb {
		height: 5px;
		background-color: #6a9b7e
	}

	.menu_in::-webkit-scrollbar-thumb:hover {
		background-color: #6a9b7e
	}

	.menu_in::-webkit-scrollbar:vertical {
		display: none
	}
	.menu-open .menu_in {
		transition: 0.5s all ease;
		transform: translateY(50px);
	}
	.menu-open .header {
		display: none;
	}
    .menu_in:before {
        position: fixed;
        top: 0;
        left:0px;
        width: 0;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 72%);
        transition: 0.5s all ease;
    }

    .js--mobile-menu-active .menu_in:before {
        left: 270px;
        transition: 0.5s all ease;
        width: 100%;
    }


    .js--mobile-menu-active .menu_in {
        left: 0;
        transition: 0.5s all ease;
    }
	
	.logoin {
		padding: 10px 0;
	}
	.mn_menu .Registration {
		display: none;
	}
    .top_menu {
        text-align: left;
        padding-top: 12px;
        padding-left: 12px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .hdr_to_phone a {
        font-size: 14px;
    }
    .top_menu {
        padding: 8px 0 8px 0px;
        height: 55px;
    }
    .menu_rt {
		padding-right: 0;
		margin-left: auto;
	}
	.logo_hdr {
		width: 200px;
	}
}










	

/*Banner css*/
.banner {
    position: relative;
    margin-top: 0px;
    display: block !important;
}
/*
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/banner_bg.png") no-repeat left top;
    z-index: 1;
    background: linear-gradient(136deg, rgba(2, 39, 55, 1) 0%, rgb(2 117 162 / 0%) 100%);
background: linear-gradient(90deg, #003f5b, #2b4b7d, #5f5195, #98509d, #cc4c91, #f25375, #ff6f4e, #ff9913);
}
*/
.banner img {
    object-fit: cover;
/*     height: calc(100vh - 90px); */
	height: 100vh;
}
.banner_in{position: relative;}
.banner_tx{
	position: relative;
	z-index: 1;
}
.bnr_tx_in {
    max-width: 710px;
    text-align: center;
}

ul.bnr_ul {
    margin: 20px;
}
ul.bnr_ul li {
    font-size: 18px;
    font-weight: 500;
    list-style: disc;
    color: #fff;
    line-height: 28px;
}
.banner h1 {
    font-weight: 600;
    margin: 0 0 10px;
    transition: all 500ms ease;
    font-size: 50px;
    color: #ffffff;
    line-height: 55px;
    text-transform: uppercase;
}
.bnr_tx_in p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.bnr_tx_in .sub_btn {
    margin: 0 auto;
}
.bnr_tx_in .btn_div {
    margin-top: 20px;
}
.bnr_tx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
    z-index: 9;
}

.banerSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    display: none;
}
.banerSlider button.owl-dot {
    width: 30px;
    height: 3px;
    background: #ffffff !important;
    margin: 4px;
}
.banerSlider button.owl-dot.active {
    background: #e76666 !important;
}

/*Inner Banner css*/
.inner picture img {
    object-fit: cover;
    height: calc(550px - 90px);
}
.inner .bnr_tx_in {
    text-align: left;
}
/*
.inner .bnr_tx {
    top: 35%;
}
*/
.inner .banner {
    margin-top: 90px;
}


/* About Css */
.about_scn {
    padding: 70px 0 50px;
    background-color: #f5f8f9;
}
.abt_left {
    position: relative;
    padding: 22px 0 22px 50px;
}
.abt_left:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 51%;
    height: 100%;
    background: #143628;
}

.about_scn .btn_div {
    margin-top: 15px;
}

.about_scn p {
    text-align: justify;
    font-size: 17px;
}
.about_img img {
    border-radius: 0px;
    height: 420px;
    object-fit: cover;
}
.abt_rt {
    padding-right: 45px;
}


.Explore_scn{
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}
.Explore_bg_rt img {
    width: 100%;
}
.Explore_bg_rt {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 241px;
    padding-top: 55px;
}
.Explore_Slider {
    position: relative;
    z-index: 1;
}
.why_choose_bx_utr {
    
}
.Explore_Slider .owl-stage-outer {
    padding: 0px 0;
}
.Explore_Slider .owl-stage-outer .owl-stage {
   
}
.why_choose_bx {
    text-align: center;
    padding: 30px 30px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.17);
    border: 1px solid #e8e8e8;
    margin: 20px 26px;
}
.why_choose_bx p {
    font-size: 16px;
    line-height: 24px;
}
.why_choose_icon {
    display: block;
    margin-bottom: 20px;
}
.why_choose_icon img {
    width: auto !important;
    display: inline-block !important;
}
.why_choose_bx .title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 28px;
}
.why_choose_bx a.sub_btn2 {
    position: relative;
    bottom: -22px;
}

.Explore_Slider .owl-stage-outer .owl-item {
    opacity: 0;
}

.Explore_Slider .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.Explore_Slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 4px;
}

.Explore_Slider .owl-dots .owl-dot.active {
    border: 1px solid #143628 !important;
}

.Explore_Slider .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #143628;
    display: block;
    margin: 0 auto;
}

.Explore_Slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}








/*Choose_Us_in*/
.Choose_Us_in {
    margin-top: 30px;
}
.Choose_Us_bx {
    border: 1px solid #e1e4e2;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 1rem #ddddddba;
    border-radius: .7rem;
    transition: .3s;
    padding: 30px 0 20px 0;
}
.Choose_Us_scn .choose_first_pra {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px;
    line-height: 26px;
}
.Choose_Us_bx:hover {
    box-shadow: 0 0 2rem #ddd;
}
.Choose_Us_bx img {
    margin-bottom: 30px;
    transition: .3s;
}
.Choose_Us_bx:hover img {
    transform: translateY(1rem);
    transition: .3s;
}
.Choose_Us_scn p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 15px;
}
.Choose_Us_scn h4 {
/*    font-size: 22px;*/
    padding: 0 15px;
    margin-bottom: 15px;
}


.choose_us .commn_head {
    padding: 0 12rem 3rem
}





.choose_bx_text h3 {
    color: #2d2d2d;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    padding: 0 3rem
}

.choose_bx_text p {
    padding: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #666
}

.choose_box {
    text-align: center;
    padding: 4rem 2rem;
    box-shadow: 0 0 1rem #ddddddba;
    border-radius: .7rem;
    border: .1rem solid #ddddddba;
    transition: .3s;
    min-height: 31.5rem;
    font-family: GothamMedium;
    height: 100%
}

.choose_box:hover {
    box-shadow: 0 0 2rem #ddd
}

.Choose_Us_in .col-md-3:first-child .Choose_Us_bx {
    background-image: url(../images/choose_bg1.png);
    background-position: -1rem -2rem;
    background-repeat: no-repeat
}

.Choose_Us_in .col-md-3:nth-child(2) .Choose_Us_bx {
    background-image: url(../images/choose_bg2.png);
    background-position: 4rem -1.5rem;
    background-repeat: no-repeat
}

.Choose_Us_in .col-md-3:nth-child(3) .Choose_Us_bx {
    background-image: url(../images/choose_bg3.png);
    background-position: 3rem -2.5rem;
    background-repeat: no-repeat
}

.Choose_Us_in .col-md-3:nth-child(4) .Choose_Us_bx {
    background-image: url(../images/choose_bg4.png);
    background-position: -3.5rem -1.5rem;
    background-repeat: no-repeat
}

.choose_box figure {
    transition: .3s;
    min-height: 7rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 0 3rem
}





.app_div a {
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    color: #143628;
    font-weight: 600;
    margin: 10px 0;
}
.feature_tx ul li {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 500ms ease;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.feature_tx ul {
    column-count: 2;
    margin-bottom: 30px;
}
.feature_tx ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/li_arrow.png) no-repeat left top;
    width: 16px;
    height: 12px;
}
.feature_tx .title {
    font-size: 32px;
    margin-bottom: 30px;
}
.feature_tx {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Contact css*/
.contact_scn {
    position: relative;
    z-index: 1;
}
.contectbox {
    box-shadow: 3px 4px 62px 0px rgba(0, 0, 0, 0.23);
}

.contectbox .row {
    margin: 0;
}

.contectbox .pvtechnology {
    padding: 35px 60px;
    background: #fff;
}

.contectbox .pvtechnology h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.contectbox .pvtechnology h3 br {
    display: none;
}

.contectbox .pvtechnology p {
    font-size: 16px;
    font-weight: 500;
}

.contectbox .contactfrm {
    padding: 35px 60px;
    background: #143628;
}

.contectbox strong {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.maillnk a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #143628;
    font-weight: 400;
    transition: 0.5s all ease;
}
.maillnk i {
    display: inline-block;
    font-size: 16px;
    color: #143628;
    font-weight: 400;
    width: 22px;
}
.maillnk img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    max-width: 20px;
}

.maillnk a:hover {
    color: #143628;
    transition: 0.5s all ease;
}
.contectbox {
    margin: -150px 0px 80px;
}

.contactfrm h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.contactfrm input {
    border: 1px solid rgba(255,255,255,.6);
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    height: 52px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
}

.contactfrm input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contactfrm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contactfrm input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.contactfrm textarea {
    border: 1px solid rgba(255,255,255,.6);
    font-size: 14px;
    height: 120px;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
    background: transparent;
}

.contactfrm textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contactfrm textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contactfrm textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.contactfrm input[type="submit"] {
    background: #336659;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #336659;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.contactfrm input[type="submit"]:hover {
    border-color: #000;
    background: #000;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.contactperson h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

.contactperson h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
    background: #00769f;
    width: 104px;
    height: 2px;
}

.contactperson h6 {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.contactperson .whitebgbox {
    background: #fff;
    border-radius: 15px;
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0px 0px 43px 0px rgba(20, 41, 88, 0.29);
    border: 1px solid transparent;
    height: auto;
    padding-bottom: 20px;
}

.contactperson .whitebgbox .personimg {
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 300px;
}

.contactperson .whitebgbox .personimg img {
    width: 100%;
}

.contactperson .whitebgbox h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
}

.contactperson .whitebgbox span {
    color: #00769f;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}

.contactperson .whitebgbox p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.contactperson .whitebgbox p:last-child {
    margin-bottom: 0;
}

.contactperson .whitebgbox img {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.contactperson .whitebgbox p a {
    color: #000;
    transition: 0.5s all ease;
}
.contactperson .whitebgbox p a:hover {
    color: #f37021;
    transition: 0.5s all ease;
}
.contactperson .whitebgbox:hover img {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transform: scale(1.2);
}

.contactperson .whitebgbox:hover {
    border: 1px solid #00769f;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.contactperson .row {
    justify-content: center;
}
.our_team_scn{
	padding-bottom: 60px;
}


.bredcrms {
    margin-top: 0;
    box-shadow: 0 1rem 1rem #3333330f;
}
.breadcrumb-item.active {
    color: #2a2a2a
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}


.bredcrms {
    margin-top: 0
}

.breadcrumb {
    margin: 0;
    flex-wrap: initial;
    padding: 0;
    background: transparent;
}
.bredcrms ol li {
    padding: 10px 0;
    font-size: 15px;
    display: block;
    line-height: 22px;
    font-weight: 400;
    transition: 0.5s all ease;
}
.bredcrms ol li a {
    font-weight: 500;
    color: #143628;
}
.middle-menu {
    box-shadow: 0 1rem 1rem #3333330f;
    position: sticky;
    top: 92px;
    z-index: 99;
    background: #fff;
}

.product_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_menu ul li {
    display: inline-block;
    margin-right: 25px;
}
.product_menu ul li a {
    padding: 18px 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
    color: #000;
}


.product_menu .sub_btn2 {
    font-size: 14px;
    padding: 10px 30px;
    line-height: 20px;
    border-radius: 30px;
}
/*About css*/

.credit_overview {
    z-index: 9;
    padding-bottom: 150px;
}
.credit_overview::after, .img_inn::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}
.credit_overview::after {
    background: url(../images/about_bg.png) bottom center/100% no-repeat;
    bottom: 0;
    height: 100%;
    z-index: -1
}

.img_inn::after {
    background: url(../images/abt-dot.png) bottom center no-repeat;
    bottom: -4rem;
    height: 10rem
}
.text-abt::before {
    background: url(../images/dots_bg.png) no-repeat;
    position: absolute;
    right: -61px;
    content: '';
    height: 8rem;
    width: 9rem;
    bottom: -77px;
}
.sml_img {
    padding-left: 20px
}

.featured-blog-content-sec,.sml_img figure:last-child,p.note-disclosure {
    margin-top: 20px
}

.credit_overview li {
    background: #e7f3ec;
    padding: 1.7rem 3.5rem;
    margin-bottom: 1rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    color: #333;
    display: flex;
    align-items: center
}

.credit_overview li img,.insta_tab_img li img {
    margin-right: 1rem
}

.text-abt {
    padding: 0 4rem 0 0
}

.text-abt ul {
    padding: 2rem 3rem 0 0
}

.mision_inn figure img{
    transition: .5s all ease;
}

.milestone_slider .miles_box:hover img,.mision_inn:hover figure img,.presence_box:hover {
    transform: translateY(1rem);
    transition: .5s all ease;
}

.mision_text {
    padding: 0 0 0 35px;
}

.clr, .mision_text p {
    font-size: 16px;
}

.mision_inn {
    display: flex;
}
.mision_text .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}
.Know_the_Brand .col-lg-6:first-child::after {
    background: url(../images/abt-dots.png) bottom center no-repeat;
    position: absolute;
    bottom: -2rem;
    right: 4rem;
    content: '';
    width: 10.5rem;
    height: 7rem
}

.Know_text p span,.car-eve span,.cong-inner-sec .main-heading p,.key-profile .elg-crt_tab nav p.active,.policy-pg .elg-crt_tab nav p.active {
    font-weight: 500
}

.Know_text {
    padding: 0 0 0 .5rem
}

.Know_text .green_btn {
    display: inline-block;
    margin-top: 1rem
}

.award_slider {
    padding: 7rem 0;
    background: #ecf5f0;
    border-radius: 6rem;
    overflow: hidden
}

.award_box {
    text-align: center;
    padding: 0 4rem;
    border-left: .1rem solid #ddd
}

.award_inn .award_box:first-child {
    border-left: 0
}

.Companies_box p,.award_box p {
    line-height: 2.4rem;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    min-height: 70px
}

.award_box p span {
    color: #0d4a85;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    display: block;
    padding: 0
}

.award_box figure {
    margin-bottom: 3rem;
    max-height: 30rem;
    overflow: hidden;
    border-radius: 1rem
}

.award_box figure img {
    max-width: 40%
}

.award_box p.awrd_head {
    min-height: 4.5rem
}











a.loans-apply-btn1 {
    background: #c0e4c5;
    color: #129c4b;
    padding: 2rem 1.4rem
}

a.loans-apply-btn {
    background: #00769f;
    color: #fff;
    margin-left: 10px;
    padding: 2rem 3rem!important
}

section.overvw-sec::before {
    background: url(../images/dots_bg.png) no-repeat;
    position: absolute;
    left: 8rem;
    top: 6rem;
    content: '';
    height: 10.1rem;
    width: 10rem
}

section.overvw-sec {
    background: linear-gradient(90deg,#f3faf6 0,#fff 100%);
    position: relative
}

.pos-con {
    position: absolute;
    bottom: 41px;
    background: #129c4b;
    color: #fff;
    padding: 11px 14px;
    border-radius: 6px;
    max-width: 204px
}

.direct,.emi-cal-sec .direct {
    border-radius: 9px;
    padding: 1rem
}

.aply-main,.direct {
    display: flex;
    align-items: center
}

.step1,.step2,.step3,.step4 {
    max-width: 241px
}

.pos-con span {
    font-size: 3.4rem;
    font-weight: 600;
    display: block;
    margin-right: 11px
}

.offer_box_text,.pos-con div,.tc-sec table tr {
    font-size: 1.4rem
}

.direct {
    background: #fff;
    margin: 5px;
    min-height: 83px
}

.direct div span {
    font-size: 1.6rem;
    font-weight: 500
}

.direct div p {
    padding: 0;
    font-size: 1.4rem;
    line-height: 20px
}

.feat_box {
    box-shadow: rgb(149 157 165 / 20%) 0 -2px 15px;
    margin: 5px 10px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    min-height: 300px
}

span.feat-heading {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
    position: relative
}
.img-divs img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 20px;
}
.feat_box p {
    font-size: 15px;
    margin: 0;
    line-height: 23px;
    padding: 0 15px;
}
span.feat-heading:after {
    position: absolute;
    content: '';
    width: 66px;
    height: 3px;
    background: #00769f;
    bottom: 0;
    left: 0;
    top: 34px;
    right: 0;
    margin: auto
}

.feat-head p {
    max-width: 900px;
    margin: auto
}

.step-sec {
    text-align: center;
    position: relative;
    padding: 10rem 0
}

.a-contnt span:before,.for-handy-after:before,.step1,.step2,.step3,.step4 {
    position: absolute
}

.step1 {
    top: 45%;
    left: 7rem
}

.step2 {
    top: -7rem;
    left: 40%
}

.step3 {
    top: 45%;
    right: 7rem
}

.step4 {
    bottom: -7rem;
    left: 41%
}

.step1 span,.step2 span,.step3 span,.step4 span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #525252
}

.feature-section:before {
    background: url(../images/feature-back.png) 0 0/100% no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 55%;
    top: 0;
    z-index: -1
}
.award_inn {
    margin-top: 50px;
}
section.detail-handy-sec {
    background: linear-gradient(180deg,rgb(243 250 246 / 55%) 0,rgb(255 255 255 / 92%) 100%);
    padding: 1rem 0;
    margin: 5rem 0
}

.ovr-cntnt-sde h2 span {
    display: inline!important
}

.for-handy-after:before {
    right: 14px;
    top: 71px;
    content: '';
    background: #d7d7d7;
    height: 81%;
    width: 3px;
}

.a-contnt span:before,.heandi-div:before {
    width: 50px;
    height: 3px;
    background: #00769f;
    bottom: -8px;
    content: ''
}

.dttl {
    padding: 3rem;
    background: #ffffff00;
    box-shadow: rgba(0,0,0,.1) 0 4px 6px -1px,rgba(0,0,0,.06) 0 2px 4px -1px
}

.aply-main,.handy {
    background: #f4f9f6
}
.detail-handy-sec .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
}
.aply-main {
    margin: 0 2rem 2rem;
    padding: 1.5rem 2rem
}
.a-contnt {
    flex: 1;
    padding-left: 20px;
}
.a-contnt span, .heandi-div, .heandi-div span {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}

.a-contnt span {
    margin-bottom: 13px
}

.heandi-div,.heandi-div span {
    margin-bottom: 18px
}

.heandi-div:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.handy {
    padding: 2.6rem 2rem;
    text-align: center
}

.h-img {
    min-height: 73px
}

.handy-bnnr {
    background: url(../images/Personal-loan/moniter.png) 0 0/100%;
    padding: 5rem 5rem 4rem
}

.handy-bnnr p {
    font-size: 28px;
    color: #00769f;
    font-weight: 400;
    padding: 0
}

.handy-bnnr span {
    font-size: 28px;
    color: #00769f;
    font-weight: 500
}

section.emi-cal-sec {
    background: #f4f9f6;
    padding: 6rem 0
}

.emi-bot-sec {
    background: #ecf6f0;
    box-shadow: rgba(0,0,0,.1) 0 0 5px 0,rgba(0,0,0,.1) 0 0 1px 0;
    padding: 3rem;
    margin-top: 5rem
}

.emi-cal-sec .direct {
    background: #fff;
    margin: 5px
}

.city-con {
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    min-height: 100px;
    display: flex;
    align-items: center
}

.city-con img {
    margin-right: 22px
}

.gaurenty .img-divs {
    min-height: 40px
}

.gaurenty .feat_box {
    position: relative;
    border-bottom: 3px solid transparent
}

.btn-gaurenty-sec {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0
}
.gaurenty .feature-slid .owl-stage-outer {
    padding-bottom: 35px;
}
.gaurenty .feature-slid {
    padding-bottom: 25px
}

.gaurenty .feat_box:hover {
    background: #eff7f3;
    border-bottom: 3px solid #00769f
}

section.convinced-section {
    padding: 5rem 0 8rem
}

.con-img:after {
    position: absolute;
    height: 53rem;
    width: 58rem;
    background: #e7f3eb;
    content: '';
    right: -90px;
    top: -12px;
    border-radius: 50% 0 0 50%
}

.gaurenty::before,.steppers::before {
    top: 6rem;
    background: url(../images/dots_bg.png) no-repeat;
    position: absolute;
    content: '';
    height: 10.1rem;
    width: 10rem
}

img {
    pointer-events: none
}

section.pl-video {
    background: #f0f7f3;
    padding: 5rem
}

.handy-bnnr.new {
    margin-bottom: 6rem
}

.steppers::before {
    right: 8rem
}

.gaurenty::before {
    left: 0
}

.product-faq.new-oe::before {
    background: url(../images/dots_bg.png) no-repeat;
    position: absolute;
    right: 10rem;
    top: 8rem;
    content: '';
    height: 10.1rem;
    width: 10rem
}

.pernl-loan .green_btn {
    display: inline-block;
    width: auto
}

.step-desk-slids {
    padding-bottom: 5rem;
    padding-top: 7rem
}

/*Get Personal Loan in a Few Easy Steps*/

.iq-features {
    background: #f7f7f7;
    background: linear-gradient(180deg, rgb(243 250 246 / 55%) 0, rgb(255 255 255 / 92%) 100%);
}
.iq-features .btn_div {
    margin-top: 65px;
}
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20
}

.cal-price-down, .calc-value {
    margin-left: 5rem
}

.dotCircle .itemDot {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: #fff;
    color: #00769f;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    font-size: 20px
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.round {
    position: absolute;
    left: 46px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dashed #00769f;
    border-radius: 100%;
    -webkit-animation: 100s linear infinite rotation
}

.dotCircle .itemDot.active,.dotCircle .itemDot:hover {
    color: #fff;
    transition: .5s;
    background: #00769f;
    background: -moz-linear-gradient(left,#00769f 0,#00769f 100%);
    background: -webkit-linear-gradient(left,#00769f 0,#00769f 100%);
    background: linear-gradient(to right,#00769f 0,#00769f 100%);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0,0,0,.13);
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.13)
}

.contentCircle {
    width: 300px;
    border-radius: 100%;
    color: #222;
    position: relative;
    top: 105px;
    left: 50%;
    transform: translate(-50%,-50%)
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: none
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000;
    opacity: .1
}

.round-slid-con1, .round-slid-con2, .round-slid-con3, .round-slid-con4 {
    position: absolute;
    font-size: 14px;
    min-width: 220px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}
.round-slid-con1 {
    top: -4px;
    left: 52px
}

.round-slid-con2 {
    bottom: -5rem;
    left: -5.5rem;
}

.round-slid-con3 {
    top: -.5rem;
    right: 6rem
}

.round-slid-con4 {
    top: -76px;
    left: -91px
}

.form-group.gender span {
    position: static
}

.form-group.gender {
    align-items: end
}

.two-wheeler_inn {
    background-image: linear-gradient(#e7f3ec,#fff);
    border-radius: 4rem;
    padding: 4rem 7rem
}

.two-wheeler_inn h2,.two-wheeler_inn h2 span {
    font-size: 2.6rem
}

.two-wheeler_inn label {
    padding: 0;
    display: block;
    position: relative;
    cursor: pointer
}

.our_product.cd-prod .products_text,.two-wheeler_inn .Choose_Model label {
    min-height: 20.8rem
}

.two-wheeler_inn label:before {
    background-color: #fff;
    color: #ccdee9;
    content: '\2713';
    display: block;
    border-radius: 50%;
    border: 2px solid #ccdee9;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    transition-duration: .4s;
    /*! transform: scale(0); */
    font-size: 1.2rem;
    font-weight: 700
}

.two-wheeler_inn label img {
    transition-duration: .2s;
    transform-origin: 50% 50%;
    margin: 2rem 0 0
}

.two-wheeler_inn :checked+label:before {
    content: "\2713";
    background-color: #00769f;
    transform: scale(1);
    border-color: #00769f;
    color: #fff
}

.two-wheeler_inn :checked+label img {
    transform: scale(.9);
    z-index: -1
}

.radio_img {
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    border: .1rem solid #eee
}

.two-wheeler_inn :checked+label {
    border-color: #ddd;
    box-shadow: 0 -.2rem 1rem #ddd;
    border-radius: 1rem 1rem 0 0
}

.radio_img span {
    display: block;
    background: #00769f;
    color: #fff;
    font-weight: 500;
    padding: .8rem;
    border-radius: 0 0 1rem 1rem
}

.Select_Variant span {
    display: inline-block;
    font-size: 1.3rem;
    color: #777;
    width: 40%
}

.Select_Variant {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    justify-content: space-between
}

.Select_Variant select {
    width: 60%;
    font-size: 1.3rem;
    border: .1rem solid #ddd;
    height: auto;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: #eee
}

.type_sec ul li {
    margin-right: 2rem;
    min-width: auto
}

.type_sec span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #505050;
    margin-top: .5rem;
    transition: .3s
}

.two-wheeler_inn .type_sec label img {
    margin: 0;
    transition: .3s
}

.two-wheeler_inn .type_sec label::before {
    left: 1.5rem;
    bottom: 1.7rem;
    top: auto;
    content: '';
    width: 1.7rem;
    height: 1.7rem
}

.two-wheeler_inn .dealer_radio :checked+label::before,.two-wheeler_inn .type_sec :checked+label::before {
    background-color: #009fdf;
    border: .3rem solid #fff
}

.Choose_Model {
    padding: 3rem 0 0;
    border-top: .1rem solid #ddd;
    margin-top: 4rem
}

.goal-planing .type_sec :checked+label,.two-wheeler_inn .type_sec :checked+label {
    box-shadow: none;
    border-radius: 1rem;
    background: #00769f;
    border-color: #00769f
}

.two-wheeler_inn p span {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 2rem
}

sup {
    color: red
}

.type_sec ul li label {
    background: #e7f3ec;
    padding: 1.5rem;
    border: .1rem solid #c6dbcf;
    border-radius: 1rem;
    transition: .3s;
    min-width: 13rem;
    text-align: center;
    height: 100%;
    cursor: pointer
}

.g-plan-filter {
    background: #e7f3ec;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 4rem
}

.g-plan-filter input.form-control.form-select-lg,.g-plan-filter select.form-select.form-select-lg {
    border: 1px solid #ced4da;
    padding-left: 15px;
    height: 4rem;
    border-radius: 5px
}

.goal-planing .type_sec {
    padding: 2rem 0 5rem
}

.g-plan-filter .form-select,.g-plan-filter ::placeholder {
    color: #444;
    font-weight: 400;
    font-size: 1.4rem
}

.two-wheeler_inn .progress-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    transition: width .6s;
    padding: 0 14rem 2rem
}

.two-wheeler_inn .progress-bar .bullet {
    width: 6.5rem;
    height: 6.5rem;
    text-align: center;
    border-radius: 100%;
    background: #bdccd9;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .5s;
    z-index: 9
}

.two-wheeler_inn .progress-bar .step p {
    color: #9aaebf;
    font-weight: 500;
    padding: 1rem 0 0;
    line-height: 18px
}

.two-wheeler_inn form .page .field {
    width: var(--containerWidth);
    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative
}

.two-wheeler_inn .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.two-wheeler_inn .page .field button:hover {
    background: #000
}

.two-wheeler_inn .progress-bar .bullet::before {
    content: '';
    background: #bdccd9;
    height: .2rem;
    width: 27rem;
    transition: .3s;
    position: absolute;
    z-index: -1
}

.form_dtls {
    display: flex;
    flex-wrap: wrap;
    gap: 5%
}

.form_dtls .form-group {
    width: 30%
}

.form_dealer {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    padding-left: 4rem
}

.form_dealer .form-group {
    width: 47%
}

.select_dealer {
    padding: 2.4rem;
    background: #dfebe4;
    border-radius: 1rem
}

.dealer_radio label {
    font-size: 1.3rem;
    color: #414141;
    line-height: 2.4rem
}

.dealer_radio label span {
    display: block;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.dealer_radio {
    border-bottom: .1rem solid #b4cbbe;
    padding: 2.2rem 0 2.2rem 2.5rem;
    display: flex;
    align-items: flex-start
}

.two-wheeler_inn .dealer_radio label::before {
    left: -2.8rem;
    bottom: auto;
    top: .5rem;
    content: '';
    width: 1.7rem;
    height: 1.7rem
}

.form-control {
    font: 1.4rem/1.8rem var(--familyPoppins)
}

.two-wheeler_inn .form-check-label {
    font-size: 1.1rem;
    padding-left: 1.5rem
}

.form-check-label a {
    font-size: 1.1rem;
    display: inline;
    color: #0c863f
}

.checkbx-sec .form-check {
    padding: .5rem
}

.checkbx-sec .form-check input {
    height: 1.7rem;
    width: 1.7rem
}

.radio_group {
    display: flex;
    padding-left: 2rem
}

.two-wheeler_inn .radio_group .form-check-label {
    font-family: var(--familyPoppins);
    font-size: 1.4rem;
    font-weight: 500;
    color: #666
}

.two-wheeler_inn .radio_group input {
    height: 1.8rem;
    width: 1.8rem
}

.form-group.gender span {
    color: #666;
    font-size: 1.4rem;
    font-weight: 500
}

.otp-btns {
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    border: .1rem solid #ccc;
    padding: .6rem 1.5rem;
    bottom: .5rem;
    top: auto
}

.otp-msg {
    position: absolute;
    left: 0;
    font-size: 1.1rem;
    color: #b0b0b0
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.vari-drop label {
    width: 30%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #5e5d5d
}

.vari-drop select {
    border: 1px solid #d3d0d0;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #fff
}

.cal-price-down .final-val {
    background: #e7f4e0;
    padding: 2.8rem 2rem;
    margin: 0 0 20px;
    border: 1px dashed grey
}

.cal-price-down .final-val span.pay,.cal-price-down .final-val span.rupi {
    color: #00769f;
    font-weight: 500;
    font-family: 'FigtreeBold';
}

.cal-price-down .final-val span.val-lab {
    color: #757a74
}

.main-car-eve {
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,.07));
    background: #fff;
    padding: 3rem;
    border-radius: 15px
}

.emi-cal-sec-cal {
    background: #f4f9f6
}

.car-eve {
    border: 1px solid #c9c5c5;
    border-radius: 15px;
    padding: 1rem 2rem
}

.car-eve .form-select {
    font-weight: 400;
    font-size: 1.4rem;
    height: 6rem;
    border-radius: 6px;
    background-color: #e7f3ec;
    padding-top: 25px;
    background-position: 92% 3.5rem;
    background-size: 10px;
    color: #747474
}

.form-group span {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 1.4rem;
    color: #010100
}

.form-group span.error {
    top: 40px;
    left: 4px;
    font-size: 1.2rem
}

.apply-common-form .form-group span {
    top: auto;
    font-size: 1.2rem;
    font-weight: 400;
    left: 4px
}

.form-group span.error_para {
    font-size: 1.2rem;
    color: red;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -25px;
    top: auto
}

input[readonly] {
    background-color: transparent!important
}

.calc-value {
    background: url(../images/valuation_bg.png) right bottom no-repeat #00769f;
    padding: 3rem;
    border-radius: 15px;
    position: relative;
    margin-bottom: 1.5rem
}

span.val-lab {
    display: block;
    color: #fff;
    font-size: 1.5rem
}

.final-val {
    background: #0e7e3c;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 10px
}

span.pay,span.rupi {
    color: #fff;
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 30px;
    font-family: 'FigtreeBold';
}

.calc-value::before {
    position: absolute;
    content: url(../images/car-evolution/fns1.png);
    left: 2rem;
    bottom: 2rem;
    z-index: 2
}

.ionSlider.newCalc .inpt-slider {
    margin-bottom: 3.5rem
}

.amt-label {
    background: #fff;
    border: 1px solid #818181;
    border-radius: 5px;
    padding: 0 5px
}

.ionSlider.newCalc.pl-calculator .loanAmt,.ionSlider.newCalc.pl-calculator .loanAmt2,.ionSlider.newCalc.pl-calculator .loanAmt3 {
    padding: 5px 5px 5px;
    font-size: 14px;
    color: #0d4a85;
    font-weight: 600;
    font-family: 'FigtreeRegular';
}

.ionSlider.newCalc.pl-calculator .loan-amts {
    width: 100px
}

.ionSlider.newCalc.pl-calculator .rate-of-intrestz {
    width: 52px
}

.ionSlider.newCalc.pl-calculator .tenure-month {
    width: 30px
}

.amt-label span {
    border-right: 1px solid #818181;
    padding: 4px 5px;
    color: #00769f;
    font-size: 1.2rem
}

.dragText span {
    font-size: 1.1rem;
    font-family: 'FigtreeMedium';
}

span.irs-single:before {
    position: absolute;
    content: '';
    background: #00769f;
    width: 8px;
    height: 8px;
    left: 5px;
    border-radius: 50%;
    top: 6px
}

span.irs-bar.irs-bar--single {
    background: #898989!important
}

.strip-img {
    background-image: url(../images/strip-slider.png);
    background-repeat: repeat;
    height: 12px;
    width: 100%;
    background-position: center;
    margin-bottom: 10px;
    margin-top: -5px
}

.new-chck .form-check-input:checked[type=radio] {
    background: #00769f;
    border: 3px solid #c5c5c5
}

span.apply-head {
    color: #2a2a2a;
    font-weight: 500
}

.apply-common-form .type_sec label img {
    margin-left: 3rem
}

.apply-common-form .type_sec ul li input[type=radio] {
    position: absolute;
    top: 33px;
    left: 21px
}

.apply-common-form .type_sec ul li label {
    min-width: 24rem;
    text-align: left;
    position: relative
}

.apply-common-form .type_sec :checked+label::before {
    background-color: #00769f;
    border: .3rem solid #fff
}

.apply-common-form label:before {
    background-color: #fff;
    color: #ccdee9;
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #ccdee9;
    position: absolute;
    top: 2.5rem;
    left: 1.5rem;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 19px;
    transition-duration: .4s;
    font-size: 1.2rem;
    font-weight: 700
}

.op-head ul li,.opening-tab .overview h2 {
    font-weight: 400
}

.apply-common-form label div {
    font-size: 1.1rem;
    color: #505050
}

.mend-fld {
    font-size: 1rem;
    color: #8c8c8c
}

span.what-u-looking {
    font-size: 20px;
    line-height: 26px;
    color: #00769f;
    font-weight: 600
}

.decide-vehicle span {
    display: block;
    margin: 18px 0
}

.apply-common-form .type_sec :checked+label {
    border-color: #00769f
}

.partner-logo {
    box-shadow: rgba(0,0,0,.1) 0 1px 3px 0,rgba(0,0,0,.06) 0 1px 2px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px
}

.product-banner-content p {
    max-width: 55rem
}

.oppening {
    background: #ecf5f0;
    border-radius: 10px;
    padding: 2rem 3rem
}

.card_bx,.card_bx::before {
    border-radius: 1rem;
    transition: .3s
}

.op-head ul li {
    margin: 0 8px;
    font-size: 1.4rem;
    color: #565656
}

.oppening p {
    color: #333;
    font-size: 1.4rem
}

.oppening p strong {
    font-size: 1.4rem;
    font-weight: 600
}

.oppening hr {
    opacity: .1
}

.op-head ul li span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #00769f
}

.op-btns .blue_btn,.op-btns .green_btn {
    padding: 1rem;
    font-weight: 500;
    font-size: 1.4rem;
    min-width: 16rem
}

.op-btns span {
    text-align: center;
    display: block;
    font-size: 1.1rem;
    color: #666;
    margin-top: 7px
}

.opening-tab .overview-img:after {
    background: url(../images/current-opening/shape-1.png) no-repeat;
    position: absolute;
    right: 2rem;
    bottom: -6rem;
    content: '';
    height: 10.1rem;
    width: 10rem
}

.overview-content::after {
    animation: 1s infinite hithere;
    background: url(../images/circle_icon.png) 0 0/cover no-repeat;
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    content: '';
    height: 5rem;
    width: 5rem
}

.insta_about .container::before {
    background: url(../images/insta_min_bg.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 5rem;
    width: 15rem
}

.insta_about figure:hover img {
    transform: scale(.9)
}

.insta_about .container {
    position: relative;
    overflow: hidden
}

.insta_about .container::after {
    background: url(../images/ellipse_insta.png) bottom left/100% no-repeat;
    position: absolute;
    bottom: -10rem;
    left: -5rem;
    content: '';
    width: 53rem;
    height: 100%;
    z-index: -1
}

.insta_about .commn_head h2 {
    padding-bottom: 1rem
}

.insta_about .commn_head {
    max-width: 60rem;
    margin: auto
}

.insta_about .commn_head p {
    color: #525252
}

.insta_repeat {
    display: flex;
    margin-bottom: 5rem
}

.insta_repeat figure {
    min-width: 8.1rem;
    height: 8.1rem;
    border-radius: 100%;
    background: #f5f9f7;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 10px 5px rgba(0,0,0,.07))
}

.text_abt_insta {
    padding-left: 4rem;
    padding-right: 8rem
}

.text_abt_insta p {
    font-size: 1.4rem;
    color: #525252;
    line-height: 2.2rem;
    padding: .5rem 0 1rem
}

.text_abt_insta span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333
}

.text_abt_insta .read_more {
    font-family: var(--familyRaleway);
    font-size: 1.5rem;
    display: none
}

.feature_inn>figure::before {
    content: '';
    background: url(../images/feature_min_bg.png) center top no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 9rem;
    right: 0;
    top: 2rem;
    margin: auto;
    z-index: -1;
    transition: .3s
}

.feature_inn figure:hover::before {
    transform: translateX(2rem)
}

.Journey_ul li:hover p,.Journey_ul li:hover span,.feature_inn figure:hover img {
    transform: translateY(10px)
}

.insta_content {
    margin-left: -11rem;
    padding-top: 2rem
}

.insta_content .insta_repeat:first-child {
    margin-left: -10rem
}

.insta_content .insta_repeat:last-child {
    margin-left: .5rem
}

.Start-Your-Journey {
    background: url(../images/start_bg.png) bottom center/cover no-repeat
}

.Start-Your-Journey h2 {
    max-width: 53rem;
    margin: auto;
    text-align: center
}

.Journey_ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 17.5rem;
    text-align: center
}

.Journey_ul li:nth-child(2)::after,.Journey_ul li:nth-child(2)::before {
    background: url(../images/start_line.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 5rem;
    transition: .3s
}

.Journey_ul li:nth-child(2)::before {
    left: -14rem
}

.Journey_ul li:nth-child(2)::after {
    right: -14rem;
    transform: rotate(180deg);
    top: -10.3rem
}

.Journey_ul li:hover:nth-child(2)::before {
    left: -15rem
}

.Journey_ul li:hover:nth-child(2)::after {
    right: -15rem
}

.Journey_ul li:hover img {
    transform: rotate(25deg)
}

.Journey_ul li span {
    font-size: 3.2rem;
    font-weight: 700;
    color: #119347;
    font-family: 'FigtreeBold';
    background: #fff;
    line-height: 3.2rem;
    border-radius: 100%;
    width: 6.1rem;
    height: 6.1rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -2.5rem auto 0;
    position: relative;
    transition: .3s
}

.feature_inn li span,.insta_tab_img li,.tab_how_use .nav button,.use_step h3,.use_step li {
    font-family: var(--familyPoppins)
}

.Journey_ul li:nth-child(2) span {
    margin-top: -4.5rem
}

.Journey_ul li p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    padding: 1rem 0;
    max-width: 10.5rem;
    margin: auto;
    line-height: 2.2rem
}

.apply_img a {
    display: grid;
    align-items: flex-end;
    height: 100%;
    justify-content: center
}

.Instacard_sec .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    justify-content: center
}

.card_bx {
    text-align: center;
    background: #eff8f3;
    padding: 2rem;
    min-height: 24rem;
    position: relative;
    z-index: 9
}

.card_bx::before {
    background: url(../images/hover_bg.png) 130% 140% no-repeat #00769f;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 0;
    width: 100%;
    z-index: -1
}

.card_bx figure {
    background: #fff;
    display: inline-block;
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto 2rem
}

.Our-Partners li,.tab_how_use .tab-content {
    border-radius: 1rem;
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,.07))
}

.card_bx span {
    display: block;
    font-weight: 600;
    transition: .3s;
    color: #333;
    margin-bottom: .8rem
}

.card_bx p {
    color: #666;
    line-height: 2.2rem;
    padding: 0
}

.welcome_text {
    position: absolute;
    right: 17rem;
    bottom: 5rem
}

.welcome_text p {
    padding: 0;
    color: #666;
    font-weight: 500
}

.Our-Partners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem
}

.Our-Partners li {
    background: #fff;
    padding: 3rem;
    min-width: 29rem;
    text-align: center
}

.Our-Partners p {
    color: #0d4a85;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 2rem 0 0
}

.Our_Features {
    background: url(../images/feature_bg.png) center center no-repeat
}

.feature_inn li span {
    font-size: 1.8rem;
    color: #333;
    font-weight: 600
}

.feature_inn li p {
    color: #444;
    font-size: 1.4rem;
    padding: .5rem 0 0;
    line-height: 2.4rem
}

.Our_Features::before {
    background: url(../images/dots_bg.png) no-repeat;
    position: absolute;
    left: 2rem;
    top: 50%;
    content: '';
    height: 8rem;
    width: 7rem
}

.Our_Features::after {
    animation: 1s infinite hithere;
    background: url(../images/circle_icon.png) 0 0/100% no-repeat;
    position: absolute;
    right: 2rem;
    top: 50%;
    content: '';
    height: 6rem;
    width: 6rem
}

.feature_inn ul li {
    position: absolute;
    transition: .3s
}

.feature_inn ul li:hover {
    transform: translateX(.8rem)
}

.feature_inn ul li:first-child {
    top: 31.5rem;
    max-width: 22rem;
    text-align: right;
    left: 0
}

.feature_inn ul li:nth-child(2) {
    bottom: -8rem;
    text-align: right;
    max-width: 15rem;
    left: 19rem
}

.feature_inn ul li:nth-child(3) {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 21rem;
    text-align: center;
    bottom: -16rem
}

.feature_inn ul li:nth-child(4) {
    right: 15rem;
    max-width: 20rem;
    bottom: -5rem
}

.feature_inn ul li:nth-child(5) {
    right: 8rem;
    bottom: 19rem;
    max-width: 14rem
}

.how_to_use {
    background: url(../images/how_use_bg.png) 0 0/100% no-repeat
}

.tab_how_use .tab-content {
    background: url(../images/use_content_bg.png) 0 0/cover no-repeat #fff;
    padding: 3.5rem 3.5rem 3.5rem 0
}

.tab_how_use .nav {
    justify-content: center;
    border-bottom: 0
}

.tab_how_use .nav button {
    background: #e7f5e0;
    color: #333;
    font-weight: 500;
    padding: 1.6rem 5rem;
    border-radius: 1rem 1rem 0 0;
    border: 0;
    transition: .3s
}

.tab_how_use .nav .nav-item {
    padding: 0 .5rem
}

.insta_tab_img {
    text-align: right;
    position: relative
}

.insta_tab_img ul {
    position: absolute;
    top: 6rem;
    text-align: left
}

.insta_tab_img li {
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 17.5px rgba(0,0,0,.07));
    background: #fff;
    padding: 1.2rem;
    font-weight: 500;
    border-radius: 1rem;
    margin-bottom: 3.2rem
}

.insta_tab_img li p {
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    line-height: 2rem
}

.insta_tab_img li span {
    background: #e7f6e1;
    min-width: 5.5rem;
    min-height: 5.5rem;
    border-radius: 100%;
    display: grid;
    justify-content: center;
    align-items: center
}

.insta_tab_img li:first-child,.insta_tab_img li:nth-child(2) {
    width: 33rem
}

.insta_tab_img li:nth-child(2) {
    margin-left: -3.5rem
}

.insta_tab_img li:nth-child(3) {
    width: 24rem;
    margin-left: auto;
    margin-right: 4rem
}

.use_step li strong {
    background: #119347;
    color: #fff;
    min-width: 2.2rem;
    display: inline-block;
    text-align: center;
    border-radius: .8rem;
    font-size: 1.3rem;
    font-weight: 500;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-right: 1.5rem;
    position: relative
}

.use_step li strong::before {
    content: '';
    background: #119347;
    position: absolute;
    height: .2rem;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2rem
}

.btn_how {
    display: flex;
    padding: 3rem 0 0 5rem
}

.use_step ul {
    border-left: .3rem solid #119347;
    padding-right: 5rem
}

.use_step li {
    font-size: 1.4rem;
    color: #525252;
    font-weight: 500;
    padding: 1.3rem 2rem;
    display: flex
}

.use_step {
    padding-top: 2rem
}

.use_step h3 {
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: .5rem;
    padding-left: 6rem
}

.white_btn {
    background: #fff;
    color: #00769f;
    border-radius: 2.5rem;
    font-weight: 600;
    padding: 1.3rem 3rem;
    margin: 0 .7rem;
    border: .1rem solid #00769f;
    font-family: var(--familyRaleway);
    display: inline-block
}

.awards_section_modal .modal-content {
    padding: 3rem;
    border-radius: 1.5rem;
    background-color: #e7f3ec
}

.IRC_table p {
    padding: 0;
    text-align: center
}

.partner-table td,.partner-table th {
    padding: 5px 10px;
    vertical-align: middle
}

.reduce_inn .row {
    justify-content: center
}

.generic-detail-sec .IRC_table .table {
    table-layout: fixed;
    width: 100%
}

.elgrt_inn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.generic-detail-sec .elgrt-content .offer_box_inn {
    padding: 2rem 1rem 1rem
}

.accordionnewcus.accordionItemHeadingnewcus {
    background: #f2f2f2;
    padding: 15px 20px;
    border-bottom: 1px solid #d9d1d1;
    font-size: 1.6rem;
    color: #0e8943;
    font-weight: 600;
    cursor: pointer
}

.nodal-office .form-select,.ombud-drop .form-select {
    background-size: 11px 8px!important;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem
}

.accordionItemnewcus.open:before {
    content: '>';
    position: absolute;
    right: 30px;
    top: 10px;
    transform: rotate(270deg);
    font-size: 21px
}

.accordionItemnewcus.close:before {
    content: '>';
    position: absolute;
    right: 30px;
    top: 10px;
    transform: rotate(90deg);
    font-size: 21px
}

.partner-table th {
    font-size: 1.4rem;
    background: #e7f3ec
}

.partner-table td {
    font-size: 1.3rem
}

.partner-table td img {
    max-width: 100px!important
}

.partner-table th:first-child {
    min-width: 100px
}

.partner-table th:nth-child(2),.partner-table th:nth-child(6) {
    min-width: 200px
}

.partner-table th:nth-child(3) {
    text-align: center;
    min-width: 210px
}

.partner-table th:nth-child(4) {
    min-width: 300px
}

.partner-table th:nth-child(5) {
    min-width: 400px
}

.new-list.new-for-list {
    padding: 1.3rem 30px 1rem 3rem
}

.ac-heading a {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex!important;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px
}

.cust-care span,.ombud-download ul li span,.salient-feat span,span.ombud-head {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: #00769f
}

.ac-heading.for-new-side {
    border-bottom: 1px solid #d9d1d1
}

.ac-heading .main-arrows[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.myaccordion .collapse.show {
    margin-top: -2px
}

.ac-heading-card-body {
    background: #f2f2f2;
    padding: 20px 0
}

.tc-sec .ac-heading a {
    font-size: 1.5rem;
    color: #000!important;
    font-weight: 500;
    cursor: pointer;
    display: inline-block!important;
    width: auto;
    padding: 15px 0
}

.tc-sec {
    padding-bottom: 20px
}

.tc-sec .ac-heading a[aria-expanded=true] {
    background: 0 0;
    padding: 15px 0
}

.outer-wrapper {
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #8fdbaf #8fdbaf;
    scrollbar-width: thin;
    -ms-overflow-style: none
}

.pseduo-track {
    background-color: #7c7c7c;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10
}

@media (any-hover: none) {
    .pseduo-track {
        display:none
    }
}

.outer-wrapper::-webkit-scrollbar {
    height: 5px
}

.outer-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent
}

.outer-wrapper::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #6a9b7e
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #6a9b7e
}

.outer-wrapper::-webkit-scrollbar:vertical {
    display: none
}

.elig_slider .swiper-wrapper {
    justify-content: center
}

.cust-care span,.salient-feat span,span.ombud-head {
    margin-bottom: 15px
}

.ombud-download ul,.ombud-drop ul {
    background: #f0f5f2;
    margin-bottom: 20px;
    display: flex
}

.ombud-download ul {
    padding: 10px 15px;
    align-items: center;
    border-radius: 10px
}

.ombud-download ul li {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    color: #00769f;
    padding: 0
}

.product-faq ol li,.product-faq ul li {
    padding: .3rem 0 .3rem 1.5rem;
    text-indent: -1.5rem;
    font-family: var(--familyPoppins)
}

.ombud-drop ul {
    padding: 15px;
    align-items: center;
    border-radius: 1rem
}

.nodal-office span,.pno-detail span {
    font-weight: 500;
    margin: 22px 0 10px;
    font-size: 1.8rem
}

.ombud-drop .form-select {
    padding: 0 3.25rem 0 1rem;
    margin: 0;
    height: 3rem;
    border: .1rem solid #b1a8a8;
    border-radius: .5rem
}

.nodal-office .form-select {
    border: .1rem solid #b1a8a8;
    border-radius: .5rem;
    padding-left: 1rem
}

.ombud-drop ul li span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: #00769f;
    border-radius: 10px
}

.row.c-care a {
    display: inline!important;
    width: auto
}

.row.c-care {
    display: flex;
    flex-wrap: nowrap
}

.pno-detail span {
    display: block;
    color: #1d1e1d
}

.branch-add p,.cust-care p,.nodal-info p,.pno-detail p {
    padding: 0 0 2px
}

.debenture a,.nodal-info p a,.pno-detail p a {
    display: inline
}

.nodal-office span {
    display: block;
    color: #00769f
}

p.main-add {
    max-width: 400px
}

.cust-care a svg,.nodal-office a svg,.pno-detail a svg {
    color: #00769f;
    margin-right: 6px
}

.brands-care.for-buss .dtl_btn:hover {
    background-color: #00769f
}

.ac-heading a[aria-expanded=true] {
    padding: 15px 20px;
    border-radius: .7rem .7rem 0 0!important
}

.policy-on-fare .ac-heading a {
    border-radius: .7rem;
    background: #e7f3ec
}

.policy-on-fare-sec {
    padding: 2rem;
    border: 1px solid #c6cfca;
    border-top: 0;
    border-radius: 0 0 6px 6px
}

.elgrt-content.inne_se {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#clr.accordionItem.close::before,#clr.accordionItem.open::before,.blog-list-sec .blog-categories-sec,.blog-list-sec .blog-details-sidebar-sec,.epic_sec .credit_overview::after,.event-gallry a svg,.event_gallery_sec p img,.handy-bnnr,.handy-bnnr.new,.jurny_so_far .credit_overview::after,.m_inves_menu,.main-arrows,.mob-alr-cust,.mob_img,.our_products_inn.other_products_slider .dtl_btn::after {
    display: none
}

.calculator-img {
    text-align: center;
    margin-bottom: 30px
}

.con-info span,.tim-info span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.griven-sec p {
    padding-bottom: 5px
}

.policy-on-fare .ac-heading.new-pol a {
    background: #e7f3ec!important;
    color: #000!important;
    font-family: 'FigtreeMedium';
}

.product-faq ul li {
    list-style: circle inside
}

.product-faq ol li {
    list-style: decimal inside
}

.product-faq ol,.product-faq ul {
    padding: 1rem
}

.ofr_frm_inn .form-group span {
    top: auto;
    font-size: 1.2rem;
    color: #666
}

.featured-blog-content-sec li {
    padding: .5rem 0;
    list-style: circle;
    font-family: var(--familyPoppins);
    color: #333
}

.mile_head {
    padding: 0 2rem 3rem
}

.blog_ul {
    padding-left: 1.5rem
}

.info-ledership {
    border-radius: 1rem 1rem 0 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    box-shadow: rgba(149,157,165,.1) 5px 4px 10px;
    padding: 15px;
    width: 80%;
    min-height: 16rem
}

.profile-section.leadership_sec .profile-div {
    box-shadow: none;
    margin: 0;
    padding: 2rem 0
}

.feature_product.Offering_sec {
    background: #fbfbfb;
    padding-bottom: 5rem
}

.emi-bot-sec .ps-4 span {
    font-weight: 600;
    font-size: 1.4rem
}

.emi-bot-sec .ps-4 p {
    font-size: 1.3rem;
    padding: 0
}

.policy-on-fare .ac-heading a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #323232!important;
    padding: 15px 34px;
    background-color: #e7f3ec!important;
    align-items: center
}

section.policy-on-fare.mor .ac-heading a svg {
    width: 1.5rem
}

section.policy-on-fare.mor .ac-heading a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0d4a85!important;
    padding: 0;
    background-color: #fff!important;
    align-items: center;
    display: inline-block!important;
    width: auto;
    margin-left: auto;
    cursor: pointer;
}

p.line {
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 6px;
    color: #00769f
}

.debenture span {
    font-weight: 400;
    display: block;
    margin-bottom: 15px
}

.debenture {
    margin-top: 30px
}

.debenture p {
    padding-bottom: 8px
}

.our_product.buss-prod .products_box_inn a {
    text-align: left;
    top: 42%
}

.our_product.buss-prod .products_box_inn {
    max-width: 28rem;
    height: 100%
}

.our_product.buss-prod .products_box_inn figure {
    height: 24rem
}

.our_product.buss-prod .products_box_inn a.read_more {
    position: absolute;
    bottom: 2rem;
    left: 2.2rem;
    top: auto;
    display: flex;
    align-items: center
}

.brands-care .read_more img,.our_product.buss-prod .products_box_inn a.read_more img {
    margin-bottom: .1rem
}

span.ac-heading.for-new-side {
    display: flex;
    background: #f2f2f2
}

.main-arrows {
    width: 10%;
    justify-content: center;
    align-items: center;
    cursor: pointer
}




section.policy-on-fare.mor {
    margin-bottom: 3rem
}

section.policy-on-fare.mor .myaccordion>p {
    text-align: right
}

section.policy-on-fare.mor .ac-heading-card-body {
    padding: 2rem 3rem
}

section.policy-on-fare.mor .normal-lnks {
    background-color: transparent!important;
    color: #000!important;
    padding: 0
}

.hr-initiate {
    padding-top: 4rem;
    overflow: hidden
}

.other_products.hr-initiate .products_text {
    min-height: 18rem;
    padding: 2REM
}

.hr-initiate .dtl_btn {
    top: 37%;
    padding: 1rem 2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    min-height: 6.5rem
}

.epic_sec .credit_overview {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem
}

.jurny_so_far .credit_overview li {
    padding: 1rem 0;
    margin: 0
}

.for-views a {
    margin: 0 5px
}

.docum p {
    padding-left: 0;
    padding-bottom: 0
}

li.dn-bt span:first-child {
    margin-right: 13px
}

.main-car-eve .final-val.high span.pay {
    font-size: 3.4rem
}

.final-val.high span.pay {
    font-size: 3.5rem
}

.discla {
    padding: 2rem 0 0 5rem;
    text-align: left
}

.discla p,.discla p strong {
    font-size: 1.2rem;
    line-height: 2rem
}

.m_inves_menu select {
    background-color: #e7f3ec;
    border: .1rem solid #12814787;
    padding: 1rem 2rem;
    border-radius: .6rem;
    font-weight: 500;
    color: #333
}

.m_inves_menu span {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    display: block;
    padding: 0;
    margin-bottom: 1rem
}

.saksham-testimonial {
    margin-top: 7rem;
    margin-bottom: 0
}

.saksham-testimonial .container {
    padding-top: 0
}

.policy-on-fare .ac-heading a span {
    transition: .3s
}

.accordionItem.close .accordionItemHeading.for-spc .fa-angle-right {
    transform: rotate(90deg);
    transition: .3s
}

.our_product.cd-prod .dtl_btn {
    top: 42%
}

.our_product.cd-prod .our_products_inn {
    padding-bottom: 4rem
}

.brands-care.for-buss .elg-crt_tab nav p {
    width: 41rem;
    white-space: nowrap
}

.name_testi::before {
    content: '';
    width: 7rem;
    height: .3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #e5e5e5
}

.con-info p {
    display: flex;
    padding: .5rem;
    align-items: center
}

.main-content p a {
    display: inline-block;
    color: #00769f;
    font-weight: 500
}

.main-content p a .svg-inline--fa {
    font-size: 12px
}

section.branch-locator-sec .form-field .form-group .form-select {
    font-size: 1.5rem;
    color: #333
}

.form-select {
    background-position: right 1.2rem center;
    background-size: auto;
    background-image: url("../images/mobile_menu_arrow.png")
}

.contact-us {
}

.contact-us p {
}

.btn_valua {
    text-align: center;
    padding-top: 1rem
}

.current-opening-sec {
    padding-bottom: 5rem
}

.map-popup .gm-style-iw.gm-style-iw-c {
    max-width: 25rem!important
}

.map-popup .gm-style-iw.gm-style-iw-c .map-add {
    margin: 0;
    padding: 0;
    background: 0 0
}

.map-popup .gm-style-iw.gm-style-iw-c .map-add p {
    font-size: 1.1rem;
    padding-bottom: 1rem;
    line-height: 1.8rem
}

.map-popup .gm-style-iw.gm-style-iw-c .map-add a {
    font-size: 1.2rem;
    margin: 0
}

.LoanAmout {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.LoanAmout label,.LoanAmout p {
    margin-bottom: 0;
    padding: 0;
    color: #86878a;
    font-weight: 500;
    font-size: 13px
}

.togglePencil .rSlider {
    position: relative;
    padding-bottom: 4em
}

.togglePencil .rSlider::before {
    background-image: url(../images/strip-slider.png);
    background-repeat: repeat;
    height: 12px;
    width: 100%;
    margin-bottom: 11px;
    position: absolute;
    left: 8px;
    top: 15px;
    content: '';
    z-index: -1
}

.LoanAmout .amt-label {
    background: #fff;
    border: 1px solid #818181;
    border-radius: 5px;
    padding: 0 10px 0 2px;
    display: flex;
    align-content: center
}

.LoanAmout input[type=number] {
    -moz-appearance: textfield;
    height: 2.5rem;
    padding: 0;
    border: 0!important;
    font-size: 14px;
    color: #0d4a85;
    font-weight: 600;
    outline: 0
}

.dragText.amoutgaps {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: 3rem
}

.kfBoxImg #duration {
    padding: 0 6px;
    width: 75px;
    text-align: center;
    font-size: 14px;
    color: #0d4a85;
    font-weight: 600
}

.slider_range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: 0;
    border-radius: 50px
}

.slider_range:hover {
    opacity: 1
}

.slider_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: #00769f;
    cursor: pointer;
    border: .5rem solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.3)
}

.slider_range::-moz-range-thumb {
    width: 8px;
    height: 8px;
    background-color: #00769f;
    cursor: pointer;
    border: .5rem solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.3)
}

.current_age_error.form-error,.form-group span.current_age_error,.form-group span.return_investments_error {
    font-size: 1.2rem;
    bottom: -2.5rem;
    top: auto;
    color: red;
    left: 0
}

.g-plan-filter .form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.g-plan-filter .form-group label {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    width: 60%;
    color: #000;
    padding-right: 1rem;
    text-align: right
}

.g-plan-filter .form-group .form-control {
    width: 40%
}

section.press-detail-sec p a {
    display: inline-block;
    color: #00769f
}

select option:checked,select option:hover {
    box-shadow: 0 0 10px 100px #000 inset!important
}

div#three_wheeler_response {
    font-size: 1.2rem;
    font-weight: 400;
    color: #00769f;
    padding-top: 10px
}

.new-check .form-check.form-check-inline {
    margin-top: 10px
}

.srvce-in {
    background: #eaf7ef;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 15px;
    transition: 1s
}

.srvce-in p {
    font-size: 1.6rem;
    color: #333;
    padding: 0
}

.srvce-in span {
    font-size: 2rem;
    color: #0d4a85;
    font-weight: 600
}

.mx-w {
    max-width: 837px;
    margin: auto
}

.srvce-in:hover {
    background-color: #108943
}

.Customer_Details .form-group .input-group-addon {
    right: .4rem;
    top: 1.3rem;
    left: auto
}

.form-group span.error {
    position: static;
    display: block!important;
    width: 100%
}

.form-group {
    margin: 0 0 10px
}

.amt-label span {
    border-right: none;
    position: relative
}

.amt-label span:after {
    content: '';
    background: #818181;
    width: 1px;
    height: 18px;
    position: absolute;
    right: -4px;
    top: 3px
}

.awards_section_modal .left-modal {
    text-align: left;
    padding-right: 0
}

@media(max-width: 767px) {
    .amt-label span:after {
        top:5px
    }

    .our_products_inn.other_products_slider .dtl_btn::after {
        display: none
    }

    .thealth-overview-text {
        padding: 0!important;
        text-align: center
    }
}

.Companies_box {
    min-height: 310px
}

.IRC_table td a {
    font-size: 1.2rem;
    color: #00769f;
    font-weight: 500
}

.IRC_table td a img {
    width: 13px;
    margin: 0 3px 0 0
}

.interest_rate_charge_a a {
    margin-left: 5px;
    color: #0a58ca
}

/**ndw update***/
.IRC_table .table td b {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

table>tbody>tr>td {
    border: 1px solid #000;
    font-size: 13px;
    text-align: center;
}

.amazonBanner .mobile {
    display: none;
}

#assestcost::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost::-ms-input-placeholder {
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost::placeholder {
    font-weight: 600px !important;
    font-size: 15px !important;
}

#assestcost {
    font-size: 15px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .amazonBanner figure .mobile {
        display: block ;
    }

    .amazonBanner figure .desktop {
        display: none ;
    }

    .amazonBanner figure {
        display: block !important;
    }

    .benif .feature-box .choose_bx_text h3 {
        min-height: 0;
    }

    .strip-img {
        margin-top: 5px;
    }
}

h1.press-head {
    font-size: 24px;
    line-height: 26px;
    margin: 2rem 0;
    color: #0e8943;
    font-weight: 600 !important;
    display: block;
    font-family: var(--familyPoppins);
    padding-bottom: 0;
}

.su_css {
    color: #00769f;
    font-family: var(--familyPoppins);
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
    padding-bottom: 0;
}

.share-social-icon-sec ul li a img {
    width: 30px !important;
    height: 30px;
}

.users-icon-list ul li img {
    width: 15px !important;
    height: 14px;
}

.popular-blog-inner-content img {
    width: 7px;
    height: 11px;
}

.popular-blog-inner img {
    width: 83px;
    height: 70px;
}

.blog-img-inn img {
    width: 365px !important;
    height: 220px;
}

span.font_gan {
    font-family: 'FigtreeLight';
    font-weight: 400;
    color: #0d4a85;
    Font-size: 1.5rem;
}

a.card_bx {
    height: 100%;
}

.h1_tag_eligi {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 400;
    padding-bottom: 0;
    color: #00769f;
    position: relative;
}

.ml_20 {
    margin-left: 5rem;
}

.ml_20 li a {
    display: inline;
    font-size: 1.5rem;
    color: #00769f;
}

.ml_20 li img {
    width: 40px;
    height: 40px;
}

.ml_20 li span {
    margin-left: 20px;
}

.num_ol {
    padding-bottom: 2rem;
    margin-left: 30px;
}

.num_ol li {
    list-style: decimal;
}

.num_ol li a {
    display: inline;
    color: #00769f;
    font-size: 1.5rem;
}

.href_blue {
    display: initial;
    color: #4472c4;
}

.cont_li {
    list-style: disc;
    margin-left: 35px;
}



.product-faq .accordion-title:before {
    float: right!important;
    content: "-";
    padding-right: 0;
    font-size: 26px;
    font-weight: 400;
}

.product-faq .accordion-title.collapsed:before {
    float: right!important;
    content: "+";
    color: #f37021;
    font-size: 26px;
}
.product-faq .accordion-title:hover:before {
    color: #fff;
}
.product-faq .card-header {
    border-bottom: 0;
    padding: 0;
    background-color: transparent
}

.product-faq .card-header a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    padding: 15px 20px;
    background: #f37021;
    border-radius: 7px;
    display: block;
	cursor: pointer
}

.product-faq .card-header a.collapsed {
    background: #ffece0;
    color: #323232
}

.product-faq .card-header a:hover {
    background: #f37021!important;
    color: #fff
}

.product-faq .card {
    margin-bottom:15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem
}

.product-faq .card-body {
    padding: 2rem;
    position: relative
}

.product-faq div#accordion {
    margin-top: 1rem
}

.product-faq .card-header a[aria-expanded=true] {
    background-color: #f37021!important;
    border-radius: .7rem!important
}

.main-faqs-sec.product-faq .card-header a {
    background: 0 0;
    border-radius: 0
}

.main-faqs-tab.elg-crt_tab nav {
    justify-content: inherit;
    overflow-x: auto;
    padding-bottom: 1rem;
    overflow-y: hidden;
    margin-bottom: 2rem
}

.main-faqs-tab .elg-crt_tab .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 10px
}

.main-faqs-tab .elg-crt_tab nav p {
    font-size: 1.5rem;
    position: relative
}

.main-faqs-tab .elg-crt_tab nav .faq-pag p.active {
    font-weight: 500;
    border: none;
    font-size: 1.5rem
}

.product-faq table {
    font-size: 1.5rem;
    margin-top: 1rem
}


.blog_and_articles .testi_box figure {
    text-align: center;
    height: 22rem;
    overflow: hidden
}

.blog_and_articles .tesi_text {
    padding: 20px;
    background: #fff;
    animation: 1.5s fadeIn;
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 0 2rem #ddd;
}

.blog_and_articles .testi_box figure img {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.blog_and_articles .tesi_text p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.blog_and_articles .tesi_text p a {
    color: #000;
}
.blog_and_articles .tesi_text p a:hover {
    color: #f37021;
}
.blog_and_articles .name_testi span {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.blog_and_articles .name_testi span:first-child {
    padding-right: 1rem
}

.blog_and_articles .name_testi {
    padding: .7rem 1.4rem;
    position: absolute;
    margin-top: 0;
    bottom: 2.5rem;
    left: 0;
    align-items: center;
    display: flex;
    background: #000;
    opacity: .7;
    border-radius: 0 .6rem .6rem 0
}

.blog_and_articles::before {
    content: '';
    position: absolute;
    background: url(../images/latest-offer-bg1.png) left top no-repeat #e7f3ec;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    animation: 4s fadeInRight
}

.blog_and_articles .tesi_text .read_more {
    margin-top: 1.5rem;
    color: #292929;
    font-size: 1.4rem;
    font-weight: 500;
    border-top: 1px solid #ededed;
    padding: 2.4rem 0 1rem
}























/* Footer */
.footer {
    position: relative;
    padding: 80px 0 60px 0;
    background: url(../images/footer_bg.jpg) no-repeat left top;
    background-size: cover;
    z-index: 9;
}

.footer_lt_img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    opacity: 0.3;
}
.footer h4 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul li {
    margin-bottom: 15px;
	display: block;
}
.footer ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    font-weight: 400;
    transition:  0.5s all ease;
}
.footer ul li a:hover {
    color: #f37021;
    transition: 0.5s all ease;
}
.footer p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.footer p.copy_rt {
    font-size: 16px;
    font-weight: 400;
    margin: 50px 0 0 0;
}
.fss-mainview {
    display: flex;
    align-items: center;
    padding: 0;
}

.fss-mainview > div {
    padding-top: 93px;
}





.scrollan {
    position: fixed;
    right: 30px;
    top: 90%;
    z-index: 9;
}

.scrollan button {
    background: none !important;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.scrolltxt {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
    text-shadow: 0 1px 1px rgb(255 255 255 / 50%);
}

.mouse {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 40px;
    width: 22px;
    position: relative;
}

.move {
    position: absolute;
    background-color: #fff;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%,10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%,40px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%,80px);
        opacity: 0;
    }
}





.scrolltop {
    position: absolute;
    right: 15px;
    border-radius: 100%;
    bottom: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    z-index: 9;
    padding: 0 !important;
}

.scrolltop i {
    font-size: 40px;
    color: #00769f;
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
    left: -1px;
    font-weight: bold;
}

.scrolltop a {
    display: block;
    text-align: center;
}

.scrolltop i.fa-arrow-up:before {
    display: none;
}

.scrolltop i.fa-arrow-up:after {
    content: "\f105";
}

.leadpagesec {
    padding: 50px 0;
}



@media (min-width: 1400px){
    
    .container {
        max-width: 1350px;
    }
}
@media (min-width: 1650px){
    .container {
        max-width: 1450px;
    }
}
@media (max-width: 1366px){
    
}

@media (max-width: 1280px){
    
}

@media (max-width: 1280px){
   
}

@media (max-width: 1140px){
    
}

@media (max-width: 1024px){
    .banner h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.title {
		font-size: 29px;
		line-height: 33px;
	}
	.abt_rt {
		padding-right: 10px;
	}
	.why_choose_bx .title {
		font-size: 20px;
		margin-bottom: 11px;
		line-height: 22px;
	}
	.why_choose_icon img {
		max-width: 80px;
	}
	.why_choose_bx {
		padding: 30px 10px 0;
    	margin: 20px 15px;
	}
	.why_choose_bx p {
		font-size: 15px;
		line-height: 22px;
	}
	.Choose_Us_scn h4 {
		font-size: 19px;
		padding: 0 10px;
	}
	.Choose_Us_scn .choose_first_pra {
		font-size: 16px;
		padding: 0 0;
		line-height: 26px;
	}
	.feature_tx .title {
		font-size: 29px;
		margin-bottom: 26px;
	}
	.feature-section:before {
		background-size: cover;
		opacity: 0;
		display: none;
	}
}

@media (max-width: 991px){
    .Choose_Us_in .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 25px;
	}
/*
	.full-screen-scroller {
		height: auto !important;
	}
*/
	.full-screen-scroller {
		height: auto !important;
	}
	.full-screen-scroller .fss-mainview {
		height: auto !important;
	}
	.full-screen-scroller .fss-dotted-scrollspy {
		display: none;
	}
	body.home {
		overflow: scroll !important;
	}
	.fss-mainview > div {
		padding-top: 60px;
	}
	.bnr_tx_in {
		max-width: 710px;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.app_div a img {
		max-width: 180px;
	}
	.app_div a {
		font-size: 15px;
	}
	.feature_tx .title {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.feature_scn {
		padding-bottom: 50px;
	}
	.scrollan {
		display: none;
	}
	.footer ul li a, .footer p {
		font-size: 14px;
	}
	.footer ul li {
		margin-bottom: 5px;
	}
	.footer p.copy_rt {
		font-size: 14px;
		font-weight: 400;
		margin: 20px 0 25px 0;
	}
	.fss-mainview {
		display: block;
	}
	.abt_rt h3.title br {
		display: none;
	}
	.about_scn {
		padding-bottom: 50px;
	}
	.feature_tx ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.banner img {
		min-height: 460px;
		height: auto;
	}
	.banner h1 {
		font-size: 30px;
		line-height: 38px;
	}
	header .sub_btn2 {
		border-radius: 5px;
		padding: 8px 18px;
		font-size: 14px;
	}
	.imglft img {
		display: none;
	}
	.menu-container .rgtmen {
		position: absolute;
		width: 100%;
		background: transparent;
		bottom: 24px;
		height: auto;
		left: 0;
	}
	.imglft {
		display: none;
	}
	.menu-container .logsignlink li a {
		padding: 8px 22px 10px;
		background: #00769f;
		font-size: 14px;
		border: 1px solid #00769f;
		line-height: 19px;
		margin-bottom: 0px;
	}
	.menu-container .logsignlink li.vendorelogin a {
		background: #fff;
	}
	.menu-container .logsignlink li {
		margin: 0 0px;
	}
	.img_inn img {
		width: 100%;
	}
	body p {
		font-size: 15px;
		line-height: 24px;
	}
	.inner .banner {
		margin-top: 58px;
	}
	.inner picture img {
		object-fit: cover;
		height: auto;
		min-height: auto;
	}
	.text-abt {
		padding: 0 0 0 0;
	}
	.mision_text .title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.clr, .mision_text p {
		font-size: 14px;
	}
	.inner.contact-us picture img {
		height: 300px;
	}
	.contact-us .bnr_tx {
		top: 76px;
	}
	.contectbox .pvtechnology, .contectbox .contactfrm {
		padding: 35px 20px;
	}
	.contectbox .pvtechnology h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.contectbox .pvtechnology p {
		font-size: 14px;
	}
	.maillnk a {
		font-size: 14px;
	}
	.ovr-cntnt-sde {
		margin-top: 30px;
	}
	.img-fluid {
		width: 100%;
	}
	.dttl {
		padding: 2rem 25px;
	}
	.detail-handy-sec .title {
		font-size: 24px;
		line-height: 28px;
	}
	.a-contnt span, .heandi-div, .heandi-div span {
		font-size: 15px;
		line-height: 22px;
	}
	.handy {
		padding: 20px 10px;
	}
	.aply-main {
		margin-left: 0;
	}
	.swiper-slide {
		margin-bottom: 20px;
	}
	.sub_btn2 {
		font-size: 14px;
		padding: 10px 30px;
		margin: 0 5px;
	}
	.iq-features .btn_div {
		margin-top: 10px;
	}
	.product-faq .card-header a {
		font-size: 14px;
	}
	.middle-menu {
		display: none;
	}
	
	section {
		padding: 40px 0;
	}
	.sub_btn3 {
		font-size: 14px;
		padding: 10px 30px;
		line-height: 22px;
		margin: 5px 5px;
	}
	section.detail-handy-sec {
		margin-bottom: 0;
	}
	.round {
		display: none;
	}
	.holderCircle {
		width: 100%;
		height: auto;
	}
	.dotCircle {
		position: relative;
		margin: auto;
	}
	.dotCircle .itemDot {
		position: static;
		width: 280px;
		border: none !important;
		background: transparent !important;
		box-shadow: none !important;
		min-height: 100px;
	}
	.round-slid-con1, .round-slid-con2, .round-slid-con3, .round-slid-con4 {
		position: static;
		font-size: 14px;
		min-width: 100%;
		line-height: 20px;
		color: #000;
		font-weight: 500;
		width: 100%;
	}
	.contentCircle .CirItem {
		position: static;
	}
	.contentCircle {
		width: 200px;
		position: absolute;
		top: 140px;
		left: 440px;
	}
	.dotCircle .itemDot.active,.dotCircle .itemDot:hover {
		color: #f37021;
	}
	.menu-container .logsignlink img {
		display: none;
	}
}




@media (max-width: 767px){
    .footer {
		text-align: center;
	}
	.fss-mainview {
		height: auto !important;
	}
	.Choose_Us_in .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feature_tx .title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.banner h1 {
		font-size: 24px;
		line-height: 31px;
		font-weight: 900;
	}
	.bnr_tx_in p {
		font-size: 14px;
		line-height: 22px;
	}
	.sub_btn {
		font-size: 14px;
		width: 190px;
		padding: 12px 26px;
		line-height: 22px;
	}
	.fss-mainview > div {
		padding-top: 40px;
	}
	.about_scn p {
		font-size: 15px;
	}
	.banner img {
		min-height: 425px;
	}
	.abt_left {
		padding: 15px 0 15px 15px;
	}
	.about_img img {
		height: auto;
	}
	.title {
		font-size: 26px;
		line-height: 32px;
	}
	.mision_inn figure img {
		transition: .5s all ease;
		max-width: 70px;
	}
	.mision_text {
		padding: 0 0 0 20px;
	}
	.contactperson .whitebgbox p {
		font-size: 13px;
	}
	.for-handy-after:before {
		display: none
	}
	.aply-main {
		margin-left: 0;
		margin-right: 0;
	}
	.inner picture img {
		min-height: 300px;
	}
	ul.bnr_ul li {
		font-size: 16px;
		line-height: 25px;
	}
	.bredcrms ol li {
		font-size: 14px;
	}
	.contentCircle {
		left: 400px;
	}
}

@media (max-width: 640px){
    
}
@media (max-width: 575px){
   .aply-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.aply-main {
		display: flex;
		flex-direction: column;
	}
	.a-contnt {
		padding: 13px;
		text-align: center;
	}
	.a-contnt span:before, .heandi-div:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.dotCircle .itemDot {
		width: 100%;
	}
	.holderCircle {
		width: 100%;
		height: auto;
		margin-top: 170px;
	}
	.contentCircle {
		left: 50%;
		width: 150px;
		top: -80px;
	}
	.product-faq .card-body {
		padding: 15px;
	}
	.award_inn {
		margin-top: 0;
	}
	.title {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 480px){
    
}
@media (max-width: 470px){
   
}


@media (max-width: 400px){
    .logo_hdr {
		width: 150px;
	}
	header .sub_btn2 {
		margin-right: 0;
	}
	header .sub_btn2 {
		border-radius: 5px;
		padding: 8px 8px;
		font-size: 12px;
		margin-right: 0;
	}
	.menu-container .rgtmen {
		bottom: 50px;
	}
}
