.top-acc {
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-items: center;
    align-items: center;
}

/* .top-acc a.smal-btn {
  display: none;
} */

.tg-header__top {
  background-color: #e8e8e8 !important;
  padding: 9px 0;
  border-bottom: solid 1px #e0e0e0;
  color: #393535;
  display: flex;
}

.smal-btn {
  background-color: #049861;
  padding: 4px 12px;
  line-height: 22px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}

.smal-btn:hover {
  background-color: #064b32;
  color: #fff;
}

[class*="tg-flaticon-"] {
    display: block;
    line-height: 0;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #049861;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  background-color: #049861;
}

.menu-bar {
  background-color: #1e3739;
}

@media (max-width: 991.98px) {
  .tg-header__top {
    display: block;
  }

  .top-acc a.smal-btn {
    display: block;
}


}
.tg-header__top-info .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.tg-header__top-info .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #1a1a1a;
}
.tg-header__top-info .list-wrap li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: var(--tg-color-gray-1);
}
.tg-header__top-info .list-wrap li:last-child::before {
  display: none;
}
.tg-header__top-info .list-wrap li a {
  color: var(--tg-color-gray-1);
}
.tg-header__top-info .list-wrap li a:hover {
  opacity: 0.8;
}
.tg-header__top-info .list-wrap li i {
  font-size: 18px;
}
.tg-header__top-right > .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}
.tg-header__top-right > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--tg-color-gray-1);
  position: relative;
}
.tg-header__top-right > .list-wrap > li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: var(--tg-color-gray-1);
}
.tg-header__top-right > .list-wrap > li:last-child::before {
  display: none;
}
.tg-header__top-right > .list-wrap > li a {
  color: var(--tg-color-gray-1);
}
.tg-header__top-right > .list-wrap > li a:hover {
  opacity: 0.8;
}
.tg-header__top-right > .list-wrap > li i {
  font-size: 18px;
}
.tg-header__top-right > .list-wrap > li.log-in a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-color-gray-4);
  font-weight: 600;
}
.tg-header__top-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tg-header__top-social .list-wrap li a {
  font-size: 16px;
  color: var(--tg-color-gray-1);
  display: block;
}
.tg-header__top-social .list-wrap li a svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 991.98px) {
  .tg-header__top-menu {
    display: none;
  }
}
.tg-header__top-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tg-header__top-menu .list-wrap li a {
  color: var(--tg-color-white-default);
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  font-weight: 600;
}
.tg-header__top-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-color-white-default);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.tg-header__top-menu .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}




.h5_nh_header-top-user {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 10px;
}

.h5_nh_header-top-user a {
    background-color: #049861;
    border: solid 1px #064b32;
    padding: 6px;
}

.h5_nh_header-top-user a:hover {
    background-color: #064b32;
    border: solid 1px #064b32;
    padding: 6px;
}


.h5_nh_header-top-user span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(218, 229, 230);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.h5_nh_header-top-user a:first-child {
    border-radius: 4px 0 0 4px;
}

.h5_nh_header-top-user a:last-child {
    border-radius: 0px 4px 4px 0px;
}

.list-wrap.lang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    color: #1a1a1a;
    margin-right: 20px;
}

.list-wrap.lang li {
  padding: 0 2px;
}

.list-wrap.lang li a {
    color: #1a1a1a;
    font-size: 0.9rem;
}

.tgmenu__nav-left-contact a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.tgmenu__nav-left span {
    line-height: 20px;
    font-size: 17px;
    color: #2B8827;
    margin-bottom: 7px;
}

.tgmenu__navbar-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

/* .tgmenu__navbar-wrap ul li a:last-child {
    padding-right: 0;
} */


.tgmenu__navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.tgmenu__navbar-wrap ul li a:hover {
    color: #fff;
}

.tgmenu__nav-left::before {
    display: none !important;
}

.tgmenu__nav-left a:hover {
    color: #049861;
}

.tgmenu__main-menu li.menu-item-has-children > a::after {
    content: "\f078";
    display: block;
    font-family: var(--tg-icon-font-family);
    font-size: 12px;
    font-weight: var 700 (--tg-fw-bold);
    margin-left: 6px;
    color: #fff;
    /* background-color: #049861; */
    padding: 1px 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tgmenu__main-menu li.menu-item-has-children > a:hover::after {
    color: #fff;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
    padding: 8px 15px 8px 25px;
    display: flex;
    color: var(--tg-heading-color);
    font-size: 14px;
    text-transform: capitalize;
    align-items: center;
    justify-content: space-between;
}


.tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: #111;
}

