/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}

div:hover,button:hover,a:hover,li:hover,.card:hover{
    transition:0.3s ease-in-out;
}

button,link,select,a{
    cursor: pointer;
}

::-moz-selection {
    background-color:#333333;
    color: #fff;

}
::selection {
    background-color:#333333;
    color: #fff;
}

.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: #272727 !important;
    font-weight: 400;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
    background: #fafafa;
    border-right: 2px solid #333333 !important;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height:2.5rem !important;
}

blockquote p {
    display: inline;
}

/* order first */
@media (max-width: 991px){
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 767px){
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

/* ******************************** header ************************************/

/* top menu */
.div_header{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999;
}
/* phone i header */
.container_div_phone{
    margin: 10px 2rem;
    border-radius: 10px 10px 10px 10px;
    background: #ffffff6e;
    padding: 10px;
}
.div_phone{
    margin: 2px 5px 2px 1rem !important;
    text-align: left;
}
.phone_text{
    padding-right: 15px;
    font-size: 14px;
}
.address_text{
    font-size: 12px;
}
.div_phone i{
    font-size: 15px;
    color:#FFFFFF;
    vertical-align: middle;
}
.div_phone i:hover , .phone_text:hover {
    color: #FFFFFF ;
}
.div_phone{
    cursor: default;
}
.div_phone span , .div_phone span a{
    font-weight: 300;
    color:whitesmoke !important;

}
.div_phone span a:hover{
    color: #333333 !important;
}
.nav-custom{
    padding: 0 0.7rem;
}
.navnbar_search input{
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #333333 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    outline: none !important;
    color: whitesmoke !important;
}
.navnbar_search i{
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
}

.navnbar_search .input-group-text button{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #333333 !important;
    padding-bottom: 1px;
    outline: none;
}
@media (max-width: 599px) {
    .div_phone{
        text-align: center;
    }
}
@media (max-width: 379px) {
    .phone_text{
        padding-right: 5px;
    }
    .address_text{
        font-size: 11px;
    }
}
/* menu header */
.nav-custom-style{
    margin: 2rem 2rem 0 2rem;
    border-radius: 10px 10px 10px 10px;
    background: #ffffff;
}

.nav-custom-style img{
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px
}
.nav-custom-style ul{
    padding: 0;
}
.nav-custom-style ul li{
    padding:0.5rem;
    border: 2px solid transparent;
    border-radius: 0 !important;
    text-transform:uppercase;
    position: relative;
}

.nav-custom-style ul li:hover:after { transform: scaleX(1); }
.nav-custom-style ul li.fromRight:after{ transform-origin:100% 50%; }
.nav-custom-style ul li.fromLeft:after{  transform-origin:  0% 50%; }
.navbar-nav-menu  li a{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-nav-menu  li:hover a{
    transition: transform 300ms ease-in-out;
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    border-radius: 1px 6px 0 10px;

}
.navbar-nav-menu    li::after {
    content: "";
    position: absolute;
    left:0;
    top: -8%;
    /* background-image: url(../images/menu_item_shape.png); */
    width: 28px;
    height: 64px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.navbar-nav-menu    li:hover::after{
    opacity: 1;
}
.navbar-nav-menu .dropdown-menu  li:hover::after{
    opacity: 0 !important;
}
.navbar-nav-menu .dropdown-menu  li::after{
    clip-path: inherit !important;
    -webkit-clip-path: inherit !important;
}
.navbar-nav-menu .dropdown-menu li:hover a , .navbar-nav-menu li:hover .dropdown-menu a{
    background:transparent !important;
    color: #282828 !important;
}
.navbar-nav-menu .dropdown-menu li:hover a{
    color:#333333 !important;
}
.navbar-nav-menu .dropdown-toggle::after {
    color: transparent;
    vertical-align: middle;
}


.nav-custom-style .dropdown-menu{
border-top: 1px solid #f1f1f1 !important;
border-bottom:  0;
border-radius: 0 0 2px 2px !important;
padding-right: 0 !important;
}
.nav-custom-style .dropdown-menu li{
padding:0 5px !important;
}
.nav-custom-style .dropdown-menu li:hover a{
color:#333333;
}
.navbar-nav-phone .dropdown-toggle::after{
    display: none;
}
.navbar-nav-phone .badge_phone{
    position: absolute;
    right: 0;
    background-image: -webkit-linear-gradient(
            2deg
            , rgb(255,127,1) 0%, rgb(255,5,1) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 4px 0 6px;
    font-weight: 400;
}
.navbar-nav-phone .nav_menu_phone:hover{
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 10%);
}
.navbar-nav-phone  li .nav_menu_phone{
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    background: #333333;
    color: #fff;
    vertical-align: middle;
}
.navbar-nav-phone .dropdown-toggle{
    position: relative;
}
.navbar-nav-phone  .dropdown-menu{
    width: fit-content !important;
    margin: 0;
    padding: 5px 0;
}
.navbar-nav-phone  .dropdown-menu{
    text-align: center !important;
    margin: 10px;
}
.navbar-nav-phone  .dropdown-menu .nav-item-phone a , .navbar-nav-phone  .dropdown-menu .nav-item-telegram a{
    color: #fff !important;
    border-radius: 1px;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center !important;
}
.navbar-nav-phone  .dropdown-menu .nav-item-phone a ,
.navbar-nav-menu .dropdown-menu .nav-item-phone:hover a , .navbar-nav-menu .dropdown-menu:hover  a {
    background: #333333 !important;
}
.navbar-nav-phone  .dropdown-menu .nav-item-phone a:hover  , .navbar-nav-phone  .dropdown-menu .nav-item-telegram a:hover{
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}
.navbar-nav-phone  .dropdown-menu .nav-item-telegram a{
    background: #28a4e3 !important;
}
.navbar-nav-phone  .dropdown-menu .nav-item-telegram a{
    background: #28a4e3 !important;
    color: #fff;
    border-radius: 1px;
    font-size: 14px;
    padding: 10px 5px;
}
.nav_list_phone-support{
    width: 180px;
    /* margin-top: 5px; */
}
.nav-manu-phone-support{
    box-shadow: none;
    padding: 10px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    border-radius: 5px;
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.nav-manu-phone-support:hover{
    background: linear-gradient(160deg, rgba(141, 188, 187, 1) 25%, rgba(215, 187, 184, 1) 100%);
    color: #fff;
}
@media (min-width: 992px) {
.nav-custom-style .dropdown-menu{
    border: 0 !important;
    z-index: 100000000;
    background-color: #fff;
    margin-top: 0 !important;
    right: 0 !important;
    left: 0 !important;
}
.nav-custom-style .dropdown-menu a{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
}

.nav-custom-style a{
    text-align: center !important;
}
.logo_header{
    margin-left: .5rem;
}
.nav-custom-style .dropdown-menu a{
text-align: right !important;
}
.nav-custom-style .dropdown-menu a:hover{
border: 0;
background: transparent;

}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(27, 27, 27)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky{
margin: 0;
padding: 0 1rem;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
border-radius: 0;
}

.navbar-sticky .product-count {
top: 0;
}
.navbar-sticky nav{
padding: 0 !important;
}
.border-top{
border-top: 1px solid #dddddd !important;
}
.border-top a{
color: #ffffff !important;
}


.fixed-top .dropdown-menu{
background-color: #ffffff !important;
border-bottom: 1px solid rgba(0,0,0,.15) !important;
}
.fixed-top .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(27, 27, 27)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler{
border: 0;
padding: 5px 10px;
margin-right: 1rem !important;
}
@media (max-width: 1050px) and (min-width: 992px) {
    .nav-custom-style ul li {
        padding: .3rem !important;
    }
}
@media (max-width: 991px) {
.nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
    font-size: 14px !important;
    text-align: right !important;
    margin: 0;
}
.nav-custom-style .dropdown-toggle::after {
    color:#000 !important;
}
.nav-custom-style li , .navbar-nav .nav-link {
    padding-right:0 !important;
}
.nav-custom-style li {
    border-bottom: 2px dotted #00000024;
}

.nav-custom-style .dropdown-menu {
    background: transparent;
    border: 0;
    border-top: 0 !important;
    margin: 0;
    padding: 0;
}
.nav-custom-style .dropdown-menu li{
    border-bottom:none !important;
}
.navbar-collapse{
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px solid #e3e3e3;
}
.nav-custom-style ul{
    margin-left: auto;
}
.sidenav   .nav-custom-style ul{
   width: 100% !important;
}
.navbar-nav-menu .dropdown-toggle::after{
    display: none;
}
.nav-custom-style ul li a{
    font-weight: 400;
    color: #ffffff !important;
}
.nav-custom-style ul li{
    margin-right: .5rem;
    margin-left: .5rem;
    display:block;
    padding-bottom: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-turn{
    width: 100%;
}

}
@media (max-width: 530px) {
.nav-custom-style ul , .nav-custom-style ul li{

}
.nav-custom-style ul li{
    margin-right: 1rem;
}
.nav-custom-style ul li:nth-last-child(n){
    border-bottom: 0;
}
}
@media (max-width: 380px) {
    .navbar-toggler{
        padding-right: 1rem !important;
    }
    .div_phone {
        margin: 2px 5px 2px 0 !important;
    }
}
@media (max-width: 399px) {

    .nav-custom-style img{
        margin: 2px .5rem 2px 0;
    }
    .navbar-toggler {
        margin-right: 0 !important;
    }
}
@media (max-width: 991px) {
    .logo_header {
        margin-right: auto;
    }
    .form-inline {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    .nav-custom-style {
        justify-content: flex-start !important;
        margin: 0;
        border-radius: 0;
    }
    .container_div_phone{
        margin: 0;
        border-radius: 0;
    }
    .navbar-toggler{
        outline: none !important;
        padding: 0;
    }
    .small_hidden{
        display: none;
    }

}
/* small nav menu */
@media screen and (min-width: 992px) {
    .closebtn , .logo_small , .social_header_small  {
        display:none !important;
    }
    .sidenav{
        margin-left: auto;
        text-align: center;
    }

}

@media screen and (max-width: 991px) {


    .sidenav{
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background: #202020 !important;
    }
    .logo_small img{
        width:85px;
        display: none;

    }
    .logo_small {
        float: left;
        text-align: center;
    }
    .sidenav {
        height:100vh;
        overflow-y: auto;
        position: fixed;
        z-index: 999999;
        top: 0;
        bottom: 0;
        left: -100%;
        padding-top: 0;
        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;
        background: transparent !important;
    }
    .navbar-nav-menu li::after{
        display: none;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 27px !important;
        margin-right: 1rem;
    }
    .sidenav .closebtn i{
        color:#fff;
    }

    .sidenav .closebtn:hover{
        color:#ffc3e1;
    }
    .sidenav ul {
        margin-top: 0 !important;
        margin-right: 1rem;
        text-align:right;
    }

    .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;
    }
    .social_header_small{
        display: block;
        padding: 0;
        margin: 1rem auto !important;
        padding-top: 1rem !important;
    }
    .social_header_small li{
        margin: 0 !important;
        padding: 0 !important;
    }
    .social_header_small li i{
        font-size: 20px;
        color:#fff !important;
    }
    .social_header_small li i:hover{
        color:#333333 !important;
    }
    .navbar-nav-menu{
        margin-top: 5rem;
        width: 90%;
    }
    /* width */
    .sidenav::-webkit-scrollbar {
        width: 7px;
    }
    .nav-custom-style .dropdown-menu{
        margin-top: 0 !important;
        background-color: transparent !important;
        color: #fff !important;
    }
    .navbar-nav-menu li:hover a {
        color: #333333 !important;
        background-color: transparent !important;
    }
     .navbar-nav-menu li:hover .dropdown-menu a{
        background:transparent !important;
        color: #fff !important;
    }
    .navbar-nav-menu .dropdown-menu li:hover a {
        color: #333333 !important;
    }
    .nav_list_phone-support{
        display:none !important;
    }
    .nav_list_phone{
        position: relative;
    }
    .nav_list_phone .dropdown-menu{
        position: absolute;
        right: -75%;
        background-color: #fff !important;
        padding: 15px;
        padding-bottom: 1.2rem;

}
    .nav_list_phone .dropdown-menu li{
        margin-left: 0 !important;
        margin-right: 12px;
    }
    /* 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);
    }
}

/* main index */

/* ******************************** slider index ************************************/
.index_slider{
    position: relative;
}
@media  (max-width: 991px) {
    .n2-ss-text{
        font-size: 3rem !important;
    }

    .n2-ss-layer-col{
        text-align: center !important;
    }
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading{
        font-size: 2.5rem !important;
    }
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading{
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) and (min-width: 657px){
    .n2-ss-text{
        font-size: 2.7rem !important;
        line-height: 1rem !important;
    }
    div#n2-ss-2 .n2-ss-slider , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:40px !important;
    }
    .n2-ss-slide{
        margin-top:5rem !important;

    }
    .n2-ss-widget{
        margin-top:6rem !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:250px !important;
    }

}

@media (max-width: 656px) and (min-width: 500px){
    div#n2-ss-3 .n2-ss-slide-limiter{
        height: 400px !important;
    }
    .n2-ss-text{
        font-size: 2.5rem !important;
        line-height: 1rem !important;
    }
    div#n2-ss-3 .n2-ss-button-container a div{
        font-size: 1.2rem !important;
    }
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:450px !important;
    }
    .n2-ss-slide{
        margin-top:7rem !important;

    }
    .n2-ss-widget{
        margin-top:8rem !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:330px !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 18px !important;
    }
    div#n2-ss-2 .n2-ss-button-container a div{
        font-size:16px ;
    }
}

@media (max-width:499px) and (min-width: 400px) {
    div#n2-ss-3 .n2-ss-slide-limiter{
        height: 350px !important;
    }
    .n2-ss-text{
        font-size: 2.5rem !important;
        line-height: 1rem !important;
    }
    div#n2-ss-3 .n2-ss-button-container a div{
        font-size: 1.2rem !important;
    }
    .n2-ss-slide{
        margin-top:8rem !important;
    }
    .n2-ss-widget{
        margin-top:9rem !important;
    }
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:400px !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:300px !important;
    }
    .slider_style p , .slider_style a ,  .title_slider a , .title_slider p {
        font-size: 20px !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin:auto;
    }
    .title_slider a{
        font-size: 18px !important;
        padding: 1rem !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 16px !important;
    }

}

