/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

html,
body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-size: cover;
}
.zf-errorMessage {
  font-size: .8rem !important;
  color: #fd0036;
  margin: 0 !important;
}
.zsiq_floatmain {
  display: none !important;
}
.ps-nvm-outer-wrapper {
  bottom: 60px !important;
}
#thinkstack-chat-window-toggler {
  bottom: 55px !important;
}
/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
    padding-right: 25px !important; 
    padding-left: 25px !important;
} */
body::-webkit-scrollbar {
  width: 8px;
}

.bg {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}

.yellow {
  color: #fecf2a;
}
.toc {
  display: none;
}

section {
  padding: 80px 0;
  width: 100%;
  float: left;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* @media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1180px !important;
  }
} */

@media (min-width: 80rem) {
  .container{
    max-width: 78rem !important;
  }
}

.navbar-brand {
  width: 161px;
}

.bg-gray {
  background: #f6f6f6 !important;
}

.btn-new {
  font-weight: 600 !important;
  height: 50px;
  min-width: 200px;
  padding: 0 30px;
  border-radius: 16px;
  text-transform: capitalize;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 41%, #ffa800);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff !important;
  box-shadow: 0 22px 40px -17px #f5140652;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-new:hover {
  color: #fff;
  background-position: 50% 0;
  box-shadow: 0 22px 40px -5px #f5140652;
}

.btn-outline-new {
  font-weight: 600 !important;
  height: 50px;
  min-width: 190px;
  padding: 0 2rem;
  border-radius: 16px;
  text-transform: capitalize;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #dd154d !important;
  background-size: 200% 100%;
  background-position: 0 0;
  color: #dd154d !important;
  box-shadow: 0 22px 40px -17px #f5140652;
  transition: background-position 0.4s, box-shadow 0.4s, transform 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-new:hover {
  color: #dd154d !important;
  background-position: 50% 0;
  box-shadow: 0 22px 40px -5px #f5140652;
}
.btn-learnmore {
  border-radius: 30em;
  border-radius: 16px;
  min-width: 160px;
  height: 50px !important;
  padding: 0 2rem;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 32px;
  border: 1px solid #858585 !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #29292b;
  font-weight: 400;
  box-shadow: 0 22px 40px -17px #f6f6f6;
}

.btn-learnmore:hover {
  color: #29292b !important;
  border: 1px solid #29292b;
  box-shadow: 0px 6px 12px #00000029;
}

strong {
  font-weight: 500 !important;
  /*   font-family: 'Gordita Regular';; */
}

a {
  text-decoration: none;
  color: #212529;
}

button:focus {
  outline: 0 !important;
}

.btn {
  border-radius: 1.078em;
  font-weight: 400;
}

.btn-lg {
  border-radius: 30em;
  min-width: 210px;
  height: 58px !important;
  font-size: 16px !important;
  font-weight: 400;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.14);
  line-height: 40px;
}

