.p-font {
    font-family: 'Poppins', sans-serif;
}

.dropdown-menu {
    display: none;
}

.userIcn {
    font-size: 25px !important;

}

a.nav-link.scrollto.sign-out {
    background: #fa842d;
    color: #ffffff !important;
    text-align: center;
    padding: 10px 16px;
    margin-left: 20px;
    border-radius: 6px;
}

div.number {
    position: absolute;
    z-index: 1000 !important;
}

.form-submit-btn {
    background: #006994;
    color: #ffffff;
    padding: 8px 12px;
    width: 175px;
}

.form-submit-btn:hover {
    color: white;
}

/* loader */
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    left: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-loader:not(:required) {
    display: inline-block;
    width: 50px;
    height: 50px;
    -moz-animation: pulse-loader 0.7s linear infinite alternate;
    -webkit-animation: pulse-loader 0.7s linear infinite alternate;
    animation: pulse-loader 0.7s linear infinite alternate;
    border: 2px solid #e67e22;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 50px;
}

@-moz-keyframes pulse-loader {
    0% {
        -moz-box-shadow: #e67e22 0 0 0px 20px;
        box-shadow: #e67e22 0 0 0px 20px;
    }

    40% {
        -moz-box-shadow: none;
        box-shadow: none;
    }

    100% {
        -moz-box-shadow: #e67e22 0 0 0px 25px inset;
        box-shadow: #e67e22 0 0 0px 25px inset;
    }
}

@-webkit-keyframes pulse-loader {
    0% {
        -webkit-box-shadow: #e67e22 0 0 0px 20px;
        box-shadow: #e67e22 0 0 0px 20px;
    }

    40% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    100% {
        -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
        box-shadow: #e67e22 0 0 0px 25px inset;
    }
}

@keyframes pulse-loader {
    0% {
        -moz-box-shadow: #e67e22 0 0 0px 20px;
        -webkit-box-shadow: #e67e22 0 0 0px 20px;
        box-shadow: #e67e22 0 0 0px 20px;
    }

    40% {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    100% {
        -moz-box-shadow: #e67e22 0 0 0px 25px inset;
        -webkit-box-shadow: #e67e22 0 0 0px 25px inset;
        box-shadow: #e67e22 0 0 0px 25px inset;
    }
}

/* end loader ****/
h5 {
    font-size: 13px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.88);
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    /* Modifiers */
    /* States */
}

.modal__dialog {
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: none;
    color: #ccc;
    background-color: transparent;
    background-image: none;
}

.modal__close:focus {
    outline: 0;
}

.modal__header {
    border-bottom: 1px solid #e2e2e2;
}

.modal__title {
    margin: 0 0 15px;
}

.modal__content {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

.modal__footer {
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
    text-align: right;
}

.modal--fullscreen {
    padding: 5px;
}

.modal--fullscreen .modal__dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0;
}

.modal.is-modal-active {
    display: flex;
}

/* Animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal__dialog {
    position: relative;
    max-width: 816px;
    padding: 20px;
    width: 100%;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
}

.con-cur span {
    font-size: 15px;
    font-weight: 900;
    color: black
}

h3.fsf {
    font-size: 23px;
    font-weight: 900;
    color: #000000;
}

h3.chng-cur {
    color: #000000;
    font-weight: 600;
}

p.c2 {
    margin-left: 65px;
}

p.c3 {
    margin-left: 65px;
    font-weight: 900;
    color: #000000;
}

.topp b {
    margin: 10px;
    font-size: 17px;
    font-weight: bolder;
    color: #000;
}

h4.tpp {
    color: #000000;
    font-weight: 700;
}

button.modal__close {
    font-weight: 900;
    font-size: 28px;
    color: #000000;
}

/*second moidal css*/
#modal-background1 {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.yes,
.no {
    border: none;
    padding: 7px 14px;
    font-size: 1rem;
    border-radius: 5px;
}

.yes {
    background-color: #00ff00;
}

.no {
    background-color: #ff0000;
}

#close-btn1 {
    float: right;
    font-size: 22px;
}

#close-btn1:hover {
    cursor: pointer;
    color: #ff0000;
}

.chng-lng {
    margin-top: 22px;
}

.lng a {
    color: #000;
    margin: 4px;
    font-size: 19px;
}

