
body {
    font-family: "JF Flat Regular" !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: url('https://i.pinimg.com/originals/2b/77/7a/2b777a13d2df20a20342e24b1fef7ff7.gif') 50% 50% no-repeat rgb(249,249,249);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "JF Flat Regular" !important;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
    color: #ffd200 !important;
    transition: ease-in-out .30s;
}


.border-left {
    border-left: solid;
    display: block;
    color: #ffffff;
    font-size: 13px;
    padding-left: 11px;
}

.porder-social {
    width: 32px;
    text-align: center;
    height: 32px;
    border: solid 1px #ddd;
    margin-left: 11px;
    margin-right: 0px;
    padding-top: 6px;
    border-radius: 25px;
    color: aliceblue !important;
}

.social {
    display: flex;
    padding-top: 20px;
}

header .top-header {
    background-color: #703a78;
    width: 100%;
    height: 61px;
}

    header .top-header nav ul li {
        list-style: none;
        float: right;
    }

        header .top-header nav ul li a {
            color: #fff;
            font-size: 13px;
            margin-left: 4px;
            padding-left: 4px;
        }

            header .top-header nav ul li a::after {
                content: "|";
                font-size: 14px;
                margin-right: 10px;
            }

        header .top-header nav ul li:last-child a::after {
            display: none;
        }

    header .top-header nav {
        float: right;
        line-height: 61px;
    }

    header .top-header .change-lang {
        float: left;
        color: #fff;
        font-size: 13px;
        margin-left: 20px;
        line-height: 30px;
    }

    header .top-header .social {
        float: left;
        padding: 0;
        margin: 0;
        margin-top: 12px;
    }


.middle_header {
    padding: 5px 0px 0px;
    background-color: #ffffff;
    height: 106px;
}

.logo {
    float: right;
    width: 100%;
    padding-top: 10px;
}

.logo_site > a {
    display: inline-block;
    float: right;
}


.dropdown-menu {
    text-align: center !important;
}

.main_menu {
    float: right;
}

    .main_menu > li {
        float: right;
        margin-left: 20px;
        padding-bottom: 10px;
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffd200;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 14px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

.col-md-7.none-mobile.mh_left.clearfix {
    padding-left: 0;
    padding-right: 0;
}

.open > .dropdown-menu {
    display: block;
    text-align: center;
}

.dropdown-menu {
    min-width: 160px !important;
    margin: 0;
}

.main_menu > li > a {
    display: block;
    color: #703a78;
    font-size: 16px;
    padding-top: 26px;
}

.main_menu {
    margin-top: 10px;
}

    .main_menu > li:hover > a, .main_menu > li > a:focus {
        color: #ffd200;
        transition: ease-in-out .30s;
    }

.button-1 {
    width: 80%;
    float: left;
    height: 55px;
    background-color: #ffd200;
    border-radius: 8px;
    margin-top: 22px;
    text-align: center;
    color: #ffffff;
    padding-top: 13px;
    font-size: 19px;
}

#header.fixed-header .middle_header {
    height: 106px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999999999;
    padding: 3px 0px 0px;
}

.hamburger {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 5px;
    border: none;
    position: relative;
    z-index: 0;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    border: 2px solid #ffd200;
}

    .hamburger:hover {
        transition: ease-in-out .30s;
        background-color: #ffd200;
        border-color: #ffd200;
    }

        .hamburger:hover span:nth-child(1) {
            transform: translate(0, -2px);
            -webkit-transform: translate(0, -2px);
            -ms-transform: translate(0, -2px);
        }

        .hamburger:hover span:nth-child(3) {
            transform: translate(0, 2px);
            -webkit-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
        }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
    }

    .hamburger.active span:nth-child(2) {
        transform: translate(-4px, 0);
        -webkit-transform: translate(-4px, 0);
        -ms-transform: translate(-4px, 0);
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
    }

    .hamburger span {
        width: 18px;
        height: 2px;
        border-radius: 10px;
        margin: auto;
        background-color: #703a78;
        display: block;
        margin-bottom: 4px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .hamburger span:last-child {
            margin-bottom: 0;
        }

    .hamburger:hover span {
        background-color: #fff;
    }
/*mobile menu*/
/*menu*/
.img-poot {
    position: relative;
    margin-top: 50px;
}

#pot {
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes run {
    0% {
        right: 0;
    }

    50% {
        right: calc(11% - 100px);
    }

    100% {
        right: 0;
    }
}

#pott {
    position: absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: runn;
    -webkit-animation-duration: 5s;
}

