body {
    font-family: "Cairo", sans-serif;
}

.container-img {
    position: relative;
    padding: 0;
    z-index: 2;
}

.icon-ms {
    position: relative;
}

.icon-ms .alr {
    position: absolute;
    padding: 2px;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    right: 0%;
    top: 0%;
}

.cover-img {
    height: 200px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
}

.cover-img img {
    width: 100%;
    height: 200px;
}

.cover-img-w {
    height: 150x;
    background-image: url(../images/banner.jpg);
    background-size: cover;
}

.cover-img-w img {
    width: 100%;
    height: 150px;
}

.profile-img {
    position: absolute;
    height: 170px;
    width: 170px;
    background-color: #ffffff;
    border-radius: 50%;
    /* right: 10px; */
    bottom: -40%;
    margin-right: 25px;
    padding: 3px;
    box-shadow: 0px 3px 6px 1px #c0c0c0;
    -o-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -moz-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -webkit-box-shadow: 0px 3px 6px 1px #c0c0c0;
}

.profile-img {
    position: absolute;
    height: 170px;
    width: 170px;
    background-color: #ffffff;
    border-radius: 50%;
    /* right: 10px; */
    bottom: -40%;
    margin-right: 25px;
    padding: 3px;
    box-shadow: 0px 3px 6px 1px #c0c0c0;
    -o-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -moz-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -webkit-box-shadow: 0px 3px 6px 1px #c0c0c0;
}

.profile-img-upload {
    position: relative;
    height: 170px;
    width: 170px;
    background-color: #ffffff;
    border-radius: 50%;
    /* right: 10px; */
    box-shadow: 0px 3px 6px 1px #c0c0c0;
    -o-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -moz-box-shadow: 0px 3px 6px 1px #c0c0c0;
    -webkit-box-shadow: 0px 3px 6px 1px #c0c0c0;
}

.profile-img-upload .pr-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.profile-img .pr-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pr-upload {
    position: absolute;
    left: -12px;
    bottom: -10px;
    height: 70px;
    cursor: pointer;
}

.cv-upload {
    top: 10px;
    position: absolute;
    left: 22px;
    height: 70px;
    cursor: pointer;
}

.container-btn {
    border: 2px solid #b6b6b6;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 3px 6px 1px #d1d1d1;
    -o-box-shadow: 0px 3px 6px 1px #d1d1d1;
    -moz-box-shadow: 0px 3px 6px 1px#d1d1d1;
    -webkit-box-shadow: 0px 3px 6px 1px #d1d1d1;
    padding-bottom: 22px;
}

.container-btn-w {
    border: 2px solid #b6b6b6;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 3px 6px 1px #d1d1d1;
    -o-box-shadow: 0px 3px 6px 1px #d1d1d1;
    -moz-box-shadow: 0px 3px 6px 1px#d1d1d1;
    -webkit-box-shadow: 0px 3px 6px 1px #d1d1d1;
}

.btn-blue {
    background-color: #0d7f97 !important;
    color: white !important;
    font-size: 18px !important;
}

.add-drop {
    padding: 1rem 1.5rem !important;
    font-size: 18px;
}

.add-drop-w {
    padding: 0.5rem 1.5rem !important;
    font-size: 16px;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 600 !important;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
    border-bottom: 1px solid #eee !important;
}

.dropdown-menu .active {
    background-color: #0d7f97 !important;
}

.dropdown-item:hover {
    background-color: #0d7f97 !important;
    color: #fff !important;
}

.dropdown-toggle::after {
    margin-right: 0.5rem;
}

.btn {
    padding: 8px 18px 12px 18px !important;
}

.btn-bar {
    padding: 15px 15px 15px 80px;
}

.tabs-text {
    font-size: 22px;
    color: #0d7f97;
    font-weight: 600;
}

.left-border {
    border-left: 1px solid #b6b6b6;
}

.right-border {
    border-right: 1px solid #b6b6b6;
}

.btn-grey {
    background-color: #ffffff !important;
    color: #707070 !important;
    font-size: 18px !important;
    border: 1px solid #707070 !important;
}

.edit-icon {
    height: 35px;
    margin: 5px;
    cursor: pointer;
}

