button:focus {
    outline: 0;
}

.bg-blue-gradient {
    background: rgb(56, 136, 247);
    background: linear-gradient(90deg, rgba(56, 136, 247, 1) 0%, rgba(67, 104, 238, 1) 45%, rgba(75, 78, 231, 1) 100%);
}

#long-form-reacaptcha .g-recaptcha div {
    float: right;
}

.normal-anchor {
    color: rgb(56, 136, 247);
    background: transparent;
    border: 0;
    margin: 0;
    padding: 7px 10px;
    background: #f5f5f5;
    border-radius: 4px;
    min-width: 180px!important;
}

.normal-anchor:hover {
    color: #333;
}

.red-anchor {
    color: #da2f2f;
}

.main-head {
    font-size: 18px;
    margin-top: 30px;
    line-height: 28px;
}

.visitor-login-btn {
    background: rgb(56, 136, 247);
    background: linear-gradient(90deg, rgba(56, 136, 247, 1) 0%, rgba(67, 104, 238, 1) 45%, rgba(75, 78, 231, 1) 100%);
    ;
    padding: 15px 40px;
    color: #fff;
    text-decoration: none;
}

.visitor-login-btn:hover {
    background: rgb(34, 126, 255);
    background: linear-gradient(90deg, rgba(34, 126, 255, 0.9962359943977591) 0%, rgba(67, 104, 238, 1) 27%, rgba(40, 44, 237, 1) 100%);
}

.visitor-blue-btn {
    background: #82ADF1;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
}

.w-100 {
    width: 100%!important
}

