@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
 @import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    font-family: 'Open Sans', sans-serif;
}
.logo-large {
    width: 100%;
    max-width: 280px;
}
.header-log {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 70px;
    float: left;
    background: #fff;
}
.login-right-menu {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    text-align: right;
    float: right;
}
.login-right-menu li {
    margin: 0;
    padding: 0;
    display: inline;
}
.login-right-menu a {
    margin: 0;
    padding: 10px 12px;
    display: inline;
    text-decoration: none;
}
.login-right-menu a.log-call {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.login-right-menu a.log-help {
    font-size: 16px;
    color: #6d6e71;
}
.login-right-menu a.log-login {
    font-size: 16px;
    color: #e91d25;
    padding-left: 15px;
    padding-right: 25px !important;
}
.login-right-menu a.log-register {
    font-size: 14px;
    color: #fff;
    background: #e91d25;
    border-radius: 3px;
    font-weight: bold;
}
.footer-log {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-log p {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #6d6e71;
}
.login_form {
    margin-top: 15%;
    padding: 0;
    float: left;
    width: 100%;
}
.login_form h1 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 35px 0;
    padding: 0;
    text-align: center;
    line-height: 45px;
}
.login_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.log-top-text {
    color: #fff;
    margin: 0;
    padding: 5px 0 15px 0;
    font-size: 15px;
}
.log-top-text a {
    color: #e91d25;
    font-weight: bold;
}
.login_content h3 {
    color: #fff;
    font-size: 19px;
    padding-right: 4px;
}
.login_content input[type="text"],  .login_content input[type="password"] {
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
    height: 42px;
    border-radius: 5px;
}
.separator {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    float: left;
}
.separator .col-md-3 {
    border-right: 1px solid #fff;
}
.separator .col-md-3.last {
    border-right: none;
}
.separator label {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.separator label input[type="checkbox"] {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.separator a {
    color: #fff;
    font-size: 13px;
    margin-top: 4px;
}
.separator .submit {
    background: #e91d25;
    padding: 5px 20px;
    float: right;
    margin-top: -6px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
}
.padd-right {
    padding-right: 5px !important;
}
.padd-left {
    padding-left: 5px !important;
}
.register-form {
    margin-top: 20%;
}
.register-form h1 {
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 -9px;
    font-size: 30px;
    letter-spacing: 0.5px;
}
.register-form h3 {
    color: #fff;
    padding: 30px 0 25px 0;
    margin: 0;
    font-size: 25px;
    letter-spacing: 0.5px;
}
.register-form h4 {
    color: #fff;
    padding: 30px 0 25px 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.register-form select {
    margin: 3px 0;
    height: 38px;
}
.register-form input[type="text"] {
    width: 100%;
    margin: 3px 0;
    padding: 0 15px;
    height: 38px !important;
    border-radius: 5px;
    border: none;
}
.register-form .col-md-2,  .register-form .col-md-6,  .register-form .col-md-4,  .register-form .col-md-12,  .register-form .col-md-10 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.regis-footer h4 {
    color: #fff;
    text-align: right;
    padding-top: 3px;
    font-size: 22px;
}
.regis-footer .submit {
    background: #e91d25;
    padding: 5px 20px;
    float: left;
    margin-top: 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
}
.video-holder {
    width: 100%;
    margin-top: 30%;
    padding: 0;
    float: left;
}
.video-holder h2 {
    color: #fff;
    font-size: 26px;
    padding-bottom: 15px;
}
.help-body-holder {
    width: 100%;
    margin: 0;
    padding-top: 50px;
    float: left;
}
.help-serach {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.help-serach input[type="text"] {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    float: left;
    border-radius: 2px;
    border: 1px solid #a7a9ac;
}
.help-serach .col-md-9,  .help-serach .col-md-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.help-serach input[type="button"] {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    float: left;
    border-radius: 2px;
    border: 1px solid #a7a9ac;
    background: #e91d25;
    color: #fff;
    font-weight: bold;
}
.help-heading {
    width: 100%;
    margin-top: 50px;
    padding: 0;
    float: left;
    height: 15px;
    border-bottom: 1px solid #939598;
    text-align: center;
}
.help-heading h2 {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    background: #231f20;
    color: #fff;
    font-size: 22px;
}
#accordion .panel-heading {
    padding: 0;
}
#accordion .panel-title > a {
    display: block;
    padding: 22px 0 10px 0;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    background: none !important;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right : 0;
    color: #f00;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}
#help-tab-panel .panel-heading {
    background: none !important;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-weight: normal !important;
}
#help-tab-panel #accordion .panel-title > a {
    font-weight: normal !important;
    font-size: 18px;
}
#help-tab-panel .panel-default {
    border: none;
}
#help-tab-panel .panel {
    background: none;
}
#help-tab-panel .panel-body {
    background: #e91d25;
    color: #fff;
}
.asked-que {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.asked-que h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    color: #fff;
    text-align: right;
    padding: 0 45px 55px 0;
    font-family: 'Lobster', cursive;
    border-right: 3px solid #fff;
}
.asked-form {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.asked-form h4 {
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
    font-style: italic;
}
.asked-form input[type="text"] {
    width: 100%;
    margin: 5px 0;
    padding: 0 10px;
    float: left;
    max-width: 350px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.asked-form input[type="button"] {
    margin: 5px 0;
    padding: 0 20px;
    float: left;
    height: 37px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #e91d25;
    color: #fff;
    font-size: 17px;
}
.plain-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.plain-select select {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    color: #9f9f9f;
    padding: 8px 20px 7px 10px;
}
.ie8 .plain-select select {
    padding-right: 3px
}
.plain-select select:focus {
    background: #f9f9f9;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 7px rgba(100,100,100,0.3);
    border-color: #00c0f3;
}
 .plain-select ::-ms-expand {
 display:none;
}
.plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    height: 0;
    width: 0;
    border-top: 5px solid #a7a9ac;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    pointer-events: none;
}
#cssmenu,  #cssmenu ul,  #cssmenu ul li,  #cssmenu ul li a,  #cssmenu #menu-button {
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,  #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    letter-spacing: 1px;
    text-decoration: none;
}
.youtube-video {
    width: 100%;
    height: 250px;
}
@media (min-width: 992px)
{
.header-log .col-md-5,
.header-log .col-sm-9
{
    width: 75% !important;
}
#help-tab-panel #accordion .panel-title > a {
    font-weight: normal !important;
    font-size: 16px;
}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.header-log .col-md-9
{
    width:75% !important;
}
#cssmenu {
    width: 100%;
}
#cssmenu ul {
    width: 100%;
    display: none;
}
#cssmenu.align-center > ul {
    text-align: left;
}
#cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li,  #cssmenu li:hover > ul > li {
    height: auto;
}
#cssmenu ul li a,  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#cssmenu > ul > li {
    float: none;
}
#cssmenu ul ul li a {
    padding-left: 25px;
}
#cssmenu ul ul ul li a {
    padding-left: 35px;
}
#cssmenu ul ul li a {
    color: #dddddd;
    background: none;
}
#cssmenu ul ul li:hover > a,  #cssmenu ul ul li.active > a {
    color: #ffffff;
}
#cssmenu ul ul,  #cssmenu ul ul ul,  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,  #cssmenu > ul > li.has-sub > a:before,  #cssmenu ul ul > li.has-sub > a:after,  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
}
#cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
#cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 15px;
    width: 35px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
}
#cssmenu #menu-button:before {
    position: absolute;
    top: 8px;
    right: 17px;
    display: block;
    height: 2px;
    width: 35px;
    background: #dddddd;
    content: '';
}
#cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
    background: #262626;
}
#cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
}
#cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
}
#cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
    display: none;
}
}