.btn-group {
    margin: 5px;
}

.btn-edit {
    padding: 5px;
}

.btn-edit:hover {
    background: #eee;
    border-radius: 50%;
}

.right-info {
    padding-right: 30px;
}

.name-pr {
    color: #0d7f97;
}

.job {
    font-size: 20px;
    padding-bottom: 15px;
    color: #4d4d4d;
}

.job-w {
    font-size: 18px;
    padding-bottom: 12px;
    color: #4d4d4d;
}

.modal-header {
    background-color: #003d64 !important;
    color: white !important;
    border-radius: 0 !important;
}

.close {
    color: white !important;
    background-color: none !important;
}

.sh-label-style {
    font-weight: 600;
    font-size: 16px;
}

.hide {
    background-color: #d1d1d1;
    padding: 10px;
    border-radius: 35%;
    cursor: pointer;
}

.plus {
    background-color: #003d64;
    padding: 10px;
    border-radius: 35%;
    cursor: pointer;
}

.delet {
    background-color: red;
    padding: 10px;
    border-radius: 35%;
    cursor: pointer;
}

.pa-top {
    padding-top: 30px;
}

.bootstrap-select>.dropdown-toggle {
    height: auto !important;
}

.btn-siz {
    font-size: 18px !important;
    width: 150px !important;
}

.btn-dark {
    background-color: #555555 !important;
    color: white !important;
}

.head-level {
    font-size: 26px;
    font-weight: 700;
    color: #0d7f97;
}

.level {
    font-size: 20px;
    font-weight: 600;
}

.progres-item {
    height: 15px;
    margin-right: 5px;
}

.progress-div {
    margin: 20px 0px;
    position: relative;
}

.progress-bar {
    margin-right: 5px;
}

.progress :first-child {
    margin-right: 0px;
}

.progress-bar {
    background-color: #ccc !important;
}

.bg-one {
    background-color: #93c6e1 !important;
}

.bg-two {
    background-color: #61afdd !important;
}

.bg-three {
    background-color: #008ed6 !important;
}

.bg-four {
    background-color: #005bbe !important;
}

.bg-five {
    background-color: #0154a0 !important;
}

.bg-six {
    background-color: #003d6a !important;
}

.bg-seven {
    background-color: #01334c !important;
}

.bg-eight {
    background-color: #0c3843 !important;
}

.bg-nine {
    background-color: #004058 !important;
}

.first-ball {
    position: absolute;
    right: 32%;
    top: -65%;
}

.sec-ball {
    position: absolute;
    right: 65%;
    top: -65%;
}

.star-ball {
    position: absolute;
    right: 96%;
    top: -65%;
}

.step-title {
    font-weight: 700;
    color: #0d7f97;
}

.step-p {
    font-size: 22px;
    color: #4d4d4d;
}

.step-p-w {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 35px;
}

.uni {
    margin: 10px 0;
}

.btn-siz-view {
    width: 200px !important;
    height: 45px !important;
}

.re-div {
    position: relative;
}

.ab-div {
    position: absolute;
    right: 0;
}

.prev-step {
    font-size: 24px;
    color: #4d4d4d;
    cursor: pointer;
}

.next-step {
    font-size: 24px;
    color: #4d4d4d;
    cursor: pointer;
}

.dis-step {
    color: #b6b6b6 !important;
}

.title-sec {
    vertical-align: initial;
}

.gr-date {
    color: #0D7F97;
    font-size: 22px;
}

.uni {
    font-size: 22px;
    color: #767676;
    font-weight: 500;
}

.uni-w {
    font-size: 18px;
    color: #767676;
    font-weight: 500;
}

.hed-col {
    font-weight: 700;
}

.hed-col-w {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
}

.shehada {
    width: 300px;
}

.margini {
    margin: auto;
}

.margini-w {
    margin-right: 15px;
    margin-left: 15px;
}

.margini-w-2 {
    margin-right: 25px;
    margin-left: 25px;
}

.div-hr {
    height: 1px !important;
    background-color: #c0c0c0 !important;
}

.item-sucss {
    pointer-events: none;
}

.sucss {
    font-size: 15px;
    padding: 10px;
    color: grey;
}

