﻿@charset "utf-8";
/* CSS Document */

@import url("fonts.css");

/* Icons */


@font-face {
    font-family: 'Droid-Arabic-Kufi';
    src: url('/Style%20Library/Arabic/fonts/Droid-Arabic-Kufi.ttf.woff') format('woff'), url('/Style%20Library/Arabic/fonts/Droid-Arabic-Kufi.ttf.svg#Droid-Arabic-Kufi') format('svg'), url('/Style%20Library/Arabic/fonts/Droid-Arabic-Kufi.ttf.eot'), url('/Style%20Library/Arabic/fonts/Droid-Arabic-Kufi.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KFNL-Regular';
    src: url('/Style%20Library/Arabic/fonts/KFNL-Regular.otf');
}

.generalIndex {
    height: 300px;
    width: 290px;
}

.dvGeneralIndex {
    display: flex;
    justify-content: center;
}

body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #272727;
    background: #2e9381;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.top-header {
    border-top: 4px solid #927e4f;
    color: #fff;
    background: #fff;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
}


.navbar {
    padding: 1rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #777;
    font-size: 12px;
    font-weight: bold;
    padding-right: 12px;
    padding-left: 22px;
    float: right;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #097c66;
    }


.navbar-light .navbar-nav li > a .navIcon, .navbar-light .navbar-nav > li .navIcon {
    display: block;
    width: 100%;
    height: 36px;
    background-position: center top;
    background-repeat: no-repeat;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-light .navbar-nav > li > a .homeIcon, .navbar-nav > li .homeIcon {
    background-image: url(/Style%20Library/Arabic/images/homeicon.png);
}

.navbar-light .navbar-nav > li > a .aboutusIcon, .navbar-nav > li .aboutusIcon {
    background-image: url(/Style%20Library/Arabic/images/aboutusicon.png);
}

.navbar-light .navbar-nav > li > a .mediaIcon, .navbar-nav > li .mediaIcon {
    background-image: url(/Style%20Library/Arabic/images/mediaIcon.png);
}

.navbar-light .navbar-nav > li > a .adminIcon, .navbar-nav > li .adminIcon {
    background-image: url(/Style%20Library/Arabic/images/adminicon.png);
}

.navbar-light .navbar-nav > li > a .newlyIcon, .navbar-nav > li .newlyIcon {
    background-image: url(/Style%20Library/Arabic/images/newlyIcon.png);
}

.navbar-light .navbar-nav > li > a .servicesIcon, .navbar-nav > li .servicesIcon {
    background-image: url(/Style%20Library/Arabic/images/servicesIcon.png);
}

.navbar-light .navbar-nav > li > a .callIcon, .navbar-nav > li .callIcon {
    background-image: url(/Style%20Library/Arabic/images/callIcon.png);
}

.navbar-light .navbar-nav > li > a .signIcon, .navbar-nav > li .signIcon {
    background-image: url(/Style%20Library/Arabic/images/signin.png);
}


.navbar-light .navbar-nav > li > a:hover .homeIcon, .navbar-light .navbar-nav > li > a:hover .aboutusIcon, .navbar-light .navbar-nav > li > a:hover .mediaIcon, .navbar-light .navbar-nav > li > a:hover .adminIcon, .navbar-light .navbar-nav > li > a:hover .newlyIcon, .navbar-light .navbar-nav > li > a:hover .servicesIcon, .navbar-light .navbar-nav > li > a:hover .callIcon, .navbar-light .navbar-nav > li > a:hover .signIcon {
    background-position: center bottom;
}

.dropdown-menu
{
    z-index:10000!important;
}



.dropdown:hover > .dropdown-menu {
    display: block;
}

.servicesLogin {
    background: #fff;
    padding: 25px 30px;
    border-bottom: 4px solid #927e4f;
}

.login_content {
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #cfcfcf;
    padding: 13px 0px;
}

    .login_content form input[type="text"] {
        background: url(/Style%20Library/Arabic/images/user-icon.png) no-repeat right;
    }

.reset_pass {
    float: left;
    color: #272727;
}

.login_btn {
    font-weight: 700;
    width: 30%;
    font-size: 11px;
    background: #097c66;
    color: white !important;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.loginImage {
    background: url(/Style%20Library/Arabic/images/login-img.png) no-repeat center;
    height: 100%;
    background-size: 100%;
}

    .loginImage img {
        margin-top: 102px;
        margin-left: 18px;
    }

    .loginImage a {
        transition: all .2s ease-in-out;
        display: inline-block;
    }

        .loginImage a:hover {
            transform: scale(1.1);
        }

.login_btn:hover {
    background: #927e4f;
}

.newuser_btn {
    font-size: 11px;
    width: 35%;
    font-weight: 700;
    background: #464646;
    color: white !important;
    border-radius: 8px;
    transition: all 0.5s ease;
}

    .newuser_btn:hover {
        background: #927e4f;
    }

.login_content h2 {
    font-size: 21px;
    margin: 0 0 15px;
    font-weight: 700;
}


.login_content form input[type="password"] {
    background: url(/Style%20Library/Arabic/images/pwd-icon.png) no-repeat right;
}

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #097c66 !important;
    border: none;
    color: #6497a7;
    margin: 0 0 5px;
    padding: 6px 26px 6px 35px;
    width: 100%;
}

.login_content .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #097c66;
}


