/*----------lease main page css start*----*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 47px;
    bottom: 55px;
    z-index: 996;
    background: #FF7648;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #FF7648;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.lease-services
{
    position: sticky;
    top: -30px;
    z-index: 2;
}
.tab-content .container-fluid
{
    /*padding-right: 180px !important;*/
    /*padding-left: 180px !important;*/
}
#hero {
    width: 100%;
    height: 70vh;
    background: url(../images/lease-cover-banner.png) top center;
    background-size: cover;
    position: relative;
}
#hero h1,#hero h4
{
    color: #fff;
}  
#hero h4
{
    font-weight: 400;
}  
/*tab css*/
  .service-offerings
  {
    position: sticky;
    top: -5px;
    z-index: 2;
  }
  .nav-pills
  {
    position: relative;
    text-align-last: justify;
    border-bottom: 1px solid rgba(153,140,170,.2509803922);
    grid-template-columns: repeat(5,1fr);
    text-align: center;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link
  {
    font-weight: 400;
    padding: 0.5rem;
    font-size: 1rem;
    color: #FF7648;
    pointer-events: none;
    background: none;
    border-bottom: 2px solid;
    border-radius: 0;
  }
  .nav-justified .nav-item:hover
  {
    color:#FF7648;
  }
  .nav-justified .nav-item
  {
    font-size: 1rem;
    font-weight: 400;
    /*margin: 0 auto;*/
    color: #64648c;
    position: relative;
    padding: 0.5rem;
    display: inline-block;
    line-height: 1.4;
  }
.nav-pills .nav-link:hover:before {
    width: 100%;
    height: 2px;
    display: inline-block;
    transform: scaleX(1);
}

.nav-pills .nav-link:before {
    content: "";
    bottom: -3px;
    transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.nav-pills .nav-link:before, .nav-pills .nav-link:before, .nav-pills .active>a:before {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #FF7648;
    margin: auto;
}

.service-offering-card .btn-secondary, .service-offering-card .btn-secondary:active, .service-offering-card .btn-secondary:focus, .service-offering-card .btn-secondary:hover {
    position: relative;
    background-color: #fff!important;
    color: #1f252b!important;
    border: none;
    border-radius: .5rem;
    padding: .75rem 4rem .75rem 1rem;
    box-shadow: 0 1px 9px 3px rgba(0, 0, 0, .06)!important;
    overflow: hidden
}

.service-offering-card .dropdown-toggle::after {
    position: absolute;
    content: '';
    border: none;
    background-color: #ff7648;
    height: 100%;
    right: 0;
    width: 50px;
    top: 0;
    background-image: url(../images/service-offerings/menu.svg);
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat
}
.service-offering-card .dropdown-toggle
{
     /*width: 350px;*/
}
.service-offering-card .dropdown-toggle[aria-expanded=true]::after {
    background-image: url(../images/service-offerings/close.svg);
   
}
.d-lg-inline-block
{
    /*width: 350px;*/
}

.service-offering-card .dropdown-toggle[aria-expanded=true] {
    border-radius: .5rem .5rem 0 0
}

.service-offering-card a {
    font-family: Heebo, sans-serif;
    font-weight: 500;
    font-size: 20px
}

.service-offering-card .dropdown-menu li {
    display: block;
    width: 100%
}

.service-offering-card .dropdown-menu {
    width: 100%;
    padding: 0;
    border: none;
    transform: none!important;
    top: 100%!important;
    margin-top: -1px;
    z-index: 1;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .12)
}

.service-offering-card .dropdown-menu a {
    display: block;
    padding: .5rem .75rem;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1f252b;
    transition: .25s ease-in-out;
    white-space: normal !important;
}

.service-offering-card .dropdown-menu a.active, .service-offering-card .dropdown-menu a:hover {
    color: #1f252b;
    background: #f0f0f3;
    transition: .25s ease-in-out
}

.service-offering-card .nav-tabs {
    border: none
}
.offer-service p
{
    line-height: 0;
    margin-bottom: 0;
} 
.we-offers p
{
    line-height: 23px;
} 
.offer-service
{
    background-color: #F2F2FB;
    padding: 20px 0px 30px;
}
.we-offers
{
    background: #fff;
    padding: 15px;
    box-shadow: -2px 1px 14px 8px rgb(160 156 156 / 6%);
    border-radius: 11px;
    margin-top: 20px;
    transition: transform .2s;
}
.we-offers:hover
{
    color: #fff;
    background-color: #453C9E;
    transition: all 0.4s;
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, .18);
    transform: scale(1.02);
}
.we-offers .after-image
{
    display: none;
}
.we-offers:hover .before-image
{
    display: none;
}
.we-offers:hover .after-image
{
    display: block;
}
.owl-nav
{
    display: none;
}

