/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
html {
    scroll-behavior: smooth; /* Enable smooth scrolling */
}
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;
}
.form-control:focus {
    box-shadow: none !important;
}

.btn:focus, .input-group-btn:focus {
    outline: none !important;
    box-shadow: none !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;
}

button {
    outline: none !important;
}

/* 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 style */
header .top-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .top-menu .header-address {
    display: flex;
    align-items: center;
}
header .top-menu .header-address .icofont-location-pin {
    font-size: 20px;
    position: relative;
    margin-left: 8px;
    top: 2px;
    padding: 5px 6px;
    border-radius: 50%;
}
header .top-menu .header-address p {
    font-size: 14px;
    margin-bottom: 0px;
    color: white;
    font-weight: 400;
}
header .top-menu .social-media {
    list-style-type: none;
    display: flex;
    justify-content: end;
    margin: 0;
}
header .top-menu .social-media li {
    margin-right: 10px;
}
header .top-menu .social-media li a i {
    font-size: 19px;
    vertical-align: middle;
    padding: 5px 6px;
    border-radius: 50%;
}
header .top-menu .social-media li a:hover i {
    filter: brightness(.8)
}

.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 {
    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;
    }
}

header .main-menu {
    z-index: 100;
    position: relative;
    box-shadow: 3.346px 3.716px 22.5px #00000012;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}
.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030 !important;
}
header .main-menu .logo-container img {
    object-fit: cover;
    height: 70px;
    position: relative;
}
header .main-menu .navbar {
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 0px!important;
    padding-left: 4px;
    padding-right: 4px;
}
header .main-menu .navbar li{
    list-style-type: none;
}
header .main-menu .row{
    background-color: #ffffff;
    border-radius: 10px;
}
header .main-menu ul li a {
    transition: all .4s;
    font-weight: 500;
    font-size: 16px;
}
header .main-menu ul li a i {
    font-size: 18px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
header .main-menu ul li a:hover {
    background-color: #f7f7f7;
    border-radius: 5px;
}
header .main-menu ul li:hover .dropdown-menu{
    display: block;
    text-align: right;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
header .main-menu .call-info .header-phone .info-text .phone-icon {
    width: 25px;
    height: 25px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    color: white!important;
    border-radius: 50%;
    margin-right: 8px;
}
header .main-menu .call-info .header-phone .info-text .phone-icon i {
    position: relative;
    top: 1px;
}
.search_top input {
    width: 88% !important;
}
.navbar-toggler {
    outline: none !important;
}
.menu-search-icon {
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    height: fit-content;
    top: 0px;
    display: block;
    width: fit-content;
}
.menu-search-icon i {
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 17px;
}

.search-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 37px;
    left: -5px;
    width: 300px;
}

.menu-search-icon:hover .search-box {
    visibility: visible;
    opacity: 1;
    transition: all .4s;
}
.search_custom {
    border-radius: 10px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    background-color: white;
}
.search_custom .form-control {
    padding-right: 5px !important;
}
.search_custom input[type=text]:focus {
    border-color: rgba(0, 0, 0, .15);
}

.search-main button {
    border: 0 !important;
    background-color: #142d5c40;
    padding: 5px 7px;
    border-radius: 7px !important;
    top: 3px;
}

.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search-main i {
    padding-top: 5px;
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;

}
.search_custom input {
    font-size: 12px;
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    /* position: absolute; */
    width: 100%;
    z-index: 100;
}
header .menu-collapse .collapse-bg {
    background-color: white;
    padding: 10px 0px;
    border-radius: 10px;
}

header .menu-collapse .collapse-top-menu {
    display: flex;
}

header .menu-collapse .collapse-top-menu a .icofont-ui-call {
    font-size: 24px;
    margin-left: 20px;
}
.icofont-align-center {
    font-size: 24px;
    cursor: pointer;
}
header .menu-collapse .collapse-icon {
    font-size: 28px;
    padding: 10px;
    border-radius: 6px;
}
.collapse-menu-container {
    z-index: 1000;
    background-color: white;
    font-size: 24px;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: translateX(+104%);
    padding: 15px 15px 0 15px;
}
header .menu-collapse {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.collapse-menu-container .icofont-close-squared-alt {
    cursor: pointer;
}
header .menu-collapse .collapse-menu-container ul li {
    list-style-type: none;
}

header .menu-collapse .collapse-menu-container ul li span {
    line-height: 2.2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}

header .menu-collapse .collapse-menu-container ul li a{
    list-style-type: none;
    line-height: 2.2em;
    display: flex;
    justify-content: space-between;
    font-size: 14px!important;
    font-weight: 400!important;
}

header .menu-collapse .collapse-menu-container ul li a {
    padding-top: 5px;
    text-decoration: none;
    color: #012315;
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
}

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 15px;
    padding-right: 0px;
}
.menu-collapse .logo_site {
    background-color: #f2f2f2;
    border-radius: 5px;
}
header .top-menu-logo {
    display: none;
}
header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
    font-weight: 400;
    font-size: 15px;
}
.collapse-top-menu-logo {
    position: relative;
}
.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}
.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
}
.show-menu {
    transform: translateX(0%);
}
.show-drop-menu {
    display: block!important;
}
.advice-btn .info-text {
    padding: 5px;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.btn_buy_lcp{
    padding: 5px;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 100%;
    margin-top: .7rem;
}
.advice-btn a {
    color: white;
    font-weight: 400;
}
.advice-btn .advice-text {
    margin-left: 8px;
    position: relative;
    top: 1px;
}
    .RingingPhone {
        stroke: white;
        stroke-width: 80px;
        fill: none;
    }
    .mobile{
        animation: ringing 2s linear infinite;
    }
    .smallleft  {
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.4s;
        opacity: 0;
    }
    .mediumleft {
        stroke-width: 120px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.2s;
        opacity: 0;
    }
    .bigleft  {
        stroke-width: 160px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: 0s;
        opacity: 0;
    }
    .smallright {
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.4s;
        opacity: 0;
    }
    .mediumright  {
        stroke-width: 120px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.2s;
        opacity: 0;
    }
    .bigright {
        stroke-width: 160px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: 0s;
        opacity: 0;
    }
    @keyframes animate-mouse  {
          0%{
              opacity: 0;
          }
          25%{
              opacity: 1;
          }
          100%{
              opacity: 0;
          }
      }
      @keyframes ringing  {
        0%{
            transform : translate(0, 0);
        }
        1%{
            transform : translate(-1%, 0);
        }
        2%{
            transform : translate(0, 0);
        }
        3%{
            transform : translate(1%, 0);
          }
        4%{
            transform : translate(0, 0);
          }
        5%{
            transform : translate(-2%, 0);
          }
        6%{
            transform : translate(0, 0);
          }
        7%{
            transform : translate(2%, 0);
          }
        8%{
            transform : translate(0, 0);
          }
        9%{
            transform : translate(-1%, 0);
          }
        10%{
            transform : translate(0, 0);
          }
        11%{
            transform : translate(1, 0);
          }
        12%{
            transform : translate(0, 0);
          }
        13%{
            transform : translate(-2%, 0);
          }
        14%{
            transform : translate(0, 0);
          }
        15%{
            transform : translate(0, 0);
          }
        100%{
            transform : translate(0, 0);
        }
}
.menu-collapse .advice-btn {
    width: 200px;
}
.menu-collapse .advice-btn .info-text {
    width: 100%;
}
/* end collapse menu style */
@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .menu-collapse {
        display: block !important;
    }
    header .top-menu-logo {
        background-color: white;
        padding: 5px;
        width: 70px;
        border-radius: 5px;
        object-fit: cover;
        height: 50px;
        display: flex;
        justify-content: center;
    }
    header .header-address {
        display: none !important;
    }
}

