@font-face {
  font-family: BagossStandardTRIAL-Regular;
  src: url(./fonts/BagossStandardTRIAL-Regular.woff);
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span {
    font-family: "BagossStandardTRIAL-Regular", sans-serif !important;

}
.dropdown-content {
  position: unset;
}
.navColor .desktopNavLinkColor:focus,
.navColor .desktopNavLinkColor:hover,
.navColor .desktopNavLinkColor:active {
  color: #b19347 !important;
}
.navColor .desktopNavLinkColor:focus i,
.navColor .desktopNavLinkColor:hover i {
  color: #b19347 !important;
}
ul.nav .nav-item.dropdown {
  position: unset;
}
.sub-menu {
  font-size: 20px !important;
}
.sub-menu a {
  color: black;
}

.submenulast {
  display: block;
  line-height: 2;
  margin-left: -26px;
  border-left: none !important;
}
.submenulast li a {
  color: black !important;
  font-size: 18px;
  list-style: none;
  padding-top: 2px;
}
.submenulast li:hover a {
  font-size: 18px;
  color: #8a6e2c !important;
  text-decoration: underline;
}
.container-fluid .active,
.navigation .active {
  background-color: #456fa3 !important;
  color: white !important;
}
.active a {
  color: white !important;
}

/* menu banner */

.menu-banner {
  background: url("./assets/images/Layer-692.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 380px;
  margin-top: -20px;
}
.menu-banner .text-block {
  text-align: center;
}
.menu-banner .btns-block .qr img {
  width: 80%;
}
.menu-banner .btns-block .btnss {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-left: -4%;
}

/* Dropdown css end */

@media screen and (max-width: 1200px) {
  .mobile-nav-container ul li a:active,
  nav ul li a:hover {
    color: white !important;
  }
  .mobile-nav-container nav ul.sub-menu {
    width: 97% !important;
  }
  .mobile-nav-container .dropdown-content {
    display: none;
  }
  .mobile-nav-container .dropdown-content-toggle {
    display: block !important;
  }
  .mobile-nav-container .dropdown-content a {
    font-size: 18px !important;
    text-align: left;
    color: white;
  }
  .mobile-nav-container .dropdown-content a:hover,
  .mobile-nav-container .dropdown-content a:active {
    color: white;
  }
  .mobile-nav-container .drop-papa {
    height: fit-content !important;
  }
  .mobile-nav-container .dropdown-content {
    text-align: left;
  }
  .mobile-nav-container .positioning i {
    float: right;
  }
  .mobile-nav-container .dropdown {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .mobile-nav-container nav ul.sub-menu {
    width: 96% !important;
  }
  /* .loginSec{
    display: none;
  } */

}
@media screen and (max-width: 575px) {
  .mobile-nav-container nav ul.sub-menu {
    width: 95% !important;
  }
}
@media screen and (max-width: 440px) {
  .mobile-nav-container nav ul.sub-menu {
    width: 93% !important;
  }
}

.header-style {
  height: 75px;
  background-color: #162941;
  place-content: center;
  display: flex;
}
.header-css {
  display: flex;
}
.image-logo {
  max-width: 15%;
}
.search-field {
  max-width: 33%;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.buttons-header {
  max-width: 31%;
  margin-left: -10px;
  margin-right: 8px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.icons-header {
  max-width: 20%;
  margin-left: -10px;
  margin-right: 8px;
  margin-top: -2px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.iconss{
    width: 41px;

}
.container {
  width: 1150px;
}
.navigation {
  background-color: #d5dde8;
  height: 60px;
  overflow: hidden;
}
.sticky {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.navigation a {
  text-transform: uppercase;
  color: black;
}

.button_container {
  position: absolute;
  top: 3%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: white;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #162941;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: scroll;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  z-index: 99;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  width: 100%;
  transform: translateY(-60%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 9);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  /* display: block; */
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 25px;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.mainHomeBanner {
  color: #ffffff;
}

.mainHomeBanner h3 {
  color: #ffffff;
  font-size: 40px;
}

.mainHomeBanner h2 {
  font-size: 65px;
  color: #b19347;
  font-weight: 300;
}

.mainHomeBanner h6 {
  font-size: 22px;
  line-height: 18px;
  color: #ffffff;
}
.storeimg img {
  width: 192px !important;
}
.google-store img {
  width: 195px !important;
}
.mainHomeBanner img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.advance-search:hover {
  background-color: #b19347;
  border: 1px solid #b19347;
}

.checked {
  color: orange;
}
.date {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 500;
  font-size: small;
}
.card .card-thumbnail {
  width: 75px;
  height: 75px;
  text-align: center;
  background-color: #f1dca3;
  border-radius: 50%;
}
footer {
  height: 500px;
  /* Adjust the height as per your requirement */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #061a2c;
}

footer .menu li {
  cursor: pointer;
}
.logo-footer {
  width: 40%;
}

.menu {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #172d40;
  border-bottom: 1px solid #172d40;
  list-style: none;
  padding: 0;
}

ul.list-unstyled li {
  display: contents;
}

.menu li {
  text-align: center;
  padding: 8px;
}

.custom-mb-8 {
  margin-bottom: 20px;
  margin-top: 50px;
}

.custom-mb-6 {
  margin-top: 30px;
}

.custom-color {
  color: #597792;
}

a {
  color: unset;
  font-size: 14px;
  text-decoration: unset;
}

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

.quran-and-sunnah {
  color: #e5d199;
  font-size: 26px;
}

.list-unstyled li a {
  margin-right: 7px;
}

.d-inline-block {
  display: inline-block !important;
}

ul.download-list-unstyled {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

ul.download-list-unstyled li a {
  margin-right: 15px;
}

img.custom-image-class {
  margin-top: 80px;
}

h3.download-title {
  margin-bottom: -65px;
}

/* p {
    margin-top: 15px;
} */
.firstSectionHalal h6 {
  font-size: 40px;
  line-height: 40px;
  color: #061a2c;
}

.firstSectionHalal .halalcontent p {
  font-size: 20px;
  line-height: 35px;
  color: #061a2c;
}

.halalCardSec {
  cursor: pointer;
}

.halalCardSec:hover .card-footer p {
  text-decoration: underline;
  cursor: pointer;
}
.firstSectionHalal .halalCardSec .card-footer p {
  font-size: 24px;
  line-height: 32px;
  color: #1a344b;
}
.firstSectionHalal {
  margin-bottom: 70px;
}

.firstSectionHalal .halalCardSec .card-header p {
  font-size: 30px;
  line-height: 32px;
  color: #1a344b;
}

.firstSectionHalal .halalCardSec .card-header a {
  padding: 0px 10px 0px 10px;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
}

.firstSectionHalal .halalCardSec .card-body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.firstSectionHalal .imgsection img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.download-sec {
  background-color: #eaf3fa;
  background-image: url("./assets/images/groupimgmobile2.png");
  height: 800px;
  background-position: center 90px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
.download-btn {
  width: 75%;
}
.qr-code {
  margin-left: -25%;
}
section.text_content {
  padding-top: 97px;
  padding-bottom: 75px;
}
.text_content h2 {
  font-size: 45px;
}
.text_content hr {
  color: #c6ad6b;
  border: 8px solid #c6ad6b;
  width: 40%;
  margin-left: 199px;
  margin-top: -28px;
}
.text_content p {
  font-size: 22px;
}
.text_content p span.text-decoration-underline.font-weight-bold {
  font-weight: 600;
}
.text_content a.btn {
  background-color: #c6ad6b;
  padding: 8px 18px;
  margin-bottom: 5px;
  color: white;
  font-size: 19px;
}
.most_scanned_product a.btn,
.products a.btn {
  background-color: #c6ad6b;
  padding: 8px 18px;
  color: white;
  font-size: 19px;
  margin-bottom: 6px;
}
.slider-section {
  padding: 50px 0px;
}
.product-card {
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  place-content: center;
  display: grid;
  /* display: grid; */

}
.product-card > img {
  width: 100%;
}

.product-card a img {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}
/* .overlay-image{
  /* display: none;
*/
.tick-icon {
  position: absolute;
  top: 5%;
  right: 10%;
}

.produc {
  cursor: pointer;
  position: relative;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 4%;
  width: 100.8%;
  height: 99.3%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-description:hover,
.overlay-image:hover {
  opacity: 1;
  display: block;
}
.produc:hover,
.product-description:hover > .contents p {
  text-decoration: underline;
}

.custom-div {
  position: relative;
  width: 90.4%;
  height: 81.3%;
  border-radius: 15px;
  background-color: #202a37b7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons {
  background-color: #dfe7ed;
  border-radius: 20%;
  margin-left: 5px;
  padding: 15px 15px 0 15px;
  width: 60px;
}
.custom-div .tick-icon {
  right: 9%;
  top: 5%;
  cursor: pointer;
}
.icons.heart-icon:hover {
  background-color: #ff0000c4 !important;
}
.icons.share-icon:hover {
  background-color: #00ff44c4 !important;
}
.icons.scan-icon:hover {
  background-color: #00ddffc4 !important;
}
section.most_scanned_product {
  background-color: #eaf3fa;
  padding: 0px 0px 50px 0px;
}
section.products {
  background-color: #eaf3fa;
  padding: 0px 0px 50px 0px;
}

/* FAQ CSS */
.faq-container {
  margin-top: 90px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.faq-heading {
  font-size: 40px;
  padding-bottom: 10px;
}
.force-overflow h3 {
  margin-top: 25px;
}
.faq-content {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.faq-heading-h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  padding-right: 55px;
}
.faq-row {
  padding-top: 35px;
  padding-bottom: 35px;
}
/* SCROLL BOX CSS */
.scrollable-box {
  border: 2px solid #d4e3f0;
  border-radius: 10px;
  height: 500px;
  /* overflow: auto; */
  overflow-y: scroll;
  padding: 40px;
  margin-bottom: 100px;
}
/*
  .scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
  } */
#style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ae8d37;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148))); */
}
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
/* .force-overflow {
  min-height: 450px;
  } */
.force-overflow h2 {
  margin-top: 30px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.advance-search {
  background-color: #456fa3;
  border: 1px solid #456fa3;
}
.happyclients-sec {
  margin-bottom: 85px;
}

@media only screen and (min-width: 1201px) {
  .mobile-nav-container {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .mobile-nav-container {
    background-color: #162941;
    height: 70px;
    padding-top: 8px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: flex;
  }
  .image-logo {
    max-width: 40%;
  }
  #menu {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .custom-div .tick-icon {
    right: 10%;
    top: 5%;
    cursor: pointer;
  }
  .custom-div {
    height: 77%;
    left: 1%;
    width: 87%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .qr-code {
    margin-left: 40px;
  }
  .overlay-image {
    position: absolute;
    top: 0;
    left: 4.5%;
    width: 102%;
    height: 101%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .download-icons ul {
    display: inline-block;
    column-count: 2;
  }
  .download-title {
    display: none;
  }
  .download-icons .custom-image-class {
    margin-top: 10px;
  }
  .mobileresponsive {
    display: block !important;
  }
  .formSecArticle .form-select {
    width: 100% !important;
  }
  .mobileresponsive .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .formSecArticle .fileInputSec .form-control {
    width: 100% !important;
  }
  .mobileInputGroup label {
    width: 390px !important;
  }
  .formSecArticle .custom-file-button #file-input::before {
    width: 227px !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .download-sec {
      background-position: left 300px top 100px;
    }
    .download-sec .download-btn {
      min-width: 250px;
      margin-right: 30px;
    }
  }
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .download-btn span {
    width: 100%;
  }
  .download-btn {
    min-width: 250px;
    margin-right: 30px;
  }
  /* .download-sec {
    background-position: left 350px top 100px;
  } */
  .download-sec {
    background-position: left 260px top 100px;
  }
  .qr-code {
    margin-left: 100px;
  }
  .download-sec {
    margin-right: -150px;
  }
  .overlay-image {
    top: 0%;
    left: 5%;
    width: 102%;
    height: 101%;
  }
}

@media (max-width: 991px) {
  /* .banner-background .download-btn{
    display: block !important;
  } */
  .menu.custom-color.text-uppercase {
    column-count: 3 !important;
    display: flow-root;
  }
  ul.download-list-unstyled {
    display: unset;
  }

  footer {
    height: unset;
  }

  ul.menu.custom-color.text-uppercase {
    column-count: 3;
    display: block;
  }

  footer br {
    display: none;
  }

  h3.download-title {
    margin-bottom: 0;
  }

  img.custom-image-class {
    margin-top: 20px;
  }

  .mainHomeBanner .container {
    width: 100%;
    max-width: 750px !important;
    padding: 50px 0px 50px 0px !important;
  }
  .mainHomeBanner .row {
    margin: 0px !important;
  }
  .mainHomeBanner h3 {
    font-size: 28px;
  }

  .mainHomeBanner h2 {
    font-size: 40px;
  }
  .mainHomeBanner img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .mainHomeBanner .storeimg {
    margin-top: 10px;
    margin-left: 0px !important;
    height: 60px !important;
  }

  .mainHomeBanner .storeimg img {
    margin-left: -3px;
    width: 192px !important;
  }
  .google-store img {
    margin-left: -7px !important;
  }

  .mainHomeBanner .downloadHeading {
    margin: 10px 0px 10px 0px !important;
  }

  .downloadingSec .mobilepadding {
    padding-left: 0px;
  }
  .names img {
    height: 50px;
    width: 50px;
  }
  img.stores {
    width: auto;
    max-width: 100%;
  }
  .colum-alternative {
    padding: 18px 25px 15px 25px !important;
  }
  .alternate-pro {
    display: block !important;
  }
  .alternate-pro p {
    margin-top: 8px !important;
    margin-left: 0px !important;
  }

  p.star-num {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  /* .banner-background .download-btn{
    display: block;
  } */
  .mainHomeBanner .apple-store {
    padding-left: 13px;
  }
  .mainHomeBanner .google-store {
    padding-left: 20px;
  }
  .text_content a.btn {
    margin-bottom: -50px;
  }
  .most_scanned_product h2 {
    margin-top: -50px;
    padding-top: 55px;
  }
  .contents p {
    font-size: 24px;
  }
  .product-description p {
    font-size: 18px;
  }
  .produc {
    width: 50%;
  }

  .custom-div .tick-icon {
    right: 10%;
    top: 5%;
    cursor: pointer;
  }
  .custom-div {
    height: 79.5%;
    left: 0%;
    width: 89%;
  }
  .overlay-image {
    width: 102%;
    height: 92.5%;
  }
  .container {
    width: 90%;
  }
  .downloadImgSec {
    text-align: center;
  }
  .img2 {
    display: none !important;
    text-align: center;
  }
  .downloadHeading {
    text-align: center;
  }
  .bannerHeading {
    text-align: center;
  }
  .fa-star {
    font-size: 11px;
  }
  .happyclients {
    max-width: 100%;
    text-align: center;
    margin-left: 10px;
  }
  .happyclients-sec .fa-star::before {
    font-size: 11px;
  }
  section {
    width: 100%;
  }

  footer {
    height: unset !important;
  }

  /* .mobile-reverse {
    flex-direction: column-reverse;
  } */

  .custom-mb-8,
  .custom-mb-6 {
    margin-top: 30px;
  }

  .social-icons,
  .download-icons {
    justify-content: center;
    margin-top: 20px;
  }

  footer .row > * {
    width: unset !important;
  }

  .download-title {
    margin-bottom: 15px;
  }

  img.custom-image-class {
    margin-top: 25px;
  }

  ul.download-list-unstyled {
    display: unset;
  }

  .custom-mb-8,
  .custom-mb-6 {
    justify-content: center;
    text-align: center;
  }

  h3.download-title {
    margin-top: 25px;
    margin-bottom: -10px;
  }

  ul.download-list-unstyled li a {
    margin-right: unset;
  }

  ul.menu.custom-color.text-uppercase {
    column-count: 2 !important;
    display: flow-root;
  }

  ul.menu.custom-color.text-uppercase li {
    text-align: left;
    font-size: 14px;
  }

  ul.download-list-unstyled.reverse-li-order {
    display: flex;
    flex-direction: column-reverse;
  }

  .col-md-12.text-center.copyright-footer {
    margin-top: 20px;
  }

  .row {
    justify-content: center;
  }
  .imgBaadMain {
    flex-direction: column-reverse;
  }

  br {
    display: none;
  }

  .menu li {
    padding: 12px;
    font-weight: 500;
  }
  .download-btn {
    width: 100%;
  }
  .download-sec {
    background-position: center 350px;
    height: 1050px;
    margin-top: -60px;
  }
  .download-sec p.download {
    margin-top: -100px;
  }
  .download-sec .download-btn-box {
    margin-top: -10px !important;
  }
  .qr-code {
    display: none !important;
    width: 50%;
    margin: 0 auto;
  }
  .download-sec br {
    display: unset !important;
  }

  .mainHomeBanner .container {
    width: 100%;
    max-width: 600px !important;
    padding: 50px 0px 50px 0px !important;
  }
  .mainHomeBanner .row {
    margin: 0px !important;
  }
  .mainHomeBanner h3 {
    font-size: 28px;
  }

  .mainHomeBanner h2 {
    font-size: 40px;
    line-height: 1;
  }
  .mainHomeBanner img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .mainHomeBanner .storeimg {
    margin-bottom: 10px;
  }
  .mainHomeBanner .storeimg2 {
    margin-top: 0px;
    margin-left: -3px !important;
  }

  .mainHomeBanner .storeimg2 img {
    margin-left: -3px;
    width: 192px !important;
    height: 59px;
  }

  .mainHomeBanner .downloadHeading {
    margin: 10px 0px 10px 0px !important;
  }

  .downloadingSec .mobilepadding {
    padding-left: 0px;
  }

  .mainHomeBanner .qrImg {
    margin: 0px 0px 10px 0px !important;
  }

  .mainHomeBanner .mobileimg {
    text-align: center;
    margin-top: 20px;
  }

  .colum-2 {
    display: block !important;
  }
  .names img {
    height: 50px;
    width: 50px;
  }
  .catgories .names {
    margin-left: 0px !important;
  }
  .catgories {
    display: flex;
    justify-content: space-between !important;
  }
  .colum-2 h2 {
    margin-top: 40px;
    font-size: 24px !important;
  }
  .colum-2 img.verified {
    margin-top: -21px !important;
  }
  a.decision-btn {
    padding: 13px 20px !important;
    font-size: 15px !important;
  }
  p.product-verification {
    padding: 13px 17px !important;
  }
  img.stores {
    width: auto;
    max-width: 100%;
    margin-top: -20px;
  }
  .colum-2 p {
    font-size: 20px !important;
    margin-top: 45px !important;
  }
  .colum-2 .view-btn {
    padding: 0px 22px !important;
  }
  .view-btn p {
    margin-top: 16px !important;
  }
  .view-btn img {
    margin-top: 6px !important;
  }
  .colum-2 {
    padding-left: 0px !important;
  }
  .colum-alternative {
    margin-top: 40px;
  }
  .margin-class {
    padding: 0px;
  }
  .description {
    padding: 0px;
  }
  .dietary-profile {
    padding: 0px;
  }
  .stars-colum {
    margin-top: 20px;
    padding: 0px;
  }
  .padding-zero-class {
    padding: 0px;
  }
  .contents {
    padding: 0px;
  }
  .searches h2 {
    font-size: 31px;
  }
}

@media screen and (max-width: 576px) {
  .custom-div .tick-icon {
    right: 10%;
    top: 5%;
    cursor: pointer;
  }
  .custom-div {
    border-radius: 6.5%;
    height: 93%;
    left: -2.5%;
    width: 94%;
  }
  .download-sec {
    background-position: center 550px;
    margin-top: -60px;
    height: 900px;
  }
  .view-btn p {
    color: white;
    font-size: 17px !important;
    margin-top: 16px !important;
    line-height: 21px;
  }
  .view-btn img {
    margin-right: 13px;
    height: 39px;
    margin-top: 46px;
  }
  a.decision-btn {
    padding: 8px 4px !important;
    font-size: 12px !important;
  }
  p.product-verification {
    padding: 13px 11px !important;
    border: 1px solid #c7cfd4;
    font-size: 17px !important;
  }
  .colum-2 {
    padding-left: 0px;
  }
  .colum-2 {
    padding-left: 0px;
  }
  .formSecArticle .custom-file-button #file-input::before {
    width: 130px !important;
  }
  .formSecArticle .mobileInputGroup label {
    width: 180px !important;
  }
  /* .loginSec{
    display: none;
  } */
}

/* Single Detail Page */
.flour-img {
    width: auto;
    max-width: 100%;
    border: 1px solid #e9ebec;
    padding: 20px 60px 20px 60px;
}
.catgories {
  display: flex;
  /* justify-content: end; */
}
.catgories .names {
  margin-left: 27px;
}
.colum-2 h2 {
  font-size: 35px;
}
.colum-2 img.bars {
  margin-top: 15px;
}
.colum-2 p {
  font-size: 20px;
  margin-top: 20px;
}
.colum-2 {
  padding-left: 50px;
  display: grid;
}
.colum-2 img.verified {
  margin-top: -15px;
}
.colum-2 .view-btn {
  display: flex;
}
.colum-2 .view-btn {
  margin-top: 20px;
  background-color: #a98e49;
  border-radius: 7px;
  width: fit-content;
  padding: 0px 33px;
  border: 1px solid #a98e49;
  font-size: 20px;
  color: white;
}
.view-btn img {
  margin-right: 13px;
  height: 41px;
  margin-top: 13px;
}
.view-btn p {
  color: white;
  font-size: 20px;
  margin-top: 11px;
  line-height: 21px;
}
img.stores {
  margin-top: -20px;
}
a.decision-btn {
  background-color: #1a344b;
  border-radius: 7px;
  width: fit-content;
  padding: 13px 33px;
  border: 1px solid #1a344b;
  font-size: 20px;
  color: white;
}
p.product-verification {
  border-radius: 7px;
  width: fit-content;
  padding: 13px 33px;
  border: 1px solid #c7cfd4;
  font-size: 20px;
}
div#style-5 {
  border-radius: 0px 0px 10px 10px;
}
#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: white;
}
#style-5::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c4cdd7;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148))); */
}
#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
div#style-5 {
  border-radius: 0px 0px 10px 10px;
  padding: 20px 0px;
  margin-top: -8px;
}
.grey {
  height: 270px !important;
  border: 1px solid #c7cfd4;
  border-color: #c7cfd4;
}
.colum-ingrediants h2 {
  border-radius: 10px 10px 0px 0px;
  font-size: 26px;
  background-color: #ebf0f5;
  padding: 10px 24px;
}
ul.scroll-list {
  list-style: none;
  margin-left: 0px;
  font-size: 10px;
}
ul.scroll-list li {
  line-height: 32px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 18px;
  font-family: "BagossStandardTRIAL-Regular" !important;
  display: flex;
}
ul.scroll-list li::before {
  font-family: "FontAwesome";
  content: "\f054";
  padding-right: 3px;
  vertical-align: middle;
  margin-right: 5px;
  color: black;
  font-weight: 700;
  font-size: 11px;
}
.prohibitions {
  margin-top: -9px;
  border-radius: 0px 0px 9px 9px;
  padding: 13px 13px 0px 0px;
  border: 1px solid #c7cfd4;
  font-size: 20px;
}
.margin-class {
  margin-top: -80px;
}
.colum-alternative {
  border: 2px solid #c4cdd7;
  border-radius: 10px;
  padding: 36px 50px 15px 25px;
}
.colum-alternative h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.alternate-pro {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.alternate-pro img {
    border: 1px solid #e9ebec;
    border-radius: 8px;
    padding: 3px 18px;
    width: 83px;
}
.alternate-pro p {
  line-height: 23px;
  font-size: 18px;
  margin-left: 17px;
  margin-bottom: 0px;
}
.description h2 {
  font-size: 26px;
}
/* listingpage CSS */
.listingFirstSec .dropdownSec .form-control,
.listingFirstSec .dropdownSec .form-select {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #333333 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
  border: 0px !important;
}
.listingFirstSec .dropdownSec .form-control::placeholder {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #333333 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
  border: 0px !important;
}
.listingFirstSec .dropdownSec .form-control:focus,
.listingFirstSec .dropdownSec .form-select:focus {
  border: 0px !important;
  box-shadow: none;
}
.listingFirstSec .dropdownSec {
  border-radius: 15px !important;
  background-color: #ffffff;
  border: 2px solid #d4e3f0 !important;
}
.listingFirstSec .searchBtn button {
  font-size: 26px;
  line-height: 22px;
  color: #ffffff;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.listingFirstSec .searchBtn {
  background-color: #b79950;
  border: 0px !important;
}

.listingFirstSec .searchBtn .btn:active,
.listingFirstSec .searchBtn .btn:focus,
.listingFirstSec .searchBtn .btn:active {
  border: 0px !important;
}
.listingFirstSec .dropdownSec select option:hover {
  background-color: #b79950 !important;
  box-shadow: #b79950 !important;
}

.listingSecondSec .contentSec p {
  font-size: 26px;
  line-height: 40px;
  color: #061a2c;
}
.listingSecondSec .sideSection {
  border-radius: 15px !important;
  border: 2px solid #d4e3f0 !important;
}
.listingSecondSec .sideSection .listHead span {
  font-size: 22px;
  line-height: 24px;
  color: #1a344b;
  font-weight: 500;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.listingSecondSec .sideSection .listHead i {
  margin-top: 5px;
  float: right;
}
.listingSecondSec .sideSection .sublist span {
  font-size: 18px;
  line-height: 40px;
  color: #1a344b;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.listingSecondSec .sideSection .sublist li :hover,
.listingSecondSec .sideSection .sublist li :focus,
.listingSecondSec .sideSection .sublist li :active {
  background-color: #b7994f;
  border-radius: 0px;
}
.listingSecondSec .sideSection hr {
  color: #d4e3f0 !important;
  opacity: 1 !important;
}
.listingSecondSec .searchBtn button {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.listingSecondSec .searchBtn {
  border-radius: 15px;
  background-color: #b79950;
}
.description p {
  border-top: 6px solid #061a2c;
  border-right: 1px solid #919aa6;
  border-left: 1px solid #919aa6;
  border-bottom: 1px solid #919aa6;
  padding: 32px 27px;
  border-radius: 7px;
}
.common-class {
  border: 2px solid green;
  border-radius: 9px;
  padding: 19px 0px 0px 14px;
}
.dietary-profile h2 {
  margin-bottom: -10px;
}
.progress {
  margin-top: 4px;
  width: 75% !important;
}
.bars {
  display: flex;
  place-content: space-around;
}
.bars img {
  margin-top: 2px;
  width: auto;
  height: 100%;
}
p.star-num {
  margin-left: -10px;
}
.progress {
  border-radius: 10px;
  margin-top: 4px;
  width: 75% !important;
}
.progress-bar.common-bar {
  border-radius: 10px;
}
.progress-bar.blue {
  background-color: #0193ff;
}
.progress-bar.green {
  background-color: #06d6a0;
}
.progress-bar.sky-blue {
  background-color: #1ea6d3;
}
.progress-bar.purple {
  background-color: #7c6bff;
}
.progress-bar.pink {
  background-color: #ef476f;
}
.progress.blue-bar {
  background-color: #cce9ff;
}
.progress.green-bar {
  background-color: #cdf7ec;
}
.progress.light-blue-bar {
  background-color: #d2edf6;
}
.progress.purple-bar {
  background-color: #e5e1ff;
}
.progress.pink-bar {
  background-color: #fcdae2;
}
.rating-bars {
  border-radius: 10px;
  border: 1px solid #e9ebec;
  padding: 25px 10px 0px 5px;
}
.review h3 {
  font-size: 26px;
}
.stars {
  border-radius: 10px;
  border: 1px solid #e9ebec;
  padding: 25px 10px 17px 5px;
}
.stars h3 {
  font-size: 30px;
}
.stars p {
  margin-top: 15px;
  font-weight: 600;
  font-size: 45px;
}
.stars img {
  margin-top: 20px;
}
.stars h4 {
  margin-top: -25px;
  font-size: 16px;
  font-style: italic;
}
.related-searches p {
  font-size: 20px;
}
.related-searches {
  border: 2px solid #d4e3f0;
  padding: 17px 15px 0px 25px;
  border-radius: 13px;
}
.searches h2 {
  font-size: 35px;
}
.review-image img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
.feedback {
  padding: 0px;
  display: flex;
  margin-top: 100px;
}
.review-detail {
  padding-left: 20px;
  width: 100%;
}
.name-star img {
  width: 85px;
}
p.name {
  margin-top: 6px;
  font-weight: 600;
  color: black !important;
}
.name-date {
  display: flex;
  justify-content: space-between;
}
.name-date p {
  color: grey;
  font-size: 16px;
}
p.title {
  font-weight: 600;
  font-size: 18px;
}
p.message {
  margin-top: -11px;
  font-size: 15px;
  color: grey;
}
.name-role {
  display: flex;
  justify-content: space-between;
}
.name-role p {
  color: grey;
  font-size: 16px;
}
p.admin-name {
  font-weight: 600;
  color: black !important;
}
p.role {
  margin-top: -9px;
  color: gray;
  font-size: 14px;
}
.review-admin-detail {
  width: 100%;
  padding-left: 20px;
}
p.message {
  margin-top: -4px;
  font-size: 15px;
  color: grey;
}
.for-border {
  padding-top: 12px;
  border-top: 1px dotted #e9ebec;
}
p.heading {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.ratings img {
  margin-left: 24px;
  margin-top: 4px;
  width: 85px;
  height: 14px;
}
.ratings {
  margin-top: -10px;
}
.inputs {
  display: grid;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.inputs input[type="text"] {
  border: 1px solid #e9ebec;
  padding: 10px 22px;
  border-radius: 5px;
}
.inputs textarea {
  border: 1px solid #e9ebec;
  padding: 10px 22px;
  border-radius: 5px;
  margin-top: 16px;
}
.inputs input::placeholder,
textarea::placeholder {
  color: black;
}
.inputs a.btn {
  background-color: #061a2c;
  color: white;
  margin-top: 20px;
  width: 165px;
  padding: 10px;
}
.add-review .inputs {
  display: flex;
  flex-direction: column;
}

.add-review .inputs .btn {
  align-self: flex-end;
}
.searches {
  margin-bottom: 90px;
}
.banner-background {
  background-image: url(./assets/images/bannerback.png);
  background-repeat: no-repeat;
  padding: 15px;
  text-align: center;
  margin-top: 50px;
}
.banner-background h2 {
  font-size: 40px;
}
.banner-background p {
  font-size: 18px;
}
.banner-background .download-btn {
  width: 100%;
}
.banner-background .btn-dark {
  background-color: black;
}
@media (max-width: 991px) {
  /* .banner-background .download-btn {
    display: block !important;
} */
  .banner-background .download-btn br {
    display: block !important;
  }
  .banner-background {
    background-image: none;
    background-color: #f2f4f3;
    border-radius: 20px;
  }
  .banner-background .download-btn {
    min-width: unset;
    margin-right: 30px;
  }
  .banner-background .download-btn span {
    font-size: 15px;
  }
  .banner-background .download-btn,
  .banner-background img {
    width: 100%;
  }
  .banner-background .download-btn img {
    padding-top: 20px;
  }
  .banner-background .fs-5 {
    font-size: 12px !important;
  }
  .banner-background .ms-3 {
    margin-left: 5px !important;
    margin-bottom: 5px;
  }
  .view-btn p {
    font-size: 17px;
  }
  /*   Shariah Board CSS  */
  .shariahSecSection {
    background-size: cover;
  }
  .shariahSecSection .l {
    margin-top: 0px !important;
  }
  .shariahSecSection .r {
    margin-bottom: 50px;
  }
  .wide .l {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .wide-2 .l {
    margin-bottom: 0px !important;
  }
  .shariahContentSec {
    margin-top: 20px;
    margin-left: 0px !important;
  }
  /*   How Mustakshif Works CSS  */
  .howWorksContentSec {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /*   Mustakshif generic blog content CSS  */
  .responsiveremoval .removeAtResponsive {
    display: none;
  }
  .marginRemove {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .flexresponsivness {
    flex-direction: column-reverse !important;
  }
  /*   Blog Listing  CSS  */
  .blogContentsize {
    margin-bottom: 15px;
  }
  /*   login  CSS  */
  .loginSec .loginWithCodeSec {
    height: 90vh;
  }
  .articleSideSec {
    margin-left: 0px !important;
  }
  .articleSideSec .PackageHeading {
    width: 100% !important;
  }
  .articleSideSec .PackageHeading h3 {
    font-size: 24px !important;
  }
  .mobileresponsive {
    display: block !important;
  }
  .formSecArticle .form-select {
    width: 100% !important;
  }
  .mobileresponsive .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .formSecArticle .fileInputSec .form-control {
    width: 100% !important;
  }
  .mobileInputGroup label {
    width: 298px !important;
  }
  .buttonsShopping p {
    font-size: 12px !important;
  }
  .topicResponsibility {
    width: 100% !important;
  }
  .mobiledisplay {
    display: none !important;
  }
  .mobileWidthRespSec {
    width: 100% !important;
  }
  /* brand page css  */
  .brandspagefifthsec .postingInternalSec {
    display: block !important;
  }
  .brandspagefifthsec .postingInternalSec .writeWithUsImgSec {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 15px !important;
  }
  .lesspaddingharampage {
    padding-bottom: 1.5rem !important;
  }
  .tabpaddingremove {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.mblHide {
  display: block;
}
.mblShow {
  display: none;
}
@media (max-width: 768px) {
  .mblHide {
    display: none;
  }
  .mblShow {
    display: block;
  }
  .banner-background h2 {
    font-size: 30px;
  }
  .banner-background p {
    font-size: 16px;
  }
  .banner-background .download-btn {
    margin-bottom: 20px;
  }
  .banner-background img {
    width: 100%;
  }
  /*   Shariah Board CSS  */
  .shariahSecSection {
    background-size: cover;
  }
  .wide .l {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .wide-2 .l {
    margin-bottom: 0px !important;
  }
  .wide .r {
    margin-top: 0px !important;
    background-position: center;
  }
  .wide-2 .r {
    background-position: center;
  }
  .shariahSecSection .r {
    margin-bottom: 50px;
  }
  .shariahContentSec {
    margin-top: 20px;
    margin-left: 0px !important;
  }
  /*   How Mustakshif Works CSS  */
  .howWorksContentSec {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .howWorksFirstSection {
    margin-bottom: 0px !important;
  }
  .howWorksSecSection {
    margin-top: 0px !important;
  }
  /*   Mustakshif generic blog content CSS  */
  .responsiveremoval .removeAtResponsive {
    display: none;
  }
  .marginRemove {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .flexresponsivness {
    flex-direction: column-reverse !important;
  }
  .genericBlogcontent p {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  /*   Blog Listing  CSS  */
  .pageNoSec .page-item a {
    margin: 0px 2px !important;
  }
  .blogContentsize {
    margin-bottom: 15px;
  }
  /*   login  CSS  */
  .loginSec .loginWithCodeSec {
    height: 100% !important;
    margin-bottom: 40px !important;
  }
  .loginSec .halalContentSec .loginWithCodeSec {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .loginWithCodeSec form .learnMoreBtn {
    width: 100% !important;
    /* height: 58px; */
  }

  .loginSec form .learnMoreBtn {
    width: 100% !important;
    /* height: 58px; */
  }
  .loginSec form .form-control {
    width: 100% !important;
    /* height: 58px; */
  }

  .loginWithCodeSec form .form-control {
    width: 100% !important;
    /* height: 58px; */
  }
  .marginRemoveFromMobile {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .loginSec form .loginBtnsocial {
    width: 100% !important;
  }
  .loginSec form .loginsocialtext {
    font-size: 16px !important;
  }

  .loginWithCodeSec form .loginBtnsocial {
    width: 100% !important;
  }
  .loginWithCodeSec form .loginsocialtext {
    font-size: 16px !important;
  }
  /*   Shopping Cart CSS  */
  .shoppingCart .row > * {
    width: auto !important;
  }
  .mobileFlow {
    display: none !important;
  }
  .mobileCart {
    display: block !important;
  }
  .mobileDirectionCart {
    flex-direction: column;
  }
  .articleSideSec {
    margin-left: 0px !important;
  }
  .articleSideSec .PackageHeading {
    width: 100% !important;
  }
  .mobileresponsive {
    display: block !important;
  }
  .formSecArticle .form-select {
    width: 100% !important;
  }
  .mobileresponsive .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .formSecArticle .fileInputSec .form-control {
    width: 100% !important;
  }
  .mobileInputGroup label {
    width: 358px !important;
  }
  .topicResponsibility {
    width: 100% !important;
  }
  .mobiledisplay {
    display: none !important;
  }
  .mobileWidthRespSec {
    width: 100% !important;
  }
  .topicResponsibility {
    padding: 20px !important;
  }
  .postingInternalSec {
    display: block !important;
  }
  .postingInternalSec .writeWithUsImgSec {
    margin: 15px 0px 15px 0px !important;
  }
  .paddingRemove {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* brand page css */
  .brandspagethirdsec .howWorksContentSec {
    margin-bottom: 1rem !important;
  }

  .brandspagefifthsec .brandbtnbrown {
    font-size: 16px !important;
  }
  .lesspaddingharampage {
    padding-bottom: 1.5rem !important;
  }
}
/*   Privacy Policy CSS  */
.privacyFirstSection h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #061a2c;
}
.privacyFirstSection p {
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
/*   Shariah Board CSS  */
.shariahFirstSection .heading h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #061a2c;
}
.shariahContentSec h2 {
  font-size: 28px;
  line-height: 35px;
  color: #b29448;
}
.shariahContentSec p {
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
.shariahContentSec .shariahList {
  font-size: 18px;
  line-height: 40px;
  color: #061a2c;
  list-style-type: none;
  padding-left: 0px;
}
.imgAdjustment .r {
  height: 575px;
}
@media screen and (min-width: 1200px) {
  .wide {
    overflow: hidden;
    width: auto;
    margin: 20px 0 20px 15px;
    display: flex;
    flex-wrap: wrap;

    margin-left: calc((100% - 1150px) / 2);
    max-width: none;
  }
  .wide-2 {
    overflow: hidden;
    width: auto;
    margin: 20px 15px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc((100% - 1150px) / 2);
    max-width: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .shariahSecSection {
    background-size: cover;
  }
}
/*   How Mustakshif Works CSS  */
.howWorksFirstSection h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #061a2c;
}
.howWorksFirstSection p {
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
.howWorksContentSec h2 {
  font-size: 35px;
  line-height: 40px;
  color: #b29448;
}
.howWorksContentSec h3 {
  font-size: 28px;
  line-height: 35px;
  color: #061a2c;
}
.howWorksContentSec p {
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
.howWorksContentSec img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*   How Mustakshif Works CSS  */
.howWorksFirstSection h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #061a2c;
}
.howWorksFirstSection p {
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
.howWorksContentSec h2 {
  font-size: 35px;
  line-height: 40px;
  color: #b29448;
}
.howWorksContentSec h3 {
  font-size: 28px;
  line-height: 35px;
  color: #061a2c;
}
.howWorksContentSec img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*   Mustakshif generic blog content CSS  */
.genericBlogcontent p {
  font-size: 36px;
  line-height: 45px;
  color: #061a2c;
  font-weight: 300;
}
.howWorksContentSec .learnMoreBtn {
  border-radius: 10px;
  background-color: #c6ad6b;
  font-size: 18px;
  color: #ffffff;
}
.howWorksContentSec .boldInPara b {
  font-weight: 500 !important;
}

/*   Blog Listing  CSS  */
.howWorksContentSec .readMoreBtn {
  font-size: 18px;
  color: #c6ad6b;
  font-weight: 500;
}
.howWorksContentSec .readMoreBtn:hover,
.howWorksContentSec .readMoreBtn:focus,
.howWorksContentSec .readMoreBtn:active {
  border: 0px !important;
  transition: none !important;
  transform: none !important;
  color: #061a2c !important;
  border-color: transparent !important;
}
.howWorksContentSec .blogContentsize p {
  font-size: 22px;
  line-height: 26px;
  color: #061a2c;
}
.pageNoSec li a {
  width: 46px;
  height: 46px;
  margin: 0px 5px !important;
  border-radius: 6px !important;
  font-size: 22px;
  font-weight: 500;
  color: #061a2c;
}
.pageNoSec li a:hover,
.pageNoSec li a:active,
.pageNoSec li a:focus {
  color: #c6ad6b !important;
  border: 2px solid #b19347 !important;
  box-shadow: none;
  background-color: #fff;
}
.howWorksContentSec .readMoreBtn:hover,
.howWorksContentSec .readMoreBtn:focus,
.howWorksContentSec .readMoreBtn:active {
  border: 0px !important;
  transition: none !important;
  transform: none !important;
  color: #061a2c !important;
  border-color: transparent !important;
}

/*   Contact Us  CSS  */
.contactUsFirstSec form {
  width: 60%;
}
.contactUsFirstSec form .form-label {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500;
  text-shadow: 0px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.contactUsFirstSec form .form-control {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500px;
  font-family: "BagossStandardTRIAL-Regular" !important;
  border-color: transparent;
  border: 1px solid #061a2c;
  border-radius: 5px;
}
.contactUsFirstSec form .form-control::placeholder {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.contactUsFirstSec form .form-control:active,
.contactUsFirstSec form .form-control:focus {
  border-color: #b19347 !important;
  box-shadow: none !important;
}
.contactUsFirstSec form .form-group {
  display: flex;
  flex-direction: column-reverse;
}
.contactUsFirstSec form .form-control:focus + .form-label {
  color: #b19347 !important;
}

/*   login  CSS  */
.loginSec .halalContentSec {
  max-width: 636px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #c7cdd9;
}
.loginSec form .form-label {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500;
  text-shadow: 0px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.loginSec form .form-control {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500px;
  font-family: "BagossStandardTRIAL-Regular" !important;
  width: 489px;
  height: 58px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #d9dde1;
}
.loginSec form .form-control::placeholder {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.loginSec form .form-control:active,
.contactUsFirstSec form .form-control:focus {
  border-color: #b19347 !important;
  box-shadow: none !important;
}
.loginSec form .form-group {
  display: flex;
  flex-direction: column-reverse;
}
.loginSec form .form-control:focus + .form-label {
  color: #b19347 !important;
}
.loginSec form .learnMoreBtn {
  width: 489px;
  /* height: 58px; */
  border-radius: 7px;
  background-color: #ae8d37;
  font-size: 23px;
  color: #ffffff;
}
.loginSec form .halalcontent p {
  font-size: 18px;
  line-height: 24px;
  color: #061a2c;
}
.loginSec form .halalcontent a {
  color: #4568b2;
  text-decoration: underline;
}
.loginSec form .loginBtnsocial {
  width: 489px;
  height: 58px;
  border-radius: 7px;
}
.loginSec form .loginsocialtext {
  font-size: 23px;
  line-height: 20px;
  color: #ffffff !important;
  text-transform: none;
  border: 0px !important;
}


/*   login  CSS  */
.loginWithCodeSec .halalContentSec {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #c7cdd9;
}
.loginWithCodeSec form .form-label {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500;
  text-shadow: 0px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.loginWithCodeSec form .form-control {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-weight: 500px;
  font-family: "BagossStandardTRIAL-Regular" !important;
  width: 489px;
  height: 58px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #d9dde1;
}
.loginWithCodeSec form .form-control::placeholder {
  font-size: 22px;
  line-height: 30px;
  color: #061a2c;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.loginWithCodeSec form .form-control:active,
.contactUsFirstSec form .form-control:focus {
  border-color: #b19347 !important;
  box-shadow: none !important;
}
.loginWithCodeSec form .form-group {
  display: flex;
  flex-direction: column-reverse;
}
.loginWithCodeSec form .form-control:focus + .form-label {
  color: #b19347 !important;
}
.loginWithCodeSec form .learnMoreBtn {
  width: 489px;
  /* height: 58px; */
  border-radius: 7px;
  background-color: #ae8d37;
  font-size: 23px;
  color: #ffffff;
}
.loginWithCodeSec form .halalcontent p {
  font-size: 18px;
  line-height: 24px;
  color: #061a2c;
}
.loginWithCodeSec form .halalcontent a {
  color: #4568b2;
  text-decoration: underline;
}
.loginWithCodeSec form .loginBtnsocial {
  width: 489px;
  height: 58px;
  border-radius: 7px;
}
.loginWithCodeSec form .loginsocialtext {
  font-size: 23px;
  line-height: 20px;
  color: #ffffff !important;
  text-transform: none;
  border: 0px !important;
}

.lineseclogin h3 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c7cdd9;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.lineseclogin h3 span {
  background: #fff;
  padding: 0 10px;
  font-size: 18px;
  color: #061a2c;
}

/* article load checker */
.circles {
  margin-bottom: -10px;
}
.circle {
  width: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.circle canvas {
  vertical-align: top;
}
.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}
.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

/* Shopping Cart */
.quantitySec .btn {
  width: 32px;
  height: 44px;
  background-color: #e9f0f2;
  border: 1px solid rgba(105, 131, 149, 0.37);
  border-radius: 0px !important;
}
.quantitySec input {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #333333;
  font-family: "BagossStandardTRIAL-Regular" !important;
  width: 27px;
  height: 44px;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  border-top: 1px solid rgba(105, 131, 149, 0.37) !important;
  border-bottom: 1px solid rgba(105, 131, 149, 0.37) !important;
}
.quantitySec .btn i {
  color: #061a2c !important;
  text-align: center;
}
.buttonsShopping .checkOutBtn {
  width: 324px;
  height: 51px;
  border-radius: 6px;
  background-color: #a98e49;
}
.buttonsShopping p {
  margin: 0px !important;
  font-size: 13px !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.buttonsShopping .continueShoppingBtn {
  width: 324px;
  height: 51px;
  border-radius: 6px;
  background-color: #ffffff !important;
  border: 1px solid rgba(105, 131, 149, 0.37);
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  color: #333333 !important;
  font-weight: 500 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.blogContentsize tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0;
}
.blogContentsize tr th,
.blogContentsize tr td {
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 26px !important;
  color: #061a2c !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}

/* add Article css */
.formSecArticle .form-label {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #061a2c !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.formSecArticle .form-control {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "BagossStandardTRIAL-Regular" !important;
  height: 55px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #b3cadc;
}
.formSecArticle .form-select {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "BagossStandardTRIAL-Regular" !important;
  width: 360px;
  height: 55px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #b3cadc;
}
.formSecArticle .fileInputSec .form-control {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "BagossStandardTRIAL-Regular" !important;
  width: 360px;
  height: 55px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #b3cadc;
}
.formSecArticle .fileInputSec .input-group label {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #666666 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.formSecArticle .form-control::placeholder {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #666666 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.buttonNext a {
  padding-top: 10px;
  width: 130px;
  height: 55px;
  border-radius: 3px;
  background-color: #a98e49;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.buttonNext a:hover {
  border: 1px solid #000000 !important;
  background-color: #a98e49 !important;
}
.articleSideSec {
  width: 100%;
  border: 1px solid #b3cadc;
  border-radius: 3px;
}
.articleSideSec .PackageHeading {
  width: 100%;
  height: 70px;
  background-color: #eaf2f8 !important;
  padding: 18px;
}
.articleSideSec .checkboxSec {
  width: 100% !important;
  padding: 18px;
}
.checkboxHover {
  background-color: #a98e49 !important;
}
.checkboxHover p {
  color: #ffffff !important;
}
.checkboxHover span {
  color: #ffffff !important;
}
.textWhite {
  color: #ffffff !important;
}
.checkboxSec .form-check-input {
  border-radius: 9px !important;
  background-color: #ffffff !important;
  border: 1px solid #a98e49 !important;
}
.checkboxSec .form-check-input:checked {
  box-shadow: none !important;
  border: 3px solid #ffffff !important;
  background-color: #a98e49 !important;
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none !important;
}
.articleSideSec .checkboxSec label p {
  font-size: 22px;
  color: #061a2c;
}
.articleSideSec .checkboxSec label span {
  font-size: 18px;
  color: #666666;
}
.articleSideSec .sideContent p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.articleSideSec .sideContent ul {
  list-style: none;
}
.pricingSec {
  width: 100% !important;
  padding: 20px;
}
.articleSideSec hr {
  margin: 0px !important;
}
.pricingSec form .form-control {
  width: 100%;
  height: 53px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #b3cadc;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
.pricingSec form .buttonNext a {
  width: 100%;
  height: 53px;
  border-radius: 6px;
  background-color: #a98e49;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.billingformcheck .form-check-input:checked[type="checkbox"] {
  filter: invert(1);
  background-color: #000000 !important;
}
.billingformcheck .form-check-input:focus {
  box-shadow: none !important;
  border-radius: 0px;
}
.billingformcheck .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #b3cadc;
}
/* write with us css */
.writeWithUsContentSec h3 {
  font-size: 28px;
  line-height: 34px;
  color: #061a2c;
}
.writeWithUsContentSec h4 {
  font-size: 22px;
  color: #061a2c;
  font-weight: 500;
}
.writeWithUsContentSec p {
  margin: 0px !important;
  font-size: 18px;
  line-height: 30px;
  color: #061a2c;
}
.topicResponsibility {
  width: 360px;
  height: 350px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c0cccf;
}
.guestWriterSteps {
  height: 260px;
  border-radius: 10px;
  background-color: #ffffff;
}
.stepcolorsec {
  width: 202px;
  height: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #bd943f;
  text-align: center;
  font-size: 18px !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
.postingNotes {
  border-radius: 10px;
  background-color: #456fa3;
}
.topicImg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* brands page css */
.brandspagethirdsec .howWorksContentSec {
  background-color: #eef1f5;
  border-radius: 6px;
}
.brandspageforthsec .postingInternalSec {
  border-radius: 6px;
  border: 1px solid #c4cdd7;
}
.brandspagefifthsec .brandbtnbrown {
  background-color: #b19347;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  border-radius: 10px;
}

.brandspagefifthsec .brandbtnbrown:hover {
  background-color: #1a344b;
  border-radius: 6px;
}
.brandspageseventhsec .name-date p {
  color: grey;
  font-size: 12px;
}

.brandspageseventhsec .review-detail {
  padding-left: 8px;
  width: 100%;
}
.brandspageseventhsec .review-admin-detail {
  width: 100%;
  padding-left: 8px;
}

.brandspageseventhsec .name-role p {
  color: grey;
  font-size: 12px;
}

.brandspageseventhsec .message {
  margin-top: -4px;
  font-size: 8px;
  color: grey;
}

.brandspageseventhsec .grey {
  height: 436px !important;
  border: 1px solid #c7cfd4;
  border-color: #c7cfd4;
  margin-bottom: 0px !important;
}
.brandspageseventhsec .iconsidestar i {
  font-size: 12px !important;
  color: grey !important;
}
.brandspageseventhsec .iconsidestar p {
  font-size: 8px !important;
  color: grey !important;
}

.prohibitions .carousel-indicators [data-bs-target] {
  width: 16px !important;
  height: 18px !important;
  background-color: #a98e49 !important;
  border-radius: 10px !important ;
  border: 1px solid black !important;
  background-clip: border-box !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

/* Client Dashboard */
#client-dash-side .card .img-partt .card-img-top {
  border-radius: 50%;
  background-color: #3d5c82;
}
#client-dash-side .card .img-partt img {
  width: 150px;
  border: none;
}
#client-dash-side .img-partt {
  background-color: #3d5c82;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  padding: 40px 0px 10px 0px;
}
#client-dash-side .img-partt p {
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
}
#client-dash-side .tabs-partt li a {
  font-size: 20px;
  color: black;
}
#client-dash-side .tabs-partt .active {
  color: white;
  background-color: #b19347 !important;
  /* border: none !important; */
}
#client-dash-main .four-color {
  padding: 50px 25px;
  border-radius: 8px;
}
#client-dash-main .four-color-1 {
  background-color: #dcf7ff;
}
#client-dash-main .four-color-2 {
  background-color: #c9f5b4;
}
#client-dash-main .four-color-3 {
  background-color: #fcb6b6;
}
#client-dash-main .four-color-4 {
  background-color: #f8eca9;
}
#client-dash-main .four-color img {
  width: 85px;
  height: 85px;
  white-space: nowrap;
}
#client-dash-main .four-color p {
  font-size: 20px;
  text-align: right;
}
#client-dash-main .four-color p.bigp {
  font-size: 60px;
  margin-top: 0;
  line-height: 0.5;
  text-align: right;
}
#client-dash-main .clientads {
  border: 5px solid #029c59;
  border-radius: 5px;
  display: flex;
}
#client-dash-main .clientads .adsImage img {
  width: 350px;
}
#client-dash-main .clientads .adstext p {
  font-size: 34px;
  line-height: 1.2;
}
#client-dash-main .clientads .adstext p span {
  color: #fd6023;
  font-weight: 600;
}
.table-container {
  overflow-x: auto;
}
#client-dash-main table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bcc7d2;
}
#client-dash-main th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 16px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
#client-dash-main th {
  background-color: #edf1f5;
}
#client-dash-main tfoot tr td {
  background-color: #edf1f5;
}
#client-dash-main .fixed-col {
  text-align: left;
  width: 280px;
}
#client-dash-main .more-fixed {
  text-align: center;
  width: 150px;
  font-size: 16px;
}
#client-dash-main .roundeddiv {
  /* border: 2px solid #dde4eb; */
  /* background-color: white; */
  padding: 0px 5px;
  border-radius: 15px;
  margin: 0px auto;
  width: fit-content;
  gap: 5px;
  white-space: nowrap;
}
#client-dash-main .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#client-dash-main .gre {
  background-color: green;
}
#client-dash-main .blu {
  background-color: #0895e6;
}
#client-dash-main .redd {
  background-color: #fe2b2b;
}
#client-dash-main .yell {
  background-color: #ffbf01;
}
#client-dash-main .gra {
  background-color: #585858;
}
#client-dash-main .edit-iconn {
  width: 15px;
}
#client-dash-main .clienttick img {
  width: 30px;
}
#client-dash-main .clientsubmit {
  background-color: #456fa3;
  color: white;
  font-family: "BagossStandardTRIAL-Regular" !important;
  font-size: 20px;
}
#client-dash-main .clientsubmit:hover {
  background-color: #1e5291;
  color: white;
}
#client-dash-main .form-control {
  font-size: 18px;
}
#client-dash-main #clientGuestPosts .card {
  background-color: #fdfdfd;
  border: 2px solid #d4e3f0 !important;
}
#client-dash-main #clientGuestPosts .card-header {
  background-color: #fdfdfd;
}
#client-dash-main #clientGuestPosts .card-body {
  position: relative;
  height: 170px;
  margin-top: 60px;
}
#client-dash-main #clientGuestPosts .card-body img {
  width: 94%;
  position: absolute;
  top: -50px;
  left: 10px;
}
#client-dash-main .blg-h4 {
  font-size: 20px;
  font-weight: 800;
  color: #3a1817;
  margin-bottom: 0;
}
#client-dash-main #clientEditProfile form button {
  background-color: #b19347 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
