﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,300&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css);

/**, *:before, *:after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: Roboto;
}

body a:hover {
    text-decoration: none;
    color: #fff;
}

body li {
    list-style: none;
}

.sign-up {
    position: relative;
    height: 100vh;
}

.sign-up-bg {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0px;
}

.sign-up-bg img {
    width: 100%;
    height: auto;
    /* height: 100%; */
}

.logo-header .right-logo {
    width: 90%;
}

.logo-header .left-logo {
    width: 110px;
}

.logo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign-up .form-box {
    background: #fff;
    border-radius: 8px;
    width: 21%;
    padding: 27px 42px 20px 24px;
    margin-top: 2%;
    left: 4em;
    animation: 0.5s ease-out 0s 1 slideInFromLeft;
    position: relative;
    z-index: 1;
}

.sign-up .form-group .form-div {
    display: flex;
    align-items: center;
}

.sign-up .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #808080;
    padding: 2px 6px;
    font-size: 15px;
    margin-left: 0px;
}

.sign-up .form-group .form-control:focus {
    box-shadow: none;
}

::placeholder {
    /* color: #2e2e2e; !important;*/
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
}

.sign-up select.form-control:not([size]):not([multiple]) {
    /* height: calc(2.25rem + 2px); */
    height: 24px;
}

.sign-up .form-group .form-icon {
    margin-right: 10px;
    width: 10%;
}

.sign-up .form-group .form-icon-img {
    margin-right: -1px;
    width: 15%;
    position: relative;
    left: -7px;
}

.sign-up select {
    background: url(../images/dropdown.png) no-repeat!important;
    background-position: center !important;
    -webkit-appearance: none !important;
    background-position-x: 101% !important;
    background-position-y: 1px !important;
}

.sign-up p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
    margin-top: 15px;
    font-style: italic;
    font-weight: bold;
}

.trouble-card .sign-up p {
    margin-bottom: 0;
    line-height: 0.9;
    font-size: 14px;
    margin-top: 27px;
}

.sign-up p a {
    color: #0c79a4;
    text-decoration: underline;
}

.sign-up .common-btn {
    background: #0c78a5;
    border: 1px solid #0c78a5;
    color: #fff;
    margin: 25px auto 0;
    text-transform: uppercase;
    display: flex;
    width: 125px;
    font-size: 14px;
    justify-content: center;
    border-radius: 30px;
    align-items: center;
    height: 38px;
    font-weight: 500;
}

.sign-up .form-group {
    margin-bottom: 20px;
    position: relative;
}

.sign-up .last-p a {
    text-decoration: none;
}

.sign-up .last-p {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    font-style: normal;
    font-weight: 400;
    /* background:rgb(163 163 163 / 90%); padding:3px; */
    background: rgb(0 51 101 / 80%);
    padding: 3px;
    color: #ffffff;
}

.sign-up .last-p a {
    color: #ffffff;
}

