@font-face {
    font-family: bold;
    src: url("../font/700-Estedad-FD-Bold.ttf");
}
@font-face {
    font-family: 700;
    src: url("../font/700-Estedad-FD-Bold.ttf");
}
@font-face {
    font-family: main;
    src: url("../font/300-Estedad-FD-Light.ttf");
}
@media (max-width: 800px) {
    .com-nav {
        display:none !important;
    }
    .mob-nav{
        display:block !important;
    }
}
@media (min-width: 200px) and (max-width: 600px) {
    .success_alert{
        width: 90% !important;
        right: 15px !important;
    }
    .new_container{
        width: 95% !important;
    }
    .btn_ask_mobile{
        display: block !important;
    }
	    .form-search{
        margin-bottom: 20px !important;
        width: 100% !important;
    }
}
body{
    font-family: 'main' !important;
    direction: rtl !important;
}
.mTransition {
    transition: all cubic-bezier(0.4, 0.0, 0.2, 1) 0.5s;
}

.subscriber {
    width: 300px;
    max-width: 98%;
    height: auto;
}


.w-4\/12 {
    width: 33.333333%;
}


@media (min-width: 640px) {
    .sm\:w-2\/12 {
        width: 16.666667%;
    }

    .sm\:w-4\/12 {
        width: 33.333333%;
    }

}

.w-8\/12 {
    width: 66.666667%;
}
.answers_conter{
    background: #20B770;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    width: 55px;
    height: 100px;
    border-radius: 20px;
}
.answers_conter i{
    font-size: 30px;
}

.qustions_box{
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
    text-align: right !important;
}
.qustions_box:hover{
    border: 2px solid #20B770;
    transition: all 0.3s;
}
.qustions_title_box{
    font-family: bold;
}
.btn-more{
    background: #20B770;
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    width: 100px;
    font-size: 10px;
}
.btn_ask{
    background: #20B770;
    color: #ffffff !important;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    width: 120px;
    font-size: 14px;
    font-family: bold;
}
.search_result{
    background: #ffffff;
    border: 3px solid #20B770;
    border-radius: 5px;
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 20px;
    display: none;
    z-index: 999;
}
.bajet{
    background:#20B770;
    color:#ffffff;
    padding: 2px;
    border-radius: 5px;
}
.title_form{
    background: #20B770;
    border-radius: 20px 20px 0px 0px;
    padding: 5px 10px 10px 10px;
    margin-bottom: -18px;
    color: white;
    font-family: bold;
    text-align: center;
    height: 80px   ;
}
.success_alert{
    position: fixed;
    top:200px;
    z-index: 999;
    background: #ffffff;
    border: 2px solid #20B770;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
    right: 25%;
}
.banner_qustion{
    background: #20B770;
    color: #ffffff;
    text-align: right;
    padding: 10px 20px 20px 20px;
    border-radius: 20px 20px 0px 0px ;
}
.simia_answer{
    background: #f6f8f9;
    border: 1px solid #EDEDED;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align:right !important;
}
.owl-dot{
    display: none !important;
}
.sidebar{
    width: 100%;
}
.blog{
    border: 1px solid #eeeeee;
    width: 100%;
    padding:10px;
    text-align: right;
    border-radius: 10px;
}
.blog-title{
    background: #20B770;
    color: white;
    position: absolute;
    padding: 5px;
    bottom: 0px;
    width: 100%;
    text-align: right;
    border-radius: 0px 0px 20px 20px;
}
.sidebar_moshaver_more{
    color: #20B770;
    background: white;
    border: 1px solid #20B770;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    transition:all 0.3s

}
.sidebar_moshaver_reserv{
    background: #20B770;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;

    transition:all 0.3s
}
.sidebar_moshaver_reserv:hover{
    background: white;
    color: #20B770;
    border:1px solid #20B770;
    transition:all 0.3s
}
.sidebar_moshaver_more:hover{
    background: #20B770;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    transition:all 0.3s
}

.doctor{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.sidebar_sticky{

    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;

}
.new_container{
    width: 80%;
}
.com-nav {
    display:block;
}
.mob-nav{
    display:none;
    margin-bottom:20px !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;

}
.sidenav ul{
    list-style: none;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 19px;
    color: #000000;
    display: block;
    transition: 0.3s;
    text-align: right;
    margin-right: 20px;
}

.sidenav a:hover {
    color: #1a3365;
    text-decoration: none !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 180px;
    font-size: 36px;
    margin-left: 50px;
}
.btn_ask_mobile{
    display: none;
    background: #20B770;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: bold;
    color:#ffffff !important;
}

.btn_ask_mobile a{
    color:#ffffff;
}
#Content {
    width: 100%;
    padding-top: 30px
}
#Content.no-padding, .template-slider #Content, .with_aside #Content {
    padding-top: 0
}

img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto
}

#Content .is-cropped img {
    height: inherit
}#Content .slider-pro img.sp-image {
     max-width: none
 }
.button-custom .content_wrapper .button.the-icon {
    padding-left: 10px;
    padding-right: 10px
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}
.dwqa-question-filter a.unanswered {
    color: #cb2027;
    margin-right: 20px !important;
}
.dwqa-question-filter a.resolved {
    color: #2bc69e;
    margin-right: 20px !important;
}
.form-search{
    width: 60%;
    margin-bottom: 100px;
}


.header_defult {
    /*height: 500px;*/
    padding: 20px;
    padding-top: 100px;
    background: url("../candid-shot-young-man-glasses-talking-about-his-problems-during-psychological-therapy-session-sitting-coach-while-mature-female-psychologist-with-copybook-listening-him-making-notes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    height: 100vh;
    background-attachment: fixed;
}

.grid-container {
    display: grid;
    grid-column-gap: 25px;
    grid-template-columns:   33% 33% 33% ;
    padding: 5px;
}
.score_area{
    background: #f6f8f9 ;
    border: 1px solid #EDEDED;
    border-radius: 20px;
}
.doctor_moshaver{
    border: 2px solid #20B770;
}