@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* business-plaza-onboarding-form */
img{
  max-width: 100%;
  height: auto;
}
.banner{
    background: url('./img/banner-bg.jpg') no-repeat center/cover;
    height: 485px;
    display: flex;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center; 
    align-items: center; 
        padding: 15px;
}
.banner .head-logo{ 
    margin-top: -50px;
} 
.business-plaza-onboarding-form .container{
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .16);
    padding: 70px 96px 96px;
    margin-top: -130px;
    border-top: 6px solid #00ADEF;
    margin-bottom: 100px;
}
.business-plaza-onboarding-form h1{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}
.business-plaza-onboarding-form p{
    max-width: 766px;
    
    margin: 0 auto;
    font-size: 17px;
    text-align: center; 
}
.business-plaza-onboarding-form iframe{
   width: 100%;
   height: 450px;
   margin-bottom: 70px;
}
.business-plaza-onboarding-form form{  
   max-width: 764px;
   margin: 15px  auto 0;
}
.business-plaza-onboarding-form label{  
   font-size: 17px;
    color:#000;
    margin-bottom: 5px;
}
.business-plaza-onboarding-form form .form-control{ 
    border-radius: 0;
    border: 2px solid #D3D3D3;
    height: 44px;
}
.business-plaza-onboarding-form form textarea.form-control{
    height: 125px;
}
.business-plaza-onboarding-form form .form-control:focus{ 
    box-shadow: 0 0 4px 0 #ccc
}

.select-box{
    position: relative;
}
.select-box select{
    cursor: pointer;
}
.select-box .slect-arrow{
  position: absolute;
  right: 2px;
  bottom: 2px;
  background: #fff;
  pointer-events: none;
  height: 40px;
  line-height: 40px;
}

button.btn-submit {
    background: #00ADEF;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 16px;
    outline: 0;
    margin-top:4px;
    padding: 9px 15px;
    transition: all 0.5s ease 0s;
}
button.btn-submit:focus {
   box-shadow: none
}
.form-control.error {
	border-color: #ef4747;
	border-radius: .25rem .25rem 0 0;
}
label.error {
    color: #ff0000;
    padding: 0;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.select-box label.error{
  bottom: -24px;
  left: 0;
}
.form-group {
    margin-bottom: 24px;
}
/**/
.success-msg,
.error-msg {
  padding: 10px;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  display: block;
  margin: 10px auto 0;
  max-width: 690px;
}
.success-msg i,
.error-msg i{
  margin-right: 12px;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
html, body{
	font-family: 'Poppins', sans-serif;
}

.scrool-content{
  position: relative;
  background: #F7F7F7;
  height: 600px;
  margin-bottom: 60px;
}
.scrool-content-inner{
  padding: 30px 60px;
}
.scrool-content-inner h2{
      font-size: 29px;
}
.scrool-content-inner h3 {
    font-size: 23px;
    margin: 0 0 10px 0;
}
.scrool-content p{
    max-width: 100%;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: left;
}
.scrool-content::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #E9E9E9;
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}
.ss-scroll {
  position: relative;
  background: #00ADEF;
  width: 6px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.25s linear;
}
.ss-hidden {
  display: none;
}
.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.number-list {
    list-style: none;
    counter-reset: number-lis;
    margin: 0 0 20px 30px;
    padding: 0;
    position: relative;
}
.number-list > li {
    counter-increment: number-lis;
    padding: 0 0 19px 30px;
}
.number-list > li::before {
    content: "1." counter(number-lis);
    position: absolute;
    left: 0;
}
.number-list.two > li::before {
    content: "2." counter(number-lis);
}
.number-list.three > li::before {
    content: "3." counter(number-lis);
}
.number-list.four > li::before {
    content: "4." counter(number-lis);
}
.number-list.five > li::before {
    content: "5." counter(number-lis);
}
.number-list.nine > li::before {
    content: "9." counter(number-lis);
}

#loader {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.wait{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.mt-0 {
	margin-top: 0;
}

footer{
    padding-top: 56px;
    text-align: center;
}
footer p {
    font-size: 15px !important;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.94);
}
footer h6 {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    color: #0F0F0F;
}
footer h6 a{
    color:#00ADEF;
}
footer h6 a:first-child{
    margin-right: 15px;
}

@media screen and (max-width: 991px){
  .head-logo img {
    max-width: 350px;
}
.business-plaza-onboarding-form .container {
    padding: 50px 40px;
    margin-top: -123px;
    }
}
@media screen and (max-width: 767px){
  .banner{
    height: 300px;
  }
  .head-logo img{
    max-width: 320px;
  }
  .container {
      max-width: 100%;
  }
  .business-plaza-onboarding-form .container{
    margin: 0;
    padding: 30px 30px 60px;
  }
  .business-plaza-onboarding-form h1 {
    font-size: 28px;
  }
  .scrool-content-inner h2 {
    font-size: 24px;
  }
  .scrool-content-inner h3 {
    font-size: 18px;
  }
  .scrool-content-inner {
    padding: 15px 30px 15px 15px; 
  }
  .banner .head-logo {
     margin-top: 0; 
}
}

@media screen and (max-width: 480px){
  .banner {
      height: 225px;
  }
  .head-logo img {
    max-width: 255px;
}
.business-plaza-onboarding-form h1 {
    font-size: 23px;
}
.scrool-content-inner h2 {
    font-size: 21px;
}
.scrool-content-inner h3 {
    font-size: 18px;
}
.business-plaza-onboarding-form .container {
    padding: 40px 15px;
}
}