.question_mark {
    position: fixed;
    bottom: 5%;
    left: 5px;
    z-index: 9;
    width: 50px;
    text-align: left;
    transition: all .4s ease-in-out;
}
.q_body {
    position: relative;
    top: 0;
    left: 24px;
    background-color: #fff;
    padding: 25px;
    border-radius: 9px;
    border-bottom-left-radius: 0;
    transition: all .4s ease-in-out;
    transform: scale(0);
    transform-origin: left bottom;
    text-align: center;
    box-shadow: 0 0 2px 0 #ababab;
    border: 1px solid #ababab;
    width: 100%;
    visibility: hidden
}
.q_body button{
    font-size: 14px;
    width: 100%
}
.q_body label{
    font-size: 15px
}
.q_body.open{
    transform: scale(1);
    visibility: visible
}
.question_mark.full_width{
    width: 350px
}
.q_body::after{
    position: absolute;
    content: "";
    border-top: 6px solid #fff;
    border-left: 14px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 15px solid transparent;
    top: 100%;
    left: 0px;
}
.q_body::before{
    position: absolute;
    content: "";
    border-top: 7px solid #ababab;
    border-left: 15px solid #ababab;
    border-right: 7px solid transparent;
    border-bottom: 16px solid transparent;
    top: 100%;
    left: -1px;

}


.q_btn{
    margin-top: 24px
}
.q_btn span{
     display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #e4ca12;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

}
.q_btn span img{
    display: inline-block;
    width: 13px;
    margin-top: 50%;
    transform: translateY(-50%);
}
/*video_toturial
=================*/
.video_toturial{
    padding: 20px 0
}
.video_toturial .video_body,
.video_toturial .video_body iframe{
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    overflow: hidden
}

.video_toturial .video_description{
    background-color: #ffe403;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px
}
@media(max-width:992px){
    .video_toturial .video_description{
        height: 400px;
        border-radius: 0
    }
}
.video_toturial .video_description .video_description_body{
}
.video_toturial .video_description .video_description_body h3{
    margin-bottom: 20px;
}
.video_toturial .video_description ul{

}
.video_toturial .video_description ul li{
    margin: 10px 0 ;
    color: #707070;
    word-spacing: 3px
}
.main_view_filter .card{
    width: 400px;
    display: inline-block;
    margin-left: 10px;
}
.main_view_filter .card .card-img,
.post-body .card-img{
    height: 200px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.main_view_filter .card .card-img img,
.post-body .card-img img{
    object-fit: cover;
    height: 100%
}

.main_view_tabs{

}
.main_view_tabs ul{
    margin: 40px 0
}
.main_view_tabs ul li {
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 15px
}
.main_view_tabs ul li span{
    color: #ABABAB;
    display: inline-block;
    position: relative;
    transition: all .1s ease-in-out;
    cursor: pointer
}
.main_view_tabs ul li span::after{
    position: absolute;
    right: 0;
    top: 115%;
    width: 0;
    content: "";
    height: 2px;
    background-color: #000;
    transition: all .3s ease-in-out
}
.main_view_tabs ul li span:hover::after,
.main_view_tabs ul li span.click::after{
    width: 100%;

}
.main_view_tabs ul li span:hover,
.main_view_tabs ul li span.click{
    color: #000
}
input.confirm_phone{
    text-align: center;
    font-size: 18px;
    padding: 5px;
    letter-spacing: 9px;
}
input.confirm_phone::placeholder {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 9px;
}
.check_login a, .login p a{
    transition: all .3s ease-in-out
}
.login p a{
    color: #5B5B5B
}
.check_login a:hover, .login p a:hover{
    color: #000!important
}
.phone_link{
    background-color: #ffe403;
    padding: 40px 0
}
.phone_link h3{
    font-size: 20px;
}
.phone_link input{
    border: none
}

label.with_checked{
    color: #000!important
}

.card_distengish a{
    border-radius: 25px;
    display: inline-block;
    border: 1.2px solid;
    padding: 3px 13px;
    font-size: 12px!important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    transition-property: border-color;
    transition-duration: 0.3s;
}
.card_distengish a::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fce100;
    transition: all .4s ease-in-out;
    width: 0;
    border-color: #fce100;

}

.card_distengish a:hover::after{
/*        transform: scaleX(1)*/
    width: 100%
}
.card_distengish:hover a{
   border-color: #fce100;
}

.mini-content{
    width: 70%;
    margin: auto
}

/*copy_share
==================*/