.tgmenu__nav .logo img {
    max-height: 100px;
}

.tgmenu__nav-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 14px;
    
}

.tg-header__area-seven .tgmenu__navbar-wrap ul {
    margin: 0 0 0 0px;
}


.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content:space-between;
    padding: 10px 0;
}

.tgmenu__action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.tgmenu__action a img {
  height: 90px;
  margin-left: 20px;
}

.login-btn a {
  background-color: #004E37;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
}

.login-btn a:hover {
  background-color: #087655;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
}

.slider__bg-four {
    min-height: 420px;
}



.slider__content-three .title {
  margin-bottom: 10px;
  color: var(--tg-color-white-default);
  font-size: 32px;
  text-transform: capitalize;
}


.slider__bg-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 85.68%, rgba(0, 0, 0, 0) 97.23%); */
    z-index: -1;
}


@media (max-width: 1199.98px) {
  .slider__content-three .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .slider__content-three .title {
    font-size: 25px;
  }
}



.slider__content-three p {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .tgmenu__nav-left-contact {
        display: block;
        width: 150px;
    }

    .tgmenu__nav-left-contact a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #2661A5;
    margin-bottom: 5px;
}

.tgmenu__nav-left-contact span {
    line-height: 1;
    font-size: 10px;
    color: #2B8827;
    margin-bottom: 7px;
}

}

.slider__area-three {
  position: relative;
}

.marquee__item-two a {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  -webkit-text-stroke: unset;
  letter-spacing: 0;
  line-height: 3;
  text-transform:capitalize;
}

.marquee__item-two a span {
  margin-right: 10px;
  font-weight: 700;
  background-color: #ffffff4b;
  padding: 2px 4px;
  line-height: 22px;
  border-radius: 4px;
}

.marquee__item-two img {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}

.slider__marquee {
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: center;
    align-items: center;
}

.marq {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.marq-1 {
    z-index: 99;
    width: 100px;
    background-color: #ca4727;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.marq-1 p {
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

.marquee-wrap-two {
    background-color: #e49c0e;
    padding: 0px 0 0px;
    transform: rotate(0deg);
    position: relative;
    left: -5px;
    right: -5px;
    width: 105%;
}


.marquee__item-two a svg {
  color: var(--tg-color-white-default);
  width: 16px;
  height: 16px;
}

.content-box-1 {
padding: 40px 0 40px 0;
}

.poli-box-1 {
background: linear-gradient(127.03deg, #CFE6EE 0%, #7AC5D6 50%, #ADDAE7 75%, #D3C2E1 100%);
border-radius: 8px;
padding: 50px 30px;
}

.poli {
    display: flex;
    flex-direction: row;
    justify-content: end;
    justify-items: end;
    align-items: center;
    margin: 10px;
    width: 100%;
    
}

.tgmenu__action .poli .img-b {
    width: 30%;
}

.poli .img-b {
    width: 40%;
}

.poli img {
border-radius: 50%;
}



.poli .txt-b {
 width: 50%;
 margin-left: 10px;
}

.poli .txt-b h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.poli .txt-b h6 {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.home-about {
    padding: 0 0px;
}

.home-about h1 {
    font-weight: 500;
    font-size: 1.2rem;
    color: #1A1A1A;
    margin-bottom: 14px;
}

.home-about h6 {
    font-weight: 500;
    font-size: 1rem;
    color: #1A1A1A;
    line-height: 140%;
    text-align: justify;
}

.home-about p {
    font-weight: 400;
    font-size: 0.9rem;
    color: #1A1A1A;
    text-align: justify;
}

.minister-box {
  padding: 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: center;
  align-items: start;

}


.notification {
background: #646da0;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
height: auto;
max-height: 300px;
min-height: 300px;

}

.notification .title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items:stretch;
  align-items: center;
  margin-bottom: 0px;
}

.notification .title-box a {
  background-color: #fff;
  color: #111;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
}

.notification h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
}

.notification .notify {
  border-bottom: solid 1px #A2D2D5;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.notification .notify h6 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

.notification .notify a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.notification .notify a:hover {
  opacity: 0.8;
  text-decoration: underline;
}



.important {
background: #bd4d2f;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
height: auto;
max-height: 300px;
min-height: 300px;
}


.important .title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items:stretch;
  align-items: center;
  margin-bottom: 10px;
}

.important .title-box a {
  background-color: #fff;
  color: #111;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
}

.important h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
}

.important .notify {
  border-bottom: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.important .notify a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
  transition: opacity 0.3s ease;
}

.important .notify a:hover {
  opacity: 0.8;
  text-decoration: underline;
}


.tender {
background: #2f83bd;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
height: auto;
max-height: 300px;
min-height: 300px;
}


.tender .title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items:stretch;
  align-items: center;
  margin-bottom: 10px;
}

