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

/* 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 {
    box-shadow: none !important;
    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;
    }

}

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

}
h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 2em;
    color: #000;
}
h2, h3, h4, h5, h6, p {
    line-height: 1.7em;
    color: #000;
}
/* ******************************** header ************************************/
.navbar-brand {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
#header {
    width: 100%;
    /* position: absolute;
    z-index: 1000; */
}
#header .social_footer_ul i {
    color: white;
}
.header-address span {
    background-color: #ffffff42 !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    width: 30px;
    height: 30px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .header-address span {
        width: 33px;
    }
}
@media screen and (max-width: 450px) {
    .header-address span {
        width: 45px;
    }
}
@media screen and (max-width: 400px) {
    .header-address span {
        width: 45px;
    }
}
.header-address p {
    color: white;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* top menu */

.container_nav_logo {
    background-color: #ffffff00 !important;
}

/* btn profile */
.icon_profile {
    color: #525050;
    padding: 0.5rem;
    font-size: 15px !important;
    cursor: pointer !important;

}
#mainNav li:nth-child(1) {
    padding: 5px 8px 5px 15px;
    /* border-radius: 8px; */
}
#mainNav li:nth-child(4) {
    padding: 5px 8px 5px 15px;
    border-radius: 0 0 8px 8px;
}
#mainNav a {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}

#mainNav .power_link a:hover {
    color: #f10000 !important;
}

#mainNav span {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}
#mainNav i {
    background-color: #ffffff5e;
    margin-left: 1px;
    padding: 5px;
    position: relative;
    top: 2px;
    border-radius: 5px;
    color: #ffffff;
    left: 12px;
}
.social_footer_ul li a {
    background-color: #ffffff42 !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.link_profile a {
    box-shadow: none !important;
    font-size: 15px !important;
}
.link_profile {
    padding: 0;
}
.link_profile i {
    font-size: 15px !important;
}
.fixed-menu {
    background-color: #fff !important;
}
.navbar-sticky {
    background-color: #ffffff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn_register_job ul#mainNav {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    color: white;
    list-style-type: none;
}

.btn_register_job ul#mainNav>li {
    float: left;
    display: inline;
    position: relative;
    font-size: 16px;
    border: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 8px 20px;
    border-radius: 8px;

}

.btn_register_job ul#mainNav>li:hover {
    border: 0 !important;
}

#mainNav {
    cursor: pointer;
}
.btn_register_job ul#mainNav li ul {
    border-radius: 5px;
    z-index: 10000;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 38px;
    background-color: transparent;
    position: absolute;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 1s, 0s;
    transition-delay: 0s, .4s;
}
@media screen and (max-width: 1450px) {
    .btn_register_job ul#mainNav li ul {
        right: -55px;
    }
}
.btn_register_job ul#mainNav ul li {
    padding: 0.7rem 1.25rem;
    width: 180px;
    text-align: right;
    background-color: #f8f9fa !important;
    list-style: none;
    border: 0 !important;
    cursor: pointer;
}

.btn_register_job ul#mainNav ul li:hover {
    background-color: #e3e3e4 !important;
    color: white;
}

.phone_info ul {
    display: inline-flex;
}

/* logo nav */
.logo-img {
    padding: 0 !important;
    margin: 0 !important;
}

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

.logo_text .navbar-brand {
    white-space: inherit !important;
}

.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 span {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
}

.navbar-light {
    background-color: white;
    border-radius: 10px;
    align-items: center;
}


.logo_site {
    object-fit: cover;
    border-radius: 7px;
}
.search_top {
    display: flex;
    justify-content: end; 
    align-items: end;
}
/* top search */
.search_top input {
    width: 88% !important;
}
.navbar-toggler {
    outline: none !important;
}
.menu-search-icon {
    padding: 10px 10px 5px 10px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
}

.search_custom {
    border-radius: 8px !important;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    padding: 3px 8px;
    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: #e0e0e094;
    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;
}

/* main menu */
.nav_main {
    padding: 0 !important;
}

.nav_main li {
    border: 1px solid transparent;
    padding-left: 0.1rem;
}

.nav_main li a {
    padding: 1rem !important;
}

.mainmenu-area ul.navbar-nav li a {
    color: #3d3d3d !important;
    font-size: 14px;
    font-weight: 500;
}

.mainmenu-area .nav>li>a:focus {
    color: #FFF;
}
/* cart btn */
.shopping-item {
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    position: relative;
}

.shopping-item a {
    color: #434343;
    font-weight: 500;

}

.cart-amunt {
    white-space: pre;
    color: #747474;
    font-weight: 400;
    font-size: 14px;
}

.product-count {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.shopping-item i {
    font-size: 23px;
    color: #a2a2a2;
}

.shopping-item i.icon {
    margin-left: 15px;
}

.shopping-item:hover a {
    text-decoration: none
}

.shopping-item:hover .cart-amunt {
    color: #fff;
}

.div-top-menu ul {
    padding-right: 0;
    margin-bottom: 0;
}
.product-cat-subcategories ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.product-cat-subcategories ul li{
    background: #eef0f2!important;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 0 1rem;
    cursor: pointer;
    transition: .4s;
}
.product-cat-subcategories ul li a{
    font-weight: 500;
}
.product-cat-subcategories ul li:hover{
    background: #d2d5d8!important;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
}
.nav_main .show [data-toggle="dropdown"]:after {
    content: "\f077";
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    /* position: absolute; */
    width: 100%;
    z-index: 100;
}
header .menu-collapse .collapse-bg {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0px 0 rgba(0, 0, 0, .14), 0 2px 0 rgba(0, 0, 0, .05);
    /* margin-top: 50px; */
}
@media screen and (max-width: 440px) {
    /* header .menu-collapse .collapse-bg {
        margin-top: 51px;
    } */
    #mainNav span {
         display: none;
    }
    #mainNav i {
        margin-left: 0;
    }
    .btn_register_job ul#mainNav>li {
        padding: 4px 5px 5px 5px;
    }
    .gold-price{
        margin-right:auto !important;
    }
    .gold-price .price-content .price-title p {
        top:0 !important;
        font-size: 13px !important;
    }
    .price-number {
        font-size: 13px !important;
    }
}

header .menu-collapse .collapse-top-menu {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

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 {
    margin-left: 10px;
}
.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(+100%);
    padding: 15px 15px 0 15px;
}
.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;
    font-size: 14px;
    font-weight: 500;
}

header .menu-collapse .collapse-menu-container ul li a{
    list-style-type: none;
    display: flex;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 2em;
}

header .menu-collapse .collapse-menu-container ul li a {
    text-decoration: none;
    color: #012315;
    font-weight: 500;
    font-size: 16px;
}

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}

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;
    position: relative;
    display: block;
    top: 15px;
    left: 10px;
}
.show-menu {
    transform: translateX(0%);
}
.show-drop-menu {
    display: block!important;
}
.show-drop-menu {
    display: block!important;
}
.sub-menu-collapse li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    top: 13px;
    margin-left: 5px;
    display: block;
}
/* .sub-menu {
    display: none;
} */