.trouble-card {
    width: 21%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    height: auto;
    padding: 38px 1px 9px;
    margin-top: 2%;
    position: relative;
    z-index: 1;
    left: 4em;
    animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

.trouble-card p.btn a {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    border-bottom: 1px solid #0b77a5;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 0.9;
    font-style: normal;
    font-weight: 400;
}

.sign-up .login-p {
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

.trouble-card p a:hover {
    color: #fff;
}

.trouble-card p.btn a {
    background: #0b77a5;
    color: #ffff;
    height: 37px;
    border-radius: 30px;
    line-height: 37px;
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 5px;
}

.trouble-card p.btn {
    padding: 5px 0px;
}

.trouble-card a:hover {
    color: #0b77a5;
}

.login .common-btn {
    width: 120px;
    margin-top: 15px;
    height: 36px;
}

.login .forget {
    text-align: center;
    font-size: 13px;
    color: #0c78a6;
    justify-content: center;
    padding-top: 15px;
    border-bottom: 1px solid #0c78a6;
    margin: auto;
    display: inline-block;
    line-height: 1;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 400;
}

.login p {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
}

.login p a {
    text-decoration: none;
}

.sign-up.login .form-box {
    background: #fff;
    border-radius: 8px;
    width: 21%;
    padding: 37px 38px 31px 24px;
    margin-top: 2%;
    position: relative;
    z-index: 1;
    left: 4em;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

.sign-up .form-control-placeholder {
    position: absolute;
    top: -1px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    pointer-events: none;
    font-size: 15px;
    left: 20px;
    color: #808080;
}

.sign-up .form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    transform: translate3d(0, -100%, 0);
    top: 25px;
    font-size: 15px;
}


/*@keyframes slideInFromLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
*/

.header {
    padding: 12px 60px;
    height: 105px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 999;
    /* background: url(../images/header-shadow.png) top repeat-x; */
    background-color: #ffffff;
}

.captcha {
    transform: scale(0.8);
    margin-left: -4px;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.forgot-password .common-btn {
    margin-top: 10px;
}

.mobile-gif {
    display: none;
}

.dropdown-toggle::after {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    left: 11px;
    position: relative;
}

.sign-up .form-group .form-icon-img.comp-icon {
    width: 11% !important;
    margin-right: 0;
    left: -1px;
}

.sign-up .form-group .form-icon-img.password {
    position: relative;
    left: -6px;
    width: 13%;
}

.change-email select {
    background-position-x: 99% !important;
}

.change-email {
    border-bottom: 0;
}

.change-email p {
    margin-bottom: 0;
    font-size: 14px;
}

button.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.change-email h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.change-email .sign-up .form-group .form-icon-img {
    width: 8%;
    position: relative;
    left: -7px;
    top: 2px;
}

.change-email .sign-up .form-control-placeholder {
    left: 24px;
}

.change-email .modal-body {
    /* overflow-y: scroll;*/
    padding: 20px 30px;
    height: auto;
}

.change-email .form-group {
    margin-bottom: 26px;
}

.change-email .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
}

.change-email .modal-body {
    height: auto;
}

.retrive ul li {
    list-style: auto;
    font-size: 14px;
}

.retrive h4 {
    font-size: 18px;
    text-align: center;
}

.retrive ul {
    padding-left: 20px;
    margin-bottom: 32px;
}

.retrive .text-box {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    left: 24px;
    font-size: 51px;
}

.change-email span.help-block.form-error {
    left: 38px;
}

.captcha-div {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.captcha-div img {
    width: 7%;
}

.capthca-main {
    position: relative;
    left: -22px;
}

.captcha-text {
    margin-bottom: 0;
    color: #808080;
    font-size: 14px;
}

.trouble-card .login-p a:hover {
    color: #0c79a4 !important;
}

.forgot-password .captcha-div img {
    width: 14%;
}

.forgot-password .captcha-text {
    font-size: 13px;
    margin-left: 10px;
}

.change-email .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
    height: 400px;
}

.custom-modal .sign-up {
    position: relative;
    height: auto;
}

.modal.modal-fixed-footer .modal-content {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: unset;
    -webkit-overflow-scrolling: touch;
}

.modal.modal-fixed-footer .modal-content.retrive-account {
    position: relative;
    height: 86%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.text-box {
    padding: 15px;
}

.retrive-account .text-box {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    font-size: 51px;
}

.sign-up .forgot-p {
    font-style: unset;
    font-weight: 400;
    margin-bottom: 19px;
    margin-top: 7px;
}

.sign-up select {
    background: url(../images/drop.png) no-repeat!important;
    background-position: center !important;
    -webkit-appearance: none !important;
    background-position-x: 101% !important;
    background-position-y: 1px !important;
}


/*************Media****************/

@media(max-width:3000px) and (min-width: 1700px) {
    .sign-up .form-box {
        margin-top: 13%;
    }
    .sign-up.login .form-box {
        margin-top: 8%;
    }
    .trouble-card {
        margin-top: 20%;
    }
}

@media (max-width: 1280px) {
    .trouble-card p.btn a {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .sign-up {
        height: auto;
        background-image: none;
    }
    .sign-up .last-p {
        position: fixed;
        bottom: auto;
        bottom: 25px;
        font-size: 14px;
    }
    .gray-bg {
        height: 100vh;
        width: auto;
    }
    .sign-up {
        position: fixed;
        height: 100vh;
        width: 100%;
    }
    .custom-modal .sign-up {
        position: relative !important;
    }
    .captcha {
        transform: scale(0.7);
        margin-left: -39px;
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .sign-up .form-box {
        width: 28%;
        padding: 24px 22px 10px 18px;
        margin-top: 8%;
    }
    .trouble-card {
        width: 28%;
        padding: 30px 13px 13px;
        margin-top: 8%;
    }
    .sign-up.login .form-box {
        width: 24%;
        margin-top: 2%;
        padding: 20px 20px 15px 15px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .login .common-btn:first-child {margin-right: 8px;}
}

@media (max-width: 992px) {
    .header {
        height: 90px;
        background-size: cover;
    }
    .sign-up-bg img {
        width: auto;
        height: 100%;
    }
    .sign-up-bg {
        position: fixed;
        height: auto;
        left: 0%;
        top: 0;
        max-height: 100vh;
    }
    .sign-up.login .form-box {
        left: 2em;
    }
    .sign-up .form-box {
        left: 2em;
    }
    .trouble-card {
        left: 2em;
    }
    .sign-up-bg .desktop-view {
        display: none;
    }
    .sign-up-bg .tab-view {
        display: block;
    }
    .sign-up.login .form-box {
        width: 35%;
        margin-top: 28%;
    }
    .sign-up .form-box {
        width: 35%;
        padding: 24px 22px 10px 18px;
        margin-top: 25%;
    }
    .trouble-card {
        width: 35%;
        margin-top: 25%;
    }
}

@media (max-width: 767px) {
    .sign-up .form-box {
        width: 80%;
        margin-top: 15%;
        margin: auto;
        margin-bottom: 0px;
        box-shadow: 0px 0px 10px #00000059;
        position: relative;
        z-index: 1;
    }
    .modal.modal-fixed-footer .modal-content.retrive-account {
        height: 100%;
    }
    .forgot-password .common-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sign-up {
        background: none;
    }
    .sign-up .logo-header .left-logo {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .trouble-card {
        width: 100%;
    }
    .sign-up.login .form-box {
        width: 100%;
    }
    .sign-up .logo-header .right-logo {
        width: 55%;
        margin: 0 auto;
        display: block;
    }
    .sign-up .last-p {
        font-size: 11px;
    }
    .sign-up.login .form-box {
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative;
        z-index: 9;
        left: 0px;
    }
    .gray-bg {
        background: #f2f2f2;
        padding: 20px;
    }
    .trouble-card {
        width: 80%;
        margin: 0% auto;
    }
    .sign-up {
        background-size: cover;
    }
    .header {
        height: 60px;
        background-size: cover;
    }
    .mobile-gif {
        display: block;
        position: relative;
        margin-top: -50px;
    }
    .sign-up .last-p {
        position: relative;
        bottom: 0px;
        top: auto;
    }
    .sign-up .last-p {
        padding: 15px 20px;
    }
    .header {
        padding: 10px 10px;
    }
    .sign-up .form-group .form-icon-img {
        width: 30px;
        height: 30px;
    }
    .header {
        padding: 10px 0px;
    }
    .gray-bg {
        height: auto;
    }
    .sign-up-bg {
        position: relative;
        height: auto;
        transform: inherit;
        left: 0px;
        margin-top: -60px;
    }
    .sign-up-bg img {
        max-width: 100%;
        height: auto;
    }
    .sign-up-bg .tab-view {
        display: none;
    }
    .sign-up-bg .desktop-view {
        display: block;
    }
    .sign-up .form-box {
        left: 0px;
    }
    .trouble-card {
        left: 0px;
    }
    .change-email .sign-up .form-control-placeholder {
        left: 12px;
    }
    .change-email span.help-block.form-error {
        left: 24px;
    }
    .sign-up .form-group .form-control {
        padding: 2px 1px;
        font-size: 14px;
    }
    .captcha {
        transform: scale(0.78);
        margin-left: -1px;
        transform: scale(0.78);
        -webkit-transform: scale(0.78);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .sign-up {
        position: relative;
        height: auto !important;
        width: 100%;
    }
    .sign-up .form-control:focus+.form-control-placeholder,
    .form-control:valid+.form-control-placeholder {
        font-size: 14px;
    }
    .dropdown-toggle::after {
        left: 2px;
        position: relative;
    }
    .sign-up .form-group .form-icon-img.comp-icon {
        width: 11% !important;
        left: -3px;
    }
}

@media (max-width: 375px) {
    .sign-up .form-box {
        width: 90%;
    }
    .sign-up .last-p br {
        display: none;
    }
    .trouble-card {
        width: 90%;
        position: relative;
        z-index: 1;
    }
    .captcha {
        transform: scale(0.9);
        margin-left: -4px;
        /* transform: scale(0.77); */
        /* -webkit-transform: scale(0.77); */
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        /* transform: unset; */
    }
    .sign-up {
        position: relative;
    }
}

.form-box {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

div#sign-up {
    display: none;
}

#trubbleform {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 13px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 15px;
    color: #808080;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0px !important;
    outline: 0px !important;
    outline-offset: -2px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #808080;
    background-color: transparent;
    border-color: transparent;
}

.bootstrap-select>.dropdown-toggle {
    padding-left: 0px;
}

.btn-light:hover {
    color: #808080;
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    min-height: 80px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-light {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    font-size: 13px;
}

.btn.btn-light {
    padding: 0px;
}

span.help-block.form-error {
    position: absolute;
    top: 100%;
    font-size: 12px;
    line-height: 14px;
    left: 30px;
    color: red;
}

a.dropdown-item {
    padding-left: 5px;
}

h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 320px) {
    .captcha {
        transform: scale(0.74);
    }
}

.form-box .svg,
.form-box .svg path {
    fill: #818181;
    width: 25px;
}

.trouble-card .svg,
.trouble-card .svg path {
    width: 25px;
    position: relative;
    top: 10px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    width: 150px;
}

.trouble-card p.btn a:hover {
    color: #fff;
}

#msglandscape {
    display: none;
}

@media screen and (max-width: 850px) and (orientation: portrait) {
    #orientation {
        display: block;
    }
    #msglandscape {
        display: none;
    }
}

@media screen and (max-width: 850px) and (orientation:landscape) {
    #orientation {
        display: none;
    }
    #msglandscape {
        display: block;
        background-color: #94befc;
        display: block;
        height: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #eceff1;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}


/*#loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#71ab67;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:1001}
#loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#c2619a;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}
#loader:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#dcb057;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}*/

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    background: url("/assets/images/loader.gif") no-repeat center center;
    z-index: 1001;
    border-radius: 50%;
    border: 3px solid transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.progress {
    background-color: rgba(255, 64, 129, 0.22)
}

.no-js #loader-wrapper {
    display: none
}

.g-recaptcha {
    margin-top: 25px;
    position: relative;
    z-index: 9999;
}

.g-recaptcha {
    opacity: 0;
}

body.loaded .g-recaptcha {
    opacity: 1;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .sign-up-bg img {
        width: 100%;
    }
}

.btn-login-wrap {
    display: inline-flex;
    width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .login .common-btn:first-child {
        margin-right: 8px;
    }
}