.wrapper-1{
  width:100%;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding: 30px;
  text-align:center;
}
h1{
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size:4em;
  font-weight: 900;
  letter-spacing:3px;
  color: #fafafa;
  margin:0;
  margin-top: 40px;
  margin-bottom:40px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
  line-height: 1.5;
}
.go-home{
  background: #e83890;
  border:none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}
.go-home:hover{
  opacity: 0.9;
}
.go-home a{
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.footer-like{
  margin-top: auto; 
  background: rgb(31,38,130);
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight: 600;
}

.footer-like p a:hover{
  color:#FFF;
 }

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
 
  .wrapper-1 {
    height: initial;
    max-width: 100%;
    margin: 0 auto;
    /* margin-top: 50px; */
}
  
  
}
.thankyoucontent {
    background: rgb(31,38,130);
}
.banner-content.all-white {
    text-align: center;
}
.price-ser {
    min-height: 813px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.newsletter-btn {
    margin-top: 20px;
}
.callnow-btn:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.price-ser-3 {
    min-height: 774px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser-3:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.price-ser-4 {
    min-height: 585px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser-4:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.price-ser-5 {
    min-height: 363px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser-5:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.price-ser-6 {
    min-height: 285px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser-6:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.price-ser-7 {
    min-height: 367px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    border: 1px dashed #f66e21;
}
.price-ser-7:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.sliding_form {
    position: fixed;
    left: auto;
    right: -48px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9999;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 51px;
}
#form_trigger {
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: -146px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 63px;
    transform: rotate( -90deg);
    transform-origin: 117px 11px 0;
    background: #f66e21;
}
input.mailpoet_text {
    border: none;
}
.mailpoet_paragraph.btn.btn-lg.newsletter-btn {
    padding: 12px 28px;
}
input.mailpoet_submit {
    color: #fff;
}