
#leadvisitForm .checkBox.agree {
    width: 100%;
}
#leadvisitForm .checkBox {
    width: 49%;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'UniNeueRegular';
}
#leadvisitForm .checkBox input[type="checkbox"] + label::before {
    border: 1px solid #fff;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .40em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}



#leadvisitForm   .checkBox input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
}

#leadvisitForm  .checkBox {
    width: 49%;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'UniNeueRegular';
}

#leadvisitForm  .checkBox.agree {
    width: 100%; margin-bottom:15px;
}
#leadvisitForm  .captcha {
    margin-bottom: 10px!important;
    padding: 0 10px;
}
#leadvisitForm .optionOthers {
    color: #000;
    background: #ffffff!important;
}

#leadvisitForm  .checkBox label span {
    position: relative;
    vertical-align: middle;
    top: -4px;
}



footer {
    background-color: #000;
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    border-bottom: 5px solid #030352;
    position: relative;
    z-index: 99999;
}

footer.opac-none {
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    border-bottom: 11px solid #030352;
}
.live_chat { position: absolute;
    right: 0px;
    bottom: 53px;
    width: 203px;
    z-index: 9;}

footer .links {
    float: left;
    width: 45%;
    margin-bottom: 7px;
}

footer .links p{
    float: left;
    color: #fff;
    font-family: 'UniNeueBold';
    font-size: 11px;
}

footer .links p a {
     font-family: 'UniNeueBold';
    font-size: 11px;
    color: #fff;
    padding: 0 15px;
}

footer .links p.call:after  {
    content: "";
}

footer .links p:after {
    content: "|";
}

footer .links p.rights {
    padding: 0 15px;
}

footer .links p.rights:after {
    content: "";
}

footer .arrow-icon {
    width: 10%;
    float: left;
    text-align: center;
}
footer .arrow-icon .footer-icon {
    display: inline-block;
}

footer .arrow-icon .footer-icon-up {
    display: none;
}

footer .socials {
    float: right;
    padding: 0 20px;
    margin-bottom: 7px;
}
footer .socials a{
    padding-right:30px;
}
footer .mobile-socials a{
  padding-right: 15px;
}
footer .mobile-socials {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    text-align: center;
}

footer .mobile-socials a:hover, footer .mobile-socials a:focus, footer .mobile-socials a:visited, footer .mobile-socials a:active {
    text-decoration: none;
}

footer .socials a:hover, footer .socials a:focus, footer .socials a:visited, footer .socials a:active {
    text-decoration: none;
}

footer .socials a .fb, footer .mobile-socials a .fb {
    margin: 0 15px;
}

footer .socials a .tw, footer .mobile-socials a .tw {
    margin: 0 15px;
}

footer .socials a .yt, footer .mobile-socials a .yt {
    margin: 0 15px;
}

footer .socials a .ins, footer .mobile-socials a .ins {
    margin: 0 15px;
}


.show-footer {
    background-color: #030352;
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}
.show-footer ul li {
    display: inline-block;
    padding: 15px 6px 30px 6px;
    font-family: 'UniNeueBook';
    font-size: 12px;
    color: #fff;
}

.show-footer ul li a:hover, .show-footer ul li a:focus, .show-footer ul li a:visited, .show-footer ul li a:active {
    text-decoration: none;
    color: #fff;
}

footer .apps {
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
}

footer .apps {display: none;}

footer .apps .image {
    display: inline-block;
    margin-right: 4%;
}



.inline-element {
    display: inline-block !important;
}

.position {
    top: -54px;
}

.position-mobile {
   top: -212px;
}

.stick-book{
    position: fixed;
    right: 5px;
    top: 122px;
}

.stick-test{
       position: fixed;
    right: 5px;
    top: 151px;
}

#sticky {
    height: 50px;
    background-color: #000;
    display: block;
    border: 1px solid #3791e5;
}
#stickychat {
    background-color: #000;
    border: 1px solid #3791e5;
    display: block;
    height: 50px;
}
#stickynw {
    height: 50px;
    background-color: #000;
    display: block;
    border: 1px solid #3791e5;
}
.stick-test a span, .stick-chat a span {
    height: 48px;
    background-color: #000;
    font-size: 14px;
    font-family: 'UniNeueBold';
        width: 70px;
    /* word-break: normal; */
    float: right;
    display: inline-block;
    padding: 5px;
    
}

.stick-chat a i {

    background-color: #000;
    text-align: center;
    display: inline-block;
   min-width: 48px;
    position: relative;
    top: 30%;
}

.stick-test a i {

    background-color: #000;
    text-align: center;
    display: inline-block;
   min-width: 48px;
    position: relative;
    top: 17%;
}  

.stick-chat{
    position: fixed;
    right: 5px;
    top: 204px;
}

.stick-note{
    position: fixed;
    right: 5px;
    top: 257px;
}
#sticky-text-text, #sticky-chat-text{
  display: none;  
  color:#fff;
}
/*#sticky:hover > #sticky-text-text {
display: block !important;
color:#fff;
}
#stickychat:hover > #sticky-chat-text {
display: block !important;
color:#fff;
}*/
/*.stick-chat img, .stick-note img, .stick-book img, .stick-test img {
    height: 41px;
    width: 45px;
}*/