@-webkit-keyframes runn {
    0% {
        left: 0;
    }

    50% {
        left: calc(11% - 100px);
    }

    100% {
        left: 0;
    }
}

.img-book2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
}

.img-book {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 70px;
}

.Group_10 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 70px;
}

.dropbtn {
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        padding: 12px 16px;
        display: block;
        color: #262626;
        text-decoration: none;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .close_menu:hover {
        background-color: #767676;
        color: #fff;
    }

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

    .brand-area a > img {
        max-height: 116px;
        margin: auto;
    }

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .mmenu > ul li a {
        display: block;
        border-bottom: 1px solid rgba(6,48,88,0.1);
        color: #063058;
        font-size: 17px;
        padding: 10px;
        transition: all .3s;
    }

        .mmenu > ul li a > i {
            margin-left: 5px;
        }

button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.mmenu > ul li a:hover {
    background: #703a78;
    color: rgb(0, 0, 0);
    border-color: #703a78;
    transition: ease-in-out .30s;
}

.porder-social:hover {
    border: solid 1px #ffd200;
    transition: ease-in-out .30s;
    color: #ffd200 !important;
}

.register-mobile {
    margin-top: 0 !important;
}

    .register-mobile li:last-child > a {
        border-bottom: 0;
    }

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

    .menu-toggle .m-overlay {
        opacity: 0.6;
        visibility: visible;
    }

    .menu-toggle .menu-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-toggle .main-wrapper {
        -webkit-transform: translate3d(-250px,0,0);
        -moz-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
        -o-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0);
    }

html.menu-toggle {
    overflow: hidden;
}


.form_search {
    float: right;
    margin-top: 25px;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .form_search .form-control {
        background-color: #e9e9e987;
        font-size: 16px;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #dee0e0;
        height: 40px;
        color: #dee0e0;
        padding-right: 13px;
        border: none;
        border-radius: 7px;
    }

    .form_search .btn__search {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        left: 0;
        box-shadow: none;
        border: 0;
        outline: none;
        color: #ffffff;
        background-color: #ffd200;
        font-size: 20px;
        padding-top: 5px;
        border-radius: 7px;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffd200 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(251 255 0 / 45%) !important;
}

.btn:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.col-lg-4.max-width-search {
    display: inline-flex;
}

.heart {
    margin-top: 15px;
    background-color: #fbfcf3;
    height: 60px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    font-weight: 700;
    font-size: 13px;
    padding-top: 8px;
    color: black !important;
    border: 2px dotted #703a78;
}

.heart-text {
    font-weight: 700;
}

.shopping-basket-text {
    font-weight: 700;
}

.shopping-basket {
    margin-top: 15px;
    background-color: #fae9fd;
    height: 60px;
    width: 60px;
    text-align: center;
    font-weight: 700;
    margin-right: 15px;
    font-size: 13px;
    padding-top: 8px;
    color: black !important;
    border: 2px dotted #ffd200;
}

.fa-heart-o {
    font-size: 22px !important;
}

.cartBtn {
    color: #0b324e;
    font-size: 18px;
    padding: 3px;
    line-height: 25px;
    position: relative;
}

    .cartBtn small {
        display: block;
        position: absolute;
        right: -5px;
        top: -0px;
        width: 18px;
        height: 18px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ffd200;
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 8px;
    }



.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001)0,rgb(0 0 0 / 0%)100%) !important;
}

span.glyphicon.glyphicon-chevron-right {
    background-color: rgb(255, 255, 255);
    width: 48px;
    height: 48px;
    padding-top: 6px;
    border-radius: 36px;
    color: black !important;
}

span.glyphicon.glyphicon-chevron-left {
    background-color: rgb(255, 255, 255);
    width: 48px;
    height: 48px;
    padding-top: 6px;
    border-radius: 36px;
    color: black !important;
}