.btn-lg em {
  margin-right: 15px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.btn-sm {
  border-radius: 30em;
}

.btn-primary {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-primary:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-primary:active {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-primary {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:focus + .btn-danger {
  color: #000;
  background-color: #ef3636;
  border-color: #ee2b2b;
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-check:focus + .btn-warning {
  color: #000;
  background-color: #fed64a;
  border-color: #fed43f;
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-check:checked + .btn-primary {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-danger {
  color: #000;
  background-color: #f04242;
  border-color: #ee2b2b;
}

.btn-check:checked + .btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-check:checked + .btn-warning {
  color: #000;
  background-color: #fed955;
  border-color: #fed43f;
}

.btn-check:checked + .btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-check:active + .btn-primary {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active + .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-danger {
  color: #000;
  background-color: #f04242;
  border-color: #ee2b2b;
}

.btn-check:active + .btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-check:active + .btn-warning {
  color: #000;
  background-color: #fed955;
  border-color: #fed43f;
}

.btn-check:active + .btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-primary.active {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-primary.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-contact-primary {
  min-width: 190px;
  background: #ee2737;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 1rem;
  display: inline-block;
  align-items: center;
  padding:8px 1rem;
  gap: 12px;
  border: none;
}
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f04242;
  border-color: #ee2b2b;
}

.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fed955;
  border-color: #fed43f;
}

.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-primary.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-danger {
  color: #000;
  background-color: #ec1313;
  border-color: #ec1313;
}

.btn-danger:hover {
  color: #000;
  background-color: #ef3636;
  border-color: #ee2b2b;
}

.btn-danger:focus {
  color: #000;
  background-color: #ef3636;
  border-color: #ee2b2b;
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-danger:active {
  color: #000;
  background-color: #f04242;
  border-color: #ee2b2b;
}

.btn-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-danger:disabled {
  color: #000;
  background-color: #ec1313;
  border-color: #ec1313;
}

.btn-danger.active {
  color: #000;
  background-color: #f04242;
  border-color: #ee2b2b;
}

.btn-danger.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 16, 16, 0.5);
}

.btn-danger.disabled {
  color: #000;
  background-color: #ec1313;
  border-color: #ec1313;
}

.btn-warning {
  color: #000;
  background-color: #fecf2a;
  border-color: #fecf2a;
}

.btn-warning:hover {
  color: #000;
  background-color: #fed64a;
  border-color: #fed43f;
}

.btn-warning:focus {
  color: #000;
  background-color: #fed64a;
  border-color: #fed43f;
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-warning:active {
  color: #000;
  background-color: #fed955;
  border-color: #fed43f;
}

.btn-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-warning:disabled {
  color: #000;
  background-color: #fecf2a;
  border-color: #fecf2a;
}

.btn-warning.active {
  color: #000;
  background-color: #fed955;
  border-color: #fed43f;
}

.btn-warning.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 176, 36, 0.5);
}

.btn-warning.disabled {
  color: #000;
  background-color: #fecf2a;
  border-color: #fecf2a;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 700 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  font-size: 1.125em;
  line-height: 1.75em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.blog-details a {
  color: #fd0036;
}

.blog-details a:hover {
  color: #fd0036;
  text-decoration: underline;
}

.blog-details ul li p,
.blog-details ol li p {
  margin-bottom: 10px !important;
  line-height: 1.7;
}

figure {
  width: 100%;
  margin: 0 !important;
}

::selection {
  background: #ec1313;
  color: #fff;
}

::-moz-selection {
  background-color: #ec1313;
  color: #fff;
  text-shadow: none;
}

.section {
  width: 100%;
  padding: 60px 0;
  height: auto;
  float: left;
}

.section .heading {
  width: 100%;
  float: left;
}

/* h2 {
  font-size: 2.2em;
}

p {
  font-weight: 400;
  font-size: 15px;
  margin: 0 !important;
} */

a {
  color: inherit;
}

#content {
  margin-top: 80px;
}

/* banner */

.banner {
  /* background: url("../images/banner-bg.svg"); */
  /* background-position: 50% 100%; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  width: 100%;
  float: left;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  margin-top: 73px;
  text-align: center;
}

.banner h1 {
  font-size: 2.813rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.banner h1 span {
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 50%, #fff 0);
  background-size: 202% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  /* text-decoration: underline; */
  text-transform: lowercase;
}

.banner p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1e3131;
}

/* 
  .banner-shape-1 {
    position: absolute;
    left: 20%;
    top: 25%
  }
  
  .banner-shape-1 .path {
    fill: #f09393
  }
  
  .banner-shape-2 {
    position: absolute;
    right: 20%;
    top: 25%
  }
  
  .banner-shape-2 .path {
    fill: #EE2737
  }
  
  .banner-shape-3 {
    position: absolute;
    right: 25%;
    bottom: 15%
  }
  
  .banner-shape-3 .path {
    fill: #FECF2A
  }
   */
/* .banner-border {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    stroke: #FECF2A
} */

/* featured blogs */

.featurepost {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin-left: 2.5%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5%;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  float: left;
  position: relative;
}

.featurepost .image {
  width: 100%;
  height: auto;
}

.featurepost .image figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featurepost .summary {
  display: none;
}
.featurepost .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featurepost .text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.featurepost .text-area h2 {
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.featurepost .text-area p {
  font-size: 1rem;
  line-height: 1.5;
}

.featurepost .text-area .date-tag {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

.featurepost .text-area .date-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.featurepost .text-area .date-time img {
  width: 15px;
  margin-right: 10px;
}

.featurepost .text-area .date-time p {
  color: #9397ad;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.featurepost .text-area .blog-tags {
  max-width: 80%;
  padding: 0.5rem 0;
  margin: 0;
}

.featurepost .text-area .blog-tags li {
  list-style: none;
  color: #9397ad;
  font-size: 0.7rem;
  font-weight: 400;
  display: inline-block;
  background: #f3f6ff;
  padding: 0.3rem 0.4rem !important;
  border-radius: 6px;
  margin-right: 0.3rem;
}

.featurepost .text-area .blog-tags li:nth-last-child() {
  margin-right: 0;
}

.image-caption-large {
  font-weight: 400;
  font-size: 1.15rem;
  font-style: italic !important;
}
.swiper-pagination {
  bottom: 100px;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border: 1px solid #00051a;
  border-radius: 100px;
}
.pagination-container {
  /* position: absolute; */
  /* top: 0; */
  width: calc(100% - 60px);
  left: 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  height: calc(100% - 60px);
  z-index: 1;
  transition: ease-in all 2ms;
  -webkit-transition: ease-in all 2ms;
  -moz-transition: ease-in all 2ms;
  -ms-transition: ease-in all 2ms;
  -o-transition: ease-in all 2ms;
}

.pagination-container:hover {
  opacity: 1;
}
.pagination-container .swiper-button-next,
.pagination-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #ee2737;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.pagination-container .swiper-button-next:after,
.pagination-container .swiper-button-prev:after {
  font-size: 1rem;
  color: #fff;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
  border: none !important;
  background: #00051a !important;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.11)) !important;
}

.author-readtime {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
}

.author-readtime .author {
  display: flex;
  flex-direction: row;
  color: #9397ad;
}

.author-readtime .author .pic {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.author-readtime .author .pic img {
  border-radius: 100px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-readtime .author p {
  color: #9397ad;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.author-readtime .read-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -5px;
  margin-left: 50px;
}

.author-readtime .read-time img {
  width: 15px !important;
  margin-right: 10px;
}

.author-readtime .read-time p {
  color: #9397ad;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -3rem !important;
  margin-bottom: 3rem !important;
}

.blog-list {
  width: 100%;
  float: left;
  margin-bottom: 5rem;
  /* background: #fff; */
}
.blog-list a:hover {
  color: #fd0036 !important;
}

/* .blog-list:hover{
  box-shadow: 0 25px 65px rgba(0,0,0,5%)!important;
  cursor: pointer;
} */
.blog-list .image {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-bottom: 1rem;
}

.blog-list .image figure {
  /* height: 230px; */
}

.blog-list .image img {
  width: 100%;
  /* aspect-ratio: 4/2; */
  /* object-fit: fill; */
}

.date {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  top: 1rem;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 1rem;
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 41%, #ffa800);
  box-shadow: 0 22px 40px -17px #f5140652;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.date h6 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: initial;
  margin-bottom: 0;
  font-size: 2rem;
  margin-right: 2px;
}

.date p {
  line-height: 10px !important;
  margin: 0 !important;
  font-size: 1.125rem;
}

.blog-list .text-area {
  width: 100%;
  float: left;
}

.blog-list .badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #212529;
  background-color: #fecf2a;
  border-radius: 1.2rem;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.blog-list .text-area h3 {
  font-size: 1.375rem;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 20px !important;
  text-transform: capitalize;
}

.blog-list .text-area h3 a {
  color: #212529;
}

.blog-list .text-area p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 10px !important;
  color: #1e3131;
}

.blog-list .text-area .date-time {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}

.blog-list .text-area .date-time p {
  color: #525c79;
  font-size: 0.875rem;
  float: left;
  font-weight: 300;
  margin: 0;
}

.blog-list .text-area .date-time span {
  width: 10px;
  height: 2px;
  background-color: #525c79;
  position: relative;
  bottom: 4px;
  margin: 0 0.313rem;
}

/* .blog-list .text-area .readmore {
  border-bottom: #fd0036 2px solid;
  font-size: 0.938rem;
  color: #727070;
  border-radius: 0 !important;
  margin-top: 1.5rem;
  float: left;
}

.blog-list .text-area a:hover {
  color: #fd0036 !important;
  text-decoration: none !important;
} */

/* Blog Single */
.blog-details-section {
  width: calc(100% - 60px);
  max-width: 1366px;
  margin: 0 auto;
  overflow: visible;
}
.blog-details-section .row {
  position: relative;
  overflow: visible;
}
.cta-bottom {
  position: fixed;
  width: 100%;
  padding: 0 2rem;
  background-color: rgb(244 246 248 / 1);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid #fad3d7;
}
.form-block-img{
  height: 100%;
  width: 100%;

}
.form-block-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form-block-cta {
  padding:5% 10%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  text-align: left;
  height: 100%;
  width: 100%;
  position: relative;
}
.form-block-cta  p{
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}
.form-block-cta  p strong{
  color: #EE2737 !important;
  font-weight: 500 !important;
}
.form-block-cta .btn-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.cta-bottom .gradient-left {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 222px;
  bottom: 0;
  display: none;
}
.cta-bottom .gradient-right {
  position: absolute;
  z-index: 1;
  /* width: 145px; */
  height: 100%;
  right: 3%;
  bottom: 0;
  top: 0;
  display: none;
}
.cta-bottom-text {
  width: 100%;
  max-width: 1366px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  gap: 5%;
  position: relative;
  z-index: 3;
}
.cta-mobile-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  background: url("../images/bg-mobile-cta.png");
  background-size: cover;
  margin-bottom: 48px;
}
.cta-mobile-header p{
  margin-bottom: 0 !important;
}
.cta-bottom-text p {
  margin: 0;
  font-size: 16px !important;
  max-width: 90%;
  font-weight: 500 !important;
}

.cta-bottom-text p strong {
  color: #ec1313 !important;
  font-weight: 500 !important;
}
.cta-bottom-text .btn-new {
  padding:10px 8px;
  height: auto;
  border-radius: 12px;
}
.right-side-details {
  position: sticky;
  top: 130px;
}
.form-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  background: url("../images/bg-mobile-cta.png");
  background-size: cover;
  margin-bottom: 48px;
}
.mobile-cta{
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-cta a{
  width: 50%;
  border-radius: 0px !important;
  padding: 0;
  height: 40px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  gap: 12px;
}
.mobile-cta .btn-secondary{
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottomFormModalMobile .modal-body p {
  margin: 0;
  margin-bottom: 1.125rem;
  font-size: 16px !important;
  max-width: 100%;
  text-align: center;
  font-weight: 500 !important;
}
#bottomFormModalMobile .modal-body p strong{
  color: #EE2737 !important;
}


.form-right {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 12px;
  border: 1px solid #d8d7d7;
  background: rgb(244 246 248 / 1);
}
.form-right .form-header{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  background: none;
  padding: 1rem 1rem;
  gap: 10px;
}
.form-right .form-header svg{
  width: 30px;
}
.form-right h5{
  text-align: left;
  margin: 0;
    font-size: 1.125rem;
}
.side-form{
  padding: 0;
}
.side-form .form-label{
  display: none;
}
.side-form .form-control{
  font-weight: 400 !important;
}
.form-right .form-label {
  font-size: 0.825rem !important;
  font-weight: 500;
  color: #212529;
  /* display: none; */
}
.form-right .form-control {
  border-radius: 6px;
  border: 0.25px solid rgba(24, 24, 27, 0.5);
  background: #fff;
}
.form-right .form-control:focus {
  border: 1px solid #d8d7d7;
  box-shadow: none;
}
.form-right .form-control::placeholder {
  color: #666;
  font-size: 0.825rem;
  font-weight: 500;
}
.form-right .btn-new{
  font-size: 12px;
  padding: 10px 12px !important;
  height: auto;
  border-radius: 8px;
  min-width: auto;
  margin-top: 1rem;
  width: 100%;
}
.form-right .btn-contact-primary{
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px !important;
}
.cta-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: url("https://www.pickcel.com/assets/img/home/main/content-managment.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
.cta-right-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 1.375rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(31, 30, 30, 0.8) 40%, rgba(31, 30, 30, 0.5) 100%);
}
.cta-right-text h6 {
  text-align: center;
  margin: 0;
  font-size: 17px !important;
  font-weight: 500;
  color: #fff;
}
.cta-right .btn-light,
.cta-right .btn-new{
  font-size: 12px !important;
  padding: 10px 12px !important;
  height: auto;
  border-radius: 8px;
  font-weight: 500;
  min-width: auto;
}

.hero-inner {
  width: 99%;
  background: #fef4f5;
  padding-bottom: 1rem;
}
.hero-banner-text {
  display: flex;
  padding: 3rem 0;
  flex-direction: column;
  text-align: center;
}
.hero-inner .image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.hero-inner .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  /* transform: scale(1.2); */
}
.blog-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.8;
}

.blog-title {
  position: absolute;
  bottom: 0;
  padding: 2rem 1rem 1rem 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
  border-radius: 0 0 1rem 1rem;
}

.blog-details {
  width: 100%;
  float: left;
}

.blog-details img {
  width: 100%;
  max-width: 95%;
  margin: 1.5rem 0 2.75rem 1.5rem;
  height: auto;
}

.blog-details video {
  max-width: 100%;
  /* margin: 1.5rem 0 2.75rem 1.5rem; */
  height: auto;
}

.blog-details h1 {
  color: #212529;
  font-size: 2.875rem;
  line-height: 1.5;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}

.blog-details h2 {
  color: #212529;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 500;
  margin: 30px 0 30px 0 !important;
}

.blog-details h3 {
  color: #212529;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: "500";
  margin: 20px 0 !important;
}

.blog-details h4 {
  color: #212529;
  font-size: 1.375rem;
  line-height: 1.6em;
  font-weight: "500";
  margin: 20px 0 !important;
}

.blog-details p {
  /* font-size: 1.188rem; */
  font-size: 0.938rem;
  line-height: 1.7;
  /* font-weight: 200 !important; */
  margin: 0 0 25px 0 !important;
  /* color: rgba(41, 41, 41, 1) !important; */
  color: #000000;
  /* font-family: 'Poppins', sans-serif !important; */
}

.blog-details li p {
  color: #212529;
  font-weight: 300 !important;
}

.blog-details li ul {
  margin-bottom: 0px;
}

.blog-details ul {
  margin-bottom: 25px;
}

.author-date-time {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 22px;
}

.devider {
  width: 1px;
  height: 4vh;
  background: #ee2737;
  margin: 0 1rem;
}

.author {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  /* margin-right: 2.6rem; */
}

.author .profile {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 1rem;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.author .profile img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.author .text {
  float: left;
}

.author .text h6 {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 300;
}

.author .text span {
  color: #727070;
  font-size: 12px;
  font-weight: 300;
}

.author .text p {
  color: #727070;
  font-weight: 300;
  font-size: 0.875rem;
  margin: 0 !important;
}

.published-date {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  /* margin-right: 2.6rem; */
}
.published-date .text {
  /* width: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  float: left;
}
.published-date .text span {
  color: #727070;
  font-size: 12px;
  font-weight: 300;
}
.published-date .text h6 {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 300;
}
.published-date img {
  width: 18px;
  float: left;
  margin-right: 1rem;
  padding: 1px;
  /* filter: invert(100%) sepia(0%) saturate(700%) hue-rotate(224deg) brightness(97%) contrast(107%);
  -webkit-filter: invert(100%) sepia(0%) saturate(700%) hue-rotate(224deg) brightness(97%) contrast(107%); */
}

.reading-time {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
  justify-content: center;
  /* margin-right: 2.6rem; */
}

.reading-time img {
  width: 19px;
  float: left;
  margin-right: 1rem;
  /* filter: invert(100%) sepia(0%) saturate(700%) hue-rotate(224deg) brightness(97%) contrast(107%);
  -webkit-filter: invert(100%) sepia(0%) saturate(700%) hue-rotate(224deg) brightness(97%) contrast(107%); */
}

.reading-time p {
  font-size: 0.9rem;
  margin: 0;
  /* color: #212529; */
  font-weight: 300;
}

/* qoutes */
.qoutes {
  width: 100%;
  border-left: 5px solid red;
  padding: 2rem;
  font-style: italic;
  background: #ededed;
  margin-bottom: 30px;
  position: relative;
}

.qoutes ::before {
  content: "❝";
  font-size: 3em;
  color: #31313150;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  height: 0;
  margin: 0;
  left: 1rem;
  top: 1rem;
  position: absolute;
  padding: 0;
}

.qoutes p {
  padding: 1rem 0 0 3rem;
  margin: 0;
  font-size: 1.3rem;
}

.cta {
  background: url("https://www.pickcel.com/assets/img/call-toaction/talk-sales-bg.webp") right bottom no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 2rem;
  background-color: #ededed;
  margin-bottom: 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.img-credits {
  font-style: italic;
  font-size: small;
  color: red;
  margin: 0 0 25px 50px;
}

.center {
  text-align: center;
}

.warning {
  background-color: #ffdddd;
  border-left: 6px solid #cf340df8;
  padding: 20px 2px 2px 20px;
  margin-bottom: 25px;
}

.warning p {
  font-size: 16px;
}

/* side css */
.resentpost {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.resentpost h4 {
  font-size: 22px;
  padding-bottom: 1rem;
  color: #212529;
  font-weight: 400;
  margin-bottom: 30px !important;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
}

.list {
  width: 100%;
  margin: 0 0 10px 0;
  transition: 0.8s;
  float: left;
  background: #fff;
}

.list .icon {
  width: 100px;
  height: 70px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.list .icon figure {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.list .icon img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.details {
  width: calc(100% - 110px);
  float: right;
}

.details h3 {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.details p {
  color: #727070;
  /* color: #212529; */
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  /* letter-spacing: .125em; */
  height: 22px;
  overflow: hidden;
  margin-top: 5px !important;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 52px;
  padding: 0;
}

.tags li {
  list-style: none;
  flex-basis: content;
  display: inline-block;
  padding: 0.2rem;
}

.tags a {
  text-decoration: none;
  background: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 300;
  padding: 0.438rem 1.125rem;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  display: block;
  color: #19191b;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1), background-color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  -moz-transition: color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1), background-color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1), background-color 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
}

.tags a:hover {
  background: #fceaef;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.tags a:hover span {
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 50%, #fff 0);
  background-size: 202% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  transition: background-position 0.4s;
}

.tags a.active {
  background: #fceaef;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.tags a.active span {
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 50%, #fff 0);
  background-size: 202% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  transition: background-position 0.4s;
}

.recentPost {
  width: 100%;
  float: left;
  box-shadow: 0 6px 8px 0 rgba(17, 24, 39, 0.08), 0 0 0 1px rgba(17, 24, 39, 0.04) !important;
  border-radius: 7px;
  overflow: hidden;
}

.recentPost .image {
  width: 100%;
  float: left;
}

.recentPost .text-area {
  width: 100%;
  float: left;
  padding: 1.2rem;
}

.recentPost .text-area .date-time {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.recentPost .text-area .date-time p {
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 0.8rem;
  float: left;
  font-weight: 300;
  margin: 0;
}

.recentPost .text-area .date-time img {
  float: left;
  width: 18px;
  margin: 0 0.5rem 0 1.1rem;
}

.recentPost .text-area h3 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

/* author bio */

.author-bio {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgb(105 106 119 / 5%);
  box-shadow: 0 5px 30px rgb(105 106 119 / 5%);
  padding: 2rem;
  border: 1px solid #e4e8ed;
  justify-content: space-between;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.author-bio .profile {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 0 10px 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.author-bio .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  float: left;
}

.author-bio .author-info {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.author-bio .author-info h6 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
}

.author-bio .author-info h6 span {
  color: #fecf2a;
}

.author-bio .author-info p {
  color: #646669;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 !important;
}

.banner-area {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #f6f6f6;
  margin: 2rem 0;
  border-radius: 1rem;
  text-align: center;
}

.banner-area h1 {
  color: #212529;
  font-weight: 300;
  font-size: 55px;
  line-height: 1.18em;
  text-transform: capitalize;
}

.img-description {
  font-size: 14px;
  font-style: italic;
  color: #29292b;
  margin: -20px 0 20px 0;
}
picture {
  width: 100%;
  float: left;
  max-width: 100%;
}
.img-caption {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: -20px 0 25px 0;
  clear: both;
}

.img-caption-1 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: -20px 0 25px 100px;
  clear: both;
}

.img-caption-2 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: 0px 0 25px 25%;
  clear: both;
}

.img-caption-3 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: 0 auto;
  margin: -30px 0 25px 25%;
  clear: both;
}

.img-caption-4 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: -30px 0 25px 25%;
  clear: both;
}

.img-caption-5 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: -30px 0 25px 25%;
  clear: both;
}

.img-caption-6 {
  font-size: small;
  font-style: italic;
  color: #29292b;
  margin: -20px 0 25px 30px;
  clear: both;
}

.news-app {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 30px);
  margin-left: 30px;
  float: left;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 50px;
}

.news-app .icon {
  width: 130px;
  float: left;
}

.news-app ul {
  width: 100%;
  margin: 0;
  float: left;
}

.news-app ul li {
  font-size: 15px;
  line-height: 30px;
  word-break: break-all;
}

.pagination {
  display: inline;
  list-style: none;
  border-radius: 1rem;
  margin: 20px 0;
  padding: 0;
  justify-content: center;
  /* flex-direction: column; */
}

.page-item {
  margin: 0.5rem;
  float: left;
}

.page-link {
  /* position: relative; */
  /* display: block; */
  padding: 0.6rem 1.1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0f141e;
  font-size: 0.9rem;
  background-color: #fff;
  border-radius: 100rem;
  border: 1px solid #dee2e6;
}

.homepage .page-link,
.listing .page-link {
  border-radius: 1rem;
  background-color: #fff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 100rem !important;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fd0036;
  box-shadow: 0 22px 40px -17px #f5140652;
  border-color: #fd0036;
}

.page-link:hover {
  color: #fff;
  background-color: #fd0036;
  box-shadow: 0 22px 40px -17px #f5140652;
  border-color: #fd0036;
}

.numberlist,
.next-last {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

/* footer */
.footer {
  width: 100%;
  clear: both;
  background: #f6f6f6;
  background-size: contain;
  background-position: top left;
  position: relative;
}
.item {
  font-size: 14px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.item h2 {
  font-size: 15px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
}
.footer .item .quick-links {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
  list-style: none !important;
  padding: 0 !important;
}
.footer .item .quick-links li {
  padding: 0 0 11px 0;
  font-size: 14px;
  font-weight: 300;
  list-style: none !important;
  padding-left: 0 !important;
}
.footer .item .quick-links li a {
  color: #00051a;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer .item .quick-links li a :hover {
  margin-left: 5px;
  color: #ec1313;
}
.pre-footer {
  width: 100%;
  float: left;
  padding: 15px;
  border-top: 1px solid #999;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.pre-footer p {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

/* New Footer Structure */
.footer {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-main {
  margin-bottom: 30px;
}

.footer-brand-section {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-right: 1rem;

}

.footer-brand-section .footer-logo {
  width: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer-brand-section .footer-logo img {
  width: 100%;
  height: auto;
  max-width: 161px;
}

.footer-description {
  width: 100%;
  color: #00051a;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}

.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 !important;
  margin: 0 0 20px 0;
  align-items: center;
  justify-content: center;
  list-style: none !important;
  width: 100%;
}

.footer-social li {
  width: 40px;
  height: 40px;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  flex-shrink: 0;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.3s all ease;
}

.footer-social li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0);
}

.footer-social li a:hover {
  background: #f6f6f6;
  border-color: #ec1313;
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.footer-badges .badge-link {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all ease;
}

.footer-badges .badge-link:hover {
  opacity: 0.8;
}

.footer-badges .badge-link img {
  max-width: 120px;
  height: auto;
  display: block;
}

.footer-nav-section {
  width: 100%;
  padding-left: 0;
}

.footer-nav-item {
  margin-bottom: 1.5rem;
  width: 100%;
}

.footer-nav-item:last-child {
  margin-bottom: 0;
}

.footer-nav-item h2 {
  font-size: 14px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 0;
}

.footer-nav-links,
.footer-nav-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.footer-nav-links li,
.footer-nav-links ul li {
  list-style: none !important;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-nav-links li:last-child {
  margin-bottom: 0;
}

.footer-nav-links li a {
  color: #00051a;
  text-decoration: none;
  transition: 0.3s all ease;
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
}

.footer-nav-links li a:hover {
  color: #ec1313;
  text-decoration: underline;

}

.footer-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
}

.footer-company-col {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 15px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  position: relative;
}

.footer-legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #00051a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  transition: 0.3s all ease;
  white-space: nowrap;
}

.footer-legal a:hover {
  color: #ec1313;
  text-decoration: underline;
}

.footer-separator {
  color: #00051a;
  font-size: 12px;
  margin: 0 4px;
}

.footer-copyright {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.footer-copyright p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/* Footer Bottom Row */
.footer-bottom-row {
  width: 100%;
  margin-bottom: 15px;
}

/* Language Selector */
.footer-language-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
  width: auto;
}

@media (min-width: 768px) {
  .footer-bottom-row {
    margin-bottom: 20px;
  }
  
  .footer-language-selector {
    margin-top: 0;
  }
}

.language-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.footer-badges {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 15px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.language-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.language-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.language-text {
  font-size: 14px;
  color: #00051a;
  font-weight: 300;
}

.language-arrow {
  font-size: 12px;
  color: #00051a;
  font-weight: 300;
}

.language-menu {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;
  width: 128px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 20;
  display: none;
  overflow: hidden;
}

.language-menu.show {
  display: block;
}

.language-option {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #00051a;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.language-option:hover {
  background-color: #f9fafb;
}

.language-option:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.language-option:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Mobile Sticky CTA */
#footer-cta-sentinel {
  height: 1px;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #DDDDDD;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 1000;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-sticky-cta.hidden {
  display: none;
  transform: translateY(100%);
  opacity: 0;
}

.mobile-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.mobile-cta-primary {
  background: #ec1313;
  color: #fff;
  min-width: 165px;
  flex: 1;
  max-width: 200px;
}

.mobile-cta-primary:hover {
  background: #d01111;
  color: #fff;
  text-decoration: none;
}

.mobile-cta-primary svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.mobile-cta-primary:hover svg {
  transform: translateX(4px);
}

.mobile-cta-outline {
  background: #fff;
  color: #ec1313;
  border: 1px solid #ec1313;
  width: 124px;
  flex-shrink: 0;
}

.mobile-cta-outline:hover {
  background: #f6f6f6;
  color: #ec1313;
  text-decoration: none;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    padding: 20px 0 15px 0;
    align-items: center;
  }
  
  .footer-legal {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  
  .footer-language-selector {
    margin-top: 0;
  }
  
  .footer-copyright {
    text-align: end;
    width: 100%;

    margin-top: 0;
  }
  
  
  .footer-nav-item {
    margin-bottom: 0;
  }
  
  .footer-social {
    gap: 10px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .footer-badges{
    justify-content: flex-start;
  }
  .footer-social{
    justify-content: flex-start;
    gap: 0px;
    
  }
  .footer-description{
    text-align: left;
  }
  .footer-brand-section .footer-logo{
    justify-content: flex-start;
  }
  
  .footer-brand-section {
    margin-bottom: 0;
    /* padding-right: 1.5rem; */
  }
  
  .footer-nav-section {
    padding-left: 1.5rem;
  }
  
  .footer-nav-item {
    margin-bottom: 1.2rem;
  }
  
  .footer-nav-item h2 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  
  .footer-nav-links li {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .footer-nav-section {
    padding-left: 2rem;
  }
}

/* Footer Overrides - Ensure all list styles are removed */
.footer ul,
.footer ul li,
.footer li,
.footer .footer-social,
.footer .footer-social li,
.footer .footer-nav-links,
.footer .footer-nav-links li,
.footer .item .quick-links,
.footer .item .quick-links li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer ul {
  padding: 0 !important;
  margin: 0 !important;
}

/* above 1200 devices */
/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
  /* .tags{
    display: flex;
    justify-content: space-between;
  } */
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {
  /* .tags{
    grid-template-columns: auto auto auto auto;
  } */
  .banner {
    padding: 120px 0 0;
    margin-bottom: 100px;
  }
  .hero-banner-text{
    text-align: left;
  }
  .reading-time{
    justify-content: flex-start;
  }
  .featurepost .summary {
    display: block;
  }
  /* .hero-inner .image {
    height: 45vh;
  } */
  .toc {
    display: block;
  }
  .cta-bottom-text {
    flex-direction: row;
    display: flex;
  }
  .mobile-popup{
    display: none;
  }
  .mobile-cta{
    display: none;
  }
 

  .cta-bottom .gradient-left,
  .cta-bottom .gradient-right {
    display: block;
  }
  .cta-bottom-text p {
    max-width: 90%;
    text-align: left;
  }
  .cta-new {
    flex-direction: row;
    padding: 2rem;
  }
  .cta-new .text {
    max-width: 70%;
    text-align: left;
  }
  .author-readtime {
    flex-direction: row;
  }
  .author-readtime .read-time {
    margin: 0;
  }
  .featurepost .text-area .date-tag {
    flex-direction: row;
  }
  .author-bio {
    flex-direction: row;
    /* align-items: center; */
  }
  .author-bio .profile {
    margin-right: 1rem;
  }
  .author-bio .author-info {
    width: calc(100% - 100px);
  }
  .social-share .share-icons li {
    width: 50px;
    height: 50px;
  }
  .social-share .share-icons li svg {
    width: 80%;
  }
  .recentPost .text-area .date-time p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: calc(100% - 160px);
  }
  .modal-lg{
    max-width: 860px;
  }
  /* .tags{
    grid-template-columns: auto auto auto auto auto auto;
  } */
  .pagination {
    display: flex !important;
  }

  .numberlist,
  .next-last {
    width: auto;
  }

  .banner h1 {
    font-size: 3.375rem;
  }

  .banner p {
    font-size: 1.438rem;
  }
}

.alert {
  padding: 1.5rem 0;
}

.alert p {
  border-left: 3px #000 solid;
  font-style: italic;
  padding-left: 1.5rem;
  font-family: Georgia, Times, Times New Roman, serif;
}

.social-share {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 0;
  align-items: center;
  margin-bottom: 2rem;
}
.social-share h4 {
  margin: 0 !important;
  font-size: 16px !important;
}
.social-share ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  gap: 10px;
}

.social-share .share-icons li {
  padding: 5px !important;
  list-style: none;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0px 1px 6px #00000029;
  border: 1px solid #ffffff;
  /* margin-bottom: 10px; */
}

.social-share .share-icons li:nth-last-child(2) {
  margin-bottom: 0;
}

.social-share .share-icons li svg {
  width: 90%;
}

.social-share .share-icons li:hover {
  background-color: #e2e0e0;
}

.h4-new {
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.6em;
  font-weight: 300;
  margin: 20px 0 !important;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(64 64 64);
  padding: 1px 5px;
  text-align: left;
  margin-bottom: 8pt;
  background-color: rgb(64 64 64);
}

/******* side details *******/
.card {
  /* border: none; */
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

.card-header {
  background: none;
}

.card .grid {
  display: flex;
  gap: 15px;
  row-gap: 2px;
  flex-direction: row;
  flex-wrap: wrap;
}

.card .grid img {
  width: calc(33.33% - 10px);
  filter: grayscale(1);
}

.card-body ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-body ul a {
  width: calc(50% - 8px);
}

.ds-none {
  display: block;
}

.dsk-none {
  display: block !important;
}

.mb-none {
  display: none !important;
}

.toc {
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.16));
  margin-bottom: 1.5rem;
}

.toc h2 {
  font-size: 1.5rem;
  position: relative;
  margin-left: 15px !important;
}

.toc h2::after {
  position: absolute;
  bottom: 10px;
  height: 20px;
  background: #acacac;
  width: 100px;
  left: 0;
}

.toc li a {
  color: #292929;
}

.toc a:hover {
  color: #292929;
  text-decoration: underline;
}

.card-cta {
  background: #242424;
  padding: 2rem 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.card-cta h3 {
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.card-cta p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}

.card-cta .btn-new-small {
  padding: 12px 20px;
  border-radius: 100px;
  text-transform: capitalize;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  background: linear-gradient(113deg, #dd154d 1%, #fd0036 24.5%, #ff5100 41%, #ffa800);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff !important;
  box-shadow: 0 22px 40px -17px #f5140652;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-new-small:hover {
  color: #fff;
  background-position: 50% 0;
  box-shadow: 0 22px 40px -5px #f5140652;
}

.drop-cap {
  font-size: 1.125rem;
  font-weight: 300;
}

.drop-cap::first-letter {
  color: #292929;
  float: left;
  font-weight: 600;
  font-size: 4.5rem;
  padding-right: 8px;
}

/* normal-list-dots */
.normal-list-dots {
}

.normal-list-abc li {
  list-style: lower-alpha;
  font-size: 1.125rem;
  font-weight: 300 !important;
  padding-bottom: 10px !important;
  color: #292929 !important;
}

ul li,
.normal-list-dots li {
  font-size: 1.125rem;
  font-weight: 300 !important;
  padding-bottom: 10px !important;
  color: #292929 !important;
}

ul li,
.normal-list-abc li,
.normal-list-dots li:nth-last-child(1) {
  padding: 0;
}

ol li,
.order-list li {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 10px !important;
  color: #292929 !important;
}

ol li,
.order-list li:nth-last-child(1) {
  padding: 0;
}

.max-600 {
  max-width: 600px;
  margin-left: 1.5rem;
}

.blog-tags {
  max-width: 80%;
  padding: 0.5rem 0;
  margin: 0;
}

.blog-tags li {
  list-style: none;
  color: #9397ad;
  font-size: 0.7rem;
  font-weight: 400;
  display: inline-block;
  background: #f3f6ff;
  padding: 0.3rem 0.4rem !important;
  border-radius: 6px;
  margin-right: 0.3rem;
}

.blog-tags li:nth-last-child() {
  margin-right: 0;
}

.cta-full-screen {
  width: 100%;
  border-radius: 12px;
  padding: 5rem 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 231, 255, 0.6)), color-stop(22%, rgba(226, 229, 240, 0.6)), color-stop(40%, rgba(251, 211, 234, 0.6)), color-stop(100%, rgba(255, 245, 203, 0.6)), to(#fff));
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cta-full-screen h2 {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
}
.cta-full-screen p {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cta-full-screen h2 {
    font-size: 2rem !important;
  }
}
.tools {
  width: 100%;
  float: left;
  height: 60px;
}

/* cta gradient */
.cta-gradient {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  background: transparent radial-gradient(#fdf1d1 0%, #fff0ce 23%, #fdeaee 48%, #f6e9ff 73%, #e4f5ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.cta-new {
  width: 100%;
  padding: 1.1rem;
  background: transparent linear-gradient(-160deg, #fdf1d1 0%, #fff0ce 23%, #fdeaee 48%, #f6e9ff 73%, #e4f5ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cta-new .text {
  max-width: 100%;
  text-align: center;
}
.cta-new h2 {
  font-size: 1.2rem;
  color: #7d6fc4;
  font-weight: 300;
}
.cta-new a {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 26px;
  color: #853d81;
  padding: 13px 24px;
  display: inline-block;
  /* margin-top: 30px; */
  text-align: center;
}

.key-benefits {
  width: 100%;
  display: inline-block;
  margin: 1.5rem 0;
  border-radius: 1rem;
  border: 1px solid #1a1818;
  position: relative;
  padding: 1.5rem;
}
.key-benefits h3 {
  font-size: 1.625rem !important;
  margin-bottom: 1rem !important;
  position: absolute;
  top: -32px;
  left: 3rem;
  background: #fff;
  padding: 0 0.5rem;
}

.key-benefits ul {
  padding: 2rem;
  margin-left: 1rem;
}

.key-benefits ul li {
  list-style-image: url("../images/map-location-arrow.svg");
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
}
.key-benefits-banner{
  width: 100%;
  display: inline-block;
  margin: 1.5rem 0;
  border-radius: 1rem;
  position: relative;
  padding: 1.5rem;
  border-radius: 8px;
  background: linear-gradient(93deg, rgba(253, 0, 54, 0.03) 24.5%, rgba(255, 81, 0, 0.03) 41%, rgba(255, 168, 0, 0.03) 100%);
  border: 1px solid #efefef;
}
.key-benefits-banner h3 {
  font-size: 1.625rem !important;
  margin-bottom: 1rem !important;
  position: absolute;
  top: -32px;
  left: 3rem;
  background: #fff;
  padding: 0 0.5rem;
}
.key-benefits-banner ul {
  padding: 2rem;
  margin-left: 1rem;
}
.key-benefits-banner ul li {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
  list-style: disc;
}

.qoutes1 {
  width: 100%;
  border-left: 5px solid red;
  padding: 2rem;
  font-style: italic;
  background: #ededed;
  margin-bottom: 30px;
  position: relative;
}

.qoutes1 ::before {
  content: "❝";
  font-size: 3em;
  color: #bc5c2577;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  height: 0;
  margin: 0;
  left: 1rem;
  top: 1rem;
  position: absolute;
  padding: 0;
}

.qoutes1 p {
  padding: 1rem 0 0 3rem;
  margin: 0;
  font-size: 1.3rem;
}

.blockquote {
  width: 200%;
  border-left: 5px solid #06c;
  padding: 2rem;
  font-style: italic;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.blockquote ::before {
  content: "";
  font-size: 3em;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
  height: 0;
  margin: 0;
  left: 1rem;
  top: 1rem;
  position: absolute;
  padding: 0;
}

.blockquote p {
  padding: 1rem 0 0 3rem;
  margin: 0;
  font-size: 1.3rem;
}

@media (max-width: 425px) {
  .img-caption-1,
  .img-caption-2,
  .img-caption-3,
  .img-caption-4,
  .img-caption-5,
  .img-caption-6 {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .cta-full-screen .btn-learnmore {
    margin-top: 15px;
  }

  .navbar-toggler {
    padding: 0;
  }

  .blog-list .image figure {
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

  .blog-list .text-area h3 {
    font-size: 1.25rem;
  }

  .blog-list .date {
    padding: 5px 15px;
    height: 60px;
  }

  .blog-details h1 {
    font-size: 2rem;
    line-height: 1.4em;
  }

  .devider {
    width: 0;
    height: 30px;
  }

  .recentPost {
    margin-bottom: 30px;
  }

  .recentPost .text-area {
    padding: 1rem;
  }

  .recentPost .text-area h3 {
    line-height: 1.6rem;
    font-size: 1.1rem;
  }

  .social-share {
    flex-direction: column;
    padding: 3rem 0;
  }

  .social-share ul {
    width: 100%;
    margin-top: 1.5rem;
  }

  .social-share .share-icons li,
  .social-share .share-icons li:nth-last-child(2) {
    margin-bottom: 0;
  }


  /* .author-bio {
		flex-direction: column;
		align-items: flex-start;
	}

	.author-bio .profile {
		width: 100px;
		height: 100px;
		margin-bottom: 30px;
	}

	.author-info {
		width: 100% !important;
	}

	.author-bio .author-info h6 {
		font-size: 1.2rem;
	} */

  .blog-details img {
    max-width: 100%;
    margin: 1.5rem 0 2.75rem 0;
    height: auto;
  }

  .blog-image img {
    aspect-ratio: 16/9;
  }

  .dsk-none {
    display: none !important;
  }

  .mb-none {
    display: flex !important;
  }

  .mb-rereverse {
    flex-direction: column-reverse !important;
  }
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {
  .ds-none {
    display: none !important;
  }
  .dsk-none {
    display: block;
  }

  .mb-none {
    display: none;
  }

  .featurepost {
    flex-direction: row;
  }

  .featurepost .image {
    width: 35%;
    height: 20rem;
  }

  .featurepost .text-area {
    width: 60%;
    padding-right: 3rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .news-app {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .news-app .icon {
    width: 200px;
  }

  .news-app ul {
    width: calc(100% - 250px);
  }
}

.table-of-contents,
.toc {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  max-height: calc(100vh - 110px);
  align-self: flex-start;
}
#table-of-contents {
  border-radius: 12px;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  margin-bottom: 22px;
}

.table-of-contents .tocBlock {
  margin-bottom: 1rem;
  height: 70vh;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
}
.table-of-contents .tocBlock::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.table-of-contents .tocBlock::-webkit-scrollbar-track {
  background: #f6f6f6;
}

/* Handle */
.table-of-contents .tocBlock::-webkit-scrollbar-thumb {
  background: #d8d7d7;
}
.toc-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 12px 1rem;
  background-color: #f4f6f8;
}
.toc-header svg {
  width: 35px;
  height: 35px;
  background-color: #ced0d2;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
}
.toc-header h3 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  /* background-color: #fef4f5; */
}
.table-of-contents nav {
  padding: 0;
  margin-top: 1rem;
}
.table-of-contents nav ul {
  padding: 0;
  list-style: none;
}
/* By default, collapse all submenus */
.table-of-contents nav ul li ul {
  display: none;
}

/* Show submenu if it or one of its children is active */
/* nav ul li.active > ul,
nav ul li ul li.active {
  display: block;
} */
.table-of-contents nav ul li.active > ul,
.table-of-contents nav ul li ul li.active {
  display: block;
}

.table-of-contents nav ul li {
  list-style: none;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  padding-bottom: 0 !important;
}
.table-of-contents nav ul li ul {
  display: none;
  /* transition  */
  transition: all 0.3s ease;
}
.table-of-contents nav ul li.active ul {
  display: block;
  transition: all 0.3s ease;
}
.table-of-contents nav ul li a {
  color: #7b7b7b;
  width: 100%;
  display: block;
  padding: 8px 16px;
}
.table-of-contents nav ul li.active a {
  border-left:1px solid #f04242;
  color: #f04242;
  font-weight: 500;
}
.table-of-contents nav ul li ul li {
  padding-left: 0.5rem;
  display: inline-flex;
  padding: 0 !important;
  flex-direction: column;
}

.table-of-contents nav ul li.active ul li a {
  padding-left: 20px;
  background-color: #fff;
  color: #292929;
}
.table-of-contents nav ul li.active ul li.active a {
  color: #f04242;
}

.table-of-contents .cta-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(251, 211, 234, 0.3);
  border-radius: 16px;
  width: 100%;
  max-width: 310px;
  padding: 30px 20px 20px;
  position: relative;
  overflow: hidden;
}

.table-of-contents .cta-small h3 {
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.table-of-contents .cta-small a {
  position: relative;
  z-index: 2;
}
.table-of-contents .cta-small .cta-small-img {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/** FAQ section **/
.pckl-faq {
  width: 100%;
  float: left;
}

.pckl-faq .accordion-item {
  border-radius: 16px;
  margin-bottom: 30px;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.pckl-faq .accordion-header {
  background: none;
  padding: 5px 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.pckl-faq .accordion-button {
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background: none;
  padding: 15px;
  border: none;
  box-shadow: none !important;
}

.pckl-faq .accordion-collapse {
  border: none;
  padding: 5px 15px;
}

.pckl-faq .accordion-body {
  font-size: 14px;
  font-weight: 300;
}
.accordion-body {
  padding: 15px !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
