@font-face {
    font-family: 'SegoePrint';
    src: url('../fonts/SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.piechart {
    margin-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;


}

.deg-right {

    font-size: 16px;
    color: black;
}

.deg-right i {
    color: #40844E;
}

.deg-wrong {

    font-size: 16px;
    color: black;
}

.deg-wrong i {
    color: #e33636;
}


body {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #FAFAFA;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SegoePrint', 'Tajawal';
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.hamburger {
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    z-index: 1;
    top: 90px;
    right: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #40844e;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(2) {
    width: 15px;
}

.hamburger span:last-child {
    margin-bottom: 0;
    width: 9px;
}

/*mobile menu*/

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition:
        -webkit-transform .4s ease;
    transition:
        -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,
    -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #000;
    padding: 10px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    background: #37765B;
    color: #fff;
}

.mmenu .social-site li {
    display: inline-block;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}


/*header*/

#header {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 2;
}

#header .container {
    overflow: auto;
}

.top-header {
    background: #40844E;
    padding: 10px 0;
}

.top-header .pull-left {
    display: flex
}

.top-header .wel-site p {
    color: #fff;
}

.top-header .wel-site {
    margin-right: 50px;
}

.top-header .wel-site p a {
    color: #fff;
    font-weight: bold;
}

.mail-site a {
    color: #fff;
    display: flex;
    font-size: 15px;
}

.mail-site a i {
    margin-right: 5px;
    font-size: 20px;
}

.mail-site p {
    font-size: 14px;
}

.mail-site {
    margin-right: 50px;
}

.follow-site {
    color: #fff;
    display: flex;
    align-items: center;
}

.follow-site p {
    font-size: 14px;
    text-transform: capitalize
}

.follow-site ul {
    margin-left: 10px;
}

.follow-site ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.follow-site a {
    color: #fff;
}

.follow-site a:hover {
    color: #c1c1c1;
}

.list-reg li {
    display: inline-block;
}

.list-reg li:last-child {
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}

.list-reg li:last-child:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.list-reg a {
    color: #fff;
}

.list-reg a:hover {
    color: #c1c1c1;
}

.bottom-header {
    padding: 20px 0;
}

.logo-site {
    float: left;
}

.logo-site img {
    max-width: 200px;
}

.logo-site a {
    display: inline-block;
}

.main_menu {
    float: right;
    margin-left: 50px;
    margin-top: 35px;
}

.main_menu > li {
    float: left;
    margin-right: 40px;
}

.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu .nav-link {
    padding: 0
}

.main_menu > li > a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.main_menu > li > a:hover,
.main_menu > li > a:focus {
    color: #37765B;
}

.main_menu li.active a {
    color: #40844E
}

/*section_home*/

.section-home {
    position: relative;
    padding: 50px 0;
}

.content-site .sec-title {
    margin-bottom: 50px;
}

.content-site .sec-title h1 {
    margin-bottom: 15px;
}

.content-site .sec-title p {
    margin-bottom: 25px;
}

.btn-reg {
    display: flex;
    justify-content: center;
    align-items: center
}

.schoolRegistr {
    background: #623E25;
    color: #fff;
    border: 1px solid #623E25;
    line-height: 45px;
    text-align: center;
    width: 230px;
    height: 45px;
    border-radius: 10px;
    margin: 0 5px;
    transition: .3s
}

.schoolRegistr:hover {
    background: #fff;
    border: 1px solid #623E25;
}

.schoolRegistr a {
    color: #fff;
    display: block;
}

.schoolRegistr:hover a {
    color: #623E25;
}

.orgRegistr {
    background: #40844E;
    color: #fff;
    border: 1px solid #40844E;
    text-align: center;
    width: 230px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 5px;
    transition: .3s
}

.orgRegistr:hover {
    background: #fff;
    border: 1px solid #40844E;
}

.orgRegistr a {
    color: #fff;
    display: block;
}

.orgRegistr:hover a {
    color: #40844E
}

.content-site figure img {
    max-width: 800px;
}

/* section-about-site  */

.section-about-site {
    position: relative;
    padding: 50px 0;
}

.about-details h5 {
    color: #40844E;
    margin-bottom: 15px;
}

.about-details p {
    margin-bottom: 10px;
    height: 260px;
    overflow: hidden;
    font-weight: 500;
}

.btn-read {
    float: right;
    color: #000;
    font-weight: 500;
}

.btn-read:hover {
    color: #40844E;
}

.box-video {
    background: #40844E;
    height: 330px;
    width: 100%;
    position: relative;
}

.box-video img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.box-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.play-btn i {
    font-size: 80px;
    color: #fff;
}

.iq-waves {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.iq-waves .waves {
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    border: 1px solid #fff;
}

.iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}



/* section-materials  */

.section-materials {
    position: relative;
}

.section-materials .row {
    width: 60%;
    margin: auto
}

.box-materials {
    margin: auto;
    text-align: center
}

.box-materials figure {
    background: #FCFFFE;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    margin: 0 auto 15px;
    transition: .5s;
    cursor: pointer
}

.box-materials figure:hover {
    transform: scale(1.1)
}

