@font-face {
  font-family: Sky-Medium;
  src: url(../fonts/Sky_Med.ttf), url(../fonts/Sky_Med.woff);
}
@font-face {
  font-family: Sky-Bold;
  src: url(../fonts/Sky_Bold.ttf), url(../fonts/Sky_Bold.woff);
}
@font-face {
  font-family: Sky-Regular;
  src: url(../fonts/Sky_Reg.ttf), url(../fonts/Sky_Reg.woff);
}

.get-modal-dialog{
      width: 464px;
      margin: 30px auto;
  }
  .get-offers-body{
     text-align: center;
     background-color: #ED5E13;
     padding: 50px 40px 73px 40px;
  }
  .get-offers-body p{
     font-size: 26px;
     line-height: 30px;
  font-family: Sky-Regular;

  }
  .get-modal-header{
     border-bottom: 0px;
  }
  .get-btn{
     background-color: #f19e18;
     border: none;
     padding: 5px 23px;
     float: right;
     font-size: 18px;
       font-family: Sky-Regular;
       font-weight: bold;

  }
  .get-btn a:focus{
    display: none;
  }
  .closeModal{
    margin-top: -59px;
    margin-right: -60px;
    opacity: 3.5;
  }
  .closeModal:focus{
     
    /* display: none;*/
  }
  .closeModal img{
    padding: 13px 14px;
    border-bottom: 1px solid #eee;
    background-color: #f19e18;
    border-radius: 50%;
    border:none;
  
  }
  .get-modal-content{
     box-shadow:0px 3px 38px rgba(0,0,0,0.5);
  }
  .get-offers-body{
     text-align: left;
  }
  .refer-morePara{
     margin-bottom: 40px;
  }
  .get-offers-body a{
     color: #000000;
  }

/*  send-invitation css starts here*/   
.send-invitation{
   width: 410px;
}
.send-invitation .get-offers-body{
   padding: 38px 40px 73px 40px;
}
.invite-dropdown select{
    background-color:#f8c94f;
    border:1px solid #f19e18;
    font-size: 17px;
}
.invitation-label{
   font-size: 28px;
}
.send-invitation textarea{
    background-color:#f8c94f;
    border:4px solid #f19e18; 
    width: 100%;
}
.send-invitation .closeModal{
    margin-top: -62px;
}
.sendLink-modal textarea{
    background-color:#f8c94f;
    border:3px solid #f19e18; 
    margin-top: 17px;
    margin-bottom: 10px;
    width: 100%;
        text-align: center;
            padding-top: 20px;
}
.sendLink-modal{
    padding: 28px 40px 73px 40px;
}
.sendLink-modal .closeModal{
    background: transparent;
    border: 0 none;
    position: absolute;
    right: 38px;
    top: 38px;
}
#myModal{
    top:70px;
}
/*  send-invitation css ends here*/
  @media screen and (max-width: 480px){
    .get-modal-dialog{
      width: 300px !important;
    }
    .get-offers-body p {
      font-size: 14px;
    }
    .send-invitation{
       width: 300px !important;
    }
    .invitation-label{
      font-size: 16px !important;
    }
  }