@media (min-width:992px) and (max-width:1920px) {
.wrapper{ width:100%; max-width:990px; margin:0 auto; background:#FFF}
.innerWrap{ width:100%; max-width:90%; margin:0 auto;}

}

@media (min-width:768px) and (max-width:991px) {
.wrapper{ width:100%; max-width:750px; margin:0 auto; background:#FFF}
.innerWrap{ width:100%; max-width:90%; margin:0 auto;}

.boxRow{ width:210px;}

.logo{ height:70px;}
.saveimg{ width:190px;}
.rgreymd{ height:18px}
.topTitleSec h2{ font-size:18px;}
.textCol p{ font-size:14px;}
}

@media (min-width:481px) and (max-width:767px) {
.wrapper{ width:100%; max-width:96%; margin:0 auto; background:#FFF}
.innerWrap{ width:100%; max-width:90%; margin:0 auto;}

 

.logo{ height:60px;}
.saveimg{ width:190px;}
.rgreymd{ height:18px}
.topTitleSec h2{ font-size:18px;}
.textCol p{ font-size:14px;}

.boxSec {
  width: 100%;
  position: relative;
  justify-content: space-between;
  display: block;
}
.boxRow{ margin:0 auto 25px;}
.modal-dialog {  max-width: 450px !important;  margin: 1.75rem auto;}

}

@media (min-width:290px) and (max-width:480px) {
.wrapper{ width:100%; max-width:375px; margin:0 auto; background:#FFF}
.innerWrap{ width:100%; max-width:316px; margin:0 auto;}
.topTitleSec h2{ color:#575757; font-size:15px; font-weight:600; text-align:center; margin:5px 0 15px; padding:0;}

.boxSec {
  width: 100%;
  position: relative;
  justify-content: space-between;
  display: block;
}
.boxRow{ margin:0 auto 25px;}

.logo{ height:50px; margin:20px 0 10px 0;}
.saveimg{ width:155px;}
.rgreymd{ height:16px}
.foottext p{ font-size:9px; line-height:11px; }
.formRow label{  font-size:12px; }

.formRow textarea, .formRow select{ font-size:12px;}
.siginuphead h3{  font-size:18px; margin:0; padding:0; color:#DA281C}

.formRow p {
  font-size: 15px;
}

.formRow p small{
  font-size: 11px;
}
}

@media (min-width: 576px){ 
.modal-dialog {  max-width: 450px;  margin: 1.75rem auto;}
}

@media (min-width:290px) and (max-width:575px) {
.modal-dialog {  max-width:320px;  margin: 1.75rem auto;}

.modal-body p{ font-size:11px; line-height:12px;}
.modal-body h3{ font-size:13px; line-height:12px;}
.modal-body ul li{font-size:11px;  line-height:12px; }

}

 