/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Century_Gothic_Regular';
    src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Century_Gothic_Bold';
    src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}
.default-page-wrap .qstn-box .qstn_box_inner button.button, .social li a {
    background: #760873;
    background: -o-linear-gradient(295deg, #760873 0%, #d086b7 100%);
    background: linear-gradient(155deg, #760873 0%, #d086b7 100%)
}
body {
    font-family: "Century_Gothic_Regular";
    background-color: #edf0f7;
    font-size: 15px
}
p {
    font-size: 15px;
    line-height: 20px
}
p:last-child {
    margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Century_Gothic_Bold";
    margin: 0
}
h1 {
    font-size: 65px;
    text-align: center;
    margin-bottom: 15px;
    position: relative
}

.menus {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 45px
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 30px
    }
}
h1.bubbles:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    top: 136px;
    left: 42%;
    z-index: -1
}
@media (max-width: 991px) {
    h1.bubbles:after {
        display: none
    }
}
h1.bubbles:before {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    background-color: #fff;
    border-radius: 50%;
    top: 26px;
    left: 34%;
    z-index: -1
}
@media (max-width: 991px) {
    h1.bubbles:before {
        display: none
    }
}



h2 {
    font-size: 40px;
    margin-bottom: 32px;
	text-align: center;
    position: relative
	
}
@media (max-width: 1199px) {
    h2 {
        font-size: 33px
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 28px
    }
}

h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 48px
}
h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 48px
}

h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 48px
}
h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 48px
}

h6 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 28px
}

h3.cognit-head {
    margin-top: 40px;
    margin-bottom: 0
}
@media (max-width: 767px) {
    h3.cognit-head {
        line-height: 1.4;
        margin-top: 20px
    }
}
@media (max-width: 575px) {
    h3.cognit-head {
        font-size: 25px;
        line-height: 1.2
    }
}
h3.cognit-head + .sub-head {
    margin-top: 17px
}
h3.cognit-head b {
    color: #560654
}
h3.patient-id {
    margin-top: 20px
}

h4.cognit-head {
    margin-top: 40px;
    margin-bottom: 0
}
@media (max-width: 767px) {
    h4.cognit-head {
        line-height: 1.4;
        margin-top: 20px
    }
}
@media (max-width: 575px) {
    h4.cognit-head {
        font-size: 20px;
        line-height: 1.2
    }
}
h4.cognit-head + .sub-head {
    margin-top: 17px
}
h4.cognit-head b {
    color: #560654
}


