.hf-group {
  background: white;
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
}

.ngx-slider .ngx-slider-bubble {
  font-weight: bold !important;
}

.hf-g-title {
  font-size: 14px;
  padding: 3px 5px 5px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 14px;
  padding-bottom: 4px;
  color: #464444;
  cursor: pointer;
  display: block;
}

.rtl .hf-g-title {
  direction: rtl;
  text-align: right;

}

.gfieldToggeler {
  float: left;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 12px;
  color: gray;
}

.ngx-slider .ngx-slider-pointer {
  background-color: #545454 !important;
}

.ngx-slider .ngx-slider-selection {
  background: #545454 !important;
}

.pr-loading-cn {
  position: absolute;
  z-index: 99;
  width: 100px;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.8); */
  padding-top: 100px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  direction: rtl;
}

.pr-loading-cn .rg_loading_matn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gfieldToggeler i {}

.cn-ri-cont {
  display: none;
}

.itemValue {
  color: #1b1b1b;
}

.itemValue input {
  float: right;
  margin: 2px 2px 0 3px;
}

.hf-g-title::before {
  content: '\f359';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 5px;
}

.hf-g-title::before {
  margin-right: 0px;
  margin-left: 5px;
  float: right;
}

.colorDiv {
  width: 16px;
  height: 16px;
  float: right;
  margin: 2px 0px 0 5px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 0px #c7c7c7;
  box-shadow: 1px 1px 0px 0px #c7c7c7;
}

.colorDiv1 {
  width: 8px;
  height: 16px;
  float: right;
  margin: 2px 0px 0 0px;
  border-radius: 0px 3px 3px 0px;
  -webkit-box-shadow: 1px 1px 0px 0px #c7c7c7;
  box-shadow: 1px 1px 0px 0px #c7c7c7;
}

.colorDiv2 {
  width: 8px;
  height: 16px;
  float: right;
  margin: 2px 0px 0 0px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 1px 1px 0px 0px #c7c7c7;
  box-shadow: 1px 1px 0px 0px #c7c7c7;
}

.form-check {
  text-align: right;
  direction: rtl;
}

.view-btn span {
  font-size: 0.9rem;
  padding-top: 4px;
}

.view-btn i {
  color: #464646;
  font-size: 20px;
  margin-top: -3px;
}

#view-list {
  width: 24px;
  height: 18px;
  margin-right: 7px;
  display: inline-block;
  margin-top: 5px;
}

#view-thum {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}

.product-grid {
  padding-bottom: 0;
}

.lt-mediah {
  display: none;
}

.horizontal .lt-mediah {
  margin-top: 0;
  display: block;
}

.horizontal .lt-media {
  display: none;
}

/* .lt-profile{
    border: 1px solid #cccccc;
} */

.haccordion {
  /* background-color: #666666; */
  background-color: #333333;
  color: #fff;
}

.subaccordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #eeeeee;
}

.subaccordion h5 button {
  color: #666666;
}

.subaccordion:hover {
  color: #cccccc;
}

.btn-link:hover {
  color: #cccccc;
  text-decoration: none;
}

.subaccordion:hover {
  background-color: #8a8888;
}

.lt-lblsort,
.view-btn span {
  font-size: 0.9rem;
  padding-top: 5px;
  float: none !important;
}

.lt-spansort {
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px;
  float: left;
  width: 200px;
}

.lt-divider {
  color: #d0cece;
  position: relative;
  top: -9px;
}

/* .add-to-cart a {
  display: inline-block;
  min-width: 113px;
  height: 40px;
  line-height: 40px;
  background-color: #f0a031;
  padding: 0 14px;
  color: #322f2f;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.add-to-cart a:hover {
  color: #fdfdfd;
  background-color: #000;
} */

.group-button {
  display: inline-block;
  min-width: 113px;
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
  text-align: center;
  color: #fdfdfd;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

[class*='hint--'] {
  position: relative;
  display: block;
}

.hint--top-center::before {
  margin-bottom: -6px;
}

.hint--top-center::after,
.hint--top-center::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.hint--top-center::before,
.hint--top::before {
  border-top-color: #383838;
}

.hint--bounce::after,
.hint--bounce::before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

[class*='hint--']::before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*='hint--']::after,
[class*='hint--']::before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.group-button .yith-wcqv-button {
  font-size: 0;
  color: #fdfdfd;
}