@media screen and  (max-width: 992px){
    header .main-menu {
        display: none;
    }
    header .menu-collapse {
        display: block;
    }
}
header .has-children::after {
    margin-right: 10px;
    content: "\f0d7";
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #a9a9a9;
}
/* end collapse menu style */

@media (min-width: 992px) {
    /* فقط آیتم‌هایی که mega-menu نیستند */
    .nav_main .navbar-nav > li.nav-item:not(.mega-menu):hover > .dropdown-menu {
        display: block !important;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
        border: 0;
        padding: 0;
        text-align: justify;
    }

    /* زیرمنوی سطح دوم برای غیر mega-menu */
    .nav_main .navbar-nav > li.nav-item:not(.mega-menu):hover .dropdown-menu li:hover > .dropdown-menu {
        display: block !important;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
        border: 0;
        right: 10rem;
        top: 0;
        text-align: right;
        padding: 0;
    }
}
@media screen and (max-width: 992px) {
    header .main-menu {
        display: none;
    }
    header .menu-collapse {
        display: block;
    }
}

/*  */
.counseling_link li {
    list-style-type: none;
}
.counseling_link .counseling-icon {
    padding: 7px 7px 3px 7px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.counseling_link .counseling-icon i {
    font-size: 24px;
}
.counseling_link .counseling-content span {
    font-size: 14px;
    font-weight: 500;
    color: #2b0006;
}
.counseling_link .counseling-content a {
    font-size: 14px;
    font-weight: 500;
}

/****************mega-menu style********************************/
/* جهت راست به چپ */
  
  /* سطح اول منو */
  .sidenav ul > li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
  }
  
  .sidenav ul > li > a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding-bottom: 8px !important;
  }
  @media screen and (max-width: 1150px) {
    .sidenav ul > li {
        margin: 0px !important;
    }
    .main-menu .col-md-2 {
        padding: 0px !important;
    }
  }
  /* مگا منو مخفی به طور پیش‌فرض */
  .dropdown-hover {
    display: none;
    /* display: block; */
    width: 860px;
    position: absolute;
    top: 100%;
    right: 0;
    height: 310px;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
  }

  ul > li:hover .dropdown-hover {
    display: block;
  }
  
  /* ساختار داخل مگا منو */
  
  .dropdown-hover ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  
  .header-container {
    display: flex;
  }
  .header-container:hover {
    border-radius: 10px 0 0 10px;
  }
  .header-container h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
  }
 
  /* سطح دوم */

  .sub-menu li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }
  .sub-menu .sub-menu-level-2 {
    padding-top: 10px !important;
    margin-top: 10px;
  }
  
  /* سطح سوم */
  .sub-menu-level-3 {
    margin-top: 5px;
    padding-right: 15px;
  }
  .sub-menu-level-3 li a {
    font-size: 13px;
    color: #777;
    padding: 10px 0 !important;
  }
  .sub-menu-level-3 li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    position: relative;
    top: 1px;
    margin-left: 5px;
    display: inline-block;
  }
    
  /* ریسپانسیو ساده */
  @media screen and (max-width: 768px) {
    ul > li {
      display: block;
      margin: 0;
    }
  
    .dropdown-hover {
      position: static;
      box-shadow: none;
      padding: 15px 10px;
    }
  
    .dropdown-hover .row {
      flex-direction: column;
    }
  
    .dropdown-hover li.col-md-4 {
      width: 100%;
    }
  }
  /* استایل پایه برای ساب‌منوها */


/* استایل هنگام نمایش */

/* استایل آیتم‌های منو */
.header-container {
    position: relative;
}

.header-container > li {
    position: relative;
}

.sub-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* برای نمایش در حالت موبایل (اختیاری) */
@media (max-width: 991px) {
    .sub-menu, .sub-menu-level-3 {
        position: static;
        box-shadow: none;
        display: none;
    }
    
    .sub-menu.show, .sub-menu-level-3.show {
        display: block;
    }
}

  
  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 999;
    margin: 0;
    bottom: 0;
  }
  
  .header-container:hover + .sub-menu {
    display: block;
  }
  
  .navbar_mobile {
    background-color: #ffffff00;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none;

}
.navbar_mobile .navbar {
    background-color: #ffffff;
    border-top: 1px solid #d5d5d5;
}
.navbar_mobile a i {
    font-size: 24px;
    color: white;
}
.navbar_mobile i {
    font-size: 24px;
}
.navbar_mobile .mobile-nav-text {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}
.navbar_mobile .shopping-item {
    top: 0 !important;
}
.navbar_mobile a i {
    font-size: 22px;
}
@media screen and (max-width: 380px) {
    .navbar_mobile a i {
        font-size: 16px;
    }
    .navbar_mobile .mobile-nav-text {
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    .navbar_mobile .mobile-nav-text {
        font-size: 10px;
    }
}
.navbar_mobile .container {
    width: 100%;
    display: block !important;
}

.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-width: 992px) {
    .navbar_mobile {
        display: block;
    }
}
/****************************** slider *******************************/
.container_slider .slick-prev:before,
.container_slider .slick-next:before {
    font-weight: bold;
    font-size: 15px !important;
    color: #fffdfd !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    padding: 12px;
    border: 2px solid white;
    border-radius: 50%;
}
.slick-prev {
    z-index: 100;
}
.slick-next:before  , .div-prices  .slick-next:before {
    content: "\e907" !important;
}
.slick-prev:before , .div-prices  .slick-prev:before {
    content: "\e906" !important;
}
.slick-initialized .slick-slide{
    height: auto !important;
}

.slick-prev {
    right: 50px !important;
    bottom: 70px !important;
    top: auto;
}
#slider .slick-next {
    right: 100px !important;
    bottom: 70px !important;
    top: auto;
}

 .slick-prev:hover , .slick-next:hover {
    color: #444444 !important;
}

.slider-content {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.slider-caption {
    position: absolute;
    color: white;
    padding: 10px;
    background-color: #ffffff91;
    border-radius: 8px;
    padding: 50px 100px;
    text-align: center;
}
.slider-button {
    margin-top: 13px;
    display: inline-block;
    text-align: center;
    padding: 10px 35px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}
.slider-button:hover {
    background-color: white;
    transition: all .4s;
}
#slider .slick-dots {
    position: relative;
    bottom: 50px !important;
}
.container_slider  .carousel-inner {
    border-radius: 10px;
}
.container_slider .slider-title {
    line-height: 2.5rem;
    font-size: 34px;
    font-weight: 700;
    color: #2b0006;
}

.container_slider  .slider-content img {
    height: 700px; 
    object-fit: cover;
}

.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: #fff;
}