.box-materials figure img {
    width: 70px;
}

.box-materials:hover h6 {
    color: #40844E;
}

/* section-timeline  */

.section-timeline {
    position: relative;
    padding: 30px 0;
}

.timeline-top,
.timeline-bottom {
    display: flex;
}

.timeline-top div,
.timeline-bottom div {
    width: 50%;
}

.timeline-top .title-timeline {
    
    padding: 100px 45px 0 0;
}

.timeline-bottom .title-timeline {
    
    padding: 100px 0 0 45px;
}

.title-timeline h6 {
    color: #212529;
    font-size: 25px;
    margin-bottom: 20px;
}

.title-timeline a {
    color: #40844E;
    font-size: 16px;
    text-decoration: underline !important;
}

.img-timeline img {
    height: auto;
}


/* section-footer  */

.section-footer {
    position: relative;
    padding: 20px 0;
    background: #fff;
}

.logo-footer img {
    max-width: 150px;
}

.copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

.menu-ft {
    text-align: right;
}

.menu-ft li {
    display: inline-block;
    margin-top: 20px;
}

.menu-ft li a {
    color: #000;
    font-size: 15px
}

.menu-ft li:last-child {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.menu-ft li:last-child:before {
    content: "";
    height: 15px;
    width: 1px;
    background: #623E25;
    position: absolute;
    left: 0;
    top: 3px;
}


/*head-page*/

.head-page {
    background: #DDDDDD;
    padding: 60px 0;
    text-align: center;
    position: relative
}

.head-page:before {
    content: "";
    background: url(../images/head-page.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.brad-list li {
    display: inline-block;
    color: #000;
}

.brad-list li:last-child {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.brad-list li:last-child:before {
    content: "";
    background: #000;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}

.brad-list li a {
    color: #000;
}

.brad-list {
    margin-top: 5px;
    position: relative;
}

.head-title {
    position: relative;
}



/*section-about-page*/

.section-about-page {
    position: relative;
    padding: 50px 0;
}

.content-about img {
    max-width: 80%;
    margin-bottom: 20px;
}

.content-about figure {
    text-align: center;
}


/*login*/

.section-site-page {
    padding: 40px 0;
    position: relative;
}

.sec-login {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 40%;
    margin: auto;
}

.form-group {
    display: flex;
    align-items: center;
}

.form-group label {
    width: 30%;
}

.option-reg {
    padding-left: 90px;
    display: flex;
    justify-content: space-between;
}

.option-reg a {
    color: #000;
}

.btn-login {
    background: #6C452E;
    color: #fff;
    border: 1px solid #6C452E;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto 0;
    transition: .5s
}

.btn-login:hover {
    background: #fff;
    color: #6C452E;
    border: 1px solid #6C452E;
    margin-left: 90px;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}

.creat-reg {
    color: #000;
    width: 15%;
    margin: 40px auto;
}

.creat-reg a {
    color: #40844E;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(108 69 115);
}


/*contact us*/

.img-contact {
    padding: 50px 0 0;
}

.box-contact {
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
}

.box-contact .form-group label {
    width: 40%;
}

.box-contact .form-group {
    align-items: baseline;
}

textarea.form-control {
    height: 120px;
}

.btn-send {
    margin: 30px auto 0;
    width: 160px;
    height: 40px;
    background: #6C452E;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}


/*test*/

.identify-test,
.data-test {
    background: #fff;
    border-radius: 5px;
    height: 380px;
    padding: 20px;
}

.identify-test span {
    color: #40844E;
    margin-bottom: 20px;
    display: block;
    font-size: 22px;
}

.identify-test p {
    color: #000;
    font-size: 18px;
}

.data-test span {
    color: #40844E;
    margin-bottom: 10px;
    display: block;
}

.data-test > img {
    max-width: 50px;
    margin-bottom: 10px;
}

.data-test p {
    color: #000;
    font-size: 15px;
}

.data-test .ph-name {
    font-size: 22px;
    margin-bottom: 0
}

.ph-name span {
    display: inline-block;
}

.option-test {
    margin-top: 50px;
    float: right;
}

.option-test li {
    display: inline-block;
}

.start-exam {
    background: #6C452E;
    border: 1px solid #6C452E;
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    transition: .5s
}

.start-exam:hover {
    background: #fff;
    border: 1px solid #6C452E;
}

.start-exam a {
    color: #fff;
    display: block;
}

.start-exam:hover a {
    color: #6C452E
}

.experiment {
    background: #40844E;
    border: 1px solid #40844E;
    width: 140px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    transition: .5s
}

.experiment:hover {
    background: #fff;
    border: 1px solid #40844E;
}

.experiment a {
    color: #fff;
    display: block;
}

.experiment:hover a {
    color: #40844E;
}


/*exam*/

.box-test {
    background: #fff;
    min-height: 600px;
    padding: 30px;
    border-radius: 10px;
}

.data-exam {
    display: flex;
}

.exam-top {
    width: 50%;
}

.exam-top img {
    max-width: 50px;
    margin-bottom: 10px;
}

.exam-top p {
    color: #000;
    font-weight: bold;

}

.exam-top p span {
    color: #40844E;
}

.exam-top span {
    color: #777777
}

.info-exam {
    width: 50%;
}

.nu-qus {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nu-qus ul {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.nu-qus ul li {
    width: 30px;
    height: 30px;
    background: #6C452E;
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    line-height: 30px;
    font-family: serif;
    text-align: center
}

.nu-qus ul li:last-child {
    background: #777777
}

.nu-qus ul p {
    font-weight: bold;
    font-size: 25px;
}

.time-exam {
    font-weight: bold;
}

.time-exam img {
    width: 20px;
    margin-right: 5px;
}

.test-presenter {
    padding-left: 50px;
}

.test-presenter p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.test-presenter p span {
    color: #40844E
}

.test-presenter small {
    color: #777777;
    font-size: 17px;
}

.wizard > .content > .body {
    float: left;
    position: initial;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 50px;
}

.wizard > .steps {
    display: none;
}

.wizard > .content {
    background: #fff;
    min-height: 340px;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #6c452e;
    color: #fff;
    display: block;
    width: 120px;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.qustion-list p {
    font-size: 20px;
    color: #000;
}

.qustion-list p span {
    background: #40844E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    font-family: serif;
}

.Choose-pro {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.Choose-pro li {
    list-style: none;
    width: 47%;
    margin-top: 30px;
    margin-right: 20px;
    transition: .5s;
}

.Choose-pro label {
    display: block !important
}

.Choose-pro > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .5s
}

.Choose-pro > div label {
    margin: 0;
    transition: .5s
}

.Choose-pro input[type="radio"] {
    display: block !important;
    transition: .5s
}

.Choose-pro input[type="radio"] + label {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    color: #A3A3A3;
    width: 100%;
    font-weight: normal;
    transition: .5s
}

.Choose-pro input[type=radio]:checked + label {
    border: 1px solid #7CBA3F;
    color: #000;
    transition: .5s
}

.inputGroup label b {
    background: #6C452E;
    color: #ffff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 30px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .5s
}

.inputGroup input[type=radio]:checked + label b {
    background: #7CBA3F;
    transition: .5s
}

.Choose-pro li img {
    width: 80px;
    display: block;
    text-align: center;
    margin: 20px auto;
    height: 90px;
    cursor: pointer;
}

.Choose-pro li .img-chose:hover img {
    width: 400px;
    height: 400px;
    border: 10px solid #ccc;
    border-radius: 10px;
    padding: 100px;
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inputGroup input[type=radio]:checked ~ img {
    transform: scale(1.2)
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #ccc;
    position: absolute;
    right: 20px;
    top: 15px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
}

.inputGroup label {
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -4px -3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #7CBA3F;
    border-color: #7CBA3F;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/*result*/

.name-owner-exam > p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.data-owner {
    padding: 30px;
    background: #6C452E;
    margin: 15px 0;
}

.data-owner ul {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 50px;
}

.data-owner li {
    width: 50%;
}

.data-owner li p,
.data-owner li span {
    color: #fff;
    font-size: 17px;
}

.data-owner li p {
    width: 90px;
    display: inline-block;
}

.data-owner li span {
    display: inline-block
}

.col-site {
    color: #40844E !important
}

.box-result h3 {
    color: #40844E;
    text-align: center;
    margin: 60px 0 30px;
}

.your-result > p {
    font-weight: bold;
    font-size: 18px;
}

.your-result {
    width: 60%;
    margin: auto;
}

.your-result ul {
    display: flex;
    justify-content: space-between;
}

.your-result li p {
    margin-bottom: 20px;
    font-weight: 700;
}

.your-result li span {
    background: #40844E;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: block;
    border-radius: 50%;
}

.res-final {
    margin-top: 50px;
    padding: 15px;
    border: 1px solid #c7c7c7;
    display: flex;
    align-items: center
}

.res-final p {
    width: 95%;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
}

.res-final span {
    font-size: 20px;
    font-weight: 500
}

.option-result {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.option-result li {
    background: #40844E;
    border: 1px solid #40844E;
    text-align: center;
    height: 45px;
    width: 140px;
    line-height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 5px;
}

.option-result li img {
    width: 15px;
    margin-right: 5px;
}


/*register*/

.box-register {
    background: #fff;
    width: 70%;
    margin: 30px auto;
    min-height: 600px;
    position: relative;
}

.tabs-reg {
    display: flex;
    margin-bottom: 30px;
    background: #40844E
}

input.invalid {
    background-color: #ffdddd;
}

.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

.step {
    height: 65px;
    width: 25%;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-right: 1px solid #419e41;
}

.step:last-child {
    border-right: 0;
}

.step.active {
    opacity: 1;
    background-color: #fff;
    color: #000;
}

.tab {
    padding: 50px;
}

.tab .form-group label {
    width: 40%;
}

.tab .form-group {
    width: 80%
}

.box-register .btn-reg {
    background: #6C452E;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #6C452E;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -5px;
    z-index: 1;
    bottom: 25px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #6C452E;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #fff;
    color: #6C452E;
    border-color: #6C452E;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