@media (max-width:399px) {
    div#n2-ss-3 .n2-ss-slide-limiter{
        height: 350px !important;
    }
    .n2-ss-text{
        font-size: 2.5rem !important;
        line-height:1rem !important;
    }
    div#n2-ss-3 .n2-ss-button-container a div{
        font-size: 1.2rem !important;
    }
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading {
        font-size: 1.7rem !important;
    }
    .title_slider a{
        font-size: 16px !important;
        padding: 1rem !important;
    }
    .n2-ss-slide{
        margin-top:5rem !important;
    }
    .n2-ss-widget{
        margin-top:9rem !important;
    }
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:350px !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:300px !important;
    }
    .slider_style p , .slider_style a ,  .title_slider a , .title_slider p {
        font-size: 20px !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin:auto;
    }
    div#n2-ss-2 .n2-style-397a7ecdffaf882c452b858347678630-heading{
        text-align: right !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 14px !important;

    }
    .title_slider a{
        font-size: 18px !important;
        padding: 1rem !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 16px !important;
    }
}
@media (max-width:349px) {
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 13px !important;

    }
}


/***********************************************  about us index *******************************************/
.container_about{
    padding: 5rem 1rem 7rem 1rem;
    background: #f8f5f0;
}
.container_questions {
    padding: 5rem 1rem 7rem 1rem;
}
.div_about_text{
    z-index: 1;
    margin-right: -10rem;
    margin-top: 2rem;
    background-color: transparent;
    border-radius: 2px;
    margin-bottom: -2rem;
}
.container_about img{
    margin-top: 1rem;
}