h3.patient-id {
    margin-top: 20px
}
@media (max-width: 575px) {
    h3.patient-id {
        margin-bottom: 0
    }
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
ul {
    margin: 0;
    padding: 0
}
ul li {
    padding: 0;
    list-style: none
}
a, a:hover, a:focus, button, button:focus, input, input:focus, select, select:focus, textarea, textarea:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
a, button {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
.preloader {
    position: fixed; /* Ensure it covers the full screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; /* Slightly transparent white background */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999; /* Make sure it's on top of other content */
    overflow: hidden; /* Prevent scrolling within the preloader */
}



@media (max-width: 575px) {
    .preloader img {
        width: 150px
    }
}
header, section, footer {
    float: left;
    width: 100%
}
@media (max-width: 991px) {
    header, section, footer {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media (max-width: 420px) {
    header, section, footer {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}
.container {
    max-width: 1110px
}
.sub-head {
    font-size: 20px;
    max-width: 765px;
    margin: auto;
    text-align: center;
    display: block
}
@media (max-width: 991px) {
    .sub-head {
        font-size: 22px
    }
}
@media (max-width: 767px) {
    .sub-head {
        font-size: 18px
    }
}
@media (max-width: 575px) {
    .sub-head {
        font-size: 15px
    }
}
.sub-head b {
    color: #560654;
    font-family: "Century_Gothic_Bold"
}
input.form-control {
    background-color: #d8d6e4;
    height: 58px;
    border-radius: 100px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 60px;
    padding-right: 30px;
    font-size: 15px
}
input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
input.form-control::-webkit-input-placeholder {
    color: #000
}
input.form-control::-moz-placeholder {
    color: #000
}
input.form-control:-ms-input-placeholder {
    color: #000
}
input.form-control:-moz-placeholder {
    color: #000
}
input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.more-btn, .more-btn2 {
    z-index: 1;  /* Lower than preloader, but high enough to remain above most other content */
}

.preloader-active .more-btn, 
.preloader-active .more-btn2 {
    visibility: hidden;  /* Hide buttons when preloader is active */
}


.more-btn {
    min-width: 100px;
	width: auto;
    border: 0;
    border-radius: 100px;
    font-size: 17px;
    font-family: "Century_Gothic_Bold";
    color: #fff;
    padding: 14px 30px;
    background: #760873;
    background: -o-linear-gradient(295deg, #760873 40%, #d086b7 100%);
    background: linear-gradient(155deg, #760873 40%, #d086b7 100%);
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}
.more-btn2 {
    min-width: 50px;
	width: auto;
    border: 0;
    border-radius: 100px;
    font-size: 17px;
    font-family: "Century_Gothic_Bold";
    color: #fff;
    padding: 14px 30px;
    background: #760873;
    background: -o-linear-gradient(295deg, #760873 40%, #d086b7 100%);
    background: linear-gradient(155deg, #760873 40%, #d086b7 100%);
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}
.more-btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #560654;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1
}
.more-btn2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #560654;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1
}
.more-btn:hover {
    color: #fff
}
.more-btn2:hover {
    color: #fff
}
.more-btn:hover:after {
    right: 0
}
.more-btn2:hover:after {
    right: 0
}
@media (max-width: 1199px) {
    .more-btn {
        min-width: auto
    }
}
@media (max-width: 767px) {
    .more-btn {
        font-size: 15px;
        padding: 10px 25px
    }
}
@media (max-width: 1199px) {
    .more-btn2 {
        min-width: auto
    }
}
@media (max-width: 767px) {
    .more-btn2 {
        font-size: 15px;
        padding: 10px 25px
    }
}
.more-btn-border {
    min-width: 170px;
    border-radius: 100px;
    font-size: 17px;
    border: 2px solid #560654;
    font-family: "Century_Gothic_Bold";
    color: #560654;
    padding: 14px 30px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}
.more-btn-border:after {
    content: "";
    position: absolute;
    left: -2px;
    right: 100%;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #560654;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1
}
.more-btn-border:hover {
    color: #fff
}
.more-btn-border:hover:after {
    right: -2px
}
@media (max-width: 1199px) {
    .more-btn-border {
        min-width: auto
    }
}
@media (max-width: 767px) {
    .more-btn-border {
        font-size: 16px;
        padding: 8px 25px
    }
}
@media (max-width: 991px) {
    header {
        padding: 20px 20px;
        border-bottom: 1px solid #e1e1e1
    }
}
@media (max-width: 420px) {
    header {
        padding: 20px 10px !important
    }
}
@media (max-width: 650px) {
    header .logo {
        width: 100%
    }
}
@media (max-width: 991px) {
    header .logo img {
        max-width: 180px
    }
}
@media (max-width: 480px) {
    header .logo img {
        max-width: 150px
    }
}
.purple {
    color: #560654
}
@media (max-width: 1199px) {
    .full-width-btn {
        width: 70%
    }
}
@media (max-width: 991px) {
    .full-width-btn {
        width: 50%
    }
}
.full-width-btn a {
    margin: 0 0;
    width: 70%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width: 991px) {
    .full-width-btn a {
        width: auto
    }
}
.instruction-text {
    margin-top: 25px
}
@media (max-width: 575px) {
    .instruction-text {
        margin-top: 15px
    }
}
.instruction-text span.sub-head {
    max-width: 1000px
}
.fill-btn {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #560654;
    color: #fff;
    border-radius: 50px;
    padding: 7px 14px;
    border: 1px solid transparent
}
.fill-btn:hover {
    background-color: transparent;
    color: #560654;
    border: 1px solid #560654
}
.border-btn {
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #560654;
    color: #560654;
    border-radius: 50px;
    padding: 6px 14px
}
.border-btn:hover {
    background-color: #560654;
    color: #fff;
    border: 1px solid transparent
}
.default-page-wrap {
    float: left;
    width: 100%;
    padding-top: 40px;
    min-height: 100vh;
    position: relative;
	background-image: url(../images/color_logo_transparent_small.png );
    background-repeat: no-repeat;
    background-position: 30px 20px;
	background-size: 15%;	
}
@media (max-width: 991px) {
    .default-page-wrap {
        padding: 0
    }
}
.default-page-wrap header {
    margin-bottom: 7px;
    position: relative;
    padding-left: 28px;
    padding-right: 28px
}
.default-page-wrap header:after {
    content: "";
    position: absolute;
    max-width: 935px;
    right: 0;
    left: 0;
    height: 111px;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    top: -40px;
    margin: auto;
    z-index: -1;
    background-size: 100%
}
@media (max-width: 1700px) {
    .default-page-wrap header:after {
        max-width: 835px
    }
}
@media (max-width: 1600px) {
    .default-page-wrap header:after {
        max-width: 635px
    }
}
@media (max-width: 1199px) {
    .default-page-wrap header:after {
        max-width: 535px
    }
}

.default-page-wrap section {
    padding-left: 28px;
    padding-right: 28px
}
.default-page-wrap .content-area {
    margin-bottom: 44px;
    position: relative;
    margin-top: 39px;
    min-height: calc(100vh - 318px)
}
@media (max-width: 991px) {
    .default-page-wrap .content-area {
        min-height: calc(100vh - 285px)
    }
}
@media (max-width: 575px) {
    .default-page-wrap .content-area {
        margin-top: 20px;
        margin-bottom: 35px
    }
}
.default-page-wrap .content-area .portal-img {
    position: absolute;
    bottom: 0;
    left: -28px
}
@media (max-width: 1199px) {
    .default-page-wrap .content-area .portal-img {
        display: none
    }
}
.default-page-wrap .content-area .portal-img.patient-res {
    bottom: -127px
	
	
}
.default-page-wrap .content-area .portal-img.right-img {
    left: inherit;
    right: 0;
    bottom: -100px
}
.default-page-wrap .content-area .comprehension-action-text {
    margin-top: 154px
}
@media (max-width: 991px) {
    .default-page-wrap .content-area .comprehension-action-text {
        margin-top: 50px
    }
}
.default-page-wrap .content-area .comprehension-action-text h2 {
    font-size: 43px;
    color: #80167b;
    text-align: center;
    padding: 0 125px;
    line-height: 55px
}
@media (max-width: 991px) {
    .default-page-wrap .content-area .comprehension-action-text h2 {
        padding: 0;
        font-size: 40px
    }
}
@media (max-width: 767px) {
    .default-page-wrap .content-area .comprehension-action-text h2 {
        font-size: 30px;
        line-height: 1.2
    }
}
@media (max-width: 575px) {
    .default-page-wrap .content-area .comprehension-action-text h2 {
        font-size: 25px
    }
}
.default-page-wrap .content-area .container {
    position: relative;
    z-index: 1
}

.default-page-wrap .content-area .container > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}



/* General Responsive Image Settings */
.default-page-wrap .content-area .img-inner img {
    width: 100%; /* Full width to fill the container */
    height: auto; /* Auto height to maintain aspect ratio */
    -o-object-fit: cover;
       object-fit: cover; /* Cover to ensure images do not get distorted */
}

/* Flexbox setup for image containers */
.default-page-wrap .content-area.dashboard-content .container .recalled-img-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 65px;
}

@media (max-width: 767px) {
    .default-page-wrap .content-area.dashboard-content .container .recalled-img-item {
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .default-page-wrap .content-area.dashboard-content .container .recalled-img-item {
        margin-top: 35px;
    }
}

.default-page-wrap .content-area.dashboard-content .container .recalled-img-item .img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.default-page-wrap .content-area.dashboard-content .container .recalled-img-item .img-inner img {
    max-width: 100%;
}

/* Responsive background adjustments for game area */
/*.default-page-wrap .content-area.game-area:before, */
/*.default-page-wrap .content-area.game-area:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*}*/

.default-page-wrap .content-area.game-area:before {
    background-position: bottom left;
}

.default-page-wrap .content-area.game-area:after {
    background-position: bottom right;
}

@media (max-width: 1700px) {
    .default-page-wrap .content-area.game-area:before, 
    .default-page-wrap .content-area.game-area:after {
        background-size: contain;
    }
}

@media (max-width: 1199px) {
    .default-page-wrap .content-area.game-area:before, 
    .default-page-wrap .content-area.game-area:after {
        display: none; /* Hide background images on smaller devices to prevent layout issues */
    }
}

/* Correct Image Display adjustments */
.correct-image-display .img-inner {
    text-align: center; /* Center-align the image and content */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stack children elements vertically */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Align children in the center */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Center vertically in case of extra space */
    text-align: center; /* Text should be centered below the image */
    padding: 20px; /* Add some padding around the content */
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.correct-image-display img {
    width: 100%; /* Full width to fill the container */
    max-width: 600px; /* Limit the image width to not exceed 600px */
    height: auto; /* Keep the aspect ratio of the image */
    margin-bottom: 20px; /* Space between the image and the text */
}

.correct-image-display .form-next {
    width: 100%; /* Full width */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Center the button horizontally */
    margin-top: 20px; /* Space above the button */
}

.correct-image-display .more-btn {
    padding: 10px 30px; /* Larger touch targets */
    font-size: 18px; /* Larger font for readability */
    background-color: #4CAF50; /* Button color */
    color: white;
    border-radius: 5px; /* Rounded corners */
    border: none; /* No border */
    cursor: pointer;
}

/* Enhanced handling for different devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .default-page-wrap .content-area .img-inner {
        max-width: 100%; /* Use full width for image containers */
        height: auto; /* Maintain aspect ratio */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; /* Center images within the container */
    }

    .default-page-wrap .content-area .img-inner img {
        height: 100%; /* Fit the height to the container */
    }
}

/* Adjustments for very small devices, like iPhones */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .default-page-wrap .content-area .img-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; /* Stack images vertically */
    }
}






.default-page-wrap .content-area.dot-connection-game .full-width-btn .btns-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width: 575px) {
    .default-page-wrap .content-area.dot-connection-game .full-width-btn .btns-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media (max-width: 575px) {
    .default-page-wrap .content-area.dot-connection-game .full-width-btn .btns-area a:last-child {
        margin-top: 15px
    }
}
.default-page-wrap .content-area .downbydown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.default-page-wrap .content-area .downbydown .more-btn:last-child {
    min-width: inherit;
    width: auto;
    margin-top: 10px
}
.default-page-wrap .content-area.dashboard-content .container {
    position: relative
}
.default-page-wrap .content-area.dashboard-content .container.dash-dot:before {
    content: "";
    position: absolute;
    right: 40px;
    top: -30px;
    width: 36px;
    height: 36px
    
}
@media (max-width: 991px) {
    .default-page-wrap .content-area.dashboard-content .container.dash-dot:before {
        display: none
    }
}

.default-page-wrap .content-area.dashboard-content .container .patient-results {
    text-align: center
}
.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner {
    padding: 26px 20px 26px
}
.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .approval {
    min-height: inherit
}
.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .approval h5 {
    min-height: inherit
}
.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .icon {
    margin-bottom: 23px;
    margin-top: 22px
}

.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .icon2 {
    margin-bottom: 23px;
    margin-top: 22px
}


.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .icon span {
    background-color: #750772;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .icon2 span {
    background-color: #750772;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.default-page-wrap .content-area.dashboard-content .container .patient-results .admin_box .admin_box_inner .divider {
    height: 3px;
    background-color: #560654;
    border-radius: 10px;
    margin-bottom: 11px
}
.default-page-wrap .admin_box {
    margin: 12px 0
}
.default-page-wrap .admin_box .admin_box_inner {
    background-color: #fff;
    padding: 24px 20px 30px;
    border-radius: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
@media (max-width: 575px) {
    .default-page-wrap .admin_box .admin_box_inner {
        text-align: center
    }
}
.default-page-wrap .admin_box .admin_box_inner .approval {
    min-height: 34px
}
.default-page-wrap .admin_box .admin_box_inner .approval p {
    font-size: 12px;
    color: #560654;
    margin-bottom: 0;
    line-height: 17px
}
.default-page-wrap .admin_box .admin_box_inner .approval p .date-completed {
    display: -ms-inline-grid;
    display: inline-grid
}
.default-page-wrap .admin_box .admin_box_inner .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 23px;
    margin-top: 10px
    
}

.default-page-wrap .admin_box .admin_box_inner .icon2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 23px;
    margin-top: 10px
}

.default-page-wrap .admin_box .admin_box_inner .icon span {
    width: 78px;
    height: 78px;
    background-color: #d086b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.default-page-wrap .admin_box .admin_box_inner .icon2 span {
    width: 78px;
    height: 78px;
    background-color: #9db0cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.default-page-wrap .admin_box .admin_box_inner h5 {
    line-height: 20px;
    color: #560654;
    min-height: 40px
}
.default-page-wrap .admin_box .admin_box_inner .progress-sec {
    margin-top: 17px
}
.default-page-wrap .admin_box .admin_box_inner .progress-sec .progress-details {
    font-size: 14px;
    color: #569654;
    font-family: "Century_Gothic_Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	
}

.default-page-wrap .admin_box .admin_box_inner .progress-sec .progress-details2 {
    font-size: 14px;
    color: #960A0C;
    font-family: "Century_Gothic_Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
	
}

.default-page-wrap .admin_box .admin_box_inner .progress-sec .progress {
    background-color: #d8d6e4;
    height: 5px;
    border-radius: 10px
}
.default-page-wrap .admin_box .admin_box_inner .progress-sec .progress .progress-bar {
    border-radius: 10px;
    background-color: #560654
}
.default-page-wrap .admin_box .admin_box_inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px)
}
.default-page-wrap .admin_box .admin_box_inner:hover .icon span {
    background-color: #560654
}

