/*for header changes done by priyanka*/
.headerWrapper{
  background: #fff !important;
}
.navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
.header-call-number{    border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
.header-call-icon{border:1px solid #000 !important;}
.header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
.headerWrapper .white-logo{display: none !important;}
.headerWrapper .blue-logo{display: block !important; }
.getStartedBtn:hover{border:1px solid #2571f0 !important;}
/*End*/
body{
  font-family: 'Lato', sans-serif;
  line-height: normal;
}
h1, h2, h3, h4, h5, h6{margin-bottom: 15px}
a{
  text-decoration: none !important;
}

.content-container{
  width: 100%;
  max-width: 1340px;
  padding: 0 1rem;
  margin: 0 auto;
}
.form-group{margin-bottom: 1rem !important}
label.error{font-size: 16px !important}
.banner-section{
  padding: 140px 0;
  /*background: url("../img/finance/banner.png");*/
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

.banner-content{
  width: 640px;
  max-width: 100%;text-align: left;
}

.banner-content h1{
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
  color:#2571f0;
}

.section-padding{
  padding: 60px 0;
}

.grey-section{
  background: #f7f7f7;
}

.blue-section{
  background:#051b35;
}

.banner-content .sub-title{
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  color:#373640;
  margin-bottom: 0;
}

.section-title{
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  color:#2571f0;
  text-align: center;
  margin-bottom: 15px
}

.section-sub-title, .content-container p{
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color:#373640;
  text-align: center;
  margin-bottom: 0;
}

.tabs-wrapper{
  margin-top: 3rem;
}

.tabs-wrapper .nav-pills .nav-link{
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  border-radius: 0;
  padding: .5rem;
  background: #f7f7f7;
  margin-bottom: 2.5rem;
}

.tabs-wrapper .nav-pills .nav-link:last-child{
  margin-bottom: 0;
}

.tabs-wrapper .nav-pills .nav-link.active,
.tabs-wrapper .nav-pills .nav-link:hover{
  color: #fff;
  background: #2571f0;
}

.tabs-wrapper .nav-pills .nav-link .icon-wrapper{
  width: 70px;
  min-width: 70px;
}

.tabs-wrapper .nav-pills .nav-link .icon-wrapper .icon{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-wrapper .nav-pills .nav-link .icon-wrapper .icon .img {
  max-width: 100%;
}

.tabs-wrapper .tab-content{
  text-align: center;
}

.tabs-wrapper .tab-content img{
  max-width: 100%;
}

#main-tab-content{
  margin: 1rem 0;
}

.section-cta{
  margin-top: 2rem;
  text-align: center;
}

.section-cta .title{
  font-size: 28px;
  font-weight: 400;
  color: #373640;
  text-transform: capitalize;margin-bottom: 15px
}

.section-cta a{
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: .5rem 1rem;
  background: #2571f0;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
  border:1px solid transparent;
}

.section-cta a:hover{
  border-color: #2571f0;
  background: transparent;
  color: #1a1a1a;
}

.content-wrapper{
  margin-top: 3rem;
}

.img-wrapper img{
  max-width: 100%;
}

.content-section{
  margin-bottom: 2.5rem;
}

.content-section .icon,
.content-section .title{
  margin-bottom: .5rem;
}

.content-section .title{
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: capitalize;
}

.content-section .content{
  font-size: 16px;
  font-weight: 400;
  color: #373640;
}

.demand-list ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.demand-list ul li{
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: capitalize;
  text-align: center;
  padding: 1rem;
  background: #fff;
  margin-bottom: 1.5rem;
}

.demand-list ul li:last-child{
  margin-bottom: 0;
}

#service-tabs .nav-tabs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#service-tabs .nav-tabs .nav-link{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  background: transparent;
  text-align: center;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}

#service-tabs .nav-tabs .nav-link .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  background: transparent;
}

#service-tabs .nav-tabs .nav-link .icon img{
  max-width: 100%;
}

#service-tabs .nav-tabs .nav-link.active,
#service-tabs .nav-tabs .nav-link:hover{
  border-bottom-color: #fff;
}

#service-tabs .nav-tabs .nav-link.active .icon,
#service-tabs .nav-tabs .nav-link:hover .icon{
  background: #2571f0;
}

#service-tab-content{
  margin-top: 2rem;
}

#service-tab-content .title{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: .5rem;
}

#service-tab-content .content{
  font-size: 16px; 
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}

#service-tab-content .img-wrapper{
  text-align: center;
}

/* FORM SECTION */
.form-sections{
  padding: 60px 0;
}

.form-container{
  width: 1100px;
  max-width: 100%;
  margin: 2rem auto 0;
}
.form-sections ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057 !important;
}
.form-sections ::-moz-placeholder { /* Firefox 19+ */
  color: #495057 !important;
}
.form-sections :-ms-input-placeholder { /* IE 10+ */
  color: #495057 !important;
}
.form-sections :-moz-placeholder { /* Firefox 18- */
  color: #495057 !important;
}
.form-container .form-control{
      line-height: 30px;
    border: 1px solid #a2a3a4;color: #495057;
    font-size: 16px;
    padding: 10px 30px;height: auto;
}

.form-container .form-btn{
  text-align: center;
}

.form-container .form-btn button{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: 0;
 
  border-radius: 10px;
  background-color: #2571f0;
  border:1px solid #2571f0;
  width: 300px;
  max-width: 100%;
  padding: .5rem 1rem;
}
.form-container .form-btn button:hover{background-color: transparent;color: #2571f0;}

.error{
  margin: .25rem 0 0;
  color: #ff0000;
  text-transform: capitalize;
}
/* FORM SECTION */

.development-wrap{display: none;}

/* MEDIA QUERY */

@media only screen and (max-width: 1536px){
  .banner-section{padding: 135px 0;/*background-size: 61%;*/}
  .banner-content h1{font-size: 60px;}
}
@media only screen and (max-width: 1366px){
  .banner-section{padding: 170px 0;/*background-size: 64%;*/}
  .banner-content h1{font-size: 52px;}

}
@media only screen and (max-width: 767px){
  .banner-section{
    padding: 100px 0;background-size: cover;
  }
  .finace-breadcrumb{ background: rgba(255, 255, 255, 0.8); }
  .banner-content{
    padding: 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

  .banner-content h1{
    font-size: 32px;
  }

  .banner-content .sub-title{
    font-size: 24px;
  }

  .section-padding{
    padding: 30px 0;
  }

  .section-title{
    font-size: 28px;
  }
  
  .section-sub-title, .content-conatiner p, 
  .section-cta .title{
    font-size: 20px;
  }
}