@media screen and (max-width: 1400px) {
    .advice-btn .info-text {
        margin-left: 0px;
    }
    .advice-btn .advice-text {
        font-size: 14px;
    }
    header .main-menu ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    header .main-menu ul li a {
        font-size: 13px;
    }
    .advice-btn .advice-text {
        font-size: 12px;
        text-align: right;
        margin-left: 5px;
        margin-right: 5px;
    }
    .RingingPhone svg {
        width: 30px !important;
    }
}
@media screen and (max-width: 992px) {
    .advice-btn .advice-text {
        font-size: 14px;
    }
}
header {
    z-index: 10000000;
    position: relative;
}
/**************** end header style **************************/

/***************************** banner style ****************************/
.main-banner {
    display: flex;
    width: 100%;
    /* height: 800px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(2 2 2 / 62%);
    top: 0px;
    position: relative;
}
.main-banner .banner-text {
    color: white;
    z-index: 99;
    position: relative;
    font-size: 20px;
    text-align: justify;
    line-height: 2.2em;
    font-weight: 400;
}
.index-banner {
    align-items: center;
}

.main-banner .banner-text {
    color: #ecebeb;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 20px;
    text-align: justify;
}
.main-banner .banner-text a{
    color: #ecebeb;
    font-weight: 400;
}
.main-banner .banner-h1 {
    text-align: center;
    position: relative;
    z-index: 99;
    line-height: 2em;
}
@media screen and (max-width: 1400px) {
    .main-banner a h1 {
        font-size: 32px !important;
    }
    .main-banner .banner-text  {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1200px) {
    .main-banner a h1 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 992px) {
    .main-banner a h1 {
        font-size: 21px !important;
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .main-banner .banner-h1 {
        margin-top: 100px;
    }
    .main-banner a h1 {
        font-size: 32px;
    }
    .main-banner .banner-text  {
        font-size: 16px !important;
    }
    #main-lottie {
        display: flex;
        justify-content: center;
    }
    #main-lottie svg {
        width: 400px !important;
    }
}
@media screen and (max-width: 576px) {
    .main-banner a h1 {
        font-size: 24px !important;
    }
}
.main-banner a h1{
    font-size: 38px;
} 
/************************end banner style***********************************/
/******************************* index cats style*******************************************/
#services .card {
    /* padding: 20px 20px 0px 20px; */
    background-color: #f7f7f7;
    border-radius: 10px;
    border: none;
    text-align: center;
}
#services .div_posts {
    padding: 1rem;
    position: relative;
    overflow: hidden;
}
#services .card .card-img img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0 ;
}
#services .card .card-body a {
    display: block;
    width: fit-content;
}
#services .card .card-body h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
#services .card .card-body h4:hover {
    transition: all .4s;
}
#services .card:hover .card-body {
    border-radius: 0 0 10px 10px;
    transition: all .4s;
}
.slick-dots {
    margin: 0 0 5px 0 !important;
    position: relative;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #aeaeae;
    border-radius: 50%;
    margin: 0;
    padding: 5px;
    text-indent: -9999px;
    outline: none;

}
.slick-prev:before, .slick-next:before {
    border-radius: 50%;
    font-weight: bold;
    font-size: 15px !important;
    color: #fffdfd !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    padding: 5px;
}
.slick-next:before, .slick-prev:before {
    content: "\e906" !important;
}
.div-products .slick-next:before, .div-prices .slick-next:before {
    content: "\e907" !important;
}
@media screen and (max-width: 1210px ) {
    #services .card .card-body h4 {
        font-size: 16px;
    }
}

/***********************end index cats**********************************/
/***********************about style ****************************/
#about {
    margin-top: 150px;
    margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
    #about {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
#about .div_about_text .card {
    border: none !important;
}
#about .div_about_text .card .card-header {
    background-color: white !important;
    border-bottom: 1px solid #142d5c14 !important;
}
#about .div_about_text .card .card-header h3 {
    font-size: 28px;
    line-height: 2em;
    font-weight: 600;
    text-align: center;
}
#about .about-number-header {
    font-weight: 600;
    color: #1d1100;
}
#about .about-number {
    font-weight: 600;
}
#about .about-text {
    text-align: justify;
    line-height: 2.2em;
    color: #1d1100;
    font-weight: 400;
}
#about img {
    border-radius: 10px;
    width: 100%;
    height: 455px;
    object-fit: cover;
}
#about .img-container {
    position: relative;
}
#about .img-container::after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background-position: left;
    left: 14px;
    background-image: url(../images/Hero.png);
    background-size: cover;
    z-index: 1;
    right: 0;
    border-radius: 10px;
}
@media screen and (max-width: 1200px) {
    #about img {
        height: 375px;
    }
}
@media screen and (max-width: 992px) {
    #about img {
        height: 335px;
    }
}
@media screen and (max-width: 767px) {
    #about img {
        height: 480px;
    }
    #about .div_about_text .card .card-header h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 567px) {
    #about .div_about_text .card .card-header h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    #about img {
        height: 380px;
    }
}
@media screen and (max-width: 400px) {
    #about img {
        height: 300px;
    }
}
/****************************end about style********************************************/
/*******************************services style******************************************/

