html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:foucs {
    text-decoration: none;
}

img {
    max-width: 100%;
    position: relative;
}

/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}

::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}

::-webkit-scrollbar-thumb {
    border: 0px solid #383967;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}


/* Font Family */
@font-face {
    font-family: "fru";
    src: url("../fonts/fru.ttf");
}


body {
    padding: 0;
    margin: 0;
    font-family: "fru";
    overflow-x: hidden;
    min-height: 500px;
    background: #ffffff;
}

nav {
    position: absolute !important;
    z-index: 999;
    top: 1px;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff42;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #be6100;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #bd6000;
    position: relative;
}

.nav-link {
    position: relative;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light .nav-link.active:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 3px;
    background: #be6100;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light .nav-link:hover:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 3px;
    background: #be6100;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
}

a.nav-link.reg_accept:hover:after {
    display: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    padding: 0 16px;
}

.bg-light {
    background-color: #fff0 !important;
    padding: 0;
}

.navbar-brand {
    float: right;
}

.reg_accept {
    background-color: #004260;
    padding: 5px 17px !important;
    border-radius: 30px;
    font-size: 14px !important;
    margin-right: 15px;
    display: block;
    color: #fff !important;
    margin-top: -3px;
}


.pulse {
    display: block;
    width: 52px;
    text-align: center;
    color: #fff;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: #004260;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(6 70 100);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(245, 205, 59);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #383967;
        box-shadow: 0 0 0 0 #383967;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.video_play {
    position: absolute;
    top: -167px;
    right: 18px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_play i {
    font-size: 16px;
    color: #fff;
}

.top_header_content {
    padding-top: 15%;
    padding-bottom: 50px;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    padding-left: 0;
}

.details_top {
    padding-top: 100px;
}

.details_top h1 {
    color: #004361;
    font-size: 28px;
}

.details_top h1 span {
    color: #be6100;
}

.details_top h2 {
    color: #004361;
    font-size: 23px;
}

.details_top p {
    font-size: 19px;
}


.btn_top_header {}

.btn_top_header .register {
    font-size: 18px;
    color: #fff;
    background: #be6100;
    padding: 3px 35px;
    transition: 0.5s;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 6px;
}

.btn_top_header .more {
    font-size: 18px;
    color: #be6100;
    padding: 3px 35px;
    transition: 0.5s;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #ddd;
    padding-bottom: 6px;
}

header#home {
    background: #F9FAFF;
}

/** **/
.about {
    padding: 50px 0;
}

.about .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #004260;
    position: relative;
    border-color: #dee2e6 #dee2e6 #fff;
}

.about .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: -20px;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #004260;
}

.about .nav-tabs {
    background: #EFEFEF;
    margin-bottom: 50px;
}

.about .nav-tabs .nav-link {
    color: #858585;
    padding: 11px 54px;
}

.text_about p {
    font-size: 15px;
    line-height: 35px;
}

.img_about img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.howwork {
    background-color: #004361;
    padding: 50px 0;
}

.titlesection {
    position: relative;
    margin-bottom: 60px;
}

.titlesection h1 {
    color: #fff;
    font-size: 35px;
}

.titlesection span {
    color: #fff;
    font-size: 49px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    opacity: 0.1;
}

.workbox {
    border-bottom: 0px solid #fff;
    padding-bottom: 15px;
    transition: 0.2s;
    position: relative;
}

.workbox:hover {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.workbox img {}

.workbox h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 21px;
}

.workbox p {
    color: #a8a8a8;
    font-size: 17px;
}

.workbox a {
    color: #fff;
    font-size: 25px;
}

.latestads {
    padding: 50px 0;
}

.titlesection2 {}

.titlesection2 h1 {
    color: #004361;
}

.titlesection2 span {
    color: #5e5e5e;
}