/*------------------------------------*\

    Media Queries

\*------------------------------------*/

@media screen and (max-width: 480px) {
body {
    overflow-y: scroll;
    overflow-x: hidden;
}
    html, body { 
  background: url(../images/main-bkg-mob.png) no-repeat center center fixed !important; 

}
.login_form h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 39px;
}
.login_form {
    margin-top: 10%;
    padding: 0 25px;
    text-align: center;
}
#cssmenu,  #cssmenu ul,  #cssmenu ul li,  #cssmenu ul li a {
    display: inline;
}
.login-right-menu a.log-call {
    font-size: 15px;
    font-weight: bold;
}
#cssmenu {
    margin-right: 15px !important;
    position: fixed;
    z-index: 12542;
    top: 10px;
    right: 30px
}
#menu-button {
    margin-bottom: 22px;
    margin-right: -30px;
}
.login-right-menu a.log-register {
    border-radius: 0;
    margin-top: 24px !important;
    float: right;
    max-width: 145px;
    margin-right: -2px;
}
.log-call, .log-help, .log-login {
    background: #fff;
    margin: 0 -2px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #333 !important;
    font-weight: normal !important;
}
.log-register {
    position: relative;
    z-index: 125821;
}
.mob-form .col-md-6 {
    width: 50% !important;
    float: left;
}
.separator .col-md-3 {
    width: 33%;
    float: left;
    padding: 0 !important;
}
.separator label,  .separator a {
    font-size: 11px;
}
.separator .col-md-3.mob-last {
    border-right: none;
}
.footer-log {
    display: none;
}
.log-top-text {
    margin: 275px 0 0 0;
    position: absolute;
    z-index: -1;
}
.login_content h3 {
    text-align: center !important;
}
.separator .submit {
    margin-top: 20px;
}
.register-form {
    text-align: center;
    padding: 0 25px;
}
.register-form h1 {
    font-weight: normal;
    font-size: 23px;
}
.register-form h3 {
    font-size: 20px;
    font-weight: normal;
}
.register-form .col-md-2 {
    width: 20%;
    float: left;
}
.register-form .col-md-10 {
    width: 80%;
    float: left;
}
.mob-code {
    width: 30% !important;
    float: left;
    display: none;
}
.mob-landline {
    width: 70% !important;
    float: left;
    margin-bottom: 3px;
    display: none;
}
.form-control {
    padding: 6px 5px;
    font-size: 12px;
}
.mob-email {
    width: 50%;
    float: left;
}
.regis-footer .captcha_code #captcha_code {
    width: 65px !important;
    border-radius: 5px;
    height: 35px;
}
.regis-footer .captcha_code {
    text-align: left !important;
    margin-left: -15px !important;
}
.captcha-1 {
    width: 22%;
    float: left;
}
.captcha-2 {
    width: 42%;
    float: left;
}
.captcha-3 {
    width: 36%;
    float: right;
}
.regis-footer .submit {
    padding: 5px 0;
    width: 100%;
    float: right;
    margin-top: 6px;
}
.video-holder {
    margin-top: 0;
}
.youtube-video {
    width: 60%;
    height: 100px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.video-holder h2 {
    width: 40%;
    float: left;
    padding: 0;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    border-top: 3px solid #f00;
}
/*---Dashboard---*/

.navbar-brand {
    display: none;
}
.mob-form .col-md-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}

@media screen and (max-width:1224px) {
.logo-large {
    display: none;
}
.header-log {
    height: auto;
    background-color: transparent;
}
    .register-form {
    margin-top: 35%;
}
}

@media screen and (min-width: 1225px) and (max-width:1366px)  {
.register-form {
    margin-top:22%;
}
}
