.form-content .custom-control.custom-checkbox.pl-0.mb-2 {

    width: 100%;

}
.nav-area {
    position: absolute !important;
    top: 17px !important;
    z-index: 2 !important;
    width: 60% !important;
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
}
.nav-area .navbar {
    padding: 20px;
    background: #ffffff !important;
    border-radius: 14px;
}
.navbar-brand {
    color: #503291 !important;
}
/*------------------------------------------------------------------
 * Theme Name: iosoon - coming soon page templates
 * Theme URI: http://www.brandio.io/envato/iosoon
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Copyright 2018 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
/* -----------------------------------
    1 - General Styles
------------------------------------*/
.form-content {
    overflow: scroll;
}
html, body {
    height: 100%;
    overflow: hidden;
}
.form-body {
    background-color: #eb3c96;
}

.form-body.gradient-bg {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.website-logo {
    display: inline-block;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
}

.website-logo img {
    width: 100px;
}

.website-logo .logo {
    background-image: url("../images/logo-light.svg");
}

.website-logo .logo img {
    width: 100px;
}

.other-links span {
    color: #A8A8B7;
}

.other-links a {
    color: #A8A8B7;
}

.other-links a i {
    color: rgba(255, 255, 255, 0.56);
}

.website-logo-inside img {
    width: 100px;
}

.website-logo-inside .logo {
    background-image: url("../images/logo-light.svg");
}

.website-logo-inside .logo img {
    width: 100px;
}

.img-holder {
    display: inline-block;
    width: 550px;
    background-color: transparent;
}

.img-holder:before {
    background-image: none;
    background-size: 180%;
}

.img-holder .info-holder h3 {
    color: #000;
}

.img-holder .info-holder p {
    color: #000;
}

.img-holder .info-holder img {
    max-width: 131%;
}

.img-holder .bg {
    opacity: 0.23;
    background-image: none;
}

.form-holder {
    margin-left: 550px;
}

.form-holder .form-content ::-webkit-input-placeholder {
    color: #015969;
}

.form-holder .form-content :-moz-placeholder {
    color: #015969;
}

.form-holder .form-content ::-moz-placeholder {
    color: #015969;
}

.form-holder .form-content :-ms-input-placeholder {
    color: #015969;
}

.form-holder.custom-bg:before {
    background-color: #503291;
}

.form-holder.custom-bg:after {
    background-color: #2dbecd;
}

.form-control ::-webkit-input-placeholder {
    color: #015969;
}

.form-control :-moz-placeholder {
    color: #015969;
}

.form-control ::-moz-placeholder {
    color: #015969;
}

.form-control :-ms-input-placeholder {
    color: #015969;
}

.form-content {
    background-color: #fff;
}

.form-content .form-group {
    color: #A8A8B7;
}

.form-content .form-items {
    max-width: 582px;
    text-align: left;
}

.form-content h3 {
    color: #E8FF67;
    text-align: left;
    font-size: 26px;
    font-family: system-ui;
}

.form-content h5 {
    color: #E8FF67;
}

.form-content p {
    color: #A8A8B7;
    text-align: left;
}

.form-content label {
    color: #A8A8B7;
    text-align: left;
}

.form-content .page-links a {
    color: #A8A8B7;
}

.form-content .page-links a:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.form-content .page-links a.active:after {
    background-color: #000;
}

.form-content .page-links a:hover:after, .form-content .page-links a:focus:after {
    background-color: #000;
}

.form-content input, .form-content .dropdown-toggle.btn-default, .form-content select {
    border: 0;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #015969;
}

.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #f3f3f3;
    color: #015969;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-content textarea {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
    color: #015969;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #f3f3f3;
    color: #015969;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-content input[type="checkbox"]:not(:checked) + label, .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:not(:checked) + label, .form-content input[type="radio"]:checked + label {
    color: #fff;
}

.form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:checked + label {
    color: #fff;
}

.form-content input[type="checkbox"]:checked + label:before, .form-content input[type="radio"]:checked + label:before {
    background: #fff;
    border: 0px solid #fff;
}

.form-content input[type="checkbox"]:not(:checked) + label:before, .form-content input[type="radio"]:not(:checked) + label:before {
    background: transparent;
    border: 2px solid #fff;
}

.form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after {
    color: #2F2D46;
}

.form-content input[type="radio"]:checked + label:after, .form-content input[type="radio"]:not(:checked) + label:after {
    background-color: #2F2D46;
}

