﻿/********************************************************************/
/********************GENERAL RULES*******************************/
/********************************************************************/

@font-face {
    font-family: "EngLight";
    src: url(../Content/Fonts/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: "EngThin";
    src: url(../Content/Fonts/Montserrat-Thin.ttf) format('truetype');
}

@font-face {
    font-family: "EngMed";
    src: url(../Content/Fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "EngBold";
    src: url(../Content/Fonts/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "EngBlack";
    src: url(../Content/Fonts/Montserrat-Black.ttf) format('truetype');
}

@font-face {
    font-family: "EngSectionFont";
    src: url(../Content/Fonts/DMSerifDisplay-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "ArbDisplayBold";
    src: url(../Content/Fonts/ElMessiri-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "ArbDisplayRegular";
    src: url(../Content/Fonts/ElMessiri-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "KrdFont";
    src: url(../Content/Fonts/Rabar_042.ttf) format('truetype');
}

.ArbDisplayBold {
    font-family: ArbDisplayBold;
}

.ArbDisplayRegular {
    font-family: ArbDisplayRegular;
}

.EngFontMed {
    font-family: EngMed;
}

.EngFontBold {
    font-family: EngBold;
}

.EngSectionFont {
    font-family: EngSectionFont;
}

.KurdishFont {
    font-family: KrdFont;
}

.bodyclass {
    background-color: #fffffc !important;
}

.full_page {
    width: 100%;
    margin: 0;
    padding: 0;
}

.full_width {
    width: 100%;
}

.half_width {
    width: 50%;
}

.quar_width {
    width: 25%;
}

.width20 {
    width: 20% !important;
}

.Width95 {
    width: 98%;
}

.quar3_width {
    width: 75%;
}

.error_text {
    color: red;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right !important;
}

.mt-10 {
    margin-top: 75px;
}

.pt-10 {
    padding-top: 75px;
}

.mb-10 {
    margin-bottom: 75px;
}

.txt_left {
    text-align: left;
}

.no_border {
    border: none !important;
}

.GridViewNoBorder > .card {
    border: none !important;
}

.TableNoBorder {
    border-collapse: collapse !important;
    border: none !important;
}

    .TableNoBorder td {
        border-collapse: collapse !important;
        border: none !important;
    }

.auto_margin {
    margin-left: auto !important;
    margin-right: auto !important;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.ver_align_top {
    vertical-align: top !important;
}

.ver_align_bottom {
    vertical-align: bottom;
}

.ver_align_middle {
    vertical-align: middle;
}

.dis_table {
    display: table !important;
}

.dis_table_child {
    display: table-cell;
    vertical-align: middle;
}

.global_div {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #FBFCFC;
    box-shadow: 0px 0px 5px silver;
}

.EngDisplayBtn {
    font-family: EngBold;
    font-size: 18px;
    border-radius: 20px !important;
}

.EngContentBtn {
    font-family: EngBold;
    font-size: 16px;
    border-radius: 20px !important;
}

.ArbDisplayBtn {
    font-family: ArbDisplayBold;
    font-size: 20px;
    border-radius: 20px !important;
}

.KrdDisplayBtn {
    font-family: KrdFont;
    font-size: 20px;
    border-radius: 20px !important;
}

.ArbContentBtn {
    font-family: ArbDisplayBold;
    font-size: 16px;
    border-radius: 20px !important;
}

.KrdContentBtn {
    font-family: KrdFont;
    font-size: 16px;
    border-radius: 20px !important;
}

.PageStarter {
    height: 60px;
    background-color: #C8A964;
}

.GlobalDivItem {
    width: 98%;
    background-color: white;
    border-radius: 10px;
}

.GlobalDiv {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    border-left: 10px solid #292953;
}

.GlobalDiv_Arb {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    border-right: 10px solid #292953;
}

.GlobalDiv2 {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    border-right: 10px solid #292953;
}

.GlobalDiv_NoWidth {
    border-radius: 10px;
    border-left: 10px solid #292953;
    width: auto !important;
    display: inline-table;
    height: 42px !important;
    line-height: 42px;
}

.GlobalDiv_NoWidth_Arb {
    border-radius: 10px;
    border-right: 10px solid #292953;
    /*width: 98%;*/
    width: auto !important;
    display: inline-table;
    height: 42px !important;
    line-height: 42px;
}

.GlobalDiv2_NoWidth {
    width: auto !important;
    display: inline-table;
    border-radius: 10px;
    border-right: 10px solid #292953;
    height: 42px !important;
    line-height: 42px;
}

.SvgImage {
    width: 75%;
    height: auto;
}

.SvgImageTxt {
    font-family: EngMed;
    font-size: 25px;
    font-weight: 600;
    color: #005B4C;
}

.FormText {
    font-family: EngMed;
    margin-top: 100px;
}

.FormTextArb {
    font-family: ArbDisplayBold;
    margin-top: 100px;
}

.FormTextKrd {
    font-family: KrdFont;
    margin-top: 100px;
}

.FormText_1 {
    font-family: EngMed;
}

.CommandBtn {
    width: 100%;
    background-color: #D0D3D4;
    color: black;
}

.langbtn {
    width: 10px;
    text-align: center;
}

.link {
    font-family: EngMed !important;
    color: #004129 !important;
    font-size: 14px;
    font-weight: bold;
}

.linkArb {
    font-family: ArbDisplayBold !important;
    color: #004129 !important;
    font-size: 16px;
    font-weight: bold;
}

.linkKrd {
    font-family: KrdFont !important;
    color: #004129 !important;
    font-size: 16px;
    font-weight: bold;
}

.link1 {
    font-family: EngMed !important;
    color: #004129 !important;
    font-size: 14px;
}

.link1Arb {
    font-family: ArbDisplayBold !important;
    color: #004129 !important;
    font-size: 14px;
}

.link1Krd {
    font-family: KrdFont !important;
    color: #004129 !important;
    font-size: 14px;
}

.modal11 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.center11 {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 200px;
    height: 200px;
    background-color: transparent;
}

    .center11 img {
        margin-left: auto;
        margin-right: auto;
    }

.Tab_Text {
    font-family: EngBold !important;
    color: #0D2B07 !important;
    font-size: 16px !important;
}

.TabCss {
    /*background-color: red !important;*/
    border: none !important;
    visibility: hidden !important;
}

.ModalTitel {
    font-family: EngMed;
    font-size: 13px;
    color: #0D2B07;
}

.ModalTable {
    width: 90%;
}

.ModalContBtn {
    width: 100px;
    border-radius: 20px;
    color: black;
    background-color: #D0D3D4;
    font-size: 14px;
}

.ModalChktBtn {
    background-color: #FAA819;
    width: 100px;
    border-radius: 20px;
    font-size: 14px;
}

.ModalIconTD {
    width: 25px;
}

.ModalText {
    font-size: 14px !important;
    color: black !important;
    text-decoration: none !important;
}

    .ModalText :hover {
        text-decoration: none !important;
        color: black !important;
    }

.PageHeader {
    font-family: EngBold;
    font-size: 30px;
    color: #C8A964;
}

.RemoveLinkStyle {
    font-style: normal !important;
    text-decoration: none !important;
}

    .RemoveLinkStyle:hover {
        font-style: normal !important;
        text-decoration: none !important;
    }

.txtPrimaryColor {
    color: #007664 !important
}

.TrHight {
    height: 35px;
    line-height: 35px;
}

.blueBall {
    background: url(../Images/logout.png) no-repeat center center;
    height: 24px;
    width: 24px;
}

.NormalText {
    text-align: justify;
    font-family: EngMed;
    font-size: 14px;
    color: #4D5656;
}

.NormalTextHeader {
    font-family: EngBold;
    font-size: 16px;
    color: #4D5656;
}

.NormalTextArb {
    font-family: ArbDisplayBold;
    font-size: 14px;
    color: #4D5656;
}

.NormalTextHeaderArb {
    font-family: ArbDisplayBold;
    font-size: 18px;
    color: #4D5656;
}

.NormalTextKrd {
    font-family: KrdFont;
    font-size: 14px;
    color: #4D5656;
}

.NormalTextHeaderKrd {
    font-family: KrdFont;
    font-size: 18px;
    color: #4D5656;
}

.blueBallHottracked {
}

.blueBallPressed {
}

.ArbNumTD {
    width: 60px;
    vertical-align: top;
}

.DonateTD {
    width: 100px !important;
}
/********************************************************************/
/********************MASTER PAGE*******************************/
/********************************************************************/
.master_logo {
    width: 120px;
    height: auto;
    margin-left: 5px !important;
}

.MenuText {
    font-family: EngBold;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFC !important;
    /*background-color: #f2f2f2 !important;*/
    /*background-color: #165079 !important;*/
    background-image: linear-gradient(to right, #ecf0f1, #b3c7cf, #7d9fb1, #4b7795, #165079);
}

.MenuTextAr {
    font-family: ArbDisplayBold;
    font-size: 18px;
    font-weight: 500;
    color: #292953 !important;
    background-color: #004129;
}

.MenuTextKu {
    font-family: KrdFont;
    font-size: 18px;
    font-weight: 500;
    color: #292953 !important;
    background-color: #004129;
}

.MenuItem a {
    color: #292953 !important;
}

.hamburger_btn {
    /*color: #00509D !important;*/
    color: #ECF0F1 !important;
}

.hamburger_btn_span {
    font-size: 28px;
}

.logo_td {
    width: 180px !important;
    min-width: 180px !important;
}

.UserImgBtn {
    width: 32px;
}

.LangDropDown {
    font-family: EngBold;
}

.CartBtn {
    display: table;
    background: url(../Images/bag1.svg) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 38px;
    border: none;
}

.CartBadge {
    display: table-cell;
    right: 9px !important;
    margin-top: 9px !important;
    font-size: 15px;
    font-family: EngBold;
    color: #292953 !important;
}

.languagedrp {
    font-size: 16px !important;
    border: none;
    border-radius: 0px !important;
    background-color: transparent !important;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #292953 !important;
}

.languagebtn {
    visibility: hidden;
}

.MasterMenuTD {
    width: 60px !important;
}

.MasterFooter {
    background-color: #F4F6F4;
}

.MasterFooterSectionBorder {
    border-top: 2px solid #165079;
}

.MasterFooterHeaderText {
    font-size: 20px;
    font-family: EngMed;
    color: #292953;
}

.MasterFooterText {
    font-size: 16px;
    color: #6b6d6e !important;
    font-family: EngMed;
}

    .MasterFooterText a {
        color: #6b6d6e !important;
    }

.MasterFooterHeaderTextArb {
    font-size: 20px;
    font-family: ArbDisplayRegular;
    color: #292953;
}

.MasterFooterHeaderTextKrd {
    font-size: 20px;
    font-family: KrdFont;
    color: #292953;
}

.MasterFooterTextArb {
    font-size: 16px;
    color: #6b6d6e !important;
    font-family: ArbDisplayRegular;
}

    .MasterFooterTextArb a {
        color: #6b6d6e !important;
    }

.MasterFooterTextKrd {
    font-size: 16px;
    color: #6b6d6e !important;
    font-family: KrdFont;
}

    .MasterFooterTextKrd a {
        color: #6b6d6e !important;
    }

.MasterFooterLogo {
    width: 200px;
}

/********************************************************************/
/********************DEFAULT PAGE*******************************/
/********************************************************************/
.header {
    position: relative;
    text-align: center;
    /*background-image: linear-gradient(to right top, #2a2da6, #005fc5, #0086cb, #00a7c7, #6ec5c5);*/
    background-color: white;
}

.inner-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #F1F2F2 !important;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

.home_img_text {
    font-weight: 400;
    font-family: EngBlack;
    font-style: normal !important;
    text-decoration: none !important;
    font-size: 65px;
}

.home_img_text_Arb {
    font-weight: bolder;
    font-family: ArbDisplayBold;
    font-style: normal !important;
    text-decoration: none !important;
    font-size: 75px;
}

.home_img_text_Krd {
    font-weight: bolder;
    font-family: KrdFont;
    font-style: normal !important;
    text-decoration: none !important;
    font-size: 75px;
}

.home_img_text_alt_color {
    color: #292953;
}

.home_img_text_main_color {
    color: #292953;
    font-size: 85px;
}

.TxtPaddingTop {
    margin-top: 50px !important;
}

.wordCarousel {
    font-style: normal !important;
    text-decoration: none !important;
}

    .wordCarousel div {
        overflow: hidden;
        position: relative;
        height: 85px;
        padding-top: 10px;
        margin-top: -10px;
    }

    .wordCarousel li {
        margin-left: -30px !important;
        font-family: EngBlack;
        font-size: 65px;
        color: #2e999b;
        height: 45px;
        margin-bottom: 45px;
        display: block;
    }

    .wordCarousel:hover {
        color: #000;
    }

.wordCarousel_Arb {
    font-style: normal !important;
    text-decoration: none !important;
}

    .wordCarousel_Arb div {
        overflow: hidden;
        position: relative;
        height: 75px;
        padding-top: 10px;
        margin-top: -10px;
    }

    .wordCarousel_Arb li {
        margin-left: -40px !important;
        font-family: ArbDisplayBold;
        font-size: 65px;
        color: #007A4E;
        height: 45px;
        margin-bottom: 45px;
        display: block;
    }

    .wordCarousel_Arb:hover {
        color: #000;
    }

.wordCarousel_Krd {
    font-style: normal !important;
    text-decoration: none !important;
}

    .wordCarousel_Krd div {
        overflow: hidden;
        position: relative;
        height: 75px;
        padding-top: 10px;
        margin-top: -10px;
    }

    .wordCarousel_Krd li {
        margin-left: -40px !important;
        font-family: KrdFont;
        font-size: 67px;
        color: #007A4E;
        height: 45px;
        margin-bottom: 45px;
        display: block;
    }

    .wordCarousel_Krd:hover {
        color: #000;
    }

.home_anim_div {
    color: #292953;
    height: 110px !important;
}

.home_anim_txt {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.flip2 {
    animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip3 {
    animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip4 {
    animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip5 {
    animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.flip5Krd {
    animation: flip5Krd 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@keyframes flip2 {
    0% {
        margin-top: -180px;
    }

    5% {
        margin-top: -90px;
    }

    50% {
        margin-top: -90px;
    }

    55% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -180px;
    }
}

@keyframes flip3 {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}

@keyframes flip4 {
    0% {
        margin-top: -360px;
    }

    5% {
        margin-top: -270px;
    }

    25% {
        margin-top: -270px;
    }

    30% {
        margin-top: -180px;
    }

    50% {
        margin-top: -180px;
    }

    55% {
        margin-top: -90px;
    }

    75% {
        margin-top: -90px;
    }

    80% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -360px;
    }
}

@keyframes flip5 {
    0% {
        margin-top: -450px;
    }

    5% {
        margin-top: -360px;
    }

    20% {
        margin-top: -360px;
    }

    25% {
        margin-top: -270px;
    }

    40% {
        margin-top: -270px;
    }

    45% {
        margin-top: -180px;
    }

    60% {
        margin-top: -180px;
    }

    65% {
        margin-top: -90px;
    }

    80% {
        margin-top: -90px;
    }

    85% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -450px;
    }
}

@keyframes flip5Krd {
    0% {
        margin-top: -460px;
    }

    5% {
        margin-top: -370px;
    }

    20% {
        margin-top: -370px;
    }

    25% {
        margin-top: -280px;
    }

    40% {
        margin-top: -280px;
    }

    45% {
        margin-top: -190px;
    }

    60% {
        margin-top: -190px;
    }

    65% {
        margin-top: -100px;
    }

    80% {
        margin-top: -100px;
    }

    85% {
        margin-top: 10px;
    }

    99.99% {
        margin-top: 10px;
    }

    100% {
        margin-top: -460px;
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.home_main_photo_div {
    padding-top: 25px;
}

.HomeMainDivTextDiv {
    background-image: url(../Images/abstract_svg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.DefMainImg {
    width: 100%;
    height: auto;
}

.HomeHeaderTxt {
    font-family: EngSectionFont;
    font-size: 38px;
    color: #292953;
    font-weight: 900;
    margin-left: 10px;
}

.HomeHeaderTxt_Arb {
    font-family: ArbDisplayBold;
    font-size: 38px;
    color: #292953;
    font-weight: 900;
    margin-left: 10px;
}

.HomeHeaderTxt_Krd {
    font-family: KrdFont;
    font-size: 38px;
    color: #292953;
    font-weight: 900;
    margin-left: 10px;
}

.HomeHeaderTxt2 {
    font-family: EngSectionFont;
    font-size: 38px;
    color: #292953;
    font-weight: 900;
    margin-right: 10px;
}

.home_parallax {
    background-image: url(../Images/para3.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_parallax_2 {
    background-image: url(../Images/para4.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeHeaderTxtAlterColor {
    color: white;
}

.home_seq_div {
    border-radius: 15px;
    height: 345px;
}

.home_seq_div_img {
    width: 100px;
    height: auto;
}

.home_seq_img_div {
    height: 120px;
}

.home_feature_h {
    font-size: 18px;
    font-family: EngBold;
    color: #292953;
}

.home_feature_h_Arb {
    font-size: 18px;
    font-family: ArbDisplayBold;
    color: #292953;
}

.home_feature_h_Krd {
    font-size: 18px;
    font-family: KrdFont;
    color: #292953;
}

.HomeBoxTxtDiv {
    height: 75px;
}

.home_box_text {
    font-size: 16px;
    color: #292953;
    font-family: EngMed;
}

.home_box_text_Arb {
    font-size: 16px;
    color: #292953;
    font-family: ArbDisplayBold;
}

.HomeMainBtn {
    width: 300px;
    background-color: #f13a57;
    color: #f5f7f8;
    border-radius: 20px !important;
}

.HomeHowitWorksBtn {
    width: 80%;
    background-color: #F13A57;
    color: #FFFFFC;
}

.HomePhotoText {
    font-family: EngBold;
    font-size: 400%;
    color: #0D2B07;
    font-style: normal !important;
    text-decoration: none !important;
    margin-bottom: 225px;
    background-color: #ffffff80;
}

    .HomePhotoText:hover {
        color: #0D2B07;
    }

.ViewAllCampaignBtn {
    width: 25%;
    color: black;
    background-color: #FAC204;
}

.fbg {
    background: url(../Images/SectorCover.svg) no-repeat;
    background-attachment: fixed;
    background-position: 50% top;
    background-size: cover;
}

.section {
    height: 400px;
    position: relative;
    text-align: center;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5;
}

    .section:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0px;
        vertical-align: middle;
    }

.HomeCardControl {
    width: 100%;
}

    .HomeCardControl > div {
        border: none !important;
        width: 100%;
        background-color: transparent !important;
    }

.HomeCard {
    border: none;
    box-shadow: none;
    background-color: #ECF0F1 !important;
}

    .HomeCard > div {
        padding: 5px !important;
    }

.HomeCardMainDiv {
    border-radius: 15px !important;
    background-color: #ECF0F1;
}

.HomeWinnerCardMainDiv {
    border-radius: 15px !important;
    background-color: #E8F6F3;
}

.HomeCardBtnTable {
    width: 98%;
}

.ItemCardBtn {
    width: 100%;
    background-color: #F13A57;
    color: #FFFFFC;
}

.HomeCardBtn {
    width: 100%;
    background-color: #F13A57;
    color: #FFFFFC;
}

.AllCampaignBtn {
    width: 98%;
    background-color: transparent;
    border: 2px solid #F13A57;
    color: #F13A57;
}

.HomeCardShareBtn {
    background: url(../Images/share.png) no-repeat;
    background-size: 30px 30px;
    width: 38px;
    height: 38px;
    border: none;
}

.ItemCampaignNameDiv {
    background-color: #F1F2F2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.HomeCardTitleDiv {
    height: 50px;
    line-height: 50px;
}

.HomeCardDateDiv {
    height: 50px;
    line-height: 50px;
}

.HomeCardImage {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.HomeCardTitle {
    font-family: EngBold;
    color: #292953;
    font-size: 20px;
}

.HomeCardTitle_Arb {
    font-family: ArbDisplayBold;
    color: #292953;
    font-size: 20px;
}

.HomeCardTitle_Krd {
    font-family: KrdFont;
    color: #292953;
    font-size: 20px;
}

.HomeCardDate {
    font-family: EngMed;
    color: #292953;
    font-size: 16px !important;
    text-shadow: none !important;
}

.HomeCardDate_Arb {
    font-family: ArbDisplayBold;
    color: #292953;
    font-size: 16px !important;
    text-shadow: none !important;
}

.HomeCardDate_Krd {
    font-family: KrdFont;
    color: #292953;
    font-size: 16px !important;
    text-shadow: none !important;
}

.progress-bar {
    background-color: #2E999B !important;
    color: black !important;
}

.card {
    background-color: transparent !important;
}

.HomeDonateHeaderTxtDiv {
    margin-top: 50px;
    width: 75%;
}

.HomeDonateHeaderTxt {
    font-size: 22px;
    font-family: EngBold;
    color: #0D2B07;
}

    .HomeDonateHeaderTxt:hover {
        color: #0D2B07 !important;
    }

.HomeDonateTxtDiv {
    width: 75%;
}

.donateimage {
    width: 100% !important;
}

.HomeDonateTxt {
    font-size: 20px;
    font-family: EngMed;
    color: #010500;
}

    .HomeDonateTxt:hover {
        color: #010500 !important;
    }

.HomeDonateDivBg {
    background-color: #F1F2F2;
}

.ClosedCamps {
    background-color: #FDFAED;
}

.WinCongratsTxt {
    font-family: EngMed;
    color: #E74C3C;
    font-size: 24px !important;
    font-style: italic !important;
}

    .WinCongratsTxt:hover {
        color: #E74C3C !important;
        font-style: italic !important;
    }

.WinCongratsTxt_Arb {
    font-family: ArbDisplayBold;
    color: #E74C3C;
    font-size: 24px !important;
    font-style: italic !important;
}

    .WinCongratsTxt_Arb:hover {
        color: #E74C3C !important;
        font-style: italic !important;
    }

.WinCongratsTxt_Krd {
    font-family: KrdFont;
    color: #E74C3C;
    font-size: 24px !important;
    font-style: italic !important;
}

    .WinCongratsTxt_Krd:hover {
        color: #E74C3C !important;
        font-style: italic !important;
    }

.HomeWinnerTxt {
    font-family: EngMed;
    color: black;
    font-size: 14px !important;
}

.HomeWinnerTxt_Arb {
    font-family: ArbDisplayBold;
    color: black;
    font-size: 14px !important;
}

.HomeWinnerTxt_Krd {
    font-family: KrdFont;
    color: black;
    font-size: 14px !important;
}
/********************************************************************/
/********************Campaign PAGE*******************************/
/********************************************************************/
.CampaignHeader {
    font-family: EngBold;
    font-size: 20px;
    color: #035F26;
    padding-top: 10px !important;
}

    .CampaignHeader:hover {
        color: #035F26;
    }

.CampaignPhoto {
    width: 50%;
}

.CampaignName {
    font-size: 38px;
    color: #F7941D;
    font-weight: 900;
}

.CampaignDesc {
    font-size: 16px;
    color: #0D2B07;
}

.ItemCardTitle {
    color: #010500;
    font-size: 18px;
}

.ItemCardDesc {
    color: #010500;
    font-size: 15px;
}

.ItemCardCoupon {
    color: #F7941D;
    font-size: 14px;
    font-style: italic;
}

.ItemCardPrice {
    color: #010500 !important;
    font-size: 17px;
}

.TabHeader {
    font-size: 18px !important;
}

.ActiveTab {
    background-color: #F1F2F2;
}

.ItemNameDiv {
    height: 75px;
    line-height: 75px;
    border-bottom: 2px solid #0D2B07;
}

.ItemNameTxt {
    color: #010500;
    font-size: 22px;
}

.ItemDescDiv {
}

.ItemDescTxt {
    color: #010500;
    font-size: 18px;
}

.ItemPriceDiv {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid silver;
}

.ItemPriceTxt {
    color: #010500;
    font-size: 20px;
}

.OtherItemsCard {
    width: 75% !important;
}

.footer11 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

/********************************************************************/
/************************View Bag & Checkout*************************/
/********************************************************************/

.BagItemName {
    font-family: EngMed;
    color: #010500;
    font-size: 16px;
}

.BagItemNameArb {
    font-family: ArbDisplayBold;
    color: #010500;
    font-size: 16px;
}

.BagItemNameKrd {
    font-family: KrdFont;
    color: #010500;
    font-size: 16px;
}

.BagItemPrice {
    font-family: EngLight;
    color: #010500;
    font-weight: 600;
    font-size: 14px;
}

.BagItemPriceArb {
    font-family: ArbDisplayBold;
    color: #010500;
    font-weight: 600;
    font-size: 14px;
}

.BagItemPriceKrd {
    font-family: KrdFont;
    color: #010500;
    font-weight: 600;
    font-size: 14px;
}

.BagItemQtyTD {
    height: 35px;
    line-height: 35px;
}

.BagQtyTD {
    width: 135px;
}

.BagQtyTxtTD {
    width: 45px !important;
}

.CheckoutBtn {
    width: 150px;
    background-color: #D0D3D4;
    color: black;
    border-radius: 20px !important;
}

.CheckoutBagHeaderDiv {
    background-color: #DFE0DF;
    height: 35px;
    line-height: 35px;
}

.GridHeader a {
    color: #007664 !important;
}

.CheckoutBorder {
    border: 1px solid #DFE0DF;
}

.PlaceOrderBtn {
    background-color: #004129;
    width: 200px;
    color: white;
    border-radius: 20px !important;
}

.ImageBackgroundSetting {
    font-family: EngMed;
    background-repeat: no-repeat;
    background-position: right center;
    height: 60px;
    width: 250px;
}

.CardPay {
    background-image: url(../Images/Card.png);
    background-size: 125px 50px;
}

.FastPay {
    background-image: url(../Images/FastPay.png);
    background-size: 100px 50px;
}

.AsiaPay {
    background-image: url(../Images/AsiaHawala.png);
    background-size: 150px 50px;
}

.ZainPay {
    background-image: url(../Images/ZainCash.jpg);
    background-size: 100px 50px;
}

.CashPay {
    background-image: url(../Images/cod.png);
    background-size: 50px 50px;
}

.OrderConfirmedtxt {
    font-family: EngMed;
    font-size: 14px;
    color: #010500 !important;
}

    .OrderConfirmedtxt :hover {
        color: #010500 !important;
    }

.wrapper {
    padding-bottom: 40px;
}

.divider {
    position: relative;
    margin-top: 40px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.contactus_img_td {
    width: 50px;
}

/********************************************************************/
/************************User Profile*************************/
/********************************************************************/

.UserProfileMenuDiv {
    background-color: #f1f1f1 !important;
    height: 63px;
}

.logout_btn {
    height: 63px;
}

.burger_btn {
    margin-top: 15px !important;
    margin-left: 5px !important;
}

.UserProfileRightDiv {
    width: 20%;
}

.UserProfileLeftDiv {
    width: 80%;
    color: #;
}
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
@media (min-width: 300px) and (max-width: 480px) {
    .MasterMenuTD {
        width: 40px !important;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    .DefMainImg {
        padding-top: 50px !important;
    }

    .UserImgBtn {
        width: 30px;
    }

    .TxtPaddingTop {
        margin-top: 0px !important;
    }

    .home_img_text {
        font-size: 40px;
        height: 60px;
        line-height: 60px;
    }

    .home_img_text_Arb {
        font-size: 40px;
    }

    .home_img_text_Krd {
        font-size: 40px;
    }

    .wordCarousel li {
        font-size: 40px;
    }

    .wordCarousel_Arb li {
        font-size: 40px;
    }

    .wordCarousel_Krd li {
        font-size: 40px;
    }

    .home_anim_div {
        height: 90px !important;
    }

    .HomePhotoText {
        font-size: 200%;
    }

    .CampaignPhoto {
        margin-top: 20px;
        width: 100%;
    }

    .ItemNameDiv {
        margin-top: 35px;
    }

    .OtherItemsCard {
        width: 100% !important;
    }

    .SvgImage {
        width: 60%;
    }

    .FormText {
        margin-top: 0px;
    }

    .TabHeader {
        font-size: 14px !important;
    }

    .HomeHeaderTxt {
        font-size: 35px;
        margin-left: 10px;
    }

    .HomeHeaderTxt2 {
        font-size: 35px;
        margin-left: 10px;
    }

    .HomeDonateHeaderTxtDiv {
        margin-top: 30px;
        width: 95%;
    }

    .HomeDonateTxtDiv {
        width: 95%;
    }

    .HomeDonateHeaderTxt {
        font-size: 18px;
    }

    .HomeDonateTxt {
        font-size: 16px;
    }

    .PlaceOrderBtn {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .BagItemPrice {
        font-size: 12px;
    }

    .BagItemName {
        font-size: 14px;
    }

    .BagItemPriceArb {
        font-size: 12px;
    }

    .BagItemNameArb {
        font-size: 14px;
    }

    .UserProfileRightDiv {
        width: 50%;
    }

    .UserProfileLeftDiv {
        width: 50%;
    }
}


@media (min-width: 481px) and (max-width: 900px) {
    .MasterMenuTD {
        width: 40px !important;
    }

    .DefMainImg {
        padding-top: -20px !important;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    .TxtPaddingTop {
        margin-top: 0px !important;
    }

    .home_img_text {
        font-size: 40px;
        height: 60px;
        line-height: 60px;
    }

    .home_img_text_Arb {
        font-size: 35px;
        height: 40px;
        line-height: 40px;
    }

    .home_img_text_Krd {
        font-size: 35px;
        height: 40px;
        line-height: 40px;
    }

    .wordCarousel li {
        font-size: 35px;
    }

    .wordCarousel_Arb li {
        font-size: 35px;
    }

    .wordCarousel_Krd li {
        font-size: 35px;
    }

    .home_anim_div {
        height: 90px !important;
    }

    .HomePhotoText {
        font-size: 200%;
    }

    .CampaignPhoto {
        margin-top: 20px;
        width: 100%;
    }

    .ItemNameDiv {
        margin-top: 25px;
    }

    .OtherItemsCard {
        width: 100% !important;
    }

    .SvgImage {
        width: 50%;
    }

    .FormText {
        margin-top: 0px;
    }

    .HomeDonateHeaderTxtDiv {
        margin-top: 30px;
        width: 95%;
    }

    .HomeDonateTxtDiv {
        width: 95%;
    }

    .HomeDonateHeaderTxt {
        font-size: 18px;
    }

    .HomeDonateTxt {
        font-size: 16px;
    }

    .UserProfileRightDiv {
        width: 50%;
    }

    .UserProfileLeftDiv {
        width: 50%;
    }
}


@media (min-width: 901px) and (max-width: 1224px) {
    .MasterMenuTD {
        width: 50px !important;
    }

    .TxtPaddingTop {
        margin-top: 0px !important;
    }

    .home_img_text {
        font-size: 35px;
    }

    .home_img_text_Arb {
        font-size: 35px;
    }

    .home_img_text_Krd {
        font-size: 35px;
    }

    .wordCarousel li {
        font-size: 35px;
    }

    .wordCarousel_Arb li {
        font-size: 35px;
    }

    .wordCarousel_Krd li {
        font-size: 35px;
    }

    .home_anim_div {
        height: 90px !important;
    }

    .HomePhotoText {
        font-size: 200%;
    }

    .CampaignPhoto {
        margin-top: 20px;
        width: 100%;
    }

    .SvgImage {
        width: 60%;
    }

    .FormText {
        margin-top: 50px;
    }

    .HomeDonateHeaderTxtDiv {
        margin-top: 30px;
        width: 95%;
    }

    .HomeDonateTxtDiv {
        width: 95%;
    }

    .HomeDonateHeaderTxt {
        font-size: 19px;
    }

    .HomeDonateTxt {
        font-size: 17px;
    }

    .UserProfileRightDiv {
        width: 20%;
    }

    .UserProfileLeftDiv {
        width: 80%;
    }
}