.samples .services-col {
    padding: 20px;
}
.samples .services-col .card {
    border-radius: 10px;
}
.samples .services-col .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.samples .services-col .card .card-img-overlay {
    position: absolute;
    top: 178px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0rem !important;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2000px rgb(63 37 0 / 49%);
}
.samples .services-col .card .card-img-overlay a {
    padding: 1rem;
    width: 100%;
    height: 100%;
    display: block;
}
.samples .services-col .card:hover .card-img-overlay {
    transition: all .4s;
}

.samples .services-col .card .card-title{
    padding: 10px;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
.samples .samples-title {
    font-weight: 600;
    line-height: 2em;
}
@media screen and (max-width: 768px) {
    .samples .samples-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 567px) {
    .samples .samples-title {
        font-size: 18px;
    }
}
.samples .services-col .card:hover .card-title {
    transition: all .4s;
}
svg {
    height: 35px;
}

.draw-hammer {
    stroke: #FFFFFF;
    stroke-width: 0.8311;
    stroke-dasharray: 175px;
    stroke-dashoffset: 175px;
    animation-name: draw;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite; /* تغییر به infinite برای تکرار نامحدود */
    animation-timing-function: linear;
}

.hammer-fill {
    stroke: #FFFFFF;
    animation-name: stand;
    stroke-dasharray: 125px;
    stroke-dashoffset: 125px;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite; /* تغییر به infinite برای تکرار نامحدود */
    animation-timing-function: linear;
}

@keyframes stand {
    50% {
        fill: transparent;
    }
    65% {
        fill: #FFFFFF;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #FFFFFF;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.main-btn {
    border-radius: 10px;
    color: white;
    transition: all .4s;
    width: 100%;
}
.main-btn:hover {
    color: white;
}
/*********************************end services style***********************************/
/*********************************** style counseling *******************************/
.booking {  
    background-image: url(../images/scales-justice-symbol_1308-1226971.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 100px;
    margin-bottom: 100px;
    background-position: center right;
}
.booking .icofont-ui-calendar {
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.booking .content-text .content-p {
    text-align: justify;
    margin-left: 20px;
    font-size: 16px;
    line-height: 2.2em;
    color: #100900;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .booking .content-text .content-p {
        margin-left: 0px;
    }
}
.booking-btn {
    color: white!important;
    padding: 12px;
}
#counseling-animation {
    width: 100px;
    height: 100px;
    display: block;
}
.bg-img {
    border-radius: 10px;
}
.calendar-img {
    position: relative;
    top: -150px;
    right: -40px;
    border-radius: 8px;
    box-shadow: 3.346px 3.716px 22.5px #00000012;
}
.counseling-title {
    font-weight: 600;
}
.bg-fill {
    z-index: 1000;
    position: relative;
    border-radius: 50%;
    top: 49px;
    font-weight: 700;
    display: inline-block;
    float: left;
    right: 55px;
    animation: bgbooking 3s infinite ease-in-out;
    color: white;
}
@keyframes bgbooking {
    0% {
        color: white;
    }
    50% {
        background-color: white;
    }
    100% {
        color: white;
    }
  }
@media  screen and (max-width: 600px) {
    .bg-fill {
        right: 0px;
    }
}
/************************* end booking style *********************************/
/*************************************** index comment style ***************************************/
.index-comments {
    background-image: url(../images/banner2.jpg);
    cursor: default;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .index-comments {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.index-comments::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slick-slider {
    user-select: unset !important;
}
.index-comments .comments-title {
    z-index: 100;
    position: relative;
    font-weight: 600;
}
.index-comments .slider-comment {
    z-index: 1000;
}
.index-comments .slick-slide {
    margin: 15px;
    border-radius: 10px;
}
.comments_index {
    text-align: center;
    margin-top: 20px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 0 10px 0;
}

.comments_index img {
    border-radius: 50% !important; 
    object-fit: cover !important;
    margin-bottom: 10px;
    width: 70px !important;
    height: 70px !important;
}

.comments_index .author_comment {
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.comments_index .text_comment {
    text-align: center;
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px 26px;
}
/********************************************* end comments style ***************************************/
/************************************* blog style ***************************************************/
.index-blog {
    margin-top: 150px;
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    .index-blog {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.blog .card-img-top {
    object-fit: cover;
    border-radius: 8px;
}
.blog .card .tags ul li {
    list-style-type: none;
}
.blog .card .tags a {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
} 
.blog .card .tags .post-categories {
    padding: 0px;
}
.blog .card .card-title {
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog .card .card-title a {
    transition: all .4s;
    font-weight: 600;
    font-size: 18px;
}
.blog .card .card-body {
    padding: 20px 0 0 0;
}
.blog .card {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
}
.blog .card .card-body .card-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2em;
}
.blog .card .main-btn {
    width: 100%;
    margin-top: 10px;
    color: white !important;
    transition: all .4s;
    border-radius: 8px;
    padding: 10px;
}
.btn-outline {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
}
.btn-outline:hover {
    color: white;
}
.blog .index_title {
    font-weight: 600;
}
/***************************** end blog style *********************************/
/****************************** footer style **********************************/
footer {
    padding-top: 50px;
}
footer .footer {
    padding-top: 30px;
    padding-bottom: 0px;
    background-image: url(../images/footer-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
footer .contact-title {
    font-weight: 600;
}
.border-gradient {
    left: 0;
    right: 0;
    height: 3px; 
    z-index: -1; 
}
footer .footer .logo-container a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
footer .footer .run-in {
    text-align: center;
    margin-top: 20px;
    display: block !important;
    font-size: 16px;
    padding-bottom: 7px;
}
footer .footer .quick-access ul {
    padding: 0px!important;
}
footer .footer .footer-about-text {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}
footer .footer .footer-link-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .footer .footer-link-headers ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
footer .footer .footer-link-header ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .footer .footer-link-header ul li a {
    display: block;
    width: 100%;
    padding: 5px;
    transition: all .4s;
    font-weight: 500;
}
footer .footer .footer-link-header ul li a:hover {
    border-radius: 5px;
}
footer .footer .footer-link-header ul li a i {
    font-size: 28px;
    position: relative;
    top: 2px;
}
footer .footer .footer-link-header h6 {
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
}
footer .footer .footer-address {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
footer .footer .phone-number ul li i {
    font-size: 24px;
}
footer .footer .response p{
    font-size: 14px;
}
footer .footer .footer-address p {
    font-size: 14px;
    text-align: center;
    line-height: 2em!important;
    margin-bottom: 0px;
}
footer .footer .footer-address i {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 5px;
}
footer .footer .social-media li a img{
    transition: all .4s;
}
footer .footer .social-media li a img:hover {
    transform: scale(1.2);
}
footer .footer-copyright {
    background-color: #e9e9e9;
    padding: 5px 0;
}
footer .footer-copyright p {
    margin-bottom: 0px;
}
footer .footer .namad img {
    opacity: 0.3;
    transition: all .4s;
}
footer .footer .contact-box-content a {
    font-weight: 500;
}
footer .footer_ul_amrc li {
    text-align: center;
    margin-top: 5px;
}
footer .footer_ul_amrc li span, .footer_ul_amrc li i {
    font-size: 15px;
    font-weight: 500;
}
footer .footer .namad img:hover {
    opacity: 1;
}
footer .footer .namad a img {
    width: 100px;
    height: 100px;
}
footer .footer .footer_ul_amrc {
    text-align: center;
}
footer .footer .footer_ul_amrc a img {
    background-color: #f7f6f5;
    padding: 10px;
    border-radius: 10px;
}
footer .footer-bottom p {
    font-size: 12px;
    color: #1d1100;
}
footer .footer-bottom a {
    font-size: 12px;
}
footer .fartak a {
    color: #4E023C;
    font-weight: 500 !important;
    font-size: 12px;
}
footer .fartak a:hover {
    transition: all .4s;
}
footer .address_text {
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
    line-height: 2.2em;
}
.bread-crump-content {
    position: relative;
    top: -40px;
}
.breadcrumbs {
    margin-bottom: 0px;
}
.breadcrumbs span {
    color :white;
}
.breadcrumbs span a {
    color: #c1d5fa;
}
.breadcrumbs .breadcrumb_last {
    color: rgb(255, 255, 255);
    margin-left: 3px;
    margin-right: 3px;
}

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

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

#to_top,
#whatsup_bottom {
    font-size: 0;
    z-index: 1000;
    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);
}
/***************************end footer************************************/
/****************************** contact page style ************************/
#contact .div-contact .post_info {
    border: none !important;
    text-align: center;
    padding: 10px !important;
    cursor: default;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#contact .div-contact .contact_icon {
    left: 50%;
    top: -50px;
    width: 55px;
    height: 55px;
    border: 10px solid #f2f2f2;
    margin-left: 0px !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 13px;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    padding: 0 !important;
}
#contact .div-contact .contact_item p {
    margin-bottom: 0px !important;
    margin-right: 8px !important;
}
#contact .contact-container .contact-form label {
    width: 100%;
    margin-bottom: 10px;
}
.contact-container .contact-form .wpcf7 {
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    background-color: #f7f7f7;
}
.contact-container .contact-form label input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-container .contact-form label input:focus-visible {
    outline: none!important;
}
.contact-container .contact-form label textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}
.contact-container .contact-form #isc_submit {
    color: white !important;
    padding: 10px 0;
    width: 100% !important;
}
.contact-container .contact-form label textarea:focus-visible {
    outline: none!important;
}
.contact-container .contact-form .submit-form {
    width: 160px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    color: white;
}
#contact .contact_title {
    margin-right: 10px;
}
#contact .social_footer_ul {
    list-style-type: none;
}
#contact .social_footer_ul li a {
    background-color: #e0e0e042 !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#contact .social_footer_ul li a:hover {
    color: white;
    transition: all .4s;
}
#contact .container-cats {
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}
/* ******************************** header ************************************/

