@font-face{
  font-family:"Avenir-LT-W01_35-Light1475496";
  src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face{
  font-family:"Brandon-Grot-W01-Light";
  src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
  src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg#47f089a6-c8ce-46fa-b98f-03b8c0619d8a") format("svg");
}



body {  
  font-size: 16px;
  font-family:"Brandon-Grot-W01-Light";
  font-weight: normal;  
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width:1200px){
  .container {
    max-width: 1010px;
  }
}


/* Header */
/*header {
  padding: 10px 0;
}
header .header_box {
  padding: 5px 0 5px 0;  
}
header .header_info .head_phone {
   margin-right: 35px;
}
header .header_info .head_phone a {
  font-size: 20px;
  color: #000;
  line-height: 160%;
}
header .header_info .head_social span ~ span  {
  margin-left: 10px;
}
*/
/* Middle Sec */
.section {
  background: #f5f5f5;
  padding: 40px 0;
}
.form-section {  
  padding: 0;  
}
.RequireFieldNote {
  text-align: right;
  font-size: 14px;
  color: red;
  margin: 0px 0 8px;
  position: relative;
  font-family:"Avenir-LT-W01_35-Light1475496";
}
.required {
  color: red;
}
.form-section h2 {
  font-family: "Avenir-LT-W01_35-Light1475496";
  font-size: 30px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0px 0 15px 0;
}
.form-section .form-block {
   margin-bottom: 20px;
   padding: 30px;
   background-color: #fff;
   box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.form-section .form-block:last-child {
   margin-bottom: 0px;
}
.form-section .form-block.form-iframe {        
    /*max-width: 475px;
    padding: 8px;
    margin: 0 auto 20px;*/
}
.form-section .form-iframe .form-welcome {
    padding: 10px 0 0px 0;
}
.form-section .form-iframe .form-welcome p {
    font-size: 20px;
    line-height: 160%;
}
.form-section .form-iframe .form-welcome p strong {
	/*font-family: "Avenir-LT-W01_35-Light1475496";
	text-decoration: underline;
  display:block;*/
  font-weight: normal;  
}


.radio-group {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  display:flex;
  flex-wrap: wrap;
} 
.radio-group .md-radio_div {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 5px 15px;
}
.radio-group .md-radio-box {      
   min-height: 250px;
   position: relative;
}
.radio-group .md-radio-box input {
   width: 100%;
   height: 100%;
   position: absolute;
   top:0px;
   left: 0px;
   opacity: 0;
   z-index: 1;
   cursor: pointer;
}

.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp {
  background-color: #afeeee;
  border-color: #afeeee; 
}



.radio-group .info_dscp {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;   
   padding: 25px 10px;
   text-align: center;  
   border: 1px solid #ddd;    
}
.radio-group .info_dscp .info_title {
   font-family: "Avenir-LT-W01_35-Light1475496";
   font-size: 20px;   
   text-transform: uppercase;
   margin-bottom: 15px;
   line-height: 110%;
} 
.radio-group .info_dscp p {
   margin:0px;
   line-height: 120%;
   font-size: 18px;
   color: #999;
} 
.radio-group .info_dscp p small {
  font-size: 75%;
  line-height: 14px;
}
.radio-group .info_dscp p small span {
  font-size: 80%;
}
.radio-group .info_dscp .kyd_price {
  font-family: "Avenir-LT-W01_35-Light1475496";
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.radio-group .info_dscp p ~ p {
  margin-top: 10px;
}
.radio-group .info_dscp p.small_text {
  margin-top: 8px;
  display:none;
}
.radio-group .md-radio_div:nth-child(3n) .small_text {
  display: block;
}
.cust_border {
  border: 2px solid #ddd;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.cust_border span {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
}

.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp .info_title,
.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp .kyd_price,
.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp p {
  color: #0e3c3c;
}
.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp .cust_border {
  border-color: #fff;
}



/* Your Information */
.payment_form  .form-control {
   border-radius:0px;   
   box-shadow: none;
}
.payment_form .label-title {
  font-family: "Avenir-LT-W01_35-Light1475496";
  display: block;
  margin-bottom: 2px;
}
.cardlist_img {
  margin: 0px 0 0 0;
  padding: 0px;
}
.cardlist_img li {
  display: inline-block;
  list-style: none;  
  padding-right:5px;
  padding-top: 10px;
}
.cardlist_img li label {
  margin: 0px;
}
.cardlist_img li label img {
  border: 1px solid #ccc;
  margin-top: -8px;
  width: 47px;
  height: auto;
  max-width: 100%;
}
.paynow_note {
  font-family: "Avenir-LT-W01_35-Light1475496";
  font-weight: bold;
}

.highlite_note p { 
  line-height: 135%;
  margin: 0px;
  font-size: 14px;
}
.highlite_note p ~ p {
  margin-top: 1rem;
}
.highlite_note .link_eml {
  color: #15c;
}
.highlite_note .elize_link {
  /*color: #ff2600*/
}
.payment_form .form-check {
  padding-left: 1.7rem;
}
.payment_form .form-check a {
  color: #15c;
}
.payment_form .form-check .form-check-label input {
  opacity: 0;
}
.payment_form .form-check .form-check-label span:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  left: 0;
  top: 4px;
}
.payment_form .form-check .form-check-label span:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #37a7a7;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.payment_form .form-check .form-check-label [type="checkbox"]:checked + span:after {
  opacity: 1;
}


.payment_form .form-pay_btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom:0px;
}
.payment_form .form-pay_btn .paybtn {
   border: 2px solid #51ACAC;
   background-color: #51ACAC;
   padding:10px 25px;
   color: #fff;
   font-weight: bold;   
}
.payment_form .form-pay_btn .paybtn:hover {
  background-color: #37a7a7;
  color: #fff;
}
.payment_form .pay-amt {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0 0px 25px;
  font-size: 16px;
}
.payment_form .pay-amt span {
  display: block;
  color: #929194;
}
.payment_form .pay-amt .value {
  font-weight: 600;
  color: #000;
}
footer {  
  text-align: center;  
}
footer .copy_right {   
   padding:25px 0;
}