.tender .title-box a {
  background-color: #fff;
  color: #111;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 14px;
}

.tender h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0px;
}

.tender .notify {
  border-bottom: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tender .notify h6 {
  color: #fff;
}

.tender .notify a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.tender .notify a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.tender .notify h6 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.info-section {
  margin-bottom: 20px;
  padding: 40px 0;
}

.info-section .myWrapper,
.info-section .impLinks {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 5px;
}

.info-section .myWrapper::-webkit-scrollbar,
.info-section .impLinks::-webkit-scrollbar {
  width: 5px;
}

.info-section .myWrapper::-webkit-scrollbar-track,
.info-section .impLinks::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.info-section .myWrapper::-webkit-scrollbar-thumb,
.info-section .impLinks::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.info-section .myWrapper::-webkit-scrollbar-thumb:hover,
.info-section .impLinks::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.info-section h1 {
    font-weight: 500;
    font-size: 1.2rem;
    color: #1A1A1A;
    margin-bottom: 14px;
}

.info-section img {
  margin-bottom: 10px;
  text-align: center;
}

hr {
    border-bottom: 1px solid #ccc;
    border-top: 0 none;
    margin: 20px 0;
    padding: 0;
}

a.read-m-btn {
  width: 100%;
  display: inline;
  margin: 0 10px;
  font-size: 14px;
  background-color: #832fff;
  padding: 6px 12px 6px 12px;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;

}




.brand__area {
    border-bottom: 1px solid var(--tg-border-2);
    padding: 0px 0;
}



.footer {
  background-color: #212121;
  padding: 30px;
}

.footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}

.footer ul li {
  display: inline-block;
  margin: 5px;
}

.footer ul li a {
  color: #fff;
  font-size: 0.9rem;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p {
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}

.footer .footer-logo-acc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 20px;
}




.poli-cm {
    display: none;
  }







@media (max-width: 1199.98px) {
  .marquee__item-two a {
    font-size: 16px;
  }
}

@media (max-width: 360px) {

  .tg-header__area .minister-box {
    display: none;
  }

  .poli-cm {
    display: flex;
  }

  

.tg-header__top-info .list-wrap {
  display: none;
}

.login-btn a {
  display: none;
}

.tgmenu__action a img {
  margin-left: 0;
}

    .tg-header__area {
        padding: 10px 0;
    }

.top-acc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

  .slider__bg-four {
    min-height: 100px;
    height: 100px;
}

.tg-btn-six {
  display: none;
}

  .poli-box-1 {
    padding: 20px 0px;
}

.poli .img-b {
    width: 30%;
}

.poli {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 10px;
    width: 100%;
}

.poli .txt-b {
    width: 70%;
    margin-left: 10px;
}

.poli .txt-b h4 {
  text-align: left;
}

.poli .txt-b h6 {
  text-align: left;
}

.home-about {
    padding: 16px;
}

.home-about h1 {
  text-align: left;
}

.home-about h6 {
    text-align: left;
}

.home-about p {
    text-align: left;
}



.minister-box {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
}



}

@media (max-width: 575.98px) {

  .top-acc {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
}

  .tg-header__top-info .list-wrap {
  display: none;
}

.login-btn a {
  display: none;
}

.tgmenu__action a img {
  margin-left: 0;
}

    .tg-header__area {
        padding: 10px 0;
    }

  .slider__bg-four {
    min-height: 100px;
    max-height: 100px;
    height: 100px;
}

.tg-btn-six {
  display: none;
}

  .poli-box-1 {
    padding: 20px 0px;
}

.poli .img-b {
    width: 30%;
}

.poli {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 10px;
    width: 100%;
}

.poli .txt-b {
    width: 70%;
    margin-left: 10px;
}

.poli .txt-b h4 {
  text-align: left;
}

.poli .txt-b h6 {
  text-align: left;
}

.home-about {
    padding: 16px;
}

.home-about h1 {
  text-align: left;
}

.home-about h6 {
    text-align: left;
}

.home-about p {
    text-align: left;
}



.minister-box {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
}



}