/* 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);
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;
}
#slider .slick-dots li button {
    background: #868686d0;
    border: none;
    width: 4px;
    padding: 3px;
    height: 4px;
}
#slider .slick-dots li {
    width: auto;
    height: 0px;
    margin: 5px;
}
#slider .slick-dots .slick-active button {
    background-color: white;
    width: 20px;
    padding: 0;
    height: 5px !important;
    border-radius: 5px;
}
@media screen and (max-width: 992px) {
    .container_slider .slider-title {
        font-size: 28px !important;
    }
    .container_slider  .slider-content img {
        height: 400px;
        margin: 10px;
        border-radius: 19px;
    }
}
@media screen and (max-width: 768px) {
    .container_slider .slider-title {
        font-size: 20px !important;
    }
    .container_slider  .slider-content img {
        height: 300px;
    }
}
@media screen and (max-width: 576px) {
    .slider-caption {
        padding: 20px 15px !important;
    }
    .container_slider  .slider-content img {
        height: 200px;
    }
}
@media screen and (max-width: 400px) {
    .container_slider .slider-title {
        font-size: 20px !important;
    }
    .container_slider .slick-prev:before,
    .container_slider .slick-next:before {
        display: none;
    }
}
/******************************************** main banner style ****************************************************/

/*********************************** end main banner *********************************************************/
/*********************************************** features *******************************************/

#features .col-services .img-container {
    padding: 20px;
    background-image: url(../images/cats-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#features .col-services .img-container img {
    width: 100px;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 3px;
}
@media screen and (max-width: 992px) {
    #features .col-services .img-container img {
        width: 80px !important;
        height: 80px !important;
    }
}
@media screen and (max-width: 768px) {
    #features .col-services .img-container img {
        width: 70px !important;
        height: 70px !important;
    }
    .div-categories.slick-initialized .slick-slide {
        padding: 0px !important;
    }
}
@media screen and (max-width: 567px) {
    #features .col-services .img-container img {
        width: 60px !important;
        height: 60px !important;
    }
    .div-categories.slick-initialized .slick-slide {
        padding: 5px !important;
    }
    #features .col-services .img-container {
        padding: 0 !important;
    }
}
#features .col-services .card {
    border-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#features .col-services .card .card-title {
    border-radius: 8px;
    padding: 8px 0;
    font-size: 14px;
    color: #181300;
}
@media screen and (max-width: 767px) {
    #features {
        margin-top: 0;
    }
}
@media screen and (max-width: 992px) {
    #features .col-services img {
        height: 180px !important;
    }
}
@media screen and (max-width: 454px) {
    #features .col-services img {
        height: 150px !important;
    }
}

.slick-dots li button:before {
    font-size: 30px !important;
}
/* .slick-dots li button {
    background: #bf2a3e38;
} */
.div-products .slick-prev:before,
.div-products .slick-next:before {
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px !important;
    color: #fffdfd !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    padding: 3px;
}

.div-products .slick-next:before {
    content: "\e907" !important;
}

.div-products .slick-prev:before {
    content: "\e906" !important;
}

.slick-slider {
    margin-bottom: 2rem !important;
}
.container_features .slick-next {
    left: 0px !important;
}
.container_features  .slick-prev {
    right: 0px !important;
    z-index: 1;
    top: 50%;
}
.div-products .slick-slide img {
    width: 100%;
    display: block;
    height: 230px;
    object-fit: cover;
    border-radius: 2px;

}
.div_posts a:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
}

.card_product {
    border: 0 !important;
}


.div-products .slick-slide:hover .card_product,
.div_adv:hover .card_product {
    filter: brightness(100%);
    transition: .7s;
}

.slick-initialized .slick-slide {
    height: auto !important;
}

.div-categories.slick-initialized .slick-slide {
    padding: 10px;
}

.div-categories {
    margin-bottom: 2.5rem !important;
}

.div-products .slick-prev {
    right: auto !important;
    left: 3.3rem !important;
}

.div-products .slick-next {
    right: auto !important;
    left: 1rem !important;
}

.div-products .slick-prev,
.div-products .slick-next {
    bottom: auto !important;
    top: -25px !important;
}

.div-products .slick-prev:hover,
.div-products .slick-next:hover {
    color: #444444 !important;
}