.group-button .yith-wcwl-add-to-wishlist,
.group-button .compare,
.group-button .yith-wcqv-button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333333;
  position: relative;
}

.group-button .yith-wcqv-button::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f06e';
  font-size: 14px;
  vertical-align: middle;
}

.group-button .yith-wcwl-add-to-wishlist::after,
.group-button .compare::after,
.group-button .yith-wcqv-button::after {
  content: '';
  position: absolute;
  background-color: #333333;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -11px;
  right: -11px;
}

[class*='hint--'][aria-label]::after {
  content: attr(aria-label);
  font-family: inherit;
}

.hint--top-center::after,
.hint--top-center::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.hint--bounce::after,
.hint--bounce::before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

[class*='hint--']::after {
  background: #383838;
  color: #fff;
  padding: 0 10px 2px 10px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 28px;
}

[class*='hint--']::after,
[class*='hint--']::before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.yith-wcwl-add-to-wishlist a {
  color: #fdfdfd;
  display: block;
}

a.add_to_wishlist {
  cursor: pointer;
}

.add_to_wishlist::before {
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
  content: '\f004';
  font-size: 14px;
}

.yith-wcwl-add-to-wishlist a:hover {
  color: #fdfdfd;
}

.compare::before {
  font-size: 14px;
}

.compare:hover {
  color: #fdfdfd;
}

.divtop {
  margin-top: 50%;
}

.group-button .yith-wcqv-button:hover {
  background-color: #000000;
}

.group-button .compare:hover {
  background-color: #000000;
}

.group-button .add_to_wishlist:hover {
  background-color: #000000;
}

.compare {
  display: inline-block;
  color: #fdfdfd;
  text-align: center;
}

.explainprr {
  line-height: 1.5;
}

.no-padding {
  padding: 0px;
}

.glyphicon-icon-rpad .glyphicon,
.glyphicon-icon-rpad .glyphicon.m8,
.fa-icon-rpad .fa,
.fa-icon-rpad .fa.m8 {
  padding-right: 8px;
}

.glyphicon-icon-lpad .glyphicon,
.glyphicon-icon-lpad .glyphicon.m8,
.fa-icon-lpad .fa,
.fa-icon-lpad .fa.m8 {
  padding-left: 8px;
}

.glyphicon-icon-rpad .glyphicon.m5,
.fa-icon-rpad .fa.m5 {
  padding-right: 5px;
}

.glyphicon-icon-lpad .glyphicon.m5,
.fa-icon-lpad .fa.m5 {
  padding-left: 5px;
}

.glyphicon-icon-rpad .glyphicon.m12,
.fa-icon-rpad .fa.m12 {
  padding-right: 12px;
}

.glyphicon-icon-lpad .glyphicon.m12,
.fa-icon-lpad .fa.m12 {
  padding-left: 12px;
}

.glyphicon-icon-rpad .glyphicon.m15,
.fa-icon-rpad .fa.m15 {
  padding-right: 15px;
}

.glyphicon-icon-lpad .glyphicon.m15,
.fa-icon-lpad .fa.m15 {
  padding-left: 15px;
}

ul.nav-menu-list-style .nav-header .menu-collapsible-icon {
  position: absolute;
  right: 3px;
  top: 16px;
  font-size: 9px;
}

ul.nav-menu-list-style {
  margin: 0;
}

ul.nav-menu-list-style .nav-header {
  /* border-top:1px solid #FFFFFF; */
  border-bottom: 1px solid #9c9c9c;
  display: block;
  margin: 0;
  line-height: 42px;
  padding: 0 8px;
  font-weight: 600;
}

ul.nav-menu-list-style>li {
  position: relative;
}

ul.nav-menu-list-style>li a {
  /* border-top:1px solid #FFFFFF;
    border-bottom:1px solid #e8e8e8; */
  padding: 0 10px;
  line-height: 32px;
}

ul.nav-menu-list-style>li:first-child a {}