#client-dash-main #clientEditProfile .uploadb {
  background-color: #b19347 !important;
  color: white;
  font-family: "BagossStandardTRIAL-Regular" !important;
  margin-right: 5px;
  font-size: 18px;
}
#client-dash-main #clientGuestPosts button {
  background-color: #b19347 !important;
  color: white;
  font-family: "BagossStandardTRIAL-Regular" !important;
  margin-right: 5px;
  font-size: 18px;
}
#client-dash-main #clientEditProfile .deleteb {
  background-color: #d5dde8 !important;
  font-family: "BagossStandardTRIAL-Regular" !important;
  font-size: 18px;
}
#client-dash-main #clientEditProfile img {
  border-radius: 50%;
  width: 130px;
  margin: 20px 30px 20px 0px;
}
#client-dash-main .advertisingbtndashboard {
  background-color: #b19347;
  border-radius: 10px;
  color: #ffffff;
  font-size: 22px !important;
}

#client-dash-main .advertisingbtndashboard:hover {
  background-color: #715d2b !important;
}

@media screen and (max-width: 1200px) {
  #client-dash-main table {
    font-size: 18px;
  }
  #client-dash-main .more-fixed {
    font-size: 13px;
    vertical-align: middle;
  }
}

/* Plagiarism Checker */
#checker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#checker .progress-bar {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #eaf2f8 85%, transparent 80% 100%),
    conic-gradient(#a98e49 73%, white 0);
}
#checker .progress-bar::before {
  content: "75";
  color: black;
  font-size: 130px;
  font-family: "BagossStandardTRIAL-Regular" !important;
}
#checker .submitbtn {
  font-size: 20px;
  border: 1px solid #a98e49;
  background-color: #a98e49;
  color: white;
}
#checker .resubmitbtn {
  font-size: 20px;
  border: 1px solid black;
}
#checker .plagia {
  font-size: 22px;
  white-space: nowrap;
}
#checker .addarth {
  font-size: 35px;
}
#checker .btn {
  font-family: "BagossStandardTRIAL-Regular" !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #client-dash-main #clientGuestPosts .card-body {
    height: 130px;
  }
  #client-dash-main #clientGuestPosts .card-body img {
    left: 8px;
  }
  #client-dash-main .four-color {
    white-space: nowrap;
  }
  #client-dash-main .clientads .adsImage img {
    width: 310px;
  }
}
@media screen and (max-width: 992px) {
  #client-dash-main #clientGuestPosts .card-body {
    height: 80px;
  }
  #client-dash-main #clientGuestPosts .card-body img {
    left: 6px;
  }
  #client-dash-main table {
    font-size: 17px;
  }
  #client-dash-main .more-fixed {
    font-size: 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  #client-dash-main #clientGuestPosts .card-body {
    position: relative;
    height: 260px;
    margin-top: 60px;
  }
  #client-dash-main #clientGuestPosts .card-body img {
    left: 15px;
  }
  #client-dash-main table {
    font-size: 18px;
  }
  #client-dash-main .more-fixed {
    font-size: 12px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 576px) {
  #client-dash-main #clientGuestPosts .card-body {
    position: relative;
    height: 230px;
  }
  #client-dash-main #clientGuestPosts .card-body img {
    left: 13px;
  }
  #client-dash-main .four-color {
    margin-bottom: 15px;
  }
  #client-dash-main table {
    font-size: 16px;
  }
  #client-dash-main .more-fixed {
    font-size: 10px;
    vertical-align: middle;
  }
  #client-dash-main .clientads .adsImage img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #client-dash-main #clientGuestPosts .card-body {
    position: relative;
    height: 160px;
  }
  #client-dash-main #clientGuestPosts .card-body img {
    left: 11px;
  }
  #checker .submitbtn,
  #checker .resubmitbtn {
    margin-top: 10px;
  }
}

