:root {
    --hero-bg-color: #0f2d4c;
    --hero-bg-danger: #e62e00;
    --hero-bg-primary: #0099ff;
    --section-1-bg-color: #ffffff;
    --section-2-bg-color: #0f2d4c;
    --section-3-bg-color: #0f2d4c;
    --section-4-bg-color: #ffffff;
    --section-5-bg-color: #eef4ed;
    --section-6-bg-color: #0f2d4c;
    --section-7-bg-color: #ffffff;
    --footer-bg-color: #0f2d4c;
    --footer-bg-image: url('../images/bg-7.jpg');
}

.pul {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 2px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    transition: 1.0s !important;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: var(--color-primary-light);
    height: 7px;
}

::-ms-overflow-style {
    -webkit-border-radius: 5px;
    border-radius: 30px;
    background: var(--color-primary-light);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 30px;
    background: var(--color-primary-light);
}

::-webkit-scrollbar-track {
    background-color: #e9edf0;
    border-left: 1px solid #ededed;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.h-img {
    bottom: 70%;
    padding-top: 0px!important;
    display: block;
    margin: auto;
    top: 2px;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    z-index: 9999;
}

.h-h {
    position: relative;
    z-index: 10;
    background-color: transparent!important;
    color: #fff!important;
    border-bottom: none!important;
}

.modal-content {
    background: transparent!important;
    /* rgba( 89, 89, 89, 0.05);*/
    box-shadow: 10px 20px 20px 10px rgba( 0, 0, 0, 0.1);
    backdrop-filter: blur( 10.0px);
    -webkit-backdrop-filter: blur( 10.0px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
    transition: .3s !important;
}

.modal-content {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
    -moz-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
    -o-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0px 2px 4px 0 rgba(179, 179, 179, 0.19) !important;
    transition: .5s !important;
}

.modal-label {
    color: #e6e6e6;
}

.modal-title {
    color: #e6e6e6;
}

.modal-input {
    background: transparent;
    border: none;
    color: #e6e6e6;
    caret-color: red!important;
    border: 1px solid #00a3cc;
}

.modal-input::placeholder {
    color: #e6e6e6;
}

.modal-input:active {
    background: transparent;
    caret-color: #f2f2f2;
    color: #e6e6e6;
}

.modal-input:focus {
    background: transparent;
    caret-color: #f2f2f2;
    color: #e6e6e6;
}

.modal-select {
    background: transparent;
    color: #e6e6e6;
}

.modal-select>option {
    background: transparent;
    color: #4d4d4d;
}

.st-divider {
    border: 1px solid #a6a6a6;
}

.modal-btn {
    color: #fff;
}

.modal-ul li {
    color: #fff;
}

.modal-ul li>ul li>p {
    color: #fff;
}

.modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    vertical-align: middle;
}


/* .heading-title {
    margin: 0 auo!important;
} */

fieldset {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 30px;
}

fieldset>legend {
    width: 300px!important;
}

span.iti__country-name {
    color: #080d10!important;
}

#c-code {
    background-color: #a6a6a6!important;
    color: #333!important;
}

#c-code:active {
    background-color: #a6a6a6!important;
    color: #333!important;
}