body{
    margin: 0px;
    padding: 0px;
    /*font-family: HelveticaBold;*/
}

/*@font-face {
    
    font-family: HelveticaBold;
    src: url('../fonts/HelveticaBold/HelveticaBold.eot');
    src: url("../fonts/HelveticaBold/HelveticaBold.otf") format("opentype"), url('../fonts/HelveticaBold/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold/HelveticaBold.svg#svgFontName') format('svg');
}
@font-face {
    font-family: HelveticaLight;
    src: url('../fonts/HelveticaLight/HelveticaLight.eot');
    src: url("../fonts/HelveticaLight/HelveticaLight.otf") format("opentype"), url('../fonts/HelveticaLight/HelveticaLight.woff') format('woff'), url('../fonts/HelveticaLight/HelveticaLight.ttf') format('truetype'), url('../fonts/HelveticaLight/HelveticaLight.svg#svgFontName') format('svg');
}

@font-face {
    
    src: url('../fonts/HelveticaRegular/HelveticaRegular.eot');
    src: url("../fonts/HelveticaRegular/HelveticaRegular.otf") format("opentype"), url('../fonts/HelveticaRegular/HelveticaRegular.woff') format('woff'), url('../fonts/HelveticaRegular/HelveticaRegular.ttf') format('truetype'), url('../fonts/HelveticaRegular/HelveticaRegular.svg#svgFontName') format('svg');
}*/

/*header css added below*/
.login-panel{
    margin-top: 25vh !important;
}
.headerForm {
    width: 100%;
    height: 95px;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    position: relative;
    z-index: 1000;
}

/*.headerContainer{
    width: 1024px;
    margin: 0 auto;
    height: 95px;
    margin-bottom: 10px;
}*/

.headerContainer {
    width: 100%;
    margin: 0 auto;
    height: 95px;
    margin-bottom: 10px;
    padding: 0px 15px;
}

.logo{
    float: left;
    width: 175px;
    margin-top: 17px;
}
.logo img{
    max-width: 100%;
    height: auto;
}

.navHead{
    float: right;
    margin: 40px 0px 0 0;
}

