/* ********************************* public styles ******************************** */
/*@import url("https://fonts.googleapis.com/css?family=Hind:400,600");*/

html,
body {
  height: 100%;
  background-color: #ffffff;
}

div:hover,
button:hover,
a:hover,
li:hover,
.card:hover {
  transition: 0.3s ease-in-out;
}

div {
  cursor: default;
}

button,
link,
select,
a {
  cursor: pointer;
}

.card a {
  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;
  }
}
.banner-ads {
  border-radius: 20px;
}
/* ******************************** header ************************************/
/* top menu */
.div_header {
  /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; */
}

.div_header2 .nav_main,
.navbar-sticky .nav_main {
  /* background-image: url('../images/slider.jpg'); */
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.div_header2 .nav_main:after,
.navbar-sticky .nav_main: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;
  border-radius: 0 0 10px 10px;
}

.div_header2 .nav_main .div_nav_menu,
.navbar-sticky .nav_main .div_nav_menu {
  z-index: 1;
}

.container-menu {
  text-align: center;
}

.navbar_top ul {
  padding-right: 0 !important;
  margin-bottom: 9px;
}

.navbar_top ul li {
  padding-right: 0.5rem;
  display: inline-block;
}

.navbar_top ul li a,
.navbar_top ul li:before {
  cursor: pointer;
  font-size: 13px;
  color: #fff !important;
  font-weight: 400;
}

.navbar_top ul li a:hover,
.navbar_top ul li:before:hover {
  color: #484848 !important;
}

.navbar_top ul li:before {
  float: right;
  margin-top: 3px;
  margin-left: 3px;
}
.navbar_top ul li a.icon-image{
  padding: 5px 5px;
  background-color: #ffffff3b;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  display: block;
}
.phone_info span {
  color: #e9e3e3 !important;
}

.phone_info span:hover {
  color: #fff !important;
}

.symbol_icon2 {
  font-size: 15px;
  vertical-align: unset;
  padding: 0 3px;
}

.symbol_icon {
  font-size: 17px;
  vertical-align: text-top;
  padding: 0 3px;
}

.navbar_top .icon-sign-out:before {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.navbar-expand {
  padding-right: 0;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  padding-left: 0;
}

.container_nav_logo {
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff !important;
}

.div-nav-links-mobile {
  display: none;
}

@media (max-width: 991px) {
  .phone_info .phone_span {
    display: none;
  }

  .div-nav-links-mobile {
    display: inline-block;
    padding: 0;
  }

  .div-nav-links-mobile .list_header_links li i {
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  .navbar-expand {
    padding-right: 1.5rem;
  }
}

@media (max-width: 500px) {
  .navbar-expand {
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
  }

  .phone_info a .icon {
    border-radius: 3px;
    padding: 0;
  }

  .phone_info a:hover .icon {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #858585;
  }
  .logo-img img {
    width: 80px;
    height: 50px;
  }
}

@media (max-width: 370px) {
  /* .div-top-menu {
        padding: 0 !important;
    } */

  .navbar-expand {
    /* padding: 0 10px !important; */
  }

  .navbar_top ul li a {
    font-size: 12px;
  }
}

/* btn profile */
.icon_profile {
  color: #525050;
  padding: 0.5rem;
  font-size: 18px !important;
  cursor: pointer !important;
}

#mainNav a {
  color: #6a6a6a !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

#mainNav .power_link a:hover {
  color: red !important;
}

#mainNav .power_link i {
  vertical-align: middle;
}

#mainNav .power_link a:hover i {
  color: red;
}

#mainNav span {
  color: #454545;
}

.link_profile a {
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
}

.link_profile i {
  font-size: 15px !important;
}

.btn_register_job {
  width: -webkit-fill-available;
}

.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;
  padding-left: 10px;
  border: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn_register_job ul#mainNav > li:hover {
  border: 0 !important;
}

.btn_register_job ul#mainNav > li:hover ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s, 0.1s;
}

.btn_register_job ul#mainNav li ul {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 10000;
  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, 0.4s;
}

.btn_register_job ul#mainNav ul li {
  padding: 0.7rem 1rem;
  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 {
  width: 100%;
  text-align: left;
}

.phone_info ul {
  display: inline-flex;
}

.sidenav .logo_small {
  display: none;
}

/* small nav menu */
@media screen and (min-width: 992px) {
  .closebtn,
  .logo_small {
    display: none !important;
  }

  .sidenav {
    margin-left: auto;
    text-align: center;
  }
  .navbar-expand-lg .sidenav.navbar-collapse {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 991px) {
  .logo_small img {
    width: 85px;
  }

  .sidenav .logo_small {
    display: initial;
  }

  .logo_small {
    text-align: center;
  }

  .sidenav {
    overflow-y: auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: -100%;
    padding-top: 2rem;
    background: #3c3c3c;
    box-shadow: 2px 0 10px rgb(0 0 0 / 10%);
    transition: all 0.4s ease;
    overflow: auto !important;
    /* Hide scrollbars */
    height: 100%;
    width: 0;
    right: 0;
    display: block !important;
  }

  .sidenav .dropdown-menu li {
    text-align: right;
    background-color: transparent !important;
  }

  .sidenav li {
    color: #fff !important;
    border: 0 !important;
  }

  .sidenav .dropdown-menu li:hover {
  }

  .sidenav a {
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-size: 18px !important;
    color: #fff !important;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px !important;
    margin-right: 50px;
  }

  .sidenav .closebtn i {
    color: #fff;
  }

  .sidenav ul {
    text-align: right;
    margin-top: 0 !important;
  }

  .list_header_links,
  .list_header_links_menu {
    float: revert !important;
  }

  .navbar-toggler:focus {
    outline: none !important;
  }

  /* width */
  .sidenav::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
  .sidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .sidenav::-webkit-scrollbar-thumb {
    background: #2b2b2b;
    border-radius: 10px;
  }
}

.navbar_mobile {
  background-color: #0d1b2a !important;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
  display: none;
  padding: 10px 5px;
  border-radius: 20px 20px 0 0;
}

.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: #ffffff;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  color:#c1914a;
}
.navbar_mobile ul li:before{
  color:#c1914a;
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}
/* Change the color of links on hover */
.navbar_mobile a:hover {
  background-color: #ddd;
  color: black;
}
.navbar_mobile ul li  a i{
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
/* Add a green background color to the active link */
.navbar_mobile a.active {
  color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .navbar_mobile {
    display: block;
  }
  .top_navbar_div, .navbar-sticky .nav_main, .footer, .footer_bottom {

    padding-bottom: 0;
  }
}

@media (max-width: 991px) and (min-width: 381px) {
  .btn_register_job .form-inline {
    left: 1rem !important;
  }

  .btn_register_job ul#mainNav > li {
    margin-top: 0 !important;
  }

  .btn_register_job .link_profile li {
    padding: 0.7rem 1rem !important;
    margin-top: 0 !important;
    width: 170px !important;
  }
}

@media (max-width: 380px) {
  .btn_register_job .form-inline {
    left: 1rem !important;
  }

  .btn_register_job ul#mainNav > li {
    margin-top: 0 !important;
  }

  .btn_register_job .link_profile li {
    font-size: 14px;
    margin-top: 0 !important;
    padding: 0.7rem 1rem !important;
    width: 140px !important;
  }

  .icon_profile {
    padding: 0.5rem 0.3rem;
    font-size: 18px !important;
    cursor: pointer;
  }
}

