.out-comebacker-content {
  height: 460px;
  background: #3c72b5;
  background: -moz-linear-gradient(
    -45deg,
    rgba(60, 114, 181, 1) 0%,
    rgba(123, 159, 204, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(60, 114, 181, 1)),
    color-stop(100%, rgba(123, 159, 204, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(60, 114, 181, 1) 0%,
    rgba(123, 159, 204, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(60, 114, 181, 1) 0%,
    rgba(123, 159, 204, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(60, 114, 181, 1) 0%,
    rgba(123, 159, 204, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(60, 114, 181, 1) 0%,
    rgba(123, 159, 204, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5',endColorstr='#7b9fcc',GradientType=1);
  font-family: Roboto !important;
  position: relative;
  border: 5px solid #ddd;
}
.out-comebacker-content-close p {
  font-family: sans-serif;
  color: #fff;
  float: right;
  cursor: pointer;
  margin: 3px 10px 0 0 !important;
  font-size: 30px;
  line-height: 20px;
}
p.out-comebacker-content-mainp {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-top: 25px;
  display: block;
  color: #fff;
  text-align: center;
  margin: 5px 0 0;
}
.out-comebacker-content-main-text-img {
  display: block;
  width: 98%;
  padding: 0 2%;
  margin-top: 15px;
  padding-right: 0;
  margin-right: 0;
}
.out-comebacker-content-main-img {
  float: left;
  display: block;
  width: 34%;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 0;
}
.out-comebacker-content-main-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  margin-right: 0;
  float: left;
  margin-bottom: -15px;
}
.out-comebacker-content-main-text {
  display: block;
  width: 62%;
  float: right;
  margin-left: 2%;
  margin-top: 15px;
}
.out-comebacker-content-main-text p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding-bottom: 5px;
}
.out-comebacker-content-main-text-img:after {
  content: "";
  display: block;
  clear: both;
}
.out-comebacker-content-btn {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: table;
  margin: 10px auto;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px !important;
  margin-top: 25px;
}
.out-comebacker-content-btn:hover {
  background: #fff;
  color: #b0493b;
}
@media screen and (max-width: 845px) {
  .out-comebacker-content {
    width: 100%;
    height: auto !important;
  }
  .my-com-date {
    line-height: 27px;
  }
  .out-comebacker-content-btn {
    max-width: 78%;
    font-size: 16px;
  }
  .out-comebacker-content-main-text p {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
  }
  .out-comebacker-content-main-img {
    display: none;
  }
  p.out-comebacker-content-mainp {
    font-size: 20px;
  }
  .out-comebacker-content-main-text {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.ps-popup-default {
  padding: 0 !important;
}
.out-comebacker-content-btn:focus:hover {
  color: #b0493b !important;
}
.my-com-date {
  color: #5b5f65;
  text-shadow: 0 0 0 #000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px;
}
.out-comebacker-content-btn:hover {
  text-decoration: none !important;
  transition: 0.3s !important;
}
.out-comebacker-content-btn:focus {
  text-decoration: none;
  color: #fff;
}
.out-comebacker-content-btn:active {
  border: 1px solid #fff;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
button:active,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