.view-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.list-row {
    border-radius: 20px;
    border: 2px solid #b6b6b6;
    box-shadow: 0px 3px 6px 1px #d1d1d1;
    -o-box-shadow: 0px 3px 6px 1px #d1d1d1;
    -moz-box-shadow: 0px 3px 6px 1px#d1d1d1;
    -webkit-box-shadow: 0px 3px 6px 1px #d1d1d1;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.btn-img {
    margin-left: 5px;
    padding-top: 8px;
}

.tabs {
    border-top: 1px solid #b6b6b6;
}

@media screen and (min-width: 992px) {
    .mr-px {
        margin-right: 170px;
    }
}

@media screen and (max-width: 768px) {
    .btn-bar {
        margin-top: 88px;
        text-align: center !important;
    }
}

@media screen and (max-width: 991px) {
    .btn-bar {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1140px) {
    .tabs-text {
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px) {
    .first-ball {
        position: absolute;
        right: 30%;
        top: -65%;
    }
    .sec-ball {
        position: absolute;
        right: 63%;
        top: -65%;
    }
    .star-ball {
        position: absolute;
        right: 92%;
        top: -65%;
    }
}

@media screen and (max-width: 450px) {
    .star-ball {
        position: absolute;
        right: 89%;
        top: -65%;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(224, 224, 224) !important;
}

.page-title-w span::after {
    content: "";
    height: 3px;
    width: 50%;
}

.loca {
    border-radius: 20px;
    border: 2px solid #b6b6b6;
    box-shadow: 0px 3px 6px 1px #d1d1d1;
    -o-box-shadow: 0px 3px 6px 1px #d1d1d1;
    -moz-box-shadow: 0px 3px 6px 1px#d1d1d1;
    -webkit-box-shadow: 0px 3px 6px 1px #d1d1d1;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.view-img-w {
    height: 60px;
    width: 60px;
}

.name-w {
    font-size: 12px;
    font-weight: 700;
}

.job-small {
    font-size: 11px;
    font-weight: 600;
}

.btn-w {
    height: 20px !important;
    font-size: 12px !important;
    padding: 4px 10px 8px 10px !important;
}

.page-title-w span {
    border-bottom: 4px solid #0d7f97;
}

.page-title-w {
    margin-bottom: 25px;
}

@media screen and (max-width: 1139px) {
    .view-img-w {
        height: 40px;
        width: 40px;
    }
    .name-w {
        font-size: 11px;
        font-weight: 700;
    }
}

.view-all {
    text-decoration: underline;
    cursor: pointer;
}

body {
    font-family: 'Cairo', sans-serif;
}

.og-head {
    margin-bottom: 60px;
}

.og-headline {
    color: #14A99B;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding-bottom: 5px;
    position: relative;
}

.og-headline::after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 50%;
    /* or 100px */
    border-bottom: 4px solid #003D64;
    padding: 4px 0px;
}

.og-nabza-form input,
.og-nabza-form select {
    border: 1.5px solid #ccc !important;
}

input[type="file"] {
    border: 1.5px solid #ccc !important;
}

.og-nabza {
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.og-box-e .box-button {
    background-color: #003D64;
    color: white;
    /* text-align: start; */
    margin: auto;
    width: 250px;
    height: 55px;
}

.og-title {
    z-index: 2;
    background-color: #14A99B;
    position: absolute;
    top: -25px;
    right: 0;
    /* height: 40px; */
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 50px 20px;
    border-radius: 15px 15px 0 15px;
    line-height: 0;
    text-align: center;
}

.og-p-e p {
    font-weight: 500;
    font-size: 16px;
    color: #404040;
}

.og-vid {
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    border-radius: 15px;
    margin-bottom: 60px;
}

.og-ersh {
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.og-ersh-box {
    background-color: white;
    color: #404040;
    border: 1px solid #DBDBDB;
    padding: 8px 10px 10px 10px;
    margin-bottom: 10px;
}

.side-bar {
    background-color: #003D64;
    padding: 20px 0;
}

.side-bar__link {
    color: white;
}

.side-bar__icon {
    margin: 0 15px;
}

.side-bar__link:hover,
.side-bar__link--active {
    color: white;
    background-color: #14A99B;
}

.og-login-main {
    background: url(../images/aa95ma0hu6111.jpg);
    background-size: cover;
}

.og-control-h {
    height: 40px;
}

.og-login-box {
    width: 400px;
    margin: auto;
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.og-login-box .og-title {
    padding: 18px 30px 20px 45px;
}

.btn-lo {
    position: absolute;
    left: 33%;
    color: white;
}

.ip-h {
    height: 40px;
}

.la-st {
    color: #003D64 !important;
    font-weight: 500 !important;
}

.h-h {
    min-height: 650px;
}

.og-re-box {
    width: 400px;
    margin: auto;
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.og-nabza-form {
    position: relative;
    height: auto;
    background-color: #F2F2F2;
    padding: 40px 50px 30px 30px;
    border-radius: 15px;
    margin-bottom: 60px;
    box-shadow: 2px 4px 11px 0px #e3e3e3;
    -webkit-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -o-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -moz-box-shadow: 2px 4px 11px 0px #e3e3e3;
}

.labe-des {
    color: #003D64;
    font-weight: 500;
}

.og-bt-pre {
    width: auto !important;
    padding: 10px 30px !important;
    text-align: center !important;
    background-color: #6B6B6B !important;
    height: 47px !important;
    margin: 5px !important;
    font-size: 16px !important;
}

.og-bt-prx {
    width: auto !important;
    padding: 10px 30px !important;
    text-align: center !important;
    height: 47px !important;
    margin: 5px !important;
    font-size: 16px !important;
}


/* responsive code */

@media screen and (max-width:768px) {
    .og-p-e p {
        margin-bottom: 33px;
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .og-login-box {
        width: 300px;
        margin: auto;
        position: relative;
        height: auto;
        background-color: #F2F2F2;
        padding: 30px 20px 20px 20px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .og-re-box {
        width: 300px;
    }
    .og-login-box .og-title {
        z-index: 2;
        background-color: #14A99B;
        position: absolute;
        top: -25px;
        right: 0;
        /* height: 40px; */
        color: white;
        font-size: 15px;
        font-weight: 500;
        padding: 18px 30px 20px;
        border-radius: 15px 15px 0 15px;
        line-height: 0;
        text-align: center;
    }
    .btn-lo {
        position: absolute;
        left: 27% !important;
    }
}


/*@media screen and (min-width: 1024px) and (max-width: 1349px){
	#sh_steps_section{
		width: 82% !important;
	}
}
@media screen and (min-width: 1349px){
	#sh_steps_section{
		width: 85.2% !important;
	}
}
@media screen and (min-width: 1439px){
	#sh_steps_section{
		width: 86% !important;
	}
}*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: #14A99B;
}

.dropdown-menu.show {
    padding: 0;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
    border: 1.5px solid #ccc;
    height: 40px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    direction: rtl;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.bootstrap-select .dropdown-menu li:last-child a {
    border-bottom: unset;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
}

.sh-counter-text {
    color: #003d64;
    padding: 5px;
}

.sh-textarea-style {
    height: 150px !important;
}

.sh_disable_mt {
    padding-top: 0;
}

.sh_steps_mt {
    top: 30px;
}

.sh-label-style {
    font-weight: 500;
    color: #003D64;
}

.sh-label-style span {
    color: #14a99b;
    font-weight: bold;
}

.sh-tablehead {
    background: #14a99b;
    color: #fff;
    font-weight: bold;
}

.oh-popup .modal-header {
    background: #14a99b;
    color: #fff;
    font-weight: bold;
}

.oh-popup .close {
    margin-left: 0;
    text-align: left;
    color: #ffffff;
    opacity: 1;
}

.oh-popup .modal-title {
    margin: 0;
    padding: 0;
    padding-right: 25px;
}

.oh-popup .modal-title img {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.oh-popup .modal-content {
    border-radius: 30px;
    background: #f2f2f2;
    border: unset;
}

.oh-popup .modal-footer {
    border-top: unset;
}

.sh-table-view {
    box-shadow: 2px 4px 11px 0px #e3e3e3;
    -webkit-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -o-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -moz-box-shadow: 2px 4px 11px 0px #e3e3e3;
}

.sh-table-view td,
.sh-table-view th {
    text-align: center;
}

.sh-table-view tbody tr {
    background: #fff;
}

#sh_steps_section {
    z-index: 100;
    background: #f8f8f8;
    padding: 20px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    /*	position: fixed;
	width: 102%;*/
    left: 0;
}

.sh-save-btn .btn {
    border-radius: 5px;
}

.sh-update-btn .btn-danger {
    background: #d11c1c;
    color: #fff;
}

.sh-terms-box {
    background: #f2f2f2;
    padding: 20px;
    font-weight: bold;
    border-radius: 15px;
}

.sh-send-btn img {
    position: relative;
    margin-right: 8px;
    margin-top: 3px;
}

#send-modal p span {
    color: #003D64;
}

#send-modal .reg-text {
    font-weight: normal;
}

#send-modal .modal-content {
    border-radius: 30px;
    background: #f2f2f2;
    overflow: hidden;
    border: unset;
}

#send-modal .modal-body {
    padding: 40px;
    background: #18aa9d;
    color: #fff;
    font-weight: bold;
}

.sh-update-btn .btn-success {
    background: green;
    color: #fff;
}

.sh-save-btn img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.sh-box-headline {
    color: #14a99b;
}

.sh-box-headline2 {
    color: #6B6B6B;
    font-weight: bold;
    ;
}

.sh-message-box .btn {
    background: #fff;
    color: #14a99b;
}

.sh-message-box .card-body {
    padding: 20px;
    border-radius: 15px;
    background: #f2f2f2;
    margin-top: 2px;
}

.sh-message-box .card-header {
    background: #14a99b;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
}

.fileupload-og {
    height: 40px;
    padding: 4px !important;
}

#sh_steps_section .logo {
    color: #0d7f97;
}

#sh_steps_section ol {
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    list-style: none;
    padding-right: 0;
}

#sh_steps_section li {
    position: relative;
    float: right;
    width: 20%;
    text-align: center;
    color: #0d7f97;
}