/* logo nav */
.logo_navbar {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.logo-img {
  padding: 0 !important;
  margin: 0 !important;
}

.logo-img img {
  margin: 2px 0;
  object-fit: contain;
  width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .logo-img img {
    width: 90px;
    height: 90px;
  }
}
.div_nav_menu {
  width: 100%;
}

.nav_main {
  /* background: #7575754f; */
  border-bottom: 1px solid #0d1b2a1c;
  border-radius: 0 0 10px 10px;
}

.header-title {
  margin-bottom: 0.8rem !important;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-shadow: 2px 0px rgba(157, 154, 154, 0.28);
  letter-spacing: -1px;
  line-height: 1.7rem;
}

.col-nav-menu {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
}

.logo_text {
  padding: 0.3rem 1rem 0 0 !important;
  margin: 0 !important;
}

.logo_text h1,
.logo_text p {
  display: inherit;
  margin-left: 1rem;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.logo_text span {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 500;
}

.row_navbar {
  width: 100%;
}

/* top search */
.search_top {
  margin-top: auto;
  margin-bottom: auto;
}

.search-main {
  margin-bottom: 0 !important;
}

.search_top form {
  margin-right: 1rem;
}

.search_top input {
  width: 88% !important;
}

.navbar-toggler {
  outline: none !important;
}

@media (min-width: 657px) {
  .logo_text .navbar-brand {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 656px) {
  .logo_navbar {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .phone_span {
    display: none;
  }
}

@media (max-width: 1299px) and (min-width: 1051px) {
  .search_top input {
    width: 85% !important;
  }
}

@media (max-width: 1050px) and (min-width: 900px) {
  .search_top input {
    width: 80% !important;
  }
}

@media (max-width: 899px) and (min-width: 600px) {
  .search_top {
    width: 100% !important;
  }

  .search_top .input-group {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .search_top {
    padding-right: 0.5rem !important;
  }

  .col-top-nav {
    padding: 0;
  }

  .col-top-nav .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 465px) and (min-width: 335px) {
  .search_top {
    width: 100%;
  }

  .search_top input {
    width: 70% !important;
  }
}

@media (max-width: 334px) {
  .search_top {
    width: 100%;
    p-right: 1.5rem;
  }

  .search_top input {
    width: 60% !important;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .search_top form {
    margin-right: 2rem;
  }
}

@media (max-width: 991px) and (min-width: 900px) {
  .search_top form {
    margin-right: 0.5rem;
  }
}

@media (max-width: 899px) and (min-width: 657px) {
  .search_top form {
    margin-right: 0;
  }

  .logo_text span {
    font-size: 12px;
  }
}

@media (max-width: 656px) and (min-width: 601px) {
  .logo_text {
    text-align: right !important;
  }

  .search_top {
    text-align: center !important;
  }

  .search_top form {
    margin-right: 2rem;
  }
}

@media (max-width: 600px) and (min-width: 500px) {
  .logo_text {
    text-align: left !important;
  }

  .search_top {
    text-align: center !important;
  }

  .logo-img {
    text-align: right !important;
  }

  .logo_text .navbar-brand {
    margin-right: auto !important;
  }
}

@media (max-width: 499px) {
  .logo_text span {
    display: block;
    font-size: 12px;
  }

  .logo_text {
    text-align: center !important;
    padding: 0rem 1rem 0 0 !important;
  }

  .search_top {
    text-align: center !important;
  }

  .search_top form {
    margin-right: 5px;
  }

  .logo-img {
    text-align: center !important;
  }

  .logo_text .navbar-brand {
    margin-right: 0 !important;
    line-height: 1.2rem;
  }
}

.counseling_link .contact-title span {
  color: #b90000;
  font-weight: 500;
}
/* main menu */
.nav_main {
  padding: 0 !important;
}

.nav_main li {
  padding: 1.35rem 0;
  border: 1px solid transparent;
  margin-left: 1.2rem;
  color: #fff !important;
  border-top: 2px solid transparent;
}

.nav_main li a {
  padding: 0.5rem !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(13 27 42);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #1c73d0 !important;
  transition: all 0.4s;
}
.mainmenu-area ul.navbar-nav li a {
  font-size: 14px;
  font-weight: 500;
}
.fixed-top .navbar-nav li a {
  color: white !important;
}

.mainmenu-area .nav > li > a:focus {
  color: #fff;
}

.mainmenu-area {
  text-transform: uppercase;
  z-index: 999;
}

.col-nav-menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(156, 156, 156)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.col-nav-logo {
  margin-top: auto;
  margin-bottom: auto;
}
.counseling_link {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  float: left;
  padding-top: 8px;
}
.counseling_link li {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.counseling_link a {
  transition: 0.5s;
  font-size: 14px !important;
  padding: 0 !important;
}
.nav_main .counseling_link li a {
  padding: 0 !important;
  color: #990000 !important;
}

.counseling_link svg {
  width: 60px;
}
.counseling_link p {
  font-size: 14px !important;
  margin: 0;
  line-height: 2rem;
  text-align: center;
}
header .social_footer_ul i {
  vertical-align: middle;
  font-size: 16px;
  color:#c1914a;
  padding: 6px;
  background-color: #ffffff3b;
  border-radius: 5px;
}
header .list_phone i,
.list_phone li a:before {
  color:#c1914a !important;
}
.counseling_link p span {
  display: block;
}
.navbar-sticky .counseling_link li {
  padding-top: 0.3rem !important;
}

@media (max-width: 1340px) and (min-width: 1298px) {
  .nav_main li {
    margin-left: 1rem;
  }
}

@media (max-width: 1297px) {
  .counseling_link li {
    margin-left: 0;
  }
}

@media (max-width: 1198px) and (min-width: 1081px) {
  .header-title {
    font-size: 18px;
  }
}

@media (max-width: 1080px) and (min-width: 992px) {
  .header-title {
    font-size: 18px;
  }
  .col-nav-menu {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .col-nav-logo {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    text-align: center;
  }
  .col-nav-menu,
  .div-top-menu ul {
    padding-left: 0 !important;
  }

  .col-nav-menu {
    text-align: left;
  }

  .nav_main li {
    margin-left: 0;
    margin-bottom: 0.1rem;
    margin-right: 1rem;
  }

  .mainmenu-area ul.navbar-nav li a,
  .mainmenu-area ul.navbar-nav li.active a {
    padding: 0.5rem !important;
    font-size: 14px !important;
  }

  .list_header_links_menu li {
    margin-right: 0;
  }

  .counseling_link svg {
    margin-top: 5px;
  }
  .navbar-sticky .counseling_link li {
    padding-top: 0 !important;
  }
  .counseling_link {
    float: left;
    padding-top: 0 !important;
    padding-left: 10px !important;
  }
  .counseling_link a {
    text-align: center !important;
  }
}
@media (max-width: 850px) {
  .counseling_link svg {
    width: 35px;
  }
}
@media (max-width: 656px) {
  .counseling_link {
    margin-top: 1px;
    padding-top: 2px !important;
  }

  .counseling_link p,
  .counseling_link a {
    font-size: 13px !important;
    line-height: 1.8rem;
  }
  .counseling_link svg {
    width: 35px;
    margin-right: 5px;
    margin-top: 8px;
  }
  .col-nav-logo {
    text-align: right;
    padding-right: 2.5rem;
  }
}
@media (max-width: 480px) {
  .counseling_link li {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .counseling_link a {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 368px) {
  .col-nav-logo {
    padding: 0 1.7rem;
  }

  .div-nav-links-mobile .list_header_links li {
    margin-top: 1.2rem !important;
  }

  .search_custom {
    padding: 0 2px;
  }

  .search_top .search-main input {
    padding-left: 5px;
    padding-right: 5px;
  }
  /*.logo-img img {*/
  /*    width:65px;*/
  /*    height: 45px;*/
  /*}*/
}

.navbar-toggler {
  text-align: right;
  border: none !important;
}

.navbar-sticky {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.navbar-sticky .div_nav_menu {
  background: transparent !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.navbar-sticky .shopping-item {
  top: 5px;
}

.navbar-sticky .nav_main {
  padding: 0 1rem !important;
  border-bottom: 0;
  border-radius: 0;
}

/* 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;
}

.feature_alarm {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 17px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -12px;
  width: auto;
  padding: 1px 3px 0 3px;
  font-weight: 500;
}

.feature_alarm.offer {
  background: none repeat scroll 0 0 red;
}

.feature_alarm.news {
  background: none repeat scroll 0 0 #ff671d;
}

.shopping-item i {
  font-size: 23px;
  color: #525050;
}

.shopping-item i.icon {
  margin-left: 15px;
}

.shopping-item:hover a {
  text-decoration: none;
}

.shopping-item:hover .cart-amunt {
  color: #fff;
}

.div-top-menu {
  padding: 0;
}

.div-top-menu ul {
  padding-right: 0;
}

@media (max-width: 991px) {
  .mainmenu-area .navbar-collapse {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2rem;
  }

  .shopping-item {
    padding: 0.5rem;
  }

  .div-top-menu .sidenav ul li {
    border-bottom: 1px solid #afa9a92e !important;
    padding: 0.3rem !important;
    border-radius: 0 !important;
    display: flex;
  }

  .nav_main .navbar-nav .dropdown-menu li,
  .nav_main .navbar-nav .dropdown-menu li:hover {
    background: #313131 !important;
  }

  .nav_main .navbar-nav .dropdown-menu {
    position: absolute !important;
    background: #313131 !important;
  }

  .div-top-menu .sidenav ul li .slash {
    padding-top: 8px;
  }

  .sidenav .product-count {
    top: -3px !important;
  }
}

@media (max-width: 656px) {
  .navbar_top ul li a i {
    vertical-align: middle;
  }

  .nav_main .navbar-nav .dropdown-menu {
    border: 0;
    border-top: 1px solid #eceaea;
    border-bottom: 1px solid #eceaea;
    border-radius: 0;
  }

  .nav_main .navbar-nav .dropdown-menu li a {
    text-align: right !important;
    font-size: 14px !important;
    padding: 0.5rem !important;
  }
}

.nav_main [data-toggle="dropdown"]:after {
  padding-right: 5px;
  padding-top: 2px;
  font-family: "icomoon";
  font-weight: 600;
  content: "\e917";
  font-size: 12px;
  vertical-align: middle;
}

.nav_main .show [data-toggle="dropdown"]:after {
  content: "\e916";
}

.nav_main .dropdown-toggle {
  display: flex;
}

.nav_main .dropdown-toggle:after {
  border: none;
}

.nav_main .navbar-nav .dropdown-menu {
  padding: 0 !important;
  text-align: right;
  border-radius: 0;
}

.nav_main .navbar-nav .dropdown-menu li {
  border-top: 0 !important;
  width: 100%;
}

.nav_main .navbar-nav .dropdown-menu li:hover {
  border-top: 0 !important;
  background-color: #fff !important;
}

@media (min-width: 992px) {
  .nav_main .navbar-nav li:hover .dropdown-menu {
    display: block !important;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    border: 0;
  }
  .nav_main .navbar-nav {
    text-align: center;
    padding: 0;
  }

  .nav_main .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #eeeeee;
    padding: 0 !important;
  }

  .nav_main .navbar-nav .dropdown-menu li a:focus {
    background-color: whitesmoke;
  }

  .nav_main .navbar-nav .dropdown-menu li a {
    padding: 0.5rem !important;
    text-align: right;
    color: #242424 !important;
  }

  .shopping-item {
    margin-right: 1rem;
    margin-left: auto !important;
  }
}

/******************************************** carousel banner ****************************************************/
.container_slider .carousel-caption {
  bottom: inherit !important;
  text-align: left !important;
  padding: 0 !important;
  cursor: default;
  top: 80% !important;
  left: 10%;
}

.container_slider .carousel-inner {
  border-radius: 2px;
}

.slider_link {
  background: #fff;
  border: 0;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 13px;
  color: #676565;
  font-weight: 600;
  transition: 0.5s;
}

.slider_link i {
  font-size: 12px;
}

.slider_link:hover {
  color: #fff;
}

.container_slider h3 {
  line-height: 2rem;
  color: #ffffff !important;
  font-size: 1.5rem;
}

.container_slider .carousel-item img {
  height: 500px;
  object-fit: cover;
}

.div_adv img {
  height: 242px;
  border-radius: 25px;
  object-fit: cover;
}

.container_slider .carousel-indicators li {
  height: 10px;
  width: 10px !important;
  border-radius: 50%;
}

.container_slider .carousel-indicators .active {
  background-color: #fff;
}
.services_title {
  line-height: 3rem;
  color: #0d1b2a;
}
/* 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.6);
}

/* carousel fade */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.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);
}

.img_adv1 {
  margin-bottom: 1rem;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container_slider .carousel-item img {
    height: 400px;
  }

  .div_adv img {
    height: 192px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container_slider .carousel-item img {
    height: 350px;
  }

  .div_adv img {
    height: 167px;
  }

  .container_slider h3 {
    font-size: 1.3rem;
  }

  .slider_link {
    font-size: 12px;
  }

  .container_slider .carousel-caption {
    top: 75% !important;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  .div_adv img {
    height: 150px;
  }

  .img_adv1,
  .img_adv2 {
    margin-top: 1rem;
  }

  .img_adv1 {
    padding-right: 1rem !important;
  }
}

@media (max-width: 656px) {
  .container_slider h3 {
    font-size: 25px;
    line-height: 2.2rem;
  }
}

@media (max-width: 499px) and (min-width: 399px) {
  .container_slider .carousel-item img {
    height: 230px;
  }

  .img_adv1 {
    padding-right: 1rem !important;
  }

  .img_adv1,
  .img_adv2 {
    margin-top: 1rem !important;
  }

  .div_adv img {
    height: 100px;
  }

  .img_adv1 {
    margin-top: 1.5rem;
  }

  .container_slider .carousel-caption {
    top: 65% !important;
  }

  .container_slider h3 {
    font-size: 18px;
    line-height: 2rem;
  }

  .container_slider .carousel-indicators {
    display: none;
  }
}

@media (max-width: 398px) {
  .container_slider .carousel-caption {
    top: 60% !important;
  }

  .container_slider .carousel-item img {
    height: 230px;
  }

  .div_adv img {
    height: 150px;
  }

  .img_adv1 {
    margin-top: 1rem;
  }

  .img_adv1,
  .img_adv2 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 1rem !important;
  }

  .container_slider h3 {
    font-size: 18px;
    line-height: 2rem;
  }

  .container_slider .carousel-indicators {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .main-banner-row {
    flex-direction: column-reverse;
  }
}
/*************************************** main site index ******************************/
/*****************************************cats index****************************************/
#categories {
  margin-top: 100px;
  margin-bottom: 100px;
}
#categories .card {
  border: 1px solid #ffffff1c;
  border-radius: 10px;
  background-color: #f7f7f7;
  height: 100%;
}
#categories .card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #categories .card img {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 576px) {
  #categories .card img {
    width: 150px;
    height: 150px;
  }
}
#categories .card .cats-desc {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #1c73d0;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: justify;
}
#categories .card .card-body .cats-btn {
  padding: 12px 10px;
  border: 1px solid #1c73d0;
  border-radius: 8px;
  font-size: 12px;
  margin-top: 15px;
  margin-right: auto;
  display: block;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
  background-color: #1c73d0;
  text-align: center;
}
#categories .card .card-body .cats-btn:hover {
  background-color: #1c73d0b4;
  color: white;
  border-color: #1c73d0;
  transition: all 0.4s;
}
/*@media screen and (max-width: 1400px) {*/
/*  #categories .col-services {*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*  }*/
/*}*/
@media screen and (max-width: 768px) {
  #categories .col-services {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/****************************************end cats idex***************************************************/
/*********************************************** features *******************************************/
.col-services {
  margin-bottom: 2rem;
}

.card_services {
  cursor: default !important;
  border: 0 !important;
  display: table;
  width: 100%;
  color: white;
  background-repeat: no-repeat !important;
  background-size: 160px 130px !important;
  transition: 0.3s;
  background-color: #fff !important;
  height: 130px;
}

.card_services:hover {
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
}

.card_service_body {
  margin: 0.8rem 0 0 1rem;
  border-radius: 0 0 3px 3px;
  top: 5%;
  position: relative;
  text-align: right !important;
}

.card_service_body p {
  font-weight: 600;
}

.card_service_body .title_services {
  text-align: right;
  color: #3c3b3b !important;
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.cats_btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  fill: #31313b;
  color: #31313b;
  background-color: white;
  padding: 14px 35px 14px 35px;
  margin-top: 1rem;
  margin-bottom: 10px;
  border: 1px solid #0d1b2a;
  border-radius: 10px;
}

.cats_btn:hover {
  color: #fff !important;
  background-color: #1c73d0;
  transition: all 0.4s;
}

.card_service_body h5 i {
  vertical-align: middle;
}

@media (max-width: 1199px) and (min-width: 767px) {
  .card_service_body {
    top: 0;
  }

  .cats_btn {
    padding: 14px 13px 12px 13px;
  }

  .card_service_body {
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}

@media (max-width: 991px) {
  .card_service_body h5 {
    font-size: 0.9rem !important;
    margin-top: 4rem !important;
    line-height: 1.5rem;
    letter-spacing: 1px;
  }

  .card_service_body {
    padding: 5px !important;
  }

  .card_service_body {
    top: 5%;
  }

  .card_services {
    background-size: 120px 100px !important;
    height: 100px;
  }
}

@media (max-width: 656px) {
  .card_services {
    background-size: 120px 120px !important;
    height: 80px;
  }

  .card_service_body p {
    text-align: center;
  }

  .card_service_body h5 {
    font-size: 1rem !important;
    margin-top: 0 !important;
    letter-spacing: 2px;
  }

  .card_services {
    margin-bottom: 1rem;
  }

  .card_services {
    background-size: 100px 80px !important;
  }
}

@media (max-width: 480px) {
  .services_title a {
    font-size: 20px;
  }

  .mb_parallax_overlay .service_desc a {
    font-size: 17px;
  }

  .card_service_body h5 {
    font-size: 1rem !important;
    margin-top: 0 !important;
    letter-spacing: 1px;
  }

  .card_services {
    margin-bottom: 1rem;
  }

  .card_services {
    background-size: 100px 80px !important;
  }

  .col-services {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .card_service_body {
    top: 0;
  }
}

@media (max-width: 500px) {
  .title_services {
    font-size: 16px;
  }

  .card_service_body {
    padding: 5px !important;
  }

  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 25px !important;
  }

  .mb_parallax_overlay h4 {
    font-size: 28px !important;
  }

  .navbar_top ul {
    margin-bottom: 0;
  }
}

@media (max-width: 399px) {
  .col_main_div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col-services {
    margin-bottom: 1rem !important;
  }
}

.card-services:hover,
.card-services:focus {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.9);
}

.card_features {
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  height: 150px;
}

.card_features span {
  font-size: 3rem;
  margin-bottom: 5rem;
  height: 150px !important;
}

.card_features h5 {
  color: #585858;
  font-size: 14px;
  margin-top: 1rem;
  cursor: default;
  line-height: 1.5rem;
  font-weight: bold;
}

.card_features:hover {
  transition: 0.5s;
}

.card_features:hover .icon_feature {
  font-size: 3.5rem;
  transition: 0.5s;
  color: #fff;
}

.card_features:hover .title_feature {
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
}

.col-features {
  margin-bottom: 2rem;
}

@media (max-width: 799px) and (min-width: 768px) {
  .card_features {
    height: 170px;
  }
}

@media (max-width: 399px) {
  .card_features {
    height: 180px;
  }
}

/***********************************************  about us in main page *******************************************/
#about .div-adv1 {
  background-color: #0d1b2a;
  border-radius: 15px;
  padding: 30px 20px 30px 20px;
  background-image: url(../images/tyre_whiite_1.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  background-blend-mode: soft-light;
}
#about .col-adv1-text {
  margin-bottom: auto;
  margin-top: auto;
  padding: 2rem;
}
#about .col-adv1-text .card-title a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.5rem;
}
#about .col-adv1-text p {
  text-align: justify;
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 2.2rem;
}
#about .container_index_adv img {
  object-fit: cover;
  height: 400px;
  border-radius: 10px;
  width: 100%;
}

/***********************************************  list services *******************************************/

/*  titles */
.titles_style {
  cursor: default;
}

.titles_style h4,
.titles_style h2 {
  font-size: 30px;
  font-weight: 500;
  color: #020202bf;
}

@media (max-width: 500px) {
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 22px !important;
  }
}

.hr_style {
  box-shadow: 0 1px 3px 1px rgba(140, 137, 137, 0.6);
}

.services_content {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.hm-black-strong-icon {
  position: relative;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin-bottom: 1rem;
}

.hm-black-strong-icon img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  vertical-align: top;
  object-fit: cover;
}

.hm-black-strong-icon:after {
  border-radius: 5px;
  content: "\A";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background: rgba(117, 114, 114, 0.3);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.card_services:hover .hm-black-strong-icon:after,
.card-blog:hover .hm-black-strong-icon:after,
.hm-black-strong-icon:hover:after {
  opacity: 1;
  transition: 0.7s ease-in-out;
}

.title_services {
  cursor: pointer !important;
  color: #0d1b2a;
  font-size: 18px;
  font-weight: 600;
}
.title_services:hover {
  color: #1c73d0;
  transition: all 0.4s;
}

.text_services {
  cursor: default !important;
  font-weight: 400;
}

.card_services:hover .text_services {
  color: #4a4a4a;
}

@media (max-width: 992px) {
  .services_content {
    margin-bottom: 3rem;
    color: #ffffd2;
  }
}
/*********************index services*************************/
.services {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container-services .card {
  border: none !important;
  border-radius: 10px !important;
}
.container-services .card .card-img-overlay {
  top: unset !important;
  text-align: center;
}
.container-services .card {
  position: relative;
}
.container-services .card .card-img-overlay a {
  text-align: center;
  color: white;
  z-index: 1000000;
  display: inline-block;
  position: relative;
  top: 10px;
}
.container-services .card .card-img-overlay a:hover {
  color: #60a9f8;
  transition: all 0.4s;
}
.container-services .card .card-img-overlay::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(13, 27, 42, 0.66) 80%
  );
  right: 0;
  left: 0;
  height: 100%;
  border-radius: 10px !important;
  width: 100%;
}
/**********************end index services*************************************/

/***********************************************  list products *******************************************/
/*  titles */
.titles_style2 {
  cursor: default;
}

.titles_style2 .index_title,
.titles_style2 h1 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0d1b2a;
  text-align: center;
  margin-bottom: 1.2rem;
}