ul.nav-menu-list-style {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.nav-menu-list-style li .badge,
ul.nav-menu-list-style li .pull-right,
ul.nav-menu-list-style li span.badge,
ul.nav-menu-list-style li label.badge {
  float: right;
  margin-top: 7px;
}

ul.bullets {
  list-style: none;
}

ul.numerics {
  list-style: inside decimal;
}

.ul.kas-icon-aero {}

ul.kas-icon-aero li a:before {
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  content: '\e258';
  padding-right: 8px;
}

.titletree {
  background: #383838;
  color: #fff;
}

.ultree li {
  background-color: #666666;
  color: #cccccc;
}

.ultree li a {
  background-color: #666666;
  color: #cccccc;
}

.price {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.priceContainer {
  width: 90%;
  margin: 0px auto;
  height: auto;
  margin-bottom: 1rem;
}

.rangdiv {
  clear: both;
}

#l-change {
  width: 100%;
}

#input-number,
#input-numbermax {
  padding: 0px;
  width: 91px;
  margin: 11px 2px 5px 2px;
  font-size: 11px;
}

#input-number {
  float: left;
}

#input-numbermax {
  float: right;
}

#rang1left,
#range1Right {
  padding: 0px;
  width: 70px;
  margin: 10px 2px 5px 2px;
  direction: rtl;
  background-color: transparent;
  border: 0px;
  margin: 0px;
  font-size: 11px;
}

#rang1left {
  float: left;
}

#range1Right {
  float: right;
}

.rtl .lt-media {
  direction: rtl;
  margin-top: 55px;
}

.innerGridcn {
  padding-top: 0;
  margin: 0 10px 10px 0;
}

.rtl .rowGroup {
  direction: rtl;
}

.course_gr_margin {
  margin-bottom: 1rem;
}

.txt-field-unit {
  font-size: 12px;
  color: gray;
  margin-right: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sp-mojood-cn {
  position: relative;
  top: -5px;
  float: right;
  font-size: 13px;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hf_group_row {
  margin: 1px 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  padding: 2px 0 8px;
  cursor: pointer;
  direction: ltr;
}

.rtl .hf_group_row {
  direction: rtl;
}

.hf_group_cn {
  direction: rtl;
  text-align: right;
}

.hf_group_row:hover {
  background: whitesmoke;
}

.hf-group-rg-img {
  width: 23px;
  position: relative;
  height: 23px;
  top: 3px;
}

.hf-group-link {
  color: gray;
  margin-right: 7px;
  font-size: 13px;
  display: block;
  height: 100%;
  padding-top: 5px;
  text-align: left;
}

.rtl .hf-group-link {
  text-align: right;
}

.hf-group-link .inner-gr {
  position: relative;
  top: 5px;
  float: right;
}

.rtl .hf-group-link .inner-gr {
  float: left;

}

.hf-group-link .hf_selected_group {
  position: relative;
  right: -6px;
  color: #aa0d14;
}

.hf_back_link {
  padding: 12px 12px;
  display: block;
  color: black;
  font-size: 14px;
  cursor: pointer;
}

.hf_back_link i {
  position: relative;
  font-size: 22px;
  top: 6px;
  color: #8e897d;
  margin-left: 7px;
}

.hf-g-title::before {
  content: '\f359';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 5px;
}

.hf-g-title::before {
  margin-right: 0px;
  margin-left: 5px;
  float: right;
}

.gr_navigator {

  padding: 0px;
}

.rtl .gr_navigator {
  text-align: right;
  direction: rtl;
}

.pr_no_records {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: white;
  margin: 20px;
  border-radius: 15px;
}

.product-grid {
  position: relative;
  z-index: 1;
  max-width: 350px;
}

.product-grid:hover {}

.product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
  display: block;
  min-height: 218px;
  max-width: 100% !important;
}


.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
  opacity: 1;
}

.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-2 {
  opacity: 1;
}

.product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.product-grid:hover .social {
  opacity: 1;
  top: 50%;
}

.product-grid .social li {
  display: inline-block;
}

.product-grid .social li a {
  text-align: center;
  height: 37px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: white;
  border-radius: 14px;
}