/*--------second tab section---------*/
.lease-abs-ul
{
    list-style-type: none;
    position: relative;
    padding-left: 35px;
}
.lease-abs-ul li
{
    margin-top: 1.5em;
}
.lease-abs-ul li:before
{
    content: "";
    background-image: url(../images/red-wave-check-icon.png);
    position: absolute;
        margin-top: -2px;
        width: 26px;
    height: 26px;
    left: 0px;
}
 /*------mobile timeline-----*/
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
        margin-left: 5em;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    border-left: 5px solid #D9D2FF;
    padding:5px 0 40px 30px;
    transition: all 0.25s ease-out;
    position:relative;
}
.history-tl-container ul.tl li:nth-child(8)
{ 
    border-left:0;
}

ul.tl li .item-title{
    font-weight: 600;
    opacity: 0.3;
}
ul.tl li .timestamp
{
    opacity: 0.3;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    position: absolute;
    margin-top: 0px;
    left: -37%;
    font-weight: 700;
    font-size: 15px;
}
.history-tl-container ul.tl .tl-active-item
{
    border-left: 5px solid #3E479B;
}
ul.tl .tl-active-item .timestamp,ul.tl .tl-active-item .item-title
{
    opacity: 1;
}
.tl-item-tick
{
    position: absolute;
    left: -23px;
    top: -5px;
    content: " ";
    border-radius: 500%;
    background-color: #D9D2FF;
    border: 6px solid rgba(255, 255, 255, 0.74);
    height: 2.5em;
    width: 2.5em;
    transition: all 500ms ease-in-out;
}
.tl-item-tick i 
{
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 6px;
    right: 0;
    top: 7px;
    bottom: 0;
}
.tl-active-item .tl-item-tick {
    position: absolute;
    fill: #fff;
    background-color: #3E479B;
    border: 6px solid rgba(255, 255, 255, 0.74);
    }
/*------end mobile timeline-------*/

/*----------fourth tab section-------*/
.calculate-sec p 
{
    line-height: 20px;
    font-weight: 400;
}
.calculate-sec img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.calculate-sec div{
    position: relative;
    background: #F3F3F3;
    display: inline-block;
    width: 90px;
    height: 90px;
    padding: 24px;
    border-radius: 50%;
}
.language-icon
{
    display: flex;
    align-items: center;
}
.language-icon p
{
    text-align: left;
}
.acc-heading
{
    display: flex;
    justify-content: space-between;
    color: #453C9E;
    align-items: center;
    font-weight: 600;
}
.card-header a[aria-expanded=true] .rotate-icon
{
transform: rotate(180deg);
}
.fa-angle-down:before
{
    margin-left: 3px;
}
.rotate-icon
{
    color: #453C9E;
    border: 1px solid #453C9E;
    border-radius: 50%;
    width: 35px;
    padding: 8px;
    height: 35px;
}
.card
{
    border: none;
}
.card-header
{
    background-color: #fff;
    border-bottom: 2px solid #C2BFBF;
    padding-left: 0px !important;
}
.card-body
{
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-weight: 600;
}
.accordion>.card>.card-header
{
    margin-bottom: 20px;
}
.lease-services:after {
    width: 100%;
    height: 140px;
    display: inline-block;
    position: absolute;
    top: -40px;
    content: "";
    z-index: -1;
    background: linear-gradient(180deg,rgba(255,255,255,.9333333333) 40%,rgba(255,255,255,0) 110%);
    backdrop-filter: grayscale(1) blur(8px);
    }
    
    
