:root {
--color-green: #007040;
}

.Navbar_auction_dropdown_btn__Vt8ct,
nav,
footer {
  display: none !important;
}

.main_container {
  width: 90%;
  margin: auto;
}

.clearfix {
  clear: both;
}

.row {
  padding-bottom: 150px;
}
a:hover {
    text-decoration: none !important;
}
.img-col img {
  width: 500px;
}

.quote-sign {
  display: flex;
  justify-content: end;
}

.test-content h2 {
  font-size: 35px;
  font-family: "samsung-bold";
}

.test-content h3 {
  font-size: 18px;
  padding-bottom: 40px;
  font-family: "samsung-med";
}

.test-content p {
  font-size: 20px;
  font-style: italic;
}

.test-content {
  position: absolute;
  top: 140px;
  background-image: url(images/test-bg.png);
  background-position: center right;
  background-size: 100% 100%;
  width: 56%;
  right: 0;
  padding: 50px 45px 140px 210px;
  z-index: -1;
  background: rgba(72, 150, 74, 0.18);
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  margin: 0px 40px 0px 0px;
}

.test-content p {
  padding: 20px 0px;
}

.test-content hr {
  border-color: var(--color-green);
}

.test-div {
  position: relative;
}

.slick-slider-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px 0px;
  gap: 4px;
  justify-content: center;
}

.slick-slider-dots ul li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #f4f4f4;
  border-radius: 50%;
  cursor: pointer;
}

.slick-slider-dots ul li button {
  display: none;
}

.slick-slider-dots ul li.slick-active {
  background: var(--color-green);
  border-radius: 50%;
  outline: 1px solid var(--color-green);
  outline-offset: 2px;
}

.slick-slider-nav {
  position: absolute;
  right: 125px;
  bottom: 100px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  border: none;
  color: #000;
}

.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:active,
.slick-next.slick-arrow:active,
.slick-prev.slick-arrow:focus,
.slick-next.slick-arrow:focus {
  border: none;
  color: var(--color-green);
  background: transparent;
  outline: none;
}

.accordion {
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-family: samsung-bold;
  background: transparent;
  transition: 0.4s;
}

.acc-item {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 15px auto;
  padding: 20px;
  max-width: 80%;
}

.acc-item:hover {
  background: #f7f7f7;
}

.active,
.accordion:hover {}

.accordion .fa.fa-chevron-down {
  float: right;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.accordion.active .fa.fa-chevron-down {
  float: right;
  transform: rotate(180deg);
  transition: all 0.3s;
}

.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 18px;
  transition: max-height 0.2s ease-out;
}

.panel p {
  margin-top: 20px;
}

.faqs h2 {
  font-size: 35px;
  font-family: "samsung-bold";
  text-align: center;
  margin-bottom: 40px;
}

.head-sec h1 {
  font-size: 75px;
  font-family: samsung-bold;
  color: #000;
  text-align: center;
}

.head-sec p {
 font-size: 18px;
    color: #232323;
    text-align: center;
    max-width: 70%;
    margin: auto;
}

#main {
  padding: 70px 0px;
}

.head-sec {
  margin-bottom: 50px;
}

.sp-100 {
  padding: 70px 0px;
}


/***************** BUY SELL ********************************************************/
.bs-row {
  display: flex;
  align-items: center;
}



.align-center {
  align-items: center;
}

.col-6 {
  width: 50%;
}

.col-3 {
  width: 25%;
}

.col-12 {
  width: 100%;
}

.bs-row img.img-col,
.bs-row .img-col img {
  width: 100%;
 
}

/****/



.sec-title {
  color: #232323;
  font-size: 35px;
  font-family: samsung-bold;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 10px;
}

.sec-title span {
      color: var(--color-green);
    font-size: 55px;
    width: 45px;
    transform: translate(0px, -8px);
}

.c-ct p {
  padding-top: 0px;
}

ul.c-info li {
  display: flex;
  gap: 20px;
  padding-bottom:10px;	
}

ul.c-info li img {
  width: 22px;
}
ul.c-info li span strong {
    color:var(--color-green);
}

.c-ct {
  padding-left: 80px;
}

.c-info .fa-circle:before {
  content: "\f111";
  color: var(--color-green);
  font-size: 14px;
}
.col-6.img-col {
    position: relative;
}
.col-6.img-col img {
  width: 100%;
  border-radius: 10px;

}

.bs-row .col-6:first-child {
  padding-right: 80px;
}

.bs-row .col-6:last-child {
  padding-left: 80px;
}


