/* ============ start style rtl ============ */


/* start header */


header.toBeGreen-header .lang-login-wrapper .lang{
    border-left-color: #fff;
}

/* end header */


/* start section hero */

.hero{
    background-image: url('../images/hero-back-rtl.png');
}
.hero .hero-content .hero-link{
    background: linear-gradient(90deg, #6E9C79 0%, #84B089 100%);
}
.hero img.hero-back-img{
    left: 0;
    right: auto;
}
.hero img.hero-front-img{
    right: 55%;
    left:  auto;
    transform: rotateY(0deg);
}

/* end section hero */



/* start section about */

.toBeGreen-about .toBeGreen-about-wrapper{

}
.toBeGreen-about .toBeGreen-about-wrapper .toBeGreen-about-content{
    border-radius: 50px 0 0 50px;
}
.toBeGreen-about .toBeGreen-about-wrapper .toBeGreen-about-img img{
    width: 100%;
    transform: translateX(10%) rotateY(0deg);
}
.toBeGreen-about img.about-aiside-img{
    right: 0;
    left: auto;
    transform: translateY(70%) rotateY(0deg);
}

/* end section about */



/* start section interactive-map-wrapper */

.interactive-map h2 span:after{

}
.interactive-map-wrapper .info-box{
    border-radius: 50px 0 0 50px;
}
.interactive-map-wrapper .map-img .svg-back > img{
    right: -90px;
    left: auto;
}
.interactive-map-wrapper .info-box .info-list{
    padding-right: 0;
}
.interactive-map-wrapper .info-box .info-list li span.info-title{
    margin-right: 30px;
    margin-left: 0;
}
.interactive-map-wrapper .info-box .info-list li span.info-val{
    text-align: left;
}
.interactive-map-wrapper .info-box img.info-map-img{
    right: 0;
    left: auto;
    transform: rotateY(0deg);
}

/* ens section interactive-map-wrapper */



/* start section search */


.search .form-search input{
    border-radius: 25px 0 0 25px!important;
}
.search .results-content a span{
    text-transform: capitalize;
    margin-left: 10px;
    margin-right: 0;
}
.search .results-content a i{
    transform: rotateY(180deg);
}
.search .results-content a:hover i{
    transform: translateX(-10px) rotateY(180deg);
}

/* end section search */



/* start footer */


/* end footer */


/* start global style */

.title-effect span:after{
    right: 0;
    left: auto;
    width: 100%;
    background: linear-gradient(270deg, rgba(97, 180, 81, 0.96) 0%, rgba(255, 255, 255, 0) 138.3%);
}
.title-effect-white span:after{
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 138.3%);
}

section.head{
    background-image: url('../images/head-back-rtl.png');
}

/* end global style */


/* start page joinRequest */

/* start section : joinRequest-head */



/* end section : joinRequest-head */


/* start section : joinRequest-form */

.joinRequest-form .form-model > div input{
    padding: 7px 20px 7px 5px;
}
.joinRequest-form .form-model > div select{
    padding: 7px 20px 7px 5px;
}

/* end section : joinRequest-form */

/* end page joinRequest */



/* start page certificate */

/* start section : certificate-head */


/* end section : certificate-head */


/* start section : donorInformation-form */

.donorInformation-form .form-model > div input{
    padding: 7px 20px 7px 5px;
}

/* end section : donorInformation-form */



/* start section : viewDownloadCertificate */

.viewDownloadCertificate .downloadCertificate-btn span{
    margin-left: 15px;
    margin-right: 0;
}

/* style modals */


/* end section : viewDownloadCertificate */

/* end page certificate */



/* start media query */



@media (max-width: 820px){
    .interactive-map-wrapper .map-img .svg-back > img{
        right: -90px;
        top: -38px;
        left: auto;
    }
    .interactive-map-wrapper .info-box{
        border-radius: 50px 50px 0 0;
    }
}

@media (max-width: 730px){
    .interactive-map-wrapper .map-img .svg-back > img{
        right: -60px;
        top: -20px;
        left: auto;
    }
}


@media (max-width: 767px){
    .hero img.hero-back-img{
        left: 0;
        right: auto;
    }
    .hero img.hero-front-img{
        right: 50%;
        left: auto;
    }
    .toBeGreen-about .toBeGreen-about-wrapper .toBeGreen-about-content{
        border-radius: 0 0 50px 50px;
    }
    .toBeGreen-about .toBeGreen-about-wrapper .toBeGreen-about-img img{
        transform: translateX(0) rotateY(0deg);
    }

}

@media (max-width: 575px){
    section.head .head-content{
        padding-right: 20px;
        padding-left: 0;
    }
    .hero img.hero-front-img{
        right: 50%;
        left: auto;
    }
    .interactive-map-wrapper .map-img .svg-back{
        transform: scale(.85) translateX(-10%);
    }

}

/* end media query */
.viewDownloadCertificate .viewCertificate span.certificateHolder-name{
    position: absolute;
    display: block;
    top: 25%;
    left: auto;
    right: 14%;
    text-transform: capitalize;
    font-size: 2.6vw;
    font-weight: 600;
}
.viewDownloadCertificate .viewCertificate .qrCode{
    background: #aaa;
    width: 7vw;
    height: 7vw;
    position: absolute;
    bottom: 5%;
    right: 40%;
    left: auto;
}
/* end style rtl */
