body {
    background-color: #eee;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    background:#0a293e;
}
nav a{
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
    font-size: 2rem;
}
.container {
    display: block;
    max-width: 960px;
    margin: 2em auto 2em;
    padding: 2em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.main-bg {
    background-image: url(../img/main-bg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position:fixed;
}

.myh_banner {
    background-image: url(../img/banner-sendcard-v2.png);
    background-size: cover;
    height: 300px;
    width: 100%;
    position:relative;
}

.myh_banner_v2 {
    background-image: url(../img/banner-sendcard-v2.png);
    background-size: cover;
    height: 300px;
    width: 100%;
    position:relative;
}

.myh_banner .header-title {
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left:50px;
}

#sender_name_wrap, #sender_email_wrap, #message_wrap, #recipient_wrap, #form-item,#recipient_email_wrap {
    padding-bottom:16px
    
}

.btn-info-myhub {
  background-color:#17a2b8!important;
  border-color:#17a2b8!important;
  color:#ffffff!important;
}

.btn-info-myhub:hover {
    background-color:#138496!important;
    border-color:#17a2b8!important;
}

.btn-grey-myhub {
  background-color:#f1f1f1!important;
  border-color:#f1f1f1!important;
  color:#6B6B6B!important;
}

.btn-grey-myhub:hover {
    background-color:#dfdfdf!important;
    border-color:#dfdfdf!important;
}
#btn_cancel{
    width: 90px;
    margin-left: .4rem;
}
#btn_preview{
    width: 115px;
    margin-left: .4rem;
}
#recipient_wrap span.form-control {
    padding:0;
    border:0;
}

.ecard-form ul, .thank-you ul { list-style: none; }
.ecard-form ul li, .thank-you ul li { display: inline; } 
.ecard-form ul li img { border-radius: 3px }
.ecard-form ul li img:hover { border: 2px solid #17a2b8;  transition: all .15s linear;border-radius:3px;cursor:pointer}
.ecard-form ul li img.select { border: 2px solid #17a2b8;}
.ecard-form .myh_container, .thank-you .myh_container {max-width:1170px; margin: 16px auto; }
#greetingCard_wrap,#sender_name_wrap,#sender_email_wrap {display:none;}
#message_wrap, textarea#Message {
    min-height:315px;
    margin-bottom:1rem;
}

.thank-you {
    height:100vh;
    display:flex;
}
.thank-you .box-container {
  width: 40%;
  height:50%;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center; 
  border-radius:5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.return-home-link{
    display: inline-block;
    margin-top: 13px;
    font-size: 0.85rem;
    color: #bfbfbf;
}
.return-home-link:hover{
    color:#9a9a9a;
}
.btn {
    padding: .5rem .75rem!important;
}
div.error ul{
    list-style-type: none;
    padding: 0;
}
div.error ul li{
    color:red;
}
.error-container{
    color: red;
    margin: 0.5rem 0;
}
.header-title .img-fluid{
    min-width: 20%;
    max-width: 28%;
    height: auto;
}

footer {
  font-size: 12px;
  color: #1d2444;
  position: fixed; 
  bottom: 0;
}
.footer-content-div{
    padding-left: 1rem;
    display: flex;
    gap: 0 0.5rem;
    font-size: 0.85rem;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-content-div a{
    color: #fff;
}
@media only screen and (max-height: 700px){
    .header-title .img-fluid{
        min-width: 13%;
        max-width: 13%;
        height: auto;
    }
    .thank-you .box-container {
      width: 80%;
      height:85%;
      background: #fff;
      margin: auto;
      display: flex;
      align-items: center;
      text-align: center; 
      border-radius:5px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}
@media only screen and (max-height: 875px){
    .header-title .img-fluid{
        min-width: 20%;
        max-width: 20%;
        height: auto;
    }
    .thank-you .box-container {
      width: 60%;
      height:80%;
      background: #fff;
      margin: auto;
      display: flex;
      align-items: center;
      text-align: center; 
      border-radius:5px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}
@media only screen and (max-width: 700px){
    .header-title .img-fluid{
        min-width: 20%;
        max-width: 20%;
        height: auto;
    }
    .thank-you .box-container {
      width: 80%;
      height:50%;
      background: #fff;
      margin: auto;
      display: flex;
      align-items: center;
      text-align: center; 
      border-radius:5px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
}
/* preview section css */
.preview-container__title{
    font-weight: bold;
}
.preview-container__block{
    display: flex;
}
.preview-container__title--content{
    margin-left: 0.5rem;
}
#preview-container{
    display:none;
}
.active{
    opacity: 1!important;
    visibility: visible!important;
    transform: translateX(0)!important;
    transition: all 200ms ease-out!important;
}
.preview-coantainer__block--content .img-fluid{
    width:100%;
}