/***********************************************  services index *******************************************/
/*  parallax */
.mb_parallax_overlay {
    z-index: 1;
    position: relative;
    top: 40%;
}

.mb_parallax_overlay h2 {
    letter-spacing: 5px;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    text-shadow: 2px 2px #343434;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.mb_parallax_overlay h1 {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 2px 2px #343434;
    text-align: center !important;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.paralsec1 {
    height: 100vh;
    margin-top: -2%;
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    position: relative;
    cursor: pointer;

}

.paralsec2 {
    cursor: default;
    background-size: cover;
    background-position: 100%;
    position: relative;
    margin-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;
}

.div_index_comments {
    cursor: default;
}

.div_index_comments h3 {
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width:768px) {
    .div_index_comments h3 {
        font-size: 20px;
    }
}
.div_index_comments p {
    color: #b74c8e;
    font-weight: 900;
    font-size: 24px;
    line-height: 2rem;
    text-align: center;
}

.col-index-comments .card {
    padding: .5rem .5rem 1rem .5rem;
    border: 0;
    border-radius: 15px;
}

.col-index-comments img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.col-index-comments .blog-content .text_blog {
    font-size: 14px;
    font-weight: 500;
    color: #747373;
    height: 70px;
    text-align: justify;
}

.col-index-comments .blog-content .comment_author {
    font-weight: 600;
    font-size: 14px;
    padding-top: 1rem;
}

.col-index-comments .quite_sign {
    height: 2rem;
    font-size: 5rem;
    line-height: 7rem;
    color: #747373;
    font-weight: 300;
}

.comment-label {
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px;
}

.comment-label:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    right: 47%;
    bottom: -8%;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.col-banner-text,
.col-banner-img {
    margin-top: auto;
    margin-bottom: auto;
}

.col-banner-img {
    text-align: left;
    padding: 1rem 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-index-comments {
        padding: 0 !important;
    }

    .col-index-comments .blog-content .text_blog {
        height: 80px;
        font-size: 13px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-index-comments {
        padding: 0 !important;
    }

    .col-index-comments .blog-content .text_blog {
        height: 90px;
        font-size: 13px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .col-index-comments .blog-content .text_blog {
        height: 50px;
    }

    .comment-label {
        margin-bottom: 1rem;
    }

    .comment-label:before {
        right: 48%;
        bottom: -10%;
    }

    .col-banner-img {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .col-index-comments .blog-content .text_blog {
        height: 75px;
        font-size: 13px;
    }

    .col-index-comments {
        padding: 0 !important;
    }

    .comment-label {
        margin-bottom: 1rem;
    }

    .comment-label:before {
        right: 46.5%;
        bottom: -9%;
    }

    .col-banner-img {
        text-align: center;
    }
}

.col-service,
.row-services {
    margin: 0 !important;

}

.div_text_service {
    margin-top: auto;
    margin-bottom: auto;
}

.paralsec_list,
.paralsec_single {
    height: 65vh !important;
    background-position: 100% !important;
}

.paralsec_list .mb_parallax_overlay,
.paralsec_single .mb_parallax_overlay {
    top: 90% !important;
}

@media (min-width: 768px) {
    .div_services .col-service:nth-child(2n) .div_text_service {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .div_services .col-service:nth-child(2n) .services_title,
    .div_services .col-service:nth-child(2n) .services_text,
    .div_services .col-service:nth-child(2n+1) .div_icon_service {
        text-align: left;
        padding-left: 2rem;
    }

    .div_services .col-service:nth-child(2n) .div_icon_service,
    .div_services .col-service:nth-child(2n+1) .services_title,
    .div_services .col-service:nth-child(2n+1) .services_text {
        text-align: right !important;
    }

}

@media (max-width: 656px) {
    .paralsec2 {
        margin-bottom: 0;
    }

    .mb_parallax_overlay h2 {
        font-size: 2.1rem;
        line-height: 3.5rem;
    }

    .mb_parallax_overlay p {
        font-size: 18px !important;
    }

    .mb_parallax_overlay h1 {
        font-size: 2rem;
    }

    .paralsec1 {
        height: 80vh;
    }

    .paralsec_list,
    .paralsec_single {
        height: 55vh !important;
        background-position: 70% !important;
    }
}

@media (max-width: 480px) {
    .container-cats {
        padding-top: 1rem;
    }

    .mb_parallax_overlay h2 {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .paralsec1 {
        height: 80vh;
        margin-top: 0;
    }

    .paralsec_list,
    .paralsec_single {
        height: 35vh !important;
        background-position: center;
        background-size: contain;
    }

    .paralsec_list .mb_parallax_overlay,
    .paralsec_single .mb_parallax_overlay {
        top: 70% !important;
    }

}

@media (max-width: 380px) {
    .mb_parallax_overlay h2 {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .col-banner-img {
        padding: 0;
    }

}

.div_icon_service i {
    color: #ffd0bf;
    font-size: 75px;
}

.div_text_service h5 {
    color: #ffd0bf;
    font-size: 25px;

}

.div_text_service p {
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 0;
    margin-top: auto;
    font-weight: 500;
}


/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style {
    cursor: default;
}

.titles_style h4,
.titles_style h2 {
    font-size: 37px;
    font-weight: 500;
    color: #000000;
}

.titles_style2 {
    cursor: default;
}

.titles_style2 h4 {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 500px) {

    .titles_style h4,
    .titles_style2 h4,
    .titles_style h2 {
        font-size: 25px !important;
    }

    .mb_parallax_overlay h4 {
        font-size: 28px !important;
    }
}

.container_stations {
    margin-bottom: 5rem;
}

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

.col-stations {
    margin-bottom: 2rem;
}

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

.card-stations img {
    height: 320px;
}

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

.img-station img {

    filter: brightness(80%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-station2 img,
.img-pages img {
    filter: brightness(40%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
}

.img-station2 img:hover {
    filter: brightness(80%);
    transition: .5s ease;
}

.img-station:hover .img-station img {
    opacity: 1;
    filter: brightness(30%);
    transition: .5s ease;
}

.img-station .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-station:hover .middle {
    opacity: 1;
}

.img-station .middle i {
    font-size: 40px;
    color: #fff;
}

.img-station .middle p {
    font-size: 19px;
    font-weight: 500;
}

@media (max-width: 1300px) and (min-width: 1100px) {
    .card-stations img {
        height: 280px;
    }
}

@media (max-width: 1099px) and (min-width: 900px) {
    .card-stations img {
        height: 250px;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .card-stations img {
        height: 220px;
    }
}

@media (max-width: 767px) and (min-width: 657px) {
    .card-stations img {
        height: 270px;
    }
}

@media (max-width: 656px) and (min-width: 500px) {
    .card-stations img {
        height: 350px;
    }
}

@media (max-width: 499px) and (min-width: 375px) {
    .card-stations img {
        height: 280px;
    }
}

@media (max-width: 374px) {
    .card-stations img {
        height: 230px;
    }

    .img-station .middle p {
        font-size: 15px;

    }

}
/* ********************************* list  page ******************************** */
/* breadcrump */
#breadcrumbs {
    text-align: right !important;
    font-size: 16px;
    font-weight: 400;
}

#breadcrumbs span a {
    color: #fff;
}

.container_list_foods {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.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;
}

.carousel-list img {
    height: 450px;
    object-fit: cover;
}

.caption_contact {
    text-align: center;
}

.carousel-single img {
    max-height: 800px;

}

.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: 17px;
    font-weight: 500;
    color: #252525;
}

@media (max-width:1199px) and (min-width:992px) {
    .col-foods-menu .div-price-food {
        padding: 0;
    }

    .col-foods-menu img {
        height: 80px;
    }

    .col-foods-menu p {
        font-size: 13px;
    }

    .col-foods-menu .div-price-food .title_price {
        font-size: 16px;
    }

    .title_price_text {
        font-size: 13px !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) {
    .carousel-list img {
        height: 200px;
    }

    .bread_contact {
        margin-top: 2rem !important;
    }

    .col-blog {
        padding: 0 !important;
    }

    .carousel-list h2 {
        font-size: 22px;
    }
}

/* sidebar */

@media (max-width: 920px) and (min-width: 768px) {
    .div-list-blog img {
        height: 180px !important;
    }
}


/* search */
.search-blog button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius: 10px 0 0 10px !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 10px 10px 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 {
    outline: none;
    box-shadow: none !important;
}

.btn-search i {
    cursor: pointer !important;
    position: relative;
    top: 3px;
}

/* categories */
.cats_blog,
.most_popular {
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border: 0;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 8%);
}

.sidebar_station {
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.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-container {
    position: sticky;
    top: 20px;
}
.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: center;
    font-size: 14px;
    padding: 0.4rem 0rem 1rem 0.5rem;;
    color: #3e3e3e;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 8px;
}

.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;
    padding-left: 0px !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-top: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-right: 5px;
    padding-bottom: 10px;
    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;
    object-fit: cover;
}

.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;
}
.cats_blog ul li a:before, .most_popular ul li a:before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    content: "";
}

.most_popular ul li a {
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.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: 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: 20px;
}

.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 ******************************** */
.slider_single_food h1 {
    font-size: 27px !important;
}

.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;
    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;
}

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

    #to_top,
    #whatsup_bottom {
        bottom: 40px;
        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);
}

/* 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;
}

.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) {
    .single-content h1 {
        margin-top: 1rem;
    }

    .slider_single_food h1 {
        font-size: 24px !important;
        line-height: 3rem;
    }
}

.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: 26px !important;
    line-height: 3rem !important;
    margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
    .single-content h1 {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 1200px) {
    .single-content h1 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 992px) {
    .single-content h1 {
        font-size: 18px !important;
    }
       .single-content h2 {
        font-size: 17px !important;
    }

    .single-content h3 {
        font-size: 17px !important;
    }

    .single-content h4 {
        font-size: 16px !important;
    }

    .single-content p {
        font-size: 15px !important;
    }
}
@media (max-width: 500px) {

    .single-content h2 {
        font-size: 18px !important;
    }

    .single-content h3 {
        font-size: 17px !important;
    }

    .single-content h4 {
        font-size: 16px !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 {
    text-align: right;
}

.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);
    border-color: transparent;
    background-color: #f7f7f7;
}

/* single content */
.single-content {
    text-align: right;
}

.post_top blockquote {
    text-align: right;
}

.single-content p,
.single-content {
    text-align: justify;
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

.single-content img {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.single_food_tabs .glsr-reviews .glsr-no-margins {
    font-size: 14px !important;
}

.single-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #403f3f;
    padding-top: 0.5rem;
    line-height: 2.5rem;
    transition-duration: 2s;
}

.single-content h3 {
    line-height: 1.7rem;
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
    transition-duration: 2s;
}

.single-content h4 {
    line-height: 1.7rem;
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}

.single-content h5 {
    font-size: 18px;
    line-height: 1.7rem;
    color: #414141;
    padding-top: 0.5rem;
}

.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}

.single-content a {
    font-weight: 500;
}


.single-content img {
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: auto;
}

.single-content img:hover {
    opacity: 0.8 !important;
}

.img-doctor img {
    max-height: 450px;
}

.img-blog img {
    object-fit: cover;
    max-height: 600px;
    width: 100%;
}

/* 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 {
    padding-bottom: 10px;
}

.single-post-info i {
    cursor: default;
}

.single-post-info span {
    padding-left: 0.9rem;
}

.single_info_icon {
    padding-top: 0;
}

.single_info_icon {
    padding-left: 3px;
}

.card-tags {
    text-align: right !important;
}

.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;
    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 {
    color: #3f51b5 !important;
}

.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;

}

.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;
    color: white !important;
}

.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;

    }
}

/*  **************** contact page **************************/
.contact_content {
    padding-top: 2rem;
}

.contact_content h2 {
    line-height: 2.5rem;
    font-size: 22px;
    width: 100% !important;
    display: block;
}

.contact_content p,
.contact_content {
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
}

.contact_content a {
    color: #282828;
}

.single-content2 a:hover {
    width: 100%;
    min-height: 500px;
}

.single-content iframe {
    width: 100%;
    min-height: 500px;
}

.post_info i {
    padding-left: 5px;
    font-size: 30px;
    vertical-align: middle;
}

.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;
}

.div-contact .post_info {
    border: 8px solid #e8e8e8;
    text-align: center;
    padding: 5.5rem 2rem 2rem 2rem;
    cursor: default;
    position: relative;
}
.div-contact .contact_icon {
    left: 50%;
    top: -50px;
    width: 100px;
    height: 100px;
    border: 10px solid #f2f2f2;
    margin-left: -50px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff !important;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
    padding: 0 !important;
}

.div-contact img {
    object-fit: cover;
}

.tag_description p {
    line-height: 2rem;
    font-size: 17px;
    font-weight: 500;
    color: #535252;
    text-align: justify;
}

.tax_description {
    text-align: right;
}

.title_samples_service {
    margin: 1rem 0;
}

.div_btn_samples {
    text-align: center;
    margin: 2rem 0;
}

.div_btn_samples button {
    border-radius: 35px !important;
}

.div_btn_samples button span {
    white-space: normal;
}

@media (max-width: 1350px) {

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

}

@media (max-width: 991px) and (min-width: 768px) {
    .contact-style p {
        padding: 0 !important;
    }

    .div-contact .post_info {
        padding: 5.5rem .5rem 2rem .5rem;
    }

    .contact_info {
        font-size: 14px;
    }

    .div-contact {
        padding: 0 .2rem;
    }

    .single-content iframe {
        min-height: 400px;

    }
}

@media (max-width: 767px) {
    .single-content iframe {
        min-height: 350px;

    }
}

@media (max-width: 656px) {
    .contact_content {
        padding: 0 1rem !important;
    }

    .single-content2 {
        padding: 0;
        padding: 0;
        font-size: 14px;
    }

    .single-content iframe {
        min-height: 250px;

    }

}

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

    .col-contact-form {
        padding: 0;
    }

    .single-content iframe {
        min-height: 250px;
    }

    .div_btn_samples button {
        font-size: 17px;
    }

    .div_btn_samples img {
        width: 40px;
    }

}