.afterLogin {
}

    .afterLogin img {
        margin-left: 10px;
        margin-bottom: 30px;
    }

    .afterLogin h3 {
        font-size: 18px;
        display: inline-block;
        margin: 0 0 15px;
    }


.reviewLogin {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #cfcfcf;
    padding: 10px 17px;
}

    .reviewLogin h2 {
        font-size: 16px;
        text-align: center;
    }

    .reviewLogin h3 {
        margin: 0;
        font-size: 14px;
        color: #fff;
        background: #097c66;
        text-align: center;
        border-radius: 8px 8px 0 0;
        padding: 8px 0 8px;
    }

    .reviewLogin ul {
        background: #fff;
        padding: 0 2px;
        margin: 0 0 15px;
    }

        .reviewLogin ul li {
            display: block;
            font-size: 15px;
            padding: 6px 12px;
            color: #087c65;
        }

            .reviewLogin ul li a {
                color: #087c65;
                transition: all 0.5s ease;
            }

                .reviewLogin ul li a:hover {
                    color: #927e4f;
                    text-decoration: none;
                }

            .reviewLogin ul li:nth-child(even) {
                background: #ebebeb;
            }

            .reviewLogin ul li span {
                float: left;
                color: #947e4f;
            }

    .reviewLogin strong {
        text-align: center;
        display: block;
        font-size: 13px;
        font-weight: normal;
    }


.servicesList {
    background: #fff;
    padding-left: 27px;
    padding-right: 27px;
}


.socialMedia {
    float: right;
}

.labelList {
    width: 100%
}

.labelList {
    background: #e9f3f2;
    border-radius: 25px;
    padding: 27px 25px;
    text-align: center;
}

    .labelList h2 {
        font-size: 18px;
        margin: 22px 0;
    }

    .labelList p {
        color: #097d66;
    }

        .labelList p a {
            color: #097d66;
            transition: all 0.5s ease;
            text-decoration: underline;
        }

            .labelList p a:hover {
                color: #927e4f;
                text-decoration: none;
            }

    .labelList img, .labelList h2, .labelList p {
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .labelList:hover img, .labelList:hover h2, .labelList:hover p {
        transform: translateY(-5px);
    }

    .labelList:hover a {
        color: #927e4f;
        text-decoration: none;
    }

.newsBg {
    background: url(/Style%20Library/Arabic/images/image.png) no-repeat right;
    height: 440px;
    width:350px;
}
.newsCenter
{
    display:flex;
    justify-content:center;
}

.newsBg a {
    transition: all 0.5s ease;
    font-weight: 600;
}

        .newsBg a:hover {
            transform: scale(1.05);
            text-decoration: none;
            color: #007d65;
        }

.nav-tabs > li > a.linknews {
    display: block;
    color: #272727;
    padding: 123px 0 0;
    text-align: center;
    font-size: 14px;
    margin-right: 121px;
    margin-left: 121px;
    width: 105px;
    line-height: 18px;
    float: left;
    background-color: transparent;
    border: none;
}

.nav-tabs > li > a.linkManuscripts {
    display: block;
    color: #272727;
    padding: 49px 0 0;
    text-align: center;
    font-size: 14px;
    margin-right: 45px;
    margin-left: 68px;
    width: 105px;
    line-height: 18px;
    float: left;
    background-color: transparent;
    border: none;
}

.nav-tabs > li > a.linkNational {
    display: block;
    color: #272727;
    padding: 26px 0 0;
    text-align: center;
    font-size: 14px;
    margin-left: 134px;
    margin-right: 156px;
    width: 76px;
    line-height: 18px;
    float: left;
    background-color: transparent;
    border: none;
}

    .nav-tabs > li > a.linknews:hover, .nav-tabs > li > a.linkManuscripts:hover, .nav-tabs > li > a.linkNational:hover {
        background-color: transparent;
    }



.banner-wrapper .container {
    position: relative;
}



.testimonialbg {
    background-image: url(/Style%20Library/Arabic/images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    display:flex;
    justify-content:center;
}

    .testimonialbg .mr-0 {
        display: flex;
        justify-content: center;
    }
    .testimonialLeft {
        background: rgba(255,255,255,0.6);
        padding: 24px;
        border-radius: 15% 15% 0 15%;
        height: 100%
    }

    .testimonialLeft img {
        border-radius: 15%;
        border: 5px solid #007d65;
        width: 100%;
        height: 200px;
    }

.testimonialRight {
    background: rgba(0,0,0,0.6);
    padding: 29px 38px;
    border-radius: 50px 50px 50px 0;
    margin-top: 25px;
}

    .testimonialRight h2 {
        color: #fff;
        font-size: 22px;
    }

    .testimonialRight p {
        color: #fff;
    }

        .testimonialRight p a {
            color: #fff;
            font-size: 14px;
        }

    .testimonialRight span a {
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        padding: 2px 15px;
        border-radius: 50px;
        font-size: 13px;
        transition: all 0.5s ease;
    }

        .testimonialRight span a:hover {
            background: #927e4f;
            text-decoration: none;
        }

.servicesListInner {
    padding:0px;
}

    .servicesListInner img {
        border-radius: 40px;
        border: 1px solid #000;
        margin-bottom: 50px;
        transition: all 0.5s ease;
    }



.servicesList, .brdbottom {
    border-bottom: 4px solid #927e4f;
}


/* Common style */
.servicesListInner figure {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    min-width: 171px;
    max-width: 171px;
    max-height: 170px;
    width: 48%;
    height: auto;
    background: none;
    text-align: center;
    cursor: pointer;
}

    .servicesListInner figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .servicesListInner figure figcaption {
        padding: 2em;
        border-radius: 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .servicesListInner figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .servicesListInner figure figcaption,
        .servicesListInner figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }


/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #fff;
}

    figure.effect-ming img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-ming figcaption::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
        content: '';
        opacity: 0;
    }

    figure.effect-ming h2 {
        margin: 36% 0 10px 0;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        font-size: 17px;
        color: white;
    }

    figure.effect-ming p {
        padding: 0;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    figure.effect-ming:hover h2 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    figure.effect-ming:hover figcaption::before,
    figure.effect-ming:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    figure.effect-ming:hover figcaption {
        background-color: #007d65;
    }

    figure.effect-ming:hover img {
        opacity: 0.4;
    }



footer {
    background: #555555;
    border-top: 4px solid #927e4f;
    padding: 25px 30px;
}

    footer .input-group {
        margin: 0 0 20px;
    }

.footerLogo {
    margin: 0 auto;
}

footer .input-group .form-control {
    background: none;
    box-shadow: -1px 0px 2px 3px rgba(0,0,0,0.1);
    border: none;
    color: #fff;
    border-radius: 0 100px 100px 0px !important;
    padding: 5px 10px;
    line-height: 10px;
    height: 28px;
    font-size: 13px;
}

footer .input-group label {
    color: #fff;
    padding: 7px 0 0 10px;
    float: left;
}

footer .input-group .btn {
    background: none;
    box-shadow: -1px 0px 2px 3px rgba(0,0,0,0.1);
    border: none;
    border-radius: 100px 0 0 100px !important;
    padding: 5px 10px;
    line-height: 10px;
    height: 28px;
    font-size: 13px;
}

footer .input-group-append {
    margin-left: 2px;
}

.footerLogo {
    margin: 0 auto;
    display: block;
}

.socialMedia h2 {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 2px 0 0 10px;
}

.socialMedia ul {
    float: left;
}

    .socialMedia ul li {
        list-style: none;
        padding-right: 5px;
        display: inline-block;
    }

        .socialMedia ul li a {
            color: #fff;
            padding: 5px;
        }

            .socialMedia ul li a.yticon {
                background: #ff312e;
                border: 2px solid #901c1a;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 22px;
                text-align: center;
                padding: 0 3px;
            }

            .socialMedia ul li a.scicon {
                background: #f5e200;
                border: 2px solid #797009;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 22px;
                text-align: center;
                padding: 0 3px;
            }


            .socialMedia ul li a.fbicon {
                background: #235b9e;
                border: 2px solid #193251;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 22px;
                text-align: center;
                padding: 0 3px;
            }


            .socialMedia ul li a.inicon {
                background: #2d80a6;
                border: 2px solid #19485d;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 22px;
                text-align: center;
                padding: 0 3px;
            }

            .socialMedia ul li a.twicon {
                background: #00abe3;
                border: 2px solid #00607f;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                font-size: 12px;
                line-height: 22px;
                text-align: center;
                padding: 0 3px;
            }




.footerlinks li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    transition: all 0.5s ease;
}

    .footerlinks li a:hover {
        color: #c7ab69;
        text-decoration: none;
    }

    .footerlinks li a.link {
        color: #c7ab69;
        font-family: 'Open Sans';
        font-weight: 700;
    }