.product-grid .social li a img {
  width: 100%;
}

.product-grid .social li a:hover {}

.product-grid .product-image img {
  width: 90%;
  height: auto;
  margin: 0px auto;
  max-height: 256px;
}

.product-grid .product-image img {
  width: 100%;
  max-height: 334px;
}

.course-grid .product-image img {
  width: 100%;
  height: 243px;
  border-radius: 0px;
  border-radius: 10px 10px 0 0;
}

.course-grid {
  border-radius: 9px;
  padding: 0px 0 1px;
  max-width: 400px;
  padding-top: 0 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 10%);
  transition: transform 1s ease;
  margin-bottom: 1rem;
}

.course-grid:hover {
  border: 1px solid #fff;
}

.course-grid:hover .pic-1 {
  transform: scale(1.2);
}

.course-grid .product-image {
  overflow: hidden;
}

.product-grid .product-image .pic-2 {
  width: 85% !important;
}

.product-icon {
  margin-top: 12px;
}

.course-grid .product-content {
  padding: 7px 8px 8px 8px;
  min-height: auto;
  border-radius: 0 0 10px 10px;
}

.course-grid .title_cn {
  text-align: right;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  justify-self: center;
  height: 100%;
  min-height: auto;
}

.course-grid .title_cn .title_main {
  font-size: 19px;
  font-weight: 700;
  padding-top: 18px;
  color: #3c3c3c;
}

.course-grid .title_cn .title_sub {
  font-size: 16px;
  color: gray;
}

.event-grid .title_cn {
  height: auto;
}

.product-content a {
  /* font-size: 13px;
  padding: 7px 10px; */
}

.product-content a:hover {
  color: #000;
}

.event-content {
  min-height: 180px;
}

/* @media only screen and (max-width: 991px){
 .wsanimated-arrow {
    right: 0 !important;
}
 } */

.rgpr {
  direction: rtl;
  text-align: right;
}

.divview {
  text-align: left !important;
}

.lt-lb.loader_grouplsort,
.lt-spansort {
  float: right !important;
}

.group-button {
  padding: 0 26px;
}

.loader_group {
  animation: rotate 3s infinite;
  height: 50px;
  width: 50px;
  margin: 10px auto;
}

.loader_group:before,
.loader_group:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.loader_group:before {
  animation: ball1 3s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}

.loader_group:after {
  animation: ball2 3s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }

  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }

  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

.top_groupList_wrapper {
  margin-bottom: 4rem;
}

.rtl .top_groupList_wrapper {
  direction: rtl;
}

.ul_top_groups {}

.ul_top_groups li {}

.ul_top_groups li a {}

.ul_top_groups li a img {}

.group_box {

  height: 180px;
  margin-bottom: 21px;
}

.group_box .card_service .contentBx {
  height: 43px;
}

.group_box .card_service:hover .imgBx {
  top: 24%;
  transform: translateY(0%);
}


.group_box .card_service:hover .contentBx h2 {
  color: #fff;
}

.group_box .card_service .contentBx {
  height: 45px;
}

.group_box .card_service {
  height: 174px;
  cursor: pointer;
}

.group_box .card_service .imgBx img {
  left: 24%;
}

.group_box .card_service .contentBx h2 {
  color: #5b5b5b;
  font-weight: 300;
}

.card_service_active:before {
  clip-path: circle(195% at 78% -20%) !important;
  top: 0 !important;
}

.card_service_active .imgBx {
  top: 23% !important;
  transform: translateY(0%) !important;
}

.card_service_active .imgBx img {
  filter: brightness(0) invert(1) !important;
}

.card_service_active .contentBx {
  height: 46px !important;
}

.card_service_active .contentBx h2 {
  color: #fff !important;
}

.grp_search_box {
  display: flex;
}

.txt_grp_search {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  border: 1px solid #fff;
  padding: 10px 40px;
  width: 100%;
  font-size: 15px;
}

.rtl .txt_grp_search {
  direction: rtl;
  text-align: right;
}

.grp_search_del_cn {
  width: 145px;

}


.grp_search_container i,
.grp_search_container_full i {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #a5a5a5;
}