/* Subscription page */
.subscription-1 h3 {
  font-size: 35px;
  line-height: 40px;
}
.subscription-1 p {
  font-size: 18px;
  line-height: 30px;
}
.sub-button {
  font-size: 16px;
  color: white;
  background-color: #b19246;
}
.subscription-2 {
  background-color: #eaf2f8;
}
.subscription-2 h4 {
  font-size: 28px;
  line-height: 40px;
}
.subscription-2 p {
  font-size: 18px;
  line-height: 30px;
}
.subscription-3 h4 {
  font-size: 28px;
  line-height: 40px;
}
.subscription-3 h5 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
.subscription-3 p {
  font-size: 18px;
  line-height: 30px;
}
.subscription-7 {
  background-color: black;
  color: white;
}
.subscription-7 h4 {
  font-size: 28px;
  line-height: 40px;
}
.subscription-7 p {
  font-size: 18px;
  line-height: 30px;
}
.subsCards {
  width: 22%;
  min-width: 200px;
  text-align: center;
  border: 1px solid #c0cccf;
  border-radius: 10px;
  padding: 15px;
}
.subsCards p {
  font-size: 18px;
  line-height: 24px;
}
.colsubs img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 992px) {
  .colsubs img {
    width: 100%;
  }
  .subscription-7 {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .colsubs img {
    width: max-content;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .colsubs img {
    width: 100%;
    height: 100%;
  }
  .subscription-3 img {
    width: 100%;
  }
  .subsCards img {
    width: auto;
  }

  .subscription-7 img {
    display: flex;
    justify-content: center;
  }
}

.pkg {
  font-size: 18px;
}
.pkg p {
  background-color: #edf1f5;
  padding: 10px;
  border-radius: 33px;
  border: 1px solid #c3cdd7;
  width: fit-content;
}
.g-post p {
  font-size: 16px;
}
.g-post .pkg {
  font-size: 16px;
}
.pkg span {
  color: white;
  background-color: #b19347;
  padding: 6px 10px;
  border-radius: 20px;
}
.banner-div {
  border: 1px solid #c3cdd7;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}
.banner-div:hover {
  border: 2px solid #c3cdd7;
}
.banner-div:hover p {
  text-decoration: underline;
}
.banner-div img {
  width: 100%;
}
.g-post .card .card-img img {
  height: 150px;
  width: 100%;
}
.graph {
  border: 2px solid #c3cdd7;
  border-radius: 10px;
  padding-bottom: 5px;
}
.top-btns {
  display: flex;
  text-align: center;
  margin-bottom: 30px;
}
.total-clicks {
  background-color: #162941;
  color: #fff;
  padding: 25px;
  border-top-left-radius: 10px;
}
.top-btns p {
  font-size: 18px;
}
.top-btns span {
  font-size: 32px;
}
.total-impressions {
  background-color: #b19347;
  color: #fff;
  padding: 25px;
}
.average-ctr {
  background-color: #fff;
  color: #000;
  padding: 25px;
  border: 1px solid #c3cdd7;
  border-left: none;
  border-top: none;
}

.btnn {
  font-size: 18px;
  margin-bottom: 10px;
}
.banneradbtn {
  background-color: #b19347;
  color: white;
}
#performanceTable table {
  border: 1px solid #edf1f5;
}
#performanceTable table th {
  background-color: #edf1f5 !important;
}
#performanceTable table tfoot tr td {
  background-color: #edf1f5 !important;
  font-size: 16px;
}
#performanceTable table tfoot .numPage {
  background-color: white;
}
#performanceTable .table tbody .trr {
  border-bottom: 2px solid #edf1f5 !important;
  /* border-top: none; */
}
.contp {
  padding: 50px 32px 50px 32px !important;
}
.overV {
  list-style: none;
}
.dashMen {
  min-width: 200px;
}
.dashMen p {
  font-size: 22px;
}
.overIco img {
  width: 32px;
}
.overIco span {
  font-size: 18px;
}
.dashMen {
  background-color: #edf1f5;
  color: #000;
}
.dashMen ul {
  list-style: none;
}
.dashMen ul hr {
  width: 100%;
}
.dashMen ul li {
  margin-left: -20px;
}
.dashMen ul li:hover {
  background-color: #cfdbe6;
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .pkg p {
    font-size: 12px;
  }
  .contp {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .banner-div p {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .top-btns {
    flex-direction: column;
  }
  .banner-div {
    text-align: center;
  }

  .pkg {
    font-size: 12px;
    flex-direction: column;
    align-items: center;
  }
  .g-post .pkg p {
    font-size: 12px;
    width: fit-content;
  }
}
.dashHeader {
  background-color: #162941;
  height: 70px;
}
.logo img {
  width: 150px;
}
.dashMen {
  /* padding-left: 50px; */
  /* margin-left: -11px; */
  position: relative;
}
.vl {
  position: absolute;
  border-left: 1px solid rgb(255, 255, 255);
  z-index: 111;
  height: 100px;
  width: 1px;
  top: -70px;
  right: -2px;
}
.welcome p {
  margin-left: 50px;
  font-size: 28px;
  line-height: 60px;
  color: white;
  font-weight: 400 !important;
  font-style: italic;
}
.user .search img {
  width: 22px;
}
.user .search {
  background-color: #3d5c82;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user .prof {
  width: 40px;
  height: 40px;
  position: relative;
}
.user .prof img {
  width: 40px;
  border-radius: 50%;
}
.onlinegr {
  position: absolute;
  background-color: #2fe3a1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 2px;
  right: 1px;
}
.user {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  vertical-align: middle;
  margin-top: -6px !important;
  /* height: 70px; */
}
.icon img {
  width: 10px;
  height: 10px;
}
p.smallll {
  font-size: 12px;
}

.dashfooter {
  background-color: #0f2034;
  height: 100px;
  color: rgb(201, 190, 190);
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .welcome {
    display: none;
  }
  .contp {
    width: 65%;
  }
  .banner-div p {
    font-size: 14px;
  }
  .user {
    display: none;
  }
  .dashHeader .logo img {
    text-align: center;
  }
  /* .g-post .card .card-img img{
    height: 100%;
  } */
}
.bannbtn {
  background-color: #162941;
  color: white;
}
.bannbtn:hover {
  background-color: #355882;
  color: white;
}

.addbanners p {
  font-size: 18px;
}

.addbanners span {
  font-size: 16px;
}

.addbanners .spa-siz {
  background-color: #edf1f5;
  border-radius: 20px;
  padding: 5px 25px;
}

.addbanners .spa-cos {
  background-color: #faf4e4;
  border-radius: 20px;
  padding: 5px 25px;
  color: #b19347;
}

.addbanners .radiobtn {
  max-width: 15px !important;
  max-height: 15px !important;
  margin-top: 5px;
}
.addbanners h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.addbanners .steps {
  background-color: #b19347;
  color: white;
  font-size: 18px;
}
.addbanners .steps:hover {
  background-color: #715d2b;
}

@media screen and (max-width: 992px) {
  .addbanners p {
    font-size: 16px;
  }
  .addbanners h2 {
    font-size: 26px;
  }
  .addbanners h5 {
    font-size: 20px;
  }
  .addbanners span {
    font-size: 14px;
    line-height: 1;
  }
  .addbanners .spa-siz {
    font-size: 12px;
  }
  .addbanners .spa-cos {
    font-size: 12px;
  }
  .addbanners .steps {
    font-size: 16px;
    width: min-content;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .contp {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .addbanners .spa-con {
    display: block !important;
    text-align: center;
  }
  .addbanners .spa-con span {
    display: inline-block;
    margin-bottom: 7px !important;
  }
  .addbanners .steps {
    font-size: 14px;
    width: min-content;
    white-space: nowrap;
  }
  .addbanners h5 {
    font-size: 18px;
  }
}
.addbanners p.smalll {
  font-size: 16px;
}
.addbanners span.smalll {
  font-size: 14px;
  line-height: 1;
  padding-top: 8px;
}
.addbanners .form-floating > select.form-select {
  min-height: 10px;
  padding: 5px;
  margin-top: -5px;
  height: 40px;
}

.notify {
  background-color: #edf1f5;
  width: fit-content;
  padding: 8px 15px 9px 15px;
  border: 1px solid #b0bfcd;
  border-radius: 6px;
  height: 40px;
}
.yellow-head {
  color: #b19347;
  font-size: 24px;
}
.ticost .yel {
  color: #b19347;
  font-size: 18px;
}

.plansbtn {
  background-color: #b19347;
  color: white;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  white-space: nowrap;
}
.plansHighlight {
  background-color: #ece7d9;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plans {
  border: 2px solid #b19347;
  border-radius: 10px;
}
.planB {
  background-color: #162941;
  border-radius: 10px;
  color: white;
}
.planB p.smalll {
  color: white !important;
}

.planB p.smalll.dar {
  color: #395a83 !important;
}
.planBHighlight {
  background-color: #2c486c;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.paym {
  background-color: #edf1f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.paym img {
  width: 20px;
}
.poli {
  color: #00aeff;
}
.shows {
  display: none;
}

@media screen and (max-width: 575px) {
  .adscls p {
    padding: 0px !important;
  }
  .adscls h4 {
    padding: 0px !important;
  }
  .adscls img {
    padding: 10px !important;
  }
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}
.whatIsH .backWhat {
  background-image: url("./assets/images/whatIs-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1070px;
}
.whatIsH .b-bot hr {
  size: 10px;
  text-align: center;
}
.whatIsH .d-back {
  background: url(assets/images/whatIs-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  height: 745px;
}
.whatIsM .backMush {
  background-image: url("./assets/images/whatIs-M-1.png");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.mobilesection {
  display: none !important;
}
.mobilesection .banner-background {
  background-image: none;
  background-color: #b29347;
  border-radius: 20px;
  color: #fff !important;
}
.mobilesection .storeimg {
  margin-top: 0px !important;
  margin-left: 0px !important;
  height: 60px !important;
}
.mobilesection .storeimg {
  margin-bottom: 10px;
}
.mobilesection .apple-store {
  padding-left: 13px;
}
.mobilesection .mobilepadding {
  padding-left: 0px;
}
.mobilesection .downloadImgSec {
  text-align: center;
}
.mobilesection .storeimg img {
  margin-left: -3px;
  width: 192px !important;
}
.mobilesection .storeimg {
  margin-bottom: 10px;
}
.mobilesection .google-store {
  padding-left: 20px;
}
.mobilesection .storeimg {
  margin-top: 10px;
  margin-left: 0px !important;
  height: 60px !important;
}
.mobilesection .storeimg img {
  margin-left: -3px;
  width: 192px !important;
}
.mobilesection .banner-background img {
  position: unset !important;
  float: none !important;
}
.mobilesection .banner-background {
  padding: 20px 60px !important;
}
.advertisementmobileside {
  display: none !important;
}
.mobilebannernew {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .advertisementdesktopside img {
      width: 100% !important;
    }
  }
@media screen and (max-width: 768px) {
  .whatIsH p {
    padding: 0px !important;
    margin: 0px !important;
  }
  .whatIsH hr {
    display: block !important;
  }
  .whatIsM .tc p {
    padding: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  #noSliderr {
    display: block;
  }
  #sliderr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  p.status-css {
    margin-top: 0px !important;
}
.colum-2 img.bars {
  margin-top: 0px;
}
  #noSliderr {
    display: none;
  }
  #sliderr {
    display: block;
  }
  .download-list-unstyled .mobilenone {
    display: none;
  }
  .desktopsection {
    display: none !important;
  }
  .mobilesection {
    display: block !important;
    margin: -30px auto;
  }
  .listingFirstSec .mobilewidth50 {
    width: 50% !important;
  }
  .listingFirstSec .dropdownSec .form-control,
  .listingFirstSec .dropdownSec .form-select {
    font-size: 14px !important;
  }
  .listingFirstSec .dropdownSec .form-control::placeholder {
    font-size: 14px !important;
  }
  .advertisementdesktopside {
    display: none !important;
  }
  .advertisementmobileside {
    display: block !important;
  }
  .text_content hr {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .mobileremovalbanner {
    display: none !important;
  }
  .desktopbanner {
    display: none !important;
  }
  .mobilebannernew {
    display: block !important;
  }
  .slider-section {
    padding: 50px 0px 0px 0px !important;
  }
  .mobilebannernew .container {
    padding: 50px 0px 20px 0px !important;
  }
  .mobilebannernew .downloadingSec {
    margin-top: 45px;
  }
  .mobilebannernew .storeimg {
    margin-top: 0px !important;
  }
  #client-dash-main th,
  td {
    font-size: 8px !important;
  }
  #client-dash-main table td .fa-star {
    font-size: 6px !important;
  }
  .imgAdjustment .r {
    height: 260px !important;
  }
}

@media screen and (max-width: 576px) {
  .dropbtn:link,
  .dropbtn:visited,
  .dropbtn:hover,
  .dropbtn:active,
  .dropbtn {
    color: white !important;
  }
  .downloadingSec img {
    width: 80% !important;
  }

  #mbl-top-issue {
    display: flex;
    justify-content: space-evenly !important;
    align-items: center;
    position: relative;
  }
  #mbl-top-issue .downloadImgSec .row {
    display: flex;
    justify-content: space-between;
  }
  /* #mbl-top-issue .downloadHeadingSec {
    margin-bottom: -50px;
  } */
  /* #mbl-top-issue .downloadImgSec {
    width: 60%;
    display: block !important;
    position: absolute;
    left: -2%;
    top: 20%;
  } */
  /* #mbl-top-issue .img2 {
    position: absolute;
    right: 3%;
    top: 30%;
  } */
  /* #mbl-top-issue::after {
    content: "";
    height: 200px;
  } */

  #btns-issue {
    position: relative;
  }
  .banner-background {
    display: flex;
    justify-content: center;
  }
  .banner-background .download-btn {
    width: 73%;
  }
  .banner-background img {
    width: 20%;
    /* / height: 50%; / */
    display: float;
    float: right;
    position: absolute;
    top: 45%;
    right: 3%;
  }

  /* .download-list-unstyled {
    margin-top: 50px !important;
    position: relative;
    height: 150px;
  } */
  /* .download-list-unstyled li:last-child {
    position: absolute;
    left: -30%;
    top: 13%;
  } */
  /* .download-list-unstyled li img {
    width: 80%;
  } */
  /* .download-list-unstyled li:nth-child(2) {
    position: absolute;
    right: -25%;
    top: 2%;
  } */
  /*
  .download-list-unstyled li:first-child {
    position: absolute;
    right: -25%;
    top: 45%;
  } */

  /* .download-btn-box {
    display: flex !important;
    gap: 3%;
    flex-wrap: nowrap;
  } */
  .download-btn-box div.col-sm-6 {
    width: 60%;
  }
  /* .download-btn-box .qr-code {
    margin-top: -5%;
    width: 70%;
  } */
  /* .download-btn-box .download-btn {
    margin-left: 25px;
    min-width: 171px;
  } */
  .download-sec {
    background-position: center 350px;
    height: 750px;
  }
}
.alternate-pro {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .alternate-pro p {
    font-size: 14px;
    padding-left: 10px;
    line-height: initial;
  }

  .slider {
    width: 100%;
    margin: 100px auto;
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }

  .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
  }

  .slick-active {
    opacity: 0.5;
  }

  .slick-current {
    opacity: 1;
  }
  .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .slick-dots li button {
    /* / width: 10px !important; / */
    font-size: 7px;
    background-color: black;
    border-radius: 50%;
    text-indent: -9999px;
  }
}
.changesReason div {
  margin: 10px 20px;
}