@media (min-width: 576px) and (max-width: 767.98px) {


  .slider__bg-four {
    min-height: 150px;
    height: 150px;
    
}

.tg-btn-six {
  display: none;
}

  .poli-box-1 {
    padding: 20px 0px;
}

.poli .img-b {
    width: 30%;
}

.poli {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 10px;
    width: 100%;
}

.poli .txt-b {
    width: 70%;
    margin-left: 10px;
}

.poli .txt-b h4 {
  text-align: left;
}

.poli .txt-b h6 {
  text-align: left;
}

.home-about {
    padding: 16px;
}

.home-about h1 {
  text-align: left;
}

.home-about h6 {
    text-align: left;
}

.home-about p {
    text-align: left;
}



.minister-box {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
}


.districts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: top;
}

.districts-btns {
    width: 100%;
}

.districts-action {
    width: 100%;
}
.judicial-container-home {
  margin-bottom: 20px;
}

.districts-btns ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #DFDDD4;
    padding: 12px 24px;
    border-radius: 4px;
    color: #24222B;
    margin: 4px;
    width: 47.62%;
    height: auto;
    max-height: 70px;
    min-height: 70px;
}

.districts-action ul {
    margin: 0 0px 0 0;
    padding: 0;
}

.notification {
  margin-top: 20px;
}


}

@media (min-width: 768px) and (max-width: 991.98px) {


  .slider__bg-four {
    min-height: 250px;
    max-height: 250px;
    height: 250px;
}

.tg-btn-six {
  display: none;
}

  .poli-box-1 {
    padding: 20px 0px;
}

.poli .img-b {
    width: 20%;
}

.poli {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 10px;
    width: 100%;
}

.poli .txt-b {
    width: 70%;
    margin-left: 10px;
}

.poli .txt-b h4 {
  text-align: left;
}

.poli .txt-b h6 {
  text-align: left;
}

.home-about {
    padding: 16px;
}

.home-about h1 {
  text-align: left;
}

.home-about h6 {
    text-align: left;
}

.home-about p {
    text-align: left;
}



.minister-box {
    padding: 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: start;
    align-items: center;
}


.districts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: top;
}

.districts-btns {
    width: 70%;
}

.districts-action {
    width: 30%;
}
.judicial-container-home {
  margin-bottom: 20px;
}

.districts-btns ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #DFDDD4;
    padding: 12px 24px;
    border-radius: 4px;
    color: #24222B;
    margin: 4px;
    width: 47.62%;
    height: auto;
    max-height: 70px;
    min-height: 70px;
}

.districts-action ul {
    margin: 0 0px 0 0;
    padding: 0;
}

.notification {
  margin-top: 20px;
}




.nav-link {
    margin: 4px;
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #0c4697;
    text-decoration: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for LG screens */
  .districts-btns ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-color: #DFDDD4;
    padding: 12px 24px;
    border-radius: 4px;
    color: #24222B;
    margin: 4px;
    width: 30.8%;
    max-height: 70px;
        min-height: 70px;
}

.nav-link {
    margin: 4px;
    display: block;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #0c4697;
    text-decoration: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

}


.tg-btn-six {
    background: #0c4697;
    border: none;
    gap: 40px;
    padding: 18px 24px;
}