.copy_share{
   background-color: #fff;
    border: 1px solid #ABABAB;
    border-radius: 9px;
    padding: 7px 15px;
    width: 90%;
    margin: auto;
    transition: all .2s ease-in-out;
    position: relative
}
.green{
    color: green;
    position: absolute;
    right: 98%;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}
.copy_share:hover{
    box-shadow: 0px 4px 6px 0px #979292bd
}

.copy_share button{
    background-color: transparent;
    border: none;
    float: left;
    cursor: pointer
}
.copy_share button:focus{
    outline: none
}
.copy_share input{
    border: none;
    padding: 5px 10px 5px 20px;
    text-align: right;
    float: right;
    width: calc(100% - 30px);
}
.copy_share input:hover,
.copy_share input:focus{
    box-shadow: none
}
.share_link{
    text-align: center;
    margin: 40px 0 20px;
}
.share_link li{
    display: inline-block;
    margin: 10px 20px;
    transition: all .3s ease-in-out
}
.share_link li:hover{
    transform: translateY(-3px)
}
/*
.share_link li img{
    filter: grayscale(1);
    transition: all .1s ease-in-out
}
.share_link li img:hover{
    filter: grayscale(0)
}
*/
.share_model{
    visibility: hidden;
    z-index: -1!important
}
.share_model.open{
    visibility: visible;
    z-index: 555!important
}
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before{
    background-color: #000
}

.custom-radio .custom-control-label::before{
    border-radius: 3px!important;
}
.custom-control-label{
    font-size: 12px;
}
/*pay_tabs
=================*/
.pay_tabs{

}
.pay_tabs li,
.pay_tabs_div{
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    background-color: #ececec;
    color: #000;
    border-radius: 30px;
    width: 103px;
    /*padding: 10px 0;*/
    height: 40px;
    text-align: center;
    margin: 3px 10px 10px;
    font-size: 13px;
    cursor: pointer;
    transition: box-shadow .4s ease-in-out
}

.pay_tabs li.active,
.pay_tabs_div.active{
   background-color: #000;
   color: #fff
}
.pay_tabs li.active a,
.pay_tabs_div.active a{
     color: #fff
}
.pay_tabs li:hover,
.pay_tabs_div:hover{
    box-shadow: 0px 4px 6px 0px #979292bd
}
.share_box label{
    font-size: 14px
}
.order_view_slider2 .slick-list.draggable{
    margin: 0!important
}

/*share_label
==============*/
span.share_label.small {
    background-color: #000;
    padding: 2px 14px;
    border-radius: 26px;
    color: #fff;
}

/*span.download*/
span.download {
    width: 37px;
    height: 37px;
    border: 1px solid #000;
    display: block;
    background: #000;
    border-radius: 50%;
    color: #fff;
    line-height: 37px;
    margin: auto;
}
.download.not-download{
    background: #fff;
}

/*order_view
============*/


@media(min-width:1300px){
    .video_toturial .video_description .video_description_body{
        padding-right: 50px;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .video_toturial .video_description ul li{
        margin: 20px 0;
        font-size: 13px;
    }

}
/*.share_link li */
@media(max-width:992px){
    .login_body .login_body_content{
        width: 80%
    }
    .join_link{
        background-color: #fff
    }
    .mini-content{
        width: 100%!important
    }
    .view_tab_slider{
        position: absolute;
        top: 19px;
        right: 80px;
        padding: 0 20px;
        background-color: #f1f1f1;
        padding: 20px;
        border-radius: 9px;
        margin: 0;
        height: 400px;
        overflow-y: scroll
    }
    .view_tab_slider li{
        display: block!important;
        margin-bottom: 15px!important;
    }
    .post-body.main_view_filter{
        text-align: left!important
    }
    .favorit_bulding{
       height: auto;
        min-height: 600px;
/*        padding: 100px 0*/
    }
    .video_body,
    .video_body iframe{
        border-radius: 0!important
    }
    .home .person-action li {
      margin: 0 3px;
    }
}
@media(max-width:767px){
    .login_body .login_body_content{
        width: 100%
    }
    .view_tab_slider{
        position: static;
        top: auto;
        right: auto;
        padding: 10px 0;
        border-radius: 9px;
        margin: 0;
        height: auto;
        overflow-y: auto
    }
    .view_tab_slider li{
        display: inline-block!important;
        margin: 0 10px!important;
    }
    .post-body.main_view_filter{
        text-align: center!important;
    }
    .home-description_link{
        margin-right: 0!important
    }
    .home .person-action li {
      margin: 0 10px;
    }
}
@media (max-width: 575px) {
    .share_link li{
        margin: 10px !important;
    }
    .client-view .client-slide-item{
        width: 100%!important;
        height: 180px
    }
}