.terms-modal .close{
  position:absolute;right:0px;top:0px;z-index:1;width:30px;height:30px;opacity:1;text-shadow:none;background-color:#72c1c1;color:#fff;  
}
.terms-modal .modal-content {
  border-radius: 0px;
  border: 0px;
}
.terms-modal .modal-body {
  padding: 30px;
}
.terms-modal h3 {
  font-size: 20px;
  font-family: "Avenir-LT-W01_35-Light1475496";
  font-weight: bold;
}
.terms-modal h4 {
  padding-top: 5px;
  font-size: 18px;
  font-family: "Avenir-LT-W01_35-Light1475496";
}
.terms-modal p {
  font-size: 18px;
  line-height: 1.25em;
}
.terms-modal ul li {
  font-size: 18px;
  line-height: 1.25em;
}
.paybtn{margin-left:0}
@media (min-width: 576px) {
  .modal-dialog { max-width: 1030px;}
}
@media(max-width:1024px){
  .radio-group .md-radio-box{min-height: 270px;}
}
@media (max-width:991px){
  .radio-group .md-radio-box {min-height:250px;}
  .radio-group {margin-left:-5px;margin-right:-5px;}
  .radio-group .md-radio_div {padding-left:5px;padding-right:5px;}
  .radio-group .info_dscp {padding:15px 10px;}
  .radio-group .info_dscp .info_title {font-size: 16px;}
  .radio-group .info_dscp p {font-size: 15px;}
  .radio-group .info_dscp .kyd_price {font-size: 16px;}
}
@media (max-width:767px){  
  .form-section .form-block {padding: 20px 20px 10px;}  
  .form-section h2 {font-size: 24px;margin-bottom:10px;line-height: 100%;}
  .radio-group {padding-bottom: 0px;}
  .radio-group .md-radio_div {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .radio-group .md-radio-box {min-height:210px;} 
  .form-section .form-block.form-buttons {padding-bottom:15px;}
  .terms-modal p {font-size: 16px;}
  .terms-modal ul li {font-size:16px;}
  .form-section .form-iframe .form-welcome {padding-top:15px;}
  .form-section .form-iframe .form-welcome p {font-size:18px;line-height:150%;}
}
@media (max-width:567px){  
  header .header_box {display:block !important;text-align:center;}
  header .header_box .header-left {display:block !important;}
  header .header_box .header-right {display:block !important;}
  header .header_box .header_info {-ms-flex-pack: center!important;justify-content: center!important;}  
  .terms-modal .modal-body {padding: 30px 20px;}
}
@media (max-width:479px){ 
  .form-section .form-block {padding: 15px 15px 5px;}  
  .radio-group .md-radio_div {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
  .radio-group .md-radio-box {min-height:200px;} 
  .payment_form .pay-amt {margin-left:10px;}
  .payment_form .form-pay_btn .paybtn {padding-left:15px;padding-right:15px;}
}


/*29-4-2020*/
.form-fields .form-block .form-pay_btn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
.form-fields .form-block .pay-amt{
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0 0px 25px;
    font-size: 16px;
}
.form-fields .form-block .pay-amt span{
    display: block;
    color: #929194;
}
.form-fields .form-block .pay-amt span.value{
    font-weight: 600;
    color: #000;
}
.form-fields .form-group .label-title{
    font-family: "Avenir-LT-W01_35-Light1475496";
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
}
.form-fields .form-group .form-control{
    border-radius: 0px;
    box-shadow: none;
}
.form-fields .form-group.s-year{
  margin-top: 24px;
}

.form-fields .form-group.form-pay_btn .paybtn{
      border: 2px solid #51ACAC;
    background-color: #51ACAC;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}
.form-fields .form-group .form-check{
    padding-left: 1.7rem;
    position: relative;
    display: block;
}
.form-fields .form-group .form-check .form-check-label{
  margin-bottom: 0;
}
.form-fields .form-group .form-check a{
  color: #15c;
}
.form-fields .form-group .form-check .form-check-label input{
  opacity: 0;
}
.form-fields .form-group .form-check .form-check-input{
      position: absolute;
    margin-top: .3rem;
}
.form-fields .form-group .form-check .form-check-label span{
  padding-left: 10px;
  font-weight: normal;
}
.form-fields .form-group .form-check .form-check-label span:before{
      position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #c5c5c5;
    left: 0;
    top: 4px;
}
.form-fields .form-group .form-check .form-check-label span:after{
  position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #37a7a7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.form-fields .form-group .form-check .form-check-label [type="checkbox"]:checked + span:after {
  opacity: 1;
}

.form-fields .highlite_note p{
      line-height: 135%;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0;
}
.form-fields .highlite_note p ~ p{
  margin-top: 1rem;
}
.radio-group .info_dscp .freetrail{
  background-color: #fff;
  padding:10px;
  text-transform: uppercase;
  margin:10px 0;
  box-shadow:2px 0px 5px rgba(0,0,0,0.30);
  border:2px solid #51ACAC;
}
.radio-group .info_dscp .freetrail p{font-size: 14px;color:#0e3c3c;font-weight: 600;}
.radio-group .md-radio-box input[type="radio"]:checked+.info_dscp .freetrail p{color:#0e3c3c;}
.launch-modal p{font-size:20px;font-weight: 700;color:#fff;}
.modal.in.launch-modal .modal-dialog{-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);transform: translate(0,-50%);top:50%;}
.launch-modal .modal-content{background-color: #72c1c1;}
.launch-modal .close{background-color:#0e3c3c;color:#72c1c1;}
.launch-modal .modal-dialog{max-width:650px;margin:0 auto;}
.launch-modal .modal-logo {margin: 0 auto -70px;text-align: center;position: relative;top: -70px;background:#fff;max-width:200px;padding: 10px;}