.tg-btn-six::after {
  content: "";
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: var(--tg-color-white-default);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-btn-six::before {
  display: block;
}

.tg-btn-four:hover, .tg-btn-four:focus-visible {
    background: #0c4697;
    color: var(--tg-color-white-default);
    border-color: #0c4697;
}





/*=============================
    	23. Contact
===============================*/
.contact__area {
  padding: 40px 0 80px;
}
.contact__area-two {
  background: var(--tg-theme-secondary);
  position: relative;
  z-index: 1;
}
.contact__img {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1500px) {
  .contact__img {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  }
}
@media (max-width: 991.98px) {
  .contact__img {
    display: none;
  }
}
.contact__shape {
  width: 286px;
  height: 100%;
  position: absolute;
  left: 32%;
  top: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1800px) {
  .contact__shape {
    left: 30%;
  }
}
@media (max-width: 1500px) {
  .contact__shape {
    left: 26%;
  }
}
@media (max-width: 1199.98px) {
  .contact__shape {
    left: 20%;
  }
}
@media (max-width: 991.98px) {
  .contact__shape {
    display: none;
  }
}
.contact-map {
  width: 100%;
  height: 420px;
}
@media (max-width: 1199.98px) {
  .contact-map {
    height: 360px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
}
.contact__info-item {
  position: relative;
  background: var(--tg-color-white-default);
  border: 1px solid #DEE0EE;
  padding: 45px 55px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .contact__info-item {
    padding: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .contact__info-item {
    padding: 30px 30px;
  }
}
.contact__info-item:last-child {
  margin-bottom: 0;
}
.contact__info-item .title {
  font-size: 18px;
  margin-bottom: 6px;
}
.contact__info-item p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.contact__info-item .list-wrap li {
  margin-bottom: 3px;
}
.contact__info-item .list-wrap li:last-child {
  margin-bottom: 0;
}
.contact__info-item .list-wrap li a {
  color: var(--tg-body-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.contact__info-item .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--tg-theme-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.contact__info-item .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.contact__info-item .list-wrap li a:hover::before {
  width: 100%;
}
.contact__info-item .shape {
  position: absolute;
  right: -19px;
  bottom: -13px;
  color: #F4F5F8;
  z-index: -1;
}
.contact__form-wrap {
  background: var(--tg-color-gray-1);
  padding: 50px 60px 55px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .contact__form-wrap {
    padding: 35px 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .contact__form-wrap {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact__form-wrap {
    padding: 35px 30px 40px;
  }
}
.contact__form-wrap .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .contact__form-wrap .title {
    font-size: 26px;
  }
}
.contact__form .form-grp {
  margin-bottom: 15px;
}
.contact__form .form-grp > label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-body-color);
  line-height: 1;
  margin-bottom: 14px;
}
.contact__form .checkbox-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}
.contact__form .checkbox-grp input {
  width: 18px;
  margin-right: 9px;
  height: 18px;
  cursor: pointer;
  flex: 0 0 auto;
  margin-top: 3px;
}
.contact__form .checkbox-grp label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  user-select: none;
  margin-bottom: 0;
  line-height: 1.2;
}
.contact__form-two .row {
  --bs-gutter-x: 10px;
}
.contact__form-two .form-grp {
  margin-bottom: 10px;
}
.contact__form-two .form-grp textarea, .contact__form-two .form-grp input {
  border: none;
}
.contact__form-two button {
  width: 100%;
  background: var(--tg-theme-primary);
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-color-white-default);
  padding: 16px 20px;
}
.contact__form-two button:hover {
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
}

.ajax-response.error, .ajax-response.success {
  margin: 20px 0 0 !important;
}
.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

.contact__info-item i {
color: var(--tg-theme-primary);
margin-right: 10px;
}


/*=========================
      Breadcrumb
===========================*/
.breadcrumb__area {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .breadcrumb__area {
    padding: 90px 0;
  }
}
.breadcrumb__area-two {
  padding: 80px 0 60px;
}
@media (max-width: 991.98px) {
  .breadcrumb__area-two {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__area-two {
    padding: 50px 0 60px;
  }
}
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-blend-mode: normal;
  background-color: var(--tg-color-white-default);
}
.breadcrumb__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #01022E 0%, rgba(1, 2, 46, 0.2) 102.5%);
  z-index: -1;
}
.breadcrumb__content .title {
  margin-bottom: 12px;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1;
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .breadcrumb__content .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 34px;
  }
}
.breadcrumb__content .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 6px;
}
.breadcrumb__content .breadcrumb > * {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumb__content .breadcrumb > * a {
  color: #fff;
}
.breadcrumb__content .breadcrumb > * a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb__content .breadcrumb .breadcrumb-separator {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.breadcrumb__content-two {
  text-align: center;
}
.breadcrumb__content-two .title {
  color: var(--tg-heading-color);
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content-two .title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content-two .title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb__content-two .title br {
    display: none;
  }
}
.breadcrumb__content-two .breadcrumb {
  justify-content: center;
}




/*=============================
    	22. Shop
===============================*/

.notice__area {
  padding-top: 40px;
}

.shop__sidebar {
  border: 1px solid var(--tg-border-14);
  padding: 30px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-right: 32px;
}
@media (max-width: 1199.98px) {
  .shop__sidebar {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .shop__sidebar {
    margin-top: 100px;
  }
}
.shop__search {
  position: relative;
}
.shop__search input {
  border-color: var(--tg-border-14);
  padding: 11px 40px 11px 18px;
}
.shop__search button {
  border: none;
  background: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: var(--tg-border-1);
}
.shop__search button:hover {
  color: var(--tg-theme-primary);
}
.shop__cat-list .list-wrap li {
  margin-bottom: 15px;
}
.shop__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.shop__cat-list .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.shop__cat-list .form-check-input {
  border-radius: 4px;
  border: 1px solid #9D9CAE;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  padding: 0;
}
.shop__cat-list .form-check-input:checked {
  background-color: var(--tg-theme-primary);
}
.shop__cat-list .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.shop__cat-list .form-check-label {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
  text-transform: capitalize;
}
.shop__cat-list .form-check .rating {
  display: flex;
  align-items: center;
}
.shop__cat-list .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--tg-color-yellow-light-2);
  gap: 4px;
}
.shop__cat-list .form-check .rating ul li {
  margin-bottom: 0;
}
.shop__cat-list .form-check .rating ul li.delete {
  color: #B5B5B5;
}
.shop__cat-list .form-check .rating span {
  color: #B2B8C4;
  margin-left: 5px;
  font-size: 14px;
}
.shop__top-wrap {
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 25px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .shop__top-left {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__top-left {
    text-align: left;
  }
}
.shop__top-left p {
  margin-bottom: 0;
  font-size: 14px;
}
.shop__top-right {
  width: 150px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .shop__top-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__top-right {
    margin-left: auto;
  }
}
.shop__top-right select {
  background-color: transparent;
  border: none;
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 5px 20px 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
  cursor: pointer;
}
.shop__top-right::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 0;
  font-size: 14px;
  color: #596580;
}
.shop__price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.shop__price-wrap .max-price span, .shop__price-wrap .min-price span {
  color: #A5ABB7;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.shop__price-wrap .max-price input, .shop__price-wrap .min-price input {
  background: var(--tg-color-gray-1);
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  padding: 8px 10px;
  height: 40px;
}
.shop__price-wrap .divider {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-border-1);
  transform: translateY(-12px);
}
.shop__price-btn {
  width: 100%;
  padding: 14px 25px;
  justify-content: center;
  margin-top: 25px;
}
.notice__item {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-14);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.notice__item:hover .shop__action li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shop__action {
  position: absolute;
  right: 17px;
  top: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.shop__action li {
  transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
}
.shop__action li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.shop__action li:nth-child(2) {
  transition-delay: 0.15s;
}
.shop__action li:nth-child(3) {
  transition-delay: 0.2s;
}
.shop__action li:nth-child(4) {
  transition-delay: 0.25s;
}
.shop__action li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-border-1);
  font-size: 15px;
}
.shop__action li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.notice__content {
  padding: 20px 24px 22px;
}
.notice__content .date {
  display: block;
  font-size: 14px;
  color: #A5A5AC;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.notice__content .date:hover {
  color: var(--tg-theme-primary);
}