.mbloverlay {
  display: none;
}
@media screen and (max-width: 576px) {
  p.singleParaMar {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    line-height: 15px;
  }
  .mblpopup {
    border: 1px solid black;
    background-color: #ffffff;
    border-radius: 10px;
    width: 96%;
    margin: 20px auto;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    padding-left: 8px;
    z-index: 999;
  }
  .mblpopup p {
    color: #a98e49;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0px;
  }
  .mblpopup h4 {
    font-size: 45px;
    text-align: center;
  }
  .mblpopup .popupimg {
    width: 100%;
  }
  .mblpopup .popupimg img {
    width: 98%;
  }
  .mblpopup .popupbtn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .mblpopup .popupbtn button {
    width: 90%;
    background-color: #a98e49;
    border: none;
    border-radius: 7px;
    padding: 10px 0px;
    font-size: 20px;
    cursor: pointer;
  }
  .mblpopup .closePop {
    color: black;
    font-size: 40px;
    border: none;
    position: absolute;
    top: -8px;
    right: 10px;
    cursor: pointer;
  }
  .mbloverlay {
    background-color: rgba(0, 0, 0, 0.811);
    z-index: 999;
    height: 100vh;
    width: 100vw;
    margin-top: -70px;
    padding-top: 30px;
    position: fixed;
    display: flex;
    justify-content: center;
  }
  .mblpopup {
    /* transform: translate(-50%, -50%); */
    animation: slideUp 1.5s forwards;
    position: fixed;
    bottom: 0px;
  }

  @keyframes slideUp {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
}
/* .parent {
  position: relative;
}
.blur-div{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(5px);
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.centered-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
} */

@keyframes skeleton-loading {
  0% {
      background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
      background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
      background-color: rgba(165, 165, 165, 0.1);
  }
}

.skeleton {
  display: inline-block;
  height: 100%;
  width: 100%;
  animation: skeleton-loading 1.8s infinite ease-in-out;
}
