html {
    overflow-x: hidden;
    /* font-size: 70.5%; */
}

@font-face {
    font-family: "HelveticaneueltArabic55Roman";
    src: url(../fonts/FontsFree-Net-helveticaneuelt-arabic-55-roman.ttf);
}


/* body {
   
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button {
    font-family: "HelveticaneueltArabic55Roman", "system-ui", "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
}


/* Navigation Bar */

.first-nav {
    font-size: 14px;
    /* padding: 1% 10%; */
    /* background-color: #e2e2e2; */
    background-color: #006a4d;
    padding: 0.5rem 0.5rem;
}

.first-nav a {
    color: white;
}

.navSmall {
    background-color: #c1c1c1;
}

.navSmall ul li a {
    color: #006a4d;
}

.navSmall .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 106, 77, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* Second Navigation Bar */

.navbar-brand {
    padding: 0!important;
}

.mynavbar {
    overflow: visible;
    /* background-color: #A18442; */
    /* background-color: rgb(152,26,30); */
    background-color: #c1c1c1;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100px;
    position: relative;
}

.mynavbar a {
    float: right;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.mysubnav {
    float: right;
    overflow: hidden;
    height: 100%;
}

.mysubnav .mysubnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #153d2b;
    padding: 20px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: bolder;
    height: inherit;
}

.mysubnav:hover .mysubnavbtn {
    background-color: #006a4d;
    color: white;
    cursor: pointer;
}

.mysubnav-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    /* left: 0; */
    background-color: #006a4d;
    /* width:50rem; */
    z-index: 999;
    padding: 5% 15%;
    transition: visibility 0s, opacity 0.3s linear;
}

.mysubnav:hover .mysubnav-content {
    visibility: visible;
    opacity: 0.98;
}

.mysubnav-content a {
    float: right;
    /* color: #a2834a; */
    color: white;
    text-decoration: none;
    /* trial */
    width: 100%;
    text-align: right;
    font-weight: bolder;
    /* padding-bottom: 0; */
}

.mysubnav-content a::after {
    /* background: none repeat scroll 0 0 transparent; */
    /* bottom: 0; */
    content: "";
    display: block;
    height: 2px;
    /* left: 50%; */
    /* position: absolute; */
    background: white;
    transition: width 0.6s ease 0s;
    width: 0;
}

.mysubnav-content a:hover::after {
    width: 75%;
    left: 0;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


/* Customize Service */

.features-boxed .item .icon {
    color: white;
}

.features-boxed .card {
    height: 100%;
}

.card {
    height: 450px;
    border: none;
}

.homeCArd:hover {
    cursor: pointer;
}

.card img {
    height: 270px;
}

.owl-carousel {
    width: 84%;
}

.fileAnchor {
    color: #006a4d;
    padding: 1rem;
    border: 1px solid #006a4d;
    width: 100%;
}

.fileAnchor:hover {
    text-decoration: none;
    color: #006a4d;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .owl-carousel {
        width: 84%;
    }
}

.mediaContainer {
    display: flex;
    justify-content: center;
}

.features-boxed .card:hover {
    cursor: pointer;
}

.features-boxed .card:hover h5 {
    color: #003B70;
}

.features-boxed h5 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}


/* Customize Money Excahnge */

.highlight-clean {
    background-color: #f5f5f5;
}

.highlight-clean .buttons input {
    border-radius: 0 7px 7px 0 !important;
    padding: 4%;
}

.highlight-clean .buttons select {
    border: 1px solid #ced4da !important;
    padding: 0 5%;
    height: 100% !important;
    width: 130px;
    border-radius: 7px 0 0 7px;
}

.table th,
.table td,
.table tr {
    border: 0;
}

.table thead th {
    border: 0;
    background-color: #f5f5f5;
}

.table tbody {
    background-color: whitesmoke;
}

.highlight-clean .buttons .btn-primary,
.highlight-clean .buttons .btn-primary:active {
    background-color: transparent;
    color: black;
    font-size: 18px;
}

.highlight-clean .buttons .btn-primary i {
    transform: rotate(180deg) !important;
}

.highlight-clean .buttons .collapsed i {
    transform: rotate(0deg) !important;
}


/* Media */

.team-grid .item .cover {
    background-color: rgba(17, 168, 127, .75);
    padding-top: 120px;
}