.titles_style2 .index_title span {
  font-size: 20px;
  letter-spacing: 0;
  margin-right: 10px;
}

.titles_style2 .line_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px dotted #c0c0c0;
  line-height: 0.1em;
  width: 50%;
  margin: 10px auto 2rem auto;
}

.titles_style2 p {
  color: #1c73d0;
  font-weight: 500;
}

.titles_style2 .line_title span {
  background: #fbfbfb;
  padding: 0 5px;
}

.titles_style2 .line_title span i {
  vertical-align: middle;
  font-size: 25px;
}

.hr_style2 {
  border: 1px solid #0b0b0b;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}

/*  content */
.services_content2 {
  font-size: 18px;
  color: #e8e8e8;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.container_products {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 991px) and (min-width: 550px) {
  .services_content2 {
    margin-bottom: 1rem;
  }

  .titles_style2 .line_title {
    width: 60%;
  }
}

@media (max-width: 549px) {
  .services_content2 {
    margin-bottom: 0.1rem;
  }

  .titles_style2 .line_title {
    width: 85%;
  }
}

.container-text-cats {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

/* .container-cats {
    margin-top: 3rem;
    padding-bottom: 7rem;
    padding-top: 1rem;

} */

/* 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: 10px 5px;
}

.div-products .slick-next:before {
  content: "\e907" !important;
}

.div-products .slick-prev:before {
  content: "\e906" !important;
}

.slick-slider {
  margin-bottom: 4rem !important;
}

.div-products .slick-slide img,
.div-products .col-list-service img {
  width: 100%;
  display: block;
  height: 230px;
  object-fit: cover;
  border-radius: 10px !important;
}
.div_info_order {
  text-align: center;
}
/*
.div_posts {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.03);
} */

.col-list-service .div_posts {
  margin-bottom: 0.5rem;
}

.div_posts:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.div_posts a:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}

.card_product {
  margin-top: 0;
  border: 0 !important;
  position: relative;
  border-radius: 10px;
}

.div-products .slick-slide:hover .card_product,
.div-products .col-list-service:hover .card_product {
  filter: brightness(100%);
  transition: 0.7s;
}

.slick-initialized .slick-slide {
  height: auto !important;
}

/* .div_posts:hover {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
} */

.div-products .slick-prev {
  right: 1% !important;
  z-index: 1;
}

.div-products .slick-next {
  right: auto !important;
  left: 1rem !important;
}

.div-products .slick-prev,
.div-products .slick-next {
  bottom: auto !important;
  top: 30% !important;
}

.div-products .slick-prev:hover,
.div-products .slick-next:hover {
  color: #444444 !important;
}

.card_product_info {
  border: 0 !important;
  border-radius: 10px;
}

.card_product_info button {
  box-shadow: none !important;
  border-radius: 0;
  transition: 1s ease-out;
}

.card_product_info button a {
  color: #fff;
  font-size: 14px;
}

.card_product_info button:hover,
.div_posts:hover button {
  background: linear-gradient(#1f1f1f, #63625f) !important;
  transition: 1s ease-out;
}

.card_product_info .product_title a {
  line-height: 1.3rem;
  color: #1f1f1f;
  font-size: 15px;
}

.card_product_info span {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 500;
}

.card-body-style_product {
  margin: 1rem 0;
  text-align: center;
}

.old_price {
  color: #ccc9c9;
  text-decoration: line-through;
  font-weight: 500;
}

.btn_sale {
  z-index: 1 !important;
  top: 10px;
  background: none repeat scroll 0 0 #00d384;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 40px;
  padding: 0;
  border: 0;
}

@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,
  .div-products .col-list-service img {
    height: 170px;
  }
}

@media (max-width: 992px) and (min-width: 850px) {
  .div-products .slick-slide img {
    height: 150px;
  }

  .div-products .col-list-service img {
    height: 200px !important;
  }

  .product_price {
    height: 40px;
  }

  .div-products .slick-prev,
  .div-products .slick-next {
    top: 21% !important;
  }
}

@media (max-width: 656px) and (min-width: 401px) {
  .div-products .col-list-service img {
    height: 290px !important;
  }
}

@media (max-width: 400px) {
  .titles_style2 h4 {
    font-size: 30px;
  }

  .titles_style2 h2,
  .titles_style2 h1 {
    font-size: 1.5rem;

    letter-spacing: 2px;
  }
}

/* cards style */
.div-products {
  margin-bottom: 0 !important;
}

.div-products .slick-slide,
.div-products .col-list-service {
  padding-left: 0.5rem;
  padding-bottom: 0.6rem;
  padding-right: 0.5rem;
}

.col-doctors h5 {
  color: #242424;
}

.col-doctors p {
  font-weight: 500;
  font-size: 1.25rem;
  height: 60px;
}

.card-doctors {
  border: 1px solid #939393;
  border-radius: 2px;
  text-align: center;
}

.col-doctors .card-title {
  height: 35px;
}

.col-doctors img {
  padding: 0;
  margin: 0;
  height: 230px;
}

.card-doctors:hover img {
  opacity: 0.8;
}

@media (max-width: 1199px) and (min-width: 1101px) {
  .col-doctors img {
    height: 200px;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .col-doctors img {
    height: 180px;
  }

  .col-doctors p {
    height: 90px;
  }
}

@media (max-width: 565px) and (min-width: 530px) {
  .col-doctors img {
    height: 160px;
  }

  .col-doctors p {
    height: 90px;
  }
}

@media (max-width: 529px) and (min-width: 420px) {
  .col-doctors img {
    height: 270px;
  }

  .col-doctors p {
    height: 60px;
  }
}

.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;
}

/***********************************************  parallax *******************************************/

/*  parallax */
.mb_parallax_overlay {
  z-index: 1;
  position: relative;
  top: 40%;
}

.mb_parallax_overlay2 {
  z-index: 1;
  position: relative;
  top: 4%;
}

.mb_parallax_overlay3 {
  z-index: 1;
  position: relative;
  top: 60%;
}

.mb_parallax_overlay h5 {
  font-size: 18px;
  font-weight: 900;
}

.mb_parallax_overlay h2 {
  font-size: 2rem;
  font-weight: 300;
  text-align: right;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.paralsec2 h4 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 1.7rem;
}

.mb_parallax_overlay h3,
.mb_parallax_overlay2 h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 1rem;
  line-height: 3.5rem;
}