.footerlinks {
    text-align: right;
}

footer address {
    line-height: 39px;
    font-size: 14px;
    padding-top: 15px;
    text-align: right;
}

footer address {
    color: #fff;
}

footer .input-group .form-control {
    font-size: 13px;
}

    footer .input-group .form-control:placeholder {
        color: #fff;
    }

.copyrights {
    background: #444444;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}

.banner-wrapper {
    position: relative;
}

.bannerOptions {
    position: absolute;
    top: 0;
    z-index: 1000;
    left: 5px;
}

    .bannerOptions ul li {
        display: inline-block;
        float: left;
        margin-right: 5px;
    }

        .bannerOptions ul li a.lanlink {
            display: block;
            padding: 6px 10px;
            border-radius: 0 0 10px 10px;
            background: #fff;
            color: #097c66;
            font-size: 13px;
            height: 30px;
        }

        .bannerOptions ul li a.search {
            display: block;
            padding: 8px 10px;
            border-radius: 0 0 10px 10px;
            background: #fff;
            color: #097c66;
            font-size: 13px;
            height: 30px;
        }

        .bannerOptions ul li:nth-child(1) {
            font-family: 'Open Sans';
        }

.search-wrapper {
    position: relative;
}

.searchbox {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 1;
    background: #097c66;
    width: 231px;
    box-shadow: 0px 1px 12px 0px #999;
    padding: 12px 15px;
    display: none;
}

    .searchbox label {
        color: #fff;
        font-weight: 700;
    }

    .searchbox input {
        width: 83%;
        border: none;
        font-size: 14px;
        padding: 6px 5px;
        float: left;
    }

.search-btn {
    border-radius: 0;
    background: #fff;
    color: #097c66;
    font-size: 13px;
    padding: 11px 10px;
    height: 33px;
    float: left;
}

.searchbox:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    margin-right: 0;
    border: 10px solid transparent;
    border-bottom-color: #097c66;
}



.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    display: none;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