#sh_steps_section .current~li {
    color: #c2c2c2;
}

#sh_steps_section .checked:before {
    content: url('../../icons/check.svg') !important;
}


/*Active Buttons*/

#sh_steps_section .first-step:before {
    content: url('../../icons/mission.svg');
}

#sh_steps_section .seconed-step:before {
    content: url('../../icons/infromatio-orderperon.svg');
}

#sh_steps_section .third-step:before {
    content: url('../../icons/madin.svg');
}

#sh_steps_section .fourth-step:before {
    content: url('../../icons/order-info.svg');
}

#sh_steps_section .fifth-step:before {
    content: url('../../icons/active/like.svg');
}


/*Disabled Buttons*/

#sh_steps_section .first-step-disabled:before {
    content: url('../../icons/mission-disable.svg');
}

#sh_steps_section .seconed-step-disabled:before {
    content: url('../../icons/infromatio-orderperon-dis.svg');
}

#sh_steps_section .third-step-disabled:before {
    content: url('../../icons/madin-dis.svg');
}

#sh_steps_section .fourth-step-disabled:before {
    content: url('../../icons/order-info-dis.svg');
}

#sh_steps_section .fifth-step-disabled:before {
    content: url('../../icons/disabled/like.svg');
}

#sh_steps_section li:before {
    padding: 3px;
    counter-increment: wizard;
    /*content: "x";*/
    display: block;
    color: #0d7f97;
    background-color: #fff;
    border: 3px solid #0d7f97;
    text-align: center;
    width: 3em;
    height: 3em;
    line-height: 3em;
    border-radius: 3em;
    position: relative;
    right: 50%;
    margin-bottom: .5em;
    margin-right: -1.5em;
    z-index: 1;
}