/************************************************ end features ********************************************/
/************************************************** index featured *****************************************/
#featured_products {
    margin-bottom: 100px;
}
#featured_products .container-featured {
    padding: 40px 40px 30px 50px;
    border-radius: 10px;
}
#featured_products .container-featured .title-container {
    background-image: url(../images/percent-vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right; 
}
#featured_products .container-featured .title-container .title {
    color: white;
    font-size: 28px;
    font-weight: 600;
}
#featured_products .div_posts .card img {
    width: 100% !important;
    display: block !important;
    height: 140px !important;
    object-fit: cover;
    border-radius: 8px !important;
} 
@media screen and (max-width: 1200px) {
    #featured_products .container-featured .title-container {
        margin-bottom: 20px;
    }
    #featured_products .title-container{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    #featured_products .products-container {
        width: 100% !important;
    }
    #featured_products .container-featured .title-container .featured-link {  
        top: 0px !important;
        padding: 0px 30px !important;
        width: auto !important;
        display: flex !important;
        align-items: center;
    }
}
@media screen and (max-width: 567px) {
    #featured_products .container-featured {
        padding: 20px 30px 20px 30px;
        border-radius: 10px;
    }
    #featured_products .container-featured .title-container .title {
        font-size: 18px !important;
    }
    #featured_products .container-featured .title-container .featured-link {  
        padding: 0px 0px !important;
    }
}
@media screen and (max-width: 495px) {
    #featured_products .div_posts {
        height: 275px !important;
    }
}
#featured_products .div_posts {
    padding: 0 !important;
}
#featured_products .div_posts .card {
    padding: 15px;
    border-radius: 20px;
} 
#featured_products .div_posts .card .card-body h5 {
    font-size: 16px;
    color: #2b0006;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#featured_products .container-featured .title-container .featured-link {
    font-weight: 500;
    border-radius: 9px;
    top: 66px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
    color: white !important;
    transition: all .4s;
}
#featured_products .container-featured .title-container .featured-link  i {
    color: white;
}
#featured_products .container-featured .title-container .featured-link:hover {
    border-bottom: 1px solid white;
    color: white;
}
#featured_products .btn_sale{
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: auto !important;
    height: auto !important;
    padding: 4px 5px 1px 5px;
    border: 0;
}
#featured_products .title_price {
    font-size: 14px;
    font-weight: 600;
    color: #2b0006;
}
#featured_products .old_price {
    font-size: 13px;
    font-weight: 600;
    color: #a0a0a0;
}
#featured_products .slick-slider {
    margin-bottom: 0 !important;
}
#featured_products .div-products .slick-prev, #featured_products .div-products .slick-next {
    bottom: auto !important;
    top: 50% !important;
}
#featured_products .slick-prev:before,
#featured_products .slick-next:before {
    font-weight: bold;
    font-size: 15px !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    background: white !important;
    padding: 12px;
    border: 2px solid white !important;
    border-radius: 50% !important;
}
#featured_products .div-products .slick-prev {
    left: auto !important;
    z-index: 1;
}
/*************************************************index ads banner ***************************************/
.ads-banner {
    /* margin-top: 25px;
    margin-bottom: 150px; */
}
.ads-banner img {
    border-radius: 10px;
    border-radius: 10px;
    height: 300px;
    /* object-fit: cover; */
}
@media screen and (max-width: 1200px) {
    .ads-banner img {
        height: 250px;
    }
}
@media screen and (max-width: 992px) {
    .ads-banner img {
        height: 200px;
    }
}
@media screen and (max-width: 768px) {
    .ads-banner img {
        height: 120px;
    }
}
@media screen and (max-width: 567px) {
    .ads-banner img {
        height: 100px;
    }
}
@media screen and (max-width: 400px) {
    .ads-banner img {
        height: 90px;
    }
}
/******************************** style site-banner1 *****************************************************/
.paralsec2 {
    cursor: default;
    background-size: contain;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    background-attachment: fixed;
    height: 100%;
    padding: 70px 10px;
    background-image: url(../images/shop-bg.png) !important;
}
.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.site-about {
    margin-top: 100px;
    margin-bottom: 100px;
}
.site-about .content-p {
    text-align: justify;
    color: rgb(27, 0, 0);
    z-index: 1;
    font-size: 18px;
    line-height: 2em;
}
.site-about .about-header {
    z-index: 1!important;
    font-size: 34px;
    font-weight: 600;
}
@media screen and (max-width: 992px) {
    .site-about {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 768px) {
    .site-about .about-header {
        font-size: 20px;
    }
    .site-about .content-p {
    font-size: 16px !important;
    }
}

.site-about .container {
    /* background-color: #c6c6c66e; */
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.about-detail-container img {
    width: 60px;
    height: 60px;
    padding: 7px;
    border-radius: 10px;
}
@media screen and (max-width: 992px) {
    .about-detail-container:nth-child(1), .about-detail-container:nth-child(3) {
        justify-content: start;
    }
    .about-detail-container:nth-child(2), .about-detail-container:nth-child(4) {
        justify-content: end;
    }
}
@media screen and (max-width: 480px) {
    .about-detail-container img {
        width: 40px;
        height: 40px;
    }
    .about-detail-container .about-detail-text {
        font-size: 14px;
        margin-top: 7px !important;
    }
}
@media screen and (max-width: 405px) {
    .about-detail-container .about-detail-text {
        font-size: 13px;
        margin-top: 7px !important;
    }
}
/****************************************** end site-about style *********************************/

/*********************************************** style list products *******************************************/
.div_posts {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: white
}
.div_posts .card img {
    width: 100% !important;
    display: block !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 8px !important;
}
@media screen and (max-width: 567px) {
    .div_posts .card img {
        height: 120px !important;
    }
}
@media screen and (max-width: 495px) {
    .div_posts {
        height: 325px !important;
    }
}
.div_posts .main-btn {
    margin-top: 10px !important;
    border-radius: 8px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white !important;
}
.div_posts .main-btn a {
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.div_posts .main-btn:hover a{
    color: #ffffff !important;
}
/*  titles */
.titles_style2 {
    cursor: default;
}

.hr_style2 {
    border: 1px solid #0b0b0b;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}


.container-text-cats {
    padding-bottom: 0;
}

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

/* slider */
.div-products .slick-prev:before,
.div-products .slick-next:before {
    border-radius: 2px;
    font-weight: bold;
    font-size: 15px !important;
    color: #fffdfd !important;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    cursor: pointer !important;
    padding: 3px;
}

.div-products .slick-next:before {
    content: "\e907" !important;
}

.div-products .slick-prev:before {
    content: "\e906" !important;
}

.div-products .slick-slide img {
    width: 100%;
    display: block;
    height: 230px;
    object-fit: cover;
    border-radius: 2px;

}

.div_posts a:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important;
}

.card_product {
    border: 0 !important;
}


.div-products .slick-slide:hover .card_product,
.div_adv:hover .card_product {
    filter: brightness(100%);
    transition: .7s;
}

.slick-initialized .slick-slide {
    height: auto !important;
}

.div-categories.slick-initialized .slick-slide {
    padding: 10px;
}

.div-categories {
    margin-bottom: 2.5rem !important;
}

.div-products .slick-prev {
    right: auto !important;
    left: 3.3rem !important;
}

.div-products .slick-next {
    right: auto !important;
    left: 1rem !important;
}

.div-products .slick-prev,
.div-products .slick-next {
    bottom: auto !important;
    top: -25px !important;
}

.div-products .slick-prev:hover,
.div-products .slick-next:hover {
    color: #444444 !important;
}

.card_product_info {
    border: 0 !important;
}

.card_product_info button {
    box-shadow: none !important;
    width: 100%;
}

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

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

.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_product_info span {
    font-size: 15px;
    font-weight: 500;
}

.card-body-style_product {
    margin: 1rem 0 0 0;
    text-align: center;
}

.old_price {
    color: #d60f0f;
    text-decoration: line-through;
    font-weight: 600;
    margin: 0 5px;
}

.btn_sale {
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 33px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 85px;
    padding: 0;
    border: 0;
    background-color: #ef4a04 !important;
}

@media(max-width: 1199px) and (min-width: 850px) {
    .card_product_info h4 {
        height: 35px;
    }

}

@media(max-width: 1199px) and (min-width: 992px) {
    .div-products .slick-slide img {
        height: 190px;
    }
}

@media(max-width: 992px) and (min-width: 850px) {
    .div-products .slick-slide img {
        height: 150px;
    }
}

@media(max-width: 400px) {
    .titles_style2 h4 {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

/* cards style */
.div-products .slick-slide {
    padding-left: 0.5rem;
    padding-bottom: 0.6rem;
    padding-right: 0.5rem;
    margin-bottom: 10px;
}
.card-doctors:hover img {
    opacity: 0.8;
}
.card_cats h4,
.card_dl_style h4 {
    padding-top: 2rem;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
}
.card_cats span,
.card_dl_style span {
    font-size: 14px;
    color: #d8d8d8;
    font-weight: 400;
}
.card_product_info span {
    color: #166f00;
    font-weight: 600;
}
.main-btn {
    width: 100%;
    border-radius: 10px;
    color: white;
    margin-top: 10px;
    padding: 10px 0;
    background-image: url(../images/btn-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left !important;
}
.main-btn:hover {
    background-color: white !important;
}
/***********************************************  parallax *******************************************/

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

.mb_parallax_overlay p {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 4rem;
    text-align: center;
}

.paralsec1 {
    cursor: default;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}

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

.btn-paralax {
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
    padding: 0.5rem 2rem;
}

.btn-paralax:hover {
    color: #ededed;
}

@media (max-width: 1020px) and (min-width: 992px) {
    .mb_parallax_overlay p {
        font-size: 32px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .mb_parallax_overlay p {
        font-size: 28px;
    }

}

@media (max-width: 767px) and (min-width: 567px) {
    .mb_parallax_overlay p {
        font-size: 23px;
    }

    .paralsec1 {
        height: 300px;
    }

    .mb_parallax_overlay {
        padding-top: 3.5rem !important;
    }

}

@media (max-width: 566px) and (min-width: 510px) {
    .mb_parallax_overlay p {
        font-size: 20px;
    }

    .paralsec1 {
        height: 250px;
    }

    .mb_parallax_overlay {
        padding-top: 1.5rem !important;
    }

}

@media (max-width: 509px) and (min-width: 401px) {
    .mb_parallax_overlay p {
        font-size: 16px;
        line-height: 2rem;
    }

    .btn-paralax {
        font-size: 18px;
    }

    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 2.5rem !important;
    }
}

@media (max-width: 400px) {
    .mb_parallax_overlay p {
        font-size: 14px;
        line-height: 2rem;
        padding: 0 1rem;
    }

    .btn-paralax {
        font-size: 16px;
    }

    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 1rem !important;
    }

}
.paralsec3 {
    cursor: default;
    background-size: contain;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: right;
}
/********************************banner style****************************************/
#banner-media  {
    margin-top: 80px;
    margin-bottom: 80px;
    background-image: url(../images/shop-bg.png);
}
#banner-media .div_index_comments h3 {
    color: #000000 !important;
    font-size: 20px;
    line-height: 2rem;
    margin-top: 1rem;
}
/************************************end banner style*************************************/
/***********************************product-tab style*********************************/
#product-tab {
    background-image: url(../images/display-shiny-elegant-gold-chain.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding-bottom: 100px;
}
#product-tab .nav-tabs {
    justify-content: center;
    border: none !important;
}
#product-tab .nav-tabs .nav-item {
    margin-right: 10px;
    margin-left: 10px;
}
#product-tab .div-products {
    margin-top: 30px;
}
#product-tab .nav-tabs .nav-item .nav-link {
    color: #c9c9c9;
}
#product-tab .nav-tabs .nav-item .nav-link:hover {
    color: #181300;
    border-radius: 5px;
}
#product-tab .nav-tabs .nav-item .active {
    color: #181300;
    border-radius: 5px;
    font-weight: 500;
}
.outline-btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    color: #181300;
}
.outline-btn:hover {
    transition: all .4s;
}
/*********************************end product-tab-style**************************************************/
/*************************************** index comment style ***************************************/
.index-comments {
    background-image: url(../images/comment-banner.jpg);
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.index-comments::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(0 0 0 / 62%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index-comments .comments-title {
    z-index: 100;
    position: relative;
    color: #fff;
}
.index-comments .slider-comment {
    z-index: 1000;
}
.index-comments .slick-slide {
    margin: 15px;
    background-color: #ffffff52;
    border: 1px solid #ffffff85;
    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;
}

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

.comments_index .author_comment {
    color: #ffffff;
    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;
    color: #ffffff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0px 26px;
}
.slick-slider {
    user-select: unset !important;
}
/********************************************* end comments style ***************************************/
/* faq style */
.faq {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url(../images/contact-2-h-1-bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; 
}
.faq .faq-pic {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .faq .faq-pic {
        height: 200px;
    }
}
.faq .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 10px !important;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.faq .accordion-item:first-of-type {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.faq .accordion-item {
    border: none!important;
    margin-top: 20px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow-ui-svgrepo-com.png);
    transform: rotate(-180deg);
    position: absolute;
    left: 20px;
}
.faq .accordion-button::after {
    background-image: url(../images/up-arrow-ui-svgrepo-com.png); 
    position: absolute;
    left: 20px;
}
.faq .accordion-body {
    text-align: justify;
    line-height: 2em;
    font-size: 14px;
    font-weight: 400;
}
.faq .accordion-button:focus {
    border-color: #ffffff00!important;
    box-shadow: none!important;
}
.faq .accordion-button {
    text-align: right !important;
    /* background-color: #bf2a3e2e; */
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px; 
     border-bottom-left-radius: 10px;
}
/* end faq style */
/*************************************sidebar style 8**********************************/
.div-sidebar {
    margin-top: 2.5rem;
}
.div-sidebar aside {
    position: sticky;
    top: 20px;
}
.search-sidebar button{
    border: none!important;
    background-color: transparent!important;
}
.search-sidebar input {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e9e9e9
}
.search-sidebar i {
    position: relative;
    font-size: 22px;
    top: 1px;
    background-color: #f1f1f1;
    padding: 7px;
    border-radius: 5px;
    right: 10px;
}
.search-sidebar input:focus-visible {
    outline: none!important;
}
.search-sidebar span {
    position: relative;
    left: 15px;
    top: 44px;
    float: left;
}
.search-sidebar form {
    position: relative;
    top: -30px;
}
.categories h6{
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: right;
}
.categories i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.categories ul {
    padding-inline-start: 0;
}
.categories ul li {
    list-style-type: none;
    line-height: 2em;
}
.categories ul li a{
    transition: all .4s;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: right;
    color: #000;
    font-weight: 500;
}
.categories ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.new-article h6{
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: right;
}
.new-article i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.new-article .card {
    flex-direction: row;
    align-items: center;
    border: 1px solid  #f6f6f6;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
}
.new-article .card .card-body {
    background-image: none!important;
}
.new-article .card a img{
    width: 100px !important;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    height: 100px;
    padding: 10px;
    border-radius: 15px;
}
.new-article .card .card-body .card-title {
  width: 100%;
  display: flex;
  font-size: 16px;
  margin-top: 0px;
}
.new-article .card .card-body .card-title {
    margin-bottom: 0px;
}
.new-article .card .card-body .card-title a {
    text-align: right;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .4s;
    color: #181300;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*********************************************** form turn *******************************************/

/*  back form  */
.mb_parallax_overlay2 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

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

.div_index_comments {
    cursor: default;
}

.div_index_comments h3 {
    color: #fff !important;
    font-size: 20px;
    line-height: 2rem;
    margin-top: 1rem;
}

.div_index_comments p {
    margin: 0;
    color: #b74c8e;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    text-align: right;
}

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

.btn-paralax {
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 22px;
    padding: 0.5rem 2rem;
}

.btn-paralax:hover {
    color: #ededed;
}

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

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

/* form */
.form-turn h2 {
    color: #191919;
    margin-bottom: 2rem;
}

.form-turn input {
    padding: 0.65rem;

}

.form-turn input,
.form-turn select,
.form-turn textarea {
    border-radius: 5px !important;
    font-size: 13px !important
}

.form-turn select,
.form-turn select option {
    color: #7d7d7d !important;
    font-weight: 400 !important;
    padding-right: 4px !important;
}

.form-turn select:focus option {
    border-radius: 5px !important;
}

.btn:focus {
    outline: none !important;
}

.btn-turn-form {
    box-shadow: 0 1px 3px 1px rgba(74, 74, 74, 0.4);
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 25px;
    text-align: center;
}

.btn-turn-form:hover {
    background-color: #ffdcdc;
}

@media (max-width: 400px) {
    .div-alert span {
        font-size: 13px;
    }
}

@media (max-width: 1020px) and (min-width: 992px) {
    .mb_parallax_overlay p {
        font-size: 32px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .mb_parallax_overlay p {
        font-size: 28px;
    }

}

@media (max-width: 767px) and (min-width: 567px) {
    .mb_parallax_overlay p {
        font-size: 23px;
    }

    .paralsec1 {
        height: 300px;
    }

    .mb_parallax_overlay {
        padding-top: 0 !important;
    }
}

@media (max-width: 566px) and (min-width: 510px) {
    .mb_parallax_overlay p {
        font-size: 20px;
    }

    .paralsec1 {
        height: 250px;
    }

    .mb_parallax_overlay {
        padding-top: 0 !important;
    }

}

@media (max-width: 509px) and (min-width: 401px) {
    .mb_parallax_overlay p {
        font-size: 16px;
        line-height: 2rem;
    }

    .btn-paralax {
        font-size: 18px;
    }

    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 0 !important;
    }
}

@media (max-width: 400px) {
    .mb_parallax_overlay p {
        font-size: 14px;
        line-height: 2rem;
        padding: 0 0rem;
    }

    .btn-paralax {
        font-size: 16px;
    }

    .paralsec1 {
        height: 200px;
    }

    .mb_parallax_overlay {
        padding-top: 0 !important;
    }

}

/*********************************************** footer *******************************************/

.footer {
    width: 100%;
    min-height: 250px;
    border-radius: 150px 150px 0 0;
    padding: 70px 0 0 0;
    background-image: url(../images/bg-animated.png);
    background-repeat: repeat;
    background-position: top right;
    background-size: contain;

}

.footer h6,
.footer p {
    cursor: default;
    color: #2e2e2e;
    line-height: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer p {
    text-align: center;
    padding: 0 1rem;
    margin: 4px 0 9px 0;
    font-size: 14px;
    font-weight: 500;
    color: #2b1313;
    line-height: 2rem;
}
.run-in {
    font-size: 20px;
    margin-top: 10px;
}

.footer .footer_title {
    line-height: 2rem;
    text-align: center !important;
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
}

.footer h6 {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 500;
    border-radius: 10px;
    color: #ffffff;
}
.footer .logo_site {
    object-fit: contain;
    border-radius: 10px !important;
    height: 80px !important;
    background-color: white;
}
.footer ul li a {
    font-size: 14px;
}

.footer ul li a:hover {
    color: #2c2c2c;

}

.headin5_amrc img {
    margin-top: 0.7rem;
}

.social-div img {
    border-radius: 4px;
}

.social_footer_ul,
.social_footer_ul2 {
    list-style-type: none;
}

.social_footer_ul i,
.social_footer_ul2 i {
    font-size: 27px;
    color: #1d1d1d;
}


.social_footer_ul li,
.social_footer_ul2 li {
    float: left;
    cursor: pointer;
}

/* .links-div {
    margin-top: 2rem;
} */

@media (max-width: 1199px) and (min-width:992px) {
    .footer p {
        margin: 3px 0 3px 0;
    }

    .social_footer_ul li {
        padding-top: 0 !important;
    }
}

@media (max-width: 991px) and (min-width:px) {
    .footer p {
        margin: 1px 0 1px 0;
    }

    .links-div {
        margin-top: 0.5rem;
    }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
}

.pt2 {
    padding-top: 25px;
    margin-bottom: 2rem;
}

.mb10 {
    padding-bottom: 15px;
}

.col_white_amrc ul {
    padding: 0;
}

.footer_ul_amrc {
    padding: 1rem 0 0 0;

}

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

.footer_ul_amrc {
    margin-top: 0 !important;

}

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

}

.footer_ul_amrc li {
    padding: 0 0 0.85rem 0;
    text-align: center;
}

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

}

.footer_ul_amrc li a,
.footer_ul_amrc2 li a {
    font-weight: 500;
    color: #646363;
    margin-top: 1rem;
}

.links-div .social_footer_ul li i {
    font-size: 18px;
}

.footer_ul_amrc li {
    font-weight: 500;
    color: #181316;
    font-size: 14px;
    cursor: default;
    display: block;
}

.footer_ul_amrc li a:hover,
.footer_ul_amrc2 li a:hover {
    text-decoration: none;
}

.footer_ul_amrc2 img {
    border-radius: 10px;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.footer_ul_amrc2 img:hover {
    opacity: 0.8;

}

/* static footer */
.col-static_footer {
    border-radius: 5px;
    padding: 0;
    
}

.col-static_footer h6 {
    margin-bottom: 10px;
}

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

.col-static_footer .title_static {
    font-weight: 500 !important;
}

/* footer bottom */
.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 a {
    color: #3f3f3f;
    font-weight: 500 !important;
    font-size: 12px;
}

.fartak a:hover {
    color: rgb(69, 26, 255);
}

.fartak p {
    color: #e1e1e1;
}

@media (max-width: 767px) and (min-width: 657px) {
    .links-div {
        padding-right: 3rem !important;
    }

    .line_bottom2 {
        margin: 0 !important;
    }
}

@media (max-width: 656px) {

    .col_white_amrc,
    .line_footer,
    .footer_ul_amrc li {
        text-align: center !important;
    }

    .links-div {
        margin-top: 1rem;
    }

    .line_bottom2 {
        margin: 0 !important;
    }

    .div-blog {
        margin-top: 0;
    }
}


@media (max-width: 506px) {
    .social-div {
        margin-top: 0 !important;
    }

    .col-banner-text,
    .col-banner-img,
    .div_index_comments p {
        /* padding: 0 !important; */
    }

    .insta_btn {
        margin-right: 0 !important;
    }

}

@media (max-width: 800px) {

    .footer_contact,
    .footer_ul_amrc {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .social_footer_ul li {}

    .social-div {
        margin-top: 0;

    }

}

@media (max-width:767px) {
    .fartak {
        text-align: center !important;
    }

    .footer_ul_amrc li a {
        text-align: center !important;
    }

    .footer_ul_amrc2 {
        padding: 0 !important;
    }

    .footer_ul_amrc2 img {
        margin-top: 0;
    }

}

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

.social-div img {
    border-radius: 4px;
}

.social_footer_ul i {
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
}

.social_footer_ul li {
    padding-top: 2px;
    float: left;
    cursor: pointer;
}
/******************************************************end footer style*******************************/

/**************************************page-banner style*********************************/
.page-banner {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.page-banner::after {
    width: 100%;
    height: 100%;
    background-color: #00000080;
    position: absolute;
    top: 0;
    display: block;
    content: "";
}
.page-banner .page-banner-title {
    color: white;
    text-align: center;
    z-index: 1;
    display: inline-block;
    /* padding-top: 110px; */
}
.page-banner a {
    text-align: center;
}
.page-banner a .page-banner-title {
    color: white;
    text-align: center;
    z-index: 1;
    /* padding-top: 110px; */
    position: relative;
}
@media screen and (max-width: 992px) {
    .page-banner-title {
        font-size: 42px;
    }
}
@media screen and (max-width: 768px) {
    .page-banner-title {
        font-size: 30px;
    }
}
/********************************end page-banner style ***************************/
/************************** contact page style **********************************/
#contact .social_footer_ul li a:hover i {
    color: #f3a9b3;
} 
#contact .social_footer_ul li a i:hover {
    color: #f3a9b3;
}
#contact .contact-bg {
    background-image: url(../images/about5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#contact .contact-info-container ul {
    padding-inline-start: 0px;
    padding-left: 0;
}
#contact .contact-info-container ul li {
    list-style-type: none;
}
#contact .contact-info {
    margin-top: 25px;
}
#contact .contact-info i {
    font-size: 20px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-left: 10px;
}
#contact .contact-info .contact_info_title {
    font-size: 16px;
    font-weight: 600;
}
#contact .contact-info a {
    font-weight: 500;
}
#contact #wpfpm_map {
    border-radius: 10px;
}
/* form contact */