/* form contact */
.form-div input[type=text],
.form-div input[type=email] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
}

.form-search input[type=text]:focus {
    border-color: rgba(0, 0, 0, 0.1);

}

  


.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 {
    outline: none !important;
    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;

}
/*errors form */
.error {
    border-color: #c31510 !important;
}
.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;
}

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

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

.input_border_red {
    border: 1px solid red !important;
}

.form-div button,
.form-div input[type=submit] {
    width: 150px !important;
    padding: 10px 4rem;
    margin-bottom: 2rem;
    margin-right: 15%;

}

@media (max-width: 340px) {

    .form-div button,
    .form-div input[type=submit] {
        width: 100% !important;
        margin-right: 0;

    }
}

/*  **************** 404 page **************************/
/* 404 page */
.col-404-text {
    margin-bottom: auto;
    margin-top: auto;
}

.col-404-text h2 {
    font-size: 1.7rem;
    line-height: 2rem;
}

.link-404,
.btn-404 {
    margin-top: 2rem;
}

@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }

}

@media (max-width: 767px) {
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }

    .col-404-text {
        text-align: center;
    }

    .col-404-text h2 {
        font-size: 1.3rem;
        margin-top: 1rem;
    }
}

.btn-404:hover {
    border-color: transparent !important;
}