/*-- Navbar dropdown open smoothly--*/
.navbar-light .navbar-nav .nav-link.dropdown-toggle {
    position: relative;
}

.navbar-nav .dropdown-menu {
    /* -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; */
    /*  display: block;*/
    overflow: hidden;
    opacity: 0;
    margin: 0;
    visibility: hidden;
    border: none;
}

    .navbar-nav .dropdown-menu ul {
        background: #097c66;
    }


.navbar-nav .dropdown.open .dropdown-menu {
    /* -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;*/
    max-height: 600px;
    opacity: 1;
    visibility: visible;
}



.navbar-nav .dropdown:not(.open) .dropdown-menu {
    padding: 0 !important;
}
/*----*/

.navbar-default .navbar-nav > li.dropdown > a:after {
    content: 'ï"‡';
    font-family: FontAwesome;
    font-size: 28px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-default .navbar-nav > li.dropdown.open > a:after {
    transform: rotate(90deg);
}

.navbar-nav .dropdown-menu ul {
    padding: 2px;
}

.navbar-nav > li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0;
}

.navbar-nav > li.dropdown .dropdown-item {
    color: #fff;
    transition: all 0.5s ease;
    font-size: 16px
}

    .navbar-nav > li.dropdown .dropdown-item:hover {
        background: #499b8c;
        color: #fff;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu ul li + li {
    border-top: #499b8c 1px solid;
}




.navbar-nav > li.dropdown:hover > a:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(9, 124, 102, 0);
    border-bottom-color: #097c66;
    border-width: 10px;
    margin-left: -10px;
    display: block;
}


.labellistbutton a img {
    transition: all .2s ease-in-out;
}

    .labellistbutton a img:hover {
        transform: scale(1.1);
    }



.box {
    height: 137px;
    width: 137px;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-left: 23px;
    margin-right: 32px;
    margin-top: 43px;
    background: #007d65;
    text-decoration: none;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 35% 10% 10% 10%;
    transition: all 0.5s ease;
}

    .box:hover {
        transform: rotate(45deg) scale(1.05);
        background: #927e4f;
        text-decoration: none;
        outline: none;
    }

        .box:hover:first-child, .box:hover:last-child {
            background: #927e4f;
        }

    .box a:hover {
        text-decoration: none;
        outline: none;
    }


a .text h3 {
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 0px !important;
    font-weight: bolder;
}

.box> a > .text {
    width: 200px;
    height: 200px;
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 0px;
    float: left;
    text-align: center;
    font-size: 13px!important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.text {
    width: 200px;
    height: auto;
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 23px 0;
    text-align: center;
    font-size: 13px;
    /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}

    .text h3 {
        font-size: 13px;
        padding: 0 25px;
    }


.box:first-child, .box:last-child {
    background: #907d4f;
}

.mySlides {
    width: 100%;
}


.servicesBox {
    margin: 0 0 30px 0;
    width: 100%
}

    .servicesBox > div:nth-child(7n+6) {
        margin-left: 119px;
    }

    .servicesBox > div:nth-child(n+6) {
        margin-top: -33px;
    }

    .servicesBox > div:nth-child(n+6) {
        border-radius: 10% 10% 35% 10%;
    }



.clear::after {
    content: '';
    display: table;
    clear: both;
}


.nav-tabs {
    border-bottom: none;
}

.navbar {
    margin-bottom: 0px !important;
}


.labellistbutton div a {
    border-radius: 20px;
    margin-bottom: 10px;
}

.labellistbutton div:nth-child(1) a {
    background: url(/Style%20Library/Arabic/images/label1.png) repeat-x;
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: 29px 10px;
}

.labellistbutton div:nth-child(2) a {
    background: url(/Style%20Library/Arabic/images/label2.png) repeat-x;
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: 29px 10px;
}

.labellistbutton div:nth-child(3) a {
    background: url(/Style%20Library/Arabic/images/label3.png) repeat-x;
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: 29px 10px;
}

.labellistbutton div:nth-child(4) a {
    background: url(/Style%20Library/Arabic/images/label4.png) repeat-x;
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all .2s ease-in-out;
    padding: 29px 10px;
}

.labellistbutton div a:hover {
    transform: scale(1.03);
    text-decoration: none;
}


.bg-white {
    background-color: #fff;
}

body {
    border-top: none !important;
}

.social ul li {
    background-color: #fff;
}

.ms-webpartzone-cell {
    margin: auto auto auto !important;
}

#bootstrap-touch-slider video {
    width: 100%;
    height: auto;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    width: 15px;
    float: left;
    /* display: -webkit-inline-box; */
    min-width: 51px;
    background: #fff;
    margin: 13px 0 0 5px;
}


.navbar-collapse {
    clear: both;
}

.d-flex {
    padding-bottom: 10px;
    float: right;
}

.cssFollowUp {
    width: 100%;
}

.servicesList {
    display: flex;
}



.newsTvCategory table {
    background-color: #ebebeb;
    text-align: right;
    height: 50px !important;
    width: 100%;
}

.newsTvCategory table td{
    display:none;
}

.ver_menu_item
{
    display:block!important;
}

.newsTvCategory table td:nth-child(1) {
    display: none;
}

    .newsTvCategory table td:nth-child(2) {
        display: none;
    }

.ver_menu_itemEffect {
    color: #fff !important;
    background: url(/Resources/KFNL.Internet.Common/Images/White_icon.png) no-repeat, #2e9381;
    background-position: right;
}

