@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/*
	1. Header
		1.1 Top header
		1.2 mega-dropdown

    2. Home page
    	2.1 Carousel section
    		2.1.1 Expand area
    		2.1.2 Scheme block

    	2.2 Banking section
    		2.2.1 Latest news slider

    	2.3 Kishan section
    		2.3.1 Kishan slider

    3. Team page
    4. Regular Savings Account
    5. Profile Page
    6. Locate us Page
    7. Awards Page
    8. KYC Page
    9. Download Page
    10. Photo Gallery
    11. News & Events
    12. TDQ
    13. Apply now
    14. Senior Management
    15. Help Desk
    16. Check rates
    17. EMI page

	20. Footer
    

*/

body {
	font-size: 15px;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

a:focus, a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: none;
}

.red-anchor a:hover {
    color: #56b725 !important;
}

.slick-slide {
    outline: none;
}

/* ===================================== Header css below =====================================*/

/* Top header css start */

span.icon-bar {
    background-color: #c32112;
    transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.first.navbar-collapse .navbar-nav>li>a {
    color: #fff;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.first.navbar-collapse .navbar-nav>li>a.faq {
    padding: 8px 20px 9px;
}

.first.navbar-collapse .navbar-nav>li>a i.icon-question {
    font-size: 1.333em;
}

.first.navbar-collapse .navbar-nav>li>a.faq:hover {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.second.navbar-collapse .navbar-nav>li>p {
    color: #fff;
    font-size: 1.867em;
    font-family: "Inter", sans-serif;
  font-weight: 200;
    opacity: 0.5;
}

.second.navbar-collapse .navbar-nav>li form .input-group {
    width: 250px;
}

.second.navbar-collapse .navbar-nav>li input {
    border-radius: 0;
    box-shadow: none;
    font-size: 0.867em;
    font-family: "Inter", sans-serif;
  font-weight: 200;
    border: 0;
}

.second.navbar-collapse .navbar-nav>li input.form-control:focus {
   border-color: transparent;
    border: 0 !important;
}

.second.navbar-collapse .navbar-nav>li button {
    border-radius: 0;
    border-left: 0;
    margin: 0px -10px;
        border: 0;
    height: 34px;
}

.second.navbar-collapse .navbar-nav>li button.btn-default:hover {
    background-color: #fff;
    border-color: transparent;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.second.navbar-collapse .navbar-nav>li button.btn-default:focus {
    background-color: #fff;
    border-color: transparent;
    border: 0px;
}

.second.navbar-collapse .navbar-nav>li button i {
    color: #cdcbcb;
}

.second.navbar-collapse .navbar-nav>li>a.btn-cm {
	font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding: 7px 12px;
    text-transform: capitalize;
}

.second.navbar-collapse .navbar-nav>li>a.btn-cm:hover {
    color: #fff;
    background: #14226a !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.top-menu {
    background: url(../images/bg.jpg) no-repeat 100% top;
    background-position: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.navbar-nav>li>a.home-ico img,
.navbar-nav>li>a.home-ico span.icon-mian-logo,
.animateIn.fadeInDown .navbar-nav>li>a.home-ico .icon-home {
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.container-fluid.white-bg.main-menu.animated {    
    width: 100%;
    z-index: 99;
    animation-duration: 0.5s;
}

.container-fluid.white-bg.main-menu.animated.animateIn.fadeInDown {
    position: fixed;
    top: 0;
}

.animateIn.fadeInDown .navbar-nav {
    float: none;
}
.animateIn.fadeInDown .navbar-nav>li>a.home-ico span.icon-mian-logo {
	display: block;
	position: relative;
    font-size: 100%;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.animateIn.fadeInDown .js-navbar-collapse .navbar-nav>li:nth-child(1) {
    width: 19%;
}

.animateIn.fadeInDown .mega-dropdown a.dropdown-toggle.dark-green-color {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
}



/* Top header css end */

/* mega-dropdown css start */

.main-menu .navbar {
	min-height: auto;
    margin-bottom: 0;
}

.main-menu {
	border-top: 1px solid #edecec;
	border-bottom: 1px solid #edecec;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown a small {
	color: #95a5a6;
	font-size: 0.667em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 115px;
}

.mega-dropdown a i {
	color: #95a5a6;
	font-size: 1.067em;
}

.animateIn.fadeInDown .mega-dropdown a small {
	display: none;
}

.mega-dropdown a.dropdown-toggle.dark-green-color {	
    /*font-size: 1.267em;*/
    font-size: 1.12em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    border-left: 1px solid #edecec;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav .mega-dropdown.open>a, 
.nav .mega-dropdown.open>a.active,
.nav .mega-dropdown.open>a:hover,
.navbar-nav>li>a.home-ico:hover,
.navbar-nav>li>a.home-ico:focus {
	background-color: transparent;
    color: #c22113 !important;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.navbar-nav>li>a.home-ico {
	font-size: 2.400em;
    padding-top: 11px;
    padding-bottom: 11px;
}

.nav>li>a.active.logo-active {
    background: transparent;
}

.nav>li>a:hover {
    background: #449c17;
}

.nav .mega-dropdown.open>a:focus {
    background: transparent !important;
    color: #4aa21d;
}

.mega-dropdown a.dropdown-toggle.dark-green-color {
    background: transparent;
}

.navbar-nav .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav .dropdown.open .caret {
    border-top: none;
    border-bottom: 4px solid #c22113;
}

.main-menu .navbar-nav li.dropdown:hover a.dropdown-toggle {
    color: #c22113 !important;
}

.main-menu .navbar-nav li:hover .caret {
    border-top: none;
    border-bottom: 4px solid #c22113;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.nav>li>a.active,
.nav .open>a, .nav .open>a:hover {
	background: #449c17;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.nav .open>a:focus,
.nav>li>a:focus {
    color: none;
    background: transparent;
}

.mega-dropdown-menu {
    padding: 20px 5px !important;
    /*width: 100%;*/
    box-shadow: none;
    -webkit-box-shadow: none;

    width: 725px;
    left: auto;
    border-radius: 0;
}

.mega-dropdown-menu.Banking-menu {
    width: 100%;
    max-width: 17%;
}

.mega-dropdown-menu.media-menu {
    width: 100%;
    max-width: 16%;
}

.navbar-collapse.js-navbar-collapse {   
    height: calc(100vh - 107px);
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    font-size: 1em;
    display: block;
    color: #95a5a6 !important;
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li:hover a,
.mega-dropdown-menu > li ul > li > a:focus {
    color: #64b82c !important;
    padding-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 1.100em;
    color: #c22113 !important;
    padding: 10px 60px 5px 5px;
    line-height: 14px;
    text-transform: capitalize;
}

.mega-dropdown-menu .dropdown-header a {
    color: #c22113 !important;
    padding: 5px 60px 5px 0px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

/* mega-dropdown end */

/* ===================================== Header css End =====================================*/

/* ===================================== Home page css start =====================================*/

/* ===================================== Carousel section css below =====================================*/

.carousel-indicators {
	padding-left: 0 !important;
    margin-left: -30% !important;
}

.main-slider .carousel-inner .item img {
	width: 100%;
}

/* Expand area */

.banner-tab {
    background: url(../images/banner-tab-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 35%;
    right: 0;
    position: absolute;
    top: 0;
}

.tab-border p {
	color: #fff;
    font-size: 3.467em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    padding-left: 10px !important;
    line-height: 120%;
    display: none;
}

.banner-tab p span {
	font-family: "Inter", sans-serif;
font-weight: 700;
}

.banner-tab .tab-border {
	width: 50%;
	position: absolute;
    top: 27%;
    left: 15%;
    border-left: 10px solid #4ddb09;
}

/* Scheme block */

.scheme {
    position: absolute;
    top: 34%;
    left: -17%;
}

.scheme ul {
    list-style: none;
    display: inline-block;
}

.scheme ul li {
	background: #c22113;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 5%;
    display: flex;
    align-items: center;
}

.scheme ul li a {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    text-transform: uppercase;
}

.scheme ul li:nth-child(1) {
	transform: translate(-53px,-60px);
}

.scheme ul li:nth-child(2) {
	transform: translate(-24px,-60px);
}

.scheme ul li:nth-child(3) {
	transform: translate(78px,-88px);
}

.scheme ul li:nth-child(4) {
	transform: translate(230px,-176px);
}

.scheme ul li a i {
	font-size: 3.333em;
    display: block;
}

.scheme ul li:hover {
	color: #c22113;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.scheme ul li:hover a {
	color: #c22113;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}



/* ================== Carousel section css end ================== */

/* ================== Banking section css start ================== */

.banking {
	padding: 10px 3px 10px 0;
}

.banking-slider {
    background: url(../images/banking-bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: auto; 
    padding: 0;      
}

.news {
	background: rgba(217, 35, 45, 0.89);
    height: 425px;
    padding: 10px 20px;
}

.banking .row-banking {
	margin-bottom: 10px;
}

.banking .img-container img {
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

.zoomin .img-container {
    /*padding: 0 5px;*/
}

.text-area.red-bg-light {
	background: rgba(255, 0, 0, 0.60);
}

.text-area.black {
	background: rgba(0, 0, 0, 0.50);
}

.text-area.gray {
	background: rgba(165, 144, 137, 0.60);
}

.text-area.green-shade {
	background: rgba(150, 145, 16, 0.60);
}

.text-area.blue-shade {
	background: rgba(24, 141, 166, 0.60);
}

.text-area.green {
	background: rgba(51, 102, 38, 0.60);
}

.banking .img-container .text-area {
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    padding: 45px 10px;
}

.banking .zoomin:hover img {
    transform: scale(1.1);
    overflow: hidden;
    transition: transform 0.8s ease-in-out;
}
.banking .img-container .zoomin img {
    width: 100%;
    transform: scale(0.99);
    transition: transform 0.8s ease-in-out;
}
.banking .zoomin {
    position: relative;
    overflow: hidden;
    margin: 0 6px;
    overflow: hidden;
    width: 31.33%;
}

/*.zoomin a .text-area:hover i,
.zoomin a .text-area:hover h3 {
    color: #d54220;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}*/

.banking .img-container .text-area i {
	font-size: 4.444em;
}

.banking .img-container .text-area h3 {
	font-size: 1.800em;
}

.banking-slider .news h2 {
	color: #fff;
    font-size: 1.800em;
    font-family: "Inter", sans-serif;
  font-weight: 200;
    line-height: 100%;
    display: inline-block;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}

.news-latest {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.news .news-latest small {
    color: #fff;
    font-size: 0.933em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.news .news-latest p {
    color: #fff;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    padding: 7px 0 !important;
}

.news .news-latest a {
    color: #fff;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    position: relative;
    display: inline-block;
}

.news .news-latest a:hover {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news .news-latest a::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    position: relative;
    display: inline-block;
    left: 0;
    border-left: 7px solid #4dd10b;
}

/* Latest news slider css below */

.banking-slider .left, 
.banking-slider .right {
	top: 5%;
    position: absolute;
    color: #fff;
}

.banking-slider .left {
    left: 85%;
}

.banking-slider .right {
    right: 5%;
}

.banking-slider .left,
.banking-slider .right {
    cursor: pointer;
    text-decoration: none;
}

/* Latest news slider css above */

.news a.btn-cm:hover {
	color: #fff;
    background: #14226a !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}







/* ================== Banking section css end ================== */

/* ================== Kishan section css start ================== */

.kishan-bg {
    background: url(../images/kishan-bg.jpg) no-repeat;
    background-size: 100% 100%;    
    background-attachment: fixed;       
}

.kishan {
	background: rgba(0, 0, 0, 0.3);
	/*padding: 90px 0 90px;*/
    padding-left: 0;
    padding-right: 0;
}

.kishan .container {
    position: relative;
}

.kishan-wrapper.box2 {
    padding: 100px 0px;    
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
}

.kishan p.why-rdcb  {
	width: 14%;
	text-align: center;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    padding: 4px 12px !important;
    margin-bottom: 25px !important;
    background: #fff;
    display: block;
}

.kishan h1 {
	color: #fff;
    font-size: 4.000em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    line-height: 100%; 
    padding-bottom: 30px !important;
    display: inline-block;   
}

.kishan small {
    color: #fff;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    line-height: 120%;
}

.kishan a {
	margin-top: 50px;
}

.kishan a:hover,.kishan a:focus {
  color: #fff;
  text-decoration: none;
  /*box-shadow: 73px 0px 0 0 #c42520 inset, -74px 0px 0 0 #c42520 inset;
  -o-box-shadow: 73px 0px 0 0 #c42520 inset, -74px 0px 0 0 #c42520 inset;
  -moz-box-shadow: 73px 0px 0 0 #c42520 inset, -74px 0px 0 0 #c42520 inset;
  -webkit-box-shadow: 73px 0px 0 0 #c42520 inset, -74px 0px 0 0 #c42520 inset;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;*/

    background: #c42520 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

/* Kishan slider css start */

.kishan .left-k {
    left: 91%;
}

.kishan .right-k {
    right: 15px;
}

.kishan .left-k, 
.kishan .right-k {
    bottom: 0%;
    margin-top: 0;
    position: absolute;
    color: #000;
    background: #dcd7c5;
    padding: 17px 13px;
    z-index: 9;
    bottom: 100px;
    cursor: pointer;
    display: flex;
}

/* Kishan slider css end */

/* ================== Kishan section css end ================== */

/* ===================================== Home page css end =====================================*/




/* ===================================== Team page css start =====================================*/

.left-area .left-block ol.tab {
    /*position: relative;*/
    position: sticky;
    margin-left: 31px !important;
}

.left-area .left-block ol.tab li {
    color: #fff;
    font-size: 1em;
    position: relative;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    line-height: 33px;
    margin-bottom: 5px;
    /*padding-bottom: 15px;
    z-index: 9;*/
}

.left-area .left-block ol.tab li a {
    margin-left: 15px;
}

.left-area .left-block ol.tab li:hover,
.left-area .left-block ol.tab li:hover span {
    color: #383737;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.left-area .left-block ol.tab li a.active:before {
    content: '';
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    background: #aa7c00 !important;
    left: -26px;
    top: 0;
    z-index: -1;
}

.left-area .left-block ol.tab li:before {
    content: '';
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    background: #e6e5e1 !important;
    left: -26px;
    z-index: -1;
    top: 0;
}

.left-area .left-block ol.tab li a.active span {
    color: #383737;
}

.left-area .left-block ol.tab li a span {
    color: #c9c9c7;
    font-size: 0.867em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    text-transform: uppercase;
    /*position: absolute;
    left: 7%;
    top: 33%;*/
}

.left-area .left-block:not(:last-child) {
    margin-bottom: 20%;
    padding-bottom: 20%;
    border-bottom: 1px solid #d8d7d4;
}

.left-block .panel-title {
    color: #272626;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    text-transform: uppercase;
}

.left-block .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.left-area .more-less.glyphicon.glyphicon-plus::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    position: relative;
    display: inline-block;
    left: 0;
    border-left: 7px solid #4dd10b;
}

.left-area .more-less.glyphicon.glyphicon-minus::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    position: relative;
    display: inline-block;
    left: -5px;
    top: 4px;
    border-top: 7px solid #4dd10b;
}

.left-area .panel-group .panel,
.left-area .panel-group .panel-default>.panel-heading {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.left-area .panel-group .panel {
    padding: 10px 0;
}

.left-block .panel-body ul {
    list-style: none;
    padding: 0 !important;
}

.left-block .panel-body ul li a {
    display: block;
    padding: 10px 0;
    border-left: 5px solid #ffffff;
}

.left-block .panel-body ul li a.active {
    border-left: 5px solid #e93029;
    background: #fbf9f1;
}

.left-block .panel-body ul li:hover {
    border-left: 5px solid #e93029;
    background: #fbf9f1;
}

.left-block .panel-body ul li:hover a {
    display: block;
    padding: 10px 0;
    border-left: 0px;
    padding-left: 8px;
}

.left-block .panel-body ul li a {
    color: #1b1b1b;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    text-transform: capitalize;
    padding-left: 10px;
}

.left-block .panel-body ul li.active a {
    padding-left: 10px;
}

.right-area .right-block .box-wrap.team-bg p {
  padding-bottom: 20px !important
}

.right-block .box-wrap.team-bg:before {
  content: '';
  background: #56b725;
  width: 320px;
  position: absolute;
  height: 100px;
  margin-left: 15px;  
}

.right-block .box-wrap.team-bg .img-container {
  padding: 10px;
}

.right-area .right-block h4.heading + p {
    /*padding-left: 30px !important;*/
}

.right-area .right-block h4.heading + p.pdl {
    padding-left: 40px !important;
}

ul.opening-h {
    list-style: none;
}

ul.opening-h li {
    display: inline-block;
    position: relative;
}

ul.opening-h li span {
    position: absolute;
    left: 28px;
    top: 20px;
    font-size: 1.100em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
}

ul.opening-h li.icon-time-arrow:nth-child(2) {
    left: -20px;
}

.box-wrap .tab {
    position: relative;
}

.box-wrap .tab p.shade:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    display: block;
    bottom: 27px;
    left: 1px;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.box-wrap .tab p.light-green-bg:after {
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4b911b;    
}

.box-wrap .tab p.tab-btn-bg:after {
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #805b03;    
}

/* ===================================== Team Page css end ===================================== */

/* ===================================== Regular Savings Account Page css Start ===================================== */

.banner-text {
    position: absolute;
    right: 0;
    text-align: center;
    width: 60%;
    top: 15%;
    color: #fff;
}

.saving .img-container {
    position: relative;
}

.saving .img-container img {
    width: 100%;    
}

.saving .banner-text h1 {
    font-size: 4.933em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    line-height: 75%;
}

.saving .banner-text span {
    font-size: 3.733em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    line-height: 1;
}

.saving .banner-text small {
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.saving .nav-tabs>.active>a, 
.saving .nav-tabs>.active>a:focus, 
.saving .nav-tabs>.active>a:hover {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #ec312a;
    color: #383737;
}

.saving .nav-tabs>li>a {    
    font-size: 1.267em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    color: #c8c5c5;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.saving .nav>li>a:hover {
    background: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #ec312a;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.saving .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
}

.saving .tab-content {
    text-align: center;
    padding: 20px 10px;
}

.saving .para {
   /* padding-top: 30px !important;*/
}

.tab-content h3 {
    text-align: center;
    color: #383737;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding-bottom: 15px !important;
}

.tab-icon .col-18 {
    width: 18%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.tab-icon a i {
    color: #64b82b;
    background: #fff;
    font-size: 3em;
    display: block;
    border: 2px solid #e9e8e5;
    border-radius: 100%;
    padding: 28px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.tab-icon a:hover i {
    color: #fff;
    background: #c52620;
    border-color: #c52620;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.tab-icon a span {
    display: block;
    text-align: center;
    color: #c52620;
    padding-top: 10px;
    line-height: 1;
    font-size: 1.133em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.features-list {
    list-style: none;
    padding-left: 15px !important;
    padding-bottom: 25px !important;
}

.features-list li {
    padding-top: 15px;
    padding-left: 20px;
    position: relative;
}

.features-list li.icon-double-right-arrow:before {
    color: red;
    font-size: 0.800em;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.features-list li span {
    color: #68696b;
    top: -3px;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    position: relative;
 }

.table-bordered thead tr th,
.table-bordered tr th {
    color: #fff;
    font-family: "Inter", sans-serif;
font-weight: 700;
    font-weight: bold;
    padding: 10px 30px !important;
    background: #c3261f;
}

.table-bordered tbody tr td {
    color: #666;
        font-family: "Inter", sans-serif;
font-weight: 400;
    border-color: #fff;
    padding: 10px 30px;
    background: #ececed;
    text-align: left;
}

.show_row {
    display: table-row!important;
}

ul.cash-list.text-left {
    padding-top: 30px  !important;
    list-style: none;
}

ul.cash-list li {
    color: #6c6666;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    padding-bottom: 0px !important;
}

ul.cash-list li p {
    width: 50%;
    display: inline-block;    
}

/* ===================================== Regular Savings Account Page css end ===================================== */

/* ===================================== Save Page css Start ===================================== */

.browse-box {
    padding: 20px;
    background: #64b82b;
    margin-bottom: 20px;
}

.browse-box h5.heading {
    color: #fff;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    padding-bottom: 20px !important;
}

.slide-box .img-container img {
    width: 100%;
}

.save-slide .para {
    background: #fff;
    padding: 10px;
}

.right-area .right-block .save-slide .para p {
    color: #989696;
    padding-bottom: 0 !important;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.right-area .right-block .save-slide .para h4 {
    color: #193070;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 700;
}

.save-slide .para:hover {
    background: #193070;
    color: #fff;
}
.save-slide .para:hover h4{
    color: #fff !important;
}
.save-slide .para a:hover h4,
.save-slide .para a:hover p {
    color: #fff !important;
}


/* ===================================== Save Page css End ===================================== */

/* ===================================== Profile Page css Start ===================================== */

.profile .red-bg,
.profile .white-bg {
    padding: 20px;
}

.profile .banner-text {
    width: 64%;
    position: relative;
    text-align: left;
    font-size: 1.4em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
}

.profile .profile-map .img-container {
    margin-top: -130px;
}

.profile .profile-year .img-container img {
    display: inline-block;
    padding-top: 10%;
    padding-bottom: 13%;
}

.glorious .history {
    color: #c32112;
    font-size: 1.444em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    padding: 0;
}

.glorious .complete {
    color: #413d3d;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    line-height: 1;
}

.para .profile {
    margin-top: 15px;
}

/* ===================================== Profile Page css End ===================================== */

/* ===================================== Locate us Page css start ===================================== */

.right-area.locator-page {
    padding-bottom: 20px;
}

.atm-page .left-area {
    margin-bottom: 0;
}

.loc-iframe .iframe {
    height: 450px;
}

.loc-panel {
    padding-left: 0;
    height: 450px;
    overflow: auto;
}

.loc-panel .panel-group {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
}

.loc-panel .panel-group .panel+.panel {
    margin-top: 0px;
}

.loc-panel .container {
    width: 60.3%;
    margin-left: 0;
    padding-left: 0;
}

.loct-accordion .panel-default{
    background-color: transparent;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    border-bottom-color: #fff;
    padding: 0px 0;
}
.loct-accordion .panel-heading {
    background-color: transparent;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    border-bottom-color: #fff;
    padding: 20px 0;
}

.loct-accordion .panel-title ul {
    list-style: none;
}

.loct-accordion .panel-title ul li {
    position: relative;
    display: inline-block;
    width: 49%;
    text-align: left;
    color: #262525;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.loct-accordion .panel-title ul li:not(:last-child):after {
    content: '';
    border-right: 1px solid #fff;
    position: absolute;
    height: 62px;
    top: -23px;
    right: 0;
}

.loct-accordion .panel-title ul li {
    padding-left: 30px;    
}

.loct-accordion .panel-title ul li:nth-child(2) {
    color: #d83d2c;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 700;
}

.loct-accordion i {
    font-size: 1.800em;
 }

.loct-accordion ul.list-group {
    height: 100%;
    overflow: auto;
}

.loct-accordion li.list-group-item.clearfix {
    color: #8a8585;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.loct-accordion .list-group-item  {
    margin-top: 10px;
}

/*.panel-heading:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    display: inline-block;
    left: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0px solid transparent;
    border-right: 10px solid #d83d2c;
    z-index: 9;
}*/
 
.nav-tabs.col-md-offset-4 {
    margin-left: 32% !important;
    border: 0;
}

.loc-tab.nav-tabs>li>a {
    color: #fff;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    background: #dbd4d3;
    border: 0;
    border-radius: 0;
    padding: 7px 15px;
}

.loc-tab.nav-tabs>li.active>a,
.loc-tab.nav>li>a:hover,
.loc-tab.nav-tabs>li.active>a:focus {
    color: #fff;
    background: #d83d2c;
    border: 0;
    border-radius: 0;
}

.loc-tab.nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -6px;
    border-top: 7px solid #d83d2c;
    border-bottom: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
}

.stylish-input-group .input-group-addon{
    background: #dbd4d3;
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.loc-tab .loc-search {
    width: 45%;
}
.loc-tab .loc-search input,
.loc-tab .loc-search .input-group-addon {
    color: #fff;
    border-radius: 0;
    height: 39px;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    background: #dbd4d3;
}


/* ===================================== Locate us Page css end ===================================== */

/* ===================================== Awards Page css start ===================================== */

.right-area .right-block .awards .red-bg, 
.right-area .right-block .awards .white-bg {
    padding: 10px 20px;
}

.right-area .right-block .awards p.title {
    color: #fff;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding-bottom: 0px !important;
}

.awards .awards-panel.panel-group .panel,
.awards .awards-panel .panel-heading {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.awards .awards-panel .panel-heading {
    border-bottom: 1px solid #ddd;
}

.awards .awards-panel.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.awards .panel-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.awards .awards-panel .panel-heading .panel-title a {
    background: #c32112;
    color: #fff;
    padding: 6px 20px;
    position: relative;
    display: inline-block;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.right-area .right-block .awards .awards-panel .panel-body p:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px !important;
}

/* ===================================== Awards Page css end ===================================== */

/* ===================================== KYC Page css start ===================================== */

.kyc .para h4 {
    color: #272626;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
}

.defi small {
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.kyc-list {
    list-style: none;
    padding-left: 15px !important;
    padding-bottom: 25px !important;
}

.kyc-list li {
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.kyc-list li span {
    color: #545151;
    top: -3px;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    position: relative;
}

.kyc-list li.icon-double-right-arrow:before {
    color: red;
    font-size: 0.800em;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.kyc .img-container {
    position: relative;
}

.kyc .img-container img {
    width: 100%;
}

.kyc .banner-text {
    top: 0%;
}

.kyc .banner-text h1 {
    font-size: 2.400em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    line-height: 75%;
}

.kyc .banner-text span {
    font-size: 2.400em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    line-height: 1;
}

.kyc .banner-text i {
    font-size: 3.000em;
    font-style: normal;
}

/* ===================================== KYC Page css end ===================================== */

/* ===================================== Download Page css start ===================================== */

.download-list {
    list-style: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 25px !important;
}

.download-list li a {
    color: #5d5a5a;
    padding: 30px 10px;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.download-list li a i {
    color: #e1e0e0;
    font-size: 3.333em;
    padding-right: 20px;
}

.download-list li a:hover {
    background: #f7f6f5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.download-list li a:hover i {
    color: #d80027;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.active .icon-pdf-white:before {
    content: "\e928";
}

/* ===================================== Download Page css end ===================================== */

/* ===================================== Photo Gallery Page css start ===================================== */

.photo .para {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.photo .para h4 {
    color: #193070;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 700;
}

.photo .para small {
    color: #989696;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.photo .zoomin {
    overflow: hidden;
    position: relative;
}

.photo .zoomin img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;

}

.photo .zoomin img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.photo iframe {
    padding: 10px 0 30px;
}

.video-space {
    padding-bottom: 125px;
}

.play-btn {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
    border-radius: 127% 85% 102% 92%;
    margin: 0  15px;
}

.play-btn img {
    min-height: 48px;
    margin-left: -14px;
    margin-top: 32%;
    opacity: 0.8;
    width: 48px;
    border: 0;
}

.play-btn .red-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}

.play-btn:hover .red-hover {
    opacity: 1;
}

.play-btn:hover .blach-hover {
    opacity: 0;
} 

/* ===================================== Photo Gallery Page css end ===================================== */

/* ===================================== News & Events Page css start ===================================== */

.right-area.news-olny {
    padding: 0;
}

.right-area .right-block .news-events .red-bg {
    padding: 10px 20px;
    position: relative;
    z-index: 9;
}

.right-area .right-block .news-events p.title {
    color: #fff;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding-bottom: 0px !important;
}

.right-area .right-block .news-events .red-bg .title:after {
    content: '';
    background: #c32112;
    position: absolute;
    display: block;
    width: 150%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.news-events .news-box:not(:last-child) {
    position: relative;
    /*border-bottom: 1px solid #b07c00;*/
    width: 100%;
}

.news-events .news-box:not(:last-child):after {
    content: "";
    /*position: absolute;*/
    border-bottom: 1px solid #b07c00;
    width: 150%;
    display: block;
    height: 100%;
}

.news-box .news-img {
    padding: 0px;
}

.right-area .news-box .news-img .img-container {
    margin-bottom: 0px;
}

.news-text {
    padding: 15px 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
        position: absolute;
    height: 100%;
    right: 0;
    border-bottom: 1px solid #b07c00;
}
.news-events .news-box:last-child .news-text{
    height: auto;
    right: -10px;
    border-bottom: 0;
}

.news-text:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    display: inline-block;
    left: -20px;
    top: 12%;
    border-left: 0 solid transparent;
    border-right: 20px solid #fbf8ef;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-text:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-text:hover:before {
    border-right: 20px solid #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-text:after {
    content: '';
    background: transparent;
    position: absolute;
    display: block;
    width: 63%;
    height: 223px;
    right: -400px;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-text:hover:after {
    content: '';
    background: #fff;
    position: absolute;
    display: block;
    width: 63%;
    height: 220px;
    right: -400px;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.news-text h2 {
    color: #c32112;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    margin: 10px 0 !important;
}

.news-text small {
    color: #716c6c;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.right-area .right-block .news-text p {
    font-size: 1.067em;
}

.news-text i {
    color: #b07c00;
    font-size: 1.333em;
}

.news-text i.icon-facebook {
    margin-right: 10px;
}



/* ===================================== News & Events Page css end ===================================== */

/* ===================================== Faqs Page css start ===================================== */

.faqs .panel-group .panel {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    background: transparent;
}

.faqs .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #383737;
    background-color: transparent;
    border-color: #EEEEEE;
}

.faqs .panel-title {
    color: #68696b;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.faqs .panel-title > a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}

.faqs .more-less {
    width: 20px;
    height: 50px;
    float: right;
    color: #c32621;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-left: 10px;
}

.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    color: #68696b;
    border-top-color: #EEEEEE;
    padding: 15px 45px 15px 20px;
}

.faqs .panel-body h4 {
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    margin-bottom: 15px !important;
}

.faqs-list {
    list-style: none;
    padding-left: 15px !important;
    padding-bottom: 25px !important;
}

.faqs-list li {
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
}

.faqs-list li.icon-double-right-arrow:before {
    color: red;
    font-size: 0.800em;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.faqs-list li span {
    color: #545151;
    top: -3px;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    position: relative;
}

.faqs .glyphicon.glyphicon-plus:before {
    content: "\e926";
    font-family: 'icomoon' !important;
}

.faqs .glyphicon.glyphicon-minus:before {
    content: "\e92a";
    font-family: 'icomoon' !important;
}

/* ===================================== Faqs Page css end ===================================== */

/* ===================================== TDQ Page css start ===================================== */

.tdq .img-container {
    position: relative;
}

.tdq .img-container img {
    width: 100%;
}

.tdq .banner-text {
    top: 23%;
}

.tdq .banner-text small {
    font-size: 1.5em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}

.tdq-list {
    list-style: none;
    padding-left: 15px !important;
    padding-bottom: 25px !important;
}

.tdq-list li {
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.tdq-list li.icon-double-right-arrow:before {
    color: red;
    font-size: 0.800em;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.tdq-list li span {
    color: #716c6c;
    top: -3px;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    position: relative;
}

.lic-birla .lic,
.lic-birla .birla {
    margin-bottom: 20px;
}


/* ===================================== TDQ Page css end ===================================== */

/* ===================================== Apply now Page css start ===================================== */

.tnc span {
    margin-bottom: 10px;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.progress {
    height: 450px;
    width: 60px;
    display: inline-block;
    margin: 0 34px;
    border-radius: 0;
    box-shadow: none;
    background-color: #f7f6f5;
}

/*.progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}*/

.progress-bar {
    width: 100%;
    height: 0;
    text-align: left;
    transition-duration: 1s;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease;
    box-shadow: none;
}

.progress-box {
    border-bottom: 1px solid #e7e7e5;
    margin-bottom: 36px;
}

.progress-box .progress-list {
    position: relative;
    float: left;
}

.progress-box .progress{
    transform: rotate(180deg);
    float: left;
}

.progress-box .progress + span {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) translateY(50%);
    color: #5d5a5a;
    font-size: 1.267em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
}

.loan {
    background-color: #c52620;
    margin-bottom: 1px;
}

.deposit {
    background-color: #f61b13;
    margin-bottom: 1px;
}

.investment {
    background-color: #fd4d46;
    margin-bottom: 1px;
}

.working-capital {
    background-color: #f57570;
}

span.skill {
    visibility: hidden;
}

/*
.progress-bar:hover span.skill {
    visibility: visible;
}*/

.list-inline.graph-list {
    padding: 50px 20px !important;
}

.graph-list.list-inline>li {
    width: 25%;
    padding: 0;
    display: flex;
    align-items: center;
    float: left;
    text-transform: uppercase;
    font-size: 1.067em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.graph-list.list-inline span {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.download-list.graph-list li a {
    border-top: 1px solid #ddd;
}

span.help-block.form-error {
    font-size: 1em;
    position: absolute;
}

/* ===================================== Apply now Page css end ===================================== */

/* ===================================== Senior Management Page css start ===================================== */

.right-block .box-wrap .senior-bg:before {
    content: '';
    background: #56b725;
    width: 100%;
    position: relative;
    display: inline-block;
    height: 45px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.right-block .box-wrap .senior-bg:hover:before,
.right-block .box-wrap.team-bg:hover:before {
    background: #c32112;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.right-block .box-wrap .senior-bg .img-container {
    padding: 7px;
    position: relative;
    top: -50px;
    text-align: center;
}

.right-block .box-wrap .senior-bg .img-container img {
    margin-bottom: 15px;
}

.senior-wrap.box-wrap.row {
    text-align: center;
}

.box-wrap.row .col-md-3.col-sm-3 {
    width: 24%;
    float: none;
    display: inline-block;
}

/* ===================================== Senior Management Page css end ===================================== */

/* ===================================== Help Desk Page css start ===================================== */

.help-desk .heading i {
    font-size: 1.333em;
    font-style: normal;
}

.help-desk .heading + p.pdl a {
    margin-top: 20px;
}

.help-desk .heading + p.pdl a span {
    font-size: 0.666em;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.help-desk .heading + p.pdl .red-bg.white {
    padding: 15px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.help-desk .heading + p.pdl a:hover {
    color: #5ab928 !important;
}

.help-desk .heading + p.pdl a:hover span {
    padding-left: 2px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.policy-heading.right-area .right-block h4.heading {
    padding-bottom: 10px !important;
}

/* ===================================== Help Desk Page css end ===================================== */

/* ===================================== Check rates css start ===================================== */

.right-area .white-box.check-rates {
    padding: 0px;
    border-radius: 0px;
}

.check-rates .affix {
    top: 64px;
    z-index: 9999 !important;
    width: 42.2% !important;
    position: fixed;
}

.check-rates .nav-tabs.rates-tabs.nav-justified>li a {
    color: #fff;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    background: #56b725;
    border-radius: 0;
    border: 0;
}

.check-rates .nav-tabs.rates-tabs.nav-justified>li:hover a,
.check-rates .nav-tabs.rates-tabs.nav-justified>li.active a {
    background: #c32112;
    border-bottom: 3px solid #56b725;
    transition: all 0.3s ease-in-out;
}

.check-rates .nav-tabs.rates-tabs.nav-justified>li.active a:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #56b725;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

.tab-content.rates-content {
    padding: 30px;
}

.tab-content.rates-content h3 {
    color: #aa7c00;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    display: inline-block;
}

.tab-content.rates-content h3:after {
    content: '';
    border-bottom: 1px solid #d8d7d4;
    position: relative;
    display: block;
    padding-top: 10px;
}

.tab-content.rates-content .tab-pane {
    text-align: center;
}

.tab-pane .check-rates-list {
    list-style: none;
}

.right-area .right-block .tab-pane .check-rates-list p {
    color: #6c6666;
    font-size: 1.200em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    display: inline-block;
    padding-bottom: 0px !important;
}

.tab-pane .check-rates-list span {
    color: #c32112;
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
font-weight: 700;
    float: right;
}

.tab-pane .check-rates-list li {
    padding: 30px 20px;
}

.tab-pane .check-rates-list li:not(:last-child) {
    border-bottom: 1px solid #d8d7d4;
}

/* ===================================== Check rates css end ===================================== */

/* ===================================== EMI page css start ===================================== */

.calc-heading {
    color: #c32621;
    background: #f2eceb;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    padding: 12px;
}
.calc-heading select {
    width: 25%;
    color: #3a3838;
    font-size: 0.733em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding: 8px 10px;
    border-color: #dce7e9;
    background: url(../images/emi-down-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
    margin-left: 3%;
}

.emi-content {
    background: #fff;
    padding: 40px 30px;
}

.emi-content label {
    width: 130px;
    color: #c32621;
    font-size: 1.200em;
    font-weight: normal;
    font-family: "Inter", sans-serif;
  font-weight: 600;
}

.emi-content input {
    width: 215px;
    color: #1e1d1d;
    box-shadow: none;
    padding: 5px 12px;
    border: 1px solid #dce7e9;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.emi-content input + i {
    color: #9c9b9b;
    font-size: 1.2em;
    margin-left: 10px;
}

.emi-content .rate-box,
.emi-content .rate-box .ui-slider {
    margin-top: 40px;
}

.emi-content #reservation {
    position: relative;
}

.emi-content .YM {
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-60%);
}

.emi-content select.loanterm {
    width: 215px;
    color: #1e1d1d;
    box-shadow: none;
    padding: 5px 12px;
    border: 1px solid #dce7e9;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    -webkit-appearance: none;
}

.emi-content select.YM {
    width: 110px;
    color: #9c9b9b;
    box-shadow: none;
    padding: 5px 12px;
    border: 1px solid #dce7e9;
    font-size: 1.467em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    background: url(../images/emi-down-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 86%;
}

.emi-content .ui-widget-header {
  background-image: -moz-linear-gradient( 177deg, rgb(230,10,3) 0%, rgb(252,43,37) 44%, rgb(254,66,60) 71%, rgb(251,96,92) 100%);
  background-image: -webkit-linear-gradient( 177deg, rgb(230,10,3) 0%, rgb(252,43,37) 44%, rgb(254,66,60) 71%, rgb(251,96,92) 100%);
  background-image: -ms-linear-gradient( 177deg, rgb(230,10,3) 0%, rgb(252,43,37) 44%, rgb(254,66,60) 71%, rgb(251,96,92) 100%);
}

.emi-content .ui-corner-all {
    border-radius: 6px;
}

.emi-content .ui-state-default, 
.emi-content .ui-widget-content .ui-state-default {
    text-align: center;
    background: #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    border: 0;
    box-shadow: 1px 1px 7px 0px #00000073;
    top: -8px;
    outline: none;
}
.emi-content .ui-widget-content .ui-state-default:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #102c6e;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    top: 5px;
}
.emi-content .amountloan .list-inline>li {
    padding-top: 8px;
}
.emi-content .list-inline>li {
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
    width: 20.5px;
}
.emi-content .list-inline>li:nth-child(1) {
    margin-left: -1%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(2) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(3) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(4) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(5) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(6) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(7) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(8) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(9) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(10) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(11) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(12) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(13) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(14) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(15) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(16) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(17) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(18) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(19) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(20) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(21) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(22) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(23) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(24) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(25) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(26) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(27) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(28) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(29) {
    margin-left: 0%;
    border-right: 1px solid red;
}
.emi-content .list-inline>li:nth-child(30) {
    margin-left: 0%;
    border-right: 1px solid red;
}

.emi-content .amountloan .list-inline>li:nth-child(1) {
    margin-left: 3.3%;
    border-right: 1px solid red;
}
.emi-content .amountloan .list-inline>li:nth-child(2) {
    margin-left: 8.3%;
    border-right: 1px solid red;
}
.emi-content .amountloan .list-inline>li:nth-child(3) {
    margin-left: 13.9%;
    border-right: 1px solid red;
}
.emi-content .amountloan .list-inline>li:nth-child(4) {
    margin-left: 14.7%;
    border-right: 1px solid red;
}
.emi-content .amountloan .list-inline>li:nth-child(5) {
    margin-left: 13.9%;
    border-right: 1px solid red;
}
.emi-content .amountloan .list-inline>li:nth-child(6) {
    margin-left: 13%;
    border-right: 1px solid red;
}

.emi-content .loansterm .list-inline>li {
    margin-left: 0.2%;
    border-right: 1px solid red;
    padding-left: 0px;
    padding-right: 0;
    font-size: 10px;
    margin-left: 0;
    width: 20.5px;
    text-align: right;
  
}

.emi-content .loansterm .list-inline>li:nth-child(1) {
    margin-left: -1%;
}
.emi-content .loansterm .list-inline>li:nth-child(2) {
    margin-left: -1.0%;
}
.emi-content .loansterm .list-inline>li:nth-child(3) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(4) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(5) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(6) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(7) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(8) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(9) {
    margin-left: -1px;
}

.emi-content .loansterm .list-inline>li:nth-child(10) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(11) {
    margin-left: -0.9px;
}
.emi-content .loansterm .list-inline>li:nth-child(12) {
    margin-left: 1px;
}
.emi-content .loansterm .list-inline>li:nth-child(13) {
    margin-left: 1px;
}
.emi-content .loansterm .list-inline>li:nth-child(14) {
    margin-left:1px;
}
.emi-content .loansterm .list-inline>li:nth-child(15) {
    margin-left: 1px;
}
.emi-content .loansterm .list-inline>li:nth-child(16) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(17) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(18) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(19) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(20) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(21) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(22) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(23) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(24) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(25) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(26) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(27) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(28) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(29) {
    margin-left: -1px;
}
.emi-content .loansterm .list-inline>li:nth-child(30) {
    margin-left: 5px;
}


.total ul.list-group {
    color: #fff;
    list-style: none;
    padding: 22px !important;
}

.total ul.list-group.month-emi {
    background-image: -moz-linear-gradient( 90deg, rgb(195,38,33) 56%, rgb(225,52,47) 89%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(195,38,33) 56%, rgb(225,52,47) 89%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(195,38,33) 56%, rgb(225,52,47) 89%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
    border-bottom: 0px solid rgb(202, 112, 109);
}

.total ul.list-group.month-emi li:nth-child(1) span {
    font-size: 1.867em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}
.total ul.list-group.month-emi li:nth-child(2) {
    font-size: 3.867em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}
.total ul.list-group.month-emi li:nth-child(3) {
    font-size: 1.600em;
    font-family: "Inter", sans-serif;
font-weight: 300;
}
.total ul.list-group.principal-emi li:nth-child(2),
.total ul.list-group.payable-emi li:nth-child(2),
.total ul.list-group.total-emi li:nth-child(2) {
    font-size: 2.000em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
}

.total ul.list-group {
   /* background-image: -moz-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);*/
    border-bottom: 1px solid rgb(202, 112, 109);
}

.total ul.list-group label {
    font-size: 1.333em;
    font-family: "Inter", sans-serif;
font-weight: 300;
    font-weight: normal;
}

.total ul.list-group .btn-cm {
    color: #c32621;
    background: #fff;
    font-size: 1.267em;
    font-family: "Inter", sans-serif;
  font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    margin-top: 18px;
    margin-bottom: 19px;
}

.total ul.list-group .btn-cm:hover {
    color: #fff;
    background: #64b82b;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.emi .left-area {
    margin-bottom: 0px;
}

.emi-page {
    background: #fbf9f1;
}



/* ===================================== EMI page end ===================================== */

/* ===================================== Footer css below =====================================*/

.footer-bg {
	background-color: #efece0;
}

footer p small {
	color: #d54220;
	font-size: 1em;
	font-family: "Inter", sans-serif;
  font-weight: 400;
}

footer p {
	line-height: 1.5;
    font-size: 0.933em;
}

footer .icon-hours-support {
	font-size: 4.667em;
}

footer .support {
	padding-bottom: 10%;
}

footer .support p {
	padding-left: 10px !important;
    line-height: 1.3;
}

footer .support span {
	color: #6d1515;
	font-size: 1.067em;
	font-family: "Inter", sans-serif;
font-weight: 300;
	display: block;
}

footer .support small a {
	color: #6d1515;
	font-size: 1.667em;
	font-family: "Inter", sans-serif;
  font-weight: 400;
}

a[href*="tel:"] {
   pointer-events: none;
   cursor: pointer;
   text-decoration: none;
}

footer .footer-links {
	display: flex;
}

footer .footer-links h4 {
	color: #2f2e2e;
	padding-bottom: 25px !important;
	font-size: 1.067em;
	font-family: "Inter", sans-serif;
font-weight: 700;
}

footer .footer-links ul {
	list-style: none;
}

footer .footer-links ul li a {
    color: #2f2e2e;
    font-size: 1.000em;
    font-family: "Inter", sans-serif;
font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

footer .all-links ul li a {
	color: #2f2e2e;
	font-size: 0.933em;
	font-family: "Inter", sans-serif;
font-weight: 300;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

footer .all-links ul li a:hover {
    padding-left: 0;
}

footer ul li a:hover {
	color: #56b725;
    padding-left: 3px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

footer .footer-links div:not(:first-child) {
	border-left: 1px solid #c1bfb6;
	padding-left: 20px;
}

footer .suppor-thours {
    border-left: 1px solid #c1bfb6;
    padding-bottom: 0%;
}

footer .all-links {
	padding-top: 30px;
}

footer .all-links ul {
	list-style: none;
}

footer .all-links ul li {
	float: left;
}

footer .all-links ul li:not(:last-child):after {
	content: "";
	border-right: 1px solid #c1bfb6;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 0.667em;
}

footer .footer-bottom {
	border-top: 1px solid #c1bfb6;
	padding: 15px;	
}

footer .footer-bottom ul {
	list-style: none;
}

footer .footer-bottom ul.imp-link li {
	float: left;
	margin-left: 15px;
}

footer .footer-bottom ul.imp-link li {
	float: left;
	margin-left: 10px;
    font-size: 0.867em;
}

footer .footer-bottom ul.imp-link-top li a {
	font-size: 1.200em;
	font-family: "Inter", sans-serif;
  font-weight: 400;
	color: #1a1b1b;
}

footer .footer-bottom ul.imp-link-top li {
    float: left;
    position: relative;
}

footer .footer-bottom ul.imp-link-top li:not(:last-child) {
    margin-right: 25px;
}

footer .footer-bottom ul.imp-link-top li:not(:last-child) a {
    padding-right: 25px;
}

footer .footer-bottom ul.imp-link-top li:not(:last-child):after {
    content: '';
    border-left: 1px solid #c1bfb6;
    position: absolute;
    display: block;
    width: 1px;
    height: 26px;
    right: 0;
    top: 0;
}

footer .footer-bottom ul li a:hover {
	color: #000;
    padding-left: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

footer .footer-bottom ul li a i {
	font-size: 1.222em;
	font-style: normal;
}

footer .footer-bottom ul li a span {
    padding-left: 5px;
}

footer .footer-bottom ul.imp-link {
	padding-top: 10px !important;
}

footer .footer-bottom ul.imp-link li a {
	color: #2f2e2e;
	font-family: "Inter", sans-serif;
font-weight: 400;
	text-decoration: none;
}

footer .footer-bottom ul.imp-link li:not(:last-child):after {
	content: '';
	border-right: 1px solid #c1bfb6;
	padding-right: 10px;
	font-size: 0.667em;
}

footer span.icon-mian-logo {
    font-size: 3em;
}



/* ===================================== Footer css above =====================================*/

.download-list li a span{
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: -20px;
}
.mega-dropdown-menu > li > ul > li > a {
    
}
.first.navbar-collapse .navbar-nav li .dropdown-menu a{
    font-size: .9em;
    display: block;
    color: #95a5a6 !important;
    padding: 3px 12px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.first.navbar-collapse .navbar-nav li .dropdown-menu{

    padding: 20px 5px !important;
    width: 100%; 
    box-shadow: none;
    -webkit-box-shadow: none;
        border-radius: 0;
}
.first.navbar-collapse .navbar-nav > li ul > li > a:hover, .first.navbar-collapse .navbar-nav > li ul > li:hover a, .first.navbar-collapse .navbar-nav > li ul > li > a:focus {
    color: #64b82c !important;
    padding-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
        background-color: transparent;
}
.top-menu .navbar-nav li:hover .caret {
    border-top: none;
    border-bottom: 4px solid #fff;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.panel-heading.active{
    border-left: 7px solid #d83d2c;
}
.panel-heading.active:before{
   /*content: " ";
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #d93c2d;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 22px;
    margin-left: -17px;*/
}
.loc-panel {
    overflow-y: auto;
    overflow-x: inherit !important;
}
.common-btn .btn-cm {
    font-size: 1.267em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    border: 0px;
    border-radius: 0;
}
.common-btn .btn-cm:hover {
    background: #64b82b !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.common-btn .btn-cm i {
    font-size: 0.8em;
    padding-left: 10px;
}
.photo .col-md-4:nth-child(3n+1){
    clear: both;
}
.arrange-photos .col-md-6:nth-child(2n+1){
    clear: both;
}
.left-area{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.box-wrap.row .col-md-3.col-sm-3 {
    width: 24%;
    float: left;
    display: block;
}
.right-area .right-block h4.heading.box-wrap, h4.heading.box-wrap {
    color: #aa7c00;
    padding-bottom: 20px !important;
    margin-bottom: 5% !important;
    text-transform: uppercase;
    font-size: 1.333em;
    float: left;
    width: 100%;
}

*search page result css*/
.breadcrumb-container{
  margin-top: 121px;
}
.search-page-section form{
  margin-bottom: 35px;
}
.search-page-section h2{
  margin-bottom: 25px;
}
.search-content p a{
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(195, 33, 18);

}
.search-content p a:hover{
  color: rgb(195, 33, 18);
}
.search-content p{
  
}

.search-content{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.search-listing .search-content:last-child{
  border-bottom: none;
}
.search-content p a:before{
  content: "";
    position: absolute;
    border: 4px solid #64b82c;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 0;
    top: auto;
    margin-top: 9px;
    margin-left: 9px;
}
.search-page-section .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 0px solid rgb(161, 161, 161);
    width: 100% ;
    margin-bottom: 40px;
}
.search-page-section .input-group-addon {
    text-align: center;
    background-color: #64b82c;
    width: 13%;
    font-size: 18px;
    font-family: "Inter", sans-serif;
font-weight: 400;
    color: rgb(255, 255, 255);
}
#btn-search {
   
    background: transparent;
}
.search-page-section form .form-control{
  border-radius: 0;
  height: 40px;
}
nav.pagination-nav{
  text-align: center;
  margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1d4789;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #64b82c;
    font-size: 20px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #64b82c;
    border-color: #64b82c;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #64b82c;
    border-color: #64b82c;
}

#btn-search {
    background: transparent;
}
.site-development{
    padding-top: 13px !important;
}
.site-development a{
    color: #c42622;
}
h1.cooming-soon{
    position: relative;
    top: 65px;
}
.search-page-section h2 {
    color: #aa7c00;
    padding-bottom: 20px !important;
    margin-top: 4% !important;
    text-transform: uppercase;
    font-size: 27px;
}
.carousel-indicators li {
    box-shadow: 1px 2px 1px 0px rgb(75,80,79);
}
.search-page-section .input-group-addon {
    font-family: "Inter", sans-serif;
font-weight: 400;
}
.search-page-section #btn-search {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.error-actions .btn-primary{
   color: #fff;
    background-color: #54b726;
    border-color: #54b726;
    border-radius: 0;
}
.error-actions .contact_us_cursor{
   color: #fff;
    background-color: #c42622;
    border-color: #c42622;
    border-radius: 0;
}
.error-template h1, .error-template h2{
        color: #2f2e2e;
}
.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5 !important;
    background-color: rgb(244, 248, 251);
    box-shadow: inset 0px 1px 2px 0px rgba(211, 223, 232, 0.84);
}
.emi-content .amountloan .list-inline>li:nth-child(1) {
    border-right: 1px solid #ebdfe6 ;
}
.emi-content .amountloan .list-inline>li {
    border-right: 1px solid #ebdfe6 !important;
}
.emi-content .list-inline>li {
    border-right: 1px solid #ebdfe6 !important;
}
.emi-content .list-inline>li {

    padding-right: 20px;

}
.gradient-emi{
    background-image: -moz-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(195,38,33) 0%, rgb(225,52,47) 70%, rgb(254,66,60) 100%, rgb(252,43,37) 100%, rgb(251,96,92) 100%);
}
.designation-row .col-md-3:nth-child(4n+1){
    clear: both;
}

.disable-animation{
    cursor: default !important;
}
.mega-dropdown-menu > li ul > li > a.disable-animation:hover, .mega-dropdown-menu > li ul > li:hover a.disable-animation, .mega-dropdown-menu > li ul > li > a.disable-animation:focus {
       color: #c22113 !important;
    padding-left: 0px !important;
    text-decoration: none;
    transition: none !important;
}
.text-area a{
    color: #fff;
}
.dark-green-bg .nav .dropdown.open .caret {
    border-top: none;
    border-bottom: 4px solid #fff !important;
}
.tab-icon a{
    cursor: default;
}

/*.animateIn.fadeInDown .navbar-nav>li>a.home-ico span.icon-mian-logo {
    display: none;
    position: relative;
    font-size: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.animateIn.fadeInDown .navbar-nav>li>a.home-ico .icon-mian-logo1 {
    display: block;
    position: relative;
    font-size: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}*/
.full-page{
    background-size: cover !important;
}
.full-page .right-area.light-gray-bg {
    border-left: 0px solid #e0dcdc;
}
.news-box:hover{

}
.lic-birla span{
    font-family: "Inter", sans-serif;
}
.custom-form .custom-input p {
    font-size: 1em;
     font-family: "Inter", sans-serif;
    padding-top: 20px !important;
}
.custom-table p{
    font-family: "Inter", sans-serif;
}
.note-para{
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
}
.web-update{
    float: left;
    padding-left: 15px !important;
    position: relative;
    top: -18px;
}


.welcome-modal .close-btn {   
       color: #fff;
    background: transparent;
    border: 0;
    font-size: 14px;
    display: block;
    margin: 0 0 10px auto;
}
.welcome-modal .title img {
    display: inline-block;
}

.welcome-modal .title {
    padding: 10px; 
    display: flex;
}

.welcome-modal .wrapper {
    display: inline-flex;
}

.welcome-modal .modal-dialog {
       width: 57%;
       margin: 50px auto;
}

.welcome-modal .modal-logo {
}

.welcome-modal .title-text {

    margin: 0 0 0 10%;
}

.welcome-modal .modal-content {
    border-top: 5px solid #b13222;
    border-bottom: 0;
    border-radius: 0;
        padding: 10px;
}

.welcome-modal .welcome-img {
  
}

.welcome-modal .award-img {
    margin: 0 0 0 10px;
}

.welcome-modal .cross {
    background: #b13222;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    padding: 0px 5px;
}

.welcome-modal .indicators {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 45%;
    left: 0;
    right: 0;
}

.welcome-modal .carousel-control {
    width: auto;
    height: auto;
    top: 0;
    color: #fff;
        text-shadow: none;
    background-color: #fff;
}

.carousel-control i {
        font-size: 25px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 0;
    margin: 0;
    width: auto;
    height: auto;
    padding: 15px 0px;
}

.welcome-modal .left.carousel-control {
    left: -35px;
    right: auto;
}

.welcome-modal .right.carousel-control {
    left: auto;
    right: -35px;
}

.award-slider .modal-logo {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.welcome-modal .item .title-text {
    margin: 0 0 10px;
    width: 100%;
    text-align: -webkit-right;
}

.container-fluid.slider.no-pad .parallax-container {
    height: 551px !important;
}

div#home_modal button.close {
     position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    opacity: 1;
    font-size: 25px;
}
div#home_modal .modal-body {
    padding: 0px;
}
#home_modal h3 {
    text-align: center;
    margin-bottom: 20px !important;
    font-weight: 600;
    padding-top: 10px !important;
}
.first.navbar-collapse .navbar-nav>li>a {
    color: #fff;
    font-size: .9em;
    font-family: "Inter", sans-serif;
  font-weight: 400;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    padding: 8px 10px;
}
.first.navbar-collapse.dark-green-bg.no-pad ul li:nth-child(5) > .dropdown-toggle {
    color: #fff;
    font-weight: bolder;
    background: #c32112;
}
.first.navbar-collapse .dropdown-submenu.recruiter .dropdown-menu {min-width: 180px;}
h6.notice-noncallable {
    font-size: 14px;
    margin-bottom: 30px !important;
}
span.callable {
    width: 30%;
    text-align: end;
}
span.belowrate {
    width: 20%;
}