.card-about{
background-color: transparent !important;
border: none;
cursor: pointer !important;
}
.card-about-header{
border: none;
background-color: #333333;
}
.title_about{
background-color: #fafafa !important;
padding: 1rem 3rem;
border-bottom: 2px solid rgb(255 118 0 / 30%);
}
.title_about h4{
text-align: right;
font-size: 28px;
color: #333333;
font-weight: 500;
margin: 0;
}
.title_about span{
font-size: 18px;
color: #0c0c0c;
font-weight: 500;
}
.container_about .content_about{
    text-align: justify;
    font-size: 16px !important;
    color: #333333;
    font-weight: 500;
    line-height: 2.2rem;
    padding: 0;
}
.container_about .content_about h2{
    font-size: 20px;
}
.card-about{
    text-align: center;
}
.card-about .title_about_us h3{
    color: #333;
    font-size: 14px;
    font-weight: 900;
}
.card-about .title_about_us h2{
    font-size: 2.2rem;
    color:#333333;
    display: inline-block;
}
.card-about .title_about_us h2 span{
    font-size: 2.2rem;
    color: #202020 !important;
    display: inline-block;
}
.btn-about{
border: 0;
float: left;
background-color: #333333;
color: #FFFFFF;
border-radius: 7px;
font-size: 22px;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-product{
    float: left;
    background-color: #333333;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 15px;
    border:2px solid  #333333;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: none;
    outline: none !important;
}
.btn-product:hover{
    background-color: #fff;
    color: #333333;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-product i{
    vertical-align: middle;
}
.btn-about:hover{
color: #ededed;
background-color: #333333;
}
.card-questions{
    padding: 2rem 1rem;
}
.card-questions .title_about_us h3 , .card-questions .title_about_us h2 , .card-questions .title_about_us  {
    text-align: center !important;
}
.card-questions .image_question{
    margin-left: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-right: auto;
}
.card-questions #accordion .card-header{
    background: #f8f5f0;
    border: none;
    border-radius: 6px;
    color: #5f5f5f;
}
.card-questions #accordion .card{
    border:0;
    margin-bottom: 5px;
}
.card-questions #accordion .card-header h5 button{
    color: #333;
    font-weight: 500;
    text-decoration: none;
    white-space: inherit !important;
    padding-left: 5px;
    margin-left: 1rem;
}
.card-questions #accordion .card-header{
    text-align: right;
}
.card-questions #accordion  .card-body{
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 2.2em;
}
.card-questions #accordion .card-header h5 button:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding: 20px 23px;
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    color: #fff;
    border-radius: 5px;

}
.card-questions #accordion .card-header:before
    /* card img hover */
.hm-black-strong{
    position: relative;
}

.hm-black-strong img {
    width: 100%;
    vertical-align: top;
}
.hm-black-strong:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after  , .card-blog:hover .hm-black-strong:after , .hm-black-strong:hover:after {
    opacity: 1;
    transition:0.7s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 1070px){

    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 1069px) and (min-width: 993px){
    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 992px) and (min-width: 992px){
    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 991px) and (min-width: 945px){
    .paralsec1 {
        margin-top: -2.5% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}
@media (max-width: 944px) and (min-width: 768px){
    .paralsec1 {
        margin-top: -3.1% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}

@media (max-width: 767px){
    .div_about_text {
        /* margin-top: -5rem; */
        margin-right: 0;
    }
    .container_about .content_about{
        padding: 0;
    }
    .container_about .content_about {
        padding: 0;
    }
}
@media (max-width: 479px){
    .card-questions #accordion .card-header {
        padding-left: 0;
        padding-right: 0;
    }
    .card-questions #accordion .card-header h5 button {
        font-size: 15px;
        text-align: right;
    }
    .card-questions #accordion .card-header h5 button:before {
        padding: 20px 17px
    }
    .container_about .content_about {
        font-size: 13px !important;
        line-height: 1.7rem;
    }
    .container_about .card-body{
        padding: 1rem 0;
    }
    .card-about .title_about_us h2 , .card-about .title_about_us h2 span{
        font-size: 1.7rem;
    }
    .container_about {
        padding: 3rem 1rem 4rem 1rem;
    }

}
@media (max-width: 370px){
    .div_about_text {
        margin-top: -3rem;
        margin-right: 0;
    }

}
@media (min-width: 1880px){
    .card-about-header{
        padding: 0.6rem;
    }
}
@media (max-width: 1879px) and (min-width: 1828px){
    .card-about-header{
        padding: 0.55rem;
    }
}
@media (max-width: 1827px) and (min-width: 1800px){
    .card-about-header{
        padding: 0.54rem;
    }
}
@media (max-width: 1799px) and (min-width: 1765px){
    .card-about-header{
        padding: 0.53rem;
    }
}
@media (max-width: 1764px) and (min-width: 1725px){
    .card-about-header{
        padding: 0.5rem;
    }
}
@media (max-width: 1724px) and (min-width: 1680px){
    .card-about-header{
        padding: 0.46rem;
    }
}
@media (max-width: 1679px) and (min-width: 1600px){
    .card-about-header{
        padding: 0.42rem;
    }
}
@media (max-width: 1599px) and (min-width: 1500px){
    .card-about-header{
        padding: 0.35rem;
    }
}
@media (max-width: 1499px) and (min-width: 1430px){
    .card-about-header{
        padding: 0.3rem;
    }
}
@media (max-width: 1429px) and (min-width: 1390px){
    .card-about-header{
        padding: 0.27rem;
    }
}
@media (max-width: 1389px) and (min-width: 1350px){
    .card-about-header{
        padding: 0.24rem;
    }
}
@media (max-width: 1349px) and (min-width: 1285px){
    .card-about-header{
        padding: 0.2rem;
    }
}
@media (max-width: 1284px) and (min-width: 1220px){
    .card-about-header{
        padding: 0.15rem;
    }
}
@media (max-width: 1219px) and (min-width: 1050px){
    .card-about-header{
        padding: 0.05rem;
    }
}