.form-div .wpcf7 {
    background-color: #f6f6f6;
    padding: 6px 15px 20px 15px;
    border-radius: 10px;
    margin-top: -10px;
}
.form-div input[type=text],
.form-div input[type=email] {
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    height: 3rem;
}
#form_contact h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
#form_contact label {
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 5px 10px;

}
#form_contact textarea {
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 10px 10px;
}
#form_contact input  {
    width: 100%;
    outline: none !important;
    border-radius: 10px;
    padding: 10px 10px;
}

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

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

.btn:focus,
.input-group-btn:focus {
    outline: none !important;
}

.form-div button,
.form-div input[type=submit] {
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}

.form-div input[type=submit]:hover,
.form-div input[type=submit]:focus {
    transition: .5s;

}

iframe {
    width: 100%;
}

.form-div textarea {
    font-size: 14px;
    margin-bottom: 1rem;
    border: 1px solid #d6d6d6;
}

.form-div button {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s ease-in-out;

}

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


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

@media (min-width: 1200px) {
    .contact_item {
        padding-right: 26px !important;
    }
}

#form_contact label {
    width: 100%;
}

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

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

@media (min-width: 991px) {
    .col-contact-form {
        padding-left: 0 !important;
    }
}

/* ********************************* list-blog page ******************************** */
.list-blog-card {
    border-radius: 10px;
    margin-top: 20px;
}
.list-blog-card  img {
    height: 300px;
    border-radius: 10px;
}
.list-blog-card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    background-color: #00000078;
    border-radius: 10px;
}
.list-blog-card .card-title a {
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: white;
}

