@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

html,
body {
    font-family: 'MarkWebPro', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #28373c;
    font-weight: 400
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.container {
    max-width: 1024px
}

#header {
    background: #0B1E25
}

#header .top {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    #header .top {
        padding: 10px 0;
        align-items: flex-start !important
    }
}

#header .top .logo {
    position: relative
}

#header .top .logo:before {
    content: '';
    background: #FFF500;
    height: 100%;
    width: 150px;
    position: absolute;
    left: -150px;
    top: 0
}

@media (max-width: 991px) {
    #header .top .logo img {
        display: none
    }

    #header .top .logo:before {
        display: none
    }
}

#header .top .ssss {
    display: none
}

@media (max-width: 991px) {
    #header .top .ssss {
        display: block
    }
}

#header .top .ssss svg {
    color: #FFF500
}

#header .mainmenu {
    padding-bottom: 10px
}

@media (max-width: 991px) {
    #header .mainmenu {
        display: none
    }
}

#main .title {
    margin-bottom: 50px
}

#main .title h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

#main .title p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700
}

#main .login-area .error {
    font-size: 12px;
    color: #ff4c5b;
    margin-bottom: 10px
}

#main .login-area h4 {
    margin-bottom: 40px;
    font-size: 18px
}

#main .login-area p {
    font-size: 16px;
    margin-bottom: 0
}

#main .login-area label {
    display: block;
    position: relative;
    margin-bottom: 30px
}

#main .login-area label.has-error input {
    border-color: #FF4C5B;
    color: #FF4C5B
}

.has-error {
    border-color: #FF4C5B !important; 
}

#main .login-area label .label-txt {
    position: absolute;
    top: 17px;
    left: 15px;
    transition: ease .1s;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

#main .login-area label .label-txt.label-active {
    top: 4px;
    font-size: 14px;
    color: #939b9d
}

#main .login-area label input {
    width: 100%;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
    outline: none;
    height: 60px;
    color: #333;
    border-radius: 3px;
    max-width: 100%;
    font-size: 16px
}

#main .login-area .option {
    position: relative;
    margin-bottom: 40px
}

#main .login-area .option:after {
    content: '';
    position: absolute;
    z-index: 99999;
    right: 15px;
    top: 26px;
    background: url(../imgs/arrow-down.png);
    height: 6px;
    width: 10px
}

#main .login-area .option:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 39px;
    top: 0
}

#main .login-area .option.active:before {
    background: #39444c
}

#main .login-area .option p {
    margin: 0;
    font-size: 14px;
    color: #939b9d;
    position: absolute;
    left: 15px;
    top: 5px
}

#main .login-area select {
    height: 60px;
    border: 1px solid #CCCCCC;
    color: #333;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    padding-top: 13px;
    padding-left: 15px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important
}

#main .login-area select:focus {
    border-color: #39444c;
    outline: 0;
    box-shadow: none
}

#main .login-area .btns {
    margin: 0
}

#main .login-area .btns button.btttn {
    background-color: #fff500;
    color: #28373c;
    text-align: center;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #28373c;
    border: 0;
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s
}

#main .login-area .btns button.btttn:focus {
    outline: 0;
    box-shadow: none
}

#main .login-area .btns button.btttn:hover {
    background: #ffe100
}

#main .login-area .btns button[type="button"] {
    background-color: #EEEEEE;
    color: #28373c;
    text-align: center;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    color: #28373c;
    border: 0;
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s
}

#main .login-area .btns button[type="button"] svg {
    font-size: 13px
}

#main .login-area .btns button[type="button"]:focus {
    outline: 0;
    box-shadow: none
}

#main .login-area .btns button[type="button"]:hover {
    background: #ddd
}

#main .login-area .zz .sym {
    margin-right: 5px;
    min-width: 16px
}

#main .login-area .zz p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 991px) {
    #main .content1 {
        display: flex;
        flex-direction: column
    }

    #main .content1 .top {
        order: 3
    }

    #main .content1 h3 {
        order: 1
    }

    #main .content1 ul {
        margin-bottom: 30px;
        order: 2
    }
}

#main .content1 .top {
    background: #F4F4F4;
    display: flex;
    align-items: center
}

#main .content1 .top .con {
    padding: 20px
}

#main .content1 .top .con h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400
}

#main .content1 .top .con p {
    font-size: 16px;
    margin-bottom: 0
}

#main .content1 h4 {
    font-size: 18px;
    margin: 20px 0
}

#main .content1 ul {
    padding: 0;
    margin: 0
}

#main .content1 ul li {
    position: relative;
    list-style-type: none;
    padding-left: 22px;
    font-size: 16px;
    margin-bottom: 15px
}

#main .content1 ul li:last-child {
    margin-bottom: 0
}

#main .content1 ul li:before {
    content: '';
    background: url(../imgs/ex2.png);
    height: 15px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

#main .content {
    border: 1px solid #ddd;
    box-shadow: 0 0.5rem 1rem #28373c26;
    padding: 1rem
}

#main .content .image {
    margin-bottom: 10px
}