.mb_parallax_overlay2 h4 {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #fff;
}

.div_text_service {
  text-align: right;
}

.btn-banner {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  fill: #31313b;
  color: #2e2e33;
  padding: 10px 40px 10px 40px;
  border: 0;
  /* background-color: white; */
}
.slider_desc {
  font-family: Lalezar-Regular !important;
  color: #000;
}
.btn-1 {
  background-color: #1c73d0;
  color: #ffffff;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.btn-1:hover {
  background-color: #1c73d034;
  transition: all 0.4s;
}
.btn-2 {
  background-color: #1c73d034;
  color: #1a1a1a;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.btn-2:hover {
  background-color: #1c73d0;
  color: #ffffff;
  transition: all 0.4s;
}
/* .banner-search {
    background-color: #0d1b2a08;
    padding: 20px 30px 30px 30px;
    border-radius: 10px;
} */
.banner-search .services_title {
  line-height: 1.5rem !important;
}
.banner-search .btn-search {
  background-color: #1c73d0 !important;
  padding: 10px 25px;
  border-radius: 10px !important;
  margin-left: 10px !important;
}
.btn-banner:hover {
  /* background-color: #1d1d1d;
    color: #fff;
    transition: .3s ease-out; */
}

.mb_parallax_overlay .service_desc {
  border-radius: 0 10px 10px 0;
  padding: 0 10px 0px 5px;
  text-align: justify;
  margin-top: 1.2rem;
}

.mb_parallax_overlay .service_desc a {
  font-weight: 500;
  line-height: 2rem;
  /* text-shadow: 2px 2px #343434; */
  color: #1c73d0;
  font-size: 18px;
}

.paralsec2 p {
  font-size: 16px;
  text-shadow: none;
  font-weight: 500;
  text-align: center;
  background: transparent;
  border: 0;
  line-height: 2rem;
  color: #d4d2d2;
}

.paralsec1 {
  /* height: 100vh; */
  /* margin-top: -2%; */
  cursor: default;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  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;
}

.search-box {
  width: 100%;
}

.search_custom {
  border-radius: 15px !important;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 5px 10px 5px 0px !important;
}

.search_custom input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.search-main button {
  border: 0 !important;
  background-color: #f8f9fa !important;
  padding: 0;
}

.search-main input {
  padding: 0.7rem;
  border: 0 !important;
  background: #fff;
}

.search-main i {
  padding-top: 5px;
  font-size: 25px;
  font-weight: 500;
  vertical-align: middle;
  color: #ffffff;
}

.insta_btn {
  overflow-wrap: anywhere;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 10px 40px;
  border-radius: 10px;
  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;
}

.image_social {
  object-fit: contain;
}

.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;
}