/***********************************************  services index *******************************************/

/*  parallax */
.mb_parallax_overlay {
    padding: 6rem 0 0 0;
    z-index: 1;
    position: relative;
}
.form_dl_video{
    /* background-image: url(../images/newsletter_bg.jpg); */
    background-position: center;
    background-size: cover;
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1px;
}
.form_dl_video h3{
    color:#ffffff;
    margin-bottom: 2rem;
}
.mb_parallax_overlay h2{
    color: #ffffff;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.paralsec1 {
    margin-top: -2%;
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    cursor: pointer;

}
.paralsec2 {
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;

}
.paralsec1:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.col-service , .row-services{
    margin: 0 !important;

}
.div_play_video a{
    background: #333333;
    color: #fff !important;
    padding: 1rem 2rem;
    font-size: 2rem;
    border-radius: 15px;
}
.div_play_video a i{
  vertical-align: middle;
}
.title_banner{
    margin-top: 3rem;
}
.title_banner h3{
    font-size: 14px;
    color:#fff;
}
.title_banner h2{
    font-size: 2rem;
    color:#ffffff;
}
.title_banner h2 span{
    color:#fff !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;
        border-left: 2px solid #333333;
    }
    .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;
        padding-right: 2rem;
    }
    .div_services  .col-service:nth-child(2n+1) .div_icon_service{
        border-left: 2px solid #333333;
    }
}
@media (max-width: 656px) {
    .paralsec2 {
        margin-bottom: 0;
    }
    .mb_parallax_overlay {
        padding: 3rem 0 0 0;
    }
    .form_dl_video{
        margin-top: 2rem;
        padding: 2rem 5px;
    }
    .title_banner h2 {
        font-size: 1.5rem;
        padding: 0 5px;
    }
    .form_dl_video h3 {
        font-size: 1.5rem;
    }
 }
.div_icon_service i{
    color: #ffd0bf;
    font-size: 75px;
}
.div_text_service h5{
    color: #ffd0bf;
    font-size: 25px;

}
.div_text_service p{
    color: #ffdbd6;
    padding-bottom: 3rem;
    font-size: 19px;
}
.col-service:hover .services_icon , .col-service:hover .services_title{
    color:#333333 ;
}