.notice__content .tag {
  display: block;
  font-size: 14px;
  color: var(--tg-theme-primary);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  border: 1px solid #E8EBF5;
    background: var(--tg-color-gray-2);
  padding: 8px 12px;
  border-radius: 24px;
}
.notice__content .tag:hover {
  color: white;
}

.notice__content .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 8px;
}
.notice__content .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 13px;
  gap: 3px;
  color: var(--tg-color-yellow-light-2);
  margin-bottom: 12px;
}
.notice__content .rating .avg {
  color: var(--tg-border-1);
  font-weight: 500;
  margin-left: 2px;
}
.notice__content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-theme-primary);
}
.notice__content .price del {
  font-size: 14px;
  font-weight: 500;
  color: #A5A5AC;
}

.notice__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}

h2.sidebar__widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}

.sidebar__widget-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}


.shop__details-images-wrap {
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .shop__details-images-wrap {
    margin-bottom: 50px;
  }
}
.shop__details-images-wrap .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap .nav-tabs {
    gap: 15px;
  }
}
.shop__details-images-wrap .nav-item {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap .nav-item {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .shop__details-images-wrap .nav-item {
    width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__details-images-wrap .nav-item {
    width: 100px;
  }
}
.shop__details-images-wrap .nav-link {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid var(--tg-border-14);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
}
.shop__details-images-wrap .nav-link img {
  opacity: 0.5;
}
.shop__details-images-wrap .nav-link.active {
  border: 1px solid #FBCE99;
}
.shop__details-images-wrap .nav-link.active img {
  opacity: 1;
}
.shop__details-images-wrap .tab-content .tab-pane {
  position: relative;
}
.shop__details-images-wrap .tab-content .tab-pane img {
  border-radius: 15px;
  border: 1px solid var(--tg-border-14);
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--tg-border-1);
  color: #8D95A8;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img svg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img:hover svg {
  transform: scale(1.08);
}
.shop__details-content > .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .shop__details-content > .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .shop__details-content > .title {
    font-size: 24px;
  }
}
.shop__details-content .price {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}
.shop__details-content .price del {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
}
.shop__details-content-inner {
  border-top: 1px solid #E6E8EC;
  padding-top: 17px;
  border-bottom: 1px solid #E6E8EC;
  padding-bottom: 22px;
  margin-bottom: 15px;
}
.shop__details-content-inner p {
  margin-bottom: 12px;
}
.shop__details-content-inner .list-wrap li {
  font-size: 15px;
  color: var(--tg-heading-color);
  position: relative;
  padding-left: 15px;
}
.shop__details-content-inner .list-wrap li::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop__details-color {
  margin-bottom: 40px;
}
.shop__details-color .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #394767;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.shop__details-color .title strong {
  font-weight: 400;
  color: var(--tg-heading-color);
}
.shop__details-color .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop__details-color .list-wrap li {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-white-default);
  border: 2px solid #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.shop__details-color .list-wrap li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #E4E4E4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.shop__details-color .list-wrap li:nth-child(2)::before {
  background: #4E4E4E;
}
.shop__details-color .list-wrap li:nth-child(3)::before {
  background: #7A9FB1;
}
.shop__details-color .list-wrap li:nth-child(4)::before {
  background: #CBC9DF;
}
.shop__details-review-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #394767;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.shop__details-review-wrap .product-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop__details-review-wrap .product-review .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--tg-color-yellow-light);
  gap: 4px;
}
.shop__details-review-wrap .product-review span {
  font-size: 15px;
  color: #4A4C53;
  font-weight: 400;
}
.shop__details-review-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.shop__details-review-wrap li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #4A4C53;
}
.shop__details-review-wrap li:last-child::before {
  display: none;
}
.shop__details-review-wrap li.product-sku span {
  font-weight: 400;
  color: var(--tg-heading-color);
}
.shop__details-review-wrap li.product-availability span {
  color: #27AE60;
}
.shop__details-qty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}
.shop__details-qty .cart-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px 25px;
  width: 60%;
  justify-content: center;
}
.shop__details-qty .cart-btn svg {
  width: 24px;
  height: 24px;
}
.shop__details-qty .cart-btn:hover svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
}
.shop__details-wishlist-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.shop__details-wishlist-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 20px;
  line-height: 1;
  color: var(--tg-body-color);
}
.shop__details-wishlist-wrap a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}
.shop__details-bottom .list-wrap .sd-social, .shop__details-bottom .list-wrap .sd-tag, .shop__details-bottom .list-wrap .sd-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.shop__details-bottom .list-wrap .sd-social:last-child, .shop__details-bottom .list-wrap .sd-tag:last-child, .shop__details-bottom .list-wrap .sd-category:last-child {
  margin-bottom: 0;
}
.shop__details-bottom .list-wrap .sd-social .title, .shop__details-bottom .list-wrap .sd-tag .title, .shop__details-bottom .list-wrap .sd-category .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-body-color);
}
.shop__details-bottom .list-wrap .sd-social > a, .shop__details-bottom .list-wrap .sd-tag > a, .shop__details-bottom .list-wrap .sd-category > a {
  color: #596580;
}
.shop__details-bottom .list-wrap .sd-social > a:hover, .shop__details-bottom .list-wrap .sd-tag > a:hover, .shop__details-bottom .list-wrap .sd-category > a:hover {
  color: var(--tg-theme-primary);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap, .shop__details-bottom .list-wrap .sd-tag .list-wrap, .shop__details-bottom .list-wrap .sd-category .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a, .shop__details-bottom .list-wrap .sd-category .list-wrap li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  justify-content: center;
  color: var(--tg-heading-color);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-category .list-wrap li a svg {
  width: 16px;
  height: 16px;
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-category .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: var(--tg-theme-primary);
}



.flash-sale {
  font-size: 12px;
  font-weight: 600;
  background: var(--tg-color-red-light);
  display: block;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  position: absolute;
  left: 30px;
  top: 24px;
  line-height: 1;
}
.flash-sale.new {
  background: #1ABC00;
}


.sidebar__doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #E8EBF5;
    background: var(--tg-theme-primary);
    padding: 9px 22px 9px 9px;
    gap: 16px;
    margin-bottom: 8px;
}