span.glyphicon.glyphicon-chevron-right:hover {
    color: #ffd200 !important;
    transition: ease-in-out .30s;
}

span.glyphicon.glyphicon-chevron-left:hover {
    color: #ffd200 !important;
    transition: ease-in-out .30s;
}



/* slider */


.product-slider {
    overflow: hidden;
    direction: ltr;
}

.max-width-cadr-slider {
    max-width: 100%;
}

.col-lg-3.max-width-card-mobile.max-width-cadr-slider {
    /*max-width: 100%;*/
    padding-left: 0;
}

.img-card-slider {
    width: 100%;
    height: 300px;
}

.product-slider {
    height: 505px;
}

.blog-slider .slick-dots {
    margin-top: 60px;
}

.sb-slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sb-slick-slider .slick-dots li.slick-active {
        background: #703a78;
    }

    .sb-slick-slider .slick-dots li {
        font-size: 0;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        background: #ffd200;
        margin: 4px;
        display: block;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

ul.slick-dots {
    position: absolute;
    padding-right: 46%;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999999999;
}

button {
    cursor: pointer;
    background: transparent;
    border: none;
}



.carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%)0,rgba(0,0,0,.0001)100%) !important;
}

.item-slider {
    min-height: 440px;
}

.padding-left-slider {
    padding-left: 0px !important;
    min-height: 440px;
    padding-right: 0 !important
}

.padding-right-text-slider {
    padding-right: 0px !important;
    min-height: 440px;
    background-color: #713371;
}

.img-slider {
    width: 100% !important;
    min-height: 440px !important;
    overflow: hidden;
}

ol.carousel-indicators {
    display: none;
}

p.welcome-slider {
    padding-left: 5px;
    padding-top: 50px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    color: #ffd200;
}

.title-slider {
    padding-top: 9px;
    text-align: right;
    padding-right: 30px;
    color: rgb(255, 255, 255);
    padding-left: 5px;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
    height: 44px;
    overflow: hidden;
}

.p-slider {
    padding-left: 5px;
    height: 65px;
    overflow: hidden;
    padding-top: 10px;
    text-align: right;
    padding-right: 30px;
    color: rgb(223, 237, 248);
    font-size: 13px;
}

.button-slider {
    width: 140px;
    height: 42px;
    text-align: center;
    padding-top: 9px;
    background-color: #ffd200;
    color: #ffffff;
    margin-right: 30px;
    font-size: 15px;
    margin-top: 30px;
}

    .button-slider:hover {
        color: #703a78;
        transition: ease-in-out .30s;
    }



/* section age-stages */
.age-stages {
    margin-top: 50px;
    text-align: center;
}

.title-section {
    font-size: 23px;
    color: #703a78;
    font-weight: 700;
}

.text-section {
    padding-top: 10px;
    color: #767676;
    font-size: 14px;
    padding-bottom: 21px;
}

.div-card-age {
    height: 150px;
    background-color: #f7f7f7 !important;
    border: 1.5px dotted #703a78;
    width: 192px;
    margin: 18px;
}

    .div-card-age:hover {
        background-color: #ffffff !important;
        box-shadow: 0 9px 18px #39383c29;
        transition: ease-in-out .30s;
    }

.div-img-age {
    width: 186px;
    overflow: hidden;
    height: 106px;
}

.img-age {
    padding-bottom: 17px;
    padding-top: 20px;
    width: 40%;
}

.number-age {
    font-size: 19px;
    color: #703a78;
    font-weight: 700;
}


/* section reading */
.section-reading {
    margin-top: 50px;
    text-align: center;
}

.card-2 {
    border: solid 1px #ddd;
    height: 400px;
    overflow: hidden;
}

    .card-2:hover {
        border: solid 1px #ddd;
        height: 460px;
        overflow: hidden;
        transition: ease-in-out .30s;
    }

.padding-card {
    padding: 10px;
    direction: rtl;
}