#sh_steps_section .current~li:before {
    background-color: #f2f2f2;
    color: #c2c2c2;
    border-color: #d5d5d5;
}

#sh_steps_section li+li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #0d7f97;
    height: 10px;
    position: absolute;
    right: -50%;
    top: 1em;
    z-index: 0;
}

#sh_steps_section .current~li:after {
    background-color: #d5d5d5;
}


/*QuickReset*/

* {
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font: 14px/1.4 sans-serif;
}

input,
textarea {
    font: 14px/1.4 sans-serif;
}

.input-group {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.input-group>div {
    display: table-cell;
    /* border: 1px solid #ddd; */
    vertical-align: middle;
    /* needed for Safari */
}

.input-group-icon {
    background: #eee;
    color: #777;
    padding: 0 6px
}

.input-group-area {
    width: 100%;
}

.input-group input {
    border: 0;
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

@media screen and (min-width:1200px) {
    .form-row {
        padding: 0 100px;
    }
    .form-control,
    input[type].form-control,
    select.form-control {
        font-size: 16px;
        font-weight: 500;
    }
}


/* .button, .btn, .is-displayMode .button-icon-wrapper a, 
.is-displayMode .button-sp-wrapper a, .button_pdf--link a,
 input[type].button, input.btn[type], button.button, button.btn {
     padding: .7em 1.2em 0.7em;
 } */

.og-nabza-form {
    padding: 40px 50px 30px 50px;
}

.bg-manju {
    background-image: url(./src/images/aa95ma0hu6111.jpg);
    background-size: cover;
}

.header__banner {
    background-color: #003D64 !important;
}

.header__container {
    padding: 0 40px !important;
}

.header__bottom {
    border: 0 !important;
}

.side-bar__close {
    z-index: 999 !important;
}

.side-bar__close>svg {
    fill: #fff !important;
}


/* edit for ro5sa */

.hed {
    color: #0D7F97;
    font-weight: bold;
    margin: 40px;
}

.chose-1,
.chose-2,
.chose-3,
.chose-4 {
    background-color: #fff;
    color: #0D7F97;
    padding: 40px 25px;
    width: 100%;
    box-shadow: 2px 2px 4px 1px #e3e3e3;
    -webkit-box-shadow: 2px 2px 4px 1px #e3e3e3;
    -o-box-shadow: 2px 2px 4px 1px #e3e3e3;
    -moz-box-shadow: 2px 2px 4px 1px #e3e3e3;
    border-radius: 15px;
    cursor: pointer;
}

#certificate-blue {
    width: 60px;
    margin-bottom: 15px;
}

#search-1 {
    width: 60px;
    margin-bottom: 15px;
}

