.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.dropdown-toggle::after {
  display: none !important;
}

.home_image_about {
  width: 40%;
}

.desktop_video_btn {
  display: block !important;
}

.mobile_video_btn {
  display: none !important;
}

.mb0 {
  margin-bottom: 0;
}

.containt-between {
  justify-content: space-between;
}

.skipbton_form {
  margin-left: 10px;
  color: #0d6efd;
  font-weight: bold;
}

.skipbton_form:hover {
  color: gray;
}

.renewal-checkbox {
  display: flex;
  align-items: center;
  font-size: 15px !important;
}

.renewal-checkbox-input {
  width: 17px;
  height: 17px;
}
.renewal-checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #9ca3af; /* unchecked border */
  border-radius: 4px;
  background-color: white; /* unchecked bg */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Checked State */
.renewal-checkbox-input:checked {
  background-color: #ff671f !important; /* checked bg */
  border-color: #ff671f !important;
}

/* Checkmark */
.renewal-checkbox-input:checked::after {
    content: "✔";
    color: white;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 3px;

}

/* Hover */
.renewal-checkbox-input:hover {
  border-color: #ff671f;
}


@media (max-width: 768px) {
  .desktop_video_btn {
    display: none !important;
  }

  .mobile_video_btn {
    display: block !important;
  }

  .desktop-iframe {
    /* zoom: 0.5 */
    width: 1099px;
    /* width: 100%; */
    height: auto;
    zoom: 0.32;
    margin: auto;
  }

  /* .templatethumb-card {
    display: block;
    /* position: relative;
    /* width: 100%;
    height: 490px; 
  } */

  .mobile-iframe {
    zoom: 1
  }
}

.social_checkbox input {
  border: 1px solid gray !important;
}