.rtl .grp_search_container i,
.rtl .grp_search_container_full i {

  right: 12px;
  left: auto;
}

.grp_search_wrapper {}

.btn_del_filter {

  background: white;
  border: 1px solid #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  color: gray;
  padding-top: 5px;
}

.btn_del_filter span {
  font-size: 14px;
}

.grp_search_container {
  flex: 0 0 80%;
  position: relative;
  margin-left: 41px;
}


.grp_search_container_full {
  flex: 0 0 100%;
  position: relative;

}

.rtl .grp_filter_wrapper {
  direction: rtl;
}

.grp_select_box {}

.grp_select_box .ng-select .ng-select-container {
  border-radius: 1px;
  border: 1.5px solid #adadad;
  min-height: 38px;
}

.grp_select_box .ng-select .ng-select-container .ng-value-container .ng-value {
  font-size: 14px;
  color: rgb(41 41 41 / 65%);
  font-weight: bold;
  padding-left: 7px;
  padding-right: 6px;
  padding-top: 3px;
}

.grp_select_box .ng-select .ng-select-container .ng-value-container .ng-value img {
  height: 29px;
}

.grp_select_box .ng-select .ng-clear-wrapper {
  right: auto;
  left: 20px;
}


.grp_select_box {}

.group-card {
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-bottom: 1rem;
  /* box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; */
}

.group-card::before {
  /* content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 39%, rgba(1, 28, 73, 1) 80%);
  z-index: 0; */
}

.group-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: rgba(255,0,0,.5); */
}

.group-card__image {
  width: 90%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.group-card__text-wrapper {
  /* position: absolute; */
  bottom: 0rem;
  padding: 0 10px 5px 10px;
  color: white;
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* transition: background-color 1.5s ease; */
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.rtl .group-card__text-wrapper {
  direction: rtl;
}

.group-card__header {
  font-size: 13px;
  display: flex;
  color: #ffffff;
  position: absolute;
  top: 29px;
  background: #b60e0e;
  right: 0;
  padding: 1px 10px 1px 15px;
  box-shadow: rgb(0 0 0 / 80%) 0px 10px 20px, rgb(0 0 0 / 40%) 0px 6px 6px;
  display: flex;
  align-items: center;
}

.group-card__header img {
  height: 34px;
  filter: brightness(0) invert(1);
  position: relative;
  top: -1px;
}

.group-card__title {
  /* transition: color 1s ease; */
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
  line-height: 23px;
  color: #114f7f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.group-card__title i {
  color: #51d1c7;
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

.rtl .group-card__title {
  /* text-align: right; */
}

.group-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.group-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
}

.group-card__excerpt {
  font-size: 13px;
  color: #abafb2;
  font-weight: 300;
}

.rtl .group-card__excerpt {
  text-align: center;
  direction: rtl;
}

.group-card__read-more {
  color: #51d1c7;
  display: block;
  font-size: 0.8rem;
  z-index: 5;
  display: flex;
  justify-content: end;
  align-items: center;
}

.group-card__read-more:hover {
  color: white;
}

.group-card__read-more i {
  position: relative;
  right: 12px;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 3px;
}

.ngx-pagination .current {
  background: #002157;
}

@media (max-width: 575.98px) {
  .divpr {
    padding-left: 0;
    padding-right: 0;
  }

  .divtop {
    margin-top: 0;
  }

  .lt-copy {
    text-align: center !important;
    margin-top: 1rem;
  }

  .slidertop {
    margin-top: 5rem;
  }

  .divtop {
    margin-top: 1rem;
  }

  .innerGridcn {

    min-height: 193px;
    margin: 0 4px 4px 0;
  }

  .lt-spansort {
    width: 150px;
  }

  .just_mojood {
    font-size: 11px;
    position: relative;
    top: 0px;
  }

  .group_box .card_service .contentBx {
    height: 59px;
  }

  .group_box {
    margin-bottom: 17px;
  }

  .top_groupList_wrapper {
    margin-bottom: 2rem;
  }

  .group-card {
    height: auto;
  }

  .group-card__image {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slidertop {
    margin-top: 5rem;
  }

  .divtop {
    margin-top: 1rem;
  }
}