.list-blog-card .card-date {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
}
.list-blog-card .badge {
    margin-top: 10px;
    border-radius: 5px;
}
.bread-custom {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    direction: rtl !important;
    float: right;
}

.bread-custom span {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.bread-custom a {
    color: #a8a8a8 !important;
    font-weight: 400;
}

.bread-custom a:hover {
    color: #818181 !important;
    font-weight: 400;
}

.bread-custom .active {
    cursor: default !important;
    color: #5c5c5c;
    font-weight: 400;
}


/*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 {
    font-size: 14px;
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}

.custom-pagination span {
    color: #FFFFFF;
}

.custom-pagination a:hover {
    color: #fff;
}


/* ********************************* single ******************************** */
#single-blog .img-blog img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (max-width: 576px) {
    #single-blog .img-blog img {
        height: 250px !important;
    }
}
/* 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;
}


.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: #000000;
    font-size: 18px;
}

.card_header_style {
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1 {
    font-size: 28px !important;
    color: #000000 !important;
    line-height: 3rem !important;
}

/* single social */
.div-social p,
.div-social {
    color: #000000 !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:hover i,
.share-social2 a:hover i {
    color: #fff !important;
}

.share-social a,
.share-social2 a {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF;
    border: 1px solid #efefef;
    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 {
    transition: 0.5s;
    color: #FFFFFF !important;
    border-color: transparent;
}

.share-social a:hover i,
.share-social2 a:hover i {
    color: #FFFFFF;
}

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

.post_top blockquote {
    text-align: right;
}

.single-content img {
    margin-bottom: 2rem;
}

.single-content p,
.single-content {
    line-height: 3rem;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.single-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #414141;
    padding-top: 0.5rem;
    transition-duration: 2s;
}

.single-content h3 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
    transition-duration: 2s;
}

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

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

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

.single-content a {
    color: #222222;
}


.single-content img {
    height: auto;
    width: 100% !important;
    cursor: pointer !important;
    border-radius: 5px;
}

.single-content img {
    /* filter: brightness(89%); */
    transition: .5s;
}

.single-content img:hover {
    filter: brightness(100%);
}

.slick-dots li button:before {
    font-size: 30px !important;
}

.img-doctor img {
    max-height: 450px;
    object-fit: cover !important;
}

.img-blog img {
    max-height: 900px;
    object-fit: cover;
}

/* single post */
.single-post-info {
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.6rem;
    font-size: 13px;
    font-weight: 400;
}

.single-post-info span,
.single-post-info a {
    color: #000000;
}

.single-post-info i {
    background-color: #f1f1f1;
    cursor: default;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.single-post-info span {
    cursor: default;
}
.icon-th-list::before {
    background-color: #f1f1f1;
    cursor: default;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.single_info_icon {
    padding-top: 0;
}

.single_info_icon {
    padding-left: 3px;
}

.card-tags {
    margin-right: 1rem;
    text-align: right !important;
    margin-bottom: 1rem;
}

.card-tags i {
    padding-left: 5px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

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

.tags_div {
    text-align: center;
}

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

    .card_blog {
        padding: 0;
    }
}


.card-body-style3 img {
    object-fit: cover;
    border-radius: 15px;
    height: 300px !important;
    margin-bottom: 1rem !important;
}

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

}

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

    .card-body-style3 img {
        height: 200px !important;
    }

}

@media (max-width:1199px) and (min-width: 992px) {
    .card-body-style3 {
        height: 220px !important;
    }

    .card-body-style3 img {
        height: 200px !important;
    }

    .card-date-title {
        display: none;
    }
}

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

@media (max-width: 656px) {
    .card_blog h5 {
        line-height: 2rem;
    }

}

@media (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img {
        height: 250px !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;
    }
}

@media (max-width: 499px) {
    .container_div_blog {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


/* comments */
.list-comments {
    margin-top: 0;
}

.comment-body {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments {
    font-size: 23px;
    font-weight: 500;
    color: #494949;
}

.comment-list {
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}

.comment-list li {
    list-style-type: none;
}

.comment-list img {
    border-radius: 15px;
    margin-left: 0.5rem;
}

.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}

.comment-metadata a {
    color: #636363 !important;
    margin-right: 2.6rem;
}

.comment-content {
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}

.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.comment-list .reply {
    float: left;
}

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

.logged-in-as a {
    color: #828282 !important;
    font-size: 14px;
}

.comment-reply-title {
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}

.logged-in-as a:hover {
    color: #a11640 !important;
}

.comment-reply-title:before {
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    font-size: 18px;
    vertical-align: middle;
}

.comment-form-cookies-consent {
    display: none;
}

.row_input_comment {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

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

}

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


.screen-reader-text {
    display: none !important;
}

.comment-navigation .nav-links {
    text-align: center;
    font-size: 13px;

}

.comment-navigation .nav-links a {

    color: #adadad !important;
}

.comment-respond {
    margin-top: 3rem;
}

.btn_comment {
    padding: 1rem;
    margin-left: 0.1rem;
    border: 0;
    color: #ffffff;
}

.btn_comment:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}

.ajax-success {
    color: #00816a;
}

.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: 1rem;
    padding-bottom: 1rem;
}

.contact_content h2 {
    line-height: 2.5rem;
    font-size: 22px;
}

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

.contact_content a {
    color: #282828;
}

.post_info_title {
    font-size: 15px;
    font-weight: bold;
}

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

.post_info p {
    color: #7a7a7a !important;
    font-size: 12px;
    font-weight: 500;
}

.post_info h3 {
    font-size: 14px;
    font-weight: bold;
}

.contact_info {
    /* color: #7a7a7a !important; */
    font-size: 14px;
    font-weight: 500;
}

.contact-style iframe {
    width: 100% !important;
}

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

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

    iframe {
        height: 300px;
    }
}

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

    iframe {
        height: 270px;
    }

    .post_info_title {
        font-size: 14px;
    }

    .contact_info {
        font-size: 13px;
    }
}

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


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

