.cloud4c-new-page .popup_new3 {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.cloud4c-new-page .popup_new3 .modal-content {
  background-color: #0025c9;
}

.cloud4c-new-page .popup_new3 .modal-content a.colr {
  background-color: #fe9a00;
  color: #ffffff !important;
  border: 1px solid #fe9a00;
  width: 165px;
  height: 50px;
  font-weight: 700;
  position: relative;
  justify-content: flex-start !important;
  letter-spacing: 1.1px;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content a.colr {
    width: 140px !important;
    height: 40px !important;
    font-size: 14px !important;
  }
}

.cloud4c-new-page .popup_new3 .modal-content a.colr:after {
  content: '';
  background-image: url('/sites/default/files/inline-images/send.webp');
  background-size: 33px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -1px;
  display: grid;
  align-items: center;
  right: -5px;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content a.colr:after {
    width: 40px !important;
    height: 40px !important;
    font-size: 12px !important;
  }
}

.cloud4c-new-page .popup_new3 .modal-content a.colr:hover {
  text-decoration: none !important;
}

.cloud4c-new-page .popup_new3 .modal-content .left-con {
  display: flex;
}

.cloud4c-new-page .popup_new3 .modal-content .left-con .left-img {
  border-radius: 0.3rem 0px 0px 0.3rem;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content .left-con .left-img {
    display: none;
  }
}

.cloud4c-new-page .popup_new3 .modal-content .left-con .mobile-left-img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content .left-con .mobile-left-img {
    display: block;
    border-radius: 0.3rem 0.3rem 0px 0px;
    width: 100%;
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content .right-con {
    padding: 20px !important;
  }
}

.cloud4c-new-page .popup_new3 .modal-content .zero-cost {
  max-width: 90%;
  margin: 0px auto;
  font-size: 36px !important;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content .zero-cost {
    max-width: 100%;
    font-size: 24px !important;
  }
}

.cloud4c-new-page .popup_new3 .modal-content .mktoGutter {
  display: none;
}

.cloud4c-new-page .popup_new3 .modal-content p.orginal {
  font-size: 20px !important;
  font-weight: 100;
  padding-bottom: 40px !important;
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .cloud4c-new-page .popup_new3 .modal-content p.orginal {
    font-size: 16px !important;
    padding-bottom: 20px !important;
  }
}

.cloud4c-new-page .popup_new3 .aws-blue {
  margin: 0px;
}

.cloud4c-new-page .popup_new3 .aws-blue div[class^="col-md"] {
  padding: 0px;
}