.aalan {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.aalan i.fa-circle-play {
    position: absolute;
    z-index: 99;
    color: red;
    font-size: 28px;
    right: 20px;
    top: 20px;
}

.aalan i.fa-image {
    position: absolute;
    z-index: 99;
    color: #004361;
    font-size: 28px;
    right: 20px;
    top: 20px;
}

.aalan img {
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

.aalan:hover img {
    transform: scale(1.2);
}

.aalan:hover h2 {
    background: #004361;
    color: #fff;
}

.aalan h2 {
    color: #000;
    font-size: 22px;
    padding: 15px 0;
    background: #fff;
    z-index: 99;
    position: relative;
    transition: 0.5s;
}

.blogs {
    padding: 50px 0;
    background-color: #F9FAFF;
}

.blogbox {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.blogbox:hover .details_blog {
    background: #004361;
}

.blogbox:hover h3 {
    color: #fff;
}

.blogbox:hover p {
    color: #fff;
}

.blogbox img {
    width: 100%;
    padding-right: 50px;
    transition: 3s;
}

.details_blog {
    background: #FFFFFF;
    padding: 15px;
    width: 61%;
    box-shadow: 0px 0px 7px 4px #0000000f;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    transition: 0.5s;
}

.details_blog h3 {
    color: #000;
    font-size: 18px;
}

.details_blog p {
    color: #797979;
    font-size: 14px;
}

.blogbox:hover img {
    transform: scale(1.2);
}

footer {
    background: url('../images/bg_footer.jpg');
    padding-top: 50px;
    background-size: cover;
}

.top_footer {
    background: #00436187;
    border-radius: 50px;
    padding: 10px 30px;
    margin-bottom: 50px;
}

.subscribe_footer {}

.subscribe_footer p {
    color: #fff;
    font-size: 13px;
    float: right;
    margin-left: 15px;
    padding-top: 13px;
}

.subscribe_footer form {}

.subscribe_footer form input {
    width: 60%;
    height: 45px;
    background: #063b54;
    border: 1px solid #dddddd3b;
    border-radius: 50px;
    color: #fff;
    padding: 5px 10px;
}

.subscribe_footer form button {
    height: 45px;
    background: #BE6100;
    border: 0px solid #dddddd3b;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-right: -52px;
    padding: 5px 20px;
    position: relative;
}

.social_footer {
    text-align: left;
    padding-top: 9px;
}

.social_footer li {
    display: inline-block;
}

.social_footer li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

.social_footer li a i.fa-facebook-f {
    background: #3a5999;
}

.social_footer li a i.fa-twitter {
    background: #55acee;
}

.social_footer li a i.fa-instagram {
    background: #7e33af;
}

.list_footer h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 60px;
    position: relative;
}

.list_footer h2:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 20px;
    background: #fff;
    right: 0;
    bottom: -20px;
}

.list_footer li {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}

.list_footer li a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}

.list_footer li a:hover {
    color: #be6100;
}

.copyright {
    width: 100%;
    border-top: 1px solid #dddddd3d;
    padding-top: 21px;
    display: inline-block;
    margin-top: 40px;
}

.copyright p {
    float: right;
    color: #fff;
    font-size: 14px;
}

.copyright h5 {
    float: left;
    color: #fff;
    font-size: 14px;
}

/* 21.08: Back to top */
.back-to-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.back-to-top a {
    width: 35px;
    height: 35px;
    background: #be6100;
    box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 10%;
    right: 10px;
    position: fixed;
    z-index: 999;
}

.back-to-top a:hover {
    background: #fff;
    color: #5b39c9;
}

.back-to-top a i {
    -webkit-animation: bounce2 3s linear infinite;
    animation: bounce2 3s linear infinite;
}

@-webkit-keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

}

@keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

}

.nav-tabs .nav-link:hover {
    background: #004260;
    color: #fff;
}

.reg_accept:hover {
    background: #be6100;
}

.btn_top_header .register:hover {
    background: #004260;
}

.btn_top_header .more:hover {
    background: #be6100;
    color: #fff;
}