.sidebar__doc p {
  line-height: 24px;
}

.sidebar__doc a .icon {
  color: #fff;
}

.sidebar__doc a .content {
  color: #fff;
}



.t-card {
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: start;
    align-items: center;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    min-height: 180px;
}

.t-card .t-image {
    width: 40%;
    padding-right: 5px;
}



.t-card .t-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: start;
    align-items: start;
}

.t-content .name, .t-content .designation, .t-content .duration {
    margin: 0;
    padding: 0;
}

.t-content .name {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #000000;
}

.t-content .designation {
font-style: normal;
font-weight: 500;
font-size: 14px;
color: #7C0016;
margin-bottom: 4px;
}

.t-content .duration {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #787373;
}


@media (max-width: 991.98px) {

.t-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
    border-radius: 4px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    min-height: 180px;
}


.t-card .t-image {
    width: 70%;
    padding-right: 0px;

}

.t-card .t-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}


.t-content .name, .t-content .designation, .t-content .duration {
    margin: 0;
    padding: 0;
}

.t-content .name {
font-style: normal;
font-weight: 600;
font-size: 18px;
text-align: center;
line-height: 22px;
color: #000000;
}

.t-content .designation {
font-style: normal;
font-weight: 500;
font-size: 14px;
text-align: center;
color: #7C0016;
margin-bottom: 4px;
}