/* 404 page */
@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 page **************************/
/* gallery */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 20px !important;
    background: none !important;
}

/*  **************** user panel **************************/

/* user panel */
.carousel-panel img {
    height: 170px;
    object-fit: cover;
}

@media (max-width: 767px) and (min-width: 768px) {
    .carousel-panel img {
        height: 150px;
    }
}

@media (max-width: 767px) and (min-width: 431px) {
    .carousel-panel img {
        height: 160px;
    }
}

@media (max-width: 430px) and (min-width: 370px) {
    .carousel-panel img {
        height: 150px;
    }
}

@media (max-width: 369px) {
    .carousel-panel img {
        height: 140px;
    }
}

/*  login back form  */
.mb_parallax_overlay3 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

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

.paralsec3 {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(176, 176, 176, 0.5)), url("../images/slider/login.jpg");
    cursor: default;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;

}

.paralsec3:after {

    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-login {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 5rem 0;

}

.form-login h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-shadow: none !important;
}

.form-login i {
    font-size: 30px;
    vertical-align: middle;
}

.form-login input[type=text],
.form-login input[type=password] {
    border-radius: 5px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    text-align: left !important;


}

.form-login input[type=submit] {
    width: 30% !important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
    border-radius: 2px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    cursor: pointer;
}


.form-login input[type=submit]:hover,
.form-login input[type=submit]:focus {
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}

