@charset "utf-8";
/* CSS Document */
.mrtl {
    direction: rtl;
    text-align: justify;
}
.mltr {
    direction: ltr;
    text-align: justify;
}
.mcenter {
    text-align: center;
}
.mbsilde {
    background: url(../images/backimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.btn-primary {
    color: #fff !important;
    background-color: #f8981d !important;
    border-color: #f8981d !important;
}
.minico {
    color: #ffa200;
    font-size: 30px;
    line-height: 18px;
    margin-bottom: 10px;

}


.fsize16 {
    font-size: 16px;
    font-weight: 500;
}

.fsize15 {
    font-size: 14px;
    font-weight: 500;
}
.fsize12 {
    font-size: 10px;
    font-weight: 600;
}
.menubar {
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}

.orangecolor {
    color: #f8981d !important;
}

.whitecolor {
    color: #fff !important;
}

.greylightcolor {
    color: #ACACAC;
    margin-top: 10px;
}
.bggreylight {
    background-color: #f5f5f5;
}
.bggrey {
    background-color: #333;
    margin-bottom: 0 !important;
}

.mvideo {
    width: 100%;
    margin-top: 15px;
    /* max-width: 500px; */
}

.slidesize {
    padding: 10px 1rem;
}
.uphead {
    text-align: center;
    background-color: #f2f2f2;
    height: 35px;
    padding-top: 5px;
    border-bottom: #b6b4b6 solid 1px;


}
.languageicon{
    width: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* *************************chart******************* */

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-family: 'Vazir';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    color: #686868;
    font-size: 14px;
    /* margin-top: 15px; */
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 8px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
    border-radius: 8px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-container {
    width: 70%;
    height: 400px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo_size{
    width: 6%;
}
.servicespic_size{
    width: 80%;
    max-width: 500px;

}
.text_ar{
    text-align: right;
}

.margin_services{
    margin: 10px 40px;
}

.services2{
    text-align: center;
}
.services_inline{
    display: inline-flex;
}

.eotc_color {
    color: #FFAE46 !important;
}

.lab_img{
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

/* ************************(offerpage)******************** */
.textal {
    margin-top: 10px;
    /* text-indent: 15px; */
    font-size: 16px;
    font-weight: 500;
    direction: rtl;
    text-align: justify;
    margin-bottom: 0 !important;
    margin-left: 10%;
    margin-right: 10%;
}
.input_iden{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 10px;
    border: solid 1.5px #ffa200;
    margin-top: 10px;
}
.input_textbox{
    height: 110px;
    resize: vertical;
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    border: solid 1.5px #ffa200;
    margin-top: 10px;
}
.input_textbox select {
    background-color: red;
    height: 500px;
}
.input_div{
    padding: 0 15%;
    direction: ltr;
}
.sub_btn{
    background-color: #ffa200;
    padding: 10px 15px;
    border-radius: 10px;
}

/* ************************(index)******************** */
.slide_ser_size{
    width:75%;
    max-width: 830px;
    min-width: 650px;
}
/* *************************Grid set******************* */
.grid-container {
    display: grid;
    grid-template-columns: 50% 50% ;
    padding: 0 5% 0 5%;
}
.grid-item {
    text-align: center;

}
@media only screen and (max-width: 992px) {
    .grid-container {
        display: block;

    }
}
/* *************************footer******************* */
.footer
{
    background-color: #333;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 40px;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}
.top_footer
{
    display: flex;
    width: 100%;
    flex: 1;
    flex-wrap: wrap;
}
.bottom_footer
{
    display: flex;
    width: 100%;
    flex: 1;
    align-items:flex-start;
    padding: 15px 0 10px 0;
}

.footer_item
{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

}
.enamad_pic
{
    flex: 1;
    text-align: center;
}
.enamad_empty
{
    flex: 1;
}

.loginco {
    color: #ffffff;
    font-size: 25px;
    line-height: 16px;
    margin-bottom: 10px;
}
.loginacc{
    color: #333;
    font-size: 16px;
    line-height: 10px;
}
.login_button{
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    
}
.login_background
{
    background-color: #ffa200;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 40px;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}
.titlegreylightcolor {
    color: #ACACAC;
    margin-top: 10px;
     width: 400px;
}