/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}

div:hover,button:hover,a:hover,li:hover,.card:hover{
    transition:0.3s ease-in-out;
}

button,link,select,a{
    cursor: pointer;
}


.card a,
.card img{
    cursor: pointer;
}

/* style dives */
.bg-div:hover,
.bg-div:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover ,
button:focus
{
    cursor: pointer;
}

/* style textarea */
textarea {
    resize: none;
}
/* style plceholder */
input::placeholder ,
textarea::placeholder
{
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
    background: #fafafa;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height:2.5rem !important;
}

blockquote p {
    display: inline;
}

/* order first */
@media (max-width: 991px){
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 767px){
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

/* ******************************** header ************************************/

/* top menu */
.div_header{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999;
}
/* phone i header */
.container_div_phone{
    padding: 5px 15px;
}
.div_phone a .large_text:hover ,  .social_footer_ul li a:hover i{
    color: #dacece !important;
}
.div_phone{
    float: right;
    margin: 5px !important;
    text-align: right;
    cursor: default !important;

}
.phone_text{
    font-size: 12px;
}
.address_text{
    padding-right: 15px;
    font-size: 12px;
}
.address_text i{
    font-size: 14px;
}
.div_phone span{
    font-weight: 500;
    color: whitesmoke !important;

}
.nav-custom{
    padding: 0 0.7rem;
    background-color: #2120206e;
}

@media (max-width: 400px) {
    .phone_text{
        padding-right: 5px;
    }

}

/* menu header */
.nav-custom-style{
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3);
}

.nav-custom-style img{
    object-fit: contain;
    width: 120px;
    margin: 5px 1rem 5px 0;
}
.nav-custom-style ul{
    padding-right:1rem;
}
.nav-custom-style ul li{
    padding: .3rem 1rem 0 1rem;
    text-align: center;
    transition: 0.3s;
}
.nav-custom-style ul li a{
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 300;

}

.nav-custom-style [data-toggle="dropdown"]:after {
    padding-right:5px;
    padding-top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 14px;
    vertical-align: middle;
}
.div_search_list_page [data-toggle="dropdown"]:after , .form_search_job [data-toggle="dropdown"]:after {
    padding-top: 2px;
    padding-right:5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 14px;
    vertical-align: middle;
}

.nav-custom-style .show [data-toggle="dropdown"]:after , .form_search_job .show [data-toggle="dropdown"]:after , .div_search_list_page .show [data-toggle="dropdown"]:after{
    content: "\f077";
}
.nav-custom-style .dropdown-toggle , .form_search_job .dropdown-toggle , .div_search_list_page .dropdown-toggle{
    display: flex;
}
.nav-custom-style .dropdown-toggle:after , .form_search_job .dropdown-toggle:after  , .div_search_list_page .dropdown-toggle:after{
    border: none;
}



.nav-custom-style .dropdown-menu{
    border-radius: 0 0 2px 2px !important;
    padding-right: 0 !important;
}