.subscribe_footer form button:hover {
    background: #026693;
}

.social_footer li a i:hover {
    background: #fff;
    color: #000;
}

.top_left_header {
    position: absolute;
    z-index: 9999;
    left: 15px;
    text-align: center;
    top: 40%;
}

.top_left_header li a i {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 19px;
    margin-bottom: 10px;
}


.top_left_header .lang {

    width: 30px;

    height: 30px;

    background: #be6100;

    box-shadow: 1px 5px 19px rgb(0 0 0 / 15%);

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

    font-size: 16px;

    color: #fff;

    border-radius: 50%;

    display: inline-block;

    text-align: center;

    line-height: 30px;

    margin-top: 10px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    border-bottom: 1px solid #dddddd9c;
    padding-bottom: 6px;
}

.line_top {
    position: absolute;
    z-index: 9999;
    left: 28px;
    text-align: center;
    top: 0;
    width: 1px;
    background: #ddd;
    bottom: 64%;
}

.details_top2 {
    padding-top: 0;
}

.blogs2 {
    background: #fff;
}

.signle {
    padding: 50px 0;
}

.form_site {}

.form_site .form-group {
    margin-bottom: 20px;
    min-height: 80px;
}

.form_site label {
    width: 100%;
    padding-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.form_site input {
    border-radius: 30px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    width: 100%;
}

.form_site select {
    border-radius: 30px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #dddddd78;
    padding: 10px 20px;
    width: 100%;
}

.form_site textarea {
    border-radius: 30px;
    height: 90px;
    font-size: 14px;
    border: 1px solid #dddddd78;
    padding: 10px 20px;
    width: 100%;
}

.form-check-input {
    border-radius: 50% !important;
    height: 25px !important;
    width: 25px !important;
    padding-right: 0px !important;
    float: right !important;
}

label.form-check-label {
    width: auto !important;
    margin-right: 31px;
    padding-top: 6px;
}

.form_site button,
.form_site a.btn.btn-primary {
    background: #004361;
    border: 0;
    padding: 10px 30px;
    border-radius: 40px;
    margin-top: 20px;
}

.form_site button:hover {
    background: #bd6000;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


.signle .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
    content: inherit;
}

.signle .nav-tabs {
    background: #00436100;
    border: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px;
    border-radius: 30px;
}

.signle .nav-tabs .nav-link {
    color: #ffffff;
    background: #B8B6B6;
    padding: 8px 25px;
    border-radius: 40px;
    margin-left: 21px;
}

.signle .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #BE6100;
    position: relative;
    border-color: #dee2e600 #dee2e6 #fff;
}

.down_pdf {
    color: #ffffff;
    background-color: #004361;
    border-color: #dee2e600 #dee2e6 #fff;
    padding: 10px 16px;
    border-radius: 40px;
    position: absolute;
    top: 48px;
    left: 78px;
}

.down_pdf:hover {
    background: #be6100;
    color: #fff;
}

.signle .col-12 {
    position: inherit;
}

.signle {
    position: relative;
}

@media (min-width:900px) {
    .form_site2 {
        width: 50%;
        margin: 0 auto;
    }

}

.form_site2 .form-group {
    position: relative;
}

