.country-comparison {
  padding: 27px 0px 30px;
  background: #f5f2f0;
}
@media only screen and (min-width: 768px) {
  .country-comparison {
    padding: 86px 0px 60px;
  }
}
.country-comparison .accordion-scroll {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .country-comparison .accordion-scroll {
    margin-bottom: 36px;
    margin-top: 44px;
  }
}
.country-comparison .accordion-scroll .comparison-left {
  width: 46.25%;
  padding-right: 17px;
  padding-left: 15px;
}
.country-comparison .accordion-scroll .comparison-left .accordion {
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .country-comparison .accordion-scroll .comparison-left .accordion {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion-scroll .comparison-left {
    padding-right: 4.263%;
  }
}
.country-comparison .accordion-scroll .comparison-right {
  width: 46.25%;
  padding-right: 17px;
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion-scroll .comparison-right .accordion {
    padding-right: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion-scroll .comparison-right {
    padding-right: 4.263%;
    padding-left: 5px;
  }
}
.country-comparison .comparsion-content .comparison-content-left {
  width: 47%;
  padding-right: 17px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-content .comparison-content-left {
    padding-right: 214px;
  }
}
.country-comparison .comparsion-content .comparison-content-right {
  width: 48%;
  padding-right: 17px;
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-content .comparison-content-right {
    padding-right: 10px;
  }
}
.country-comparison .comparsion-content h1,
.country-comparison .comparsion-content h2 {
  font-family: "roobert_regular";
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 41px;
  color: #243508;
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-content h1,
  .country-comparison .comparsion-content h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.country-comparison .comparsion-content p {
  font-family: "roobert_regular";
  font-size: 18px;
  color: #243508;
  line-height: 24px;
  margin-bottom: 0px;
}
.country-comparison .comparsion-content .comparison-check {
  display: flex;
  gap: 15px;
  align-items: center;
}
.country-comparison .comparsion-content .comparison-check p {
  font-size: 20px;
  line-height: 25px;
  font-family: "roobert_regular";
}
.country-comparison .comparsion-content .comparison-check .active {
  color: #243508;
  font-weight: 600;
}
.country-comparison .comparsion-content .comparison-check input[type=checkbox] {
  position: relative;
  z-index: 1;
  appearance: none;
  width: 40px;
  height: 10px;
  border-radius: 0;
  background: #E2D6CF;
  outline: 0;
  cursor: pointer;
}
.country-comparison .comparsion-content .comparison-check input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #243508;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s;
}
.country-comparison .comparsion-content .comparison-check input[type=checkbox]:checked:after {
  left: calc(100% - 23px);
}
.country-comparison .comparsion-head-content {
  margin-bottom: 3px;
}
.country-comparison .comparsion-head-content .comparison-content-right {
  font-family: "roobert_medium";
  font-size: 16px;
  color: #243508;
  line-height: 22px;
  background: #fff;
  padding: 32px 15px;
}
.country-comparison .comparsion-head-content .comparison-content-right p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-head-content .comparison-content-right p {
    font-size: 18px;
    line-height: 24px;
  }
}
.country-comparison .comparsion-head-content .comparison-content-right ol,
.country-comparison .comparsion-head-content .comparison-content-right ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 29.6px;
}
.country-comparison .comparsion-head-content .comparison-content-right ol li,
.country-comparison .comparsion-head-content .comparison-content-right ul li {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .country-comparison .comparsion-head-content .comparison-content-right {
    background: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-head-content .comparison-content-right {
    font-family: "roobert_regular";
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion {
    padding-right: 42px;
  }
}
.country-comparison .accordion .accordion-country-section {
  border-bottom: 1px solid #A7AC99;
}
.country-comparison .accordion .accordion-country-section:first-child {
  border-top: 1px solid #A7AC99;
}
.country-comparison .accordion .accordion-country-section .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 12px 0px;
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion .accordion-country-section .accordion-header {
    margin: 15px 0px;
  }
}
.country-comparison .accordion .accordion-country-section .accordion-header .country-container {
  width: 100%;
  gap: 15px;
  min-height: 50px;
}
.country-comparison .accordion .accordion-country-section .accordion-header .country-container h2 {
  color: #243508;
  font-size: 21px;
  line-height: 26px;
  font-family: "roobert_regular";
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion .accordion-country-section .accordion-header .country-container h2 {
    font-size: 27px;
    line-height: 34px;
    display: contents;
  }
}
.country-comparison .accordion .accordion-country-section .accordion-header .country-container .selected-count {
  font-family: "roobert_regular";
  font-size: 19px;
  line-height: 19px;
  color: #243508;
  display: none;
  margin-left: 13px;
  min-width: 36%;
}
@media only screen and (min-width: 992px) {
  .country-comparison .accordion .accordion-country-section .accordion-header .country-container .selected-count {
    font-size: 20px;
    line-height: 25px;
    margin-left: 0;
    min-width: 34%;
  }
}
@media only screen and (min-width: 1200px) {
  .country-comparison .accordion .accordion-country-section .accordion-header .country-container .selected-count {
    min-width: 30%;
  }
}
.country-comparison .accordion .accordion-country-section .accordion-header.active .accordion-toggle {
  background-color: transparent;
}
.country-comparison .accordion .accordion-country-section .accordion-header.active .accordion-toggle::before {
  content: "-";
  color: #243508;
  font-size: 44.54px;
  top: -2px;
}
.country-comparison .accordion .accordion-country-section .accordion-header .accordion-toggle {
  position: relative;
}
.country-comparison .accordion .accordion-country-section .accordion-header .accordion-toggle::before {
  content: "+";
  display: inline-block;
  font-size: 29.125px;
  line-height: 18px;
  transition: transform 0.3s ease;
  position: relative;
  color: #243508;
  padding: 14px;
}
.country-comparison .accordion .accordion-country-section .accordion-content {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .country-comparison .accordion-scroll {
    display: flex;
    overflow: auto;
    max-height: 575px;
    /* Track */
    /* Handle */
  }
  .country-comparison .accordion-scroll::-webkit-scrollbar {
    width: 6px;
  }
  .country-comparison .accordion-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
  }
  .country-comparison .accordion-scroll::-webkit-scrollbar-thumb {
    background: #243508;
  }
}
.country-comparison .checkbox-container {
  display: flex;
  flex-direction: row;
  overflow: auto;
  max-height: 288px;
  flex-wrap: wrap;
  margin-left: 0;
  column-gap: 8px;
  /* Hide the default scrollbar */
  /* Track */
  /* Handle */
}
@media only screen and (min-width: 0) and (max-width: 390px) {
  .country-comparison .checkbox-container {
    column-gap: 1px;
  }
}
.country-comparison .checkbox-container .country-list-left {
  flex: 0 0 47.9%;
}
@media only screen and (min-width: 0) and (max-width: 390px) {
  .country-comparison .checkbox-container .country-list-left {
    flex: 0 0 42%;
  }
}
@media only screen and (min-width: 768px) {
  .country-comparison .checkbox-container .country-list-left {
    flex: 0 0 39.56%;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .checkbox-container .country-list-left {
    flex: 0 0 38.56%;
  }
}
.country-comparison .checkbox-container .country-list-right {
  flex: 0 0 48.9%;
}
@media only screen and (min-width: 0) and (max-width: 390px) {
  .country-comparison .checkbox-container .country-list-right {
    flex: 0 0 42%;
  }
}
@media only screen and (min-width: 768px) {
  .country-comparison .checkbox-container .country-list-right {
    flex: 0 0 39.56%;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .checkbox-container .country-list-right {
    flex: 0 0 38.56%;
  }
}
@media only screen and (min-width: 992px) {
  .country-comparison .checkbox-container {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .country-comparison .checkbox-container {
    column-gap: 80px;
  }
}
.country-comparison .checkbox-container::-webkit-scrollbar {
  width: 6px;
}
.country-comparison .checkbox-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}
.country-comparison .checkbox-container::-webkit-scrollbar-thumb {
  background: #243508;
}
.country-comparison .country-checkbox-label {
  display: flex;
  position: relative;
  padding: 10px 10px 10px 45px;
  cursor: pointer;
  user-select: none;
  color: #243508;
  font-size: 20px;
  line-height: 25px;
  font-family: "roobert_regular";
  font-weight: 300;
  margin-bottom: 1px;
}
@media only screen and (min-width: 0) and (max-width: 390px) {
  .country-comparison .country-checkbox-label {
    padding: 10px 4px 10px 38px;
  }
}
.country-comparison .country-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.country-comparison .country-checkbox-label .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #243508;
}
.country-comparison .country-checkbox-label .checkmark:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  display: block;
  font-size: 24px;
}
.country-comparison .country-checkbox-label input:checked ~ .checkmark {
  background-color: #bff355;
}
.country-comparison .country-checkbox-label input:checked ~ .checkmark:after {
  content: "x";
  top: 40%;
  left: 54%;
  color: #243508;
  transform: translate(-50%, -50%) rotate(360deg);
  font-size: 20px;
}
.country-comparison .country-checkbox-label.active, .country-comparison .country-checkbox-label:hover {
  background-color: #f5f2f0;
  text-decoration: underline;
}
.country-comparison .country-checkbox-label.active {
  text-decoration: none;
  display: flex;
}
.country-comparison .country-checkbox-label.disabled {
  color: grey;
}
.country-comparison .comparsion-btn .hidden {
  display: none;
}
.country-comparison .comparsion-btn .country-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .country-comparison .comparsion-btn .country-btn {
    display: flex;
    margin-left: auto;
    justify-content: end;
  }
}
.country-comparison .comparsion-btn .download-btn {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .country-comparison .comparsion-btn .download-btn {
    padding-bottom: 0;
  }
}
.country-comparison .comparsion-btn .download-btn a::after {
  background-image: url(../images/Download_white.svg) !important;
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms linear;
  width: 24.3px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.country-comparison .comparsion-btn .download-btn a span {
  background: #243508 !important;
  color: #fff !important;
  border: 2px solid #243508;
}
.country-comparison .comparsion-btn .download-btn a::before {
  content: none;
}
.country-comparison .comparsion-btn .download-btn a:hover span {
  background: #bff355 !important;
  color: #243508 !important;
  border: 2px solid #bff355;
}
.country-comparison .comparsion-btn .download-btn a:hover::after {
  background-image: url(../images/Download.svg) !important;
}
.country-comparison .comparsion-btn .clear-all-country {
  cursor: pointer;
  margin-right: 15px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .country-comparison .comparsion-btn .clear-all-country {
    padding-bottom: 0;
  }
}
.country-comparison .comparsion-btn .clear-all-country a {
  line-height: 20px;
}
.country-comparison .comparsion-btn .clear-all-country a::after, .country-comparison .comparsion-btn .clear-all-country a::before {
  content: none;
}
.country-comparison .comparsion-btn .clear-all-country a span {
  padding: 10px 20px 11px;
  line-height: 25px;
  font-size: 20px;
  height: auto;
  background: transparent !important;
  border: 2px solid #243508;
}
.country-comparison .comparsion-btn .clear-all-country a:hover span {
  background: #BFF355 !important;
  border: 2px solid #BFF355;
}
.country-comparison .comparsion-btn .select-criteria a span,
.country-comparison .comparsion-btn .download-btn .btn-learn-dark a span {
  font-size: 20px;
  padding: 13px 57px 13px 20px;
  line-height: 20px;
  height: auto;
}
.country-comparison .comparsion-btn .select-criteria {
  padding-right: 2px;
  padding-bottom: 10px;
}
.country-comparison .comparsion-btn .select-criteria a span {
  padding: 10px 57px 11px 20px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) {
  .country-comparison .comparsion-btn .select-criteria {
    position: relative;
    right: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.country-comparison .comparsion-btn a {
  min-width: initial !important;
}