/************* SLICK ****************************************/
.hts-arrows {
     display: flex;
}
 .hts-arrows li:first-child {
     position: absolute;
     left: -30px;
     bottom: 40%;
}
 .hts-arrows li:last-child {
     position: absolute;
     right: 55px;
     bottom: 40%;
}
 .hts-arrows a.prev-arrow-hts9 i, .hts-arrows a.next-arrow-hts9 i {
     background: #FFF;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     cursor: pointer;
     box-shadow: 1px 1px 10px #ccc;
     text-align: center;
     line-height: 45px;
}

 .hts-arrows.hts10 li:first-child {
     position: absolute;
     left: 55px;
     bottom: 40%;
}
 .hts-arrows.hts10 li:last-child {
     position: absolute;
     right: -30px;
     bottom: 40%;
}

 .hts-arrows a.prev-arrow-hts10 i, .hts-arrows a.next-arrow-hts10 i {
     background: #FFF;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     cursor: pointer;
     box-shadow: 1px 1px 10px #ccc;
     text-align: center;
     line-height: 45px;
}

.img-sld,
.img-sld img {
    width:500px;
    margin: auto;
    display:block;
}


/*** Responsive ********/

/***********************************************************************************/
@media (max-width: 1660px) and (min-width: 1561px) {
  .img-col img {
    width: 450px;
  }
}

@media (max-width: 1700px) and (min-width: 1561px) {
  .img-col img {
    width: 420px;
  }
}

@media (max-width: 1450px) and (min-width: 1301px) {
.img-sld,
.img-sld img {
    width:390px;
    margin: auto;
    display:block;
}
}

@media (max-width: 1300px) and (min-width: 1025px) {
.img-sld,
.img-sld img {
    width:340px;
    margin: auto;
    display:block;
}
}
@media (max-width: 1560px) and (min-width: 1366px) {
  .img-col img {
    width: 400px;
  }

  .test-content {
    width: 50%;
  }

  .test-content p {
    font-size: 16px;
    min-height: auto;
    padding: 15px 0px;
  }
}

@media (max-width: 1365px) and (min-width: 1100px) {
  .test-content {}

  .img-col img {
    width: 370px;
  }

  .test-content {
    width: 45%;
  }

  .test-content p {
    font-size: 16px;
    min-height: auto;
    padding: 15px 0px;
  }
}

@media (max-width: 1099px) and (min-width: 1025px) {
  .test-content {}

  .img-col img {
    width: 350px;
  }

  .test-content {
    width: 41%;
  }

  .test-content p {
    font-size: 16px;
    min-height: auto;
    padding: 15px 0px;
  }

  hr {
    display: none;
  }

}

@media (max-width: 1366px) {
.sec-title {
    font-size: 25px;
}

}


@media (max-width: 1024px) {
  .bs-row {
    display: flex;
    flex-direction: column;
  }

  .rev {
    flex-direction: column-reverse;
  }

  .sec-title {
    font-size: 23px;
    gap: 10px;
  }
  .head-sec p {
      max-width:100%;
  }

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

  .col-6 {
    width: 100%;
  }

  .c-ct {
    padding: 0;
  }

  .col-6.img-col {
    margin: 0px 0px 20px;
  }


  .bs-row .col-6:first-child {
    padding-right: 0px;
  }

  .bs-row .col-6:last-child {
    padding-left: 0px;
  }

  .htb .bs-row .col-6:last-child {
    margin-top: 50px;
  }

  .sp-100 {
    padding: 30px 0px;
  }

  .acc-item {
    width: 100%;
  }

  .head-sec h1 {
    font-size: 39px;
  }

  .quote-box {
    padding: 25px;
  }

  .test-content {
    position: unset;
    padding: 0px;
    top: 0px;
    width: 100%;
    background-image: none;
    background-color: #deecde;
  }

  .img-col img {
    width: 100%;
  }

  hr {
    display: none;
  }

  .slick-slider-nav {
    display: none;
  }

  .slick-initialized .slick-slide {
    padding: 0px;
  }

  .test-content p {
    font-size: 16px;
    min-height: auto;
    padding: 15px 0px;
  }

  .acc-item {
    max-width: 90%;
  }
  .img-sld,
  .img-sld img {
    width:480px;
    margin: auto;
    display:contents;
  }

  
  .hts-arrows li.nxt {
      right:-30px !important;
  }
  .hts-arrows.hts10 li:first-child {
      left:-30px !important;
  }
}