.modal-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.modal-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.modal {
  display: flex;
  position: relative;
  width: 90%;
  max-width: 90%;
  max-height: 441px;
  z-index: 9999;
  overflow: unset;
}

.modal-close-btn {
  position: absolute;
  background-color: transparent;
  line-height: 0;
  padding: 13px;
  border: none;
  border-radius: 99px;
  color: #c6c6c6;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1000;
}

.modal-content {
  width: 100%;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

.toyota-promo-modal {
  max-width: 800px;
}

.toyota-promo-modal-content {
  padding: 0px;
}

.sub_title.fs-5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}

.red_alert {
  background: #ff0000;
  padding: 45px 20px 20px 20px;
  border-radius: 20px;
  margin-top: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.toyota-promo-modal-content .red_alert p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.red_alert img {
  position: absolute;
  top: 50px;
}

.toyota-promo-modal-content h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}

.toyota-promo-modal-content p {
  font-size: 16px;
}

.toyota-promo-modal-content p span {
  color: #F37021;
}

.mobile_block {
  display: none;
}





@media only screen and (max-width:1024px) and (min-width:1013px) {}

@media only screen and (max-width:1014px) and (min-width:668px) {}

@media only screen and (max-width:667px) and (min-width:480px) {
  .modal {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 90%;
    max-height:80%;
  }

  .dasktop_block {
    display: none;
  }

  .mobile_block {
    display: block;
  }

  .toyota-promo-modal-content .about_sec {
    padding: 10px;
  }

  .toyota-promo-modal-content .row {
    margin: 0;
  }

  .toyota-promo-modal-content .col-md-6 {
    padding: 0;
  }

  .toyota-promo-modal-content .col-md-6.about_sec {
    padding: 20px 20px 0px 20px;
    text-align: center;
  }

  .red_alert {
    background: #ff0000;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .red_alert img {
    position: absolute;
    top: 60px;
    left: 40%;
  }




}

@media only screen and (max-width:479px) and (min-width:320px) {
  .modal {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 90%;
    max-height:80%;
  }

  .dasktop_block {
    display: none;
  }

  .mobile_block {
    display: block;
  }

  .toyota-promo-modal-content .about_sec {
    padding: 10px;
  }

  .toyota-promo-modal-content .row {
    margin: 0;
  }

  .toyota-promo-modal-content .col-md-6 {
    padding: 0;
  }

  .toyota-promo-modal-content .col-md-6.about_sec {
    padding: 20px 20px 0px 20px;
    text-align: center;
  }

  .red_alert {
    background: #ff0000;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .red_alert img {
    position: absolute;
    top: 60px;
    left: 40%;
  }





}