.chng-lng {
    font-size: 24px;
    font-weight: 800;
    margin-top: 22px;
}

.login-message {
    width: 100%;
    position: absolute;
    height: fit-content;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D8000C;
    background-color: #FFBABA;
    text-transform: capitalize;
}

.login-message.success {
    color: #3E8635;
    background-color: #a6cfa0;
}

/*end css*/
.open-ids {
    width: 236px;
    margin: 0 auto;
}

.auth-provider {
    font-family: system-ui, roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    padding: 0 21px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #d6d9dc;
    text-align: center;
    background: #FFF;
    color: #535a60
}

.google-login {
    color: #535a60;
    border-color: #d6d9dc
}

.facebook-login {
    color: #FFF;
    background-color: #395697;
    border-color: transparent
}

.kyber-login {
    color: #FFF;
    background-color: #54ae85;
    border-color: transparent
}

.telegram-login {
    margin-bottom: 12px;
}

.svg-icon {
    vertical-align: middle;
    padding-bottom: 4px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
}

.wrapper.form-success .container h6 {
    font-size: 30px;
    color: #111;
    transform: translateY(100px);
}

.wrapper-section {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 16px 20px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
}

.wrapper-section img {
    object-position: center;
    object-fit: cover;
}

.wrapper-section h6 {
    font-size: 28px;
    color: #094D80;
    letter-spacing: 0.7px;
    padding-top: 10px;
}

.wrapper-section p {
    letter-spacing: 0.38px;
    color: #606060;
    font-size: 15px;
}

.form {
    padding: 0px 24px;
    position: relative;
}

.form label {
    letter-spacing: 0.45px;
    float: left;
    font-size: 15px;
    color: #000000;
}

.form input {
    outline: 0;
    letter-spacing: 0.5px;
    color: #000000;
    border-radius: 2px;
    padding: 5px 15px !important;
    display: block;
    transition-duration: 0.5s;
}

.form input {
    padding: 0px 10px !Important;
}

.form input::placeholder {
    font-size: 16px !Important;
}

.form input:focus {
    background-color: #fff;
    color: #000;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    border-radius: 150px;
    -webkit-animation: square 50s infinite;
    animation: square 50s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 7s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 12px;
    height: 12px;
    animation-delay: 30s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
}

.bg-bubbles li:nth-child(11) {
    left: 25%;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
        background-color: rgba(255, 255, 255, 0);
    }

    100% {
        transform: translateY(-100px);
        background-color: #ffffff;
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
        background-color: #ffffff;
    }

    100% {
        transform: translateY(-500px);
        background-color: rgba(255, 255, 255, 0);
    }
}

.form-group {
    margin-bottom: 20px;
}

#ch input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#ch label {
    position: relative;
    cursor: pointer;
}

#ch label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    margin-right: 10px;
}

#ch input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#ch label {
    font-size: 14px;
    color: #707070;
}

.ft {
    color: #ED1B24;
    font-size: 14px;
}

.ft:hover {
    color: #ED1B24;
}

#reg-button {
    width: 100%;
    background: #084E7F;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    height: 50px;
    border: none;
}

#login-button {
    width: 100%;
    background: #084E7F;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    height: 50px;
    border: none;
}

.login-bottom p {
    color: #707070;
    font-size: 12px;
    letter-spacing: 0.45px;
    text-align: center;
}

.or-section {
    text-align: center;
    position: relative;
}

.or-section span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #707070;
    text-align: center;
    font-size: 12px;
    padding: 3px 0px;
    position: relative;
    z-index: 99;
    background: #ffffff
}

.or-section:after,
.or-section:before {
    content: '';
    width: 50%;
    height: 1px;
    background: #707070;
    top: 50%;
    position: absolute;
}

.or-section:after {
    left: 0;
}

.or-section:before {
    right: 0;
}

.s-around {
    justify-content: space-around;
}

.social {
    font-size: 32px;
}

.fb {
    color: #3B5998;
}

.twit {
    color: #1DA1F2;
}

.pit {
    color: #E71D27;
}

input.input-place::placeholder {
    color: red !important;
}

input.input-place {
    border: 1px solid red;
}

input.input-place:focus {
    border: 1px solid red;
}