.newsTvCategory table tr td .ver_menu_itemEffect:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 10px solid #2e9381;
    position: absolute;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    margin-top: -22px;
    margin-right: 65%;
    display: block;
}

.newsTvCategory table tr td {
    padding-right: 20px;
    background-image: url(/Resources/KFNL.Internet.Common/Images/Icon_Bonnie.png);
    background-origin: content-box;
    background-position: right;
    height: 50px;
}

    .newsTvCategory table tr td a {
        font-size: 15px !important;
        padding-right: 8px;
        font-weight: 100;
        color: #2e9381;
        padding-right: 30px;
        display: block;
        width: 100%;
        text-decoration: none;
    }

.firstdiv {
    padding-right: 35px;
}

.secondDiv {
    padding-left: 30px;
}

.s4-ca, #s4-leftpanel {
    padding-top: 20px;
}

.clsbreadcum {
    width: 100%;
    border-bottom: 2px solid #927e4f;
    margin-bottom: 30px;
    height: 45px
}

.newsBody table {
    border: 2px solid #ebebeb;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.left-content .page_title_text {
    display: none;
}

.spanBreadCrumb
{
    display:none;
}

.rgMasterTable 
{
    padding-bottom:35px;
}

.eservice-title {
    background-color: transparent !important;
    background-image: url(/Style%20Library/Arabic/images/EservicesArrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}
.eservices-container ul li {
    width: 100% !important;
    margin: 4px 4%;
    float: none !important;
    font-size: 16px;
    text-align: right;
    background-image: url(/Style%20Library/Arabic/images/EservicesDot.png);
    background-repeat: no-repeat;
    background-position: right;
}
.eservice-title {
    border-bottom: 1px solid #917F4D!important;
}
.eservices-container ul li a {
    color: #2e9381!important;
    font-size: 16px!important;
}

/*E-Services Styles*/
.eservice-int .int-con {
    text-align: right;
    border: 1px solid #ebebeb;
}
    .eservice-int .int-con .text {
        width: 100%;
        text-align: right;
        padding-right: 20px;
        font-family: KFNL-regular!important;
        color: #927e4f;
        height:auto!important;
    }

.subtitle {
    background-color: #ebebeb;
    height: 40px;
    padding-right: 20px;
    padding-top: 5px;
}

.eservice-int > img
{
    border-radius:10px;
}
.eservice-int > div > img { /*/Ar/EServices/wfs/Pages/20.aspx*/
    border-radius: 10px;
    max-width: 100%;
}

.eservice-int > span
{
    float:right;
}

.eservice-int .int-con .subtitle {
    font-size: 18px;
    color: #2e9381;
    font-family: KFNL-Regular;
}
.bcrumb_txt {
    width: 100%;
    text-align: right;
}
.text {
    width: 200px;
    height: auto;
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 23px 0;
    text-align: center;
    font-size: 13px;
    /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}

.eservice-item {
    border-top: 5px solid #927e4f !important;
    border: 1px solid #927e4f;
    background-image: url(/Style%20Library/Arabic/images/EservicesBackground.png);
    background-repeat: no-repeat;
    height: 230px;
}
.eservices-container ul li a {
    padding-right: 25px;
}

.eservice-title span {
    padding-right: 12px;
}
.text-right
{
    float:right;
}
/*.form-group div {
    float: right;
    border: 1px solid #927e4f;
    padding: 12px;
}
.form-group div:after {
    padding: 12px;
}
.form-group div span{
    display:none;
}*/

.PublishingTable {
    width: 100% !important;
    border-spacing: 0 10px;
    border-collapse: separate!important;
}
    .PublishingTable td {
        text-align: right;
        padding: 10px;
        border: 1px solid #ebebeb;
        padding-right: 20px;
        
    }

    .PublishingTable tr td select{
        width:80%!important;
    }

    .PublishingTable tr td:first-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: none;
        width:25%!important;
    }
    .PublishingTable tr td:nth-child(2) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        width:75%!important;
    }
.welcome-content /*/Ar/EServices/wfs/Pages/10.aspx and all other pages of eservices*/ {
    /*display:none;*/
}
.div_padding .pages_frm_txt_field {
    border-radius: 10px;
    outline: none;
}
.div_padding {
    width: 100%;
    border: 1px solid #2e9381;
    padding: 30px;
    border-radius: 10px;
    
}
    .div_padding .pages_frm_txt_field
    {
        background-color:transparent!important;
        outline:none;
    }
