* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

#city,
#province {
  font-size: 1.2em;
  margin-top: 10px;
}

/* slider */
.carousel {
  position: relative;
  /* background-color: #4261b2; */
  width: 100%;
  height: 400px;
  margin-top: 32px !important;
  margin: 50px auto;
  overflow: hidden;
}


.cross_txt {
  display: flex;
}

.cross_txt>span {
  padding-right: 10px;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  margin-top: 40px;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-dots {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  cursor: pointer;
  width: 200px;
  height: 10px;
  margin: 0 5px;
  background-color: #e7e7e7;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #bbbbbb;
}

.carousel_bottom p:first-child {
  margin-top: -42px;
}

.topbar {
  width: 90%;
  background-color: #4267b2;
  height: 30px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  /* Align content to the right */
  align-items: center;
}

.topbar_content {
  display: flex;
  align-items: center;
  padding-right: 250px;
  /* Adjust distance from the right corner */
}

.topbar_content .left_logo img {
  width: 40px;
  height: auto;
  /* Ensure aspect ratio is maintained */
  margin-right: 10px;
}

.topbar_content .right_text {
  color: white;
  font-size: 12px;
  line-height: 13px;
  margin-top: 3px;
}


.multi_ {
  width: 100%;
}

.multi_ img {
  width: 100% !important;
  margin: auto !important;
}

@media screen and (max-width: 600px) {
  .topbar_content {
    /* flex-direction: column; */
    align-items: flex-end;
    padding-right: 50px;
    /* Adjust for smaller screens */
  }

  .topbar_content .left_logo img {
    margin-bottom: 5px;
  }

  .topbar_content .right_text {
    margin-top: 0;
    text-align: right;
  }
}

/* main page content styling */

.main_page_content {
  width: 55%;
  height: auto;
  min-height: 100px;
  margin: auto;
  /* background-color: red; */
}

.alert_box {
  margin-top: 10px;
}

/* heading */
.heading {
  width: 100%;
  margin: auto;
  font-size: 40px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 900 !important;
}

#problem {
  background-color: #feee91;
  border-radius: 40px 0;
  /*padding: 0 15px;*/
}

.rating {
  display: flex;
  align-items: center;
}

.rating img {
  width: 120px;
  margin-right: 5px;
}

.rating span {
  color: #007185;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 0 10px;
}

/* carsoul */

#c_btm {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.date {
  font-size: 13px;
  color: #a0a0a0;
  font-weight: bold !important;
}

.car_date_under_text {
  width: 75%;
  margin: 19px auto;
  display: flex;

  flex-direction: column;

  align-items: center;
}

.family {
  width: 100%;
}

.family>p {
  width: 100%;
  margin-top: 10px;
}

.color_border {
  margin-top: 3px;
  /*background-color: #f1fd70;*/
  text-align: center;
  font-size: 21px;
  /* border-radius: 20px 0; */
  padding: 0 4px;

  /* line-height: 30px; */
}

/* family text */

.family {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 19px;
}

/* features */

.features_container {
  width: 100%;
  background-color: #f0f5ff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.features_container .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f5ff;
}

.col .col_header1 {
  font-size: 32px;
  color: #4267b2;
  padding: 10px;
}

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

.seconed {
  width: 50%;
  background-color: white;
}

.seconed>h4,
.seconedf>h4 {
  font-size: 18px;
  line-height: 25px;
  width: 95%;
}

.seconed>h3,
.seconedf>h3 {
  font-size: 18px;
  font-weight: 700;
  color: #4267b2;
}

.seconedf {
  background-color: #f7faff !important;
}

.secf {
  display: flex;
  /* justify-content: center;
        align-items: center; */
}

.seconedf,
.seconed {
  width: 50%;
  /* background-color: white; */
}

.seconedf>h4 {
  font-size: 18px;
  line-height: 25px;
  align-items: center;
}

.seconedf>h3,
.seconed>h3 {
  font-size: 20px;
  font-weight: 900;
}

.secf {
  display: flex;
}

.seconed,
.seconedf {
  padding: 10px 5px;
}

.seconed,
.seconedf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seconed>h4,
.seconedf>h4 {
  text-align: center;
  /*width: 70%;*/
}

.wrap {
  width: 70%;
}

.video_ {
  position: relative;
  width: 100%;
}

video {
  width: 100%;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(103, 95, 95, 0.5);
  color: rgb(251, 251, 251);
  font-size: 48px;
  visibility: hidden;
}

.overlay.show {
  visibility: visible;
}

/* .human_kill_image */
.human_kill_image {
  width: 100%;
}

.human_kill_image img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  /* visibility: hidden; */
  object-position: center;
  margin: auto;
}

/* text_after_video */