.t-content .duration {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 120%;
color: #787373;
text-align: center;
}


 }

 @media (max-width: 360px) {
    .t-card .t-image {
    width: 40%;
    padding-right: 0px;

}
 }

 @media (max-width: 767.98px) {

    .t-card .t-image {
    width: 40%;
    padding-right: 0px;

}

  }




/* Act */

.act__area {
    padding: 40px 40px;
}

.act-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 0px 4px 0px;
}

.act-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 8px;
  padding-left: 8px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 0px;
}

.act-tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: stretch;
    align-items: center;
    padding: 6px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 12px;

}

/* Act ends */


@media (max-width: 575.98px) {

.act__area {
    padding: 20px 0px;
}

.act-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 4px 0 4px;
}

.act-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  gap: 8px;
}


.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 0px;
  padding-left: 0px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex-wrap: wrap;
    justify-items: start;
    align-items: start;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 4px;
}

.act-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: start;
    padding: 6px;
    gap: 12px;
    margin-bottom: 10px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 0px;

}

.act-btn-grp {
    margin-top: 8px;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {

.act__area {
    padding: 20px 0px;
}

.act-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 4px 0 4px;
}

.act-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  gap: 8px;
}


.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 0px;
  padding-left: 0px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex-wrap: wrap;
    justify-items: start;
    align-items: start;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 4px;
}

.act-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: start;
    padding: 6px;
    gap: 12px;
    margin-bottom: 10px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 0px;

}

.act-btn-grp {
    margin-top: 8px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {


.act__area {
    padding: 20px 0px;
}

.act-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 4px 0 4px;
}

.act-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  gap: 8px;
}


.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 0px;
  padding-left: 0px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    justify-items: start;
    align-items: start;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 4px;
}

.act-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: start;
    padding: 12px;
    gap: 12px;
    margin-bottom: 10px;
    margin: 10px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 0px;

}

.act-btn-grp {
    margin-top: 8px;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {


.act__area {
    padding: 20px 0px;
}

.act-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 4px 0 4px;
}

.act-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-items: start;
  align-items: start;
  gap: 8px;
}


.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 0px;
  padding-left: 0px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    justify-items: start;
    align-items: start;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 4px;
}

.act-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: start;
    padding: 8px;
    gap: 12px;
    margin-bottom: 10px;
    margin: 10px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 0px;

}

.act-btn-grp {
    margin-top: 8px;
}


}

@media (min-width: 1200px) and (max-width: 1399.98px) {


/* Act */

.act__area {
    padding: 40px 40px;
}

.act-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  background-color: #E9E9E9;
  padding: 12px;
  border-radius: 0px;
  margin: 4px 4px 0 4px;
}

.act-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.tag-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  gap: 12px;
}

.act-tag {
  background-color: #F2F2F5;
  color: #3A3A48;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  margin: 0;
}

.act-date {
  color: #7C0016;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 8px;
  padding-right: 15px;
  margin: 0;
}

.act-title {
  color: #141210;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 8px;
  padding-left: 8px;
  /* border-left: solid 2px #dacccc; */
  margin: 0;
}

a.act-button {
  background-color: #FFFFFF;
  border: solid 1px #7C0016;
  padding: 4px 8px;
  color: #7C0016;
  border-radius: 4px;
}

a.act-button:hover {
  background-color: #7C0016;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.act-details-tab {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    justify-items: start;
    align-items: start;
    background-color: #fff;
    border: solid 1px #E9E9E9;
    padding: 12px;
    border-radius: 0px;
    margin: 0 4px;
}

.act-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: start;
    padding: 8px;
    gap: 12px;
    margin-bottom: 10px;
    margin: 10px;
}



.act-year {
padding: 8px;
background: #F2F2F5;
border-radius: 4px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #3A3A48;
}

.act-num {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 100%;
color: #7C0016;
margin: 0 0px;

}

.act-btn-grp {
    margin-top: 8px;
}
/* Act ends */


}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: #141210 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    background-color: #E9E9E9 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
    margin: 4px 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-body {
    padding: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


