.how-compare-sec {
  padding-top: 78px;
  padding-bottom: 70px;
  background-color: #ffffff;
  padding-right: calc((100% - 1440px) / 2);
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.ca-h5 {
  /* font-family: Caladea; */
  font-family: "Caladea", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}

.ca-h3 {
  /* font-family: Oswald; */
  font-family: "Caladea", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 55px;
  line-height: 68px;
  text-align: left;
  color: #03353a;
  margin: 0;
  padding: 0;
}

.ca-sec h3 {
  /* font-family: Oswald; */
  font-family: "Caladea", serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 65px;
}

.ca-sec button {
  outline: 0;
}

.ca-img {
  display: block;
}

.how-compare-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: start;
  padding-right: 114px;
}

.how-compare-row .compare-checkbox-col {
  border-radius: 0 90px 90px 0;
  background-color: #03353a;
  width: 38%;
  padding: 62px 40px 57px 10.8%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.how-compare-row .compare-checkbox-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.how-compare-row .compare-checkbox-list li:not(:last-child) {
  margin-bottom: 10px;
}


/* Hide the default checkbox */
.how-compare-row .checkbox-input {
  display: none;
}

/* Style the custom checkbox */
.how-compare-row .custom-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  color: #ffffff;
  font-family: "Caladea", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  line-height: 33px;
  display: flex;
  /* justify-content: flex-end; */
}

/* The round checkbox (styled like a radio button) */
.how-compare-row .checkmark {
  position: absolute;
  left: 0;
  top: 6px;
  height: 23px;
  width: 23px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* When the checkbox is checked, change the background and border */
.how-compare-row .checkbox-input:checked+.checkmark {
  background-color: #23D4A1;
}


.how-compare-row .compare-choice-btn {
  padding: 9px 31px 11px 31px;
  width: max-content;
  margin: 36px 20px 0 40px;
}

.how-compare-row .common-compare-btn {
  background-color: white;
  border-radius: 50px;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Work Sans';
  font-weight: bold;
  color: #159DD0;
  outline: 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 36px 0 0 40px;
  width: 300px;
  height: 55px;
  border: 5px solid #159DD0 !important;
}

/* .how-compare-row .compare-choice-btn:hover {
  background-color: #159DD0;
  color: #ffffff;
} */

.how-compare-row .categories-dropdown-btn {
  padding: 9px 22px 11px 22px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

/* progress bar start */

.how-compare-row .progress-bar-col {
  width: 70.6%;
}

.how-compare-row .corridor-content-col {
  width: 62%;
  padding-left: 111px;
}

.how-compare-row .animated-progress {
  width: 100%;
  position: relative;
  height: 50px;
  border-radius: 0 25px 25px 0;
}

.how-compare-row .animated-progress:not(:last-child) {
  margin-bottom: 15.5px;
}

.how-compare-row .animated-progress span {
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  font-family: "Work Sans";
  height: 100%;
  display: block;
  color: #03353A;
  position: absolute;
  text-align: end;
  border-radius: 0 25px 25px 0;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateX(-100%);
}

.how-compare-row .animated-progress span.transition-active {
  transform: translateX(0%);
  transition-delay: 0.5s;
  transition-duration: 1.8s;
}

.corridor-content-col.fade {
  opacity: 0;
}

.corridor-content-col {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  /* Adjust the timing as needed */
}

.how-compare-row .corridor-title {
  font-family: Caladea;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  line-height: 35px;
  color: #03353a;
  margin: 0 0 10.8px 0;
}

.how-compare-row .inside-progress {
  background-color: rgba(127, 234, 152, 0.15);
}

.how-compare-row .inside-progress span {
  background-color: #7FEA98;
}

.how-compare-row .outside-progress {
  background-color: rgba(21, 157, 208, 0.15);
}

.how-compare-row .outside-progress span {
  background-color: #159DD0;
}

/* progress bar end */

/* corridor up down col start */

.how-compare-row .corridor-up-down-col figure {
  margin: 0;
}

.how-compare-row .corridor-up-down-col {
  width: 29.4%;
  padding-left: 35px;
  text-align: center;
}

.how-compare-row .corridor-up-down-col img {
  max-width: 90px;
  height: auto;
  margin-bottom: 0;
  transform: rotate(90deg);
  transition: 0.9s;
}

.how-compare-row .corridor-up-down-col img.up-arrow {
  transform: rotate(0deg);
}

.how-compare-row .corridor-up-down-col img.down-arrow {
  transform: rotate(180deg);
}

.how-compare-row .corridor-up-down-col p {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #03353a;
  margin: 0 auto;
  max-width: 114px;
}

.how-compare-row .corridor-content-sub-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.how-compare-row .corridor-content-sub-col:not(:last-child) {
  margin-bottom: 35px;
}

/* corridor title start */

.how-compare-row .all-corridor-info-col {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 44px;
  display: flex;
  justify-content: end;
}

.how-compare-row .all-corridor-info-col li {
  font-family: "Work Sans";
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #03353a;
  position: relative;
  padding-left: 51px;
}

.how-compare-row .all-corridor-info-col li:before {
  content: '';
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-57%);
}


.how-compare-row li.inside-corridor-info:before {
  background-color: #7fea98;
}

.how-compare-row li.outside-corridor-info:before {
  background-color: #159dd0;
}

/* end */


/* heading section start */

.title-sec {
  padding: 100px 0 0px 0;
}

.title-sec h1 {
  font-family: Oswald;
  font-weight: bold;
  font-size: 80px;
  color: #03353a;
  line-height: 86px;
  position: relative;
  margin: 0;
}

.title-sec h1 span {
  font-family: Caladea;
  font-style: italic;
  font-size: 95px;
  margin-left: 85px;
}

.title-sec h1::before {
  content: '';
  position: absolute;
  width: 116.06px;
  height: 110.54px;
  background-color: #bdeff8;
  border-radius: 100%;
  top: -29px;
  left: -46px;
  z-index: -1;

}

.title-sec .container {
  max-width: 1440px;
  padding: 35px 114px 0 9.3%;
  margin: 0 auto;
}

.mask-div .maskNewImg {
  width: 100%;
}

.mask-div .river-mask {
  mask-image: url('../images/how-we-compare/how-we-compare-mask.png');
  /* Replace with your SVG */
  mask-size: cover;
  mask-repeat: no-repeat;
  width: 100%;
  max-height: 825px;
  object-fit: cover;
  object-position: bottom right;
  -webkit-mask-image: url('../images/how-we-compare/how-we-compare-mask.png');
  /* Webkit browsers */
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  bottom: -8px;
}

.mask-div {
  position: relative;
  margin-left: 3.3%;
  line-height: 0;
}

.mask-div .boat-rider {
  width: 391px;
  height: auto;
  position: absolute;
  width: 27.2%;
  max-width: 391px;
  top: 50%;
  left: 50%;
  transform: translate(-77%, -28%);
}

/* Resources page start */

.resources-banner-row img {
  max-height: 808px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  object-position: top center;
  border-radius: 0 0 143px 0;
}

.resources-banner-row .title-sec {
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
  margin-left: 11.3%;
  left: 0;
}

.resources-banner-row .title-sec h1::before {
  display: none;
}

.resources-slider-main-col {
  margin: 0 15px;
  transition: 0.3s;
}

.resources-slider-col {
  border-radius: 52px;
  position: relative;
  overflow: hidden;
  height: auto;
}

.resources-slider-col img,
.resources-slider-col {
  height: 583px;
}

.resources-slider-sec:nth-child(odd) .resources-slider-col.resource-slider-image-col,
.resources-slider-sec:nth-child(even) .resources-slider-col.resource-slider-color-col {
  margin-top: 77px;
}

.resources-slider-row .slick-track {
  display: flex;
}

.resources-slider-main-col:hover {
  margin-top: -15px;
}

.resources-slider-col img {
  border-radius: 52px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.resources-slider-col .resource-slider-title {
  color: #03353A;
}

.resources-slider-col img+.resource-slider-title {
  color: #ffffff
}

.resource-slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
}

.resources-arrows::before {
  border: 5px solid #159dd0 !important;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 50px;
}

.resources-arrows {
  background-color: transparent;
  /* border: 5px solid #159dd0 !important; */
  width: 66px;
  height: 65px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33.5px;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
}

.resources-arrows.left {
  background-image: url("../images/svg/arrow-left-dark.svg");
}

.resources-arrows.right {
  background-image: url("../images/svg/arrow-right-dark.svg");
}

/* .resources-arrows:hover {
  background-color: #159dd0;
} */

.resources-arrows.left:hover {
  background-image: url("../images/svg/arrow-left-white.svg");
}

.resources-arrows.right:hover {
  background-image: url("../images/svg/arrow-right-white.svg");
}

.resources-slider-sec .resources-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  /* margin: 0 0 70px 0; */
}