.team-grid .item .cover {
    background-color: rgba(17, 168, 127, .75);
    padding-top: 120px;
}


/* team-grid-services */

.team-grid-services img {
    width: 50%;
}


/* Customize Footer */

.footer-dark .row {
    text-align: right;
}

.footer-dark h3 {
    /* border-bottom: 1px solid white; */
    padding-bottom: 1rem;
}

.footer-dark .item.social>a {
    margin: 0 2px;
}


/* Floating button */

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 40px;
    /* background-color:#A18442; */
    background-color: #006a4d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 99999;
}

.my-float {
    margin-top: 18px;
}


/* products */

.product_container .product_card {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.product_container .product_card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.7s;
    z-index: 1;
}

.product_container .product_card .icon {
    /* background: #e07768; */
    background-color: rgb(17, 168, 127);
}

.product_container .product_card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    transition: 0.7s;
    color: #fff;
}

.product_container .product_card .icon .fa i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.product_container .product_card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.product_container .product_card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    width: 250px;
}

.product_container .product_card:hover .face.face1 {
    background: #ff0057;
    transform: translateY(0px);
}

.product_container .product_card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.product_container .product_card:hover .face.face1 .content {
    opacity: 1;
}

.product_container .product_card .face.face1 .content i {
    max-width: 100px;
}

.product_container .product_card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
    width: 250px;
}

.product_container .product_card:hover .face.face2 {
    transform: translateY(0);
}

.product_container .product_card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.product_container .product_card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
}

.product_container a {
    text-decoration: none;
    color: #414141;
}

.features-boxed h2,
.team-grid h2,
.highlight-clean h2 {
    margin: 0;
    /* color: #ea600e; */
    color: #006a4d;
    font-weight: 700;
    font-size: 2.4rem;
    padding-top: 0;
}

.intro h2 {
    font-size: 40px;
    color: #153d2b;
    margin-bottom: 30px;
}

.newsLink {
    position: absolute;
    bottom: 25px;
    right: 0;
}

.features-boxed,
.team-grid,
.highlight-clean {
    padding-top: 90px;
    padding-bottom: 50px;
}


/* .features-boxed .features {
        padding: 0 0 50px 0;
    } */


/* underline heading */

.features-boxed hr,
.team-grid hr,
.highlight-clean hr {
    width: 65px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    /* border-top: 2px solid #ea600e; */
    border-top: 2px solid #006a4d;
    opacity: 0.79;
}


/* MOBILE */


/* MENU BAR BUTTON */

.collapse.show {
    display: block;
    direction: rtl;
    text-align: right;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border: none
}


/* Hiding divs for fading when scroll into view */


/* .hideme {
     opacity: 0;
} */


/* Preload */

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    opacity: 0.99;
    z-index: 999999;
}

