
body { 
    padding: 0; 
    margin: 0; 
    font-family: 'Cairo', sans-serif;
    background: #fff;
}
.owl-dot:focus { box-shadow: none; outline: none; }
input:focus, button:focus {
    outline: none;
    box-shadow: none;
}
.btn:focus, .btn:active, .btn:visited { outline: none; box-shadow: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/*@font-face {
  font-family: cairo;
  src: url(../font/Cairo-Regular.ttf);
}
*/

header {
    background-image: url(../images/banner.png);
    height: 415px;
    background-size: cover;
}


.bannerText {
    text-align: right;
    padding: 115px 0 0;
    color: #fff;
    line-height: 1.5em;
}
.bannerText h2 {
    font-size: 32px;
    line-height: 1.5em;
}
.bannerText p {
    font-size: 25px;
    margin: 30px 0 0;
    line-height: 1.5em;
}


.contentSection {
    margin: 0 0 50px;
}

.formBox {
    background: #1f1f1f;
    padding: 40px 15px;
    margin-bottom: 35px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    top: -5px;
}

.formBox .manMoneyImg {
    position: absolute;
    left: 9px;
    top: 0;
    width: 90%;
    transform: translateY(-100%);
}
.formBox input, .formBox select {
    text-align: right;
    padding: 2px 10px;
    font-size: 14px;
    height: 38px;
}
.formBox select {
    direction: rtl;
}
.formBox input:focus, .formBox select:focus, .formBox .btn:focus {
    box-shadow: none;
    outline: none;
}

.formBox h5 {
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6em;
}


.formBox label {
    text-align: right;
    width: 100%;
}
.formBox .btn {
    display: inline-block;
    width: 100%;
    height: 38px;
    color: #000;
    margin: 25px 0 0;
    background-image: url(../images/btn_bg.png);
    background-size: cover;
}
.SB_img img {
    width: 100%;
}



.pageContent {
    padding: 50px 0 20px;
}
.pageContent p {
    text-align: right;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 2em;
}
.pageContent p span {
    color: #c2b721;
}
.pageContent h2 {
    color: #c2b721;
    margin-bottom: 15px;
    text-align: right;
    font-size: 30px;
}

.pageContent .contentImg {
    padding: 15px 0;
}
.pageContent .contentImg img {
    width: 100%;
}

.graphImg {
    max-width: 750px;
    margin: 0 auto;
}

.pageContent ol {
    direction: rtl;
    padding-right: 20px;
}
.pageContent ol li {
    padding-right: 10px;
}


.checkText span {
    margin-left: 18px;
    display: inline-block;
    color: #000;
}
.pageContent .checkText span {
    color: #000;
}

.checkText span:first-child {
    margin-left: 0;
}
.checkText span small {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-left: 4px;
    color: #c2b721;
}

.contentBtn {
    margin-top: 40px;
}
.contentBtn .btn {
    font-size: 25px;
    color: #fff;
    border-radius: 40px;
    padding: 10px 50px 15px;
    background-image: url(../images/btn_bg.png);
    background-size: cover;
}
.SB_img.manImg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pageContent h4 {
    text-align: right;
    font-size: 26px;
    margin-bottom: 15px;
}



.tableSection {
    /*max-width: 75%;*/
    margin: 0 auto;
    height: 395px;
    overflow-y: auto;
}

.tableSection .table thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}
.mainHead th {
    color: #c1c1c1;
}


.tableSection .table {
    border: 1px solid #dee2e6;
    margin-bottom: 0;
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 300;
}

.goldImg {
    margin-top: 350px;
}



footer {
    padding: 40px 0 75px;
    background-image: url(../images/footerBG.png);
    background-size: cover;
}
.footText {
    text-align: center;
    color: #fff;
}

.socialIcon {
    text-align: center;
    margin-top: 25px;
}
.socialIcon a {
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    color: #000;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}


.modal-content {
    position: relative;
}
.close {
    position: absolute;
    right: 8px;
    top: 0px;
    width: 20px;
    font-size: 30px;
    z-index: 5;
}
.modal-dialog {
    margin-top: 100px;
}
.popupContent {
    text-align: center;
}
.popupContent p {
    margin: 12px 0;
    font-size: 20px;
}






@media screen and (max-width: 800px) {
    .bannerText {
        padding: 100px 0 0;
    }
    .bannerText h2 {
        font-size: 32px; 
    }
    .bannerText p {
        font-size: 22px;
    }
    .tableSection {
        max-width: 100%;
    }
    .tableSection .table {
        width: 650px;
    }


}

@media screen and (max-width: 450px) {

    header {
        height: 300px;
    }
    .bannerText {
        padding: 75px 0 0;
    }
    .bannerText h2 {
        font-size: 22px;
    }
    .bannerText p {
        font-size: 17px;
    }

    .manMoneyImg {
        display: none;
    }

    .formBox {
        top: 0;
        margin-top: 20px;
    }
    .SB_img {
        margin-bottom: 20px;
    }
    .SB_img.manImg {
        margin-bottom: 0;
    }

    .tableSection .table td, .tableSection .table th {
        padding: 5px !important;
        font-size: 13px;
    }
    .pageContent p {
        font-size: 14px;
        line-height: 1.8em;
    }
    .pageContent h2 {
        font-size: 24px;
    }
    .formBox {
        padding: 30px 15px; 
    }

    .pageContent h4 {
        font-size: 20px;
    }
    .contentBtn .btn {
        font-size: 14px;
        border-radius: 40px;
        padding: 8px 20px 10px;
    }
    .goldImg {
        margin-top: 30px;
    }
    .footText {
        font-size: 12px;
    }

    .tableSection {
        height: 245px;
    }
    .tableSection .table {
        width: 650px;
    }
    .popupContent p {
        font-size: 16px;
    }



}