/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style{
    cursor: default;
}
.titles_style h1{
    margin: 0;
}
.titles_style h4 , .titles_style h2 , .titles_style h1{
    font-size: 26px;
    font-weight: 500;
    color: #2a2a2a;
}
.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: 3.5rem;
}
.container-text-cats{
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
.col-stations{
    margin-bottom:2rem;
}
.card-stations{
    border: 0;
}
.card-stations{
    margin-bottom: 2rem;
    text-align: center;
}
.card-stations .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, hsl(5.81deg 27.93% 78.24% / 43%) 40%, #a3bcbab3);
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    transition: all .4s ease-in-out;
    opacity: 1;
    border-radius: 10px 10px 10px 10px;
}
.card-stations h3{
    margin-top: 1rem;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.img-station{
    border: 0;
    border-radius: 10px;
}
.card-stations img{
    height:320px;
}

.img-station , .img-station2 , .img-pages {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.img-station img {
    object-fit: cover;
    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-station:hover .img-station img  , .card-stations:hover .overlay {
    opacity: 0;
    transition: all .4s ease-out;
}
.img-station:hover .img-station img  , .card-stations:hover h3 {
    display: none;
}
.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 .img-station img, .card-stations:hover .img-station img {
    opacity: 1;
    filter: brightness(40%);
    transition: .5s ease;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.img-station:hover .middle  , .card-stations:hover .middle {
    opacity: 1;
}
.img-station .middle i{
    font-size: 40px;
    color: #fff;
}
.img-station .middle p{
    font-size: 19px;
    color: #fff;
    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 blog in index *******************************************/
.div-blog{
    margin-top: 1rem;
}
.col-blog{
    margin-bottom: 7px;
}
.card-blog{
    border: 1px solid #909090 !important;
}
.col-blog img{
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    padding: 0;
}
.col-blog img:hover{
    opacity: 0.8;
    border: 1px solid #2e2e2e;
}
.card-blog:hover .title_blog{
    color: #7B9A71;
}
.title_blog{
    color: #7B9A71;
    font-size: 18px;
    text-align: center;
    padding-top: 1rem;
    height: 60px;
    line-height: 1.5rem;
}
.text_blog{
    height: 45px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}
.col-blog span{
    text-align: right;
}
.col-blog span:hover{
    color: #7B9A71;
}
.col-blog span , .col-blog i {
    color: #7B9A71;
    font-size: 12px;
    font-weight: bold;
}
.col-blog i {
    vertical-align: middle;
    padding-right: 2px;
}

@media (min-width: 1300px) {
    .title_blog{
        height: 60px;
    }
    .text_blog{
        height: 45px;
    }
}
@media (max-width: 1299px) and (min-width: 1050px){

    .title_blog{
        height: 78px;
    }
    .text_blog{
        height: 58px;
    }
}
@media (max-width: 1049px) and (min-width: 992px){

    .title_blog{
        height: 85px;
    }
    .text_blog{
        height: 75px;
    }
}
@media (max-width: 991px) and (min-width: 360px){
    .title_blog{
        height: 60px;
    }
    .text_blog{
        height:40px;
    }
}
@media (max-width: 359px){
    .title_blog{
        height:75px;
    }
    .text_blog{
        height:55px;
    }
}
@media (min-width: 1700px) {
    .col-blog img{
        height: 280px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 250px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 185px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 140px;
    }
}
@media (max-width: 991px) and (min-width: 750px){
    .col-blog img{
        height: 230px;
    }
}
@media (max-width: 749px) and (min-width: 657px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 656px) and (min-width: 505px){
    .col-blog{
        margin: 0.5rem 5rem;
    }
    .col-blog img{
        height: 310px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 240px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 180px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height: 160px;
    }
}
.div-blog{
    margin-top: 1rem;
}
.card_product_info  .card-date-title , .card_product_info  .card-date{
    font-size: 13px;
    color: #d7bbb8;
    font-weight: 400;
    position: relative;
    top: 8px;
}
.card-body-style-index h4{
    font-size: 18px;
    height: 25px;
    line-height: 1.7rem;
    color: #95bcbb;;
}
.card-body-style-index p{
    font-weight: 500;
    color: #484747;
    font-size: 14px;
    line-height: 2.2em;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.col-blog-index{
    margin-bottom: 2rem;
    border-radius: 3px;
    box-shadow:0 1px 4px 1px rgb(0 0 0 / 5%);
}
.col-blog-index:hover{
    box-shadow:0 1px 4px 1px rgb(0 0 0 / 10%);
}
.col-blog-index img{
    height: 300px;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
}
.col-blog{
    margin-bottom: 7px;
}
.card-blog{
    border: 1px solid #909090 !important;
}
.col-blog img{
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    padding: 0;
    object-fit: cover;
}
.col-blog img:hover{
    opacity: 0.8;
    border: 1px solid #2e2e2e;
}
.col-blog .card {
    border: none!important;
}

.title_blog{
    color: #1a1a1a;
    font-size: 18px;
    text-align: center;
    padding-top: 1rem;
    height: 60px;
    line-height: 1.5rem;
}
.text_blog{
    height: 45px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}
.col-blog span{
    text-align: right;
}
.col-blog i {
    vertical-align: middle;
    padding-right: 2px;
}

@media (min-width: 1300px) {
    .title_blog{
        height: 60px;
    }
    .text_blog{
        height: 45px;
    }
}
@media (max-width: 1299px) and (min-width: 1200px){
    .col-blog-index img{
        height: 270px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog-index img{
        height: 250px;
    }
    .card-body-style-index h4{
        height: 45px;
    }
    .card-body-style-index p{
        height: 90px;
    }

}
@media (max-width: 1299px) and (min-width: 1050px){
    .title_blog{
        height: 78px;
    }
    .text_blog{
        height: 58px;
    }
}
@media (max-width: 1049px) and (min-width: 992px){
    .title_blog{
        height: 85px;
    }
    .text_blog{
        height: 75px;
    }
}
@media (max-width: 991px) and (min-width: 360px){
    .title_blog{
        height: 60px;
    }
    .text_blog{
        height:40px;
    }

}
@media (max-width: 991px) and (min-width: 768px){
    .col-blog-index img{
        height: 200px;
    }
    .card-body-style-index h4{
        height: 50px;
        font-size: 16px;
    }
    .card-body-style-index p{
        height: 120px;
        font-size: 13px;
    }
}
@media (max-width: 656px) and (min-width: 400px){
    .col-blog-index img{
        height: 300px;
    }
    .card-body-style-index h4{
        height: 30px;
        font-size: 16px;
    }
    .card-body-style-index p{
        height: 50px;
        font-size: 13px;
    }
}
@media (max-width: 399px){
    .col-blog-index img{
        height: 250px;
    }
    .card-body-style-index h4{
        height: 30px;
        font-size: 16px;
    }
    .card-body-style-index p{
        /* height: 70px; */
        font-size: 13px;
    }
}
@media (max-width: 359px){
    .title_blog{
        height:75px;
    }
    .text_blog{
        height:55px;
    }
}
@media (min-width: 1700px) {
    .col-blog img{
        height: 280px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 250px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 185px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 140px;
    }
}
@media (max-width: 991px) and (min-width: 750px){
    .col-blog img{
        height: 230px;
    }
}
@media (max-width: 749px) and (min-width: 657px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 656px) and (min-width: 505px){
    .col-blog{
        margin: 0.5rem 5rem;
    }
    .col-blog img{
        height: 310px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 240px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 180px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height: 160px;
    }
}
.btn-blog{
    outline: none !important;
    box-shadow: none !important;
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    border-radius: 6px;
    border: 0;
    padding: 1rem 3rem;
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    /* background-image: -webkit-linear-gradient(to right, #ff7f01 0%, #ff0501 50%, #ff7f01 100%);
    background-image: -ms-linear-gradient(to right, #ff7f01 0%, #ff0501 50%, #ff7f01 100%); */
    background-size: 200% auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.btn-blog:hover{
    background: linear-gradient(160deg, rgba(141, 188, 187, 1) 25%, rgba(215, 187, 184, 1) 100%);
}
.btn-more{
    text-align: center;
    /* border: 2px solid #333333; */
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding: 0.5rem 2rem;
    transition: .5s;
    border: none;
}
.btn-more:hover{
    background: linear-gradient(160deg, rgba(141, 188, 187, 1) 25%, rgba(215, 187, 184, 1) 100%);
    color: #fff;
    /* box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1); */
}
/*********************************************** footer *******************************************/
.footer{
    width: 100%;
    background-color: #f8f5f0;
    cursor: default;
    background-size: cover;
}
.logo_footer{
    padding: 0 5rem;
}
.logo_footer img{
    width: 130px;
    margin-top: 0.7rem;
}

.run-in{
    font-size: 20px;
    display: inline;
    font-weight: 500;
    color: #333;
    line-height: 2.5rem;
}
.footer_ul_amrc li span , .footer_ul_amrc li i{
    color: #333;
    font-size:14px !important;
    font-weight: 400;
}
.footer_ul_amrc li i{
    font-weight: bold;
}
.logo_footer p{
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
}
.footer h5  {
    text-align:right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom:0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer ul li a{
    font-size:15px;
    color: #FFFFFF;
}
.footer ul li a:hover {
    color: #2c2c2c;

}

.headin5_amrc img{
    width: 100px;
    margin-top: 0.7rem;
}
.footer_contact{
    margin-top: 0;
    padding: 0 3rem;
}
.footer_contact ul{
    padding-right: 0;
    text-align: right;
}
.footer_contact ul li{
    list-style-type:none;
    text-align: right;
    font-size:15px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 2rem;
}
.footer_contact ul li a span:hover{
    color: #000 !important;
}
.footer_ul_amrc{
    margin-bottom: 1rem !important;
}


.social-div img{
    border-radius: 4px;
}
.social_header_ul{
    color: #d5d5d5;
    display: inline-flex;
    list-style-type:none;
    padding: 0;
    margin: 0;
}
.social_header_ul li{
    margin-right: 1rem;
}
.social_footer_ul {
    color: #fff;
    display:table;
    margin:15px auto 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i {
    font-size: 27px;
    color: #413f3f;
}
.social_footer_ul i {
    font-size: 27px;
    color: #413f3f;
}

.social_footer_ul .icon-telegram{
    color:#26a5e4 !important;
}
.social_footer_ul .icon-instagram{
    color:#a20f90 !important;
}
.social_footer_ul .fa-whatsapp{
    color:#4bc55a !important;
}
.social_footer_ul li {
    padding-left:0.6rem;
    padding-top:2px;
    float:left;
    cursor: pointer;
}
.social_footer_ul li a {
    color: #2346ca;
}
.footer p {
    margin: 0;
    text-align: justify;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.image_enamad{
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}
@media (max-width: 1245px) and (min-width:992px ) {
    .footer_contact{
        padding: 0.5rem 1rem 0 1rem;
    }
    .logo_footer{
        padding: 0 1rem;
    }


}
@media (max-width: 991px) and (min-width: 657px) {
    .footer_contact {
        padding: 0;
    }

    .logo_footer {
        padding: 0 1rem;
    }
}
@media (max-width: 656px)  {

    .footer_contact {
        padding: 0;
        padding-bottom: 5px;
        margin-top: 1rem;
    }

    .logo_footer {
        padding: 0 1rem;
    }

}
.links-div{
    margin-top: 3rem;
    padding: 0;
}
.links-div h6{
    color:#333;
    text-align: right;
}
@media (max-width: 991px)  {

    .footer p {
        margin: 3px 0 3px 0;
        text-align: center !important;
    }
    .links-div h6 {
        text-align: center !important;
    }
    .line_bottom_blog{
        margin-right: auto !important;
    }
    .links-div-menu{
        -webkit-box-ordinal-group:3 !important;
        -ms-flex-order: 3 !important;
        order: 2 !important;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .footer_ul_amrc li, .footer_ul_amrc2 li {
        margin: 0 !important;
    }
    .footer_ul_amrc {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .image_enamad {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .links-div{
        margin-top: 0.5rem;
    }
    .col-border{
        border-right: 0;
    }
    .logo_footer , .headin5_amrc , .col-border h5 , .col-border ul li , .footer_contact h5 , .footer_contact ul , .footer h5  , .footer ul li ,  .social_footer_ul{
        text-align: center !important;
    }
    .footer_contact {
        margin-top: 0;
    }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}
.pt2 {
    margin-top:25px ;
}

.mb10 {
    padding-bottom:15px ;
}
.col_white_amrc ul{
    padding: 0;
}
.footer_ul_amrc {
    padding:0;

}
.footer_ul_amrc2{
    padding:1rem 0 0 0;
}

.footer_ul_amrc{
    margin-top: 0 !important;

}
.footer_ul_amrc li , .footer_ul_amrc2 li{
    margin: 0;
    text-align: right;
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer_ul_amrc li{
    padding:0 0 0.6rem 0;

}
.footer_ul_amrc2 li{
    padding:0 0 1rem 0;

}
.footer_ul_amrc li  a , .footer_ul_amrc2 li a{
    font-weight: 400;
    margin-top: 1rem;
    color: #333 !important;
    font-size: 14px !important;
}
.footer_ul_amrc li a:hover , .footer_ul_amrc2 li a:hover{
    color: #333333 !important;
    text-decoration:none;
    transition: 0.3s;
}

.footer_ul_amrc2 img{
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc2 img:hover{
    opacity: 0.8;

}
.line_bottom_blog{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    border-width: 2px;
    border-color: #333333;
}


.footer_bottom{
    background-color: #fff !important;
    padding-top: 0.5rem;
    border-top: 1px solid #dedede;
}
.footer_bottom p{
    font-weight: 400 !important;
    color: #535353 !important;;
    font-size: 12px;
}
.copy_right p{
    color: #e1e1e1;
    font-size: 12px;
}
.fartak .fartaak{
    color: #878787;
    font-weight: 600!important;
    font-size: 12px;
}
.fartak .almas{
    color: #878787;
    font-weight: 600!important;
    font-size: 12px;
}
.fartak .fartaak:hover{
    color: #9900cc;
}
.fartak .almas:hover{
    color: #4a64e6;
}
.fartak p{
    color: #e1e1e1;
}


@media (max-width: 656px) and (min-width: 387px){
    .line_footer{
        display: block;
    }

}
@media (max-width: 386px){
    .line_footer{
        display: block;
    }

}
@media (max-width: 767px){
    .footer_bottom{
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 1.5rem;
    }
    .links-div {
        margin-top: 2rem;
    }
     .links-div-menu {
        margin-bottom: 2rem;
    }
    .image_enamad {
        margin-bottom: 1rem;
    }

}
@media (max-width: 656px){
    .footer_contact {
        margin-top: 1rem;
    }
}
@media (max-width: 399px){
    .social_header_ul li {
        margin-right: 0 !important;
        margin-left: 10px;
    }
    .footer_title {
        font-size: 14px;
    }
}
@media (max-width: 656px) and (min-width: 468px) {
    .line_footer{
        margin-right: 5rem;
    }
}
@media (max-width: 467px) and (min-width: 385px) {
    .line_footer{
        margin-right: 4rem;
    }
}
@media (max-width: 384px) {
    .line_footer{
        margin-right: 3rem;
    }
}
@media (max-width: 506px) {
    .social-div {
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .footer_contact , .social_footer_ul , .footer_ul_amrc  {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .social_footer_ul li{
        padding-bottom: 15px;
    }

}

@media (max-width:1199px) and (min-width: 500px) {
    .footer_ul_amrc2 img{
        width: 140px;
        margin-top: 1rem;
    }

}
@media (max-width:991px) and (min-width: 768px) {
    .social-div{
        margin-top:2rem;

    }

}

@media (max-width:379px){
    .headin5_amrc img {
        width: 30%;
    }
}

@media (max-width:767px){


    .footer_ul_amrc li a{
        text-align: center !important;

    }

}
@media (max-width:480px){
    .footer_ul_amrc2 img {
        width: 100px;
    }
}
#to_top {
    right: auto !important;
    left: 30px;
}
#whatsup_bottom{
    left: auto !important;
    right: 30px;
}
#to_top , #whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}
#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
}
#whatsup_bottom {
    height: 54px;
    width: 54px;
}
#whatsup_bottom img:hover{
    filter: brightness(70%);
}
#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f078";
    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);
}

/* ********************************* list  page ******************************** */
/* breadcrump */
.container-bread span a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.container-bread span{
    cursor: default;
    color: #dddddd;
    font-size: 15px;
    font-weight: 400;
}
.container-bread span a:hover{
    color:#333333;
}
@media (max-width:449px){
    .container-bread{
        margin-top: 8rem;
    }
    .container-bread2{
        margin-top: 1rem;
    }
    .container-bread span a ,  .container-bread span{
        font-size: 14px;
    }
}
@media (min-width:450px){
    .container-bread{
        margin-top: 7px;
    }
    .container-bread2{
        margin-top: 4.5rem;
    }
}
.bread-custom {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    direction: rtl !important;
    font-size: 16px;
}
.bread-custom li{
    float: right;
}
.bread-custom li a {
    color: #a8a8a8 !important;
    font-weight: 400;
}
.bread-custom li a:hover {
    color: #818181 !important;
    font-weight: 400;
}
.bread-custom .active{
    cursor: default !important;
    color: #5c5c5c;
    font-weight: 400;
}

.carousel-list img{
    height: 400px;
    object-fit:cover;
}
.caption_contact{
    text-align: right;
    right:0;
    left: 0;
    bottom: 0;
    padding: 0;
}
.carousel-single img{
    max-height: 800px;

}
.div-list-blog{
    margin-top: 1.65rem;
}

.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: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;
    }
    .div-sidebar{
        padding: 0;
    }

}
@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;
    }
    .div-sidebar{
        padding: 0;
    }
}


.div-list-doctors .col-doctors{
    margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
    .div-list-doctors img{
        height: 180px !important;
    }
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 799px) and (min-width: 768px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 330px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 1100px) and (min-width: 992px) {
    .div-list-doctors img{
        height: 160px !important;
    }
}
@media (max-width: 656px) and (min-width: 530px) {
    .div-list-doctors img{
        height: 280px !important;
    }
}
@media (max-width: 480px) and (min-width: 400px) {
    .div-list-doctors img{
        height: 220px !important;
    }
}
@media (max-width: 380px) {
    .div-list-doctors img{
        height: 170px !important;
    }
}
/* sidebar */
@media (min-width: 768px)  {
    .div-sidebar{
        margin-top: 3.9rem;
    }
}



@media (max-width: 920px) and (min-width: 768px) {
    .div-list-blog img{
        height: 180px !important;
    }
}


/* search */
.search-blog button{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;
    padding: 0.5rem;

}
.search-station{
    margin: 1rem 0;
}
.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;
    box-shadow: none !important;
    outline: none !important;

}
.search-blog input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 0.5rem;

}
.search-station input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 1rem;

}
.search-blog i{
    font-size: 25px;
    color: #333333 !important;
    vertical-align: middle;
}
.search-blog button:hover .icon-search{
    color: #383838 !important;
}
.search-blog{
    margin-bottom: 5px
}
.btn-search i{
    cursor: pointer !important;
}
/* categories */
.cats_blog ,  .most_popular {
    margin-bottom: 1.8rem;
    text-align: right;
    background-color: #fff;
    margin-top: 0;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.sidebar_station{
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.popular_txt{
    padding-right: 3px;
}
.cats_blog i ,  .most_popular i {
    vertical-align: bottom;
    padding-left: 5px;
    cursor: default;
    font-size: 18px;
    color: #333333 !important;
    font-weight: 500;
}
.sidebar_station i{
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    color: #333333 !important;
    font-weight: 500;
    vertical-align: middle;
}
.sidebar_station .icon-title-search{
    color: #292929 !important;
    font-size: 18px !important;
}
.cats_blog i:hover ,  .most_popular i:hover , .sidebar_station i:hover{
    color: #000 !important;
}
.cats_blog p , .most_popular p , .sidebar_station p{
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}
.popular_txt p{
    padding: 0.5rem 0 0 0!important;
}


.popular_txt p del{
    font-size: 13px;
    color: #888888;
}
.cats_blog ul ,  .most_popular ul{
    padding-right: 0 !important;
}
.cats_blog ul li:last-child , .most_popular ul li:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.cats_blog ul li , .most_popular ul li{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;

}
.cats_blog ul li img{
    width: 40px;
    height: 30px;
    padding:0;
}
.most_popular ul li img{
    width: 60px;
    padding:0;
    height: 50px;
}

.cats_blog ul li img:hover , .cats_blog ul li:hover .img_cats ,
.most_popular ul li img:hover , .most_popular ul li:hover .img_cats{
    filter: brightness(80%);
}
.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}
.most_popular ul li a{
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.cats_blog ul li a:hover , .cats_blog ul li a:focus , .cats_blog ul li:hover .link_cats ,
.most_popular ul li a:hover , .most_popular ul li a:focus , .most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px){
    .cats_blog ul li a {
        font-size: 13px;
    }
    .most_popular ul li a{
        font-size: 13px;
    }
    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px){
    .most_popular ul li a {
        font-size: 13px;
    }
    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 850px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 70px;
        height: 30px;
    }
}
@media (max-width: 849px) and (min-width: 768px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 120px;
        height: 25px;
    }
}
@media (max-width: 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;
}
.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
{
    border: 1px solid #333333;
    color:  #FFFFFF;
    background-color:#333333;
}

.custom-pagination a:hover
{
    background-color:#333333;
    border: 1px solid #333333;
    color:  #fff;
}


/* ********************************* single ******************************** */
/* image single */
.box8{
    cursor: pointer;
}
.box8 .icon,.box8 .title{
    margin:0 !important;
    position:absolute!important;
}
.box8{
    position:relative;
}
.box8 img{
    margin-bottom: 0 !important;
    width:100%;
}
.box8 .title , .cat_box8 .title{
    background:#333333 !important;
    font-size:14px !important;
    color:#fff !important;;
}

.box8 .title:hover , .cat_box8 .title:hover{
    background: #333333 !important;;
    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-bottom: 2rem;
    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) {
    .doctor_info {
        text-align: center;
    }
}
.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;
        margin: 1rem 0;
    }
}
.slick-next {
    background-color: #a1bcba;
    border-radius: 2px;
    top: -20px!important;
    left: 20px!important;
}
.slick-next:hover {
    background-color: #6f8584;
}
.slick-next:focus {
    background-color: #6f8584!important;
    color: white!important;
}
.slick-prev {
    background-color: #d7bbb8;
    border-radius: 2px;
    right: auto!important;
    top: -20px!important;
    left: 50px!important;
}
.slick-prev:hover {
    background-color: #92817e;
}
.slick-prev:before{
    content: "\e906" !important;
}
.slick-next:before {
    content: "\e907" !important;
} 
.slick-prev:focus {
    background-color: #92817e!important;
    color: white!important;
}
.slick-prev:before, .slick-next:before {
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px !important;
    color: #fff !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    /* background: #7B9A71; */
    padding: 3px;
}

.container_gallery img{
    margin-bottom: 0 !important;
}
.container_gallery .slider-nav .slick-slide{
   padding: 5px  !important;
}
.rel_title p{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}
.card_header_style{
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1{
    font-size: 25px !important;
    color: #3f3e3e !important;
    line-height: 3rem !important;
    font-weight: 500;
}
@media (max-width: 500px) {
    .single-content h1{
        font-size: 22px !important;
    }
    .single-content h2 {
        font-size: 20px !important;
    }
    .single-content h3 {
        font-size: 18px !important;
    }
    .single-content h4 {
        font-size: 17px !important;
    }
    .single-content p {
        font-size: 15px !important;
    }
}
/* single social */
.div-social p , .div-social{
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.share-social i , .share-social2 i{
    color:#91bcbb;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding:0 !important;
    margin: 0 !important;
}

.share-social a , .share-social2 a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.share-social a {
    padding: 5px 10px !important;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social a:hover ,  .share-social2 a:hover{
    box-shadow: 0 2px 3px 1px rgba(141, 188, 187, 1);
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    color: #fff;
    border-color: transparent;
}
.share-social a:hover i , .share-social2 a:hover i {
    color: #FFFFFF;
}
/* single content */
.single-content{
    text-align: right;
}
.container-single{
    margin-top: 3rem;
}
.post_top blockquote{
    text-align: right;
}
.single-content img{
    margin-bottom: 2rem;
}
.single-content p , .single-content{
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    text-align: justify;
}

.single-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #242424;
    padding-top: 0.5rem;
}
.single-content h3 {
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
}
.single-content h4 {
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}
.single-content h5 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content a{
    color: #323232;
    font-weight:500;
}
.single-content a:hover{
    color: #333333;
}

.single-content img{
    max-width: 100%;
    height: auto;
    cursor: pointer !important;
    border-radius: 5px;
}
.single-content img:hover{
    opacity: 0.8 !important;
}
.slick-dots li button:before {
    font-size: 30px !important;
}
.img-doctor img{
    max-height: 450px;
}
.img-blog img{
    max-height: 600px;
}
/* single post */
.single-post-info{
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}
.single-post-info span , .single-post-info a{
    color: #9c9c9c;
    padding-bottom: 10px;
}
.single-post-info a:hover{
    color:#333333;
}
.single-post-info i{
    color: #6a6a6a;
    cursor: default;
}
.single-post-info span{
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}
.single_info_icon {
    padding-top: 0;
}
.single_info_icon{
    padding-left: 3px;
}
.card-tags{
    text-align: right !important;
    margin-bottom: 1rem;
}
.card-tags i{
    padding-left: 5px;
    color: #95bcbb;;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.card-tags a:hover{
    color: #333333;
    border-color: transparent;
}
.card-tags-btn a{
    line-height: 2rem;
    background-color: #d1d1d1;
    color: #575757;
    padding: 0 1rem;
}
.card-tags-btn a:hover{
    background-color: #333333;
    color: #fff;
}
.tags_div{
    text-align: center;
}
.price_product{
    font-weight: 500;
    font-size: 17px;
    color: green;
}
.product_info_value{
    float: left;
    text-align: left;
}
.card_product_info{
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
}
.product_info_key{
    text-align: right;
    float: right;
}
.btn-call a{
    outline: none !important;
    box-shadow: none !important;
}
.btn-call{
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    margin: 10px 0;
    padding: 10px 1rem 5px 1rem;
    outline: none !important;
    border: none !important;
}
.btn-call:hover{
    background-color:#fff;
    box-shadow: 0 2px 3px 1px rgba(141, 188, 187, 1);
}
.btn-call a{
    font-size: 17px;
    color: #fff;

}
@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: #3f3e3e !important;
    margin: 0;
}
.post-rel i{
    padding-left: 2px;
    vertical-align:text-top ;
}
.post-rel-list  i{
    vertical-align: middle;
    color: #333333;
}
.post-rel-list span a{
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}
.post-rel-list span a:hover{
    color: #333333;
}
/* 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:#333333 !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    color:#333333 !important;
    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;
}
.logged-in-as a:hover {
    color:#333333 !important;
}
.comment-reply-title:before{
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    color:#333333 !important;
    font-size: 18px;
    vertical-align: middle;
}
.comment-form-cookies-consent{
    display: none;
}
.row_input_comment{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

.comment-reply-title a{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}
#cancel-comment-reply-link{
    color: #333333 !important;
    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;
    background:#333333;
    color: #ffffff;
    border: 2px solid #333333;
}
.btn_comment:hover{
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    background: #fff;
    transition: 0.3s;
    color: #333333;
}
.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: 4rem;
}
.contact_content h2{
    line-height: 2.5rem;
    font-size: 22px;
}
.contact_content p , .contact_content {
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;

}
.contact_content{
    margin-bottom: 3rem;
}
.contact_content a{
    color: #282828;
}
.single-content2 a:hover{
    color:  #333333;
}
.post_info i{
    padding-left: 5px;
    color:  #93bcbb;
    font-size: 30px;
    vertical-align:middle;
}
.post_info p , .post_info a{
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}

.post_info a:hover{
    color:#333333 !important;
}

.post_info span{
    font-size: 18px;
    font-weight: bold;
}
.div-contact{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.div-contact img{
    object-fit:cover;
}
.hover_contact_item:hover .contact_icon{
    color: #333333;
}
.hover_contact_item:hover .contact_info{
    color: #333333 !important;
}
@media (max-width: 1350px) {
    .post_info p , .post_info a{
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact-style p{
        padding: 0 !important;
    }
}
@media (max-width: 656px) {
    .contact_content {
        padding: 2rem 1rem !important;
    }
}
@media (max-width: 380px) {
    .container_contact{
        padding: 5px !important;
    }
}

/* form contact */

.form-div input[type=text]:focus , .form-div input[type=email]:focus , .form-div textarea:focus , .comment-respond input:focus , .comment-respond textarea:focus {
    border-color: #333333;
}

.form-div input[type=text] , .form-div input[type=email]{
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 40px;
    text-align: right;
    border-radius: 5px;
}
.form-search input[type=text]:focus{
    border-color:rgba(0, 0, 0, 0.1);
}
.btn:focus , .input-group-btn:focus{
    outline: none !important;
}

.form-div button , .form-div input[type=submit]{
    background: linear-gradient(160deg, rgba(215, 187, 184, 1) 25%, rgba(141, 188, 187, 1) 100%);
    border: none;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    width: 130px;
}
.form-div button:hover , .form-div input[type=submit]:hover{
    box-shadow: 0 1px 4px 1px rgba(141, 188, 187, 1);
    background: #fff;
    color:#333333;

}

.form-div textarea{
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
.form-div button{
    border-radius: 5px;
    cursor: pointer;
    transition:0.6s ease-in-out;

}
.submit_contact button , .submit_contact input[type=submit]{
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #c31510 !important;
}

#form_contact label{
    width: 100%;
}
.form_contact h4{
    font-size: 17px !important;
    font-weight: bold;
    line-height: 2rem;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color:#c31510 !important;
}

.wpcf7-not-valid-tip{
    display:none !important;
}

/*  **************** 404 page **************************/
/* 404 page */
.slider-bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 152px;
    background-size: cover;
    z-index: 1;
}
@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }

}
@media (max-width: 767px) {
    .slider-bottom-bg {
        height: 70px;
    }
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }
    .container_contact .card-body{
        padding: 0 !important;
    }
}
.btn-404:hover{
    background-color:#333333;
    border-color: transparent !important;
}
.link-404{
    color: #333333;
}
.link-404{
    color: #333333;
}
.link-404:hover{
    color: #000000;
}
.error-template{
    margin-top: 2rem;
    text-align: center !important;
}
/* gallery style for ios */
.wp-block-gallery{
    margin-top: 2rem !important;
}
.social_contact_ul{
    margin-left: auto !important;
    margin-right: 1.5rem !important;
}
.social_contact_ul i{
    font-size: 2.5rem;
    color:#333333;
}