.spinner {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loader hr {
    width: 65px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #006a4d;
    opacity: 0.79;
}

.hr {
    width: 65px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    /* border-top: 2px solid #ea600e; */
    border-top: 2px solid #006a4d;
    opacity: 0.79;
}


/* MAP */


/* Set the size of the div element that contains the map */


/* #map { */


/* height: 500px; */


/* The height is 400 pixels */


/* width: 100%; */


/* The width is the width of the web page */


/* } */

.fa-map-marker-alt {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* Slider */

.swiper-pagination-bullet-active {
    background-color: #006a4d;
}

.generalList>li {
    list-style-image: url('../img/icons/bullet.png') !important;
    text-align: right;
}

.listItem {
    list-style-image: url('../img/iconfinder-16.png') !important;
}

.listContainer {
    /* margin-bottom: 1rem; */
    text-align: right;
}


/* .main-list  >li{
    
    text-align: right;
} */

.noneListStyle li {
    list-style: none;
}

.main-list div {
    text-align: right;
    color: gray;
    position: relative;
    left: 2rem;
    margin-bottom: 0.6rem;
}

.sublist>li {
    list-style-image: none;
    list-style-type: square !important;
    color: #006a4d;
}

.listContainer button,
.listContainer h2,
.listContainer h4,
.listContainer h6,
.newsHeader,
.section h2 {
    color: #006a4d;
    margin-bottom: 1.5rem;
    padding-bottom: 4px;
}

.listContainer a,
.listContainer button,
.listContainer h2,
.newsHeader {
    font-size: 20px;
}

.listContainer button {
    background: transparent;
    border: 0;
    outline: none;
}

.titleBottomBorder {
    border-bottom: 3px solid #153d2b !important;
    width: fit-content;
    border-radius: none !important;
}

.listContainer a:focus {
    box-shadow: none;
}


/* 
.listContainer  */

ul li p,
ul li a {
    position: relative;
    /* bottom: 7px; */
    color: black;
}

.tablestyle thead th {
    background-color: #006a4d;
    color: #FFF;
}


/* .tablestyle tbody tr{
    background-color: #c1c1c1;
    color: #FFF;
    border-bottom: 0.5px solid whitesmoke;
} */


/* .sidebanner{
    display: block;
} */

.sliderWidth {
    width: auto !important;
}

.mobiledropdown {
    background-color: transparent;
    border: none;
    text-align: right;
}

.table-responsive {
    overflow-x: scroll;
}

.greenColor {
    color: #006a4d;
}

.blackColor {
    color: #000;
}

.carousel-caption {
    right: 0 !important;
    left: 70% !important;
    bottom: 12px;
    text-align: right;
    padding-right: 2.5rem;
    width: 100%;
}

.boardName {
    color: #4d4d4d;
}

.boardTitle {
    color: #006a4d
}

.navDropdown {
    /* right: 3; */
    left: auto;
    top: 95%;
    background-color: #006a4d;
    text-align: right;
}

.navLinkTitle {
    color: white !important;
}

.newsTitle {
    margin: 0;
    color: #006a4d;
    font-weight: 700;
    font-size: 2.4rem;
    padding-top: 0;
}


/* .collapseIcon{
    font-size: 22px;
} */

@font-face {
    font-family: 'QuranFont';
    src: url('../fonts/ae_fonts1/ae_Rasheeq_bold.ttf');
}

.quranQoute {
    font-family: 'QuranFont';
    font-size: 1.4rem;
}

.CURRENCYContainer {
    background: url('/assets/img/currency.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.currencyInfo {
    position: absolute;
    top: 0;
    padding: 30px 60px;
    width: 100%;
    height: 100%;
}

.currencyCard {
    padding: 5px 49px 92px;
    border-radius: 20px;
    background-color: #ffffff;
    width: 100%;
}

.withtable {
    padding-bottom: 6px;
}

.currencyTable th,
.currencyTable td {
    background-color: white !important;
}

.currencyTable th {
    color: #153d2b;
    ;
}

.currencyTable td {
    color: #153d2b;
    opacity: 0.75;
}

.currencyCard h5 {
    color: #153d2b;
    margin-right: 20px;
}

.currencyField {
    border-radius: 35px;
    background-color: #153d2b;
    opacity: 0.75;
    padding: 3px 9px 3px 0;
    color: #ffffff;
}

.currencyField:focus {
    outline: none;
}

.currencyField[type="number"] {
    width: 186px;
    margin-top: 7px;
    margin-left: 31px;
}

.currencyField[type="button"] {
    width: 113px;
}

@media screen and (max-width: 1024px) {
    .currencyField[type="number"] {
        width: 136px;
        margin-left: 18px;
    }
    .currencyField[type="button"] {
        width: 97px;
    }
    /* .currencyCard{
        padding: 5px 49px 117px;
    } */
}

.cardList {
    height: 335px !important;
    /* height: 450px !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    color: #153d2b;
    cursor: default;
}

.card-backgorund {
    position: relative;
    /* height: 335px !important; */
    border-radius: 15px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    color: #153d2b;
    cursor: default;
}

.card-backgorund .imageContanier {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.card-backgorund .cardButton {
    opacity: 0.8;
}

.mediaCard {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}


/* .cardList div img{
    margin: 20px 128px 10px ;
} */


/* .listcardInfo{
    font-size: 15px;
} */

.cardTitle {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 18px;
}

.card-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.card-image-background {
    width: 100%;
    height: 100%;
}

.card-image img {
    height: auto !important;
    /* margin: 20px 128px 10px  */
}

.mediaCard .cardButton {
    opacity: 0.7;
}

.cardButton {
    height: 68px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    border: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #153d2b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 13px;
    font-weight: bold;
}

.cardButton:hover {
    text-decoration: none;
    color: #f5f5f5;
}

.bannerContainer {
    position: relative;
    width: 100%;
    text-align: center;
    height: 50vh;
}

.bannerContainer img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.bannerTitleContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bannerTitle {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.roadMapSection {
    border-left: 1px solid #282D32;
}

.boardName {
    font-size: 26px;
    font-weight: bold;
    color: #153d2b;
}

.boardTitle {
    font-size: 24px;
    color: #707070;
}

.boardImage {
    width: 200px;
    height: 200px;
}

.boardImage img {
    border-radius: 103px;
}

.content-bottom-margin {
    margin-bottom: 8rem;
}

.mainpropTitle {
    font-size: 1.125rem;
    color: #153d2b;
}

.mainPropInfo {
    color: #4d4d4d;
    font-size: 0.875rem;
}

.propTitle {
    font-size: 1.75rem;
    color: #153d2b;
}

.navdropdown {
    position: static !important;
}

.navdropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top: 0px !important;
    width: 100% !important;
}

@media screen and (max-width: 600px) {
    .sidebanner {
        display: none;
    }
}

@media screen and (min-width:426px) {
    .sidebanner {
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (max-width: 796px) {
    .mediaMargin {
        margin-bottom: 3rem;
    }
    .navLarge {
        display: none;
    }
    .navSmall {
        display: flex !important;
    }
    .roadMapSection {
        border-left: none !important;
    }
    .currencyConversionCont {
        margin-bottom: 8rem;
    }
}

@media screen and (max-width: 1200px) {
    .navLarge {
        display: none;
    }
    .navSmall {
        display: flex !important;
    }
}

@media screen and (min-width:769px) {
    .navSmall {
        display: none;
    }
    .currencyConversionCont {
        display: flex;
        align-self: stretch;
    }
    .table-responsive {
        overflow: hidden !important;
    }
}

@media screen and (min-width:992px) {
    .cardList {
        height: 450px !important
    }
}

@media screen and (max-width:426px) {
    .carousel-caption h3 {
        font-size: 1rem !important;
    }
    .makecenter {
        justify-content: center !important;
    }
    .bannerContainer {
        height: 250px;
    }
}

.tableCellWidth {
    width: 25%;
}

.careerCard {
    border: 3px solid #006a4d;
}

.careerCard .cardHeader {
    color: #153d2b;
    text-align: center;
    padding: 1rem;
    border-bottom: 3px solid #006a4d;
}

.nextBtn,
.submitBtn {
    padding: 0.3rem 2rem;
    background-color: #006a4d;
    color: #f5f5f5;
}

.nextBtn:disabled {
    opacity: 0.7;
}

.required:after {
    content: " *";
    color: red;
}

.errorMessage {
    /* color: #9F6000;
    background-color: #FEEFB3; */
    color: #D8000C;
    background-color: #FFD2D2;
    display: none;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.newstitle h2 {
    color: #006a4d;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
}

#careerHistory,
#educationHistory,
#family,
#refrence,
#relatives,
.submitBtn,
#submit {
    display: none;
}

.employeeName {
    font-weight: bold;
}

.bodyWrapper {
    max-width: 2000px;
    margin: 0 auto;
}

.news-card {
    display: flex;
    border: 1px solid lightgrey;
}

@media screen and (min-width:1500px) {
    .mysubnav-content {
        width: 32rem;
    }
}

@media screen and (max-width:1440px) {
    .mysubnav-content {
        width: 25rem;
    }
}

@media screen and (max-width:1024px) {
    .mysubnav-content {
        width: 17rem;
    }
}

@media screen and (max-width: 321px) {
    .currencyField[type="number"] {
        width: 115px;
        margin-left: 13px;
    }
    .intro h2 {
        font-size: 2rem;
    }
    .bannerTitle {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .popup-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }
    .popup-box {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border: 1px solid #006a4d;
        border-radius: 25px;
        padding: 10px;
        z-index: 101;
    }
    .popup-box img {
        max-width: 100%;
        border-radius: 25px;
    }
    .close-button {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #006a4d;
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
    }
}

@media screen and (max-width: 768px) {
    .popup-overlay {
        display: none;
    }
    .popup-box {
        display: none;
    }
    .form-group {
        flex-direction: column;
    }
}