.default-page-wrap .admin_box .admin_box_inner:hover .icon2 span {
    background-color: #560654
}

.default-page-wrap .btns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
@media (max-width: 575px) {
    .default-page-wrap .btns-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media (max-width: 575px) {
    .default-page-wrap .btns-area a:last-child {
        margin-top: 15px
    }
}
.default-page-wrap .qstn-box-outer {
    margin-bottom: 64px
}
@media (max-width: 767px) {
    .default-page-wrap .qstn-box-outer {
        margin-bottom: 30px
    }
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box-outer {
        margin-bottom: 0
    }
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab {
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1);
    max-width: 650px;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 36px 40px;
    text-align: center;
    margin-top: 42px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner .qstn-tab {
        padding: 30px 20px
    }
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .qstn-count {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h5 {
    font-size: 20px;
    margin-bottom: 25px
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h5 {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h6 {
    font-size: 17px;
    margin-bottom: 25px
	
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h6 {
        font-size: 15px;
        margin-bottom: 15px
    }
}

.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h4 {
    line-height: 33px;
    font-size: 26px;
    margin-bottom: 28px
}
@media (max-width: 767px) {
    .default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h4 {
        font-size: 22px;
        line-height: 1.4
    }
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner .qstn-tab h4 {
        font-size: 18px
    }
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .form-group {
    margin-bottom: 10px
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .inner-field {
    position: relative;
    max-width: 256px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .inner-field .form-check-input {
    position: absolute;
    left: 19px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .inner-field .form-check-input:checked[type=radio] + .form-check-label {
    background-color: #560654
}
.default-page-wrap .qstn-box .qstn_box_inner .qstn-tab .inner-field .form-check-label {
    width: 100%;
    background-color: #d086b7;
    font-size: 15px;
    font-family: "Century_Gothic_Bold";
    color: #fff;
    text-align: left;
    padding: 18px 20px 18px 48px;
    border-radius: 50px;
    line-height: 1.2
}
.default-page-wrap .qstn-box .qstn_box_inner button#prev {
    background: transparent;
    border: 2px solid #560654;
    color: #560654;
    padding: 12px 25px;
    margin-right: 15px
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner button#prev {
        padding: 8px 25px;
        margin-right: 0;
        margin-bottom: 15px
    }
}
.default-page-wrap .qstn-box .qstn_box_inner button#prev:hover {
    color: #fff
}
.default-page-wrap .qstn-box .qstn_box_inner button.button {
    padding: 14px 25px;
    display: inline-block;
    border-radius: 50px;
    min-width: 170px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 0;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}
.default-page-wrap .qstn-box .qstn_box_inner button.button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    background-color: #560654;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1
}
@media (max-width: 575px) {
    .default-page-wrap .qstn-box .qstn_box_inner button.button {
        /*min-width: inherit;*/
        /*font-size: 11px;*/
        /*padding: 10px 25px*/
        margin-top: 20px;
    }
}
.default-page-wrap .qstn-box .qstn_box_inner button.button:hover {
    color: #fff
}
.default-page-wrap .qstn-box .qstn_box_inner button.button:hover:after {
    right: 0
}
.default-page-wrap .qstn-box .qstn_box_inner button.disabled {
    display: none
}
.default-page-wrap footer {
    position: relative;
    padding-left: 28px;
    padding-right: 28px
}
.default-page-wrap footer:before {
    content: "";
    position: absolute;
    width: 177px;
    height: 177px;
    background-color: #fff;
    border-radius: 50%;
    left: 30%;
    top: -264px
}
@media (max-width: 991px) {
    .default-page-wrap footer:before {
        display: none
    }
}
.default-page-wrap footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 360px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
    background-size: 100%
}
/*@media (max-width: 1600px) {*/
/*    .default-page-wrap .menus {*/
/*        display: -webkit-box;*/
/*        display: -ms-flexbox;*/
/*        display: flex;*/
/*        -webkit-box-pack: end;*/
/*        -ms-flex-pack: end;*/
/*        justify-content: flex-end*/
/*    }*/
/*}*/
@media (max-width: 650px) {
    .default-page-wrap .menus {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }
}
.default-page-wrap .menus .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.default-page-wrap .menus .menu-inner .profile-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.default-page-wrap .menus .menu-inner .profile-details h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.default-page-wrap .menus .menu-inner .profile-details i {
    margin-right: 3px
}
.default-page-wrap .menus .menu-inner .profile-details i img {
    float: left
}
.default-page-wrap .menus .menu-inner .profile-details .logged-in-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: right;
    margin-right: 5px
}
@media (max-width: 991px) {
    .default-page-wrap .menus .menu-inner .profile-details .logged-in-profile h6 span {
        display: none;
		text-align: right 
    }
}
.default-page-wrap .menus .menu-inner .profile-details .profile-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.default-page-wrap .menus .menu-inner .profile-details .profile-name h6 {
    color: #560654
}
@media (max-width: 991px) {
    .default-page-wrap .menus .menu-inner .profile-details .profile-name h6 .flag {
        display: none
    }
}
.default-page-wrap .menus .menu-inner .menu-btns {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.default-page-wrap .menus .menu-inner .menu-btns a {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.default-page-wrap .menus .menu-inner .menu-btns a:last-child {
    margin-left: 5px
}
@media (max-width: 650px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.fill-btn {
        position: absolute;
        top: 27px;
        right: 65px
    }
}
@media (max-width: 420px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.fill-btn {
        width: auto;
        right: 55px
    }
}
@media (max-width: 359px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.fill-btn {
        width: auto;
        background-color: transparent;
        color: #560654;
        padding: 0;
        top: 35px;
        right: 60px
    }
}
@media (max-width: 767px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.border-btn {
        position: relative;
        font-size: 0;
        border: 0;
        width: 30px;
        padding: 0;
        height: 30px;
        background-color: #560654;
        border-radius: 50%
    }
    .default-page-wrap .menus .menu-inner .menu-btns a.border-btn:before {
        content: "";
        position: absolute;
        left: 0;
        width: 14px;
        height: 5px;
        top: 10px;
        right: 0;
        margin: auto;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
    .default-page-wrap .menus .menu-inner .menu-btns a.border-btn:after {
        content: "";
        position: absolute;
        left: 0;
        width: 14px;
        height: 1px;
        background-color: #fff;
        top: 18px;
        right: 0;
        margin: auto
    }
}
@media (max-width: 650px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.border-btn {
        position: absolute;
        top: 28px;
        right: 32px
    }
}
@media (max-width: 420px) {
    .default-page-wrap .menus .menu-inner .menu-btns a.border-btn{
        right: 20px
    }
}
.comprehension-game-area {
    margin-top: 25px
}
.comprehension-game-area .game-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 50px
}
.comprehension-game-area .game-box [transparent] {
    opacity: 0 !important
}
.comprehension-game-area .game-box [disabled] {
    pointer-events: none !important
}
.comprehension-game-area .game-box .simpledrop {
    position: relative;
    min-height: 550px;
    width: 600px;
    margin: auto
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop {
        width: 100%
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .simpledrop {
        min-height: 510px
    }
}
.comprehension-game-area .game-box .simpledrop .dragshape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    cursor: pointer
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .dragshape {
        width: 80px;
        height: 80px
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .simpledrop .dragshape {
        width: 60px;
        height: 60px
    }
}
.comprehension-game-area .game-box .simpledrop .dragshape img {
    width: 100%
}
.comprehension-game-area .game-box .simpledrop .square-pink {
    left: 250px !important;
    top: 10px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .square-pink {
        left: 45% !important
    }
}
.comprehension-game-area .game-box .simpledrop .triangle-red {
    left: 0 !important;
    top: 65px !important
}
.comprehension-game-area .game-box .simpledrop .square-yellow {
    left: 365px !important;
    top: 440px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .square-yellow {
        left: 60% !important
    }
}
.comprehension-game-area .game-box .simpledrop .triangle-blue {
    left: 500px !important;
    top: 50px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .triangle-blue {
        left: 80% !important
    }
}
.comprehension-game-area .game-box .simpledrop .triangle-green {
    left: 50px !important;
    top: 420px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .triangle-green {
        left: 5% !important
    }
}
.comprehension-game-area .game-box .simpledrop .square-red {
    left: 460px !important;
    top: 285px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .square-red {
        left: 78% !important
    }
}
.comprehension-game-area .game-box .simpledrop .circle-blue {
    left: 160px !important;
    top: 200px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .circle-blue {
        left: 30% !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .simpledrop .circle-blue {
        left: 10% !important;
        top: 160px !important
    }
}
.comprehension-game-area .game-box .simpledrop .circle-blue img {
    width: 80px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .circle-blue img {
        width: 100%
    }
}
.comprehension-game-area .game-box .simpledrop .square-blue {
    top: 250px !important;
    left: 0 !important
}
.comprehension-game-area .game-box .simpledrop .star-red {
    top: 320px !important;
    left: 155px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .star-red {
        left: 25% !important
    }
}
.comprehension-game-area .game-box .simpledrop .circle-red {
    left: 390px !important;
    top: 165px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .circle-red {
        left: 65% !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .simpledrop .circle-red {
        left: 82% !important
    }
}
.comprehension-game-area .game-box .simpledrop .circle-red img {
    width: 80px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .circle-red img {
        width: 100%
    }
}
.comprehension-game-area .game-box .simpledrop .star-orange {
    top: 300px !important;
    left: 150px !important
}
.comprehension-game-area .game-box .simpledrop .triangle-yellow {
    left: 300px !important;
    top: 265px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .simpledrop .triangle-yellow {
        left: 50% !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .simpledrop .triangle-yellow {
        top: 200px !important;
        left: 45% !important
    }
}
.comprehension-game-area .game-box .dialog {
    display: none
}
.comprehension-game-area .game-box .block {
    position: relative
}
.comprehension-game-area .game-box .block.target {
    z-index: -1
}
.comprehension-game-area .game-box .block.target:nth-child(1) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(2) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(3) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(4) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(5) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(6) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(7) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(8) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(9) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.target:nth-child(10) {
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order)
}
.comprehension-game-area .game-box .block.draggable {
    cursor: pointer
}
.comprehension-game-area .game-box .block.animated {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}
.comprehension-game-area .game-box .game {
    display: -ms-grid;
    display: grid;
    gap: 1.5rem;
    min-height: 350px;
    width: 600px;
    position: relative;
    margin: auto;
    margin-bottom: 50px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game {
        width: 100%;
        margin-bottom: 0
    }
}
.comprehension-game-area .game-box .game img {
    width: 100px
}
.comprehension-game-area .game-box .game.step-2 {
    min-height: 450px
}
.comprehension-game-area .game-box .game.step-2 .target-blocks .circle-red {
    top: 247px !important;
    left: 0 !important
}
.comprehension-game-area .game-box .game.step-2 .target-blocks .circle-red.dropped {
    background-image: url(../images/circle-red.svg);
    background-size: 80px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-2 .target-blocks .circle-red.dropped {
        background-size: 100%
    }
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .star-red {
    top: 0 !important;
    left: 0 !important
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .square-yellow {
    left: 300px !important;
    top: 50px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-2 .draggable-blocks .square-yellow {
        left: 40% !important
    }
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .circle-red {
    top: 150px !important
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .circle-red img {
    width: 80px
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .circle-orange {
    left: 5px !important;
    top: 165px !important
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .circle-orange img {
    width: 80px
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .star-orange {
    top: 258px !important;
    left: 130px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-2 .draggable-blocks .star-orange {
        left: 35% !important
    }
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .square-blue {
    left: 340px !important;
    top: 235px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-2 .draggable-blocks .square-blue {
        left: 65% !important;
        top: 320px !important
    }
}
.comprehension-game-area .game-box .game.step-2 .draggable-blocks .square-pink {
    left: 0 !important;
    top: 355px !important
}
.comprehension-game-area .game-box .game.step-3 {
    min-height: 450px
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 {
        width: 100%
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 {
        min-height: 350px
    }
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .square-red {
    left: -220px !important;
    top: -35px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .square-red {
        left: -35px !important
    }
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .square-red.dropped {
    background-image: url(../images/square-red.svg)
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .circle-blue {
    left: 720px !important;
    top: -35px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .circle-blue {
        left: 93% !important
    }
}
@media (max-width: 991px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .circle-blue {
        left: 90% !important
    }
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .circle-blue.dropped {
    background-image: url(../images/circle-blue.svg);
    background-size: 80px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .circle-blue.dropped {
        background-size: 100%
    }
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green {
    top: 425px !important;
    left: 720px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green {
        left: 93% !important
    }
}
@media (max-width: 991px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green {
        left: 90% !important
    }
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green {
        top: 410px !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green {
        top: 325px !important
    }
}
.comprehension-game-area .game-box .game.step-3 .target-blocks .triangle-green.dropped {
    background-image: url(../images/triangle-green.svg)
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks .triangle-green {
    left: 260px !important;
    top: 75px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .triangle-green {
        left: 50% !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .triangle-green {
        top: 50px !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .triangle-green {
        left: 65% !important
    }
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks .square-red {
    left: 260px !important;
    top: 185px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .square-red {
        left: 50% !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .square-red {
        top: 140px !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .square-red {
        left: 65% !important
    }
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue {
    left: 160px !important;
    top: 200px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue {
        left: 35% !important
    }
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue {
        left: 29% !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue {
        left: 25% !important;
        top: 140px !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue {
        left: 15% !important
    }
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks .circle-blue img {
    width: 80px
}
.comprehension-game-area .game-box .game.step-3 .draggable-blocks .star-orange {
    top: 300px !important;
    left: 150px !important
}
@media (max-width: 1199px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .star-orange {
        left: 34% !important
    }
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .star-orange {
        left: 28% !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .star-orange {
        left: 24% !important;
        top: 225px !important
    }
}
@media (max-width: 480px) {
    .comprehension-game-area .game-box .game.step-3 .draggable-blocks .star-orange {
        left: 14% !important
    }
}
.comprehension-game-area .game-box .game .target-blocks .block {
    position: absolute !important;
    width: 100px !important;
    height: 100px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .target-blocks .block {
        width: 80px !important;
        height: 80px !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game .target-blocks .block {
        width: 60px !important;
        height: 60px !important
    }
}
.comprehension-game-area .game-box .game .target-blocks .block.dropped {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    z-index: 1
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .target-blocks .block.dropped {
        background-size: 100%
    }
}
.comprehension-game-area .game-box .game .target-blocks .triangle-blue {
    left: 0 !important;
    top: 258px !important
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game .target-blocks .triangle-blue {
        left: -25px !important
    }
}
.comprehension-game-area .game-box .game .target-blocks .triangle-blue.dropped {
    background-image: url(../images/triangle-blue.svg)
}
.comprehension-game-area .game-box .game .draggable-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
.comprehension-game-area .game-box .game .draggable-blocks .block {
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    background-repeat: no-repeat;
    background-size: 100px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .block {
        width: 80px !important;
        height: 80px !important
    }
}
@media (max-width: 575px) {
    .comprehension-game-area .game-box .game .draggable-blocks .block {
        width: 60px !important;
        height: 60px !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .block img {
    width: 100px
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .block img {
        width: 100% !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .triangle-blue {
    left: 300px !important;
    top: 150px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .triangle-blue {
        left: 46% !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .triangle-red {
    left: 0 !important;
    top: 0 !important
}
.comprehension-game-area .game-box .game .draggable-blocks .triangle-yellow {
    left: 130px !important;
    top: 265px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .triangle-yellow {
        left: 20% !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .star-green {
    left: 430px !important;
    top: 50px !important
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-green {
    left: 0 !important;
    top: 0 !important
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-green img {
    width: 80px
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-blue {
    left: 520px !important;
    top: 265px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .circle-blue {
        left: 70% !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-blue img {
    width: 80px
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-red {
    left: 520px !important;
    top: 80px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .circle-red {
        left: 75% !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .circle-red img {
    width: 80px
}
.comprehension-game-area .game-box .game .draggable-blocks .square-pink {
    left: 250px !important;
    top: 110px !important
}
.comprehension-game-area .game-box .game .draggable-blocks .square-yellow {
    left: 200px !important;
    top: 50px !important
}
@media (max-width: 767px) {
    .comprehension-game-area .game-box .game .draggable-blocks .square-yellow {
        left: 30% !important
    }
}
@media (max-width: 359px) {
    .comprehension-game-area .game-box .game .draggable-blocks .square-yellow {
        left: 18% !important;
        top: 75px !important
    }
}
.comprehension-game-area .game-box .game .draggable-blocks .square-blue {
    left: 150px !important;
    top: 200px !important
}
.comprehension-game-area .game-box #start {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto
}
.comprehension-game-area .game-box .statistics {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    margin-bottom: 3rem
}
.comprehension-game-area .game-box .statistics .score {
    margin-right: 100px
}
.comprehension-game-area .game-box #final-score-dialog .dialog-body {
    text-align: center
}
.login-page-wrap {
    float: left;
    width: 100%;
    padding: 80px 58px 0 58px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
@media (max-width: 1199px) {
    .login-page-wrap {
        padding: 50px 58px 0 58px
    }
}
@media (max-width: 991px) {
    .login-page-wrap {
        padding: 0
    }
}
.login-page-wrap header {
    border-bottom: 0
}

.login-page-wrap.reg-wrap {
    background-image: url(../images/color_logo_transparent_small.png);
    background-repeat: no-repeat;
    background-position: 30px 20px;
	background-size: 15%;
}
@media (max-width: 991px) {
    .login-page-wrap.reg-wrap {
        background: none
    }
}
.login-page-wrap .bg-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 25%;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
    background-size: contain
}
@media (max-width: 1400px) {
    .login-page-wrap .bg-area {
        left: 40%
    }
}
@media (max-width: 575px) {
    .login-page-wrap .bg-area {
        left: 50%
    }
}
@media (max-width: 420px) {
    .login-page-wrap .bg-area {
        left: 62%
    }
}
.login-page-wrap footer {
    position: relative
}
.login-page-wrap footer:after {
    content: "";
    position: absolute;
    background-image: url(../images/login-ft-shape.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    right: 78px;
    width: 526px;
    height: 148px
}
@media (max-width: 1700px) {
    .login-page-wrap footer:after {
        right: 0
    }
}
@media (max-width: 1500px) {
    .login-page-wrap footer:after {
        width: 350px;
        background-size: 100%
    }
}
@media (max-width: 1199px) {
    .login-page-wrap footer:after {
        width: 300px;
        background-size: 100%;
        right: -50px
    }
}
@media (max-width: 991px) {
    .login-page-wrap footer:after {
        display: none
    }
}
@media (max-width: 991px) {
    .login-page-wrap footer p.copy {
        margin-bottom: 20px
    }
}
.misplaced-game-section {
    margin-top: 20px
}
.misplaced-game-section .item-screen {
    text-align: center;
    position: relative
}
.misplaced-game-section .item-screen .placed-object img {
    position: absolute
}
.misplaced-game-section .item-screen .placed-object img.thumb {
    bottom: 35%;
    left: 0px
}
@media (max-width: 1199px) {
    .misplaced-game-section .item-screen .placed-object img.thumb {
        width: 15%
    }
}
.misplaced-game-section .item-screen .placed-object img.big {
    display: none;
    left: -15%;
    bottom: 8%
}
@media (max-width: 1400px) {
    .misplaced-game-section .item-screen .placed-object img.big {
        left: -40px;
        width: 30%;
        max-width: 301px
    }
}
@media (max-width: 420px) {
    .misplaced-game-section .item-screen .placed-object img.big {
        left: -20px
    }
}
.misplaced-game-section .item-screen .placed-object.big-object {
    left: -15%;
    bottom: 8%
}
.misplaced-game-section .item-screen .placed-object.big-object img.thumb {
    display: none
}
.misplaced-game-section .item-screen .placed-object.big-object img.big {
    display: block
}
.misplaced-game-section .item-screen img {
    max-width: 100%
}
.misplaced-game-section .item-screen .covered-shape {
    width: 100px;
    height: 100px;
    background-color: #ec0000;
    position: absolute;
    z-index: 1;
    cursor: pointer
}
@media (max-width: 991px) {
    .misplaced-game-section .item-screen .covered-shape {
        width: 10vw;
        height: 10vw
    }
}
.misplaced-game-section .item-screen .covered-shape.shape-1 {
    left: 15%;
    bottom: 17%
}
.misplaced-game-section .item-screen .covered-shape.shape-2 {
    left: 38%;
    top: 26%
}
.misplaced-game-section .item-screen .covered-shape.shape-3 {
    bottom: 34%;
    right: 40%
}
.misplaced-game-section .item-screen .covered-shape.shape-4 {
    left: 75%;
    bottom: 20%
}
.misplaced-game-section .item-screen .form-wrap {
    text-align: center;
    margin: auto;
    margin-top: 30px
}
.misplaced-game-section .item-screen .form-wrap input.form-control {
    padding-left: 30px
}
.misplaced-game-section .recall-img {
    margin-top: 12px;
    margin-bottom: 12px
}
.misplaced-game-section .recall-img .img-inner {
    background-color: #560654;
    cursor: pointer
}
.misplaced-game-section .recall-img .img-inner img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%
}
.misplaced-game-section .right-image {
    margin-top: 12px;
    margin-bottom: 12px
}
.misplaced-game-section .right-image .img-inner {
    background-color: #560654;
    cursor: pointer
}
.misplaced-game-section .right-image .img-inner img {
    max-width: 100%;
    max-height: 100%;
    height: 100%
}
.misplaced-game-section .correct-image-display {
    display: none
}
.misplaced-game-section .correct-image-display .img-inner {
    text-align: center
}
.misplaced-game-section .correct-image-display .img-inner img {
   width: 100%; /* Full width to fill the container */
    max-width: 600px; /* Limit the image width to not exceed 600px */
    height: auto; /* Keep the aspect ratio of the image */
    margin-bottom: 20px; /* Space between the image and the text */
}
.misplaced-game-section .correct-image-display .img-inner .wrong-item-select {
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 20px
}
@media (max-width: 767px) {
    .misplaced-game-section .correct-image-display .img-inner .wrong-item-select {
        line-height: 1.4;
        font-size: 15px
    }
}
@media (max-width: 575px) {
    .misplaced-game-section .correct-image-display .img-inner .wrong-item-select {
        /*font-size: 5px;*/
        line-height: 1.2
    }
}



.misplaced-game-section .dot-game-screen {
    padding: 40px;
    min-height: 400px;
    background-color: #fff;
    position: relative
}
.misplaced-game-section .dot-game-screen .dot-connect {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.misplaced-game-section .dot-game-screen .dot-connect small {
    font-size: 16px
}
.misplaced-game-section .dot-game-screen .dot-connect .dot {
    width: 14px;
    height: 14px;
    background-color: #000;
    float: left;
    border-radius: 50%
}
.misplaced-game-section .dot-game-screen .dot-connect.start {
    left: 40%;
    top: 20%
}
.misplaced-game-section .dot-game-screen .dot-connect.dot-1 {
    top: 10%;
    left: 30%
}
.misplaced-game-section .dot-game-screen .dot-connect.end {
    left: 50%;
    top: 25%
}
.misplaced-game-section .dot-game-screen .dot-connect.dot-a {
    left: 22%;
    top: 10%
}
.footer-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
p.copy {
    font-size: 13px;
    margin-bottom: 47px
}
@media (max-width: 767px) {
    p.copy {
        text-align: center;
        margin-bottom: 60px
    }
}
@media (max-width: 480px) {
    p.copy {
        margin-bottom: 30px
    }
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px
}
.social li {
    margin-right: 15px
}
.social li:last-child {
    margin-right: 0
}
.social li:last-child a svg {
    width: 24px;
    height: 24px
}
.social li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}
.social li a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}
.social li a:hover svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9)
}
.form-group {
    margin-bottom: 15px
}
.form-group .inner-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.form-group .inner-field i {
    position: absolute;
    left: 30px;
    z-index: 1
}
.form-group .inner-field i img {
    float: left
}
.form-group .inner-field a.new-user {
    font-size: 14px;
    color: #000;
    opacity: .8;
    position: relative;
    padding-left: 26px;
    margin-top: 8px
}
.form-group .inner-field a.new-user:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/new-user.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 13px;
    top: 4px
}
.game-section {
    margin-top: 81px
}
@media (max-width: 991px) {
    .game-section {
        margin-top: 70px
    }
}
@media (max-width: 767px) {
    .game-section {
        margin-top: 50px
    }
}
@media (max-width: 575px) {
    .game-section {
        margin-top: 30px
    }
}
.game-section form .select2 .select2-selection .select2-selection__rendered {
    padding-left: 20px
}
.game-section form .select2-container .select2-selection--single .select2-selection__arrow {
    right: 30px
}
@media (max-width: 991px) {
    .game-section form .select2-container .select2-selection--single .select2-selection__arrow {
        right: 20px
    }
}
.game-section form .more-btn {
    margin-top: 20px
}
.game-section .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.game-section .form-group .inner-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 308px;
    width: 100%
}
@media (max-width: 767px) {
    .game-section .form-group .inner-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.game-section .form-group .inner-field label.form-label {
    font-family: "Century_Gothic_Bold";
    margin-right: 13px;
    margin-bottom: 0
}
@media (max-width: 767px) {
    .game-section .form-group .inner-field label.form-label {
        margin-right: 0;
        margin-bottom: 10px
    }
}
.game-section .form-group .inner-field label.form-check-label {
    width: 100%;
    background-color: #d8d6e4;
    font-size: 15px;
    text-align: left;
    padding: 18px 20px 18px 48px;
    border-radius: 50px
}
.game-section .form-group .inner-field .form-check-input {
    position: absolute;
    left: 19px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    background-color: #d086b7;
    margin: 0
}
.game-section .form-group .inner-field .form-check-input:checked[type=radio] {
    background-color: transparent
}
.game-section .form-group .inner-field .form-check-input:checked[type=radio] + .form-check-label {
    background-color: #560654;
    color: #fff
}
.select2-container .day-select-drop {
    min-width: 266px !important
}
.select2-container .day-select-drop .select2-results {
    padding: 15px
}
.select2-container .day-select-drop .select2-results .select2-results__options {
    max-height: 234px;
    padding-right: 0
}
.select2-container .day-select-drop .select2-results .select2-results__options .select2-results__option {
    width: 39px;
    height: 39px;
    padding: 8px;
    border-radius: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-size: 14px
}
.select2-container .year-select-drop .select2-results {
    padding: 15px
}
.select2-container .year-select-drop .select2-results .select2-results__options {
    max-height: 210px;
    padding-right: 0
}
.select2-container .year-select-drop .select2-results .select2-results__options .select2-results__option {
    padding: 7px;
    border-radius: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-size: 14px
}
.select2-container .month-select-drop {
    min-width: 266px !important
}
    
.select2-container .month-select-drop .select2-results {
    padding: 15px
}
.select2-container .month-select-drop .select2-results .select2-results__options {
    max-height: 210px;
    padding-right: 0
}
.select2-container .month-select-drop .select2-results .select2-results__options .select2-results__option {
    padding: 7px;
    border-radius: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-size: 14px
}
.login-form {
    position: relative
	
}
@media (max-width: 767px) {
    .login-form h2 {
        text-align: center
    }
}
.login-form.reg-form h2 {
    margin-bottom: 18px
}
.login-form.reg-form h4 {
    color: #272627;
    font-size: 30px;
    font-family: "Century_Gothic_Regular";
    margin-bottom: 37px
}
@media (max-width: 767px) {
    .login-form.reg-form h4 {
        text-align: center;
        font-size: 25px
    }
}
@media (max-width: 575px) {
    .login-form.reg-form h4 {
        font-size: 20px
    }
}
.login-form.reg-form .login-form-box {
    width: 52%
   
}
@media (max-width: 1199px) {
    .login-form.reg-form .login-form-box {
        width: 45%;
        min-width: auto
    }
}
@media (max-width: 991px) {
    .login-form.reg-form .login-form-box {
        min-width: 455px
    }
}
@media (max-width: 767px) {
    .login-form.reg-form .login-form-box {
        width: 100%;
        min-width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.login-form.reg-form .login-form-box .login-form-inner2 {
    max-width: 904px;
	background-color: white
}
		
.login-form.reg-form .login-form-box .login-form-inner form {
    max-width: 904px
	
}
.login-form.reg-form .login-form-box .login-form-inner form .more-btn {
    padding: 14px 30px
}
.login-form.reg-form .login-image {
    width: 48%;
    padding-left: 12px
}
.login-form .more-btn {
    width: 100%
}
.login-form form {
    max-width: 440px
}
@media (max-width: 575px) {
    .login-form form {
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .login-form form p.copy {
        text-align: center;
        margin-bottom: 20px
    }
    
    .profile-details{
        font-size: 12px;
    }
}
.login-form .login-form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26%;
    min-width: 455px
}
@media (max-width: 1199px) {
    .login-form .login-form-box {
        width: 45%;
        min-width: auto
    }
}
@media (max-width: 991px) {
    .login-form .login-form-box {
        min-width: 455px
    }
}
@media (max-width: 767px) {
    .login-form .login-form-box {
        width: 100%;
        min-width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.login-form .login-image {
    width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 230px
}
@media (max-width: 1400px) {
    .login-form .login-image {
        padding-left: 130px
    }
}
@media (max-width: 1199px) {
    .login-form .login-image {
        padding-left: 100px;
        width: 55%;
        padding-left: 50px
    }
}
@media (max-width: 991px) {
    .login-form .login-image {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1
    }
    
    .menu-btns{
        margin-bottom: 1.5rem;
    }
    
    .default-page-wrap .menus{
        width: 100%;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
@media (max-width: 767px) {
    .login-form .login-image {
        display: none
    }
    
    
}
.login-form .login-image img {
    max-width: 100%
}
.select2 {
    width: 100% !important;
    font-size: 15px
}
.select2-container .select2-dropdown {
    margin-top: 15px;
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    background-color: #d8d6e4
}
.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #000
}
.select2-container .select2-results {
    padding: 30px;
    padding-right: 15px;
    padding-left: 15px
}
.select2-container .select2-results__options .select2-results__option {
    padding: 10px 15px;
    border-radius: 50px;
    margin-bottom: 6px
}
.select2-container strong.select2-results__group {
    display: none
}
.select2-container .select2-results__option--selected {
    background-color: #fff
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #560654
}
.select2-results__options {
    padding-right: 10px
}
.select2-results__options::-webkit-scrollbar {
    width: 3px
}
.select2-results__options::-webkit-scrollbar-track {
    background-color: #c9c6d8
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #560654
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 194px
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 6px 6px 6px
}
.select2-container .select2-selection--single {
    height: 56px;
    position: relative
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px
}
.select2-container .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    margin-left: 0;
    left: 0;
    top: 0;
    margin-top: 0
}
.select2-container .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
    -webkit-overflow-scrolling: touch
}
form .select2 .select2-selection {
    line-height: 58px;
    height: 58px;
    border-radius: 100px !important;
    border: 0;
    background-color: #d8d6e4
}
form .select2 .select2-selection .select2-selection__rendered {
    height: 58px;
    line-height: 58px;
    padding-left: 60px;
    padding-right: 30px
}