.div-img-card {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.title-card-reading {
    padding-bottom: 7px;
    padding-top: 15px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #703a78;
}

.price-card-reading {
    color: #ffd200;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}

.card-3__title {
    font-size: 1.2em;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    color: #fff;
    background-color: #ffd200;
    padding-left: 15px;
    padding-right: 15px;
}

.card-3__btn {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    top: 0%;
    padding: 5px;
    left: 10px;
    box-shadow: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: cubic-bezier(.17,.67,.17,.88) all 0.4s;
}

    .card-3__btn:hover {
        color: #ffd200;
    }

.button-1-card {
    font-size: 13px;
    width: 100%;
    height: 43px;
    background-color: #703a78;
    color: #f7f7f7;
    text-align: center;
    padding-top: 11px;
}

    .button-1-card:hover {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        color: #ffd200;
        transition: ease-in-out .30s;
    }

.button-2-card {
    font-size: 13px;
    border: solid 1px #ddd;
    width: 100%;
    height: 43px;
    background-color: #ffffff;
    color: #703a78;
    text-align: center;
    padding-top: 11px;
}

    .button-2-card:hover {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        color: #ffd200;
        transition: ease-in-out .30s;
    }

.padding-left-button {
    padding-left: 5px !important;
}

.padding-right-button {
    padding-right: 5px !important;
}

.button-card-padding {
    margin-top: 26px;
}

.div-button-Show-more {
    text-align: center;
    margin-top: 0px;
}

    .div-button-Show-more a {
        display: inline-block;
        padding: 5px 40px 0px 40px;
        border: 1px solid white;
        background-color: #ffd200;
        font-weight: bold;
        text-align: center;
        margin: 0 10px 10px 10px;
        font-size: 18px;
        color: white !important;
        border-radius: 3px;
        margin-top: 17px;
    }

        .div-button-Show-more a:hover {
            color: #703a78 !important;
            transition: ease-in-out .30s;
        }


.section-the-most-wanted {
    margin-top: 50px;
    text-align: center;
}
/*section-the-most-wanted */


/* section Support-compassion */

.Support-compassion {
    margin-top: 50px;
    position: relative;
    height: 220px;
    background-image: url(../img/team-background.png);
    background-size: cover;
    text-align: center;
    padding-top: 70px;
}

.counter-icon {
    font-size: 45px;
    color: rgb(255, 255, 255);
}

.h3-Support-compassion {
    font-size: 21px;
    color: rgb(255, 255, 255);
}

.p-Support-compassion {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-top: 5px;
}

.recently-arrived {
    margin-top: 50px;
    text-align: center;
}
/*section recently-arrived */

/* section Publishing-houses */
.Publishing-houses {
    margin-top: 50px;
    text-align: center;
}

.hover-card:hover {
    box-shadow: 0 9px 18px #39383c29;
    transition: ease-in-out .30s;
}

.img-Publishing {
    width: 100%;
    max-height: 120px;
    overflow: hidden;
}



/* section-footer */
.section-footer {
    width: 100%;
    margin-top: 50px;
    height: auto;
    background-color: #703a78;
    padding-top: 35px;
    padding-bottom: 35px;
}

.text-footer {
    height: 95px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-top: 33px;
}

.menufoter {
    width: 100%;
    padding-right: 27px;
}

.img-payment {
    width: 100%;
    max-height: 31px;
    overflow: hidden;
}

.logo-footer {
    width: 100%;
    height: 97px;
    overflow: hidden;
}

.color-menu-footer {
    color: rgb(255, 255, 255) !important;
    font-size: 14px !important;
}

.text-Follow {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.text-Copyrights {
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding-top: 14px;
}






.fontimg {
    position: relative;
    background-color: rgba(187, 187, 187, 0.432);
    margin: 0;
    overflow: hidden;
}

    .fontimg img {
        margin: 0;
        transition: all 0.3s;
        display: block;
        width: 100%;
        transform: scale(1);
    }

    .fontimg:hover img {
        transform: scale(1.2);
    }

.fontimgg:hover img {
    transform: scale(1.1);
}

/*************************************************/
.ttm-page-title-row-inner {
    width: 100%;
    padding: 65px 0;
    text-align: center;
    background-color: #703a78;
    color: #ffd200;
}


.mkdf-container {
    padding: 0;
    width: 100%;
}

.mkdf-container, .mkdf-full-width {
    z-index: 100;
    position: relative;
}

.page-id-24 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .page-id-24 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding: 65px 0 80px 0;
}

.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mkdf-container-inner {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ttm-page-title-row-inner {
    width: 100%;
    padding: 90px 0;
    text-align: center;
    background-color: #703a78;
    color: #ffd200;
}

.title-Return {
    font-size: 27px;
    font-weight: 700;
    color: #703a78;
}

.div-button-Return-to-shop {
    text-align: center;
    margin-top: 0px;
    padding: 120px 35px 75px;
}

.button-Return-to-shop {
    display: inline-block;
    padding: 5px 40px 0px 40px;
    border: 1px solid white;
    background-color: #ffd200;
    font-weight: bold;
    text-align: center;
    margin: 0 10px 10px 10px;
    font-size: 18px;
    color: white !important;
    border-radius: 3px;
    margin-top: 17px;
}

    .button-Return-to-shop:hover {
        color: #703a78 !important;
        transition: ease-in-out .30s;
    }

/* عن المتجر */
.title-1-about-us {
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    color: #ffd200;
}

section.about-us-2 {
    padding-top: 50px;
}

.title-2-about-us {
    padding-top: 10px;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    height: 55px;
    overflow: hidden;
}

.text-1-about-us {
    padding-top: 5px;
    font-size: 15px;
    line-height: 27.2px;
    overflow: hidden;
}

.div-img-about {
    height: 432px;
    overflow: hidden;
}

.text-about-us {
    height: 432px;
    overflow: hidden;
}

.Group_17 {
    position: absolute;
    right: 0px;
    height: 70px;
}

.text-about-us {
    text-align: right;
    padding-top: 15px;
}

.feature-box h3 {
    color: #703a78;
    font-weight: 700;
    font-size: 28px;
}

.feature-box {
    display: table;
    width: 100%;
    margin: 40px 0 10px;
}

    .feature-box > div {
        display: table-cell;
        vertical-align: top;
    }

.feature-icon {
    width: 50px;
}

    .feature-icon i {
        width: 40px;
        height: 40px;
        padding: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ffd200;
        text-align: center;
        line-height: 22px;
        color: #fff;
        float: right;
        font-size: 20px;
        padding-top: 9px;
    }


.text-our-vision {
    line-height: 29px;
    font-size: 14px;
    padding-bottom: 30px;
}

.text-Our-message {
    line-height: 29px;
    font-size: 14px;
    padding-bottom: 30px;
}

.text-right-news {
    text-align: right;
}

.our-goals {
    padding-top: 30px;
    text-align: right;
}

.title-2-about-us {
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #703a78;
    height: 43px;
    overflow: hidden;
}

.Objectives {
    color: #8b8a83;
    font-size: 15px;
    padding-top: 11px;
    direction: rtl;
}

.img-book-our {
    position: absolute;
    left: 0px;
    top: 100px;
    height: 70px;
}

i.fa.fa-check-circle {
    color: #ffd200;
    padding-left: 12px;
    font-size: 18px;
}

.Group_houses {
    position: absolute;
    right: 0px;
    height: 70px;
}

.card.hover-card {
    background-color: #f0f1f3;
}

@media screen and (max-width: 991px) {
    .div-img-about {
        height: auto;
    }

    .text-about-us {
        height: auto;
        text-align: center;
    }

    img#pot {
        display: none;
    }

    img#pott {
        display: none;
    }

    .home {
        text-align: center;
    }

    .home-Sub {
        text-align: center;
    }

    .page-title-row-inner {
        margin-top: 100px;
    }

    .mkdf-shopping-cart-holder {
        display: none !important;
    }
}


/* تواصل معنا */
.section-contact {
    padding-top: 50px;
}

.title-contact {
    color: #703a78;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}

.text-contact {
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 50px;
    color: #302e2e;
}

.span-icon-contact {
    font-size: 52px !important;
    color: #ffd200 !important;
}

.title-h4-contact {
    font-size: 27px;
    color: #703a78;
    padding-bottom: 10px;
    text-align: right;
}

.Address-mail {
    font-size: 20px;
    text-align: right;
    color: #363333;
    float: right;
    direction: ltr;
}

.top-write-us {
    margin-top: 50px;
}

.form_st7 {
    text-align: center;
}

.form-group label {
    font-size: 13px;
    text-align: right;
    padding-bottom: 10px;
    margin-top: 12px;
}

.textarea {
    width: 100%;
    height: 200px;
    border: solid 1px #dddd;
}

    .textarea:focus {
        border: solid 1px #dddd !important;
    }

.icon-form i {
    position: relative !important;
    right: 0px !important;
    top: 1px !important;
    z-index: 9 !important;
    font-size: 17px !important;
    left: auto !important;
    margin-left: 5px;
}

.color-lable-contact {
    color: #703a78;
}

.Group_contact1 {
    right: 0px;
    height: 70px;
    bottom: 0;
}

.Group_contact2 {
    left: 0px;
    height: 70px;
    bottom: 0;
}

.img-book-contact {
    margin-top: 100px;
    height: 70px;
}

.img-book-contact-1 {
    margin-top: 300px;
    height: 70px;
}

.btn_contact {
    margin: auto;
    background-color: #ffd200 !important;
    color: #fff !important;
    font-size: 19px !important;
    width: 303px;
    height: 45px;
    margin-top: 25px;
}

    .btn_contact:hover {
        color: #703a78 !important;
        transition: ease-in-out .50s;
    }

@media screen and (max-width: 991px) {
    .Group_contact1 {
        display: none;
    }

    .Group_contact2 {
        display: none;
    }

    .img-book-contact {
        display: none;
    }

    .img-book-contact-1 {
        display: none;
    }

    .title-h4-contact {
        text-align: center;
    }

    .taxt-align-mobile {
        text-align: center;
    }

    .Address-mail {
        float: inherit;
    }

    .text-contact {
        padding-bottom: 16px;
    }

    .btn_contact {
        width: 200px;
    }
}

/* تسجيل حساب متدرب */
.page-title-row-inner {
    position: relative;
    background-image: url(../img/team-background.png);
    background-size: cover;
    text-align: center;
    padding: 52px;
}

.home {
    text-align: right;
    font-size: 21px;
    color: #FFF;
}

.home-Sub {
    text-align: left;
    font-size: 21px;
    color: #FFF;
}

.registration-new-title {
    color: #703a78;
    font-weight: 700;
    font-size: 27px;
}

.registration-new-text {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 10px;
}

.registration {
    text-align: center;
    padding-top: 36px;
}

.contact_content {
    margin-top: 35px;
    padding: 20px 30px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 14px 3px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

.form-group label {
    font-size: 13px;
    text-align: right;
    padding-bottom: 10px;
    margin-top: 12px;
}

.col-sm-12 .form-group {
    text-align: right;
}

.col-sm-6 .form-group {
    text-align: right;
    position: relative;
}

.img-book2-1 {
    position: absolute;
    height: 70px;
}

.img-book-8 {
    position: absolute;
    left: 0px;
    height: 70px;
}

.btn_contact {
    margin: auto;
    background-color: #ffd200 !important;
    color: #fff !important;
    font-size: 19px !important;
    width: 303px;
    height: 45px;
    margin-top: 25px;
}

    .btn_contact:hover {
        color: #703a78 !important;
        transition: ease-in-out .50s;
    }

.form-control {
    border: 1px solid #ddd !important;
    box-shadow: none;
    color: #333 !important;
    font-size: 15px !important;
    height: 50px !important;
}

.form-group i {
    position: absolute !important;
    left: 20px !important;
    top: 50px !important;
    z-index: 9 !important;
    font-size: 15px !important;
    right: auto !important;
}

.form-group span {
    float: left;
    padding-top: 13px;
    color: #ffd200;
}

.icon-eye {
    position: absolute;
    top: -32px;
    left: 0;
    color: rgba(10, 9, 9, 0.945);
}

div#show_hide_password {
    position: relative;
}

.a-login h4 {
    margin-top: 28px;
    color: #703a78;
}

.phone-registration {
    float: left;
    margin-left: 15px;
    border: none;
    z-index: 99999;
    position: absolute;
    font-size: 15px;
    top: 12px;
    left: 0;
}