#leadvisitForm {
    width: 235px;
    position: fixed;
    bottom: 54px;
	top: inherit;
    right: 60px;
    background: rgba(0,0,0,0.6);
    border: 1px solid;
    border: 1px solid #3791e5;
    padding-bottom: 25px;
    z-index: 999;
}

#leadvisitForm .FormInfo h1 {
    font-size: 16px;
    font-family: 'UniNeueRegular';
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.closepopup{
    float: right;
    cursor: pointer;
}

.form-inline .form-group {display: block !important;padding: 0 10px;}
.form-group input {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 0;
    margin-bottom: 2px;
    font-size: 12px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    background-color: transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:  #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}


#homepageform {
padding: 0 15px 26px 15px;
}

.form-group select {
    background: transparent;
    border: 1px solid #fff ;
    color: #fff;
    padding: 0 10px 0 6px;
    -webkit-appearance: none;        /*Removes default chrome and safari style*/
    -moz-appearance: none; 
    height: 30px;
    font-size: 12px;
}

.optionOthers {color: #000; background:#ffffff;}
.selectBox{position: relative;}

.ico-drp:after{
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 14px;
    top: 7px;
    pointer-events: none;
    font-size: 12px;
    color: #fff;
}
.ico-drp-up:after{
     font-family: FontAwesome;
    content: "\f077";
   position: absolute;
    right: 14px;
    top: 7px;
    pointer-events: none;
    font-size: 12px;
    color: #fff;
}
@media only screen and (max-width: 768px){
    .ico-drp:after{right:17px !important;}
    .ico-drp-up:after{right:17px !important;}
    }



  /* Recaptcha CSS here */
#rc-imageselect, .g-recaptcha {
    transform:scale(0.68);
    -webkit-transform: scale(0.68) !important;
    -origin:0 0;-webkit-transform-origin:0 0;
        margin-top: 10px;
}

.captcha {margin-bottom: 20px;padding: 0 10px;}

    .submitBtn {
    background-color: #3791e5 !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 5px 22px;
     font-family: 'UniNeueRegular';
     font-size: 22px;
     text-align: center;
         position: relative;
    margin-bottom: 15px;
}

.submitBtn:hover, .submitBtn:visited, .submitBtn:active {color: #fff;text-decoration: none;}

.captcha_code_error {margin-top: -20px;}

.dis-none {display: none !important;}

/*@media only screen and (max-width: 1920px) {
    #leadvisitForm {left: 84.7%;}
}

@media only screen and (max-width: 1680px) {
    #leadvisitForm {left: 79.5%;}
}

@media only screen and (max-width: 1440px) {
    #leadvisitForm {left: 79.5%;}
}

@media only screen and (max-width: 1366px) {
    #leadvisitForm {left: 78.5%;}
}

@media only screen and (max-width: 1280px) {
    #leadvisitForm {left: 77%;}
}*/

@media only screen and (max-width: 1024px) {
    /*#leadvisitForm {left:71%;}*/
    footer .links {width: 50%;}
    footer .links p a {padding: 0 5px;}
    .position{
top: -112px;
}
}
@media only screen and (max-width: 800px) {
	footer { margin-top:0px;}
	
	}

@media only screen and (max-width: 768px) {
.position-mobile{
top: -100px;
}


#leadvisitForm {
    left: 0;
    width: 80%;
    margin: 0 10%;
    top: 60%; bottom:inherit;
    transform: translateY(-50%);
        padding-bottom: 25px;
        background: rgba(0,0,0,0.9);
            z-index: 99999;
}

.form-group select {height: 40.69px;}
.ico-drp:after {top: 14px;}
.form-fields {width: 80%;margin: 0 10%;}
#leadvisitForm .FormInfo h1 {text-align: center;}

.captcha {
    margin-bottom: 20px;
    width: 35%;
    margin: 0 32.5% 20px 32.5%;
    float: left;
}
.ico-drp:after {
    right: 29px !important;
}
.submitBtn {left: 39%;}
   footer .links{width: 100%;margin-bottom: 2%;text-align: center;}
    footer .links p.call {
            width: 100%;
    text-align: center;
    margin-bottom: 2%;
    }
    footer .links p{display: inline-block;float: none;}
    footer .arrow-icon {width: 100%;}
    .show-footer ul li {padding: 15px 15px 0 15px;}
    .show-footer ul {margin-bottom: 20px;}
    .stick-chat img, .stick-note img, .stick-book img, .stick-test img {height: 50px;width: 50px;}
}

@media only screen and (max-width: 640px) {
.position-mobile{
top: -200px;
}
}


@media only screen and (max-width: 480px) {
.captcha {
    width: 66%;
    margin: 0 17% 10px 17%;
}
.form-group select {height: 28px;}
.form-group {margin-bottom: 5px !important;}
.submitBtn {left: 33%;}
#leadvisitForm {width: 90%;margin: 0 5%;}
.ico-drp:after {top: 6px;    right: 19px !important;}
footer .apps .image {width: 25%;}
}


@media only screen and (min-width: 320px) and (max-width: 359px) {
    .captcha {width: 76%;margin: 0 12% 20px 12%;padding: 0;}

    .submitBtn {left: 31%;}
}

.dis-block {display: block !important;}
.dis-none {display: none;}