.mb_parallax_overlay2 h4 {
  color: #fff;
  margin-top: 0;
}
.banner-social {
  padding: 3rem 0;
  margin-top: 100px;
  /* background-color: #1c73d00d; */
  background-image: url(../images/5173521.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-social .banner-img {
  height: 400px;
  border-radius: 100%;
}
@media screen and (max-width: 1400px) {
  .banner-social .banner-img {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  #banner {
    margin-top: 50px;
  }
  .banner-social .banner-img {
    height: 400px;
  }
  .banner-social {
    background-position: top right;
    background-size: 350px;
  }
}
@media screen and (max-width: 768px) {
  .banner-social {
    background-position: top right;
    background-size: 300px;
  }
}
@media screen and (max-width: 450px) {
  .banner-social .banner-img {
    height: 300px;
    object-fit: contain;
  }
}
.div_index_comments p {
  text-shadow: 2px 3px #0d1b2a;
  color: #b74c8e;
  font-weight: 900;
  font-size: 2.3rem;
}
/******************************** style site-banner1 *****************************************************/
.paralsec2 {
  cursor: default;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 0;
  /*height: 100%;*/
  padding-top: 100px;
  padding-bottom: 100px;
}
.paralsec2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(0 0 0 / 49%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-about {
  margin-top: 150px;
  margin-bottom: 100px;
}
.site-about .content-p {
  text-align: justify;
  color: white;
  display: block;
  z-index: 1;
  font-size: 18px;
}
.site-about .about-header {
  color: white !important;
  z-index: 1 !important;
  font-size: 34px;
}
.site-about .container {
  background-color: #ffffff52;
  /* border: 1px solid #ffffff; */
  border-radius: 10px;
  /* padding: 70px 10px; */
  width: 90%;
}
#banner2 .paralsec2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.226);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*  back form  */
.mb_parallax_overlay2 {
  margin-bottom: auto;
  margin-top: auto;
}

.mb_parallax_overlay2 h4 {
  color: #0d1b2a;
  font-size: 24px;
  font-weight: 600;
  line-height: 4rem;
  /* text-shadow: 2px 2px #343434; */
  text-align: center;
}

.paralsec2 {
  height: 450px;
  cursor: default;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  position: relative;
  margin-bottom: 4rem;
}

.paralsec2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
  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: 400px) and (min-width: 300px) {
  .search-main input {
    font-size: 12px;
  }
}

.search_custom input {
  font-size: 12px;
  background-color: #f8f9fa !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .mb_parallax_overlay {
    top: 32%;
  }

  .div_index_comments {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .mb_parallax_overlay h5 {
    font-size: 16px;
  }

  .mb_parallax_overlay p {
    font-size: 14px;
  }

  .mb_parallax_overlay {
    top: 27%;
  }

  .paralsec2 {
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  .paralsec2 {
    height: 400px;
    /*padding: 0 0 2rem 0;*/
    margin-bottom: 0;
  }

  .mb_parallax_overlay h5 {
    font-size: 16px;
  }

  .mb_parallax_overlay h2 {
    font-size: 2rem;
  }

  .mb_parallax_overlay {
    top: 22%;
  }

  .div_text_service {
    margin-bottom: 1.5rem;
  }

  .div_index_comments {
    padding-bottom: 2rem;
  }
}

@media (max-width: 656px) and (min-width: 500px) {
  .paralsec2 {
    height: 400px;
    /*padding: 0 0 2rem 0;*/
    margin-bottom: 0;
  }

  .mb_parallax_overlay2 {
    top: 10%;
  }

  .mb_parallax_overlay2 h4 {
    font-size: 24px;
  }

  .paralsec2 p {
    font-size: 2rem;
  }

  .div_index_comments {
    padding-bottom: 1rem;
  }
}

@media (max-width: 499px) {
  .mb_parallax_overlay3 {
    top: 50%;
  }

  .paralsec2 {
    margin-bottom: 0;
    /*height: auto;*/
    /*padding: 2rem 0 2rem 0;*/
  }

  .mb_parallax_overlay2 h4 {
    font-size: 16px;
    line-height: 2rem;
  }

  .mb_parallax_overlay2 {
    top: 10%;
  }

  .mb_parallax_overlay2 h4 {
    font-size: 18px;
  }

  .paralsec2 p {
    font-size: 1.6rem;
  }

  .div_index_comments {
    padding-bottom: 0 !important;
  }

  .mb_parallax_overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .mb_parallax_overlay h3 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .mb_parallax_overlay {
    top: 22%;
  }

  .div_text_service {
    margin-bottom: 1.5rem;
  }

  .mb_parallax_overlay p {
    font-size: 13px;
    line-height: 2rem;
    text-shadow: none;
  }

  .btn-paralax {
    font-size: 18px;
  }

  .mb_parallax_overlay h5 {
    font-size: 15px;
  }

  .btn-banner {
    font-size: 15px;
    padding: 15px 30px;
  }
}

@media (max-width: 379px) {
  .mb_parallax_overlay2 {
    top: 4%;
  }

  .mb_parallax_overlay {
    top: 15%;
  }

  .mb_parallax_overlay p {
    font-size: 14px;
    line-height: 2rem;
    padding: 0 1rem;
  }

  .btn-paralax {
    font-size: 16px;
  }

  .mb_parallax_overlay {
    padding-top: 0 !important;
  }

  .mb_parallax_overlay h5 {
    font-size: 14px;
  }
}

/* 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;
  }
}

/*********************************************** main list blog *******************************************/
.div-blog {
  margin-top: 1rem;
}

.card_product_info .card-date-title,
.card_product_info .card-date {
  font-size: 12px;
  color: #1c73d0;
  font-weight: 500;
}

.card-body-style-index h3 {
  height: 25px;
  line-height: 1.3rem;
}

.card-body-style-index a h3 {
  font-size: 17px;
  line-height: 1.7rem;
  color: #0d1b2a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card-body-style-index a {
  display: inline-block;
}
.card-body-style-index a h3:hover {
  color: #1c73d0;
  transition: all 0.4s;
}
.card-body-style-index p {
  font-weight: 500;
  color: #3a3a3a;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5rem;
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.col-blog-index {
  border-radius: 10px;
  /* box-shadow: 0 1px 4px 1px rgb(0 0 0 / 5%); */
  border: 1px solid #0d1b2a14;
}

.col-blog-index a img {
  cursor: pointer !important;
}
.col-blog-index:hover {
  border: 1px solid #0d1b2a77;
  transition: all 0.4s;
}

.col-blog-index img {
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.col-blog {
  margin-bottom: 7px;
}

.card-blog {
  border: 1px solid #909090 !important;
}

.col-blog img {
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  padding: 0;
  object-fit: cover;
}

.col-blog img:hover {
  opacity: 0.8;
  border: 1px solid #2e2e2e;
}

.title_blog {
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  padding-top: 1rem;
  height: 60px;
  line-height: 1.5rem;
}

.text_blog {
  height: 45px;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}

.col-blog span {
  text-align: right;
}

.col-blog span,
.col-blog i {
  font-size: 12px;
  font-weight: bold;
}

.col-blog i {
  vertical-align: middle;
  padding-right: 2px;
}

@media (max-width: 1299px) and (min-width: 1200px) {
  .col-blog-index img {
    height: 270px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .col-blog-index img {
    height: 250px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .col-blog-index img {
    height: 200px;
  }
}

@media (max-width: 656px) and (min-width: 400px) {
  .col-blog-index img {
    height: 300px;
  }
}

@media (max-width: 399px) {
  .col-blog-index img {
    height: 250px;
  }
}

@media (min-width: 1700px) {
  .col-blog img {
    height: 280px;
  }
}

@media (max-width: 1699px) and (min-width: 1480px) {
  .col-blog img {
    height: 250px;
  }
}

@media (max-width: 1479px) and (min-width: 1300px) {
  .col-blog img {
    height: 210px;
  }
}

@media (max-width: 1299px) and (min-width: 1199px) {
  .col-blog img {
    height: 185px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .col-blog img {
    height: 140px;
  }
}

@media (max-width: 991px) and (min-width: 750px) {
  .col-blog img {
    height: 230px;
  }
}

@media (max-width: 749px) and (min-width: 657px) {
  .col-blog img {
    height: 210px;
  }
}

@media (max-width: 656px) and (min-width: 505px) {
  .col-blog {
    margin: 0.5rem 5rem;
  }

  .col-blog img {
    height: 310px;
  }
}

@media (max-width: 504px) and (min-width: 380px) {
  .col-blog img {
    height: 240px;
  }
}

@media (max-width: 379px) and (min-width: 330px) {
  .col-blog img {
    height: 180px;
  }
}

@media (max-width: 329px) {
  .col-blog img {
    height: 160px;
  }
}
/*********************************adv2 index***************************/
#advertisement {
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url(../images/Bg-Pattern-2.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 500px;
}
/*********************************end adv2 index***************************/
/*********************************adv3 index***************************/
#advertisement2 {
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url(../images/Bg-Pattern-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 500px;
}
/*********************************end adv index***************************/
/**********************************index map****************************************************/
#map .address i,
#map .contact-info i {
  padding: 8px;
  background-color: #1c73d066;
  color: #1c73d0;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 5px;
}
#map .address p,
#map .contact-info p {
  color: #0d1b2a;
  text-align: right;
  line-height: 2rem;
  font-size: 16px;
}
#map .contact-info a {
  margin-right: 10px;
  font-weight: 500;
  color: #1c73d0;
}
/**************************************end index map***********************************/
/*********************************************** footer *******************************************/
.container_index_items {
  background-color: #f8f9fa !important;
  margin-top: 3rem;
  padding: 2rem 1rem;
}

.div-items-index {
  text-align: center;
}

.container_index_adv2 img {
  /*height: 100%;*/
  /*width: 100%;*/
  object-fit: cover;
  border-radius: 10px;
}

.div-items-index h6 {
  font-size: 14px;
  color: #495057;
  font-weight: 500;
  margin-top: 1rem !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.container_index_adv {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

#advertisement3 .container_index_adv2 {
  /* margin-top: -8rem; */
  margin-bottom: 3rem;
}

#advertisement2 .container_index_adv2 {
  /* margin-top: -10%; */
  margin-bottom: 3rem;
}

.div-items-index iframe,
.wp-video,
.mejs-container,
.div-items-index video {
  border: 0;
  max-height: 400px !important;
  outline: none;
}

.h_iframe-aparat_embed_frame {
  min-height: 300px;
}
.container_index_adv2 p {
  padding: 0 3rem;
  text-align: justify;
  margin: 0;
  font-weight: 500;
  color: #0d1b2a;
  font-size: 15px;
  line-height: 2.2rem;
}

.container-brands-index {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 1rem;
}

.div-items-index-img {
  height: 50px;
  width: 100%;
  object-fit: contain;
}

.container_adv1-img {
  position: relative;
  margin: auto;
  width: 300px;
  height: 300px;
}

.container_adv1-img .image1 {
  background-size: cover;
  width: 300px;
  height: 100%;
  margin: auto;
}

.container_adv1-img .image2 {
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 25px;
  z-index: 1000;
  margin: auto;
  right: 23px;
}
.btn-product {
  float: left;
  background-color: #1c73d0;
  color: #ffffff;
  border-radius: 7px;
  font-size: 15px;
  border: 2px solid #1c73d0;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.btn-product:hover {
  background-color: #fff;
  color: #1c73d0;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-product i {
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .col-adv1-text h3 {
    font-size: 1.5rem;
  }

  .container_index_adv2 img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .div-items-index img {
    height: 300px;
  }

  .div-items-index iframe,
  .wp-video,
  .mejs-container,
  .div-items-index video {
    height: 400px !important;
    outline: none;
  }

  .div-adv2-item2 .col-adv1-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-items-index {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .col-adv1-text .card-title {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.5 !important;
  }

  .col-adv1-img {
    margin-top: 1.7rem;
  }

  .container_index_adv2 p {
    padding: 0;
  }

  .container_index_adv2 img {
    height: 350px;
  }

  .div-adv2 {
    background-color: transparent;
    box-shadow: none;
  }

  .div-items-index-img {
    height: 40px;
  }
}

@media (max-width: 479px) {
  .container_adv1-img .image1 {
    width: 200px;
    height: 200px;
  }

  .container_adv1-img {
    width: 250px;
    height: 200px;
  }

  .container_adv1-img .image2 {
    right: 48px;
    width: 150px;
    height: 150px;
  }

  .div-items-index iframe,
  .wp-video,
  .mejs-container,
  .div-items-index video {
    height: 300px !important;
    outline: none;
  }

  .div-adv2-item2 .col-adv1-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .container_index_adv2 p {
    padding: 0;
  }

  .container_index_adv2 img {
    height: 250px;
  }

  .container_index_adv2 {
    margin-top: -7%;
    margin-bottom: 4rem;
  }

  .div-adv2 {
    background-color: transparent;
    box-shadow: none;
  }

  .div-items-index img {
    height: 250px;
  }

  .div-items-index {
    margin: 0;
  }

  .div-items-index-img {
    height: 30px;
  }
}

.footer {
  padding: 2rem 0;
  width: 100%;
  min-height: 250px;
}

.footer h6,
.footer p {
  cursor: default;
  color: #fff;
  line-height: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer p {
  text-align: justify;
  margin: 4px 0 9px 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  line-height: 1.8rem;
}

.footer h6 {
  border-bottom: 1px solid #ffffff6b !important;
  border-radius: 10px;
  text-align: center !important;
}

.footer ul li a {
  font-size: 14px;
}

.footer ul li a:hover {
  color: #d2cece;
}

.headin5_amrc img {
  width: 75px;
  margin-top: 0.7rem;
}

.social_footer_ul,
.social_footer_ul2 {
  color: #d5d5d5;
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}

.social_footer_ul i,
.social_footer_ul2 i {
  font-size: 27px;
  color: #1d1d1d;
  
}

.social-div {
  margin-bottom: 1rem;
}

.social_footer_ul li,
.social_footer_ul2 li {
  padding-left: 0.6rem;
  padding-top: 2px;
  float: left;
  cursor: pointer;
}

.links-div {
  cursor: default;
  text-align: right;
  margin-bottom: 1rem;
  margin-top: 0.65rem;
}

.contact_info_footer,
.contact-footer-text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.contact-footer-text .contact_icon {
  padding-left: 5px;
}

.contact-footer {
  margin-top: 1.5rem;
}

.footer_instagram {
  margin-top: 0.6rem;
  text-align: right;
}

.footer_instagram span {
  font-size: 17px;
  font-weight: 500;
  color: #2e2e2e;
}

.footer_instagram i {
  font-size: 25px;
  vertical-align: middle;
  color: #df19e2;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer p {
    margin: 3px 0 3px 0;
  }
}

@media (max-width: 991px) {
  .col-adv1-text {
    padding: 1rem;
  }

  .footer p {
    margin: 1px 0 1px 0;
  }

  .links-div {
    margin-top: 0.5rem;
  }

  .enamad-div {
    margin-top: 2.2rem;
  }
}

.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: 0;
}

.footer_ul_amrc2 {
  padding: 1rem 0 0 0;
}

.footer_ul_amrc {
  margin-top: 1rem !important;
}

.footer_ul_amrc li,
.footer_ul_amrc2 li {
  margin: 0;
  text-align: right;
  list-style-type: none;
  font-size: 16px;
}

.footer_ul_amrc li {
  padding: 0 0 0.6rem 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer_ul_amrc2 li {
  padding: 0 0 1rem 0;
}

.footer_ul_amrc li a,
.footer_ul_amrc2 li a {
  font-weight: 300;
  color: #fff;
  margin-top: 1rem;
}

.footer_ul_amrc li a:hover,
.footer_ul_amrc2 li a:hover {
  text-decoration: none;
}

.footer_ul_amrc2 img {
  margin-top: 0.7rem;
  border-radius: 3px;
  width: 135px;
  height: 135px;
  object-fit: cover;
}

.footer_ul_amrc2 img:hover {
  opacity: 0.8;
}

.footer_bottom {
  background-color: #fff !important;
  padding-top: 0.5rem;
  border-top: 1px solid #dedede;
}
.footer_bottom p {
  font-weight: 400 !important;
  color: #ffffff !important;
  font-size: 12px;
}
.copy_right p {
  color: #e1e1e1;
  font-size: 12px;
}
.fartak .fartaak {
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .almas {
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .fartaak:hover {
  color: #9900cc;
}
.fartak .almas:hover {
  color: #4a64e6;
}
.fartak p {
  color: #e1e1e1;
}

@media (max-width: 767px) and (min-width: 657px) {
  .links-div {
    padding-right: 3rem !important;
  }

  .col-adv1-text {
    padding: 2rem;
  }
}

@media (max-width: 656px) {
  .col-adv1-text {
    padding: 1rem 2rem 2rem 2rem;
  }

  .col_white_amrc,
  .line_footer,
  .footer_ul_amrc li {
    text-align: center !important;
  }

  .links-div {
    margin-top: 1rem;
  }

  .enamad-div {
    text-align: center;
  }

  .div_header2 .nav_main,
  .navbar-sticky .nav_main {
    background-size: contain;
  }
}

@media (max-width: 800px) {
  .footer_contact,
  .footer_ul_amrc {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .footer_ul_amrc2 img {
  }
}

.footer-desc-div {
  text-align: justify;
  cursor: default;
  margin-bottom: 0;
}

.footer-desc-div img {
  width: 77px;
  text-align: right;
  cursor: default;
  object-fit: contain;
  margin-bottom: 0;
}

.footer-desc-div .footer-title,
.footer-desc-div a {
  font-size: 19px;
  color: #fff !important;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 5px;
  margin-right: 0;
}

.footer-desc-div .footer-desc {
  margin: 0;
  line-height: 2rem;
  padding-top: 0.5rem;
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
}

@media (max-width: 767px) and (min-width: 380px) {
  .headin5_amrc img {
    width: 30%;
  }
}

@media (max-width: 379px) {
  .headin5_amrc img {
    width: 40%;
  }
}

@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: 1.3rem;
  }

  .footer-desc-div,
  .footer p,
  .footer h6,
  .footer_instagram,
  .contact-footer,
  .footer_ul_amrc li {
    text-align: center !important;
  }

  .contact-footer .contact-footer-text {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_ul_amrc2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .col-adv1-text .card-title a {
    font-size: 1.5rem;
  }

  .footer_ul_amrc2 img {
    width: 100px;
  }

  .single-content {
    margin-top: 0.5rem !important;
  }

  .container-cats {
    margin-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 0;
  }

  .titles_style2 .index_title,
  .titles_style2 h1 {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
  }

  .titles_style2 .index_title span {
    font-size: 18px;
  }
}

.social_footer_ul {
  color: #d5d5d5;
  display: flex;
  align-items: baseline;
  margin: 1rem 0 0 0;
  list-style-type: none;
  text-align: center;
  padding: 0;
}

.social_footer_ul i {
  vertical-align: middle;
  font-size: 16px;
  color: #e9e3e3;
}

.social_footer_ul h5 {
  margin-bottom: 0.3rem;
  font-size: 15px;
  margin-top: 0;
  line-height: 1.5rem;
}

.list_phone i,
.list_phone li a:before {
  color: #fff !important;
}

.social_footer_ul li {
  padding-right: 0.5rem !important;
  padding-top: 2px;
  float: left;
  cursor: pointer;
}

.social_footer_ul li:hover i {
  color: #fff !important;
}

@media (max-width: 500px) {
  .social_footer_ul li {
    padding-top: 2px;
  }

  .navbar_top ul li {
    padding-left: 0.3rem !important;
  }

  .navbar_top .social_footer_ul {
    padding-left: 0.5rem !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);
}

.map_frame {
  position: relative;
}

.map_frame iframe {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.container_map .leaflet-popup {
  /*display: none;*/
}

.map_frame .map_frame_text {
  z-index: 999;
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 270px;
  cursor: default;
  border: 5px solid #ddd;
  border-radius: 0;
}

.map_frame .map_frame_text .card {
  border: 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
}

.map_frame .map_frame_text h4 {
  font-size: 25px;
}

.map_frame_title_phone a {
  font-size: 22px;
}

.map_frame .map_frame_text strong {
  font-weight: 500;
}

.map_frame_title {
  margin-bottom: 1rem;
}

.map_frame_title a,
.map_frame_title {
  color: #737373;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 656px) {
  .map_frame iframe {
    height: 550px;
  }

  .map_frame_title a,
  .map_frame_title {
    font-size: 14px;
  }

  .map_frame .map_frame_text {
    left: 2%;
  }

  .map_frame .map_frame_text .card-body {
    padding: 0.5rem;
  }
}

/* ********************************* list page ******************************** */
.carousel-list img {
  height: 350px;
  object-fit: cover;
}

.card_blog {
  border: 0;
  padding-right: 5px;
  margin-bottom: 1rem;
  color: #6d6d6d !important;
  font-size: 15px;
  list-style-type: none;
  cursor: pointer;
  font-weight: 300;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.card_blog:hover {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.card_blog:hover img {
  filter: brightness(80%);
  transition: 0.5s;
}

.card_blog h5 {
  color: #423a3a;
}

.div-list-blog .col-blog {
  margin-bottom: 2rem !important;
}

.card-border1 p {
  font-size: 13px;
  font-weight: 500;
  color: #5d5b5b;
  line-height: 2rem;
  text-align: justify;
}

.card-border1 .card-date {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 400;
  text-align: right !important;
}

.card-body-style3 .card-text {
  text-align: right !important;
}

.card-border1 .card-cat {
  font-size: 13px;
  padding: 5px !important;
  border: 1px solid #bdbdbd;
}

.button-radius {
  position: relative;
  border: 1px solid #eaeaea;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 14px;
}

.button-radius:after {
  font-family: "icomoon";
  content: "\e906";
  font-size: 14px;
  color: #3e3d3df7;
  width: 28px;
  height: 28px;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
  font-weight: 700;
}

.button-radius:hover {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  padding-right: 20px;
  padding-left: 30px;
}

@media (max-width: 991px) and (min-width: 600px) {
  .carousel-list img {
    height: 250px;
  }
}

@media (max-width: 599px) and (min-width: 400px) {
  .carousel-list img {
    height: 200px;
  }
}

@media (max-width: 399px) {
  .carousel-list img {
    height: 150px;
  }
}

/* breadcrump */
.bread-custom {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 0;
  direction: rtl !important;
  font-size: 16px;
}

.bread-custom a {
  font-size: 14px;
  color: #444444 !important;
  font-weight: 400;
}

.bread-custom span {
  font-size: 14px;
  color: #444444 !important;
  font-weight: 500;
}

.bread-custom li a:hover {
  color: #212121 !important;
  font-weight: 400;
}

.bread-custom .active {
  cursor: default !important;
  color: #5c5c5c;
  font-weight: 400;
}

.div-list-doctors .col-doctors {
  margin-bottom: 2rem;
}

.sidebar_first {
  margin-top: 0.5rem;
}

@media (max-width: 1199px) and (min-width: 1101px) {
  .div-list-doctors img {
    height: 180px !important;
  }

  .div-list-doctors p {
    height: 80px !important;
  }
}

@media (max-width: 799px) and (min-width: 768px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}

@media (max-width: 330px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .div-list-doctors img {
    height: 160px !important;
  }
}

@media (max-width: 656px) and (min-width: 530px) {
  .div-list-doctors img {
    height: 280px !important;
  }
}

@media (max-width: 480px) and (min-width: 400px) {
  .div-list-doctors img {
    height: 220px !important;
  }
}

@media (max-width: 380px) {
  .div-list-doctors img {
    height: 170px !important;
  }
}

/* sidebar */
@media (min-width: 1254px) {
  .div-sidebar {
    margin-top: 1rem;
  }
}

@media (max-width: 920px) and (min-width: 768px) {
  .div-list-blog img {
    height: 180px !important;
  }
}

/* search */
.search-blog button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
  background: #fff;
}

.search-blog input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0 !important;
  border-radius: 0 30px 30px 0 !important;
}

.search-blog i {
  font-size: 19px;
  color: #888888;
  vertical-align: middle;
}

.search-blog button:hover .icon-search {
  color: #383838 !important;
}

.header_links {
  margin-bottom: auto;
  margin-top: auto;
}

.list_header_links,
.list_header_links_menu {
  list-style: none;
  margin: 0;
  display: flex;
  text-align: left;
  float: left;
}

.list_header_links li {
  padding: 1.4rem 0 !important;
}

.div-nav-links-mobile .list_header_links li {
  padding: 0 !important;
}

.list_header_links_menu li {
  margin-left: 0.1rem;
  width: max-content;
  position: relative;
}

.list_header_links_menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
}

.list_header_links li i {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}

.relative_cart_div a {
  position: relative;
}

.search-blog {
  margin-bottom: 5px;
}

.btn-search i {
  cursor: pointer !important;
}

/* categories */
.cats_blog,
.most_popular {
  border: 0;
  text-align: right;
  background-color: #fff;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.cats_blog i,
.most_popular i {
  cursor: default;
  font-size: 22px;
  color: #7a7a7a !important;
  font-weight: 500;
  vertical-align: middle;
}

.cats_blog p,
.most_popular p {
  cursor: default;
  text-align: right;
  font-size: 15px;
  padding: 0.5rem 0.5rem 0 0.5rem;
  color: #3e3e3e;
  font-weight: 500;
}

.popular_txt p {
  padding: 0.5rem 0 0 0 !important;
}

.popular_txt p del {
  font-size: 13px;
  color: #888888;
}

.cats_blog ul,
.most_popular ul {
  padding-right: 0 !important;
}

.cats_blog ul li:last-child,
.most_popular ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.cats_blog ul li,
.most_popular ul li {
  padding-right: 5px;
  padding-bottom: 0;
  margin-bottom: 1rem;
  color: #6d6d6d !important;
  font-size: 15px;
  list-style-type: none;
  cursor: pointer;
  font-weight: 300;
}

.cats_blog ul li img {
  width: 40px;
  height: 30px;
  padding: 0;
}

.most_popular ul li img {
  width: 60px;
  padding: 0;
  height: 50px;
}

.cats_blog ul li img:hover,
.cats_blog ul li:hover .img_cats,
.most_popular ul li img:hover,
.most_popular ul li:hover .img_cats {
  filter: brightness(80%);
}

.cats_blog ul li a {
  color: #606060 !important;
  font-size: 14px;
  font-weight: 400;
}

.most_popular ul li a {
  color: #585858 !important;
  font-size: 14px;
  font-weight: 500;
}

.cats_blog ul li a:hover,
.cats_blog ul li a:focus,
.cats_blog ul li:hover .link_cats,
.most_popular ul li a:hover,
.most_popular ul li a:focus,
.most_popular ul li:hover .link_cats {
  color: #303030 !important;
  transition: 0.2s;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .cats_blog ul li a {
    font-size: 13px;
  }

  .most_popular ul li a {
    font-size: 13px;
  }

  .cats_blog ul li img {
    width: 30px;
    height: 25px;
  }
}

@media (max-width: 1350px) and (min-width: 1200px) {
  .most_popular ul li a {
    font-size: 13px;
  }

  .most_popular ul li img {
    width: 50px;
    height: 45px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .popular_txt {
    float: right !important;
  }

  .most_popular ul li img {
    width: 40px;
    height: 35px;
  }

  .list_header_links li {
    margin-left: 1rem;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .list_header_links li {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) and (min-width: 360px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }
}

@media (max-width: 359px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }

  .most_popular ul li img {
    width: 40px;
    height: 35px;
  }

  .most_popular ul li a {
    font-size: 12px;
  }
}

/*custom pagination */
.custom-pagination {
  text-align: center;
  direction: rtl !important;
  padding-bottom: 1.5rem !important;
}

.pagination {
  display: inline-block;
}

.custom-pagination ul {
  list-style: in;
}

.custom-pagination a,
.custom-pagination span {
  text-decoration: none;
  padding: 0 10px;
  border-radius: 3px;
}

.custom-pagination a {
  font-size: 14px;
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}

.custom-pagination span {
  color: #ffffff;
}

.custom-pagination a:hover {
  color: #fff;
}

/* ********************************* single ******************************** */
/* image single */
.box8 {
  cursor: pointer;
}

.box8 .icon,
.box8 .title {
  margin: 0 !important;
  position: absolute !important;
}

.box8 {
  position: relative;
}

.box8 img {
  margin-bottom: 0 !important;
  width: 100%;
}

.box8 .title,
.cat_box8 .title {
  font-size: 14px !important;
  color: #fff !important;
}

.box8 .title:hover,
.cat_box8 .title:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.box8 .title,
.cat_box8 .title {
  opacity: 0.8;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 600;
  top: 20px;
  right: 20px;
  transition: all 0.9s ease 0s;
}

.box8 .icon li a {
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 990px) {
  .box8 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .box8 img {
    height: 150px;
  }
}

@media (max-width: 656px) and (min-width: 450px) {
  .box8 img {
    height: 300px;
  }
}

/* single post */
.post_top,
.post_rel {
  margin-top: 2px;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.post_top2 {
  margin-top: 2px;
  margin-bottom: 1rem;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.post_top2 h1 {
  font-size: 30px !important;
  line-height: 3rem !important;
}

.post_top2 h2 {
  font-size: 22px !important;
  line-height: 2rem !important;
}

.doctor_info {
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .doctor_info {
    text-align: center;
  }
}

.doctor_info .w-btn {
  width: 60%;
}

.title_info,
.title_social {
  color: #000000ed;
  font-weight: bold;
}

.title_social a {
  font-size: 18px;
  padding-right: 2px;
  font-weight: 400;
}

.title_info a {
  color: #515151;
  font-weight: 400;
  line-height: 1.5rem !important;
}

@media (max-width: 656px) {
  .post_top,
  .post_rel {
    padding: 1rem 1rem;
  }
}

.rel_title p {
  font-weight: bold;
  color: #2c2c2c;
  font-size: 18px;
}

.card_header_style {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
}

.single-content h1 {
  font-size: 25px !important;
  color: #302f2f !important;
  line-height: 3rem !important;
  font-weight: 500;
}

/* single social */

.div-social p,
.div-social {
  color: #262626 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.share-social i,
.share-social2 i {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

.share-social a,
.share-social2 a {
  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;
  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: #0d1b2a;
  font-weight: 400;
  font-family: Lalezar-Regular !important;
}

.single-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0d1b2a;
  padding-top: 0.5rem;
  font-family: Lalezar-Regular !important;
}

.single-content h3 {
  font-size: 18px;
  color: #0d1b2a;
  padding-top: 0.5rem;
  font-family: Lalezar-Regular !important;
}

.single-content h4 {
  font-size: 16px;
  color: #0d1b2a;
  padding-top: 0.5rem;
  font-family: Lalezar-Regular !important;
}

.single-content h5 {
  font-size: 15px;
  color: #0d1b2a;
  padding-top: 0.5rem;
  font-family: Lalezar-Regular !important;
}

.single-content h6 {
  font-size: 14px;
  color: #0d1b2a;
  padding-top: 0.5rem;
  font-family: Lalezar-Regular !important;
}

.single-content a {
  color: #222222;
  font-family: Lalezar-Regular !important;
}

.single-content img {
  height: auto;
  width: 100% !important;
  cursor: pointer !important;
  border-radius: 5px;
}
.single-advertisement .ad-gallery img {
  height: 400px;
  width: 100% !important;
  cursor: pointer !important;
  border-radius: 5px;
  object-fit: cover;
}

.single-content img:hover,
.woocommerce ul.products li.product:hover img,
.div_posts:hover img {
  transition: 0.5s;
}

.slick-dots li button:before {
  font-size: 30px !important;
}

.img-doctor img {
  max-height: 450px;
  object-fit: cover !important;
}

.img-blog img {
  max-height: 600px;
  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: #9c9c9c;
  padding-bottom: 10px;
}

.single-post-info i {
  color: #6a6a6a;
  cursor: default;
}

.single-post-info span {
  padding-left: 0.9rem;
  cursor: default;
  line-height: 1rem !important;
}

.single_info_icon {
  padding-top: 0;
}

.single_info_icon {
  padding-left: 3px;
}

.card-tags {
  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;
  font-family: Lalezar-Regular !important;
}

.tags_div {
  text-align: center;
}
#keywords {
  margin-top: 100px;
}
.card-keyword {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  border: 1px solid #ecedee;
}

.card-keyword-img img {
  height: 128px;
  object-fit: cover;
  border-radius: 8px;
}
.card-keyword .keyword-btn {
  padding: 8px 16px;
  background-color: #1c73d0;
  color: white;
  border: 1px solid #1c73d0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.card-keyword .keyword-btn:hover {
  background-color: white;
  color: #1c73d0;
  transition: all 0.4s;
}
.container-keywords {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cats_break {
    display: block;
  }

  .card_blog {
    padding: 0;
  }
  .card-keyword .keyword-btn {
    margin-top: 10px;
  }
}

.card-body-style3 h5 {
  line-height: 1.7rem;
}

.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: 155px;
  }

  .card-body-style3 img {
    height: 200px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .card-body-style3 {
    height: 160px !important;
  }

  .card-body-style3 img {
    height: 200px !important;
  }
}

@media (max-width: 991px) {
  .card-body-style3 img {
    height: 300px !important;
  }
  .container-keywords .card-body-style-index p,
  .container-keywords .card-body-style-index h3 {
    height: auto !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;
  }
  .card-keyword-img img {
    height: 120px;
    margin-top: 10px;
  }
}

@media (max-width: 349px) {
  .card-body-style3 img {
    height: 200px !important;
  }
  .card-keyword-img img {
    height: 60px;
  }
}

@media (max-width: 499px) {
  .container_div_blog {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .single-content h1 {
    font-size: 21px !important;
    line-height: 2.5rem !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;
}

.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) !important;
  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 h1 {
  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;
  font-family: Lalezar-Regular !important;
}

.contact_content a {
  color: #282828;
}

.contact_content.single-content img {
  max-width: 100% !important;
  width: auto !important;
  margin-right: auto;
  margin-left: auto;
}

.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-weight: 500;
}

.post_info h3 {
  font-size: 14px;
  font-weight: bold;
}

.contact_info {
  color: #646363 !important;
  font-size: 14px;
  font-weight: 500;
}

.contact-style iframe {
  width: 100% !important;
}

/*errors form */
.error {
  border-color: #c31510 !important;
}

#form_contact label,
#form_contact input,
#form_contact textarea {
  width: 100%;
  outline: none !important;
  border-radius: 2px;
}

.form_contact h4 {
  font-size: 17px !important;
  font-weight: bold;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #c31510 !important;
}

.wpcf7-submit {
  margin-right: 0 !important;
  margin-top: 1rem !important;
  width: auto !important;
}

.EZD_FormItem_submit .wpcf7-form-control {
  width: auto !important;
}

.form_contact a.close {
  margin-top: 2px !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.input_border_red {
  border: 1px solid red !important;
}

.form-div button,
.form-div input[type="submit"] {
  width: 150px !important;
  padding: 10px 4rem;
  margin-bottom: 2rem;
  margin-right: 15%;
}

/* form contact */
.form-div input[type="text"],
.form-div input[type="email"] {
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-size: 14px;
  border: 1px solid #d6d6d6;
}

.form-search input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.btn:focus,
.input-group-btn:focus {
  outline: none !important;
}

.form-div button,
.form-div input[type="submit"] {
  border: 0;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.form-div button:hover,
.form-div input[type="submit"]:hover {
  outline: none !important;
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
  0 6px 20px 0 rgba(86, 86, 86, 0.1);
}

.form-div textarea {
  padding: 1rem;
  font-size: 14px;
  margin-bottom: 2rem;
  border: 1px solid #d6d6d6;
}

.form-div button {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}

@media (max-width: 340px) {
  .form-div button,
  .form-div input[type="submit"] {
    width: 100% !important;
    margin-right: 0;
  }
}

@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;
  }

  .container_gallery img {
    border-radius: 0;
  }
}

@media (max-width: 399px) {
  .contact_content {
    padding: 1rem 10px !important;
  }

  iframe {
    height: 270px;
  }

  .post_info_title {
    font-size: 14px;
  }

  .contact_info {
    font-size: 13px;
  }

  .container_gallery img {
    border-radius: 0;
  }
}

@media (max-width: 380px) {
  .container_contact {
    padding: 5px !important;
  }
}

/* form contact */
.form-div input[type="text"],
.form-div input[type="email"] {
  text-align: right;
  padding: 0.7rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid #d6d6d6;
}

.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: 0.5s;
}

iframe {
  width: 100%;
}

.form-div textarea {
  height: 200px;
  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;
}

.error-template h2 {
  color: #212529;
}

@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;
  }
}

/*  **************** 404 page **************************/
/* 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;
  }

  .error-template h2 {
    line-height: 2rem;
    color: #212529;
    font-size: 25px;
  }
}

.btn-404:hover {
  border-color: transparent !important;
}

.link-404:hover {
  color: #262626;
}

#to_top:hover,
#to_top:focus,
#to_top:hover:before {
  color: #fff !important;
}

/*  **************** 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 {
  height: 45vh;
  cursor: default;
  background-attachment: inherit;
  background-size: cover;
  background-position: right;
  position: relative;
}

.paralsec3:after {
  position: absolute;
  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, 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: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.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);
}

.wpcf7-form-control[type="submit"]:hover {
  box-shadow: 0 6px 20px 0 rgba(86, 86, 86, 0.3) !important;
}

.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;
  }

  .paralsec3 {
    height: 30vh;
  }
}

.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;
  }
}

/* Animation */
.container-banners {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 50px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 50px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.glsr-summary-stars .glsr-star {
  display: inline-block;
}

.shortcode-site-reviews-summary {
  line-height: 1rem;
}

.glsr-default .glsr-summary-stars {
  margin-right: 0 !important;
}

.glsr-default .glsr-review > .glsr-review-avatar img {
  border-radius: 50%;
  margin: 0;
}

.glsr-default .glsr-review > .glsr-review-author span {
  font-size: 13px;
  color: #636060;
}

.glsr .glsr-reviews,
.glsr .glsr-reviews-wrap {
  margin-bottom: 1rem;
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.glsr-default .glsr-review {
  border: 1px solid #f3f3f3;
  padding: 1rem;
  border-radius: 12px;
}

.single-title_price {
  margin-bottom: 0.5rem;
}

.single-title_price .title_price {
  font-weight: 600;
  font-size: 1.2rem;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out; */
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.container_gallery .modal img {
  height: auto !important;
  max-height: 600px;
}

.hovereffect a.info {
  margin: 3% 87% 0 0;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #dedede;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info i:hover {
  color: #fff;
}

.hovereffect a.info i {
  font-size: 30px;
}

.hovereffect_full:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* open modal */

/* The Modal (background) */
.container_gallery .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100000;
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.container_gallery .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
.container_gallery .caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.container_gallery .modal-content,
.container_gallery .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.container_gallery .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  outline: none;
}

.container_gallery .close:hover,
.container_gallery .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.container_gallery .slider-nav-ad img {
  width: 90px !important;
  height: 90px;
  object-fit: cover;
}

.container_gallery .slider-nav-ad li {
  padding: 0 5px 5px 5px;
}

.line_bottom_blog {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .container_gallery .modal-content {
    width: 100%;
  }

  #to_top,
  #whatsup_bottom {
    bottom: 87px;
    z-index: 10000000;
  }
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

.single_food_tabs {
  margin-top: 2rem;
}

.single_food_tabs .nav-link {
  font-weight: 500;
  color: #404040 !important;
}

.single-itm-comment {
  border: 0;
}

.glsr-default form.glsr-form input.glsr-input,
.glsr-default form.glsr-form textarea.glsr-textarea {
  border: 2px solid #e4e3e3 !important;
  box-shadow: none !important;
  outline: none !important;
}

.glsr-default form.glsr-form .glsr-toggle {
  display: none !important;
}

.glsr-default form.glsr-form [type="submit"] {
  border: 0 !important;
}

.glsr-default form.glsr-form [type="submit"]:hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.container_gallery .slick-slider {
  margin-bottom: 0 !important;
}

.container_gallery img {
  margin-bottom: 0;
}

/* comments rating */
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #f8ae35;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.service_star_rating {
  margin-top: 1.5rem;
}

.service_star_rating span {
  text-shadow: none;
  font-size: 1.5rem;
  color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
  color: #f8ae35 !important;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f8ae35;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

.rating_lable {
  line-height: 1rem;
  margin: 0;
}

.custom-toc {
  border: 1px solid #e5ecf1;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 0.5rem;
}

.top_list_content {
  list-style-type: none;
  padding-right: 10px;
  margin-bottom: 5px;
}

.top_list_content li {
  line-height: 2.5rem;
}

.top_list_content li:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
  color: #656464;
  font-size: 14px;
}

.read_minutes {
  font-size: 14px !important;
}

@media (max-width: 480px) {
  .top_list_content li {
    line-height: 2rem;
    font-size: 14px;
  }

  .top_list_content {
    padding-right: 5px;
  }

  .custom-toc {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

/*menu */
.container_list_foods h1,
.container_list_blog h1 {
  font-size: 1.8rem;
  color: #383838;
}

.container_list_foods .tag_description p {
  font-size: 14px;
  color: #535353;
  line-height: 2rem;
  font-weight: 400;
}

.col-foods-menu {
  transition: 0.5s;
}

.col-foods-menu .card {
  border: 0;
  margin-bottom: 2rem;
  background-color: transparent !important;
}

.col-foods-menu img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border: 10px solid #f2f2f2;
}

.col-foods-menu h3 {
  font-size: 16px;
  font-weight: 400;
}

.col-foods-menu p {
  font-size: 14px;
  font-weight: 400;
}

.col-foods-menu .col-text-food {
  padding: 0;
  text-align: justify;
  margin-bottom: auto;
  margin-top: auto;
  background-color: transparent !important;
}

.col-foods-menu .div-price-food {
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
  background-color: transparent !important;
}

.col-foods-menu .div-price-food .title_price {
  padding: 1.65rem 1rem;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #191919;
  font-weight: 500;
  font-size: 19px;
}

.title_price_text {
  font-size: 16px !important;
}

.col-foods-menu:hover .title_price {
  color: green;
}
.rsv_form .nav_rsv .nav-link.active {
  color: #fff !important;
}
.title_rsv {
  margin-bottom: 1.4rem !important;
}
.rsv_form .img-station img {
  width: 100% !important;
  object-fit: cover;
}
.rsv_form .card-stations h5 {
  text-align: center !important;
}

/*******************gallery style*********************?
/* gallery style*/
.index-gallery {
  margin-bottom: 80px;
  background-image: url(../images/team_shape01-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
}
.index-gallery .big-box,
.small-box {
  height: 400px;
}
.index-gallery .main-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-gallery .carousel-main img {
  object-fit: cover;
  border-radius: 10px;
  height: 400px;
}
.index-gallery .flickity-prev-next-button.previous {
  left: 30px;
}
.index-gallery .flickity-prev-next-button.next {
  right: 30px;
}
.index-gallery .flickity-fullscreen-button {
  right: 20px;
}
.flickity-fullscreen-button {
  top: 85px !important;
}
/* end gallery style*/

/*************************advertisement******************************************/
.ad-gallery .slider-for div div::after {
  height: 80px;
  content: "";
  position: absolute;
  width: 80px;
  background-position: left;
  background-image: url(../images/medal-pic.png);
  background-size: cover;
  z-index: 1;
  margin: 1rem 1rem 0 0;
  right: 0;
  border-radius: 10px;
}
.ad-code {
  background-color: #0d1b2a24;
  padding: 6px 16px 6px 16px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #1c73d0;
  line-height: 3rem;
  font-family: Lalezar-Regular !important;
}
.advertisement-details {
  display: flex;
  flex-wrap: wrap;
}

.advertisement-details .card-tags {
  margin-right: 0;
  text-align: right !important;
  margin-bottom: 1rem;
  margin-left: 0;
}

.features-title {
  color: #0d1b2a;
  font-weight: 500;
  font-size: 16px;
  font-family: Lalezar-Regular !important;
}
.features-content {
  color: #0d1b2a;
  font-size: 15px;
  font-family: Lalezar-Regular !important;
}
.cost-box {
  font-size: 18px;
  font-weight: 600;
  color: #0d1b2a !important;
  font-family: Lalezar-Regular !important;
}
.cost-number {
  font-size: 22px;
  color: #1c73d0 !important;
  margin-right: 5px;
  font-family: Lalezar-Regular !important;
}
.cost-content {
  font-size: 15px;
  color: #07070787;
  margin-right: 5px;
}
.single-advertisement .single-header {
  margin-bottom: 10px;
}
@media screen and (max-width: 1210px) {
  .single-advertisement .single-header {
    flex-direction: column;
  }
  .single-advertisement .single-header h1 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 410px) {
  .single-advertisement .single-header h1 {
    font-size: 18px !important;
  }
}
.single-advertisement a h1 {
  color: #0d1b2a !important;
}
.damaged-part-box {
  background-color: #0d1b2a24;
  padding: 10px;
  border-radius: 10px;
}
.damaged-part-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.damaged-part-box ul {
  padding-right: 20px !important;
}
.ad-gallery .gallery-container {
  position: sticky;
  top: 100px;
}
.single-advertisement .cats a {
  line-height: 1rem;
}
/*********************index services********************************************/
.services-ads .card-text-title-content {
  font-size: 15px;
  font-weight: 500;
}
.services-ads .card-title {
  color: #0d1b2a;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 2rem;
}
.services-ads .card-title:hover {
  color: #1c73d0;
  transition: all 0.4s;
}
.services-ads .card-btn {
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  background-color: #1c73d0;
  border: 1px solid #1c73d0 !important;
}
.services-ads .card-btn:hover {
  background-color: white;
  color: #1c73d0;
  transition: all 0.4s;
}
.services-ads .card-text i {
  padding: 5px;
  background-color: #0d1b2a24;
  border-radius: 5px;
  color: #0d1b2a;
  margin-left: 5px;
}
.services-ads .card-text-title {
  font-weight: 500;
  font-size: 14px;
  margin-right: 5px;
}
.services-ads .card {
  background-color: #f7f7f7 !important;
  border-radius: 10px;
}
.services-ads .card {
  padding: 20px;
}
.services-ads .card .card-body {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}
.img-station {
  border: 0;
  border-radius: 10px;
}
.card-stations img {
  height: 250px;
  object-fit: cover;
}

.img-station,
.img-station2,
.img-pages {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.img-station img {
  object-fit: cover;
  filter: brightness(80%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-station2 img,
.img-pages img {
  filter: brightness(40%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  opacity: 1;
}

.btn-more {
  background-color: #fff;
  color: #1c73d0;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #1c73d0;
}
.btn-more:hover {
  background-color: #1c73d0;
  color: #fff;
  transition: all 0.4s;
}
.img-station:hover .img-station img,
.card-stations:hover .overlay {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.img-station:hover .img-station img,
.card-stations:hover h3 {
  display: none;
}
.img-station .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.img-station:hover .img-station img,
.card-stations:hover .img-station img {
  opacity: 1;
  filter: brightness(40%);
  transition: 0.5s ease;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.img-station:hover .middle,
.card-stations:hover .middle {
  opacity: 1;
}
.img-station .middle i {
  font-size: 40px;
  color: #fff;
}
.img-station .middle p {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}

.services-ads .btn-product {
  float: left;
  background-color: #333333;
  color: #ffffff;
  border-radius: 7px;
  font-size: 15px;
  border: 2px solid #333333;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: none;
  outline: none !important;
}
.services-ads .btn-product:hover {
  background-color: #fff;
  color: #333333;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
#services {
  margin-top: 100px !important;
}
.services-ads .btn-product i {
  vertical-align: middle;
}
.services-ads .btn-about:hover {
  color: #ededed;
  background-color: #333333;
}
.ads-cards .slick-prev:before,
.ads-cards .slick-next:before {
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px !important;
  color: #fffdfd !important;
  font-family: "icomoon" !important;
  vertical-align: middle;
  cursor: pointer !important;
  padding: 5px 5px;
  background-color: #1c73d0;
}

.ads-cards .slick-next:before {
  content: "\e907" !important;
}

.ads-cards .slick-prev:before {
  content: "\e906" !important;
}

.slick-slider {
  margin-bottom: 4rem !important;
}

.ads-cards .slick-slide img,
.ads-cards .col-list-service img {
  width: 100%;
  display: block;
  height: 230px;
  object-fit: cover;
  border-radius: 10px !important;
}
.ads-cards .slick-prev {
  right: auto !important;
  left: 3.3rem !important;
}
.ads-cards .slick-next {
  right: auto !important;
  left: 1rem !important;
}
.ads-cards .slick-prev,
.slick-next {
  bottom: auto !important;
  top: -25px !important;
}
.ads-cards .slick-prev:hover,
.slick-next:hover {
  color: #444444 !important;
}
.services-ads .card-stations .img-container::after {
  height: 80px;
  content: "";
  position: absolute;
  width: 80px;
  background-position: left;
  background-image: url(../images/medal-pic.png);
  background-size: cover;
  z-index: 1;
  margin: 1rem 1rem 0 0;
  right: 10px;
  top: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 1780px) {
  #samples .div-products .col-list-service {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media screen and (max-width: 1200px) {
  #samples .div-products .col-list-service {
    max-width: 80% !important;
    flex: 0 0 80% !important;
  }
}
@media screen and (max-width: 567px) {
  #samples .div-products .col-list-service {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.div-namad img {
  object-fit: contain;
  background-color: white;
  border-radius: 10px;
}

/* faq style */
.faq {
  margin-top: 80px;
  margin-bottom: 80px;
}
.faq .faq-pic {
  border-radius: 100%;
  height: 400px;
  width: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .faq .faq-pic {
    height: 300px;
    object-fit: contain;
    width: 300px;
  }
}
.faq .card-header {
  border-radius: 10px;
  border: none;
}
.faq .card {
  border: none !important;
  margin-bottom: 10px;
}
.faq .btn {
  white-space: normal !important;
  line-height: 2.2em;
  font-weight: 500;
  text-align: right;
  width: 100%;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: none !important;
}
/* end faq style */

/*************single-branch*********************/
/* سکشن هیرو */
.single-branch-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  border-radius: 0 0 30px 30px;
}
.branch-info p {
  color: white;
  font-weight: 600;
}
.single-branch-call {
  display: block;
  background-color: #1c73d0;
  padding: 12px 60px;
  text-align: center;
  border-radius: 10px;
  color: white;
  font-weight: 600;
}
.single-branch-call:hover {
  color: white;
  background-color: #1c73d08a;
}
.branch-faq-img {
  border-radius: 100%;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .branch-faq-img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .branch-faq-img {
    margin-bottom: 20px;
  }
}
.branch-faq .card {
  border: none !important;
}
.branch-faq .card .card-header {
  background-color: #1c73d0;
  color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.branch-video-cover {
  border-radius: 10px;
}
.branch-video-container {
  background-image: url(../images/bg-pattern.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  margin-top: 50px;
  margin-bottom: 100px;
}
.branch-video-container video {
  border-radius: 10px;
}
.branch-video-container iframe {
  border-radius: 10px;
}
.branch-faq .card .card-header h2 button {
  color: white;
}
.branch-services-list-front {
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(2, 1fr); /* دوتا ستون */
  gap: 15px; /* فاصله بین آیتم‌ها */
}

.branch-services-list-front li {
  font-size: 17px;
  padding: 14px;
  background: #f7faff;
  border-radius: 10px;
  border: 1px solid #e5efff;
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.branch-services-list-front li:hover {
  background: #eef6ff;
}
@media (max-width: 768px) {
  .branch-services-list-front {
    grid-template-columns: 1fr; /* یک ستونه */
  }
}
.branch-contact-box {
  margin: 60px 0;
}

.contact-colored-box {
  background: #f5f7ff; /* رنگ زمینه */
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info-right {
  text-align: right;
}

.contact-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.contact-info-right p {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .contact-colored-box {
    padding: 25px;
  }
  .contact-info-right {
    margin-bottom: 20px;
  }
}
.service-icon {
  font-size: 18px;
  color: #1c73d0;
  margin-left: 10px;
}
.container_gallery img {
  margin-bottom: 0 !important;
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-branch-gallery .container_gallery .slick-initialized .slick-slide {
  padding: 10px;
}
.container_gallery .slider-nav .slick-slide {
  padding: 5px !important;
}
.single-branch-gallery .container_gallery .slider-nav-branch {
  display: none !important;
}
/* لایه تاریک */
.branch-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.55);
}

/* محتوای روی بکگراند */
.hero-content {
  position: relative;
  z-index: 2;
}

/* متن‌ها */
.branch-info p,
.branch-info li {
  font-size: 16px;
  line-height: 2.5em;
  text-align: justify;
}

.branch-info ul.branch-service-list {
  padding-left: 18px;
}

.branch-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.branch-short-desc {
  font-size: 18px;
  margin-bottom: 15px;
}

/* تصویر اصلی سمت چپ */
.branch-main-img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.branch-main-img:hover {
  transform: scale(1.03);
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .single-branch-hero {
    padding: 50px 20px;
  }
  .branch-title {
    font-size: 26px;
  }
  .branch-main-img {
    margin-top: 20px;
  }
}
.main-animation {
  margin-top: 150px;
  margin-bottom: 150px;
}
.single-branch-gallery {
  margin-top: 150px;
  margin-bottom: 150px;
}
/**********************branch page *******************/
.branches-modern {
  padding: 50px 10px;
}

.branches-modern-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.branches-modern-list {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --- کارت اصلی --- */
.branch-modern-item {
  display: grid;
  grid-template-columns: 35% 65%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: 0.3s;
  min-height: 320px; /* ✔ همه کارت ها هم اندازه */
}

.branch-modern-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

/* --- ستون عکس --- */
.branch-modern-img {
  height: 100%;
}

.branch-modern-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- ستون محتوا --- */
.branch-modern-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ✔ محتوا مرتب می‌چسبد */
  position: relative;
}

/* نوار رنگی سمت راست */
.branch-modern-info::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #1c73d0, #00d4ff);
}

.branch-modern-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.branch-modern-short {
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2.2em;
}

.branch-modern-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.branch-modern-info ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* دکمه */
.branch-modern-link {
  font-size: 15px;
  padding: 10px 15px;
  background: #1c73d0;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s;
  align-self: flex-start;
}

.branch-modern-link:hover {
  background: #1c73d04a;
}

/* --- ریسپانسیو --- */

/* تبلت */
@media (max-width: 991px) {
  .branch-modern-item {
    grid-template-columns: 40% 60%;
    min-height: 280px;
  }
}

/* موبایل */
@media (max-width: 768px) {
  .branch-modern-item {
    grid-template-columns: 1fr;
    min-height: auto; /* روی موبایل آزاد بشه */
  }

  .branch-modern-img {
    height: 220px;
  }

  .branch-modern-info {
    padding: 20px;
  }
}

/****************index-amar*******************/
.intro-stats-section {
  padding: 80px 10px;
  background: #f9faff;
}

.intro-stats-section .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.intro-stats-section .intro-image img {
  width: 100%;
  border-radius: 15px;
}

.intro-stats-section .intro-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro-stats-section .intro-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* آمار */
.intro-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.intro-stat-item {
  flex: 1 1 120px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.intro-stat-item .stat-number {
  font-size: 28px;
  font-weight: bold;
  color:  #1c73d0;
}
.intro-stat-item .stat-label {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .intro-stats-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro-stats {
    justify-content: flex-start;
  }
}

.stat-number-wrapper {
  display: flex;
  align-items: baseline;
  font-size: 2rem; /* اندازه عدد */
  font-weight: bold;
  justify-content: center;
}

.stat-plus {
  margin-left: 5px;
  font-size: 1.5rem;
  color:  #1c73d0; /* رنگ + */
}
/*****************************index branch***********************/
.branches-gallery-section {
  padding: 60px 0;
}

.branch-card-simple {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.branch-card-simple:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* عکس‌ها یک اندازه ثابت */
.branch-card-simple img {
  width: 100%;
  height: 260px; /* ارتفاع ثابت */
  object-fit: cover;
  border-radius: 16px;
}

/* Overlay از اول نمایش داده می‌شود */
.branch-card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px 12px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);

  /* گرادیانت جذاب روی عکس */
  background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.75),
          rgba(0, 0, 0, 0.35),
          rgba(0, 0, 0, 0)
  );

  color: #fff;
}

/* عنوان شعبه */
.branch-card-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* وقتی موس میره روی کارت */
.branch-card-simple:hover .branch-card-overlay {
  background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.9),
          rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0)
  );
}

/* بدون تصویر */
.branch-no-img {
  width: 100%;
  height: 260px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

#login {
  height: 60%;
  display: flex;
  align-items: center;
}
.branch-single-container .btn {
  white-space: normal !important;
}