.forgit_pass {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.btn_register {
    font-size: 15px;
}

.btn_register span {
    color: #000;
}

.form-check-input:checked {
    background-color: #be6100;
    border-color: #be6100;
}


img.img_user {
    max-width: 100%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
}

.navnav-tabs2 {}

.navnav-tabs2 .nav-item.show .nav-link,
.navnav-tabs2 .nav-link.active:after {
    content: inherit;
}

.navnav-tabs2 {
    background: #004361 !important;
    margin-bottom: 50px;
    border: 0;
    width: auto;
}

.navnav-tabs2 .nav-link {
    color: #ffffff;
    background: #b8b6b600 !important;
    padding: 8px 25px;
    border-radius: 40px;
    margin-left: 21px;
}

.navnav-tabs2 .nav-item.show .nav-link,
.navnav-tabs2 .nav-link.active {
    color: #ffffff;
    background-color: #be610000;
    position: relative;
    border-color: #ffffff #ffffff #fff;
}

.details_moswq {}

.details_moswq li {
    padding-bottom: 10px;
    color: #000;
}

.details_moswq p {

    font-size: 14px;

    color: #696969;
}

.details_moswq span {
    color: #B8B8B8;
    font-size: 18px;
}

.sahbarbah {}

.aalan i.fa-circle-xmark {
    position: absolute;
    z-index: 99;
    color: red;
    font-size: 28px;
    right: 25px;
    top: 20px;
}

.aalan i.fa-edit {
    position: absolute;
    z-index: 99;
    color: white;
    font-size: 28px;
    right: 80px;
    top: 20px;
}

.add_aalan_link {
    color: #ffffff;
    background-color: #be6100;
    border-color: #dee2e600 #dee2e6 #fff;
    padding: 10px 16px;
    border-radius: 40px;
    display: block;
    margin-bottom: 30px;
    width: fit-content;
}

.add_aalan_link:hover {
    color: #fff;
    background: #004361;
}

.details_bank {
    margin-bottom: 40px;
}

.details_bank li {
    color: #a6a4a4;
    padding-bottom: 9px;
}

.details_bank li span {
    color: #000;
}

.pop_up {
    text-align: center;
}

.pop_up h2 {
    color: #000;
    font-size: 22px;
}

.pop_up p {
    color: #909090;
    font-size: 15px;
}

.pop_up a {
    height: 45px;
    background: #BE6100;
    border: 0px solid #dddddd3b;
    border-radius: 50px;
    color: #fff;
    line-height: 31px;
    font-size: 16px;
    padding: 5px 30px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    transition: 0.5s;
}

.pop_up a:hover {
    background: #026693;
}

.pop_up a.btn_home {
    background: #004260;
}

.pop_up a.btn_home:hover {
    background: #026693;
}

.details_video {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 100px;
}

span.st-label {
    display: none !important;
}

#st-1.st-has-labels .st-btn {
    min-width: 44px !important;
}

.details_video video {}

.details_video p {
    font-size: 15px;
    margin-top: 30px;
}

.details_video h2 {
    background: #be6100;
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    width: fit-content;
    border-radius: 30px;
    float: right;
    margin-left: 3%;
}

.details_video h2 a {
    color: #fff;
    font-size: 16px;
}

.titlesection3 {
    text-align: center;
}

.text_policy {
    font-size: 15px;
    line-height: 40px;
}

.list_footer2 {}

.list_footer2 h2 {
    color: #000;
}

.list_footer2 li {
    color: #000;
}

ul.submenu {
    background: #004361;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    min-width: 180px;
    display: none;
    transition: 0.5s;
}

ul.submenu li a {
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    display: block;
}

li.nav-item {
    position: relative;
}

.show {
    display: block !important;
}

ul.submenu li a:hover {
    color: #be6100;
}

.aalan2 span {
    position: absolute;
    bottom: 90px;
    font-size: 14px;
    right: 0;
    background: #fff;
    padding: 6px 10px;
    color: #000;
    border-radius: 30px 0px 0px 30px;
}

.imgpart {
    width: 100%;
    margin-bottom: 20px;
}


.dalel {
    text-align: center;
    background: #ddd;
    padding: 20px 0;
    margin-bottom: 2px;
    width: 120px;
    cursor: pointer;
    margin-left: 2px;
    height: 74px;
}

.dalel h2 {
    font-size: 15px;
    color: red;
    margin-bottom: 0;
}

.dalel span {
    font-size: 13px;
}

.btn_hagz {
    background: #004361;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 50px;
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
}

.btn_hagz:hover {
    color: #fff;
    background: #396072;
}

.dalel.active {
    background: #BE6100;
    color: #fff;
}