.text_after_video {
  margin-top: 40px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.h1_tag {
  width: 100%;
  background-color: #f0f5ff;
}

.h1_tag>h1 {
  width: 95%;
  margin: auto;

  color: #4267b2;
  padding: 5px;
  font-size: 35px;
}

/* chat image */

.told_chat .chat_image {
  /*idth: 100%;*/
}

.chat_image img {
  width: 50%;
  /*height: 750px;*/
  margin-left: 200px;
}

/* promo button  */

.promo_button>button {
  display: inline-block;
  padding: 20px;
  min-height: 50px;
  min-width: 50px;
  background-color: #51bd50;
  border-radius: 6px 6px 6px 6px;
  font-size: 31px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
 
}
img{
  object-fit: cover;
}
#button1:hover{
  background-color: #329230;
}
#fixed-button1:hover{
background-color: #329230;
}

/* work heading  */
.work {
  margin: 60px 0 25px;
  width: 100%;
}

.work>h2 {
  background-color: #f0f5ff;
  text-align: center;
  color: #4267b2;
  margin: 10px 0;

  padding: 5px 20px;
  font-size: 35px;
}

.work img {
  /*width: 100%;*/
  margin: 20px auto;
}

/* sold */

.sold>h1 {
  margin: 60px 0 25px;
  font-size: 35px;
  line-height: 46px;
  color: #4267b2;
  padding: 20px 15px;
  background-color: #f0f5ff;
  font-weight: 600;
}

.points {
  position: relative;
}

.both_points {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.both_points .point1 {
  width: 100px;
  margin-right: -35px;
  margin-top: 10px;
  z-index: 999;
}

.point1 h1 {
  width: 70px;
  height: 70px;
  background-color: #4267b2;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.both_points .point2 {
  background-color: #f5f5f5;
  padding: 10px 0px 10px 70px;
}

.t {
  color: #4267b2;
}

/* chemical images */

.chemical_image .chemical {
  width: 100%;
  margin: auto;
}

.chemical img {
  width: 100%;
}

/* conclusion */
.headingc {
  display: flex;
  width: 100%;
  /* margin: 30px 0 25px; */
  margin: 20px 0 30px 0;

  font-size: 30px;
  color: #4267b2;
  padding: 10px 15px;
  background-color: #f0f5ff;
  font-weight: 600;
  /* text-align: center; */
}

/* .m {
    width: 100%;
    margin: auto;
    font-size: 35px;
    line-height: 46px;
    color: #4267b2;
    padding: 40px 10px;
    background-color: #f0f5ff;
    font-weight: 600;
} */

.im_tx img {
  width: 100%;
  margin: auto;
  height: 400px;
}

.im_tx p {
  margin: 0;
  background-color: #f4f4f4;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px 10px;
  text-align: center;
}

/* accordian  */
.accordion-button {
  font-weight: bold;
}

.accordian_container {
  width: 100%;
  /* margin: auto; */
}

.accordion {
  width: 100%;
  margin: auto;
}

.review-header {
  /* display: inline-block;
    align-items: center; */
  justify-content: space-between;
  margin-bottom: 15px;
}

.stars {
  color: #f5a623;
  font-size: 24px;
}

.stars-s {
  color: #f5a623;
  font-size: 18px;
}

.review-body {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin-top: 8px;
}

.body-of-card {
  margin: auto;
  width: 90%;
}

.review-footer {
  margin-top: 15px;
  text-align: right;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  line-height: 8px;
  margin-top: 10px;
}

.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}

.reviewer-name {
  font-weight: bold;
}

.revies {
  width: 100%;
}

.review-card {
  width: 100%;
  margin-left: 0;
}

/* footer */

.footer_container {
  background-color: #424242;
  color: #808080;
  width: 90%;
  margin: 20px auto 80px auto;
  padding: 50px 200px;
}

.footer .ft_lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.textt {
  align-items: center;
  width: 100%;
  padding: 20px 70px;
  font-size: 15px;
}

.footer_para {
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.footerll {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 15px;
}

.last img {
  width: 100%;
}

.last2 img {
  display: none;
}

.table img {
  width: 100%;
  object-fit: cover;
}

.table .table2 {
  display: none;
}

.u_date {
  font-weight: bold;
}

.last_update {
  /* width: 100%; */


  margin-top: 0px;
  /* margin-bottom: 15px; */
  background-color: #fefdd6;
  padding: 30px 40px;
}

.im_ img {
  margin-top: 15px;
  width: 100%;

}

.f_head {

  margin: 20px 0;


}

.hd_img {
  display: flex;
}

.imgh>img {
  margin-top: -20px;
  margin-right: -15px;
}

#date-paragraph {
  color: red;
  font-weight: bold;
}

.last_imges img {
  width: 100%;
}

.pros2 {
  display: none;
}