span.description
{
    text-align:right;
	display: block !important;
}
.RadUpload, RadUpload_Default {
    padding: 10px;
    width: 100%!important;
}
.RadUpload_Default .ruFakeInput
{
    background-color:transparent!important;
}
.RadUpload_rtl .ruBrowse, .ruActions .ruDelete, .ruActions .ruAdd {
    background-color: #2e9381 !important;
    background-image: none !important;
    font-family: kfnl-regular;
    font-size: 15px;
    height: 25px !important;
    padding: 5px;
}
.divUplaodMessage, .divUploadCss {
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
    .divUploadCss .description {
        padding-top: 20px;
        padding-right: 20px;
    }
.RadUpload .ruCheck {
    top: 5px!important;
    position: relative!important;
    margin-left: 3px;
}
.div_padding .pages_frm_btn {
    background-color: #0B826B !important;
    height: 35px!important;
    font-size:14px!important;
    margin-left:5px!important;
}
.divRow {
    text-align: right;
    border-bottom: 1px solid #927e4f;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    padding-right:0px;
}
.divMain {
    border: 1px solid #2e9381;
    border-radius: 10px;
    text-align: right;
    width:100%;
    justify-content:center;
}
.contentHead {
    border-bottom: 1px solid #927e4f;
    padding: 20px;
    text-align: right;
    padding-right: 0px;
}
.divRow input,select,textarea
{
    height:33px;
    border-radius:10px;
    width:100%;
    outline:none;
    background-color:transparent!important;
}
.divRow table
{
    width:100%;
}
.tblTitles
{
    padding:1px;
}
.divRow .ruCheck
{
    width:auto!important;
}
.divLastRow div:first-child {
    padding-top: 20px;
}
.divLastRow input
{
    height:30px;
}
.FileUploadCss input
{
    border-radius:0px!important;
}
.divRow span {
    color: #2e9381!important;
}
.ButtonMore {
   
    border-radius:0px!important;
}
.ButtonSend, .ButtonClear {
    height: 35px;
    background-color:#2e9381!important;
}
.aspNetDisabled {
    height: 35px;
    min-width: 100px !important;
    padding: 0px !important;
}
.InfoEmail {
    text-align: center !important;
    width: 100%;
    display: block;
    background-color:transparent!important;
}
.btn-container
{
    text-align:center;
}
.subPublishingTable {
    padding: 0px!important;
    border: none!important;
}

.langaugeOfSources, .PeriodOfSources {
    width: 100%;
}
    .langaugeOfSources td {
        width: 100%;
        border: none !important;
    }
.PeriodOfSources td {
    width: 20%!important;
    border: none !important;
}
    .langaugeOfSources label {
        margin-bottom: 0px !important;
        padding-right: 10px;
    }
.PeriodOfSources label {
    margin-bottom: 0px !important;
    padding-right: 10px;
}
#dates {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
}
#dates table{
    width: 100%;
}
    #dates table td {
        width: 200px!important;
        border:none!important;
    }
.FormButtons {
    text-align: center !important;
    border: none !important;
    
}
.dvFormButtons {
    justify-content: center;
    display: flex;
}
.aspNetDisabled {
    background-color: #ebebeb !important;
    border-bottom: none !important;
    color: #2e9381 !important;
    font-size: 13px !important;
    font-weight: bolder !important;
}
.VisitorTitle
{
    border:none!important;
}
.pages_frm_txt_field
{
    width:80%!important;
}
.inputfile {
    background-color: transparent!important;
    border: 1px solid #ababab!important;
    width: 80%;
    border-radius: 10px;
}
.frm_field_bg
{
    padding:0px!important;
    border:none!important;
}
.subtd {
    padding-right: 0px!important;border: none!important;
    padding:0px!important;
}
.subTable td {
    padding-right: 0px !important;
    border: none !important;
    padding: 0px !important;
}
.subTable td label {
    margin-bottom: 0px!important;
    padding-right: 5px!important;
}
    .subTable div label {
        margin-bottom: 0px !important;
        padding-right: 5px !important;
    }
.radUploadCss span {
    font-size: 11px!important;
    color: #927e4f!important;
}
.requestSearchTitles, .requestSearchButton {
    text-align: right;
}
.requestSearchTitles div {
    padding-bottom: 0px !important;
}
.requestSearchFileds div {
    padding-bottom: 5px !important;
    padding-top: 0px !important;
}
.mainRequests .row > div {
    padding: 10px;
    color: #2e9381;
    text-align: right;
}

.requestTitle, .requestSubTitle {
    background-color: #f4f6f5;
    border: 1px solid #f4f6f5;
    border-radius: 10px;
    width: 100%;
    text-align: right;
    color: #927e4f !important;
    font-size: 16px;
}
.period {
    color: #2e9381;
}
.period label
{
    padding:5px;
}
.requestSearchCss
{
    padding-top:20px;
}
.requestSearchFileds .form-control {
    height: 30px !important;
    font-size: 13px !important;
}
.btn-primary, .pages_frm_btn {
    background-color: #575956 !important;
    color: #fff !important;
    width: 100px;
}
.requestsTabel {
    border-radius: 10px;
}
.requestsTabel tr:first-child td {
    background-color:#2e9381!important;
    color:#fff!important;
}
.requestsTabel tr:first-child td:first-child {
    border-top-right-radius:10px;
}
.requestsTabel tr:first-child td:last-child {
    border-top-left-radius: 10px;
}
td.dGrid_header1 {
    font-family: KFNL-Regular !important;
    height: 40px;
}
.dGrid_cell1 {
    background-color: #fff !important;
}
.dGrid_cell2 {
    background-color: #ebebeb !important;
}
.left-content .dGrid_cell2
{
    border-bottom:none!important;

}
.pages_frm_btn{
    height:30px;
}
.divRequestsTabel .aspNetDisabled {
    height: auto !important;
    min-width: unset !important;
     padding: 0px!important; 
     min-height: unset!important; 
}
.divRequestsTabel {
    padding: 30px;
    /*background-image: url(/Style%20Library/Arabic/images/EservicesBackground.png);*/
    background-color: #ebebeb;
    border-radius:10px;
}
.eservice-title div {
    text-align: right;
    padding: 11px;
    color: #927e4f;
    margin-right: 7px;
    font-family: kfnl-regular;
}
.cbAccept
{
    text-align:right;
}
    .cbAccept label {
        padding: 5px;
        color: #2e9381;
    }