.link-404:hover {
    color: #000000;
}



/* gallery style for ios */
.wp-block-gallery {
    margin-top: 2rem !important;
}

.slider-for img {

    object-fit: cover !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slider-nav img {
    width: 100%;
    object-fit: cover !important;
    height: 100px !important;
    margin-left: 15px;
}

@media (min-width: 1199px) {
    .slider-for img {}
}

@media (max-width: 1199px) and (min-width: 992px) {
    .slider-for img {}

    .slider-nav img {
        height: 80px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-for img {}

    .slider-nav img {
        height: 60px !important;
    }
}

@media (max-width: 767px) and (min-width: 668px) {
    .slider-for img {}

    .slider-nav img {
        height: 80px !important;
    }
}

@media (max-width: 667px) and (min-width: 566px) {
    .slider-for img {}

    .slider-nav img {
        height: 80px !important;
    }
}

@media (max-width: 565px) and (min-width: 500px) {
    .slider-for img {}

    .slider-nav img {
        height: 80px !important;
    }
}

@media (max-width: 499px) and (min-width: 450px) {
    .slider-for img {}

    .slider-nav img {
        height: 70px !important;
    }
}

@media (max-width: 449px) and (min-width: 385px) {
    .slider-for img {}

    .slider-nav img {
        height: 60px !important;
    }
}

@media (max-width: 384px) {
    .slider-for img {}

    .slider-nav img {
        height: 50px !important;
    }

    .single-content2 {
        padding: 0;
    }
}

.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;
}

.insta_btn:hover {
    text-shadow: 2px 2px #343434;
}

.breadcrumbs {
    font-weight: 400;
    cursor: default;
}

/*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;

}

@media (max-width:480px) {
    .container-index-blog {
        padding-bottom: 0 !important;
    }

    .col-index-video {
        padding: 0;
    }
}

/* 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;
}

@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;
    }

    .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;
    }
}

@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;
    }
}


/* small nav menu */
@media screen and (min-width: 992px) {

    .closebtn,
    .logo_small {
        display: none !important;
    }

    .sidenav {
        margin-left: auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .logo_small img {
        width: 85px;

    }

    .logo_small {
        text-align: center;
    }

    .sidenav {
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        z-index: 999999;
        top: 0;
        bottom: 0;
        left: -100%;
        padding-top: 2rem;
        background: #fff;
        box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
        transition: all .4s ease;
        overflow: auto !important;
        /* Hide scrollbars */
        display: block !important;
        width: 0;
        right: 0;
    }


    .sidenav .dropdown-menu li {
        text-align: right;
        background-color: transparent !important;
    }

    .sidenav li {
        color: #fff !important;
        border: 0 !important;
    }

    .sidenav li a:hover {
        color: #ffc3e1;
    }

    .sidenav .dropdown-menu li:hover {}

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

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

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px !important;
        margin-right: 50px;
    }

    .sidenav .closebtn i {
        color: #fff;
    }

    .sidenav .closebtn:hover {
        color: #ffc3e1;
    }

    .sidenav ul {
        text-align: right;
        margin-top: 0 !important;
    }

    .list_header_links,
    .list_header_links_menu {
        float: revert !important;
    }

    .div-nav-links-mobile .list_header_links {
        float: left !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
    }

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

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

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

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: rgba(133, 133, 133, 0.8);
    }
}