.form-content .custom-options input[type="checkbox"]:not(:checked) + label, .form-content .custom-options input[type="checkbox"]:checked + label, .form-content .custom-options input[type="radio"]:not(:checked) + label, .form-content .custom-options input[type="radio"]:checked + label {
    color: #606060;
    background-color: #F7F7F7;
}

.form-content .custom-options input[type="checkbox"]:checked + label, .form-content .custom-options input[type="radio"]:checked + label {
    color: #fff;
    background-color: #B1CC19;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.form-content .form-button .ibtn {
    background-color: #B1CC19;
    color: #000;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
    background-color: #a5cd50;
    margin-left: auto;
}

.form-content .form-button a {
    color: #A8A8B7;
}

.form-content .btn.btn-primary {
    color: #fff;
    background-color: #B1CC19;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-content .btn.btn-primary:hover, .form-content .btn.btn-primary:focus {
    background-color: #a5be17;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
}

.form-content .form-sent .tick-holder .tick-icon {
    background-color: rgba(255, 255, 255, 0);
}

.form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #fff;
}

.form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #fff;
}

.form-content .form-sent h3 {
    color: #A8A8B7;
}

.form-content .form-sent p {
    color: #A8A8B7;
}

.form-content .form-sent .info-holder {
    color: #A8A8B7;
    border-top: 1px solid rgba(168, 168, 183, 0.5);
}

.form-content .form-sent .info-holder span {
    color: #A8A8B7;
}

.form-content .form-sent .info-holder a {
    color: #A8A8B7;
}

.form-content .time-counter .count {
    border-right: 1px solid #D5D5D5;
}

.form-content .time-counter .count .num {
    color: #A8A8B7;
}

.form-content .time-counter .count .label {
    color: #A8A8B7;
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

.form-body.without-side .img-holder .info-holder img {
    display: none;
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after {
    background-color: #29A4FF;
}

.form-body.without-side .form-content .page-links a:hover:after, .form-body.without-side .form-content .page-links a:focus:after {
    background-color: #29A4FF;
}

.form-body.without-side .form-content .form-button .ibtn {
    background-color: #B1CC19;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-body.without-side .form-content .form-button .ibtn:hover, .form-body.without-side .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0);
    background-color: #9db516;
}


@media (max-width: 992px) {
    .img-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
    }

    .website-logo {
        top: 50px;
        left: 50px;
        right: initial;
        bottom: initial;
    }
}
.navbar-brand img {
    width: 81px;
}
.info-holder svg {
    width: 269px;
    height: 269px;
}
@media(max-width:1025px) and (min-width:577px){
    .nav-area {
        width: 80% !important;
    }
    .img-holder {
        width: 433px;
    }
    .form-holder {
        margin-left: 466px;
    }
    .form-content h3 {
        font-size: 23px;
    }
}
@media(max-width:576px) {
    .nav-area {
        width: 93% !important;
        margin: 0 auto;
    }
    .form-content h3 {
        font-size: 18px;
    }
    .form-items .form-row div {
        display: block !important;
    }
    .form-items .form-row div input {
        margin-left:0 !important;
    }
    .form-body {
        overflow: scroll;
        padding-bottom: 21px;
    }
    body {
        padding-bottom: 21px;
    }
    
    
}
@media(max-width:992px) {
    footer .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    footer .navbar-nav a {
        font-size: 11px !important;
    }
    footer .navbar-nav li:last-child{
        margin-left: 10px;
    }
    .form-holder {
        margin: 0 auto;
    }
}
@media(max-width:780px) and (min-width:760px) {
    .form-holder {
        margin-left: auto;
        margin-right: auto;
    }
}
footer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
footer .navbar {
    max-width: 100%;
    margin: 0 auto;
    background: #503291 !important;
    filter: drop-shadow(2px 4px 6px black);
}
footer .navbar a {
    color: #ffffff !important;
}

.youtube-link img {
    width: 79px;
    margin-top: 3px;
}
.form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 9px;
    color: #0093FF;
    line-height: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 0;
}
:checked {
    box-shadow: none !important;
    outline: 0 !important;
    border: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #b1cc19;
}
.custom-control label {
    font-size: 12px !important;
}
.custom-control label a {
    color: #b1cc19;
    font-weight: bold;
}
.login-page .form-holder .form-content {
    padding: 100px 60px 85px;
}
.accept-modal,
.accept-modal:hover {
    background-color: #B1CC19 !important;
    border-color: #B1CC19 !important;
}
.form-content p {
    margin-bottom: 10px;
    color:white;
    font-family: system-ui;
}
.contact-us-form a {
    color: #e8ff67;
    font-weight: bold;
}
.sm-font {
    font-size: 13px;
}
.form-holder {
    font-family: system-ui;
}
.warn {
    padding-bottom: 7px;
    position: absolute;
    bottom: -34px;
    right: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    padding-top: 10px;
    border: 1px solid white;
    width: 400px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    color: white;
    margin: 0 auto;
    font-size: 14px;
}
@media(max-width:576px) {
    .warn {
        position: absolute;
        bottom: -31px;
        padding-top: 10px !important;
        width: 94%;
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 12px;
    }
}
.scrollable {
    max-height: 407px;
    overflow-y: scroll; 
}
.scrollable::-webkit-scrollbar {
    width: 10px;
  }
  .scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
  }
  .scrollable::-webkit-scrollbar-thumb {
    background: #eb3c96;
    border-radius: 50px;
  }
  .scrollable::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  @media(max-width:576px) {
      .scrollable {
        max-height: 458px;
        overflow-y: scroll;
        padding-bottom: 100px;
      }
  }
  @media(max-width:1366px) {
    .scrollable {
        max-height: 397px;
    }
  }