.resources-slider-row .slick-list {
  padding-top: 70px !important;
}

.resources-slider-sec .resources-title-row.public {
  margin: 0 0 60 0;
}

.resources-slider-row .slick-arrow {
  display: none !important;
}

.web-resources-sec {
  padding: 120px 0 70px 0;
}

.public-resources-sec {
  padding: 70px 0 147px 0;
}

.ca-banner-section {
  position: relative;
}

.resources-slider-sec {
  padding-top: 69px;
  padding-bottom: 69px;
}

.resources-slider-main {
  padding: 51px 0 78px 0;
}

.history-main-wrapper .c-dots-item li {
  cursor: pointer;
}

/* Resources page end */

/* Recourse list start */


.recourse-list-content-sec h3 {
  color: #063d4f;
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 500;
}

.recourse-list-content-sec p {
  font-family: "Work Sans";
  color: #063d4f;
}

.recourse-list-content-sec p a {
  color: #07D4A1;
  text-decoration: none;
}

.recourse-list-title-row {
  max-width: 837px;
  width: 100%;
  margin: 0 auto;
  padding: 159px 0 100px 0;
}

.recourse-list-content-sec .btn,
.ca-sec .btn {
  font-family: "Work Sans";
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #03353a;
  padding: 12px 32px;
  border-radius: 35px;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #03353a;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 auto;
  width: max-content;
  display: flex;
  line-height: normal;
}

.ca-sec button:hover,
.recourse-list-content-sec .btn:hover {
  background-color: #03353a;
  color: #ffffff;
}


.recourse-list-content-sec p {
  margin: 0 0 68.5px 0;
}

.recourse-list-content-sec ul,
.recourse-list-content-sec ol {
  margin: 0 0 27px 0;
  padding: 0;
  list-style-type: none;
}

.recourse-list-content-sec ul li {
  padding-left: 25px;
}

.recourse-list-content-sec ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #063d4f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.recourse-list-content-sec ol {
  padding-left: 23px;
  list-style-type: decimal;
}

