
/* =================== Model Popup =================== */

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
     width: 68%;  
    position: relative;
    margin: 10% auto;
    padding: 30px 24px 0px 24px;
    border-radius: 10px;
    background: #fff;
    /*background: #339999;
    background: #82b440;
    background: #ef1d26;*/
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #00d9ff;
}
.modalDialog.model-popup-box {
    background: #000000a3;
}
.modalDialog.model-popup-box div form .billing-details h3
{
      color: #ef1d26
}

.default-btn {
        border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #000000;
    border: 2px solid #353533;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.form-group label {
    font-size: 14px;
}
/* =================== Model Popup Close =================== */


@media only screen and (min-width:260px) and (max-width: 720px) {
.modalDialog > div {
    width: 100% !important;
    position: relative;
    margin: 10% auto;
    padding: 14px 24px 0px 24px !important;
    border-radius: 10px;
    background: #fff;
}
.modalDialog.model-popup-box div form .billing-details h3 {
    color: #ef1d26;
    font-size: 16px;
}
.modalDialog { 
    overflow: scroll;
     margin-bottom: 100px;
}
.col-lg-4.col-md-12 br {
    display: none;
    
}










}/*//@media*/