iframe{
    width: 100%;
}
@media (max-width: 991px) {
    iframe{
       height: auto !important;
        margin-bottom: 1rem !important;
    }
}

/* slider2 style */

.container_slider .carousel-caption {
    bottom: inherit !important;
    text-align: center !important;
    top: 40% !important;
    padding: 0 !important;
    cursor: default;
}
#slider2 .container_slider img {
    filter: brightness(0.6);
}
.container_slider h3 {
    line-height: 2.5rem;
    color: #ffffff !important;
}
#slider2 .carousel-indicators {
    display: none!important;
}
@media (max-width: 991px) and (min-width: 768px) {
   #slider2 .container_slider .carousel-item img {
        height: 450px;
    }
}
@media (max-width: 768px) {
    #slider2 .container_slider .carousel-item img {
         height: 300px;
     }
     #slider2 .container_slider h3 {
        font-size: 18px;
    }
 }

 /* -------------------------work-sample style -------------------------------*/
.work-sample {
    margin-top: 100px;
    margin-bottom: 100px;
}

.work-sample .carousel-inner {
    border-radius: 10px;
}
.container_slider .carousel-indicators {
    padding-right: 0px!important;
}
.container_slider .carousel-indicators li {
    height: 10px;
    width: 10px !important;
    border-radius: 50%;
}
.container_slider .carousel-indicators li {
    background-color: #9e9e9e;
}
.container_slider .carousel-indicators .active {
    background-color: white;
}

/* opacity background img carousel */
.item_img:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
}
/* 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: 800px){
    .container_slider .carousel-caption {
        top: 45% !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .container_slider  .carousel-item img{
        height: 266px;
    }
    .div_adv img{
        height: 120px;
    }
}
@media (max-width: 768px) {
    .container_slider  .carousel-item img{
        height: 250px;
    }
    .div_adv img{
        height: 120px;
    }
}

@media (max-width: 735px) {
    #banner video {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .card-about .title_about_us h2 span {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 992px) {
    .div_about_text {
        margin-right: 0px;
    }
}
@media (max-width: 479px) {
    .card-about .title_about_us h2, .card-about .title_about_us h2 span {
        font-size: 18px;
    }
}