.recourse-list-content-sec ul li,
.recourse-list-content-sec ol li {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #063d4f;
  position: relative;
}

.recourse-list-content-sec ul li::marker {
  font-size: 13px;
  margin: 50px;
}

.recourse-list-content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.recourse-list-image-col {
  width: 41%;
}

.recourse-list-image-col img {
  width: 100%;
  height: 100%;
  border-radius: 0 123px 0 0;
  object-fit: cover;
  object-position: center right;
  min-height: 782px;
}

.recourse-list-content-col {
  width: 59%;
  padding-left: 6.9%;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-self: end;
  padding-right: 5.8%;
}

.general-template-sec img {
  border-radius: 0 0 0 169px;
  object-position: bottom center;
  max-height: 904px;
  height: 100%;
}

.general-template-sec h1 {
  color: #ffffff;
}

/* Recourse list end */


/* History page start */


.first-pdf img,
.second-pdf img,
.third-pdf img,
.fourth-pdf img,
.fifth-pdf img,
.sixth-pdf img,
.seventh-pdf img {
  width: 100%;
  height: 100%;
}

.history-main-wrapper .first-pdf img {
  border: 8px solid #159DD0;
}

.history-main-wrapper .second-pdf img {
  border: 8px solid #03353A;
}

.history-main-wrapper .third-pdf img {
  border: 8px solid #BDEFF8;
}

.history-main-wrapper .fourth-pdf img {
  border: 8px solid #159DD0;
}

.history-main-wrapper .fifth-pdf img {
  border: 8px solid #23D4A1;
}

.history-main-wrapper .sixth-pdf img {
  border: 8px solid #7FEA98;
}

.history-main-wrapper .next-button {
  background-color: initial;
  bottom: initial;
  top: 61%;
  transform: translate(-50%, -50%);
  right: initial;
  left: 0%;
  width: 66px;
}

.history-main-wrapper .next-button img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.29));
}


.color-text-block {
  background-color: #BDEFF8;
  border-radius: 0px 0px 0px 166px;
  /* left: -165px; */
}

.color-text-block .curve-line {
  bottom: -118px;
  right: 0;
  transform: translateX(50%);
}

.space-text-main {
  z-index: 999;
}

.color-text-block .curve-line img,
.space-text-main .location-icon img {
  display: block;
}

.image-pdf-content {
  padding-left: 209px;
}

.first-main-image {
  min-width: calc(100% + 167px);
}

.color-text-block .curve-line:hover img,
.space-text-main .location-icon:hover img {
  transform: scale(1);
}

.c-dots__wrapper .dot-item-next:after,
.c-dots__wrapper .c-dots-item .dot-item-circle:after {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background-color: #23D4A1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.45));
}

.c-dots__wrapper .dot-item-circle.is-active:after,
.c-dots__wrapper .dot-item-next.is-active:after {
  background-color: #03353A;
  width: 24px;
  height: 24px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.43));
}

.cancer-text-block .cancer-text h2 {
  color: #03353A;
}

.cancer-text-block {
  background-color: #BDEFF8;
}

.history-main-wrapper p,
.main-wrapper-mobile p {
  color: #03353a !important;
  font-family: "Work Sans" !important;
}

.news-content p {
  margin-bottom: 16px;
  line-height: 26px;
}

.news-text-image {
  padding-top: 70px;
}

.misinfoblock .misinfo-text h2 {
  color: #bdeff8;
}

.space-text-main .location-icon {
  right: -467px;
  transform: translateX(50%);
}

.space-text-main .location-icon img {
  width: 255.23px;
  height: auto;
}

.truth-matter-block .left-content h3,
.truth-matter-block .left-content h4 {
  color: #03353A;
}

.truth-matter-block .left-content h4:after {
  width: 100px;
  height: 100px;
  background-color: #7FEA98;
  top: -53px;
  right: -40px;
}

.color-text-block .icon-block {
  transform: translateX(-50%);
  top: 12%;
  left: 0;
  width: 193px;
}

.color-text-block .icon-block img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.38));
}

#first .truth-matter-block .left-col p {
  max-width: 552px;
}

#second .text-matter-block .content {
  max-width: 696px;
}

#third .truth-matter-block .news-content .caption {
  max-width: 751px;
  margin-bottom: 10px;
}

.space-text-main .shape-text-top .content {
  max-width: 529px;
  margin-left: auto;
  margin-right: auto;
}

