/* width */

::-webkit-scrollbar {
    width: 5px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #c2d9ed;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: #2259e7;
    border-radius: 5px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.terms:hover {
    text-decoration: underline;
    cursor: pointer;
}
.custom-footer {
    padding: 0px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    color: #747e96;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #747e96;
}
.separator:not(:empty)::before {
    margin-right: .85em;
}
.separator:not(:empty)::after {
    margin-left: .85em;
}
.modal-title {
    color: #2259e7;
}
.modal-header {
    border: none;
}
.modal-footer {
    border: none;
}
.main-pad {
    padding: 20px;
}
.main-body {
    background: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px;
}
.main-con {
    max-width: 800px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.main-con-2 {
    max-width: 800px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.pad-40 {
    padding-top: 40px;
}
.pad-30 {
    padding-top: 30px;
}
.pad-10 {
    padding-top: 10px;
}
.pad-0 {
    padding: 0px;
}
.pad-bot-20 {
    padding-bottom: 20px;
}
.mar-20 {
    margin-top: 20px;
}
.h3-blue {
    color: #2259e7;
    font-weight: bold;
}
.second-btn {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-black {
    color: black;
}
.border-radius-10 {
    border-radius: 10px !important;
}
.radio-new {
    background: #e8f3ff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 20px 20px 20px;
}
.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
@media (max-width: 1200px) {
    .custom-footer {
        padding: 0px;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
.language-changer {
    position: relative;
    color: #2d394f;
}
.language-changer>a {
    background-color: #fff;
    color: #2d394f;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.language-changer>a:hover, .language-changer>a:focus {
    background-color: #2d394f;
    color: #fff;
}
.selected-language {
    width: 24px;
    margin-right: 8px;
}
.country-wrap .dropdown-item img {
    width: 20px;
    margin-right: 8px;
}
.custom-vertical-center {
    height: 100vh;
    display: flex;
    align-items: center;
}
.grecaptcha-badge {
    z-index: 9999 !important;
}