/*End of E-Services*/
/*Tenders*/
.book_area {
    border: 1px #cbcbcb solid !important;
    padding: 20px !important;
    border-radius: 10px;
}
.article-body .gridTable {
    /*border: 1px solid #DBDBDB !important;*/
    margin-top: 20px;
}
.gridTable .dGrid_header1
{
    padding:15px!important;
}
.dvWaringText {
    text-align: right;
    color: red;
    font-size: 12px;
}
/*.dGrid_cell2 {
    padding: 15px !important;
}*/
/*End of Tenders*/
.ms-dlgTitleText {
    font-family: kfnl-regular !important;
}

.ms-dlgTitle {
    background-color: #2e9381 !important;
    text-align: right !important;
}
.dGrid_cell1, .dGrid_cell2 {
    direction: ltr;
    text-align: center;
    word-break: break-all;
}
td.dGrid_header1 {
    text-align: center;
}
.b_frm_field_txt_Grid:last-child {
    width: 52% !important;
}
.page_news_bg input {
    padding: 0px !important;
    min-height: 0px !important;
    min-width: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    height:20px;
}
.request-for-user-ss-container .title {
    padding: 10px;
    color: #927e4f;
    font-size: 18px;
}
.Requestfilters {
    padding-bottom: 5px;
    text-align: right;
    color: #2e9381;
}
.divRequestsTabel .description
{
    float:right;
}
.PublishingTable label
{
    padding-right:5px;
    color:#2e9381!important;
}
.tableCol-75
{
    width:100%;
}
.div_padding table
{
    width:100%;
}
.pages_frm_txt_area
{
    width:80%!important;
}
.subTable table
{
    width:100%!important;
}

.gridTable .dGrid_cell2 {
    border-bottom: 1px solid #f4F6F5!important;
    direction:rtl;
    text-align:right;
}
.ms-formdescription a {
    color: #2e9381 !important;
    font-size: 13px!important;
}
.ms-rteTableHeaderFirstCol-default
{
    background-color:#2e9381!important;
    color:#fff!important;
}
.ms-rteTableHeaderEvenCol-default, .ms-rteTableHeaderOddCol-default {
    background-color: #2e9381 !important;
}
.ms-rteTable-default2 .ms-rteTableHeaderFirstCol-default
{
    background-color:transparent!important;
}

.ms-rteTable-default2 .ms-rteTableHeaderFirstCol-default
{
    color:#927e4f!important;
}
.dvHeaderImage {
    border: 1px solid #ebebeb !important;
    border-radius: 10px;
    background-color: #ebebeb !important;
    
}

.ms-rteTable-default2 {
    border: 1px solid #2e9381;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    padding: 10px; /*../Ar/bibliography/Pages/default.aspx*/
}

.ms-rteTableHeaderLastCol-default
{
    width:60%;
}

.ms-rteTableHeaderLastCol-default img
{
    border-radius:10px;
}

.ms-rteTableHeaderFirstCol-default table
{
    border:none!important;
}
.ms-rteTableHeaderFirstCol-default
{
    vertical-align:top;
}
.divVisionddl { /*../Ar/about/pages/libraryaccomplishments.aspx*/
    text-align: center;
    min-width: 90px;
}

    .divVisionddl select { /*/Ar/about/pages/libraryaccomplishments.aspx*/
        width: 50% !important;
        height: 30px !important;
        margin-bottom: 10px;
    }