.cancer-text-block .cancer-text {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.seventh-pdf {
  margin-left: -48px;
  margin-top: -95px;
}

.first-pdf a,
.second-pdf a,
.fifth-pdf a,
.seventh-pdf a {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  border: initial;
}


.first-pdf,
.second-pdf,
.third-pdf,
.fourth-pdf,
.fifth-pdf,
.seventh-pdf {
  border: initial !important;
}

/* History page end */



/* how we compare start */

/* .main-column {
  opacity: 1;
  transition: opacity 0.5s ease; 
}

.main-column.fade {
  opacity: 0;
}

.transition-active {
  background-color: lightblue;
} */

/* how we compare end */


@media (max-width: 1367px) {
  .how-compare-row .compare-checkbox-col {
    padding: 62px 40px 57px 8%;
  }

  .how-compare-row .corridor-content-col {
    padding-left: 80px;
  }

  .how-compare-row .custom-checkbox {
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .how-compare-row .corridor-content-col {
    padding-left: 50px;
  }

  .how-compare-row .compare-checkbox-col {
    border-radius: 0 60px 60px 0;
  }

  .how-compare-row .compare-checkbox-col {
    padding: 50px 40px 50px 40px;
  }

  .how-compare-row .custom-checkbox {
    font-size: 18px;
  }

  .how-compare-row {
    padding-right: 30px;
  }

  .title-sec .container {
    padding: 0 30px 0 30px;
  }

  .title-sec h1 {
    font-size: 70px;
    line-height: 74px;
  }

  .title-sec h1 span {
    font-size: 85px;
  }

  .how-compare-row .all-corridor-info-col li:before {
    width: 35px;
    height: 35px;
  }

  .how-compare-row .all-corridor-info-col li {
    font-size: 16px;
    line-height: 32px;
    padding-left: 45px;
  }

}

@media (max-width: 1024px) {

  .title-sec h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .title-sec h1 span {
    font-size: 75px;
  }

  .how-compare-row .corridor-up-down-col img {
    max-width: 50px;
    margin-bottom: 0px;
  }

  .how-compare-row .corridor-up-down-col {
    padding-left: 25px;
  }

  .how-compare-row .compare-checkbox-col {
    padding: 50px 30px 50px 30px;
  }

  .how-compare-row .custom-checkbox {
    font-size: 16px;
  }

  .how-compare-row .corridor-content-col {
    padding-left: 30px;
  }

  .how-compare-row .corridor-up-down-col p {
    font-size: 14px;
  }

  .how-compare-row .compare-choice-btn {
    font-size: 14px;
    padding: 8px 19px 9px 19px;
    margin: 28px auto 0 auto;
    border: 5px solid #159DD0 !important;
  }

  .ca-h3,
  .ca-sec h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .ca-sec p,
  .ca-sec ul li,
  .ca-sec ol li {
    font-size: 16px;
    line-height: 25px;
  }

  .web-resources-sec {
    padding: 80px 0 50px 0;
  }

  .public-resources-sec {
    padding: 50px 0 80px 0;
  }

  .resources-arrows {
    width: 55px;
    height: 55px;
    background-size: 24px;
  }

  .recourse-list-image-col {
    width: 45%;
  }

  .recourse-list-content-col {
    width: 55%;
    padding-left: 40px;
    padding-bottom: 70px;
    padding-right: 40px;
  }

  .recourse-list-title-row {
    padding: 70px 46px 70px 46px;
  }

  .recourse-list-image-col img {
    min-height: 722px;
  }

  .recourse-list-content-sec p {
    margin: 0 0 40px 0;
  }

}

@media (max-width: 850px) {

  .ca-h3,
  .ca-sec h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .resources-slider-sec .resources-title-row {
    /* margin: 0 0 50px 0; */
    gap: 30px;
  }

  .resources-slider-row .slick-list {
    padding-top: 50px !important;
  }

  .recourse-list-content-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .resource-slider-title {
    font-size: 24px;
    line-height: 30px;
  }

  .resources-slider-main-col {
    margin: 0 8px;
    transition: 0.3s;
  }

  .resources-slider-col img,
  .resources-slider-col {
    height: 400px;
  }

  .how-compare-row .animated-progress span {
    font-size: 16px;
    line-height: 31px;
  }

}

@media (min-width: 768px) {

  .how-compare-row .corridor-up-down-col figure figcaption,
  .how-compare-row .categories-dropdown-btn {
    display: none;
  }

}

@media (max-width: 767px) {

  .resources-slider-sec:nth-child(odd) .resources-slider-col.resource-slider-image-col,
  .resources-slider-sec:nth-child(even) .resources-slider-col.resource-slider-color-col {
    margin-top: 0px;
  }

  .ca-h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .ca-h3 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .title-sec h1,
  .title-sec h1 span {
    font-size: 50px;
    line-height: 49px;
  }


  .title-sec h1::before {
    width: 70px;
    height: 70px;
    top: -11px;
    left: -21px;
  }

  .title-sec .container {
    padding: 0;
  }

  .how-compare-row .corridor-content-col {
    width: 100%;
    padding-left: 0px;
  }

  .how-compare-row .compare-checkbox-col {
    width: 100%;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    margin-bottom: 62px;
  }

  .how-compare-row .compare-checkbox-col.dropdown-open {
    margin-bottom: 44px;
  }

  .how-compare-row {
    padding-right: 0;
  }

  /* section:not(.how-compare-mask){
  padding-left: 30px ;
  padding-right: 30px;
} */

  .title-sec {
    padding-top: 115px;
    padding-inline: 31px;
  }

  .how-compare-row .compare-checkbox-list {
    /* padding: 0 0px 0px 18.5px; */
    padding: 0 0px 0px 0;
    max-height: 286px;
    overflow-y: auto;
    direction: rtl;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
  }

  .how-compare-row .compare-checkbox-list li:not(:last-child) {
    margin-bottom: 3px;
  }

  .how-compare-row .checkmark {
    height: 20px;
    width: 20px;
  }

  .how-compare-row .custom-checkbox {
    padding-left: 30px;
  }

  .how-compare-row .compare-checkbox-sub-col {
    padding: 78px 20px 31px 15.5px;
    direction: rtl;
    background-color: #03353a;
    margin-top: -37px;
    border: 5px solid #159DD0 !important;
    border-radius: 0px 0px 25px 25px;
    position: relative;
    top: -25px;
    display: none;
  }

  .how-compare-row .compare-checkbox-list li {
    text-align: end;
  }

  .how-compare-row .categories-dropdown-btn img {
    transition: 0.3s;
  }

  .how-compare-row .categories-dropdown-btn.arrow-down img {
    transform: rotate(90deg);
  }

  .how-compare-row .progress-bar-col {
    width: 100%;
    order: 2;
  }

  .how-compare-row .progress-bar-col {
    width: 100%;
    order: 2;
  }

  .how-compare-row .corridor-up-down-col p {
    max-width: 100%;
    text-align: left;
  }

  .how-compare-row .corridor-up-down-col img {
    max-width: 36px;
  }

  .how-compare-row .corridor-up-down-col {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-bottom: 21px;
  }

  .how-compare-row .corridor-up-down-col figure {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: left;
    align-items: center;
    gap: 11px;
    margin: 0 0 8px 0;
  }

  .how-compare-row .corridor-up-down-col figure figcaption {
    font-family: Caladea;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #03353a;
  }

  .how-compare-row .corridor-title {
    display: none;
  }

  .how-compare-row .all-corridor-info-col li {
    font-size: 15px;
    line-height: normal;
    padding-left: 31px;
  }

  .how-compare-row .all-corridor-info-col li:before {
    width: 26px;
    height: 26px;
  }

  .how-compare-row .all-corridor-info-col {
    justify-content: start;
    gap: 16px;
    margin-bottom: 0px;
  }

  .how-compare-row .corridor-content-sub-col {
    padding: 28px 0 30px 0;
  }

  .how-compare-row .corridor-content-sub-col:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 2px solid #159dd0;
  }

  .how-compare-sec {
    padding: 69px 31px 82.7px 31px;
  }

  .how-compare-row .custom-checkbox {
    justify-content: flex-end;
  }

  /* .compare-checkbox-list::-webkit-scrollbar {
    width: 7px;
  }

  .compare-checkbox-list::-webkit-scrollbar-track {
    background: #ffffff;
    border-left: 3px solid #03353A;
    border-right: 3px solid #03353A;
    border-radius: 10px;
  }

  .compare-checkbox-list::-webkit-scrollbar-thumb {
    background: #3592b4;
    border-left: 1px solid #03353A;
    border-right: 1px solid #03353A;
    border-radius: 10px;
  }

  .compare-checkbox-list::-webkit-scrollbar-thumb:hover {
    background: #3592b4;
  } */

  .resources-arrows {
    display: none;
  }

  /* resources slider start */

  .resources-slider-col img,
  .resources-slider-col {
    width: 100%;
    min-height: initial;
    margin: 0;
    height: 59px;
  }

  .resources-slider-main-col {
    margin: initial;
  }

  .resources-slider-col:not(:last-child) {
    margin-bottom: 16px;
  }

  .resources-banner-row img {
    border-radius: 0 0 0 79px;
    min-height: initial;
    height: 100vh;
  }

  .resources-sec img {
    border-radius: 0 0 0 79px;
    min-height: 515px;
    height: 100%;
  }

  .resources-banner-row .title-sec {
    margin-left: 0;
    top: initial;
    bottom: 100px;
    padding: 0 34px;
    transform: initial;
  }

  .history-wrapper-mobile .location-icon {
    /* left: -82px; */
    left: -50px;
    width: 128px;
    top: 13%;
  }

  section.ca-banner-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .resource-slider-title {
    width: 100%;
    padding: 12px 15px;
  }

  .resources-slider-sec .resources-title-row {
    margin: 0 0 30px 0;
  }

  .resources-slider-row .slick-list {
    padding-top: 0px !important;
  }

  .web-resources-sec {
    padding: 44px 0 34px 0;
  }

  .public-resources-sec {
    padding: 34px 0 68px 0;
  }

  .recourse-list-title-row {
    padding: 70px 45px 61px 45px;
  }

  .recourse-list-image-col,
  .recourse-list-content-col {
    width: 100%;
  }

  .recourse-list-image-col {
    margin-bottom: 53px;
  }

  .recourse-list-image-col img {
    min-height: 300px;
    border-radius: 51px;
  }

  .recourse-list-content-col {
    padding-bottom: 47px;
    padding-inline: 55px;
  }

  .ca-sec h3 {
    font-size: 35px;
    line-height: 45px;
  }

  section.recourse-list-content-sec {
    padding-inline: 0 !important;
  }

  .general-template-sec h1 span {
    line-height: 58px;
  }

  .general-template-sec .title-sec {
    bottom: initial !important;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
  }

  .title-sec h1 span {
    margin-left: 70px;
  }

  .general-template-sec h1 {
    color: #ffffff;
    text-align: center;
    line-height: 70px !important;
  }



  /* end */

  /* History page mobile start */

  .color-text-block .text-matter-block .content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 303px;
  }

  .color-text-block .text-matter-block .content p {
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
    padding: 40px 39px 0 36px;
  }

  .left-content p {
    line-height: 25px;
    margin-top: 41px;
    padding: 0 13px;
    font-size: 14px !important;
  }

  .truth-matter-block .left-content h3 {
    font-size: 46px;
    line-height: 65px;
  }

  .truth-matter-block .left-content h4 {
    font-size: 45px;
    line-height: 52px;
    padding-left: 64px;
  }

  .truth-matter-block .left-col {
    width: 100%;
  }

  .truth-metter .right-col img {
    min-width: calc(100% + 156px);
    width: 100%;
  }

  .main-wrapper-mobile .swiper-button-next,
  .main-wrapper-mobile .swiper-button-prev {
    /* background-color: transparent;
    color: initial;
    width: 38px !important;
    height: auto !important; */

    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: solid 3px #159DD0;
    background-color: transparent;
    padding: 0;
    transition: all 0.3s ease 0s;
  }

  .main-wrapper-mobile .swiper-button-next img,
  .main-wrapper-mobile .swiper-button-prev img {
    max-width: 24px;
  }

  .main-wrapper-mobile .swiper-button-next:hover,
  .main-wrapper-mobile .swiper-button-prev:hover {
    background-color: #159DD0;
  }

  .main-wrapper-mobile .swiper-button-next:hover img,
  .main-wrapper-mobile .swiper-button-prev:hover img {
    filter: brightness(20);
  }

  .main-wrapper-mobile .history-mobile-white-arrow.swiper-button-next:hover,
  .main-wrapper-mobile .history-mobile-white-arrow.swiper-button-prev:hover {
    background-color: transparent;
  }


  .main-wrapper-mobile .swiper-button-next:after,
  .main-wrapper-mobile .swiper-button-prev:after {
    display: none;
  }

  .main-wrapper-mobile .swiper-button-prev {
    left: 35% !important;
  }

  .main-wrapper-mobile .swiper-button-next {
    right: 35% !important;
  }

  .main-wrapper-mobile .swiper-button-next.swiper-button-disabled,
  .main-wrapper-mobile .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
  }

  .truth-matter-block .left-content h4:after {
    width: 49px;
    height: 46px;
    top: 6px;
    right: -4px;
  }

  .main-wrapper-mobile p {
    color: #063D4F !important;
    font-size: 16px;
    line-height: 25px;
  }

  .color-text-block .text-matter-block .content {
    -webkit-line-clamp: 15;
  }

  .cancer-text-block .cancer-text h2 {
    color: #07D4A1;
    width: max-content;
    margin-left: auto;
    left: -82px;
    position: relative;
  }

  .cancer-text-block .cancer-text h2 span {
    position: relative;
    left: 79px;
    display: block;
  }

  .cancer-text-block {
    background-color: #CEF7F7;
  }

  .cancer-text-block .cancer-text {
    max-width: 100%;
    padding: 0 45px;
  }

  .color-text-block .icon-block img {
    max-width: 141px;
    height: auto;
    width: 100%;
  }

  .color-text-block .icon-block {
    transform: translateX(-50%);
    top: 111px;
    left: -5px;
    width: 193px;
  }

  .first-pdf img {
    border: 8px solid #159DD0;
  }

  .second-pdf img {
    border: 8px solid #CEF7F7;
  }

  .third-pdf img {
    border: 8px solid #7FEA98;
  }

  .fourth-pdf img {
    border: 8px solid #159DD0;
  }

  .fifth-pdf img {
    border: 8px solid #CEF7F7;
  }

  .sixth-pdf img {
    border: 8px solid #063D4F;
  }

  .seventh-pdf img {
    border: 8px solid #07D4A1;
  }

  .first-pdf {
    margin-top: 130px;
    transform: translate(-69px, 36px);
    margin-left: 30px;
    margin-right: 20px;
  }

  .second-pdf {
    transform: translate(-31px, 23px);
    margin-top: 54px;
    margin-left: -13px;
  }

  .fourth-pdf {
    transform: translate(-125%, 130%);
  }

  .fifth-pdf {
    transform: translate(-257%, 165%);
    margin-top: 75px;
    margin-left: -109px;
  }

  .third-pdf {
    margin-top: 110px;
    /* margin-left: -60px; */
    margin-left: 0;
    transform: translate(15%, 29%);
  }

  .sixth-pdf {
    transform: translate(-188px, 307px);
  }

  .seventh-pdf {
    transform: translate(-103%, 254%);
    margin-left: -86px;
    margin-top: 149px;
  }

  .image-pdf-content {
    padding-left: 61px;
  }

  .first-pdf a,
  .first-pdf {
    width: 141px;
    height: 141px;
  }

  .second-pdf a,
  .second-pdf {
    width: 193px;
    height: 193px;
  }

  .third-pdf a,
  .third-pdf {
    width: 134px;
    height: 134px;
  }

  .fourth-pdf a,
  .fourth-pdf {
    width: 190px;
    height: 190px;
  }

  .fifth-pdf a,
  .fifth-pdf {
    width: 179px;
    height: 179px;
  }

  .sixth-pdf a,
  .sixth-pdf {
    width: 164px;
    height: 164px;
  }

  .seventh-pdf a,
  .seventh-pdf {
    width: 130px;
    height: 130px;
    box-sizing: border-box;

  }

  .news-text-image {
    padding-top: 34px;
  }

  .image-pdf-content img {
    border-width: 6px !important;
  }

  /* .space-text-main .shape-text-top .content {
    max-width: 197px;
    padding: 0 77px 0 97px;
    -webkit-line-clamp: 10;
    transform: translate(-44px, 65px);
  } */

  .misinfoblock .misinfo-text p {
    -webkit-line-clamp: 22;
  }

  .history-mobile-white-arrow {
    filter: brightness(0) invert(1);
  }

  /* History page mobile end */

  .resources-slider-col.resource-slider-image-col {
    margin-top: 0px;
  }

  .resources-slider-row .resources-slider-col {
    margin-bottom: 16px;
  }

  .resources-slider-row a:last-child .resources-slider-col {
    margin-bottom: 0px;
  }

  .resources-slider-sec {
    padding: 33.5px
  }

  .resources-slider-main {
    padding: 10.5px 0 34.5px 0
  }

  .wrapper-mobile.swiper-wrapper {
    box-sizing: border-box;
  }
}

