@font-face {
    font-family:roboto-bold;
    src:url(../fonts/Bronova-Bold.ttf);
}
@font-face {
    font-family:roboto-medium;
    src:url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family:roboto-regular;
    /* src:url(../fonts/Bronova-Regular.ttf); */
    src:url(../fonts/Dax-Regular.ttf);
}
@font-face {
    font-family:roboto-black;
    src:url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family:glyphicons-halflings;
    src:url(../fonts/glyphicons-halflings.ttf);
}

body
{
	padding:0;
	margin:0;
    font-family:roboto-regular;
    color: #333;
}
h1,h2,h2,h3,h4,h5,h6,p
{
	margin: 0px;
	padding:0px;
}
p{
	color: #414042;
    font-size: 16px;
    line-height: 26px;
    font-family:roboto-regular;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

/* Menu Start */
.my-sidenav1
{
  display: none;
}
.ham-icon
{
    float: left;
    margin-top:35px;
    cursor: pointer;
    margin-left: 30px;
}
.nav-icon3 {
  width:33px;
  height:23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
background: #fcc014; /* Old browsers */
background: -moz-linear-gradient(top,  #fcc014 0%, #f37524 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcc014 0%,#f37524 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcc014 0%,#f37524 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc014', endColorstr='#f37524',GradientType=0 ); /* IE6-9 */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
  top:8px;
}
.login-btn a
{
 width: 150px;
   height: 26px;
   border-radius: 4px;
   border: 1px solid #239849;
   display: inline-block;
   color: #239849;
   text-align: center;
   line-height: 24px;
}
.login-btn a img
{
 padding-right: 5px;
}

.nav-icon3 span:nth-child(4) {
  top:16px;
}

.nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.my-sidenav {
    display: none;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background-color: #ef7a22;
    position: relative;
    height: 100vh;
}
.mbmenu {
    display: none;
}
header {
    display: block;
    margin: auto;
    width: 100%;
    z-index: 999;
    background: #fff;
    height:82px;
    position:fixed;
    top: 0px;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    padding: 0;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
}*/
header .navbar-inverse
{
background-color: #fff;
border-radius: 0px;
border:none;
}
header .navbar-header
{
float: none;
}
.nav-right
{
    float: right;
}
.logo
{
    margin-top: 15px;
    float: left;
}
.location
{
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 37px;
}
.location input
{
    font-size: 12px;
    padding-left:25px;
    width: 190px;
    border:none;
    border-bottom: 1px solid #cbcbcb;
}
.location img
{
  position: absolute;
  left: 0;
  top:0;
}
.location input:focus, .search input:focus
{
    outline: none;
}
.search
{

    float: left;
    position: relative;
    margin-top: 30px;
}
.search input
{
    max-width: 350px;
    width:350px;
    border:1px solid #cbcbcb;
    height: 30px;
    padding-left: 10px;
}
.search img
{
position: absolute;
  right:8px;
  top:8px;
  z-index: 9;
}
.search input:focus
{
    outline: none;   
}
.language
{
    float: left;
    margin-left:45px;
    margin-top: 40px;
}
.locate-btn, .login-btn
{
    float: left;
    margin-left: 20px;
    margin-top: 35px;
}
.locate-btn a
{
    width: 80px;
    height: 24px;
    border-radius:4px;
    line-height: 24px;
    text-align: center;
    border:1px solid #239849;
    color: #239849;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.locate-btn a:hover
{
   background-color: #239849;
   color: #fff;
   transition: all .3s ease-in-out;
}
.login-btn .btn
{
    width: 80px;
    height: 26px;
    border-radius:4px;
    text-align: center;
    background-color: #fcc014;
    border-color:#fcc014; 
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
    padding: 0px;  
}

.login-btn .dropdown-menu
{
   box-shadow: none;
   border:none; 
   font-size: 16px;
   padding: 10px 0px;
}
.login-btn .dropdown-menu li
{
    padding: 5px 0px;
}
.login-btn .dropdown-menu>li>a:focus, .login-btn .dropdown-menu>li>a:hover
{
background-color: #fcc014;
color: #fff;
}
/*.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    max-width: 920px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border:none;
    border-radius: 0px;
    margin-left:200px;
}
.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 {
  display: block;
  color: #ffffff !important;
  padding: 3px 5px;
  font-size: 15px;
  font-family:roboto-regular;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

header .navbar-inverse
{
    background-color: transparent;
    border:none;
}

.logo
{
    float: left;
    margin-top:7px;
}
.menu
{
    float: right;
}

.navbar-inverse .navbar-nav>li>a {
    color:#1f1f1f;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color:#b0ce36;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
    background-color: transparent;
    color:#b0ce36;
}
.menu ul
{
    margin-top:15px;
}
.menu ul li a i.fa {
    font-size: 20px;
    vertical-align:middle;
    padding-left: 5px;
}
.menu .nav>li
{
    padding-left:15px;
    padding-right:15px;
    padding-top: 20px;
    padding-bottom:27px;
}
.menu .nav>li:hover
{
    background-color: #1d5c2f;
    padding-bottom:27px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu .nav>li:hover a
{
  color:#b0ce36;  
}
.menu .nav>li>a
{
    padding: 0px;
}

.corporate-dropdown
{
    padding-left:20px;
    background-image: url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 390px;
    padding-top: 45px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.corporate-dropdown h4
{
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 26px;
}
.corporate-dropdown ul li
{

 padding:5px 0px 10px 0px;
}
.corporate-dropdown ul li a img
{
 padding-right:10px;
}
.corporate-dropdown ul li a img.excel-icon
{
    padding-left: 10px;
}
.hs-dropdown
{
    padding-left: 0px;
}

.menu ul li a.active
{
   color: #d31f29;
   border-bottom: 1px solid #d31f29;   
}
.cp
{
    border-right: 1px solid #486b47;
}*/

/* Menu Css End */
/* Footer */
.foot h6
{
    visibility: hidden;
}
.top-scroll
{
    position: absolute;
    bottom: 150px;
    right: 50px;
}
footer {
    background: #fff;
    position: relative;
}
.footer-gap
{
    margin-top: 60px;
}
.download-div {
    position: fixed;
    right: -160px;
    background: #20b253;
    padding: 8px 10px;
    z-index: 99;
    border-radius: 5px 0 0 5px;
    width: 220px;
    top: 170px;
    transition: all ease.3s;
}
.download-div a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.download-div:hover {
    right: 0;
}
/* End Footer */

/* Arsh css start*/

.retail h4{
   color:#f37524;
   font-size:16px;
     font-family:roboto-bold;
     margin-top:40px;

}
.retail p{
    font-size:16px;
    margin-top:15px;
    color:#626262;
}

.inner-tab p{
   font-size:16px;
    margin-top:15px;
    color:#626262; 
}
.inner-tab h3{
      color: #414042;
      font-size:22px;
     font-family:roboto-medium;
     margin-top:40px;
}
.fb{
    text-align: center;
    margin-top: 30px;

}
.fb h4{
    font-size: 16px;
    font-family:roboto-bold;
    color:#f37524;
    margin-top:10px;
    margin-bottom: 5px;
}
.fb p{
    line-height: 1.2;
     color:#626262;
     font-size: 16px;
}
.fb .mapsvg
{
    width: 143px;
}
.pd h3{
     color: #414042;
     font-size:22px;
    font-family:roboto-medium;
     margin-top:45px;
     margin-bottom:20px;
}
.tab-loan .table>tbody>tr>td{
    color:#626262;
    width:360px;
    background-color: #f1f1f1;
}
.tab2-loan .table>tbody>tr>td{
    color:#626262;
    width:360px;
      background-color: #f1f1f1;
}
.tab-loan .table>tbody>tr>td, 
.tab-loan .table>tbody>tr>th,
.tab-loan .table>tfoot>tr>td, 
.tab-loan .table>tfoot>tr>th, 
.tab-loan .table>thead>tr>td,.tab-loan .table>thead>tr>th {
    padding: 4px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 8px solid #fff;
    font-size: 16px;
}
.tab2-loan .table>tbody>tr>td, 
.tab2-loan .table>tbody>tr>th,
.tab2-loan .table>tfoot>tr>td, 
.tab2-loan .table>tfoot>tr>th, 
.tab2-loan .table>thead>tr>td,
.tab2-loan .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 8px solid #fff;
    font-size: 16px; 
}


.mda-panel .panel-title > a:before {
    float:right !important;
    content: '-';
    position: absolute;
    font-family:roboto-bold;
    background-repeat: no-repeat;
    left:30px;
    font-size: 28px;
    margin-top: -5px;
   
}
.mda-panel .panel-title > a.collapsed:before {
    float:right !important;
    content: '+';
    position: absolute;
   font-family:roboto-bold;
    background-repeat: no-repeat;
    text-align: center;
    left:30px;
    font-size: 28px;
    margin-top: -5px; 
}

.head-finance p{
   margin-bottom: 35px;
   font-size: 18px;

}
.head-finance img{
    margin-bottom: 30px;
}
.head-finance h2{
    padding-top:150px;
    font-size: 36px;
    font-family:Diodrumbold;
     position:relative;
     padding-bottom: 20px;
     margin-bottom: 27px;

}
.co-gen img{
margin-bottom: 30px;
}
.head-finance h2::after{
     content:'';
    height: 1px;
    width: 65px;
    background-color:#000;
    position:absolute;
    left:0;
    bottom: 0; 
}
.fin-panel img{
    margin-bottom: 40px;
}
.fin-panel p{
    margin-bottom:38px;
    font-size: 18px
}

.fin-panel h3{
    font-size: 24px;
    margin-bottom:20px;
    font-family:Diodrumbold;
}
.fin-panel h4{
    font-size: 22px;
    margin-bottom:20px;
    font-family:Diodrumsemibold;
}


.mda-panel .panel-heading h4 {
    color: #fff;
     font-family:roboto-medium;
    font-size:20px;
    padding-left: 40px;
}
.mda-panel.panel-group .panel-heading+.panel-collapse>.panel-body
{
    border:none;
    padding-left:35px;
    font-size: 16px;
}
.mda-panel .panel-default
{
    border-left:none;
    border-right: none;
    box-shadow: none;
    border-top:none;
    border-radius: 0px;
   
}
.mda-panel .panel-heading
{
    background-color:transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
     background-color:#78c143;
     padding-bottom: 20px
}
.dabur-products .panel-heading
{
    background-color:transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
     background-color:#f37524;
     
}

.mda-panel .panel-title > a:focus
{
    outline: none;
    text-decoration: none;
}
.inner-accord p{
    font-size: 15px;
    color:#626262;

}
.mda-panel .panel-body {
    padding:15px 50px;
    background-color: #f2f2f2
}
.tab2-loan .table span {
    display: block;
    margin-top:15px;
}

.enquire-posting-btn {
    background-color: #239849;
    width: 130px;
    height:40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 25px auto 0px;
    text-transform: uppercase;
    display: block;
    border: none;
}
.doubt-form {
    background-color: #fff;
    border-radius:0px;
    box-shadow: none;
    border: none;  
}
.doubt1-form{
    background-color: #f4ac17;
    overflow:hidden;
    padding:12px 0px;
    background-image: linear-gradient(to right, #fcc014 , #f4ac17);
}
.doubt-l
{
    font-weight: normal;
    font-size: 16px;
}
.doubt{
    margin-top:5px;
    background-color: #f37a21;
    overflow:hidden;
    padding:20px 15px;

}
.doubt h3{
     color: #fff;
    font-size: 25px;
    font-family: roboto-medium;
}
.elig-posting-btn {
    background-color: #f59131;
    width: 170px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-size:16px;
    font-family: roboto-regular;
    clear: both;
    line-height: 0px;
    text-transform: uppercase;
    display: block;
    border: none;
    margin:20px 0px;
}
.elig-form{
    margin-top:20px;
    background-color: #f1f1f1
}
.elig1-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #a2a2a2;
    background-color: #f1f1f1;
    border:none;
    border-radius: 0px;
    box-shadow: none;
   }
   .elig p{
    color:#626262;
    font-size: 15.9px;
   }
   .last-txt{
    border:1px solid #eef3f7;
    background-color: #eef3f7;
    padding:10px 20px;
    height:70px;
    font-size: 20px;
    font-family:roboto-medium; 
    margin-bottom: 30px;
    width:352px;
   }
   .last-txt p{
   text-decoration: none;
   font-size:20px;
   }
   .c-loan img
   {
    filter: grayscale(100%);
     margin-top:20px;
   }
   .c-loan:hover img
   {
    filter: grayscale(0);
    transition: all .3s ease-in-out
   }
   .c-loan:hover .last-txt
   {
    background-color: #76d84f;
    transition: all .3s ease-in-out
   }
   .c-loan:hover .last-txt p
   {
     color: #fff;
     transition: all .3s ease-in-out
   }

   .retail-banner{
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
   }
   .retail2-banner{
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
   }

   .fb2 img{
    margin:45px 0px 15px;
   }
   .fb p{
    color: #a2a2a2
   }
.sml-txt{
    font-size: 12px;
    color: #a2a2a2;
}

.retail-nav{
    margin-top:70px;
}
.retail-nav .top-navbar .container
{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
}
.retail-nav .top-navbar ul
{
text-align: center;
margin-top:15px;
padding-bottom: 5px;
}
.retail-nav .top-navbar ul li
{
padding-right: 50px;
position: relative;
font-size: 16px;
color: #414042;
cursor: pointer;
}
/*.retail-nav .top-navbar ul li:hover
{
    color: #5ca850;
}*/
.retail-nav .top-navbar ul li:after
{
    content: '';
    position:absolute;
    background-color: #e3e3e3;
    top:-8px;
    width: 1px;
    height:40px;
    right:20px;
}
.retail-nav .top-navbar ul li.last-item:after
{
background-color:transparent;
}

.two-wheeler-banner
{
background-image: url(../images/two-wheeler-banner.jpg);
    background-size: cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
}
.pd p{
    margin-bottom:25px;
     color:#626262;
    font-size: 15.9px;
}
.tab-wheel .table>tbody>tr>td {
    color: #626262;
    width: 360px;
    background-color:#d0d0d0;
    padding: 8px 15px;
    font-size: 16px; 
}

.wheel-form .form-control{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size:16px;
    background-color: #f1f1f1;
    border-radius: 0px;
    border:none;
    box-shadow: none;
}
.wheel-form .form-group {
    margin-bottom: 29px;
    display: flex;
}
.wheel-form label {
    font-family:roboto-regular;
    margin-top: 25px;
    color:#626262;
    font-weight: 400;
     font-size:15.9px;
}
.wheel-form h6
{
color:#626262;
font-size: 14px;
padding-top: 5px;
}
.line
{   
       width: 100%;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
        background-color: #d0d0d0;
}
.load label {
    font-family:roboto-regular;
    margin-top: 25px;
   color:#626262;
    font-weight: 400;
     font-size:15.9px;
}
.load .form-control{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size:24px;
    color: #f37524;
    background-color: #f1f1f1;
    border-radius: 0px;
    box-shadow: none;
    border:none;
}
.left p{
     color:#626262;
     font-size:15.9px;
     float:left;
     margin-bottom:20px 
}
.right p{
    color:#626262;
     font-size:15.9px;
     float:right;
      margin-bottom:20px
}
.retail-nav .top-navbar.top-wheel ul li span
{
display: block;
}
/* Arsh css end*/

.banner
{
  /*  background-image: url(../images/banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 618px;
}
/*.item2
{
background-image: url(../images/banner.jpg);
}
.item3
{
background-image: url(../images/banner.jpg);
}*/

.banner-sldr.owl-carousel .owl-item img
{
width: auto;
}
.banner-sldr.owl-theme .owl-dots .owl-dot.active span
{
  background:#f37524;
}
.banner-sldr.owl-theme .owl-dots .owl-dot span:hover
{
  background:#f37524;
}
.banner-content
{
    padding-top: 240px;
    padding-right: 0px;
    padding-left: 0px;
}
.banner-content h1
{
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom:20px;
    padding-left:15px;
}
.banner-content h1 span
{
    display:block;
    font-family:roboto-bold;
}
.banner-content .col-md-3
{
    padding: 0px;
}
.banner-content .col-md-3:nth-child(2)
{
    padding-top: 7px;
}
.banner-content .col-md-3:nth-child(4)
{
    padding-top: 12px;
}
.banner-content img
{
    margin: auto;
    display: block;
    transition: all .3s ease-out;
    -webkit-filter: brightness(0) invert(1);
     filter: brightness(0) invert(1);
}
.banner-content img:hover
{
    -webkit-filter: brightness(1) invert(0);
     filter: brightness(1) invert(0);
    transition: all .3s ease-out;
}
.banner-content p
{
    color: #ffffff;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 25px;
}
.abt-banner
{
    background-image: url(../images/About-orange-retail-finance.jpg);    
    background-size: cover;
    width: 100%;
    /*overflow: hidden;*/
    height: 492px; 
    margin-bottom: 60px; 
}
.abt-banner h3
{
    font-size: 44px;
    color: #ffffff;
     font-family:roboto-bold;
     padding:130px 0px 25px 20px;
}
.abt-banner p
{
    font-family: roboto-bold; 
    font-size: 16px;
    color: #ffffff;
    padding:0px 60px 30px 20px;
}
.abt-banner a
{
    background-color: #f37524;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    margin-left: 20px;
    transition: all .3s ease-in-out;
}
.abt-banner a:hover
{
    background-color: #fff;
    color:#f37524;
    transition: all .3s ease-in-out;
}
.gwth-stp
{
    padding: 50px 0px 70px;
}
.gwth-stp h5
{
    font-size: 22px;
    padding-bottom: 30px;
}
.gwth-stp p
{
    padding-top: 10px;
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 45px;
}
.gwth-stp a
{
    background-color: #f37524;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    transition: all .3s ease-in-out; 
}
.gwth-stp a:hover
{
    background-color: #fcc014;
    transition: all .3s ease-in-out;
}
.gwth-stp .col-md-3
{
    padding-right:0px;
}
.abt-org h5
{
    font-size: 54px;
    color: #f59131;
    font-family:roboto-bold;
}
.abt-org h6
{
    font-size: 24px;
    color: #414042;
}
.keep-grow
{
     background-image: url(../images/keep-growing.jpg);
    background-size: cover;
    width: 100%;
   /* overflow: hidden;*/
    height: 373px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.abt-org .keep-grow h5
{
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 120px 0px 15px 65px;
}
.abt-org .keep-grow h5 span
{
    display: block;
    color: #fcc014;
    text-transform: initial;
}
.abt-org .keep-grow a
{
    margin-left: 65px;
}
.review-sldr .nmph
{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.review-sldr .review-details
{
    padding: 30px;
    background-color: #ffffff;
    margin: 5px;
    transition: all ease .3s;
}
.review-sldr .review-details:hover
{
transition: all ease .3s;
-webkit-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
    box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
}
.review-sldr .nmph img
{
    width: auto;
}
.review-sldr .nmph h6
{
    padding-left: 15px;
    font-size: 16px;
    font-family:roboto-bold;
}
.cus-review
{
    padding: 68px 0px 50px;
}
.cus-review h5
{
    font-size: 18px;
    font-family:roboto-bold;
    padding-bottom: 30px;
}
.allreview 
{
    margin:auto;
    text-align: center;
    margin-top: 45px;
}
.allreview a
{
    border:1px solid #4d4d4f;
    padding: 10px 90px;
    font-size: 16px;
    color: #4d4d4f;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.allreview a:hover
{
border:1px solid #f37524;
color:#f37524;
transition: all .3s ease-in-out; 
}
.footer
{
    background-color: #f37524;
    padding-top: 25px;
}
.footer h6
{
font-size: 16px;
 font-family:roboto-bold;
 padding-bottom: 15px;
 color: #fff;
}
.footer .container
{
    padding: 0px;
}
.footer ul
{
    list-style: none;
    padding-left: 0px;
}
.footer ul li
{
    
    padding-bottom: 12px;
}
.footer ul li a
{
    font-size: 16px;
    color: #ffffff;
   
}
.footer ul.f-in li
{
font-family:roboto-bold;    
}
.footer .col-md-2
{
    padding: 0px;
}
.suscribe p
{
    font-size: 16px;
    color: #fff;
    padding-bottom:3px;
}
.text-box {
    width: 330px;
    height: 42px;
    border: none;
    float: left;
    color: #243440;
    padding-left: 4px;
    -webkit-border-radius: 0;
}
.text-box-btn {
    background-color: #f37524;
    height: 42px;
    width: 174px;
    line-height: 42px;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    font-size: 16px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.text-box-btn:hover
{
    background-color: #fcc014;
    transition: all .3s ease-in-out;
    color: #fff;
}

.text-box:focus,.text-box-btn:focus
{
    outline: none;
}
.text-box-btm
{
    width: 100%;
}
.text-box-btn1
{
    background-color: #fcc014;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:none;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease-in-out
}
.text-box-btn1:hover
{
 transition: all .3s ease-in-out;
 background-color:#fff;
 color:#f37524; 
}
.text-box-btn1:focus
{
    outline: none;
}
.footer-btm
{
    background-color: #e06d23;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-btm h5
{
    font-size: 14px;
    color: #fff;
     font-family:roboto-bold;
     padding-bottom: 15px;
}
.footer-btm ul
{
    color: #fff;
}
.footer-btm ul li
{
    padding-bottom:5px;
}
.footer-btm ul li a
{
    color: #fff;
    font-size: 14px;
}
.footer-btm ul li a:hover
{
    text-decoration: none;
}
.o-line
{
    background-color: #bb4e07;
    height: 1px;
    width: 100%;
    margin-top:20px;
    margin-bottom: 30px;
}
.copyright p
{
    float: left;
    color: #fff;
    font-size: 14px;
}
.f-policy
{
    float: right;
    color: #fff;
}
.review-sldr .owl-nav button.owl-next {
    position: absolute;
    background-image: url(../images/arrow-right.png) !important;
    width: 20px;
    height: 29px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: -30px;
    opacity: 1;
}
.review-sldr .owl-nav button.owl-prev {
    position: absolute;
    background-image: url(../images/arrow-left.png) !important;
    width: 20px;
    height: 29px;
     top: 0px;
    bottom: 0px;
    margin: auto;
    left: -30px;
    opacity: 1;
}
.review-sldr .owl-nav button.owl-next:focus, .review-sldr .owl-nav button.owl-prev:focus {
    outline: none !important;
}
.review-sldr .owl-nav button.owl-prev:hover {
    background-image: url(../images/arrow-left.png);
    background: transparent;
}
.review-sldr .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-right.png);
    background: transparent;
}
.review-sldr .owl-nav.disabled
{
    display:none;
}
.fixed-icons {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 999;
    transition: ease all 0.4s;
    height: 500px;
}
.fixed-icons ul {
    list-style: none;
    padding: 0;
}
.fixed-icons ul li {
    text-align: center;
    padding:8px 5px;
    font-size: 12px;
    line-height: 13px;
     background-color: #ffffff;
    max-width: 75px;
    width: 100%;
    min-height: 75px;
}

.fixed-icons ul li a {
    text-align: center;
    color: #333;
     font-family:roboto-bold;
}
.fixed-icons ul li:nth-child(6) {
    background-color:transparent;
    max-width: 75px;
    width: 100%;
    min-height: 75px;
}
.fixed-icons ul li a img {
    margin: 0px auto 5px auto;
    transition: all .3s ease-in-out;
}
.fixed-icons ul li a img:hover
{
transform: scale(1.2);
transition: all .3s ease-in-out;
}
.breadcrumb
{
    background-color: transparent;
    margin-bottom: 0px;
    padding: 8px 0px 0px;
}
.breadcrumb ul
{
    padding-left: 0px;
    list-style: none;
}
.breadcrumb .container
{
    padding: 0px;
}
.breadcrumb ul li
{
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.breadcrumb ul li a
{
    color: #414042;
    font-size: 16px;
}
.breadcrumb ul li:after
{
    position: absolute;
    content: '\003E';
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}
.breadcrumb ul li:last-child:after
{
    display: none;
}
.scl-icon
{
    padding-bottom: 45px;
}
.scl-icon .container,.scl-icon .container .col-md-6
{
    padding: 0px;
}
.scl-dt
{
    display: flex;
    align-items: center;
}
.scl-dt a
{
    margin-left: 10px;
}
.backtop-btn
{
    float: right;
}

/****career*********/
.carrer-banner {
    background-image: url(../images/carrer-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:415px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#new-opngs .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    position: relative;
}
.dep-hd {
    color: #1e6dbb;
    font-weight: 600;
    display: block;
    font-size: 20px;
}
#new-opngs .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    font-size: 30px;
    line-height: 27px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
#new-opngs .active:after {
    content: "\2212";
}
#new-opngs .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none;
    box-shadow: none;
}
.cr-heading
{
    font-size: 30px;
    font-family:roboto-bold;
    color: #f59131;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}
.career-tab .corporate-tabs .tabnav {
    border-bottom: 2px solid #f59131;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}
.career-tab .corporate-tabs .tabnav > a {
    background: transparent;
    color: #333;
    font-size: 24px;
    font-family:roboto-bold;
    margin-right: 40px;
    text-decoration: none;
}
.career-tab .corporate-tabs .tabnav > a.active {
    background: transparent;
    color: #f59131;
}
.why-us-bg
{
    background-color: #f6f6f6;
    padding:20px;
}
.why-us-bg h3
{
    font-size: 24px;
    color: #f59131;
    font-family:roboto-bold;
    margin-bottom:15px;
}
.why-us-bg p
{
    font-size: 16px;
    padding-bottom: 15px;
}
.job-form {
    background-color: #f3f3f3;
    border-radius:0px;
    border:none;
    box-shadow: none;
}
select.job-form
{
  margin-top: 0px;
  min-height: auto;
}
.career-form label
{
 font-family:roboto-bold;   
}
.job-posting-btn {
    background-color: #f59131;
    width: 260px;
    height:60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family:roboto-bold;  
    clear: both;
    line-height:60px;
    border-radius: 4px;
    margin: 25px auto 0px;
    text-transform: uppercase;
    display: block;
    border: none;
}
.job-posting-btn:hover
{
    color:#fff;
}
.job-posting-btn:focus
{
    outline: none;
}
.dep-hd {
    color: #f59131;
    font-family:roboto-medium;
    font-weight: normal;
    display: block;
    font-size: 20px;
    padding-bottom: 5px;
}
.dep-other-dt {
    color: grey;
    font-size: 16px;
}
.dp-sep {
    margin: 0 10px;
}
.career-panel::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.career-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.career-panel::-webkit-scrollbar-thumb {
  background: #f59131;
}

/* Handle on hover */
.career-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.career-panel {
    overflow-y: scroll;
    max-height: 500px;
    padding: 0 18px;
}
.career-panel h3 {
    font-size: 20px;
    color: #f59131;
    font-family:roboto-bold;
    margin-top: 20px;
    margin-bottom:10px;
    border-top:2px solid #ebebeb;
   padding-top: 25px;
}
.career-panel h4
{
 font-size:18px;
 font-family:roboto-bold;
 margin-bottom: 15px; 
 margin-top: 10px;
}
.career-panel p 
{
    padding-bottom: 10px;
}
.career-panel ul
{
    padding-left: 20px;
}
.career-panel ul li
{
    font-size: 16px;
    padding-bottom: 10px;
}
.career-btn
{
    cursor: pointer;
    display: inline-block;
    max-width:130px;
    height:42px;
    line-height:42px;
    font-family:roboto-medium;
    font-size: 16px;
    margin-top: 0px;
}

.about-us-banner
{
    background:url(../images/about-us-banner.jpg);
    background-size:cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top:80px;
    display: flex;
    align-items: center;
}
.inner-banner-text h6
{
color:#fff;
font-size: 18px;
padding-bottom: 15px;
}
.inner-banner-text h1
{
font-size: 35px;
color: #fff;
text-transform: uppercase;
}
.inner-banner-text h1 span
{
    font-family:roboto-bold;
    display: block;
}
.inner-banner-text img
{
margin-bottom: 10px;
}
.top-navbar .container
{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.22);
}
.top-navbar ul
{
text-align: center;
margin-top:15px;
padding-bottom: 5px;
}
.top-navbar ul li
{
padding-right: 50px;
position: relative;
}
.top-navbar ul li:after
{
    content: '';
    position:absolute;
    background-color: #e3e3e3;
    top:-8px;
    width: 1px;
    height:40px;
    right:20px;
}
.top-navbar ul li.last-item:after
{
background-color:transparent;
}
.top-navbar ul li
{
    font-size: 16px;
    color: #414042;
    cursor: pointer;
}
.top-navbar ul li:hover
{
    color: #e06d23;
}
.what-we-do
{
    margin-top: 40px;
}
.black-heading
{
    font-size: 22px;
}
.what-we-do h2
{
    margin-bottom: 30px;
}
.what-we-do p
{
    padding-bottom: 20px;
}
.v-img
{
    position: relative;
}
.v-text
{
    position: absolute;
    max-width: 250px;
    right:10px;
    top:20px;
}
.v-text h4
{
font-size: 22px;
color: #fff;
padding-bottom:15px;
}
.v-text p
{
    color: #fff;
    line-height: 22px;
}
.core-values h3
{
    margin:30px 0px;
}
.core-icon
{
    text-align: center;
}
.core-icon img
{
    transition: all .3s ease-in-out;
}
.core-icon img:hover
{
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}
.core-values h5, .fuelling h5
{
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
}
.fuelling h3
{
    margin-top: 50px;
    margin-bottom: 30px;
}
.fuelling p
{
    margin-bottom: 20px;
}
.fuelling h5
{
margin-bottom:40px;
min-height:60px;
}
.achieve h3
{
    margin-bottom: 30px;
}
.a-icon-bg
{
    background-color: #fde2be;
    min-height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-icon-bg img
{
    width: 250px;
}
.a-icon-btm
{
    background-color: #ef484a;
    padding: 20px 0px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out
}
.a-icon-btm:hover
{
   background-color: #24984A;
   transition: all .3s ease-in-out 
}
.a-icon-btm h5
{
    color: #fff;
    font-size: 18px;
    font-family:roboto-bold;
    text-align: center;
    text-transform: uppercase;
}
.f-text
{
   top: 70px;
   right: 30px;
}
.f-text h4
{
    font-size: 35px;
    padding-bottom: 0px;
}
.f-text p
{
    color: #181818;
}
.our-footprint h3
{
    padding-bottom: 20px;
    padding-top: 20px;
}
.footprint
{
    margin-top: 50px;
}
.footprint h4
{
font-size: 35px;
color: #f26e2a;
text-align: center;
margin-top: 15px;
}
.footprint h5
{
margin-top:0px;
}
.v-img1 img
{
transition: all .3s ease-in-out;
}
.v-img1 img:hover
{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.our-presence h3
{
    margin-top: 40px;
    margin-bottom: 30px;
}
.our-presence h5
{
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
}
.milestone h3
{
    margin-top: 100px;
    margin-bottom: 50px;
}
.mile-bg
{
    background-color: #ffecd2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
padding: 30px 15px;
margin-top: 10px;
margin-bottom: 10px;
min-height: 430px;
}
.mile-bg h4
{
color: #ef484a;
font-size: 30px;
font-family:roboto-black;
padding: 15px 0px;
}
.mile-bg p
{
    border-bottom: 1px solid #414042;
    padding-bottom: 7px;
    line-height: 20px;
    padding-top: 7px;
}
p.m-last
{
border-bottom: none;
}
.milestone-slider .active.center .milestone-inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.milestone-slider .active.center .milestone-inner .m-btm-text
{
display: block;
text-align: center;
margin-top:65px;
font-size: 22px;
}
.milestone-slider .active.center .milestone-inner .mile-bg {
  background-color: #f8f1e7;
}
.milestone-slider .milestone-inner {
  -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
          transform: scale(.7);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
}
.milestone-slider .milestone-inner .m-btm-text
{
    display: none;
}
.milestone-slider.owl-carousel .owl-item img
{
width: auto;
}
.milestone-slider button.owl-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    left:0px;
    bottom:0px;
    top:0;
    margin: auto !important;
    background: url(../images/left-arrow.png) no-repeat !important;
}
.milestone-slider button.owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    right:0px;
    bottom:0px;
    top:0;
    margin: auto !important;
    background: url(../images/right-arrow.png) no-repeat !important;
}
.milestone-slider .owl-nav button.owl-prev:hover
{
    background:transparent;
    background-repeat: no-repeat;
    color:#000;
}
.milestone-slider .owl-nav button.owl-prev:focus, .milestone-slider .owl-nav button.owl-next:focus
{
    outline: none;
}
.milestone-slider .owl-nav button.owl-next:hover
{
    background:transparent;
    background-repeat: no-repeat;
    color:#000;
}
.milestone-slider.owl-carousel .owl-nav.disabled
{
display: block !important;
}
.ch-msg h3
{
    margin-top: 60px;
    margin-bottom: 30px;
}
.ch-msg p
{
    padding-bottom: 15px;
}
.ch-msg p span
{
  display: block;
}
.ch-msg h5
{
    font-size: 22px;
    margin-top:40px;
}

/* Animation*/

.drowline {
        stroke-dasharray: 2000;
        stroke-dashoffset: 2000;
        animation: drowline 10s linear;
        animation-fill-mode: forwards;
    }
.drowline2 {
        stroke-dasharray: 2000;
        stroke-dashoffset: 2000;
        animation: drowline 25s linear;
        animation-fill-mode: forwards;
    }
    @keyframes drowline {
        from {
            stroke-dashoffset: 2000;
        }
        to {
            stroke-dashoffset: 0;
        }
    }

.get-in-touch-banner
{
    background:url(../images/get-in-touch-banner.jpg);
    background-size:cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top:80px;
    display: flex;
    align-items: center;
}
.apply-btn a {
    width:115px;
    height:42px;
    line-height:42px;
    text-align: center;
    background-color: #f37524;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-transform:uppercase;
    margin-top: 30px;
}
.contact-us h2
{
    margin-top: 80px;
    margin-bottom: 30px;
}
.contact-inner
{
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.c-text
{
    margin-left:20px;
}
.c-text h5
{
    color: #f37920;
    font-size: 20px;
}
.write-us h3
{
    font-size: 16px;
    margin-bottom:20px;
}
.write-radio
 {
   height:18px;
   width: 18px; 
   margin-left:-25px !important;
   margin-top: 2px !important;
 }
 .ri.radio-inline
 {
    padding-right: 10px !important;
    margin-bottom:10px;
    font-size: 16px;
 }
 .write-ctrl
 {
    border-radius: 0px;
    background-color: #f2f2f2;
    height: 40px;
    border:none;
    box-shadow: none;
    font-size: 16px;
 }
 .btn-submit
 {
   background-color: #f37524;
   border-radius: 0px;
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
 }
 .sticky {
  position: fixed;
  top:82px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
/*.selectedTab{
    color:#5ca850 !important;
    
}*/

.customer-g, .location-g
{
    margin-top: 60px;
}
.customer-g h3
{
    margin-bottom:15px;
}
.pdf-g
{
    margin-top: 50px;
}
.pdf-g p, .pdf-g img
{
    float: left;
}
.pdf-g img
{
    padding-left: 20px;
}
.location-g h3
{
    margin-bottom: 20px;
}
.location-g .form-control
{
    background-color: #f2f2f2;
    border:none;
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
}
.address-g h4
{
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.address-g p span
{
    display: block;
}

.c-login-modal {

background-image: url(../images/customer-login-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom right;
min-height: 585px;
margin-top: 80px;
}
.close2 {
    top: 10px;
    right: 10px;
    opacity: 1;
    position: absolute;
    z-index: 99;
}

.c-login-modal h3
{
color: #f37a21;
font-size: 22px;
font-family:roboto-bold;
text-transform: uppercase;
margin-bottom: 50px;
padding-top: 90px;
}
.c-login-modal label
{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}
.c-text-box
{
    border: 1px solid #7d7d7d;
    max-width: 475px;
    width: 100%;
    height:36px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.c-text-box1
{
    margin-bottom: 0px;
}
.c-text-box:focus, .c-login-btn:focus
{
    outline: none;
}
.c-login-btn
{   
    background-color: #f37524;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top:25px;
    float: left;
}
.c-login-text
{
    float: left;
    margin-left:20px;
    margin-top: 33px;
}
.c-login-text span a
{
    color: #f37524;
    margin-left:25px;
}

.d-login-modal {
    border-radius: 0px;
    background-image: url(../images/d-login-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
min-height:585px;
}

.d-login-modal .c-text-box
{
    text-align: left;
    padding-left: 8px;
    max-width: 350px;
}
.d-login-btn
{
  max-width: 350px; 
  width: 100%;
}
.c-login-modal h6
{
    margin-top: 5px;
}
.c-login-modal h6 a
{
font-size: 12px;
color: #f37524;
}

.investor-banner {
    background: url(../images/investor-banner.jpg);
    background-size: cover;
    height:415px;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: flex;
    align-items: center;
}
.in-overview h2
{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size:22px;
}
.in-overview p
{
    padding-bottom:15px;
}
.in-overview p:last-child
{
  margin-bottom: 20px;
}
.overview-number
{
    text-align: center;
    border-right: 1px solid #eae8e8;
}
.overview-number h3
{
    font-size: 50px;
    color: #f37535;
    font-family:roboto-bold;
}
.overview-number h6
{
font-size: 20px;
color: #f37535;
padding-bottom:5px;
}
.on-last
{
    border-right: none;
}
.bod-tab .nav-pills>li
{
    width: 50%;
    margin-left:0px;
}

.bod-tab .nav-pills>li>a
{
background-color: #eae8e8;
border-radius: 0px;
text-align: center;
font-size: 18px;
text-transform: uppercase;
color: #626262;
}
.bod-tab .nav-pills>li>a:hover
{
    background-color: #f37535;
    color: #fff;
}
.bod-tab .nav-pills>li.active>a
{
background-color: #f37535;
color: #fff;
}
.bod-tab-content
{
    margin-top: 40px;
}

.flip-card {
  background-color: transparent;
  width: 348px;
  height: 348px;
  perspective: 1000px;
  margin-bottom: 40px;
}

.flip-card-media {
  background-color: transparent;
  width: 348px;
  height: 348px;
  perspective: 1000px;
  margin-bottom: 40px;
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card-inner-media {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-card-front-media, .flip-card-back-media {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flip-card-front img
{
 filter: grayscale(100%);
}
.flip-card-back {
  background-color: #f37535;
  color: #fff;
  transform: rotateY(180deg);
  padding:30px 10px 20px 20px;
  text-align: left;
}
.bod-content
{
    position: absolute;
    bottom: 0px;
    background-color: #f37535;
    padding: 5px 20px;
    width: 100%;
}
.bod-content h6, .bod-content h5
{
    color: #fff;
    font-size:14px;
    text-align: left;
}
.bod-content h5
{
    font-size: 18px;
}
.flip-card-back h4
{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.flip-card-back p
{
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.flip-card-back p:last-child
{
    margin-bottom: 0px;
}
.flip-card-text
{
    height:200px;
    overflow-y: scroll;
    padding-right: 10px;
}
.flip-card-text::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
border-radius: 10px;
background-color: #fff;
}

.flip-card-text::-webkit-scrollbar
{
width: 6px;
background-color: #ccc;
border-radius: 10px;
}

.flip-card-text::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
background-color:#ccc;
}
.swift-faq h5
{
font-size: 22px;
margin-bottom: 20px;
}
.swift-faq p
{
    margin-bottom: 15px;
    text-decoration: underline;
}
.swift-faq p:hover
{
    color: #f37535;
}
.footer-gap
{
    margin-top: 60px;
}
.investor-top-text h2
{
    font-size: 18px;
    font-family:roboto-bold;
    color: #f37524;
    margin-top: 40px;
    margin-bottom: 20px;
}
.investor-top-text p
{
    margin-bottom: 30px;
}
.top-tab
{
    display: flex;
    justify-content:center;
}
.top-tab .nav-pills>li>a {
    color: #414042;
    padding:0px;
    padding-bottom: 10px;
}
.nav>li>a:focus, .nav>li>a:hover
{
    background-color: transparent;
    color: #e06d23;
}
.top-tab .nav-pills>li.active>a {
    color: #e06d23;
    background-color: transparent;
}
.in-financial h4
{
font-size: 16px;
font-family:roboto-bold;
margin-bottom: 20px;
margin-left:55px;
}
.in-financial h3
{
    margin-top: 30px;
    margin-bottom: 40px;
}
.an-report-bg
{
    background-color: #ececec;
    padding: 15px 15px 10px 65px;
    height: 40px;
    margin-bottom: 10px;
}
.an-report-bg h5
{
    font-size: 16px;
    font-family:roboto-bold;
}
.an-report-btn a
{
    background-color: #fcc014;
    color: #fff;
    font-size: 16px;
    font-family:roboto-bold;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.an-report-btn a img
{
    padding-left: 20px;
}
.cg-tab-content
{
    margin-top: 40px;
}
.cg-tab
{
    margin-top: 40px;
}
.cg-tab .nav-pills>li {
    width:20%;
}
#kmp p
{
    margin-top: 25px;
    margin-bottom: 40px;
}
#kmp .flip-card-text p
{
    margin-bottom: 15px;
    margin-top: 0px;
}
.policy-bg
{
    background-color: #e5e5e5;
    padding:5px 50px;
    overflow: hidden;
    margin-bottom: 15px;
}
.policy-bg img
{
    float: left;
}
#kmp .policy-bg p
{
    color: #626262;
    float: left;
    margin: 0px;
    margin-left: 50px;
}
.policy-tab
{
    margin-bottom: 30px;
}
.policy-bg:hover
{
    background-color: #fcc014;
}
.policy-bg:hover p
{
    color: #fff !important;
}
.media-corner, .contact-center
{
    margin-top: 40px;
}
.media-inner
{
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.media-list
{
    float: left;
}
.media-list span
{
font-size: 16px;
padding-left: 10px;
color: #414042;
}
.media-date
{
    float: right;
}
.media-input
{
    max-width: 200px;
    width: 100%;
    border-radius: 0px;
    border:none;
    background-color: #f37535;
    color: #fff;
    margin-top: 40px;
}
.contact-center h4
{
    font-size: 16px;
    font-family:roboto-bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.contact-center p span
{
    display: block;
}
.contact-center h6
{
    font-size: 16px;
    margin-top:10px;
    margin-bottom: 10px;
}
.contact-center h6 span
{
 font-family:roboto-bold;   
}
.menu p
{
    font-size:20px;
    color:#ffffff;
    font-family:roboto-bold;
    padding: 35px 0px 20px;
}
.menu .navbar-nav li a
{
    padding:0px 0px 20px;
    color:#ffffff;
    font-size:16px;
    transition: ease all 0.5s;
}
.menu .navbar-nav li a:hover
{
    color:#fffc02;
     font-family:roboto-black;
     transition: ease all 0.5s;
}
.menu .navbar-nav
{
    float: initial;
}
#header .navbar
{
    margin-bottom:10px;
}
.menu .navbar-nav .col-md-2
{
    width:20%;
}
.menu
{
    padding:50px 0px 30px;
}

/* Apply Now */

.get-loan p {
    font-size: 25px;
    padding: 20px;
    color: #f37524;
}
.get-loan h2 {
    font-size: 37px;
    font-family: roboto-bold;
    color: #fcc014;
}
section.get-loan {
    margin-top: 80px;
    padding: 60px 0;
    text-align: center;
}
.real-tabs-div {
    display: block;
}
ul.real-tab , ul.reals-tab{
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}
ul.real-tab li.active a {
    /* color: #f37524; */
    /* color: #11a01d; */
}
ul.real-tab li.active {
    /* color: #11a01d; */
  
}
ul.real-tab li:hover img, ul.reals-tab li:hover img {
    /* filter: initial; */
    color: #11a01d;
    filter:  hue-rotate(90deg) saturate(200%);
}
ul.real-tab li:hover a, ul.reals-tab li:hover a {
    /* color: #11a01d; */
    filter:  hue-rotate(90deg) saturate(200%);
}
ul.real-tab li, ul.reals-tab li {
    /* color: #bababa; */
    color: #f37524 !important;
    padding: 8px 15px;
    display: inline-block;
    font-size: 19px;
    text-decoration: none;
    margin-right: 0;
    transition: all ease .3s;
    max-width: 25%;
    width: 100%;
    margin: 0 auto;
}
ul.reals-tab li{
    max-width: 35%;
    text-align: center;
    cursor: pointer;
}

ul.real-tab li a, ul.reals-tab li a {
  /* color: #bababa; */
  color: #f37524;
  text-decoration: none;
}
ul.real-tab img {
    display: block;
    /* filter: grayscale(1); */
    width: 175px;
    margin: 0 auto;
    margin-bottom: 20px;
}
ul.real-tab li.active img{
  filter: initial;
  /* filter: grayscale(1); */
  color: #11a01d;
}
section.step-one, section.step-two, section.step-three, section.step-four, section.step-five, section.step-six {
    margin-top: 100px;
}
button.next-step a {
    color: inherit;
    text-decoration: none;
}
button.pree-step a {
	color: inherit;
    text-decoration: none;
}
button.popup-btn a{
	color: inherit;
    text-decoration: none;
}
.steps-form input, select {
    background: #f3f3f3;
    border: none;
    padding: 10px 15px;
    margin-top: 20px;
    width: 100%;
    min-height: 42px;
}
.steps-form {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: auto;
}
.setps-heading {
    font-size: 25px;
    color: #424242;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.otp-div input {
    width: 40px;
    margin-left: 15px;
    margin-top: 0;
}
.otp-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
span.resend-otp {
    padding-left: 15px;
}
button.pree-step {
    background: #cdcdcd;
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
}
button.next-step {
    background: #f47524;
    border: none;
    color: #fff;
    padding: 10px 42px;
    margin-left: 10px;
}
.btnflex-div {
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 30px;
}
.btnflex-div1 {
    justify-content:center;
}
.onroad-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.onroad-div p span {
    color: #f47524;
    font-size: 25px;
}
.onroad-div p {
    font-size: 20px;
    color: #555555;
}
.step-four .setps-heading {
	margin-bottom: 10px;
}
.review-sldr .dealer-details {
    padding: 30px;    
    transition: all ease .3s;
    background-color: #ffffff;
    margin: 5px;
}
.step-four .review-sldr {
    display: inline-block;
    margin-top: 20px;
}
.review-sldr .dealer-details:hover {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
    box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.2);
    transition: all ease .3s;
    background-color: #ffffff;
    margin: 5px;
}
.dealer-details p {
    font-size: 20px;
    margin: 10px 0;
}
.step-four .steps-form {
    overflow: initial;
    max-width: 1040px;
    width: 100%;
    margin-bottom: 10px;
}
.review-sldr .owl-dots {
	display:none;
}
.step-four .review-sldr .owl-dots {
	display:block;
}
.step-four .review-sldr button.owl-dot span {
    margin: 5px;
}
.step-four .review-sldr button.owl-dot.active span {
    background: #f47524;
    margin: 5px;
}
:focus{
	outline:none;
}
.step-four .btnflex-div {
    margin-bottom: 30px;
}
.documentation-div label {
    display: block;
    max-width: 100%;
    color: #414042;
    font-size: 16px;
    font-family: roboto-regular;
    margin-top: -23px;
    padding-left:25px;
    font-weight: inherit;
}
.documentation-div label img {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.radio1 {
    width: 100%;
    margin-top: 30px;
}
.documentation-div {
    width: 100%;
}

.documentation-div input[type=checkbox] {
    width:15px;
    margin-top:0px;
    min-height: auto;
}
.step-five .btnflex-div {
    margin-bottom: 30px;
}
.step-six-details {
    text-align: center;
}
.step-six-details h6 {
    color: #f17a1f;
    font-family: roboto-bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.step-six-details img {
    margin: 0 auto 30px;
}
section.step-six {
    padding: 40px 0;
}
.step-three .steps-form {
    overflow: initial;
	max-width: 1070px;
    width: 100%;
}
.emi-calcy input {
    margin-top: 0;
}
.emi-flex1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.emi-flex1 p {
    margin-right: 15px;
    min-width: 110px;
}
.emi-flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.emi-flex1 .input-group-addon:first-child {
    border: none;
    border-radius: 0;
	background: #f3f3f3;
}
.emi-flx2 p {
    margin-right: 0;
    min-width: auto;
}
.emi-flx2 input {
    margin-left: 15px;
    margin-right: 15px;
}
.rate-emi{
    padding-top: 7px;
    padding-left: 28px;
    padding-right: 28px;
}
.rate-emi input {
    margin: 15px 0px;
    max-width: 50%;
    margin-right: 10px;
}
.rate-emi-flex {
    display: flex;
    align-items: center;
}
.emi-value .input-group-addon:first-child {
    border: none;
    border-radius: 0;
	background: #f3f3f3;
}
.emi-value {
    text-align: center;
    max-width: 50%;
    width: 100%;
    margin: 50px auto 10px;
}
.step-three .btnflex-div {
    margin-bottom: 30px;
}
button.popup-btn {
    background: #f47524;
    border: none;
    color: #fbf4a6;
    padding: 10px 20px;
    margin: 0 10px;
}
.up-file
{
 margin-top: 20px;
}
.upload-btn
{
    background: #f47524;
    border:1px solid #f47524;
    color: #fff;
    cursor: pointer;
    border-radius:0px;
    float: right;
}
.up-file input[type=file] {
  position: absolute;
  left: 0;
  top: -25px;
  opacity: 0;
}
.step-five  h4
{
  font-family:roboto-bold;
  color:#f47524;
  margin-top: 20px;
}
.cmnmodal.modal {
		
}
.cmnmodal.modal .modal-dialog {
   width: 1110px;
}
.cmnmodal.modal .modal-content {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0px;
    background: #fbf4a6;
    justify-content: center;
}
.cmnmodal.modal button.close {
    position: absolute;
    z-index: 9;
    background: #a1a1a1;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 8px;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    font-weight: 100;
    font-size: 22px;
    font-family: auto;
}
.cmnmodal.modal .close:focus, .cmnmodal.modal .close:hover {   
		opacity: 1;
		outline:none;
}




.slidecontainer {
    width: 100%;
    margin: 20px 0 15px;
}

/* The slider itself */
/*.progressbar1 {
  -webkit-appearance: none;  
  appearance: none;
  width: 100%; 
  height: 8px; 
  background: #d3d3d3; 
  outline: none;
  opacity: 0.7; 
  -webkit-transition: .2s; 
  transition: opacity .2s;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  padding: 5px 0!important;
}


.progressbar1:hover {
  opacity: 1; 
}

.progressbar1::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 20px; 
  height: 20px; 
  background: #f47524; 
  cursor: pointer; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:50%;
}

.progressbar1::-moz-range-thumb {
  width: 15px; 
  height: 15px; 
  background: #f47524; 
  cursor: pointer; 
}

.progressbar2::-webkit-slider-thumb {
  background: #f2c64d;
}

.progressbar2::-moz-range-thumb {
  background: #f2c64d; 
}

.progressbar3::-webkit-slider-thumb {
  background: #64c156;
}

.progressbar3::-moz-range-thumb {
  background: #64c156; 
}*/

.emicalyy.modal .modal-content {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 0px;
    background: #fff;
    justify-content: center;
    padding-left: 30px;
}
.emicalyy.modal .modal-dialog {
    width: 1110px;
}

.emicalyy.modal button.close {
    position: absolute;
    z-index: 9;
    background: #f47524;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 8px;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    font-weight: 100;
    font-size: 22px;
    font-family: auto;
}
.emicalyy.modal .close:focus, .emicalyy.modal .close:hover {   
		opacity: 1;
		outline:none;
}
.popcaly1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 26px;
}
.calculate-youremi {
    font-size: 22px;
    color: #424242;
    margin-bottom: 20px;
    margin-top: 0;
}
.rate-popup {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.emi-calcy input {
    padding: 10px 15px;
    /* margin-top: 0; */
    border: 1px solid #b1afaf;
    margin-bottom: 0;
    border-left: none;
}
.popcaly2 input {
    padding: 10px 15px;
    margin-top: 0;
    border: 1px solid #b1afaf;
    margin-bottom: -5px;
	border-left: 1px solid #b1afaf;
	max-width: 10%;
}
.rate-popup input {
    max-width: 30%;
	border-left: 1px solid #b1afaf;
}
.popcaly1 p {
    margin: 0;
    padding: 0;
    line-height: 13px;
}
.emi-calcy .input-group-addon:first-child {
    border-color: #b1afaf;
    border-radius: 0;
    background: #fff;
    padding: 10px 0px 12px 15px;
    font-size: 18px;
}
.popcaly1 input
{
    width: 100px;
}
.sprtr {
    display: block;
    height: 480px;
    max-width: 100%;
    border-right: 1px solid #b1afaf;
}
.popup-emi-value h6
{
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.popup-emi-value p {
    text-align: center;
    font-size: 24px;
    margin-bottom:5px;
}
.popup-emi-value h5 {
    text-align: center;
    font-size: 30px;
	font-family:roboto-medium;
}
.popup-emi-value {
    /*max-width: 100%;
    margin: 0 auto;
    display: grid;*/
    position: relative;
    margin-top: 50%;
}
.popup-total-flex {

    align-items: center;
}
.popup-total-flex button.next-step {
    background: #f47524;
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 12px;
}
.popcaly1 ::-webkit-input-placeholder { 
  font-size:20px;
  color:#000;
}

.popcaly1 :-ms-input-placeholder { 
  font-size:20px;
  color:#000;
}

.popcaly1 ::placeholder {
  font-size:20px;
  color:#000;
}
.rate-popup ::-webkit-input-placeholder { 
  font-size:20px;
  color:#000;
}

.rate-popup :-ms-input-placeholder { 
  font-size:20px;
  color:#000;
}

.rate-popup ::placeholder {
  font-size:20px;
  color:#000;
}
.trackstatus1 {
    display: flex;
    align-items: center;
}
.trackstatus1 input {
    padding: 9px 15px;
    margin-top: 0;
    border: 1px solid #b1afaf;
    border-left: 1px solid #b1afaf;
    max-width: 100%;
}
.trackstatus1 .input-group-addon:first-child {
    border-color: #b1afaf;
    border-radius: 0;
    background: #f2f2f2;
    padding: 10px 15px;
    font-size: 18px;
}
.trackstatus1 p {
    padding-right: 30px;
    font-size: 25px;
}
.trckstatus-div span.resend-otp a {
    color: #f47524;
    font-size: 20px;
}
.trckstatus-div .otp-div span {
    font-size: 25px;
}
.trckstatus-div .otp-div input {
    width: 40px;
    margin-left: 15px;
    margin-top: 0;
    height: 40px;
}
.trckstatus-div .otp-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.img-trcstuts p {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}
.img-trcstuts {
    text-align: center;
    margin-top: 40px;
}
.trckstatus-div {
    padding: 50px 0;
}
.modal.rightt.fade .modal-dialog {
		right: -1240px;
		-webkit-transition: opacity 0.3s linear, right 0.5s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.5s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.5s ease-out;
		        transition: opacity 0.3s linear, right 0.5s ease-out;
	}
	
	.modal.rightt.fade.in .modal-dialog {
		right: 0;		
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius:50px;
    height:9px;
    min-height: 9px;
    padding: 0px;
    border:none;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.5, #f47524),
        color-stop(0.5, #d3d3d3)
    );

}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #f47524;
    border: 1px solid #f47524;
    height: 18px;
    width: 18px;
    border-radius:50px;
    padding: 0px;
    border:none;
}
/*side-bar*/
.right-btnnew {
    height: 75px;
    width: 75px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: -75px;
    top: 0;
    padding:0px 8px;
    line-height: 16px;
}
.right-btnnew img{
    margin: 0px auto;
}
.right-btnnew a{
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    font-family:roboto-bold;
    color: #333;
}
.enquiry-animate-new {
    min-height: 414px;
    max-width: 337px;
    width: 100%;
    background-color: #fff;
    padding: 30px 17px;
    margin: 0px auto;
    border-radius: 0;
    position: fixed;
    right: -390px;
    z-index: 9999;
    top: 200px;
}
.enquiry-animate-new input.form-control{
    max-width: 213px;
    float: right;
    border: 1px solid #7d7d7d;
    border-radius:0px;
    height: 30px;
    box-shadow: none;
}
.enquiry-animate-new textarea.form-control{
    max-width: 213px;
    float: right;
    border: 1px solid #7d7d7d;
    border-radius:0px;
    min-height: 65px;
    resize:none;
    box-shadow: none;
}
.animante-btns {
    background-color: #f37524;
    width: 140px;
    height: 42px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    border-radius: 0px;
}
.animante-btns:hover
{
 background-color: #f37524;
 color:#fff;   
}
.enquiry-animate-new h3{
    margin: 0px 0px 22px 0px;
    padding: 0px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #494949;
    text-transform: uppercase;
}
.enquiry-animate-new .form-group label {
    font-size: 16px;
    padding-top: 0px;
    line-height: 30px;
    font-weight: normal;
    color:#333;
}
/*side-bar*/

.emi-flex1 input {
    border: none;
}
.emi-flex1 .input-group-addon:first-child {
    border: none;
    border-radius: 0;
    background: #f3f3f3!important;
}
.rate-emi-flex input {
    border: none;
}
.emi-value input {
    border: none;
}
.emi-value .input-group-addon:first-child {
    background: #f3f3f3!important;
}
.p-policy
{
    margin-top: 150px;
}
.p-policy h2
{
    font-size: 22px;
     font-family:roboto-bold;
     margin-bottom: 30px;
}
.p-policy p
{
    padding-bottom: 20px;
}
.p-policy h3
{
    font-size:18px;
    font-family:roboto-bold;
    color:#f37524;
    margin-bottom: 30px;
}
.p-policy h4
{
    font-size: 18px;
    font-family:roboto-bold;
    margin-bottom: 30px;
}
.p-policy h4.gr
{
    font-size: 16px;
}
.p-policy ul li, .p-policy ol li
{
    font-size: 16px;
    padding-bottom: 15px;
}
.pt-20
{
padding-top: 20px;
}
.covid-policy
{
    text-align: center;
}
.covid-policy h4
{
    font-size:22px;
    font-family:roboto-bold;
    color:#f37524;
    margin-bottom:15px;
}
.covid-policy h5
{
    color: #239849;
    font-size: 18px;
    font-family:roboto-bold;
    margin-bottom: 15px;
}
.covid-policy h6
{
    text-align: left;
    font-size: 16px;
    font-family:roboto-bold;
    margin-bottom: 30px;
}
.seek-btn
{
 text-align: center;
 margin-bottom: 40px;
 margin-top: 30px;
}
.seek-btn a
{
    width: 300px;
    height: 46px;
    border-radius: 4px;
    line-height:46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background-color:#f37524;
    transition: all .3s ease-in-out;
}
.ombud-tab .nav-pills>li {
    width: 15%;
    padding-bottom: 0px;
}
.p-policy .cg-tab-content
{
    margin-top: 0px;
}
.wpb_video_wrapper iframe
{
    width: 100%;
    height: 675px;
}
.swift-btn button.next-step
{
    margin: 30px 0px 0px 0px;
}
section.applynow-btm-form
{
    margin-top: 0px;
}
.cmnmodal-new.modal .modal-content
{
background-color: #fff;
}
.gr-table .table
{
    margin-bottom:0px;
}
.gr-table .table>thead>tr>th
{
font-weight: normal;
font-size: 16px;
font-family:roboto-medium;
}
.gr-table .table>tbody>tr>td
{
font-size: 16px;
}
.gr-box
{
    border:1px solid #eee;
    min-height: 280px;
}
.gr-box-head
{
    background-color:#fcc014;
    padding: 10px;
}
.gr-box-head h4
{
    font-size: 16px;
    color: #fff;
    font-family:roboto-bold;
}
.gr-box-text
{
    padding:10px 10px 0px 10px;
}
.gr-box-text p
{
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.gr-box-text p.gr-name
{
   color:#f37524;
   font-family:roboto-medium;
}
.banner-nav
{
  display: none;
}
.breadcrumb p
{
  font-family:roboto-medium;
}

.vehicle-detail
{
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.vehicle-bg
{
  background-color:#f3f3f3;
  padding: 10px 15px;
}
.vehicle-bg h4
{
  color: #f47524;
}

.dob
{
  background-color:#f3f3f3;
  padding: 10px 15px;
  margin-top: 20px;
  min-height: 42px;
  line-height: 22px;
}
.d1
{
  padding-right: 0px;
}
.d2
{
  padding-left: 0px;
}
.cgr-panel .panel-title > a.collapsed:before
{
text-align: right;
right: 30px;
}
.cgr-panel .panel-title > a:before {
  text-align: right;
  right: 30px;
  }
  .cgr-panel .panel-heading
  {
    background-color: #f37524;
    padding-bottom: 12px;
  }
  .cgr-panel .panel-heading h4
  {
   padding-left: 0px; 
  }
  .cgr-panel .panel-body
  {
   background-color:transparent;
   padding: 15px 0px;
  }
  .cgr-panel .panel-default
  {
   border-bottom: none; 
  }
  .curnt-opn-slct-bx1
  {
    float: left;
    width: 100%;
    max-width: 200px;
  }
   .curnt-opn-slct-bx2
   {
    float: right;
    width: 100%;
    max-width: 200px;
   }
select.curnt-opn-slct 
{
  margin-top: 0px;
  margin-bottom:20px;
}
.crer-num
{
  font-family:roboto-medium; 
}
.carrer-text h4
{
 font-family:roboto-bold;
 color: #f59131;
 font-size: 18px;
 margin-top:20px; 
}
.carrer-text p
{
  padding-bottom: 5px;
}
.bod-r
{
  float: right;
  margin-right: 30px;
  margin-top: 20px;
}
.bod-r .sharebtn
{
  margin-left:20px;
  padding-left: 20px;
  border-left: 1px solid #eee;
  display: inline-block;
  padding-top:15px;
  padding-bottom:15px;
}
.apply-form
{
  padding-left: 50px;
  padding-right: 50px;
}

.apply-form label
{
  font-weight: inherit;
   font-family:roboto-medium;
}
.apply-form input.form-control, .apply-form select.form-control {
    background: #f3f3f3;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    min-height: 42px;
    margin-top: 0px;
}
.apply-form textarea.form-control
{
    background: #f3f3f3;
    border: none;
    border-radius: 0px;
    box-shadow: none; 
}
.cr-slctn
{
  font-family:roboto-medium;
  font-size: 18px;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
.share-job-img
{
  text-align: center;
}
.share-job-img a
{
  padding-left:5px;
  padding-right: 5px;
}

.emi-calcy .r1, .emi-calcy .r2, .emi-calcy .r3 {
    padding: 10px 15px;
    border: 1px solid #b1afaf;
    margin-bottom: 0;
    border-left: none;
    font-size: 18px;
    color: #000;
}
.popcaly2 .r2
{
  border: 1px solid #b1afaf;
}

.emi-flex1 .r1, .emi-flex1 .r2, .emi-flex1 .r3
{
border:none;
background: #f3f3f3;
font-size: 16px;
width: 100%;
}
.emi-flx2 .r2{
    margin-left: 15px;
    margin-right: 15px;
}

.load .r4, .load .r5
{
    font-size: 24px;
    color: #f37524;
    background-color: #f1f1f1;
    padding: 6px 12px;
}

.left-menu-fix {
      transition: ease all 0.5s;
      height: 0px;
      overflow: hidden;
    }
.hide { display:none;visibility:hidden;}
.show { display:block;visibility:visible;}

.top-scrol {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9;
}

.popcaly1a, .rate-popup1
{
  float: left;
  max-width:120px;
  width: 100%;
}
.calc
{
  float: left;
  max-width: 330px;
  margin-left: 15px;
  margin:10px 0px 15px 20px;
  width: 100%;
}
.l-amnt
{
  float: left;
  max-width: 130px;
  margin-left: 20px;
  margin-top: -10px;
  width: 100%;
  margin-bottom: 60px;
}
.popcaly1b
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.popcaly1b p
{
  font-size: 14px;
  color: #333;
}
.emi-calcy .l-amnt .r1, .emi-calcy .l-amnt .r2, .emi-calcy .l-amnt .r3
{
    padding: 7px 10px;
    border: 2px solid #f47524;
    font-size:22px;
    border-left:none;
     border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.emi-calcy .l-amnt .input-group-addon:first-child {
    border:2px solid #f47524;
    border-right: none;
    border-radius: 0;
    background: #fff;
    font-size:22px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.em-calc.modal .modal-content
{
display: flow-root;
}
.emi-calcy .l-amnt .r2
{
  border: 2px solid #f47524;
  border-radius: 10px;
  text-align: center;
}
.emi-calcy1 .col-md-8
{
  border-right:1px solid #b1afaf;
}
.rate-popcaly1a
{
  padding: 7px 10px;
    border: 2px solid #f47524;
    font-size:22px;
    border-radius: 10px;
    max-width: 130px;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: -10px;
    margin-left: 15px;
    margin-bottom: 60px;
}
.emi-chart img
{
margin:auto;
}
.c-front
{
  float:right;
  text-align: center;
}
.c-back
{
  float: right;
  margin-left: 30px;
  text-align: center;
}
.c-front i, .c-back i
{
font-size:24px;
color: #f47523;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.42);
padding:5px;
border-radius: 4px;
margin-bottom:5px;
}
.file {
  display: none;
}
.file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 300px;
  border: 2px solid #dbdbdb;
  border-radius: 0;
  height: calc(2em + 0.75rem + 2px);
  width: 80% !important;
  float: left;
}
.btn.btn-file {
  background: #f47524;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 2px 10px;
  background-color: #f47524;
  transition: all 0.6s;
  color: #FFF;
  font-size: 18px;
  vertical-align: middle;
  text-transform: uppercase;
  width: 20%;
  float: left;
}
.btn.btn-file:focus
{
  outline: none;
}
.d-flex input
{
  margin-top: 10px;
}
.up-file input
{
  margin-top: 10px;
}

.canvasjs-chart-canvas
{
  width: 300px !important;
  height:250px !important;
}
.canvasjs-chart-credit
{
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popcaly1 .input-group
  {
    width: 100px;
  }
  .popup-emi-value
  {
    margin-top: 40%;
  }

input[type=range]::-ms-track {
    
    background:#ccc;
    border-color: transparent;
    border-width: 5px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background:#f37524;
}
.trackstatus1 .input-group
{
 width: 200px;
}
.trackstatus1 .input-group-addon:first-child
{
  padding: 8px 15px;
}
.core-icon svg
{
height: 200px;
width: 200px;
}
.drowline {
        stroke-dasharray:0;
        stroke-dashoffset:0;
        animation: drowline 10s linear;
        animation-fill-mode: forwards;
    }
    @keyframes drowline {
        from {
            stroke-dashoffset:0;
        }
        to {
            stroke-dashoffset: 0;
        }
    }
.flip-card-back {
  backface-visibility:visible;
  -webkit-backface-visibility:visible;
}
.flip-card-back {
  transform: rotateY(0deg);
}
.flip-card:hover .flip-card-inner {
  transform:inherit;
}
}