.popup {
        position: fixed;
        bottom: 10%;
        left: 1%;
        z-index: 9;
        width: 302px;
        background: #b1cc19;
        border-radius: 12px;
        box-shadow: 0px 2px 16px -6px black;
cursor:pointer;
    }

    .popup p {
        margin: 0;
        padding: 15px;
        font-family: system-ui;
        color: #503291;
        font-weight: 18px;
        font-size: 18px;
        text-align: center;
    }

    main {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: relative;
        margin-top: -54px;
    }

    main .notification {
        position: relative;
        width: 4em;
        height: 5em;
    }

    main .notification svg {
        width: 4em;
        height: 6em;
    }

    main .notification svg>path {
        fill: #503291;
    }

    main .notification--bell {
        animation: bell 2.2s linear infinite;
        transform-origin: 50% 0%;
    }

    main .notification--bellClapper {
        animation: bellClapper 2.2s 0.1s linear infinite;
    }

    main .notification--num {
display:none;
        position: absolute;
        top: 21%;
        left: 60%;
        font-size: 15px;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background-color: #eb3c96;
        border: 6px solid #5079b1;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.7em;
        animation: notification 3.2s ease;
        border: 1px solid white;
    }

    @keyframes bell {

        0%,
        25%,
        75%,
        100% {
            transform: rotate(0deg);
        }

        40% {
            transform: rotate(2deg);
        }

        45% {
            transform: rotate(-2deg);
        }

        55% {
            transform: rotate(1deg);
        }

        60% {
            transform: rotate(-1deg);
        }
    }

    @keyframes bellClapper {

        0%,
        25%,
        75%,
        100% {
            transform: translateX(0);
        }

        40% {
            transform: translateX(-0.15em);
        }

        45% {
            transform: translateX(0.15em);
        }

        55% {
            transform: translateX(-0.1em);
        }

        60% {
            transform: translateX(0.1em);
        }
    }

    @keyframes notification {

        0%,
        25%,
        75%,
        100% {
            opacity: 1;
        }

        30%,
        70% {
            opacity: 0;
        }
    }

    @media (max-height:1023px) and (min-height:768px) {
        .popup p {
            padding: 6px !important;
        }

        main .notification {
            width: 3em;
            height: 4.5em;
        }

        main .notification svg {
            width: 3em;
            height: 6em;
        }
    }

    @media(max-width:1025px) and (min-width:576px) {
        .popup p {
            font-size: 15px;
        }
    }

    @media(max-width:576px) {
        main .notification--num {
            top: 38%;
            left: 58%;
            font-size: 11px;
            width: 20px;
            height: 20px;
            line-height: 1.7em;
            animation: notification 3.2s ease;
            border: 1px solid white;
        }

        main .notification svg {
            width: 1.7em;
            height: 6em;
        }

        main .notification {
            position: relative;
            width: 2em;
            height: 4em;
        }

        .popup {
            width: 182px;
left:auto;
right:1%;
        }

        .popup p {
            padding: 3px;
            font-size: 12px !important;
        }
    }