@media (max-width: 650px) {
  .mask-div .river-mask {
    mask-image: url('../images/how-we-compare/how-we-comapre-mobile-mask-image.png');
    object-position: bottom right;
    -webkit-mask-image: url('../images/how-we-compare/how-we-comapre-mobile-mask-image.png');
    min-height: 342px;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .mask-div .boat-rider {
    width: 38.5%;
    max-width: 144px;
    top: initial;
    bottom: 67px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mask-div {
    margin-left: 0;
  }

  .resources-sec img {
    object-position: top 0 right -78px;
  }

  .how-compare-row .animated-progress span {
    font-size: 14px;
    line-height: 30px;
  }

  /* .how-compare-row .compare-5 .animated-progress span {
    font-size: 14px;
    line-height: 30px;
  } */

}





@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .color-text-block .curve-line {
    bottom: -108px;
    right: -149px;
    transform: translateX(50%);
  }

  .color-text-block .curve-line img {
    max-width: 460px;
  }

  section#third:after {
    width: 250px;
    height: 225px;
    bottom: -51px;
    left: 150px;
    border-radius: 119px;
  }

  .third-pdf {
    margin-right: 6vw;
  }

  .space-text-main .location-icon {
    right: -415px;
  }

  .history-main-wrapper p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .misinfoblock .misinfo-text h2 {
    margin-top: -60px;
  }

  .first-pdf {
    width: 200px;
    height: 200px;
  }

  .first-pdf a {
    width: 200px;
    height: 200px;
  }

  .second-pdf {
    width: 277px;
    height: 277px;
    margin-left: -36px;
    margin-top: -15px;
  }

  .second-pdf a {
    width: 277px;
    height: 277px;
  }

  .third-pdf {
    width: 180px;
    height: 180px;
    margin-left: -35px;
  }

  .third-pdf a {
    width: 180px;
    height: 180px;
  }

  /* .fourth-pdf {
    width: 210px;
    height: 210px;
  }

  .fourth-pdf a {
    width: 200px;
    height: 200px;
  } */

  .seventh-pdf {
    width: 230px;
    height: 230px;
  }

  .seventh-pdf a {
    width: 215px;
    height: 215px;
  }
}