.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;
    }
}

/* search */

.search_top form {
    margin-right: 5rem;
}
.search-main input {
    padding: 0.7rem;
    border: 0 !important;
    background: #fff;
}

.search_top input {
    font-size: 13px;
    width: 88% !important;
}

.search-main button {
    border: 0 !important;
    background: #fff;
}

.row_navbar {
    justify-content: end !important;
    width: 100%;
}

.logo_site {
    object-fit: contain;
}

.logo_text h1,
.logo_text h2 {
    display: inherit;
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5rem;
}

.logo_text {
    padding: 0.3rem 1rem 0 0 !important;
    margin-top: auto;
    margin-bottom: auto;
}

.logo_text,
.logo-img,
.div_header_menu {
    margin: auto 0;
}

.nav-custom-style {
    border-top: 1px solid #eaeaea;
    background-color: #FFFFFF !important;
}

.logo_navbar {
    padding: 0;
}

@media (max-width: 991px) {
    .nav-custom-style {
        border-top: 0;
    }

    .logo_text {
        padding: 0 !important;
    }

    .container_div_phone {
        padding: 0;
    }

    .navbar-sticky {
        margin: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 5px !important;
    }

    .navbar-sticky .navbar-toggler {
        margin-right: 0 !important;
    }

}

@media (max-width: 656px) {
    .navbar-sticky .small_header_phone {
        margin: 0.7rem;
        display: inline-block;
        padding: 0 !important;
    }

    .navbar-sticky nav {
        display: inline-block;
        float: left;
        margin-top: 0.8rem;
        margin-left: 0;
        padding: 0 !important;
    }

    .navbar-sticky .navbar-toggler {
        margin-left: 5px;
    }

    .logo-img {
        text-align: right !important;
    }

    .div_header_menu {
        /* margin:1.5rem 0 0 0;*/

    }

    .logo_text {
        padding: 0 1rem !important;
    }

    .col-header-middle {
        padding: 0;
    }

    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .container_nav_logo {
        border-bottom: 1px solid #eaeaea;
    }


}

@media (max-width: 380px) {
    .logo_text .navbar-brand {
        margin-right: 10px;
    }
}