.navHead ul{
    margin: 0px;
    padding: 0px;
    float: right;
}
.navHead ul li{
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    border-right: 1px solid #666;
}
.navHead ul li:nth-child(3){
    border-right: 0px none;
}
.navHead ul li a{
    padding: 7px 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.navHead ul li a:hover{
    color: #000;
}


.domain-url{
    font-size: 14px !important;
    float: left;
    color: #a2a2a2;
}

.martopbtm{
    margin-top: 0px !important;
}

.bookvipnewtopsection{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#bookvipnewslideshow {
  /*margin: 80px auto;*/
  position: relative;
  width: 100%;
  height: 100vh;
    overflow: hidden;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
}
.formbackgroundlogin{
    height: 100vh;
}
.formbackground{
    background-image: url(/public/images/^37F49765E5E8DD84CA75C34DCED24AA6980F7560795A0C88C0^pimgpsh_fullsize_distr.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.registration-panel{
    margin-top: 5%;
}
.companylogo{
    position: relative;
}
.companyspan{
  float: right;
}

.panel-heading{
    font-size: 24px !important;
}
.head-title{
    font-size: 16px !important;
}
.head-title1{
    font-size: 20px !important;
    margin-top: 15px;
    color: #333 !important; 
}
label {
    font-weight: normal !important;
    font-size: 16px !important;
    color: #333 !important;
}

/*cvv hover css*/

 .hoverp{
            position: relative;
            display: inline-block;
            color: #007eb9;
        }
        .hoverp:hover{
             cursor: pointer;
            color: red;
        }
        .hoverspan {
            width: 260px;
            border: 1px solid #a2a2a2;
            background-color: #ffffff;
            color: #a2a2a2;
            border-radius: 6px;
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            display: none;
            font-size: 12px;
            top: -190px;
            left: -60px;
        }
        .hoverp:hover .hoverspan {
         display: block;  
        }
/*cvv css end*/
/*.companyspan:hover .toolTipDiv{
    display: block;
    transition: all 2s linear;

}

@media screen and (max-width: 768px){
    .companyspan:active .toolTipDiv{
        display: block;
        transition: all 2s linear;
    }
}*/

    .toolTipContBox {
        /*float: left;*/
        /*margin-bottom: 10px;*/
        width: 100%;
        margin-top: 5px;
        padding: 5px;
        color: #a2a2a2;
    }
    .toolTipContBox p {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .martop {
        margin-top: 15px;
    }

    .formHrline {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }

    .logoheight{
        height: 40px !important;
    }

    .toolTipDiv {
        position: absolute;
        width: 265px;
        height: 140px;
        display: inline-table;
        border: 1px solid #333;
        right: 0;
        z-index: 100;
        border-radius: 5px;
        padding: 15px 10px;
        background: rgba(0, 0, 0, 0.9);
        margin-top: 5px;
        color: #fff;
        /*display: none;*/
        box-sizing: border-box;
    }
    .toolTipDiv p {
        font-size: 12px;
        margin-bottom: 5px;
    }

       .tooltip-arrow {
            top: 0;
            right: 2% !important;
            margin-left: -5px !important;
            width: 0px;
            height: 0px;
            margin-top: -9px !important;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid rgba(0, 0, 0, 0.9) !important;

        }
        .tooltip-arrow {
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }


.iconspan{
    color: #d9d9d9;
    border: 2px solid #d9d9d9;
    font-size: 10px !important;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
#bookvipnewslideshow > .bookvipnewitem {
 display: table;
  position: absolute;
    width: 100%;
    height: 100%;
  /*top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;*/
}
.logoContainer{
    float: left;
    width: 100%;
    position: relative;
    /*height: 69px;*/
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    text-align: center;
}   
.subtext h2, .subtext p{text-align: center; margin: 5px; color: #707070;}
.subtext p{font-weight: normal;  font-size: 16px;}
.uploadingDone .subtext h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.formModalBox{
    display: inline-table;
    min-height: 492px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#bookvipnewslideshow > .bookvipnewitem img{
    width: 100%;
    height: 100%
}
.bookvipnewitem{
    height: 100vh;
}

.error_message{
    font-size: 14px;
    border-radius: 2px;
    color: #FF0000;
    border: 0px solid #FFF !important;
}
.error_msg {
    border: 1px solid #FF0000;
}

.bookvipbackground{
    background-image: url('../images/%5EBE5564D8CA2ABFE98869FD92DC0FF6C67F2FFF25609687E1CD%5Epimgpsh_fullsize_distr.jpg');
   background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
/*.bookvipbackground1{
    background-image: url(../img/%5E37F49765E5E8DD84CA75C34DCED24AA6980F7560795A0C88C0%5Epimgpsh_fullsize_distr.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
}*/

.bookvipnewformdiv{
    position: relative;
    bottom: 15px;
    background-color: rgba(255, 255, 255, 0.87);
    height: auto;
    left: 15px;
    width: 450px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 2px 1px 1px #fff;
    min-height: 565px;
   /* height: 600px;*/
}
.uploadp {
    font-size: 16px;
    font-weight: bold;
    color: #283c46;
    float: left;
    width: 100%;
    margin: 5px 0 15px 0px;
}
.formcontrol{
    width: 100%;
    margin: 5px 0px 15px 0px;
}
.inputcontrol{
    width: 100%;
    height: 53px;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #b6b1b1;
    border-radius: 4px;
    /*color: #b1b7bb;*/
    box-sizing: border-box;
}
.filecustom{
    position: relative;
    border: 1px solid #b6b1b1;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 0px;
    background-color: #fff;
}
.fileinputcustom{
    height: 90px;
    position: relative;
    z-index: 1;
}
.dragtop{
    position: absolute;
    top: 22%;
    font-size: 30px;
    font-weight: bold;
    left: 25%;
    color: #c8c8c8;
    z-index: 0;
}

 label.dragtop {
   width: 100% !important;
   text-align: center;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50% !important;
   top: 50% !important;
}

.labelp{
    position: absolute;
    bottom: 6px;
    /* padding: 0px; */
    margin: 0px;
    right: 10px;
    font-size: 12px;
    color: #a2a2a2;
    
}
.filebottom{
    margin-top: 3px;
    padding-left: 20px;
    color: #6e6e6e;
    font-size: 12px;
    
}
.buttondiv{
    text-align: center;
}

.buttonupload {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #0088c9;
    border-color: #2492d1;
    padding: 15px 5px;
    border-radius: 6px;
    border: 0px none;
    height: 55px;
    margin-top: 5px;
    width: 92%;
    margin-bottom: 10px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.blueBtn{
    background-color: #0088c9;
    box-shadow: 0px 4px 0px rgba(0, 102, 151, 1);
}
.orangeBtn{
    background-color: #fd913a;
    box-shadow: 0px 4px 0px rgba(202, 91, 0, 1);
}
/*.forminnerdiv{
   height: 386px;
}*/


.fileinputcustom {
    /*position: absolute;*/
    filter: alpha(opacity=0);
    opacity: 0;
}

  .toploader{
         /* position: absolute;
            left: 50%;
            top: 40%;*/
        margin: 0px 0px;
        display: none;
        text-align: center;
        /*margin-top: 12%;*/
        float: left;
        width: 100%;
        }
        .loaderBox {
            float: left;
            width: 100%;
            margin: 15px 0px;
            min-height: 338px;
        }
        .doneBox {
            float: left;
            width: 100%;
            margin: 15px 0px;
            min-height: 390px;
        }
        .doneImage{
            text-align: center;
            margin-top: 60px;
        }
        .doneImage img{
            width: 140px;
            height: 140px;
        }

.uploadtext {
    font-size:17px;
}        

.transfering {
    margin:10px 0px;
    text-align: center;
    font-size:30px;

}        

.pie_progress {
      width: 160px;
      margin: 10px auto;
      color: ##283c46;
      margin-top: 10%;
    }
    @media all and (max-width: 768px) {
      .pie_progress {
        width: 80%;
        max-width: 300px;
      }
    }

#progress-div {
    border: #0FA015 1px solid;
    padding: 5px 0px;
    margin: 30px 0px;
    border-radius: 4px;
    text-align: center;
}

#progress-bar {
    background-color: #12CC1A;
    height: 20px;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

.success-message{
    height: 386px;
    display: none;
}


/*below css added by ananta*/

.bookvipnewtopsection{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.formContaierBox {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.form-group{
    font-size: 17px!important;
}

.bookvipbackground {
    background-image: url(/public/images/%5EBE5564D8CA2ABFE98869FD92DC0FF6C67F2FFF25609687E1CD%5Epimgpsh_fullsize_distr.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 768px){
    .formContaierBox{
        display: flex !important;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        overflow: auto;
     }
}

@media screen and (max-width: 768px){
    .formContaierBox{
        display: inline-table !important;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 50px 0px;

     }

    .headerForm {
        width: 100%;
        height: 85px;
        background: rgba(255, 255, 255, 0.8);
        float: left;
        position: relative;
        z-index: 1000;
    }

    .headerContainer{
        width: 100% !important;
        margin: 0 auto;
        height: 85px !important;
        margin-bottom: 10px;
    }
       .logo{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .logo img{
        max-width: 100px !important;
        height: auto;
        margin: 0px 0 0 10px;
    }

    .navHead{
        float: left;
        /* margin: 7px 0px 0 0; */
        margin: 10px 3px !important;
    }

    .navHead ul{
        margin: 0px;
        padding: 0px;
        float: right;
    }
    .navHead ul li{
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        border-right: 1px solid #666;
    }
    .navHead ul li:nth-child(3){
        border-right: 0px none;
    }
    .navHead ul li a{
        padding: 7px 15px;
        text-align: center;
        font-size: 12px;
        color: #333;
        text-decoration: none;
    }

    .registration-panel {
        margin-top: 25vh;
    }

}

@media screen and (max-height: 600px){
    .formContaierBox{
        display: inline-table !important;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 50px 0px;

     }
}


/*media query*/
@media only screen and (max-width: 767px) {
    .bookvipnewformdiv {
        position: relative;
        bottom: 15px;
        background-color: rgba(253, 251, 248, 0.92);
        height: auto;
        /* left: 15px; */
        width: 91% !important;
        padding: 20px;
        /* right: 15px; */
        box-sizing: border-box;
        Z-INDEX: 1000;
        /*margin: 15px 4%;*/
        
    }
    .buttonupload{
        font-size: 14px !important;
    }
    .dragtop{
        left: 21%;
    }

    .registrationMobile{
        padding-right: 0px;
        padding-left: 0px;
    }
    .businessHeading{
        font-size: 32px !important;
    }
    .registration h1{
        font-size: 32px !important;
    }
    .registration h3{
        font-size: 22px !important;
    }
    .registration h4{
        font-size: 22px !important;
    }

    .cc_type_unknown {
        background-position: 255px -121px !important;
    }
    .cc_type_vs{
        background-position: 255px -163px !important;
    }

    .cc_type_mc{
       background-position: 255px -247px !important;
    }

    .cc_type_dc {
        background-position: 255px -206px !important;
    }

    .cc_type_ax {
        background-position: 255px -290px !important;
    }

    .cc_type_jc {
       background-position: 255px -332px !important;
    }
}


@media only screen and (min-width: 767px) and (max-width: 991px) {
    .cc_type_unknown {
        background-position: 230px -121px !important;
    }
    .cc_type_vs{
        background-position: 230px -163px !important;
    }

    .cc_type_mc{
       background-position: 230px -247px !important;
    }

    .cc_type_dc {
        background-position: 230px -206px !important;
    }

    .cc_type_ax {
        background-position: 230px -290px !important;
    }

    .cc_type_jc {
       background-position: 230px -332px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cc_type_unknown {
        background-position: 330px -121px !important;
    }
    .cc_type_vs{
        background-position: 330px -163px !important;
    }

    .cc_type_mc{
       background-position: 330px -247px !important;
    }

    .cc_type_dc {
        background-position: 330px -206px !important;
    }

    .cc_type_ax {
        background-position: 330px -290px !important;
    }

    .cc_type_jc {
       background-position: 330px -332px !important;
    }
}


input#company_logo {
    line-height: 22px;
}

.cc_type_unknown {
    background: url(/public/images/cardtype.png);
    background-position: 419px -121px ;
    background-size: 130px 362px ;
    background-repeat: no-repeat;
}
.cc_type_vs{
    background: url(/public/images/cardtype.png);
        background-position: 419px -163px;
    background-size: 130px 362px;
    background-repeat: no-repeat;
}

.cc_type_mc{
    background: url(/public/images/cardtype.png);
    background-position: 419px -247px;
    background-size: 130px 362px;
    background-repeat: no-repeat;
}

.cc_type_dc {
    background: url(/public/images/cardtype.png);
    background-position: 419px -206px;
    background-size: 130px 362px;
    background-repeat: no-repeat;
}

.cc_type_ax {
    background: url(/public/images/cardtype.png);
    background-position: 419px -290px;
    background-size: 130px 362px;
    background-repeat: no-repeat;
}

.cc_type_jc {
    background: url(/public/images/cardtype.png);
    background-position: 419px -332px;
    background-size: 130px 362px;
    background-repeat: no-repeat ;
}

#business_registration_form .form-group input {
    background: #fff;
    }
input#add_new_business {
        /*color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        font-size: 28px;*/
}
.registrationform_container{
    margin-top: 18vh;
    margin-bottom: 50px;
}
.fontcolor {
    color: #337ab7 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

/*end of registration page css*/


/*add facebook_13_2017*/
.maincontentheader {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.maincontentheader h1 {
  font-weight: 400; }

.facebookmainTop h1.facebooktitle {
  font-weight: 400; }

.review-container {
  width: 530px;
  padding: 24px;
  border: 1px solid #ececec;
  margin-bottom: 90px; }

.customerreviewh2 {
  font-weight: bold;
  font-size: 24px;
  color: #788188;
  margin: 0px;
  padding: 0px; }

.reviewborder {
  width: 100%;
  height: 5px;
  border-top: 1px solid #ececec;
  margin: 10px 0px; }

.reviewMaininside {
  width: 100%;
  color: #788188; }

.reviewstarfacebook {
  width: 120px; }

.facebookpnew {
  font-weight: 400 !important; }

.authorname {
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  display: inline-block;
  margin: 0 0 1em 0;
  font-weight: bold; }

/*end of add facebook_13_2017*/


/*footer*/
.bottomDivider{
  margin-top:90px;width:100%;height:10px;float:left;
}

/*product information css*/
.step2second .formStepMain .formInside {
    padding: 10px 50px;
}
.step2second .formStepMain .formInside h2 {
    font-size: 18px;
    margin-bottom: 7px;
}
.step2second .formStepMain .formInside {
    padding: 10px 50px;
    display: table;
    width: 100%;
}
.form-group.step-group {
    margin-bottom: 0px;
}
.step2second .formStepMain .backgroundNone {
    background: transparent;
    margin: 10px 0px;
    /* position: relative; */
    display: table;
    width: 100%;
}
.step2second .formStepMain .formInside .step-control {
    height: 35px;
    background-color: #fff;
    border-radius: 0px;
}
.step2second .formStepMain .formInside h2 {
    font-size: 18px;
    color: #494848;
    font-family: 'Raleway-Bold';
    margin-bottom: 7px !important;
    margin-top: 5px !important;
}
.liCount {
    min-height: 22px !important;
}
.step2second .formStepMain .othersDiv .othersInput{
    margin-top:5px !important;
}
.step2second .formStepMain .othersDiv .othersInput .step-control1{
    height:38px !important;
}
.step2second .formStepMain .othersDiv .othercontent p{
    padding-top: 15px !important;
}
.step2second .formStepMain .step7-input{
    height:38px !important;
}

.formInside.formStepHeading_strip {
    background: #242424 !important;
    margin-bottom:15px;
}
h2.step_heading {
    color: #fff !important;
}