.visitor-blue-btn:hover {
    background: rgb(130, 173, 241);
    background: linear-gradient(90deg, rgba(130, 173, 241, 1) 0%, rgba(89, 151, 249, 1) 37%, rgba(56, 133, 255, 1) 100%);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.collapse.show {
    display: block;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.position-absolute {
    position: absolute;
}

.form-control {
    border-radius: 5px!important;
    border: 1px solid #dadada!important;
}

.form-control:focus {
    border-color: #257bf5!important;
}

label {
    margin-bottom: 12px!important;
    font-weight: 400!important;
}

.form-group {
    margin-bottom: 30px!important;
}

.position-relative {
    position: relative;
}

.form-check label {
    display: inline!important;
}

.visitors-radio span.span-input {
    margin-right: 40px;
    margin-top: 0
}

.mr-15 {
    margin-right: 15px!important
}

.form-check-input {
    font-size: 16px
}

.visitors-radio span input {
    margin-right: 15px
}

.visitor-blue-color {
    color: #4A4EE6!important;
}

.visitor-header {
    min-height: 168px!important;
}

.visitor-header h2 {
    margin-top: 65px;
}

.login-link {
    color: rgba(255, 255, 255, .8);
    margin-top: 85px;
}

.login-link a {
    text-decoration: underline;
    color: rgba(255, 255, 255, .8);
    display: inline-block!important;
    padding: 0!important;
}

.login-link a:hover {
    color: rgba(255, 255, 255, 1);
    background: none!important;
}

.color-white {
    color: #fff!important;
}

.mb-150 {
    margin-bottom: 150px
}

.required {
    color: #da2f2f;
    font-weight: 600;
}

.visitor-bg-position {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -60%;
}

.visitor-header h2:after {
    content: "";
    position: absolute;
    height: 5px;
    /* border-bottom: 1px solid white; */
    border-top: 4px solid #fff;
    top: 24px;
    width: 62px;
    left: 100%;
    margin-left: 15px;
}

.pb-25 {
    padding-bottom: 25px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.visitor-background {
    height: 150px;
    position: relative;
    background-size: cover
}

.visitor-background h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    padding: 10px 20px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.justify-content-end {
    display: flex;
    justify-content: flex-end!important;
}

.justify-content-start {
    display: flex;
    justify-content: flex-start!important;
}

.justify-content-between {
    display: flex;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.float-right {
    float: right!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) and (min-width: 0px) {
    h2 {
        font-size: 30px!important;
    }
    h5 {
        font-size: 25px!important;
        line-height: 1.8!important
    }
    label {
        font-size: 22px!important
    }
    button {
        font-size: 22px!important
    }
    .form-control {
        height: 55px!important;
    }
    .cb-tab--container label {
        width: 100%!important;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .visitor-bg-position {
        position: relative!important;
    }
    .mb-150 {
        margin-bottom: 30px
    }
    .visitor-header {
        min-height: 100px;
    }
    .visitor-background {
        height: 70px;
        background-size: cover
    }
}


/*visitor's page tab css*/

.cb-tab--container section {
    display: none;
    padding: 20px 30px;
    padding-bottom: 100px;
    margin-bottom: 50px
}

.cb-tab--container input.tab-header {
    display: none;
}

.gj-picker-bootstrap div[role=navigator] {
    background: #4A4EE6!important;
    padding: 5px!important;
    color: #fff!important;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    display: none;
}

.date .input-group {
    display: block!important;
}

.gj-picker i {
    padding-top: 25%!important;
}

.gj-picker table {
    margin: 5px!important;
}

.gj-picker table {
    font-size: 14px!important;
    font-weight: 400!important;
}

.gj-picker-bootstrap div[role=navigator] {
    height: auto!important;
}

.gj-picker-bootstrap table tr td.today div {
    color: #4A4EE6!important;
    font-weight: 700;
}

.gj-picker-bootstrap {
    padding: 0!important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #4A4EE6!important;
    border-color: #4A4EE6!important;
}

.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #bad8ff!important;
}

.cb-tab--container label.tabs {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    font-weight: 400;
    cursor: pointer;
    color: #636360;
    background: #F5F3F4;
    margin-bottom: 3px;
    display: inline-block;
    transition: background 200ms ease;
    text-align: center;
    border: #e6e6e6 1px solid;
}

.formtabs-justified {
    display: flex!important;
}

.formtabs-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.inline-block {
    display: inline-block!important;
}

.cb-tab--container label.tab1 {
    margin-left: 0!important
}

.cb-tab--container input:checked+label.tabs {
    background: rgb(56, 136, 247);
    background: linear-gradient(90deg, rgba(56, 136, 247, 1) 0%, rgba(67, 104, 238, 1) 45%, rgba(75, 78, 231, 1) 100%);
    color: #fff;
    margin-bottom: 0px;
}

.buttonsss {
    clear: both;
}

.results .elementss {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.pt-15 {
    padding-top: 1.5%
}

.pt-15 i {
    color: #4A4EE6;
    font-size: 18px;
    cursor: pointer;
}


/*.cb-tab--container #tab1:checked ~ #content1,
.cb-tab--container #tab2:checked ~ #content2,
.cb-tab--container #tab3:checked ~ #content3,
.cb-tab--container #tab4:checked ~ #content4,
.cb-tab--container #tab5:checked ~ #content5, 
.cb-tab--container #tab6:checked ~ #content6 {
  display: block;
}*/

.modal-footer {
    border-top: 0!important
}

.modal-header {
    border-bottom: 0!important;
}

.modal-header .close {
    margin-top: -25px!important;
}

.modal-content {
    padding: 20px
}

@media screen and (max-width: 650px) {
    .cb-tab--container label {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .cb-tab--container input:checked+label {
        border-bottom: 0;
    }
}

.panel-box {
    box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.30);
}

.error {
    color: #da2f2f;
    padding: 5px 12px;
}

.alert {
    padding: 35px!important;
}


/*Short form CSS*/

.cb-container section {
    padding: 50px 30px;
    margin-bottom: 50px;
}

.ui-datepicker-trigger {
    display: none!important;
}


/*======= Amit(04-06-2019)Religious-education ===========*/

.mt20 {
    margin-top: 20px!important;
}

.select_edu span i {
    color: #dad3d3;
}

.religious_form_body.cb-tab--container label.tabs {
    width: calc(16.75% - 0.94px);
    vertical-align: top;
}

.select_edu span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.select_edu {
    max-width: 230px;
    position: relative;
    padding-right: 30px;
}


/*======= END - Amit(04-06-2019)  ===========*/


/*======= Amit(07-06-2019) ==============*/

ul.pay_cards_list li {
    display: inline-block;
    max-width: 50px;
    margin: 0 8px;
    list-style-type: none;
}

ul.pay_cards_list {
    padding-left: 0;
}

@media (max-width:1024px) {
    .religious_form_body.cb-tab--container label.tabs {
        padding: 15px 15px;
        font-size: 13px;
    }
}


/*error label */

label.error {
    font-size: 1.2rem;
    white-space: normal;
    text-align: center;
}

label.error,
span.error {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5)!important;
    border-radius: 4px!important;
    color: rgba(225, 225, 225, 1)!important;
    font-weight: normal!important;
    margin: 0!important;
    min-width: 200px!important;
    line-height: 13px !important;
    padding: 6px 8px 8px 8px!important;
    position: absolute!important;
    right: 15!important;
    z-index: 1!important;
}

label.error:before {
    content: " ";
    color: #808080;
    top: -5px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

label.error:before {
    content: " ";
    color: #808080;
    top: -5px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

label.error:before {
    content: " ";
    color: #808080;
    top: -5px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

label.error:before {
    content: " ";
    color: #808080;
    top: -5px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}

.alert-success_white {
    background-color: #fff!important;
    padding: 35px!important;
    box-shadow: 0 25px 55px 0;
}

.mt-30 {
    margin-top: 30px;
}

.bootbox-alert .modal-footer {
    display: none;
}

::placeholder {
    color: #d3d3d3!important;
}

.m-b-5,
.m-t3 {
    margin-bottom: 5px!important;
    margin-top: 3px;
}

#google_translate_element {
    position: absolute;
    right: 16px!important;
    top: 15px;
}

.goog-te-gadget {
    font-family: Roboto, 'Open Sans', sans-serif!important;
    text-transform: uppercase;
}

.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.20)!important;
    border: 1px solid rgba(255, 255, 255, 0.50) !important;
    padding: 8px!important;
    border-radius: 4px!important;
    font-size: 1rem!important;
    line-height: 2rem!important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-menu-value {
    color: #fff !important;
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font-family: FontAwesome;
}

.goog-te-menu-value span:nth-child(3):after {
    content: "\f0dd";
}

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none!important;
}

body {
    top: 0px!important;
}

#google_translate_element span {
    border-left: 0!important
}

#google_translate_element span a {
    text-decoration: none;
}


/* ================================== *\
    Mediaqueries
\* ================================== */

@media (max-width: 667px) {
    #google_translate_element {
        bottom: calc(100% - 50% - 53px);
        left: 16px!important;
        width: 100%!important;
    }
    .goog-te-gadget {
        width: 100%!important;
    }
    .skiptranslate {
        width: 100%!important;
    }
    .goog-te-gadget-simple {
        width: calc(100% - 32px)!important;
        text-align: center;
    }
}

.goog-te-gadget-simple {
    padding: 5px!important;
}

.tabs {
    cursor: default!important;
}

.btn-primary a {
    color: #fff!important
}

.modal-title {
    font-weight: 700!important
}

.longform-gradient {
    background: linear-gradient(90deg, rgba(56, 136, 247, 1) 0%, rgba(67, 104, 238, 1) 45%, rgba(75, 78, 231, 1) 100%)!important;
    color: #fff!important;
}

#open-cam .profile-pic {
    max-height: 200px;
    display: block;
}

#open-cam .file-upload {
    display: none;
}

#open-cam .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(75, 78, 231, 1);
    background-position: center center;
    background-image: url("../images/profile-img-large.jpg");
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

#open-cam img {
    max-width: 100%;
    height: auto;
}

#open-cam .p-image {
    color: #fff;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    position: absolute;
    bottom: 1px;
    left: 92px;
    padding: 10px;
    border-radius: 100%;
    background: rgba(75, 78, 231, 1);
}

#open-cam .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

#open-cam .upload-button {
    font-size: 1.2em;
}

#open-cam .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: rgba(255, 255, 255, 0.9);
}