/* SLIDER */
.container_slider .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    text-align: center !important;
    bottom: 0% !important;
    padding: 0 !important;
    cursor: default;
    width: 100%;
    left: 0;
    right: 0;
}

.container_slider .carousel-inner {
    border-radius: 2px;
}

.container_slider h3,
.container_slider h2 {
    font-size: 21px;
    line-height: 2rem;
    color: #ffffff !important;
    margin: 5px;
    text-shadow: 2px 2px #343434;
}

.container_slider .carousel-item img {
    height: 410px;
    object-fit: cover;
}

.div_adv img {
    height: 255px;
    border-radius: 3px;
    width: 100%;
    object-fit: contain;
}

.container_slider .carousel-indicators li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
}

.container_slider .carousel-indicators .active {
    background-color: #fff;
}

/* opacity background img carousel */
.item_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* carousel fade */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1199px) and (min-width: 801px) {
    .container_slider h3 .container_slider h2 {
        font-size: 19px;
        line-height: 2rem;
        color: #ffffff !important;
        margin: 5px;
        text-shadow: 2px 2px #343434;
    }
}

@media (max-width: 800px) {

    .container_slider h3,
    .container_slider h2 {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container_slider .carousel-item img {
        height: 266px;
    }

    .div_adv img {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .div_slider {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .div_adv img {
        height: 150px;
    }

    .img_adv1,
    .img_adv2 {
        margin-top: 1.8rem;
    }
}

@media (max-width: 656px) {

    .container_slider h3,
    .container_slider h2 {
        font-size: 18px;
        line-height: 2.2rem;
    }

    .container_slider .carousel-item img {
        height: 320px;
    }
}

@media (max-width: 499px) and (min-width: 399px) {
    .container_slider .carousel-item img {
        height: 230px;
    }

    .img_adv1,
    .img_adv2 {
        margin-top: 1.8rem !important;
    }

    .div_adv img {
        height: 100px;
    }

    .img_adv1 {
        margin-top: 1.5rem;
    }

    .container_slider h3,
    .container_slider h2 {
        font-size: 17px;
        line-height: 2.2rem;
    }

    .container_slider .carousel-indicators {
        display: none;
    }
}

@media (max-width: 398px) {
    .div_header_menu {
        padding-left: 15px !important;
    }

    .container_slider .carousel-item img {
        height: 200px;
    }

    .div_adv img {
        height: 120px;
    }

    .img_adv1 {
        margin-top: 1.5rem;
    }

    .img_adv1,
    .img_adv2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .container_slider h3,
    .container_slider h2 {
        font-size: 16px;
        line-height: 2rem;
    }

    .container_slider .carousel-indicators {
        display: none;
    }

    .navbar-sticky.div_header_menu {
        padding-left: 10px !important;
    }

}

.card_product_info {
    border: 0 !important;
}

.card_product_info button {
    box-shadow: none !important;
    width: 100%;
    color: #fff;
    border-radius: 0;
}

.card_product_info button:hover {
    background-color: #fff !important;
}

.card_product_info button a {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
}

.card_product_info span a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(90, 90, 90, 0.87);
}

.card_product_info button {
    box-shadow: none !important;
    width: 100%;
    color: #fff;
    border-radius: 0;
}

.div_adv img {
    height: auto !important;
    object-fit: contain;
    max-height: 250px;
}

.div_adv {
    margin-bottom: 0 !important;
}

.div_adv h4 {
    height: auto !important;
}

.logo-img .navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand-title {
    white-space: initial !important;
}

.symbol_icon {
    font-weight: 500 !important;
    font-size: 18px !important;
    vertical-align: middle;
}

.symbol_icon2 {
    font-weight: 500 !important;
    font-size: 16px !important;
    vertical-align: inherit;
}

.symbol_icon3 {
    font-weight: 500 !important;
    font-size: 20px !important;
    vertical-align: middle;
}

@media (min-width: 657px) {
    .small_header_phone {
        display: none;
    }
}

@media (max-width: 656px) {

    .logo_text,
    .logo-img,
    .div_header_menu {
        margin: .5rem 0 auto 0;
    }

    .small_header_phone {
        margin-bottom: 2em;
        text-align: left !important;
    }

    .small_header_phone .phone_text {
        font-size: 25px;
        color: gray;
        padding: 1px 10px;
        border-radius: 50%;
        box-shadow: 1px 1px 5px 1px rgb(146 146 146 / 20%);
        border: 1px solid #eeecec;
    }

    .small_header_phone .phone_text:hover {
        box-shadow: 1px 1px 5px 1px rgb(146 146 146 / 30%);
    }

    .small_header_phone .phone_text a {
        color: #3ac24e;
    }

    .small_header_phone .phone_text i {
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .small_header_phone {
        text-align: right !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .image_adv_big {
        display: none;
    }

}

.site_banner_title {
    text-align: center;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    margin-top: 2rem;
}

.site_description {
    line-height: 2rem;
    font-weight: 500;
    text-align: justify;
    color: #454545;
    margin: 0;
}

@media (max-width: 991px) {
    .site_banner_title {
        margin-top: 3rem !important;
    }
}

@media (max-width: 656px) {

    .logo-img .navbar-brand {
        margin-right: 1.3rem !important;
    }



}

@media (max-width: 480px) {
    .site_banner_title {
        font-size: 1.5rem;
        margin-top: 2.5rem !important;
    }
}

.col-index-video video {
    width: 100%;
}

/* 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;
    }
}

/* sites hidden contact */
.archive_site .div_phone , .archive_site .social_footer_ul li a ,  .archive_site  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 , .archive_site .small_header_phone .phone_text a{
    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  ul li .suport_contact .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 , .archive_site .social_footer_ul li .phone_span {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    pointer-events: none;
}

.archive_site .social_footer_ul li .phone_span {
    color:#fff !important;
}
.archive_site .nav_main.logo-img{
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.archive_site  .div_search_service{
    display:none;
}
.archive_site .div_text_service{
    margin: 0 !important;
}
.archive_site  .mb_parallax_overlay{
    top: 40% !important;
}
@media (min-width:656px) {
    .archive_site .mb_parallax_overlay .div_services, .archive_site .mb_parallax_overlay .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}
@media (max-width:656px) {
    .archive_site .paralsec1 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        height: 80vh;
    }
}