.imgh img {
  height: 350px;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {

  #date-paragraph {
    margin-left: 25px;
    display: block;
    justify-content: center;
  }

  .u_date {
    display: flex;
    flex-direction: column;
    justify-content: justify;
  }

  .pros1 {
    display: none;
  }

  .pros2 {
    display: block;
  }

  .hd_img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .imgh img {
    /* width:200px; */
    margin-top: 2px;
  }

  .table .table1 {
    display: none;
  }

  .table .table2 {
    display: block;
    width: 100%;
    object-fit: cover;

  }

  .last img {
    display: none;
  }

  .last2 img {
    display: block;
    width: 100%;
  }

  .fixed-button-wrapper {
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 95px !important;
    /* Fixed height for the gray background */
    background-color: gray;

  }

  .fixed-button {
    margin: 15px 20px !important;
    animation: zoominout 2s infinite;
    padding: 3px 5px !important;
    min-height: 50px;
    min-width: 90px;
    background-color: #51bd50;
    border-radius: 6px 6px 6px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 900;

  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .topbar {
    width: 100%;
  }

  .topbar_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .main_page_content {
    width: 90%;
  }

  .headingc {
    display: block;
    width: 100%;
    margin: 30px 0;
    font-size: 30px;
    color: #4267b2;
    padding: 10px 15px;
    background-color: #f0f5ff;
    font-weight: 600;
  }

  .footer_container {
    background-color: #424242;
    color: #808080;
    width: 90%;
    margin: 20px auto 70px auto !important;
    margin: auto;
    padding: 50px 20px;
  }

  .textt {
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    font-size: 15px;
  }

  .footer .ft_lines {
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
  }

  .points {
    position: relative;
  }

  .both_points {
    margin: 40px 0;
    position: relative;
  }

  .both_points .point1 {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .point1 h1 {
    width: 50px;
    height: 50px;
    background-color: #4267b2;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .both_points .point2 {
    background-color: #f5f5f5;
    padding: 50px 0px 20px 10px;
    height: auto;
  }

  .t {
    color: #4267b2;
  }

  .dot {
    cursor: pointer;
    width: 80px;
    height: 5px;
    margin: 0 5px;
    background-color: #e7e7e7;
    border-radius: 10px;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .col .col_header1 {
    font-size: 22px;
    color: #4261b2;
    text-align: center;
    padding: 20px;
  }

  .col .col_header2 {
    font-size: 17px;
    text-align: center;
    font-style: italic;
    padding: 0 30px;
  }

  .seconed h3 {
    color: #4261b2;
  }

  .seconedf h3 {
    color: #4261b2;
  }

  .carousel-slide {
    position: absolute;
    width: 100%;
    height: 40%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    margin-top: 40px;
  }

  .carousel_bottom p:first-child {
    margin-top: -240px;
    font-weight: bold;
    font-size: 13px;
  }

  .carousel_bottom p:last-child {
    font-size: 13px;
  }


  .car_date_under_text {
    width: 100%;
    margin: 19px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .promo_button button {
    font-size: 25px;
  }

  .human_kill_image img {
    width: 100%;
    margin: 0 auto;
  }

  .sold h1 {
    font-size: 25px;
    text-align: center;
  }

  .headingc {
    font-size: 25px;
    text-align: center;
  }

  .headingc p {
    text-align: center;
  }

  .told_chat .chat_image {
    width: 100%;
  }

  .chat_image img {
    width: 100%;
    /*height: 750px;*/
    margin-left: 0px;
  }

  .secf .seconed h3 {
    font-size: 16px;
    text-align: center;
  }

  .secf .seconed h4 {
    font-size: 16px;
    text-align: center;
  }

  .secf .seconedf h3 {
    font-size: 16px;
    text-align: center;
  }

  .secf .seconedf h4 {
    font-size: 16px;
    text-align: center;
    padding: 0px 0px;
  }

  .features_container .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f5ff;
  }


}

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

.footer_button .promo_button {
  width: 60%;
  margin: auto;
}

/* All images */
.all_images {
  max-height: 600px;
}






.button-container {
  /* height: 150vh; */
  /* Increased height to create distance */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.btn_ {
  padding: 20px;
  min-height: 50px;
  min-width: 50px;
  background-color: #51bd50;
  border-radius: 6px 6px 6px 6px;
  font-size: 31px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
  cursor: pointer;

  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

.fixed-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 5%;

  width: 90%;
  height: 80px;
  /* Fixed height for the gray background */
  background-color: gray;
  display: none;
  text-align: center;
  z-index: 1000;
}

.fixed-button {
  margin: 20px;
  animation: zoominout 2s infinite;
  padding: 10px 10px;
  min-height: 50px;
  min-width: 100px;
  background-color: #51bd50;
  border-radius: 6px 6px 6px 6px;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  /* width: 35%; */
  text-align: center;

  cursor: pointer;
}

.fixed-button-wrapper.active {
  display: block;
}

@keyframes zoominout {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.subheadline {
  font-size: 1em;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}