.nav-custom-style .dropdown-menu li{
    padding: 0.2rem;
    border-bottom: 1px solid #443e3e14 !important;
}
.nav-custom-style .dropdown-menu  .border-bottom{
    border-bottom: 1px solid #dddddd94 !important;

}
.btn_register_job{
    padding-left: 7px;
    float:left;
    padding-top: 5px;
    padding-right: 5px;
}
.btn_register_job a{
    font-size: 16px;
    font-weight: 500;

}
.symbol_icon2{
    font-size: 15px;
    vertical-align: unset;
    padding: 0 3px;
}
.symbol_icon{
    font-size: 17px;
    vertical-align:text-top;
    padding: 0 3px;
}
.dropdown-menu{
    padding: 0 !important;
}
.dropdown-menu  li  a{
    font-size: 15px !important;
}
.dropdown-menu  li:hover a{
    background-color: transparent !important;
}
.counseling_link{
    margin-bottom:0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.counseling_link a{
    transition: 0.5s;
    font-size: 14px !important;
}

.counseling_link svg{
    width:60px;
}
.counseling_link p{
    font-size: 14px !important;
    margin: 0;
    line-height: 1.6rem;
}
.counseling_link p span{
    display: block;
}
@media (min-width: 992px) {
    .nav-custom-style .dropdown-menu{
        border-bottom: 0 !important;
        border-top: 1px solid #010101;
        right:0 !important;
        left:0 !important;
    }
    .nav-custom-style .dropdown-menu a{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
@media (max-width: 656px) {
    .btn_register_job , .div_phone{
        display: block;
        width: 100%;
        text-align: center !important;
    }
    .large_text{
        display: none;
    }
    .btn_register_job {
        padding-left: 0;
    }
    .div_phone{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .address_text {
        padding-right: 0;
    }

}
.nav-custom-style .dropdown-menu a , .nav-custom-style a{
    text-align: center !important;
}
.nav-custom-style .dropdown-menu a:hover{
    color: #FFFFFF;
    background-color: rgba(144, 144, 144, 0.1);

}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky{
    background-color: #212020;
    padding: 0;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.navbar-sticky li {
    padding: 1rem 1rem 0 1rem;
    text-align: center;
    transition: 0.3s;
}
.navbar-sticky .counseling_link li{
    padding-top: .3rem !important;
}
.navbar-sticky  .nav-custom-style ul li {
    padding: 0.3rem 1rem 0 1rem;
}

.navbar-sticky nav{
    padding: 0 !important;
}

.border-top a{
    color: #ffffff !important;
}
.fixed-top ul li a{
    font-weight: 400;
}

.navbar-toggler{
    margin-right: 1rem !important;
}
.container_footer svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.container_footer{
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
@media (max-width: 2359px) {
    .container_footer svg {

    }
}

@media (min-width: 992px) {
    .container_footer svg {
        /*height: 200px; !* Adjust the height for even larger screens *!*/
    }
}

@media (max-width: 991px) {
    .nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
        text-align: right !important;
    }
    .navbar-toggler {
        margin-right: 0 !important;
    }
    .nav-custom-style li , .navbar-nav .nav-link {
        padding-right:2rem !important;
    }
    .nav-custom-style .dropdown-menu li{
        padding-right: 1.5rem !important;
        border-bottom:none !important;
    }
    .nav-custom-style .dropdown-menu li:hover{
        background-color: transparent !important;
    }
    .navbar-collapse{
        background-color: #FFFFFF;
        border-top: 1px solid #e3e3e3;
    }
    .nav-custom-style ul{
        padding-top: 1rem;
        padding-right: 0 !important;
    }
    .nav-custom-style ul li a{
        font-weight: 500;
        color: #ffffff !important;
    }
    .nav-custom-style ul li{
        padding: 0 !important;
        margin-top: 8px;
    }
    .counseling_link svg {
        margin-top: 5px;
    }
    .navbar-sticky .counseling_link li {
        padding-top: 0 !important;
    }
    .nav-custom-style ul li:hover{
        color: #fff !important;
    }
    .nav-custom-style .dropdown-menu {
        border-left: 0;
    }
    .div_header .navbar{
        display: flow-root !important;
    }
    .counseling_link{
        float: left;
        padding-top: 0 !important;
        padding-left: 10px !important;
    }
    .counseling_link a{
        text-align:center !important;
    }
}
@media (max-width:656px) {
    .counseling_link {
        margin-top: 1px;
        padding-top: 2px !important;
    }

    .counseling_link p , .counseling_link a{
        font-size: 13px !important;
        line-height: 1.8rem;
    }
    .counseling_link svg{
        width: 35px;
        margin-right: 5px;
        margin-top: 8px;
    }
}
@media (max-width: 480px) {
    .nav-custom-style img {
        width: 100px;
        margin: 5px 0.5rem 5px 0;
    }
    .nav-custom-style ul {
        padding-top: 10px !important;
        padding-bottom: 0;
        padding-right: 0 !important;
    }
    .counseling_link li{
        padding: 0 !important;
        margin-top:0 !important;
    }
    .counseling_link a {
        width: auto;
        padding: 0;

    }
}
@media (max-width: 380px) {
    .div_contact {
        margin: 2px 5px 2px 0 !important;
    }
    .nav-custom-style img{
        margin: 2px 0.5rem 0 0;
    }
    .btn_register_job a{
        padding: 5px !important;
        font-size: 14px !important;
    }
    .nav-custom-style ul {
        padding-top: 10px !important;
    }
    .counseling_link svg {
        width: 30px;
    }
    .nav-custom-style img {
        width: 95px;
        margin: 5px 0.5rem 5px 0;
    }

}
@media (max-width: 991px) {
    .form-inline {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    .nav-custom-style {
        justify-content: flex-start !important;
    }

}

/* small nav menu */
@media screen and (min-width: 992px) {
    .closebtn{
        display:none !important;
    }
    .navbar_mobile , .logo_small{
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .sidenav {
        overflow: auto !important; /* Hide scrollbars */
        display: block !important;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right:0;
        transition: 0.5s;
        padding: 1rem 0 0 0;
        background: #212020;
    }


    .sidenav .dropdown-menu li{
        background-color: transparent !important;
    }
    .sidenav li{
        color: #fff !important;
        border: 0 !important;
    }
    .sidenav li:hover{
        border: 0 !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left:10px;
        font-size: 36px;
        margin-right: 50px;
    }

    /* width */
    .sidenav::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .sidenav::-webkit-scrollbar-track{
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .sidenav::-webkit-scrollbar-thumb{
        border-radius: 10px;
    }
}


.navbar_mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
    display: none;

}

.navbar_mobile ul {
    text-align: center;
    margin-right: auto;
    display: contents;
}

.navbar_mobile nav {
    padding: 0;
}

.navbar_mobile ul li {
    margin-right: auto;
    margin-left: auto;
    padding: 0.2rem 0;
}

/* main index */

/* ******************************** slider index ************************************/
 .container_slider{
     position: relative;
 }
.container_slider img{
    height:100vh;
    object-fit: cover;
}
.container_slider img , .container_slider:after ,  .container_slider{
    border-radius: 0 0 0 15%;
}
.container_slider:after{
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.container_slider_content{
    position: absolute;
    top:45%;
    z-index: 100;
    left: 0;
    right: 0;

}
.div_text_service ,  .div_search_service{
    margin: auto;
}
.container_slider_content .services_title{
    text-align: right;
}
.container_slider_content .services_title a{
    color: #fff;
    text-shadow: 2px 2px #595656;
    font-weight: 500;
    font-size: 1.7rem;
}
.container_slider_content .services_title2{
    text-align: right;
    font-size: 1.2rem;
    color: #fff;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-right: 5px;
}
.container_slider_content .service_desc{
    line-height: 2rem;
    margin-top: 1.5rem;
    font-size: 19px;
    font-weight: 400;
    text-align: right;
    color: #e3dbdb;
    text-shadow: 2px 2px #2f2e2e;
    background: #2120206e;
    padding: 1rem;
    border-radius: 0 15px 15px 0;
}
.search_custom{
    background: whitesmoke;
    border-radius: 12px;
    border: 0;
    padding: 5px;
}
.search_custom input{
    padding: 0 7px;
    background: whitesmoke !important;
    border: 0;
    font-size: 14px;
}
.search_custom .btn-search{
    padding: 4px 7px 0 7px;
    background: whitesmoke !important;
    outline: none !important;
    box-shadow: none;
}
.carousel-control-prev , .carousel-control-next{
    z-index: 1;
}
@media (max-width: 1199px){
    .container_slider_content .services_title a{
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .container_slider_content .services_title a{
        font-size: 1.5rem;
    }
    .div_text_service, .div_search_service{
        padding: 0;
    }
    .container_slider_content .service_desc{
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .container_slider img {
        height: 80vh;
    }
    .container_slider_content {
        top: 39%;
    }
    .div_text_service, .div_search_service {
        margin-bottom: 1rem;
    }
    .container_slider_content .service_desc {
        margin-top: 10px;
    }
    .container_slider img , .container_slider:after ,  .container_slider{
        border-radius: 0 0 0 15%;
    }
}
@media (max-width: 480px) {
    .container_slider img , .container_slider:after ,  .container_slider{
        border-radius: 0 0 0 15%;
    }
    .container_slider_content .services_title a {
        font-size: 1.3rem;
        text-shadow: 2px 2px #2f2e2e;
    }
    .container_slider_content .service_desc {
        font-size: 16px;
        padding: 7px 10px;
    }
    .container_slider_content {
        top: 42%;
    }
    .container_slider_content .services_title2 {
        font-size: 1.1rem;
        margin-bottom: 0.7rem;
    }
    .container_slider img{
        height:90vh;
    }
}
@media (max-width: 379px) {
    .container_slider_content {
        top: 37%;
    }
}
/***********************************************  about us index *******************************************/
.container_about{
    margin-top: 7rem;
    margin-bottom: 6rem;

}
.div_about_text{
    border-radius: 2px;
}
.container_about img{
    width: 100%;
    object-fit:cover;
    border-radius: 3px;

}

.card-about{
    background-color: transparent !important;
    border: none;
    border-radius: 3px;

}

.card-about-header{
    border: none;
}
.title_about{
    background-color: transparent !important;
    padding: 1rem;
    border-bottom: 2px solid rgba(162, 159, 159, 0.3);
}
.title_about .card-title a{
    text-align: right;
    font-size: 25px;
    font-weight: 500;
}
.title_about span{
    font-size: 18px;
    color: #0c0c0c;
    font-weight: 500;
}
.container_about .content_about{
    text-align: justify;
    color: #404040;
    font-weight: 500;
    line-height: 2.3rem;
    font-size: 15px !important;
    padding: 0.5rem 1rem 2rem 1rem;
}
.container_about .content_about p{
    text-align: justify;
    color: #404040;
    font-weight: 500;
    line-height: 2.3rem;
    font-size: 15px !important;
}
.card-about{
    border-radius: 7px;
}

.btn-about{
    float: left;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 17px;
    width: 160px;
    display: block;
    font-weight: 400;
    padding: 7px 5px;
    border:0 !important;
    transition: 0.5s;
}
.btn-more{
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 17px;
    width: 160px;
    display: block;
    font-weight: 400;
    border:0 !important;
    transition: 0.5s;
    text-align: center;
    margin: 2rem auto 0 auto;
    padding: 1rem 5px;
    outline: none !important;
    box-shadow: none !important;
}
.btn-about:hover , .btn-more:hover{
    color: #ededed;
    background-color: #fff !important;
}
/* card img hover */
.hm-black-strong{
    position: relative;
}

.hm-black-strong img {
    width: 100%;
    vertical-align: top;
    transition: 0.3s;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    object-fit: cover;
}
.hm-black-strong:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: rgba(25, 25, 25, 0.4);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after  , .card-blog:hover .hm-black-strong:after , .hm-black-strong:hover:after {
    opacity: 1;
    transition:0.7s ease-in-out;
}

@media (max-width: 1199px){

    .card_about_style {
        padding: 1rem 0;
    }
    .content_about{
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .title_about{
        margin-top: 1rem;
    }
    .container_about img {
        max-height: 300px;
    }

}
@media (max-width: 1199px) and (min-width: 1070px){

    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 1069px) and (min-width: 993px){

    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 992px) and (min-width: 992px){

    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 991px) and (min-width: 945px){

    .paralsec1 {
        margin-top: -2.5% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}
@media (max-width: 944px) and (min-width: 768px){

    .paralsec1 {
        margin-top: -3.1% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}

@media (max-width: 499px) {
    .container_about{
        margin-top: 4rem !important;
        margin-bottom: 2.5rem !important;

    }
}



/*********************************************** services in index *******************************************/
/*  titles */
.titles_style{
    cursor: default;
}
.titles_style h4 , .titles_style h2 {
    font-size: 34px;
    font-weight: 500;
}
.text_list{
    text-align: justify;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 1.3rem;
}
.hr_style{
    border-bottom: 2px solid rgba(162, 159, 159, 0.3);
    border-top: 0;
}
.titles_style2{
    cursor: default;
}
.titles_style2 h4{
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}
.titles_style3 h4{
    font-size: 32px;
    font-weight: 500;
    color: #353535;
}
.titles_style3 p{
    font-weight: 400;
    color: #373636;
}
.title_services{
    height: 30px;
    line-height: 2rem;
}


.container-text-cats{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.img-pages {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.col-services{
    margin-bottom:0;
    padding: 0;
}
.card_services{
    cursor: pointer !important;
    border: 0 !important;
    display: table;
    width: 100%;
    height: 120px;
    background-position:center !important;
    color: white;
    background-repeat: no-repeat;
    background-size:cover !important;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent !important;
}
.card_services:hover .title_services{
    text-shadow: 2px 2px #343434;
}
.card_services:hover {
    background-color: #000000 !important;
}
.card_service_body{
    padding-top: 2.9rem;
}
.div_list_items{
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.card_items{
    border: 0;
    padding:0;
    cursor: default;
}
.card_items .col-item-icon i{
    font-size: 3rem;
    padding-left: 1rem;
}
.col-item-text{
    text-align: right;
}
.col-item-text .title_services{
    color: #2b2b2b;
    height:auto !important;
    margin-bottom: 7px
}
.col-item-text p{
    font-weight: 400;
    color: #373636;
}
.card_product{
   border: 0;
}
.card_product:hover img{
    filter: brightness(70%);
}
.card_product img{
    transition: filter 0.3s ease-in-out;
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
}
.card_product .title_product{
    color: #212020;
    font-size: 19px;
}

@media (max-width: 1199px){
    .title_services {
        font-size: 18px;
    }
    .col-services .nav-link{
        padding: 0.5rem;
    }
    .card_product img{
        height: 250px;
    }
    .card_items .col-item-icon i{
        font-size: 2.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .title_services{
        height: 50px;
    }
    .card_product img{
        height: 190px;
    }
    .card_service_body{
        padding-right: 5px !important;
        padding-left:  5px !important;
    }
    .card_items .col-item-icon i {
        font-size: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 500px){
    .title_services{
        height: 30px;
    }
    .card_service_body{
        padding-right: 5px !important;
        padding-left:  5px !important;
    }
    .card_product img{
        height: 350px;
    }
    .card_product {
        margin-bottom: 2rem;
    }
    .card_items .col-item-icon i {
        font-size: 2rem;
        padding-left: 9px;
    }
}
@media (max-width: 500px){
    .container-text-cats {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .title_services{
        height: 30px;
        font-size: 18px;
    }
    .card_service_body{
        padding-right: 5px !important;
        padding-left:  5px !important;
    }
    .titles_style h4 , .titles_style2 h4 ,  .titles_style h2 , .titles_style3 h4 {
        font-size: 25px !important;
    }
    .mb_parallax_overlay h4{
        font-size: 28px !important;
    }
    .card_product img{
        height: 290px;
    }
    .card_product {
        margin-bottom: 1.5rem;
    }
    .div_list_items {
        margin-top: 4rem;
        margin-bottom: 2.5rem;
    }
    .card_items .col-item-icon i {
        font-size: 2rem;
        padding-left: 7px;
    }
}
@media (max-width: 399px) {
    .col_main_div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-services{
        margin-bottom: 0 !important;
        padding: 0 8px;
    }
    .card_product img{
        height: 270px;
    }


}
/***********************************************  info index *******************************************/

/*  parallax */
.mb_parallax_overlay {
    margin-top: 5.5rem;
    margin-bottom: 4.8rem;
    padding: 4rem 0 3rem 0;
    z-index: 1;
    position: relative;
}

.mb_parallax_overlay h4{
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
}

.paralsec1 {
    background-image: url("../images/slider.webp");
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}
.paralsec2 {
    background-image: url("../images/slider.webp");
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1rem;

}
.paralsec1:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.col-service , .row-services{
    margin: 0 !important;

}
.info_text{
    padding:1rem 0.5rem 1rem 1rem;
    font-size: 30px;
    text-shadow: 2px 2px #343434;
    color: #fff;
    text-align: right !important;
}
.btn_contact{
    padding:1rem 1.5rem;
    font-size: 25px;
    color: #fff !important;
    background-color: rgba(0,0,0,0.4) !important;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) !important;
    transition: 0.4s;
    white-space: normal !important;
    width: auto;
    border-radius: 40px;
    outline: none !important;
}

.insta_btn {
    overflow-wrap: anywhere;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.div_telegram .insta_btn {
    background: -moz-linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    background: -webkit-linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    background: linear-gradient(45deg, #d9e8ff 0%, #2AABEE 25%, #229ED9 40%, #0088CC 75%, #0088CC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e8ff', endColorstr='#0088CC', GradientType=1);
}

.div_whatsapp .insta_btn {
    background: -moz-linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    background: linear-gradient(45deg, #fff 0%, #25D366 25%, #43d395 50%, #075E54 95%, #075E54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#075E54', GradientType=1);
}

.div_eitaa .insta_btn {
    background: -moz-linear-gradient(45deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    background: -webkit-linear-gradient(45deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    background: linear-gradient(445deg, #ffe2c4 0%, #e2914b 25%, #ef7f1a 50%, #ef5421 95%, #ef5421 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2c4', endColorstr='#ef5421', GradientType=1);
}

.div_rubika .insta_btn {
    background: -moz-linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    background: -webkit-linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    background: linear-gradient(45deg, #f1f1f1 0%, #f6a925 25%, #e74b50 50%, #4c3683 95%, #4c3683 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#4c3683', GradientType=1);
}

.div_index_comments .div_telegram p {
    color: #2AABEE !important;
}

.div_index_comments .div_whatsapp p {
    color: #25D366 !important;
}

.div_index_comments .div_eitaa p {
    color: #ef7f1a !important;
}

.div_index_comments .div_rubika p {
    color: #794387 !important;
}


@media (max-width: 1199px) and (min-width: 992px){
    .info_text{
        font-size: 30px;
    }
    .btn_contact{
        font-size: 25px;

    }
}
@media (max-width: 991px) and (min-width: 480px){
    .info_text{
        font-size: 25px;
    }
    .btn_contact{
        font-size: 20px;

    }
}
@media (max-width: 768px) {
    .info_text , .btn_contact , .div_btn_contact{
        text-align: center !important;
    }
    .btn_contact{
       width: auto;

    }
    .mb_parallax_overlay {
        padding: 1rem 0 3rem 0;
        margin-top: 2rem;
        margin-bottom: 3rem;

    }
}
@media (max-width: 479px) {
    .info_text{
        font-size: 22px;
    }
    .btn_contact{
        font-size: 18px;

    }
}
/*********************************************** list blog in index *******************************************/
.div-blog{
    margin-top: 0;
    margin-bottom: 1rem;
}
.col-blog{
    margin-bottom: 2rem;
}
.card-blog{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #0c0c0c;
    margin: 0 !important;

}
.index_list_blog{
    margin-top: 2rem !important;
}
.blog-content{
    padding: 0;
    margin: 0;
    border: 0;
}
.col-blog img{
    border: 0;
    padding: 0;
    margin: 0;
}
.more_post{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius:0  2px  0 3px;
    padding: 5px;
    margin: 0;
}
.more_post a{
    color: #fff !important;

}
.card-blog:hover .line_title{
    width:90%;
    transition:0.8s ease-in-out;
}

.title_blog{
    font-size: 16px;
    text-align: right;
    padding: 1rem 10px 1rem 10px ;
    line-height: 1.5rem;
}
.text_blog{
    padding: .3rem 10px 1rem 10px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}
.btn-blog{
    text-align: center;
    background-color:transparent;
    color: #ededed;
    border-radius: 30px;
    font-size: 24px;
    padding: 0.5rem 2rem;
    transition: 0.4s;
}
.btn-blog:hover{
    color: #fff;
}
.div-list-blog img{
    height: 350px;
}
@media (min-width: 1300px) {
    .title_blog{
        height: 30px;
    }
    .text_blog{
        height: 45px;
    }
}
@media (max-width: 1299px) and (min-width: 992px){

    .title_blog{
        height: 50px;
    }
    .text_blog{
        height: 50px;
    }
}

@media (max-width: 991px) {
    .title_blog{
        height: auto;
        font-size: 15px;
        margin:0;
        padding-bottom: 0.5rem
    }
    .text_blog{
        height: auto;
        margin-bottom: 0;

    }
}

@media (min-width: 1700px) {
    .col-blog img{
        height: 250px;
    }
    .div-list-blog img{
        height: 420px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 220px;
    }
    .div-list-blog img{
        height: 380px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 260px;
    }
    .div-list-blog img{
        height: 350px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 220px;
    }
    .div-list-blog img{
        height: 300px;
    }

}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 190px;
    }
    .div-list-blog img{
        height: 260px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .col-blog img{
        height: 170px;
    }
    .div-list-blog img{
        height: 220px;
    }
}
@media (max-width: 767px) and (min-width: 657px){
    .col-blog img{
        height: 310px;
    }
    .div-list-blog img{
        height: 230px;
    }
}
@media (max-width: 656px) and (min-width: 505px){
    .col-blog img{
        height: 300px;
    }
    .div-list-blog img{
        height: 350px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 280px;
    }
    .div-list-blog img{
        height: 320px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 250px;
    }
    .div-list-blog img{
        height: 270px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height:220px;
    }
    .div-list-blog img{
        height: 250px;
    }
}
/*********************************************** footer *******************************************/
.footer{
    padding: 5rem 0 1rem 0;
    width:100%;
    /*background-color: #ffffff;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url("../images/footer.png");*/
    cursor: default;
    /*background-size:cover;*/
    margin-top: 4rem;
    position: relative;
}

.logo_footer img{
    width: 130px;
    margin-top: 0.7rem;
}

.run-in{
    font-size: 22px;
    padding-bottom: 7px;
    display:inline;
    font-weight: 500;
    color:#fff
}
.footer_ul_amrc ul{
    padding: 0;
}
.footer_ul_amrc li span , .footer_ul_amrc li i{
    color: #FFFFFF;
    font-size:16px;
    font-weight: 300;
}
.footer_ul_amrc li strong{
    color:whitesmoke;
}
.footer_ul_amrc li i{
    font-weight: bold;
}
.logo_footer p{
    text-align: justify;
    color: #FFFFFF;
    font-size:16px;
    font-weight: 300;
    line-height: 2.5rem;
}
.footer h5  {
    text-align:right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom:0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer ul li a{
    font-size:15px;
    color: #FFFFFF;
}
.footer ul li a:hover {
    color: #2c2c2c;

}
h6.headin5_amrc{
    color:#edeaea;
}
.headin5_amrc img{
    width: 110px;
}
.footer_contact{
    margin-top: 5rem;
    padding: 0 3rem;
}
.footer_contact ul{
    padding-right: 0;
    text-align: right;
}
.footer_contact ul li{
    list-style-type:none;
    text-align: right;
    font-size:15px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 2rem;
}
.footer_contact ul li a span:hover{
    color: #000 !important;
}
.footer_ul_amrc{
    margin-bottom: 0 !important;
}


.social-div img{
    border-radius: 4px;
}
.social_footer_ul {
    color: #d5d5d5;
    display:table;
    margin:15px 0 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i{
    font-size: 18px;
    color: whitesmoke;
    vertical-align: middle;
}
.social_footer_ul i:hover{
    color: #000;
}
.social_footer_ul li {
    padding-right: 0.6rem;
    float: left;
    cursor: pointer;
    margin-bottom: 0;
}
.social_footer_ul li a {
    color: #2346ca;
}



@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}
@media (max-width: 1245px) and (min-width:992px ) {
    .footer_contact{
        padding: 0.5rem 1rem 0 1rem;
    }
    .logo_footer{
        padding: 0 ;
    }
    .row_footer{
        padding-top: 0 !important;
    }
    .run-in {
        font-size: 20px;
    }


}
@media (max-width: 991px) and (min-width: 657px) {
    .run-in {
        font-size: 20px;
    }
    .footer_contact {
        padding: 0.5rem 1rem 0 1rem;
    }
    .row_footer{
        padding-top: 0 !important;
        padding-bottom: 1.5rem;
    }

    .logo_footer {
        padding: 0 1rem;
        margin-top: -1.5rem;
    }
    .footer_bottom p{
        display: block;
    }
}
@media (max-width: 767px) and (min-width: 657px) {
    .footer_bottom p {
        display: block;
        margin-bottom: 0;
    }
}
@media (max-width: 656px)  {
    .footer_contact {
        padding: 0;
        margin-top: 1rem;
    }

    .logo_footer {
        padding: 0 ;
    }
    .div-list-blog{
        justify-content: center;
    }
    .footer_bottom p{
        display: block !important;
    }
    .card_items  .card_service_body {
        padding-top: 0.5rem;
        padding-bottom: 0;

    }
    .card_items .col-item-icon{
        margin-top: 10px
    }
}

@media (max-width:767px)  {
    .footer p {
        margin: 3px 0 3px 0;
        text-align: center;
    }
    h6.headin5_amrc {
        text-align: center !important;
    }
    .row_footer{
        margin-top: -2rem;
        padding-bottom: 1.5rem;
    }
    .links-div{
        margin-top: 0.5rem;
    }
    .col-border{
        border-right: 0;
    }
    .logo_footer , .col-border h5 , .col-border ul li , .footer_contact h5 , .footer_contact ul , .footer h5  , .footer ul li ,  .social_footer_ul{
        text-align: center !important;
    }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}
.pt2 {
    margin-top:25px ;
}

.mb10 {
    padding-bottom:15px ;
}
.col_white_amrc ul{
    padding: 0;
}
.footer_ul_amrc {
    padding:1rem 0 0 0;

}
.footer_ul_amrc2{
    padding:1rem 0 0 0;
}

.footer_ul_amrc{
    margin-top: 0 !important;

}
.footer_ul_amrc li , .footer_ul_amrc2 li{
    margin: 0;
    text-align: right;
    list-style-type: none;
    font-size: 16px;

}
.footer_ul_amrc li{
    padding:0 0 0.6rem 0;

}
.footer_ul_amrc2 li{
    padding:0 0 1rem 0;

}
.footer_ul_amrc li  a , .footer_ul_amrc2 li a{
    font-weight:400;
    color: #8d8d8d;
    margin-top: 1rem;
}
.footer_ul_amrc li a:hover , .footer_ul_amrc2 li a:hover{
    color:  #dacece !important;
    text-decoration:none;
    transition: 0.3s;
}

.footer_ul_amrc2 img{
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc2 img:hover{
    opacity: 0.8;

}

.links-div{
    padding-top: 0;
}
.footer_bottom{
    border-top:1px solid #e0e0e036;
    padding-top: 0.3rem;

}
.footer_bottom p{
    font-weight: 400 !important;
    color: #e0e0e0 !important;;
    font-size: 12px;
}
.footer_bottom p a{
    padding-right: 2px;
}
.copy_right p{
    color: #e1e1e1;
    font-size: 12px;
    padding-top: 5px;
}
.fartak a{
    color: #fff;
    font-weight: 500 !important;
    font-size: 12px;
}
.fartak a:hover{
    color: #FFFFFF;
}
.fartak p{
    color: #e1e1e1;
}
/* static footer */
.col-static_footer {
    border: 1px solid #fff;
    border-radius: 5px;
    outline: 2px solid #e3e2e2;
    margin-top: 0.5rem !important;
    background: transparent;
    padding: 10px 5px 5px 5px;
}
.col-static_footer li{
    text-align: center;
}

.col-static_footer h6 {
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.col-static_footer li {
    padding: 5px;
}

.col-static_footer .title_static {
    font-size: 14px;
    font-weight: 500 !important;
}
.container-brands{
    margin-top: 0;
    margin-bottom: 3rem;
}
@media (min-width:657px)  {
    .copy_right p {
        text-align: left !important;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .container-brands {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    .container-brands img{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px){
    .col-static_footer{
        width: max-content;
        padding: 1rem;
    }
    .container-brands img{
        width: 60px;
        height: 60px;
    }
}

 @media (max-width: 656px) and (min-width: 387px){
    .line_footer{
        display: block;
    }
    .row_footer{
        margin-top: -2rem;
        padding-top: 0 !important;
        padding-bottom: 1.5rem;
    }

}
@media (max-width: 386px){
    .line_footer{
        display: block;
    }
    .social_footer_ul li {
        padding-left: 0;
    }
    .row_footer{
        margin-top: -4rem;
        padding-bottom: 2rem;
    }

}
@media (max-width: 767px){
    .footer_bottom{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .footer_bottom {
        padding-bottom: 1rem !important;
    }
}
@media (max-width: 480px){
    .footer_bottom {
        padding-bottom: 2.8rem !important;
    }
    .container-brands img{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 656px) and (min-width: 480px){
    .footer_bottom p {
        margin-bottom: 0;
    }
}
@media (max-width: 656px) and (min-width: 468px) {
    .line_footer{
        margin-right: 5rem;
    }
}
@media (max-width: 467px) and (min-width: 385px) {
    .line_footer{
        margin-right: 4rem;
    }
}
@media (max-width: 384px) {
    .line_footer{
        margin-right: 3rem;
    }
}
@media (max-width: 506px) {
    .social-div {
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .footer_contact , .social_footer_ul , .footer_ul_amrc  {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (max-width:1199px) and (min-width: 500px) {
    .footer_ul_amrc2 img{
        width: 140px;
        margin-top: 1rem;
    }

}
@media (max-width:991px) and (min-width: 768px) {
    .social-div{
        margin-top:2rem;

    }

}

@media (max-width:379px){
    .headin5_amrc img {
        width: 30%;
    }
}

@media (max-width:767px){
    .footer_ul_amrc li a{
        text-align: center !important;

    }

}
@media (max-width:480px){
    .footer_ul_amrc2 img {
        width: 100px;
    }
}


/* ********************************* list  page ******************************** */
/* slider */

.carousel_banner  .carousel-item img{
    height: 40vh;
    object-fit: cover;
    padding-top: 0;
}

/* breadcrump */
.bread-custom {
    padding: 0.5rem 0;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    direction: rtl !important;
    font-size: 15px;
    text-align: right !important;
}
.bread-custom a {
    color: #a8a8a8 !important;
    font-weight: 400;
}
.bread-custom a:hover {
    color: #818181 !important;
    font-weight: 400;
}
.bread-custom span{
    cursor: default !important;
    color: #5c5c5c;
    font-weight: 500;
}

.carousel-list img{
    height: 450px;
    object-fit:cover;
}
.caption_contact{
    text-align: center;
}
.carousel-single img{
    max-height: 800px;

}
.div-list-blog{
    padding-right: 1rem;
}
.div-list-blog .col-blog{
    margin-bottom: 2rem !important;
}
.div-list-blog .card-blog{
    border: 1px solid rgba(0,0,0,0.16);
}

.card-border1 p{
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}
.card_img2{
    border: 0 !important;
}

@media (max-width:991px) and (min-width:600px){
    .carousel-list img{
        height: 320px;
    }
    .bread_contact{
        margin-top: 3rem !important;
    }
}
@media (max-width:599px) and (min-width:400px){
    .carousel-list img{
        height: 250px;
    }
    .bread_contact{
        margin-top: 2rem !important;
    }

}
@media (max-width:399px){
    .div-list-blog .col-blog {
        margin-bottom: 1rem !important;
    }
    .carousel-list img{
        height: 200px;
    }
    .bread_contact{
        margin-top: 2rem !important;
    }
    .col-blog{
        padding: 0 !important;
    }
    .carousel-list h2{
        font-size: 22px;
    }
}


.div-list-doctors .col-doctors{
    margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
    .div-list-doctors img{
        height: 180px !important;
    }
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 799px) and (min-width: 768px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 330px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 1100px) and (min-width: 992px) {
    .div-list-doctors img{
        height: 160px !important;
    }
}
@media (max-width: 656px) and (min-width: 530px) {
    .div-list-doctors img{
        height: 280px !important;
    }
}
@media (max-width: 480px) and (min-width: 400px) {
    .div-list-doctors img{
        height: 220px !important;
    }
}
@media (max-width: 380px) {
    .div-list-doctors img{
        height: 170px !important;
    }
}
/* sidebar */
@media (min-width: 768px)  {
    .div-sidebar{
        margin-top:5.1rem;
    }
}


/* search */
.search-blog button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;
    padding: 0.5rem;

}
.search-station button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;
    padding: 1rem;

}
.search-blog input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 0.5rem;

}
.search-station input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 1rem;

}
.search-blog i{
    font-size: 25px;
    vertical-align: middle;
}
.search-blog button:hover .icon-search{
    color: #383838 !important;
}
.search-blog{
    margin-bottom: 5px
}
.btn-search i{
    cursor: pointer !important;
}
/* categories */
.cats_blog ,  .most_popular {
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.sidebar_station{
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.hr_style2{
    border: 2px dotted #3b32322e;
}
.popular_txt{
    padding-right: 3px;
}
.cats_blog i ,  .most_popular i {
    padding-left: 5px;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
.sidebar_station i{
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    font-weight: 500;
    vertical-align: middle;
}
.sidebar_station .icon-title-search{
    color: #292929 !important;
    font-size: 18px !important;
}
.cats_blog i:hover ,  .most_popular i:hover , .sidebar_station i:hover{
    color: #000 !important;
}
.cats_blog p , .most_popular p , .sidebar_station p{
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}
.popular_txt p{
    padding: 0.5rem 0 0 0!important;
}


.popular_txt p del{
    font-size: 13px;
    color: #888888;
}
.cats_blog ul ,  .most_popular ul{
    padding-right: 0 !important;
}
.cats_blog ul li:last-child , .most_popular ul li:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.cats_blog ul li , .most_popular ul li{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;

}
.cats_blog ul li img{
    width: 40px;
    height: 30px;
    padding:0;
}
.most_popular ul li img{
    width: 60px;
    padding:0;
    height: 50px;
}

.cats_blog ul li img:hover , .cats_blog ul li:hover .img_cats ,
.most_popular ul li img:hover , .most_popular ul li:hover .img_cats{
    filter: brightness(80%);
}
.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}
.most_popular ul li a{
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.cats_blog ul li a:hover , .cats_blog ul li a:focus , .cats_blog ul li:hover .link_cats ,
.most_popular ul li a:hover , .most_popular ul li a:focus , .most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px){
    .cats_blog ul li a {
        font-size: 13px;
    }
    .most_popular ul li a{
        font-size: 13px;
    }
    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px){
    .most_popular ul li a {
        font-size: 13px;
    }
    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 850px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 70px;
        height: 30px;
    }
}
@media (max-width: 849px) and (min-width: 768px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 120px;
        height: 25px;
    }
}
@media (max-width: 656px) {
    .cats_blog, .most_popular {

    }
}
@media (max-width: 767px) and (min-width:360px){
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
}
@media (max-width: 460px) and (min-width:360px){
    .most_popular ul li img {
        height: 35px;
    }
}
@media (max-width: 359px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
    .most_popular ul li img {
        width: 40px;
        height: 23px;
    }
    .most_popular ul li a{
        font-size: 12px;
    }
}

/*custom pagination */
.custom-pagination {
    text-align:center;
    direction:rtl !important;
    padding-bottom: 1.5rem !important;
    margin-top: 3rem;
}
.pagination {
    display:inline-block;
}
.custom-pagination ul
{
    list-style:in;
}
.custom-pagination a,
.custom-pagination span
{
    text-decoration:none;
    padding:0 10px;
    border-radius:3px;
}
.custom-pagination a
{
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}
.custom-pagination span , .custom-pagination a:hover{
    color:  #FFFFFF;
}


/* ********************************* single ******************************** */
/* image single */
.box8{
    cursor: pointer;
}
.box8 .icon,.box8 .title{
    margin:0 !important;
    position:absolute!important;
}
.box8{
    position:relative;
}
.box8 img{
    margin-bottom: 0 !important;
    width:100%;
}
.box8 .title , .cat_box8 .title{
    font-size:14px !important;
    color:#fff !important;;
}

.box8 .title:hover , .cat_box8 .title:hover{
    color:#fff !important;;
    opacity: 1 !important;;
}
.box8 .title , .cat_box8 .title{
    opacity: 0.8;
    padding:5px 7px;
    border-radius:5px;
    font-weight:600;
    top: 20px;
    right:20px;
    transition:all .9s ease 0s;
}

.box8 .icon li a{
    transition:all .35s ease 0s;
}

@media only screen and (max-width:990px){
    .box8{
        margin-bottom:20px;
    }
}
@media(max-width:991px)and (min-width:768px){
    .box8 img{
        height:150px;
    }
}
@media(max-width:656px)and (min-width:450px){
    .box8 img{
        height:300px;
    }
}

/* single post */
.post_top , .post_rel{
    margin-top: 2px;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
    margin-bottom: 1rem;
}
.post_top2{
    margin-top: 2px;
    margin-bottom: 1rem;
    padding:0 !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2 h1{
    font-size: 30px !important;
    line-height: 3rem !important;
}
.post_top2 h2{
    font-size: 22px !important;
    line-height:2rem !important;
}
.doctor_info{
    padding-bottom: 1rem;
}
@media (max-width: 767px) {
    .doctor_info {
        text-align: center;
    }
    .div-list-blog{
        padding-right: 0;
    }
}
.doctor_info .w-btn{
    width: 60%;
}
.title_info , .title_social{
    color: #000000ed;
    font-weight: bold;
}
.title_social a{
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}

.title_info a{
    color: #515151;
    font-weight: 400;
    line-height: 1.5rem !important;
}
@media(max-width:656px){
    .post_top, .post_rel {
        padding: 1rem 1rem;
    }
}


.rel_title p{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}
.card_header_style{
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1{
    font-size: 25px !important;
    color: #292727 !important;
    line-height: 2.5rem !important;
}
@media (max-width: 500px) {
    .single-content h1{
        font-size: 22px !important;
    }
    .single-content h2 {
        font-size: 20px !important;
    }
    .single-content h3 {
        font-size: 18px !important;
    }
    .single-content h4 {
        font-size: 17px !important;
    }
    .single-content p {
        font-size: 15px !important;
    }
}
/* single social */
.div-social p , .div-social{
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.share-social i , .share-social2 i{
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding:0 !important;
    margin: 0 !important;
}

.share-social a , .share-social2 a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.share-social a {
    padding: 5px 10px !important;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social a:hover ,  .share-social2 a:hover{
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #fff;
    border-color: transparent;
}
.share-social a:hover i , .share-social2 a:hover i {
    color: #FFFFFF !important;
}

.title_list span{
    padding-right: 10px;
    font-size: 20px;
    color: #3d3b3b;

}
/* single content */
.single-content{
    text-align: right;
}
.post_top blockquote{
    text-align: right;
}
.single-content img{
    margin-bottom: 2rem;
}
.single-content p , .single-content{
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    text-align: justify;
}

.single-content h2 {
    font-size: 23px;
    color: #292727 !important;
    line-height: 2.5rem !important;
    font-weight: bold;
    padding-top: 0.5rem;
}
.single-content h3 {
    font-size: 21px;
    color: #292727 !important;
    line-height: 2.5rem !important;
    font-weight: bold;
    padding-top: 0.5rem;
}
.single-content h4 {
    font-size: 19px;
    color: #292727 !important;
    line-height: 2.3rem !important;
    font-weight: bold;
    padding-top: 0.5rem;
}
.single-content h5 {
    font-size: 17px;
    color: #292727 !important;
    line-height: 2rem !important;
    font-weight: bold;
    padding-top: 0.5rem;
}
.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content a{
    color: #323232;
    font-weight:500;
}

.single-content img{
    max-width: 100%;
    height: auto;
    cursor: pointer !important;
    border-radius: 5px;
}
.single-content img:hover{
    opacity: 0.8 !important;
}
.slick-dots li button:before {
    font-size: 30px !important;
}
.img-doctor img{
    max-height: 450px;
}
.img-blog img{
    max-height: 600px;
}
/* single post */
.single-post-info{
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}
.single-post-info span , .single-post-info a{
    color: #9c9c9c;
    padding-bottom: 10px;
}

.single-post-info i{
    color: #6a6a6a;
    cursor: default;
}
.single-post-info span{
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}
.single_info_icon {
    padding-top: 0;
}
.single_info_icon{
    padding-left: 3px;
}
.card-tags{
    text-align: right !important;
    margin-bottom: 1rem;
}
.card-tags i{
    padding-left: 5px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.card-tags a:hover{
    border-color: transparent;
}

.tags_div{
    text-align: center;
}
@media (max-width: 991px) {
    .cats_break{
        display: block;
    }
}


.card-body-style3 img
{
    height: 200px !important;
}
@media (max-width:800px ) and (min-width:768px ){
    .card-body-style {
        height: 120px;
    }

}
@media  (min-width: 992px) {
    .card-body-style3
    {
        height: 162px;
    }

}
@media  (max-width:992px)  and (max-width: 657px) {
    .card-body-style3 img
    {
        height: 300px !important;
    }
}
@media  (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img
    {
        height: 350px !important;
    }
}
@media  (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img
    {
        height: 250px !important;
    }
}
@media  (max-width: 349px)  {

    .card-body-style3 img
    {
        height: 200px !important;
    }
}
/* post relations*/
.post-rel p{
    font-weight: bold;
    color: #171717;
}
.post-rel i{
    padding-left: 2px;
    vertical-align:text-top ;
}
.post-rel-list  i{
    vertical-align: middle;
}
.post-rel-list span a{
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}
/* comments */
.list-comments{
    margin-top: 0;
}
.comment-body{
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments{
    font-size: 23px;
    font-weight: 500;
    color: #494949;
}
.comment-list{
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}
.comment-list li{
    list-style-type: none;
}
.comment-list img{
    border-radius: 15px;
    margin-left: 0.5rem;
}
.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}
.comment-metadata a{
    color: #636363 !important;
    margin-right: 2.6rem;
}
.comment-content{
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}
.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.comment-list .reply{
    float: left;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a{
    color: #828282 !important;
    font-size: 14px;
}
.comment-reply-title{
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}
.comment-reply-title:before{
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    font-size: 18px;
    vertical-align: middle;
}
.comment-form-cookies-consent{
    display: none;
}
.row_input_comment{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

.comment-reply-title a{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}
#cancel-comment-reply-link{
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}
.comment-navigation .nav-links{
    text-align: center;
    font-size: 13px;

}
.comment-navigation .nav-links a{

    color: #adadad !important;
}
.comment-respond{
    margin-top: 3rem;
}

.btn_comment{
    padding: 1rem;
    margin-left: 0.1rem;
    border:0 ;
    color: #ffffff;
}
.btn_comment:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}
.ajax-success{
    color:  #0ac335;
}
.ajax-error{
    color: red;
}
.comment-author a{
    color: #353535;
    font-weight: 500;
}
.comment-content a{
    color: #353535;
}
.comment-author a:hover{
    color: #353535;
    font-weight: 500;
}
@media (max-width:767px) {
    .row_input_comment{
        margin-top: 0;
    }
    .title_list{
        font-size: 25px;
    }
}

/*  **************** contact page **************************/
.contact_content{
    padding: 1rem;
    line-height: 3rem;
}

.contact-style h1{
    line-height: 2rem;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.8rem;
}
.contact_content p , .contact_content {
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}
.contact_content a{
    color: #282828;
}
.post_info i{
    margin-left: 5px;
    font-size: 30px;
    vertical-align:middle;
}
.post_info  .fa-whatsapp{
    font-size: 37px;
}
.post_info p , .post_info a{
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}

.post_info span{
    font-size: 18px;
    font-weight: bold;
}
.div-contact{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-bottom: 2px dotted rgba(162, 159, 159, 0.62);
}
.div-contact{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-bottom: 2px dotted rgba(138, 135, 135, 0.62);
    margin-bottom: 0.5rem;
}
.div-contact:nth-last-child(1){
    border-bottom: 0;
}
.div-contact img{
    object-fit:cover;
}
.map_url{
    margin-top: 1.5rem;
}
.map_url iframe{
    width: 100% !important;
}
.social_contact_ul{
     color: #d5d5d5;
     display:table;
     list-style-type:none;
     text-align: right;
    padding: 0;
 }
.social_contact_ul li{
     display: inline-block;

 }

.social_contact_ul .icon-instagram{
    background: #833ab4 !important;
    background: linear-gradient(35deg, #fcb045, #ee4040, #b06bdd) !important;
    padding: 5px 7px !important;
    border-radius: 50%;
    font-size: 25px !important;
    color: #fff !important;
}

.social_contact_ul .icon-telegram{
    font-size: 33px !important;
    color: #0088cc !important;
    padding-right: 2px;

}
@media (max-width: 1350px) {
    .post_info p , .post_info a{
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact-style p{
        padding: 0 !important;
    }
}
@media (max-width: 656px) {
    .contact_content {
        padding: 2rem 1rem !important;
    }
}
@media (max-width: 500px) {
    .contact-style h2{
        font-size: 25px;
    }
    .contact_content p , .contact_content {
        font-size: 14px;
        line-height: 2.5rem;
    }
    .form-div{
        padding: 0 !important;
    }
    .contact-style h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 380px) {
    .container_contact{
        padding: 5px !important;
    }
}

/* form contact */
.form-div input[type=text] , .form-div input[type=email] , .form-div textarea {
    margin-bottom: 1.5rem;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    outline: none;
}
.form-div textarea{
    height: 200px;
}
.form-search input[type=text]:focus{
    border-color:rgba(0, 0, 0, 0.1);
}
.btn:focus , .input-group-btn:focus{
    outline: none !important;
}

.form-div button , .form-div input[type=submit]{
    border:0 ;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.form-div button:hover , .form-div input[type=submit]:hover{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);

}

.form-div textarea{
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
}
.form-div button{
    border-radius: 5px;
    cursor: pointer;
    transition:0.6s ease-in-out;

}
.submit_contact button , .submit_contact input[type=submit]{
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #c31510 !important;
}

#form_contact label{
    width: 100%;
}
.form_contact h4{
    font-size: 17px !important;
    font-weight: bold;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color: #c31510 !important;
}

.wpcf7-submit {
    margin-right: 0 !important;
    margin-top: 1rem !important;
    width: auto !important;
}

.EZD_FormItem_submit .wpcf7-form-control {
    width: auto !important;
}
#EZD_MainForm{
    margin-bottom: 4rem;
}

.form_contact a.close {
    margin-top: 2px !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.input_border_red {
    border: 1px solid red !important;
}
.EZD_FormItem_submit{
    margin: auto;
    text-align: center;
}
.form-div button,
.form-div input[type=submit] {
    width: 150px !important;
    padding: 10px 3.7rem;
    margin-bottom: 2rem;
    margin-right: 15%;

}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 0;
        margin-top: 3rem;
    }
}
@media (max-width: 991px) {
    .error-template{
        text-align: center;
    }
    .container_404 {
        margin-bottom: 0;
        margin-top: 1rem;
    }
}
.error-template h2{
    font-size: 25px;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.btn-404{
    margin-bottom: 1.5rem;
}
.btn-404:hover{
    border-color: transparent !important;
}
.link-404:hover{
    color: #232323;
}
/* gallery style for ios */
.wp-block-gallery{
    margin-top: 2rem !important;
}


/* Animation */
.container-banners{
    margin-top: 1rem;
    margin-bottom: 4rem;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


.glsr-summary-stars .glsr-star {
    display: inline-block;
}

.shortcode-site-reviews-summary {
    line-height: 1rem;
}

.glsr-default .glsr-summary-stars {
    margin-right: 0 !important;
}

.glsr-default .glsr-review>.glsr-review-avatar img {
    border-radius: 50%;
    margin: 0;
}

.glsr-default .glsr-review>.glsr-review-author span {
    font-size: 13px;
    color: #636060;
}

.glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
    margin-bottom: 1rem;
    grid-gap: 1rem !important;
    gap: 1rem !important;
}

.glsr-default .glsr-review {
    border: 1px solid #f3f3f3;
    padding: 1rem;
    border-radius: 12px;
}

.single-title_price {
    margin-bottom: .5rem;
}

.single-title_price .title_price {
    font-weight: 600;
    font-size: 1.2rem;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /*background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out; */
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
}

.container_gallery .modal img {
    height: auto !important;
    max-height: 600px;
}

.hovereffect a.info {
    margin: 3% 87% 0 0;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #dedede;
    background-color: transparent;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hovereffect a.info i:hover {
    color: #fff;
}

.hovereffect a.info i {
    font-size: 30px;
}

.hovereffect_full:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/* open modal */


/* The Modal (background) */
.container_gallery .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000;
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.container_gallery .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.container_gallery .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.container_gallery .modal-content,
.container_gallery .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.container_gallery .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    outline: none;
}

.container_gallery .close:hover,
.container_gallery .close:focus {
    text-decoration: none;
    cursor: pointer;
}

.container_gallery .slider-nav img{
    width:100px;
    height: 100px;
    object-fit: cover;
}
.container_gallery .slider-nav li{
    padding: 0 5px 5px 5px;
}
.line_bottom_blog{
    border: 1px solid rgba(0,0,0,.1) !important;
}

#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    font-size: 0;
    z-index: 1000;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding-top: 10px;
}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.map_frame {
    position: relative;
}

.map_frame iframe {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.container_map .leaflet-container a {
    color: #414343;
    font-weight: 600;
}

.map_frame .map_frame_text {
    z-index: 999;
    position: absolute;
    bottom: 2%;
    left: 5%;
    width: 270px;
    cursor: default;
    border: 5px solid #ddd;
    border-radius: 0;
}

.map_frame .map_frame_text .card {
    border: 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}

.map_frame .map_frame_text h4 {
    font-size: 25px;
}

.map_frame_title_phone a {
    font-size: 22px;
}

.map_frame .map_frame_text strong {
    font-weight: 500;
}

.map_frame_title {
    margin-bottom: 1rem;
}

.map_frame_title a,
.map_frame_title {
    color: #737373;
    font-weight: 500;
}

@media (max-width:656px) {
    .map_frame iframe {
        height: 550px;
    }

    .map_frame_title a,
    .map_frame_title {
        font-size: 14px;
    }

    .map_frame .map_frame_text {
        left: 2%;
    }

    .map_frame .map_frame_text .card-body {
        padding: 0.5rem;
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .container_gallery .modal-content {
        width: 100%;
    }

    #to_top,
    #whatsup_bottom {
        bottom: 80px;
        z-index: 10000000;
    }
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.single_food_tabs {
    margin-top: 2rem;
}

.single_food_tabs .nav-link {
    font-weight: 500;
    color: #404040 !important;
}

.single-itm-comment {
    border: 0;
}

.glsr-default form.glsr-form input.glsr-input,
.glsr-default form.glsr-form textarea.glsr-textarea {
    border: 2px solid #e4e3e3 !important;
    box-shadow: none !important;
    outline: none !important;
}

.glsr-default form.glsr-form .glsr-toggle {
    display: none !important;
}

.glsr-default form.glsr-form [type=submit] {
    border: 0 !important;
}

.glsr-default form.glsr-form [type=submit]:hover {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.container_gallery .slick-slider {
    margin-bottom:0 !important;
}
.container_gallery img{
    margin-bottom: 0;
}

/* comments rating */
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.service_star_rating {
    margin-top: 1.5rem;
}

.service_star_rating span {
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
    color: #f8ae35 !important;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}
.top_list_content{
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 5px;
}
.top_list_content li{
    line-height: 2.5rem;
}
.top_list_content  li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    color: #656464;
    font-size: 14px;
}
.read_minutes{
    font-size: 14px !important;
}
@media (max-width: 480px) {
    .top_list_content li{
        line-height: 2rem;
        font-size: 14px;
    }
    .top_list_content{
        padding-right: 5px;
    }
    .custom-toc {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}
/*menu */
.container_list_foods h1,
.container_list_blog h1 {
    font-size: 1.8rem;
    color: #383838;
}

.container_list_foods .tag_description p {
    font-size: 14px;
    color: #535353;
    line-height: 2rem;
    font-weight: 400;
}

.col-foods-menu {
    transition: 0.5s;
}

.col-foods-menu .card {
    border: 0;
    margin-bottom: 2rem;
    background-color: transparent !important;
}

.col-foods-menu img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 10px solid #f2f2f2;
}

.col-foods-menu h3 {
    font-size: 16px;
    font-weight: 400;
}

.col-foods-menu p {
    font-size: 14px;
    font-weight: 400
}

.col-foods-menu .col-text-food {
    padding: 0;
    text-align: justify;
    margin-bottom: auto;
    margin-top: auto;
    background-color: transparent !important;
}

.col-foods-menu .div-price-food {
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    background-color: transparent !important;
}

.col-foods-menu .div-price-food .title_price {
    padding: 1.65rem 1rem;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #191919;
    font-weight: 500;
    font-size: 19px;
}

.title_price_text {
    font-size: 16px !important;
}

.col-foods-menu:hover .title_price {
    color: green;
}

/*video */
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.comments_index {
    text-align: center;
    margin-top: 10px;
}

.comments_index img {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.comments_index .author_comment {
    color: #535151;
    font-weight: 500;
}

.comments_index .text_comment {
    text-align: justify;
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;

}
.col-index-video{
    margin-top: 1.5rem;
}
.col-index-video iframe , .wp-video , .mejs-container , .mejs-container *{
    border: 0;
    border-radius: 25px;
}
.col-index-video h4{
    margin-top: 1.5rem;
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
}
.col-index-video p{
    font-weight: 500;
    text-align: justify;
    color: #616060;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.6rem;
}

@media (max-width:480px) {
    .container-index-blog {
        padding-bottom: 0 !important;
    }
    .col-index-video {
        margin-top:0;
        padding: 0;
        margin-bottom: 0.5rem !important;
    }
    .col-index-video h4{
        font-size: 20px;
    }
}

/* pwa */
.div_index_pwa {
    padding: 2rem 1rem;
    background: #f1f1f1;
}

.div_index_pwa h3 {
    font-size: 20px;
    color: #464646;
}

.div_index_pwa h2 {
    margin: 0;
    line-height: 3rem;
    font-size: 1.6rem;
}

.wp_web_app_version {
    cursor: pointer;

}

.wp_web_app_version:hover {
    filter: brightness(1.5);
}

.div_index_pwa .col-banner-text,
.div_index_pwa .col-banner-img,
.col-banner-text-img,
.col-banner-text-txt {
    margin-top: auto;
    margin-bottom: auto;
}
.col-banner-text h3{
    line-height: 2.5rem;
}
.col-banner-img{
    text-align: left;
}
.col-banner-img img{
    margin-top: -3rem;
}
.col-banner-text .div-blog p{
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
}

@media (max-width:991px) {
    .div_index_pwa h2 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .col-banner-text-txt {
        margin-bottom: 1rem;
    }

    .col_app_version_android {
        text-align: left !important;
    }

    .col_app_version_ios {
        text-align: right !important;
    }

    .col_app_version_ios img {
        height: 60px;
        margin-top: 2px;
    }
}

@media (max-width:656px) {
    .comments_index .text_comment {
        text-align: center;
    }
    .mb_parallax_overlay {
        margin-bottom: 2.5rem;
    }
    .comments_index {
        margin-top: 5px;
    }

    .div_index_pwa h3 {
        font-size: 18px;
    }

    .div_index_pwa h2 {
        font-size: 20px;
    }

    .col-banner-text-txt {
        padding-left: 1rem !important;
    }

    .col_app_version_android img {
        width: 150px !important;
        height: 48px !important;
    }

    .col_app_version_ios img {
        width: 150px !important;
        height: 44px !important;
    }

    .div_index_pwa h3,
    .div_index_pwa h2 {
        line-height: 2rem;
        margin: 0;
    }

    .col-banner-text-img {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .col-banner-text-img img {
        width: 160px !important;
    }

    .col-banner-text-txt {
        padding: 1rem !important;
        text-align: center !important;
    }

    .col-banner-text-txt {
        margin-bottom: 0;
    }
    .col-banner-text h3{
        line-height: 2.3rem;
        font-size: 25px;
    }
    .col-banner-img img{
        margin-top: 0;
    }
    .col-banner-text .div-blog p {
        font-size: 20px;
    }
    .col-banner-img {
        text-align:center;
        padding: 0 !important;
    }
    .insta_btn{
        display: block;
        margin-right: 0;
    }
}
@media (max-width:480px) {
    .col-banner-text h3{
        font-size: 22px;
    }
    .col-banner-text .div-blog p {
        font-size: 18px;
    }
    .mb_parallax_overlay {
        margin-bottom: 2rem;
    }
}
@media (max-width:380px) {
    .col_app_version_android img {
        width: 130px !important;
        height: 41px !important;
    }

    .col_app_version_ios img {
        width: 130px !important;
        height: 36px !important;
        margin-top: 2px;
    }

    .div_index_pwa h3 {
        font-size: 18px;
    }

    .div_index_pwa h2 {
        font-size: 17px;
    }

    .div_index_pwa .col-banner-img {
        padding: 0 1rem !important;
    }

}

.navbar_mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
    display: none;

}

.navbar_mobile ul {
    text-align: center;
    margin-right: auto;
    display: contents;
}

.navbar_mobile nav {
    padding: 0;
}

.navbar_mobile ul li {
    margin-right: auto;
    margin-left: auto;
    padding: 0.2rem 0;
}

/* Style the links inside the navigation bar */
.navbar_mobile ul li .nav-link {
    background: transparent !important;
    padding-right: 0 !important;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Change the color of links on hover */
.navbar_mobile a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a green background color to the active link */
.navbar_mobile a.active {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
    display: none;
}

@media only screen and (max-device-width: 480px) {
    .navbar_mobile {
        display: block;
    }
}

/* sites hidden contact */
.archive_site .div_phone,
.archive_site .social_footer_ul li a,
.archive_site .nav-custom-style ul li .suport_contact a,
.archive_site .backtotop2 a,
.archive_site .col-banner-text .div-blog a,
.archive_site .container_map .leaflet-container a,
.archive_site .map_frame_title a,
.archive_site .div-contact .contact_info a,
.archive_site .form-div input[type=submit],
.archive_site .google_map_link,
.archive_site .wpcf7-submit {
    pointer-events: none;
    cursor: default !important;
}

.archive_site .social_footer_ul li {
    cursor: default !important;
}

.archive_site .large_text,
.archive_site .address_text span,
.archive_site .nav-custom-style ul li .text-white a,
.archive_site .insta_btn span,
.archive_site .map_frame_title a,
.archive_site .map_frame_title,
.archive_site .div-contact .contact_info,
.archive_site.div-contact .contact_info a {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.archive_site .div_header {
    position: inherit !important;
}
.div_header1{
    position: inherit !important;
}
.div_header1 .nav-custom-style{
    background: #2a2a2a;
}

.archive_site .div_search_service {
    display: none;
}

.archive_site .div_text_service {
    margin: 0 !important;
}

@media (min-width:656px) {

    .archive_site .container_slider .div_services,
    .archive_site .container_slider .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}

@media (max-width:656px) {
    .archive_site .container_slider img {
        height: 50vh;
    }
}