#main .content>p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    text-decoration: underline
}

#main .content h3 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px
}

#main .content .zz .sym {
    margin-right: 10px;
    min-width: 16px
}

#main .content .zz p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

#main .main-title {
    margin-bottom: 30px
}

#main .main-title h3 {
    font-size: 30px;
    font-weight: 400
}

#main .main-title p {
    font-size: 16px
}

#main .steps {
    margin-bottom: 30px
}

#main .steps ul {
    padding: 0;
    margin: 0;
    display: flex
}

#main .steps ul li {
    list-style-type: none;
    display: inline-block;
    flex-grow: 1;
    background: #EEEEEE;
    color: #ccc;
    padding: 7px 10px;
    margin-right: 5px;
    font-weight: 700
}

#main .steps ul li:last-child {
    margin-right: 0
}

#main .steps ul li.active {
    background: #4CE77B;
    color: #000
}

#main #forma legend {
    background: #F4F4F4;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px
}

#main #forma .upload-area {
    max-width: 400px;
    margin: 20px auto
}

#main #forma .upload-area label {
    background: #f9f9f9;
    border: 2px dashed #e9e9e9;
    padding: 40px;
    width: 100%;
    cursor: pointer;
    text-align: center !important
}

@media (max-width: 575px) {
    #main #forma .upload-area label {
        padding: 10px
    }
}

#main #forma .upload-area label.has-error {
    border-color: red !important;
    background: rgba(255, 0, 0, 0.1)
}

#main #forma .upload-area label svg {
    font-size: 24px
}

#main #forma .upload-area label p {
    text-align: center;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600
}

#main #forma .upload-area label .click-here {
    font-size: 24px;
    background: #dedede;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #505050
}

#main #forma .upload-area label #progressBar {
    margin-top: 0;
    width: 0%;
    height: auto;
    background-color: #3498db;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px
}

#main #forma .upload-area label #progressBar div {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300
}

#main #forma .upload-area label #progressBar div b {
    font-weight: 700
}

#main #forma label {
    font-weight: 700;
    text-align: right;
    margin-bottom: 0
}

@media (max-width: 767px) {
    #main #forma label {
        text-align: left;
        margin-bottom: 6px
    }
}

#main #forma input {
    height: 36px;
    max-width: 300px;
    border: 1px solid #CCCCCC;
    border-radius: 5px
}

#main #forma input:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #39444c
}

#main #forma .error-message {
    color: red;
    font-size: 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 #cccccc4d;
    padding: 5px 7px;
    position: relative
}

@media (max-width: 767px) {
    #main #forma .error-message {
        margin-top: 10px;
        max-width: 300px
    }
}

#main #forma .error-message img {
    position: absolute;
    left: -7px;
    top: calc(50% - 6px)
}

@media (max-width: 767px) {
    #main #forma .error-message img {
        display: none
    }
}

#main #forma .btns {
    margin-top: 50px
}

#main #forma .btns button {
    text-align: center;
    height: 48px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #28373c;
    border: 0;
    border-radius: 30px;
    transition: all 0.3s
}

#main #forma .btns button.btttn {
    background-color: #fff500
}

#main #forma .btns button.btttn:hover {
    background: #ffe100
}

#main #forma .btns button[type="button"] {
    background-color: #EEEEEE
}

#main #forma .btns button[type="button"]:hover {
    background: #ddd
}

#main #forma .btns button:focus {
    outline: 0;
    box-shadow: none
}

#main #forma .btns button svg {
    font-size: 13px
}

#footer {
    background: #0B1E25;
    padding: 50px 0
}

#footer .container {
    position: relative
}

#footer .container:before {
    content: '';
    background: url(../imgs/footer-left.png) center center no-repeat;
    width: 120px;
    height: 175px;
    position: absolute;
    left: -200px;
    top: 0
}

#footer .container:after {
    content: '';
    background: url(../imgs/footer-right.png) center center no-repeat;
    width: 120px;
    height: 175px;
    position: absolute;
    right: -175px;
    top: 0
}

@media (max-width: 991px) {

    #footer .container:before,
    #footer .container:after {
        display: none
    }
}

#footer .widgets {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    #footer .social {
        text-align: center;
        margin-top: 50px
    }
}

.success {
    text-align: center
}

.success img {
    max-width: 95px
}

.success h3 {
    font-weight: 700;
    margin: 10px 0
}

.success p {
    margin-bottom: 0
}

.loader {
    text-align: center
}

.loader .spinner-border {
    width: 60px;
    height: 60px;
    border: 7px solid #68E261;
    border-right-color: transparent
}

.loader p {
    margin-bottom: 0;
    margin-top: 5px
}

.zzz {
    display: flex;
    justify-content: space-between
}

.image-container {
    margin-top: 25px;
    display: flex;
    width: 200px;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
  
.image-container img {
    width: calc(20% - 4px); /* 20% width for each image, minus 4px to account for the gap */
    height: auto;
    object-fit: cover;
}

.img-border {
    border: 1px #0000003d solid;
    border-radius: 10px;
}