.form-login label {
    color: #656565;
    font-weight: 400;
}

.error_msg {
    color: red !important;
    font-size: 13px;
    font-weight: 400;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    font-size: 14px;
}

.title_span {
    font-size: 16px !important;
    padding-left: 5px;
}

/*  login text  */
.text-login p {
    font-size: 19px;
    color: black;
    font-weight: bold;
    line-height: 2rem;
}

.logout-link,
.login-link {
    font-size: 15px;
}

.bread-custom .logout-link i {
    color: red !important;
    vertical-align: middle;
}

.bread-custom .login-link i {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .text-login {
        padding: 5rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .text-login {
        padding: 5rem 3rem;
    }
}

@media (max-width: 767px) and (min-width: 300px) {
    .text-login {
        padding: 3rem 0 0 0;
    }
}

/*panel user gallery */
.gallery_style .example-image {
    height: 300px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .gallery_style .example-image {
        height: 250px !important;

    }
}

@media (max-width: 991px) and (min-width: 900px) {
    .gallery_style .example-image {
        height: 200px !important;

    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .gallery_style .example-image {
        height: 165px !important;

    }
}

@media (max-width: 767px) {
    .gallery_style .example-image {
        height: auto !important;
        max-height: 600px !important;

    }
}

/* form change password */
.change_pass_link {
    color: #535353;
    font-weight: 400;
    font-size: 14px;
}

.change_pass_link:hover {
    color: #222222;
}

@media (max-width: 466px) {

    .list_user_panel {
        float: right;
        padding: 5px 0 0 0;
    }

}

@media (max-width: 458px) {
    .change_psw_link {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


}

.list_user_panel li {
    list-style: none;
}

.success_msg {
    color: #00987d !important;
    font-size: 13px;
    font-weight: 400;
}

/* gallery */
.title_gallery_images {
    margin-top: -15% !important;
    margin-right: 5% !important;
    color: #000 !important;
    z-index: 9999 !important;
;
    font-size: 14px !important;
;

}

@media (max-width: 991px) and (min-width: 768px) {
    .title_gallery_images {
        margin-top: -20% !important;

    }
}


#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: "\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);
}

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

.map_frame {
    position: relative;
}

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

.card-contact-form iframe {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}


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

.container_map .leaflet-popup {
    display: none;
}

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

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

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

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

.map_frame_title {
    margin-bottom: 1rem;
}

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

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

    .card-contact-form iframe {
        height: 550px !important;
    }

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

    .map_frame .map_frame_text {
        left: auto;
        position: inherit;
        text-align: center;
        margin: 1.5rem auto;
        width: 90%;
    }

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


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

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

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


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

    .site_banner_title {
        margin-top: 4rem !important;
    }
}

@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: 480px) {
    .site_banner_title {
        font-size: 1.5rem;
        margin-top: 3.5rem !important;
    }
}

@media (max-width:380px) {
    .col_app_version_android img {
        width: 130px !important;
        height: 41px !important;
    }

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

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

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

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

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

/* 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 .container_contact .contact_info  a , .archive_site .form-div input[type=submit] ,
.archive_site  .google_map_link , .archive_site  .wpcf7-submit{
    pointer-events: none;
    cursor: default !important;
}
.archive_site .social_footer_ul li{
    cursor: default !important;
}
.archive_site .large_text , .archive_site   .address_text span , .archive_site  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 .container_contact .contact_info , .archive_site .container_contact .contact_info  a , .archive_site .social_footer_ul li .phone_span {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.archive_site .social_footer_ul li .phone_span {
    color:#fff !important;
}
.archive_site  .navbar_top ul li a , .archive_site  .list_phone:hover a ,   .archive_site .social_footer_ul i:hover  ,  .archive_site .social_footer_ul li a{
    color: #535353 !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;
    }
}


/***************************product feature in single product************************************/
.product-features {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#product .product-features-content {
    width: 50%;
}
#product .accordion {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .product-features {
        flex-direction: column;
    }
    #product .product-features-content {
        width: 100%;
    }
    #product .accordion {
        width: 100%;
    }
}
#product .accordion-button::after {
    left: 30px;
    position: absolute;
    content: "\ea99";
    font-family: 'IcoFont';
    background-image: none;
    width: auto;
    height: auto;
}
#product .accordion-item  {
    border: none !important;
}
#product .accordion-item .accordion-header button {
    border-radius: 10px !important;
    background-color: #eeeeee;
}
#product .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
}

.favorites {
    margin-top: 80px;
    margin-bottom: 50px;
}

/***********************index-blog***********************/
.slider-blog .slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.blog_index_title {
    font-size: 1.75rem !important;
}
#blog {
    margin-bottom: 100px;
}