@media screen and (min-width:1367px) and (max-width: 1440px) {
  .c-dots__wrapper {
    bottom: 20px;
  }

  .space-text-main .location-icon img {
    width: 200px;
    height: auto;
  }

  .space-text-main .location-icon {
    right: -391px;
  }

  .misinfoblock .misinfo-text {
    left: 280px;
  }

  /* #fourth .shape-text-top img {
    object-position: 0 -330px;
  } */

  #third .truth-matter-block .news-content .caption {
    margin-bottom: 10px;
  }
}


@media screen and (min-width:1200px) and (max-width: 1366px) {
  .menuTrigger {
    right: 40px;
    top: 30px;
  }

  #second .text-matter-block .content {
    max-width: 570px;
  }

  section#third:after {
    left: 125px;
  }

  .color-text-block .curve-line img {
    max-width: 280px;
  }

  .color-text-block .curve-line {
    bottom: -78px;
    right: -62px;
  }

  section#third:after {
    width: 180px;
    height: 185px;
    bottom: -41px;
    left: 180px;
  }

  #second .truth-metter {
    left: 15vw;
    width: 72vw;
  }

  #fourth .fourth-text {
    /* top: 5vh; */
    top: 10vh;
  }

  .space-text-main .location-icon img {
    width: 180px;

  }

  .space-text-main .location-icon {
    right: -380px;
  }

  .misinfoblock .misinfo-text {
    left: 300px;
    padding-top: 4%;
  }

  .first-pdf {
    margin-top: 60px;
    width: 200px;
    height: 200px;
  }

  .first-pdf a {
    width: 200px;
    height: 200px;
  }

  .second-pdf {
    width: 287px;
    height: 287px;
    margin-top: -20px;
    margin-left: -70px;
  }

  .second-pdf a {
    width: 287px;
    height: 287px;
  }

  .third-pdf {
    width: 182px;
    height: 180px;
    margin-top: 50px;
    margin-right: 35vw;
    margin-left: -35px;
  }

  .third-pdf a {
    width: 156px;
    height: 156px;
  }

  .fourth-pdf {
    width: 250px;
    height: 240px;
  }

  .fourth-pdf a {
    width: 250px;
    height: 250px;
  }

  .fifth-pdf {
    margin-top: 0;
  }

  .seventh-pdf {
    margin-left: -46px;
    margin-top: 0px;
  }

  .truth-matter-block .left-col {
    padding-right: 135px;
    padding-left: 135px;
  }

  .truth-matter-block .left-content h3 {
    font-size: 60px;
  }

  .truth-matter-block .left-content h4 {
    font-size: 75px;
  }

  #first .truth-matter-block .left-col p {
    max-width: 682px;
  }

  .left-content p,
  .color-text-block .text-matter-block .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .c-dots__wrapper {
    bottom: 25px;
  }

  .history-main-wrapper p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .cancer-text-block .cancer-text h2 {
    font-size: 65px;
  }

  #sixth .cancer-text-block {
    width: 71vw;
  }

  #sixth .spcer {
    width: 21.2vw;
  }

  body.page-template-tp-history.page-template-tp-history-php .logo-part img {
    max-width: 110px;
  }

  body.page-template-tp-history.page-template-tp-history-php .logo-part p {
    margin: 10px 0 0 0;
    line-height: normal;
    font-size: 12px;
  }

  .section-top,
  .truth-matter-block .right-col img,
  .truth-matter-block .right-col {
    height: calc(100vh - 136px);
  }
}