.AccomplishmentDiv
{

}

    .AccomplishmentDiv > .title_accordion {
        background-image: none !important;
        background-color: #2e9381 !important;
        margin-top: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .AccomplishmentDiv > .title_accordion span {
            color: #fff !important;
        }

.AccomplishmentContent {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nTableContent_data {
    padding-top: 15px;
    margin: 0px 10px 10px 10px!important;
    border: 1px solid #2e9381;
    border-radius: 10px;
    padding: 20px;
}

    .nTableContent_data div {
        text-align:right;
    }
    .nTableContent_data table {
        text-align: left !important;
    }
.newsDtlsImg img
{
    width:115px!important;
}

.nBody 
{
    border:1px solid #2e9381;
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
    display:inline-block !important;
}
.Content_desc
{
    display:inline-block;
}

.ms-rteFontFace-3 {
    font-family: KFNL-Regular !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
    /*.ms-rteFontFace-3 .style1:first-of-type {
        text-align: center;
        width: 100%;
        display: block;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        margin-bottom: 20px;
    }*/

/*.article-content > div > h1 {
    border: 1px solid #ebebeb;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding: 10px;
    padding-top: 0px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.article-content > div > h2 {
    border: 1px solid #ebebeb;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding: 10px;
    padding-top: 0px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.article-content > div > p {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.article-content > div > ul {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 10px;
}*/

.nBody .div_padding
{
    border:none!important;
}

.requestsTabel TR.dGrid_header11 > TH {
    background-color: #2e9381 !important;
    border: none !important;
    height: 45px;
    display: table-cell;
    font-family: KFNL-Regular !important;
}

.dGrid_cell11 {
    background-color: #fff !important;
    height: 45px;
}

.dGrid_cell22 {
    background-color: #ebebeb !important;
    height: 45px;
}
TR.dGrid_cell22 > TD
{
    background-color:transparent!important;
    border:none!important;
}
.edit_btn, .del_btn {
    background-repeat: no-repeat !important;
    min-width: 0px !important;
    padding: 0px !important;
    border: none !important;
    background-color: transparent !important;
}
.tablePageCss table tr:first-child td {
    background-color: transparent !important;
    padding: 5px;
    color: #927e4f !important;
}

.tablePageCss table a {
    color:#927e4f!important;
}
.PublishingTable td
{
    height:auto!important;
    display:table-cell!important;
}
.nBody table {
    width: 100%; /*../Ar/bibliography/Pages/default.aspx*/
}

.reviewLogin div
{
    overflow:hidden;
    text-align:right;
}
.loginImage, .reviewLogin, .login_content {
    box-shadow: 0px 0px 15px 0px #cfcfcf;
    border-radius: 10px;
}

body {
    /*background-image: url(http://kfnl-dev01/Style%20Library/Arabic/images/background.png)!important;*/
}

.dGrid_cell2 ul
{
    width:100%!important;
}

.dGrid_cell2 li {
    width: auto!important;
}

select {
    font-size: 13px!important;
    height: auto;
}

.form-control {
    width: 100% !important;
}

#searchcontent2, #searchcontent {
    width: 55% !important;
}

.img_area_border img { /*/Ar/mediacenter/News/Pages/default.aspx*/
    width: 250px !important;
    height: 200px !important;
    border-radius: 5px;
}

.archive_block {
    padding: 25px 10px 13px 10px!important;
}

.ms-rteFontSize-4 img
{
    width:100%!important;
}
.bibliography_jza
{
    width:auto!important;
}
.ms-rteTableHeaderLastCol-default img /*../Ar/bibliography/Pages/default.aspx*/ {
    width: 100% !important;
    height: auto !important;
}
.ms-rteTable-default2 {
    color: #fff !important; /*../Ar/bibliography/Pages/default.aspx*/
}

.pageContentCss img { /*../Ar/sca/Pages/home.aspx*/
    width: 100% !important;
    min-width: 50px !important;
}
.recaptcha /*/Ar/About/ContactUs/Pages/ContactUs.aspx*/ {
    /*width: 100%!important;*/
}


    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

#ctl00_ctl61_g_15073ba6_e2e8_4adb_9a29_fea83760806c_ctl00_workDateControl_txtAlternate /*/Ar/EServices/wfs/Pages/RequestForStatement.aspx*/ {
    display: none;
}
.frm_field_bg:nth-child(2n) { /*/Ar/EServices/wfs/Pages/RequestForStatement.aspx*/
    display: none !important;
}
.pages_frm_btn /*/Ar/fba/pages/updateinformation.aspx*/ {
    margin-top: 5px !important;
}

.desc img {
    width: 100% !important;
    height: 350px !important;
    max-width: 400px;
}

.VisitorTitle div /*/Ar/EServices/wfs/Pages/visitor.aspx*/ {
    text-align: center!important;
}
#dates table
{
    display:table!important;
}

#dates table select
{
    width:88%!important;
}

.row /*default.aspx testimonils*/
{
    width:100%;
}

#zoom01 img /*/Ar/About/Pages/OrganizationalStructure.aspx*/ {
    width: 100%;
    max-width: 100%;
}

.article-content .ms-rtestate-field img {
    max-width: 100%!important;
}
.dvServicesMore {
    margin-right: 6%;
}

.dvServicesMore a{
    color:white;
    text-decoration:underline;
}


.Magzine_ver_menu, .magSearch {
    display: none;
}

.content_title_sub A {
    font-size: 14px;
    color: #007c64!important;
}


.bottom_line {
    padding: 10px;
    display: block;
    text-align:right;
}

/*.archive_bg {
    border: 1px solid;
    border-radius: 10px;
    display: block;
    padding: 5px;
    text-align: center;
    background-color: lightgoldenrodyellow;
}

.archive_mag
{
    width:25%!important;
}*/

/*print page styles*/
.modal2 {
    background-color: #fff !important;
    display: block !important;
    z-index: 99999 !important;
}

.modal-content {
    border: none !important;
}

.cssValidate {
    border: 1px solid #2e9381;
    padding: 20px;
    border-radius: 10px;
    
}

    .cssValidate div {
        font-family: KFNL-Regular !important;
        color: #927e4f;
        font-size: 16px;
        justify-content: center;
        padding: 5px;
    }

        .cssValidate div input[type=submit] {
            background-color: #2e9381;
            color: #fff;
        }
		
/*Styes Start For WhatsApp Chat Icon */

.whatsapp_ka {
    position: fixed;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    width: 60px;
    text-decoration: none;
}

    .whatsapp_ka span {
        font-size: 40px;
        margin-top: 10px;
    }

.ka_contact {
    bottom: 0px;
    display: block;
    width: 51px;
    height: 73px;
    position: fixed;
    z-index: 99999999;
}



.closeButtonWebImg {
    width: 7px;
    height: 6px;
   
}

.closeWhatsappButton {
    position: absolute;
    cursor: pointer;
    z-index: 100000000;
}

.ka_contact_Title {
   
    position: absolute;
    text-align: center;
    background-color: #f8f8f8;
    font-family: "Open Sans",serif;
    color: #5d4e4e;
    padding: 2px 12px 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #ebebeb;
}

.ka_whatsapp {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background-repeat: no-repeat;
}

    .ka_whatsapp:before {
        content: "\f232";
    }

#show:hover span {
    display: block;
}
/*Styes End For WhatsApp Chat Icon */
		
		