.dalel {
    position: relative;
}


/*******/
.check input {
    display: none;
}

.check input:checked+label .box {
    -webkit-animation: animOnTransform 1s 1 forwards;
    animation: animOnTransform 1s 1 forwards;
    background: rgb(190 97 0);
    color: #fff;
}

.check input:checked+label .box i {
    transform: translate(-50%, -50%) scale(1);
    transition-duration: 200ms;
    transition-delay: 400ms;
    opacity: 1;
}

.check label {
    /* min-width: 100px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: row; */
    /* min-height: 60px; */
    cursor: pointer;
}

.check label .box {
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 5px;
    position: absolute;
    /* width: 50px; */
    /* height: 50px; */
    transition: background 300ms ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.check label .box:hover {
    background: rgba(0, 0, 0, 0.5);
}

.check label .box i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    transition-delay: 200ms;
    transform: translate(-50%, -50%) scale(4);
}

@-webkit-keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@keyframes animOn {
    40% {
        height: 20px;
        width: 100px;
    }

    50% {
        height: 60px;
        width: 30px;
    }

    60% {
        height: 40px;
        width: 70px;
    }

    70% {
        height: 55px;
        width: 45px;
    }

    100% {
        height: 50px;
        width: 50px;
    }
}

@-webkit-keyframes animOnTransform {
    40% {
        transform: scale(1.5, 0.5);
    }

    50% {
        transform: scale(0.5, 1.5);
    }

    60% {
        transform: scale(1.3, 0.6);
    }

    70% {
        transform: scale(0.8, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes animOnTransform {
    40% {
        transform: scale(1.5, 0.5);
    }

    50% {
        transform: scale(0.5, 1.5);
    }

    60% {
        transform: scale(1.3, 0.6);
    }

    70% {
        transform: scale(0.8, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.dalel1 {
    padding: 0;
}


.dalel img {
    max-width: 100%;
    width: 100%;
    height: 74px;
}

.circle-bar {
    width: 120px;
    height: 120px;
    position: absolute !important;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 5s;
}

.circle-bar canvas {
    transition: 5s;
}

.circle-bar img {
    position: absolute;
    width: 52px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 31px;
}

.circle-bar p {
    display: none;
}

.progress-circle {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    background: #fff;
    border-radius: 50%;
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.progress-circle>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-left {
    left: 0;
}

.progress-circle .progress-circle-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-left .progress-circle-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right {
    right: 0;
}

.progress-circle .progress-right .progress-circle-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-value {
    /* display: flex; */
    /* border-radius: 50%; */
    /* font-size: 15px; */
    /* text-align: center; */
    /* line-height: 20px; */
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    /* font-weight: 300; */
    background-color: white;
}

.progress-circle .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}


.progress {
    margin-bottom: 1em;
}

.progress-value img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
}

.details_moswq2 {
    width: 50%;
    margin: 0 auto;
}

@media (max-width:750px) {
    .details_moswq2 {
        width: 100%;
        margin: 0 auto;
    }
}

.details_moswq2 li {

    border-bottom: 1px solid #dddddd8a;

    padding-bottom: 10px;

    padding-top: 10px;
}

.details_moswq2 li span {
    margin-right: 50px;
}

.details_ques {}

.details_ques li {
    margin-bottom: 20px;
    color: #919191;
}

.details_ques li span {
    display: block;
    color: #000;
}

.bank_acc {
    margin-bottom: 30px;
}

.bank_acc li {
    width: 49%;
    display: inline-block;
}

.bank_acc img {
    width: 160px;
    margin-bottom: 10px;
    float: right;
    margin-left: 20px;
}

.bank_acc h3 {
    font-size: 18px;
}

.bank_acc span {
    font-size: 18px;
}

.canvas-wrap {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: -108px;
    top: -142px;
    z-index: 999;
    border-radius: 50%;
}

canvas#canvas {
    width: 226px !important;
    height: 226px !important;
}