#Group_7 {
    width: 120px;
    margin-bottom: 15px;
}

#Group_6 {
    width: 60px;
    margin-bottom: 15px;
}

.edafa {
    font-size: 15px;
    font-weight: 500;
}

.none-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #14a99b;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #14a99b;
    box-shadow: 2px 4px 11px 0px #e3e3e3;
    -webkit-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -o-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -moz-box-shadow: 2px 4px 11px 0px #e3e3e3;
}

.text-ar {
    min-height: 200px !important;
    padding: 14px !important;
    border: 1.5px solid #003D64 !important;
    box-shadow: 2px 4px 11px 0px #e3e3e3;
    -webkit-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -o-box-shadow: 2px 4px 11px 0px #e3e3e3;
    -moz-box-shadow: 2px 4px 11px 0px #e3e3e3;
}

.ask-head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ask-head>th {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ver {
    vertical-align: middle !important;
}

.moh {
    font-size: 18px;
    font-weight: 500;
    text-align: start !important;
    padding: 25px !important;
    max-width: 550px;
}

.reeed {
    background-color: #A30000 !important;
}

.greeen {
    background-color: #14A99B !important;
}

.sec-header {
    color: #0d7f97;
    padding: 10px;
    font-weight: bold;
}

.sec-modal {
    border-radius: 25px;
    padding: 30px;
}

.sec-header-2 {
    font-weight: 400;
    font-size: 15px;
    color: #0D7F97;
}

.small-box {
    background-color: #fff;
    border: 1px solid #0D7F97 !important;
    border-radius: 5px;
    width: 40px;
    height: 50px;
}

.btn-drop {
    background-color: #e3e3e3;
    border-radius: 5px 0 0 5px;
}

.Mission-size {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    line-height: 35px;
}

.radio-size {
    height: 25px;
    /* width: 100%; */
}

.message {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    color: #0D7F97;
}

.quation {
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    color: #14A99B;
}