@media screen and (min-width: 991px) and (max-width: 1280px) {
  .truth-matter-block .left-col {
    padding-right: 70px;
    padding-left: 75px;
  }

  .how-compare-row .animated-progress span {
    font-size: 14px;
    line-height: 30px;
  }

  .how-compare-row .animated-progress span.transition-active {
    min-width: 15%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .how-compare-row .animated-progress span {
    font-size: 14px;
    line-height: 30px;
  }

  .how-compare-row .animated-progress span.transition-active {
    min-width: 15%;
  }

  .truth-matter-block .left-col {
    width: 70vw;
    padding-right: 60px;
    padding-left: 60px;
  }

  .truth-matter-block .left-content h3 {
    font-size: 56px;
  }

  .truth-matter-block .left-content h4 {
    padding-left: 54px;
    font-size: 66px;
  }

  #second .truth-metter {
    left: 13vw;
    width: 60vw;
    padding: 0 60px;
  }

  .first-pdf {
    width: 222px;
    height: 222px;
  }

  .first-pdf a {
    width: 204px;
    height: 204px;
  }

  .second-pdf {
    width: 300px;
    height: 300px;

  }

  .second-pdf a {
    width: 307px;
    height: 307px;
  }

  .third-pdf {
    margin-right: 18vw;
    width: 172px;
    height: 170px;
    margin-left: -25px;
  }

  .third-pdf a {
    width: 156px;
    height: 156px;
  }

  #third .truth-matter-block .news-content .caption {
    max-width: 555px;
  }

  .color-text-block .curve-line img {
    max-width: 320px;
  }

  .color-text-block .curve-line {
    bottom: -48px;
    right: -76px;
    transform: translateX(50%);
  }

  .news-text-image {
    padding-left: 16vw;
    min-width: 1320px;
  }

  .image-pdf-content {
    padding-left: 80px;
  }

  #fourth .shape-text-top img {
    min-width: calc(163% + 167px) !important;
    object-position: 0 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourth-pdf {
    width: 320px;
    height: 320px;
  }

  .fourth-pdf a {
    width: 320px;
    height: 320px;
  }

  .fifth-pdf {
    width: 334px;
    height: 334px;
  }

  .fifth-pdf a {
    width: 320px;
    height: 320px;
  }

  .fifth-pdf {
    margin-top: 48px;
  }

  .seventh-pdf {
    width: 220px;
    height: 220px;
  }

  .seventh-pdf a {
    width: 205px;
    height: 205px;
  }

  .space-text-main .location-icon img {
    width: 150px;
    height: auto;
  }

  .misinfoblock .misinfo-text {
    max-width: 400px;
    left: 280px;
    padding-top: 5%;
  }

  .misinfoblock .misinfo-text h2 {
    font-size: 50px;
    margin-top: -65px;
    margin-left: 16px;
  }

  .cancer-text-block .cancer-text {
    max-width: 420px;
    -webkit-line-clamp: 17;
  }

  .cancer-text-block .cancer-text h2 {
    font-size: 48px;
  }

  #sixth .spcer {
    width: 38vw;
  }

  #third .truth-matter-block .news-content .caption {
    margin-bottom: 0;
  }

  .misinfoblock .misinfo-text p {
    -webkit-line-clamp: 19;
  }

  .page-template-tp-history .site-footer {
    position: static;
  }

  .section-top,
  .truth-matter-block .right-col,
  .truth-matter-block .right-col img {
    height: 100vh;
  }

  .space-text-main .location-icon {
    /* right: -417px; */
    right: -491px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-tp-history .site-footer {
    position: static;
  }

  .fourth-pdf {
    margin-top: 0;
  }

  .how-compare-row .animated-progress span {
    font-size: 14px;
    line-height: 30px;
  }

  .how-compare-row .animated-progress span.transition-active {
    min-width: 18%;
  }

}

/* 23-01-2025 */

@media screen and (max-width: 360px) {
  .main-wrapper-mobile .truth-matter-block .shape-text-top .content p {
    font-size: 14px;
    line-height: 22px;
  }

  .main-wrapper-mobile .truth-matter-block .shape-text-top .content {
    transform: translate(40px, 80px);
  }
}

@media screen and (max-height: 740px) {
  .main-wrapper-mobile .space-text-main .shape-text-top .content {
    -webkit-line-clamp: 8;
    transform: translate(40px, 40px);
  }

  .main-wrapper-mobile .truth-matter-block .shape-text-top .content p {
    font-size: 14px;
    line-height: 22px;
  }

  .recent-section .truth-matter-block .misinfo-text p {
    -webkit-line-clamp: 17;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 83% !important;
  }

  .third-pdf {
    margin-top: 80px;
  }

  .sixth-pdf {
    transform: translate(-188px, 256px);
  }

  .seventh-pdf {
    transform: translate(-100%, 200%);
  }
}

@media screen and (max-height: 694px) {
  .fifth-pdf {
    transform: translate(-272%, 150%);
  }

  .sixth-pdf {
    transform: translate(-190px, 246px);
  }

  .seventh-pdf {
    transform: translate(-100%, 184%);
  }
}