.modal-header{
  justify-content: flex-start;
}

.modal-header .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
} 

.modal-body ul{
  padding: 0 2rem;    
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.standard-popup .modal-content {
  border-radius: 0px;
  box-shadow: none !important;
  border: none;
  font-family: 'Poppins', sans-serif;
}
.modal.in .modal-dialog {
  margin-top: 100px !important;
  position: absolute;
  left: 0;
  right: 0;
}
.standard-popup .modal-header .close {
  margin-top: -11px;
  background: #0a97bd;
  padding: 0px 20px 11px;
  opacity: 1;
  font-size: 38px;
  color: #fff;
  text-shadow: none;
  outline: none;
  margin-right: -11px;
}

.standard-popup .modal-header {
  padding: 14px 0px 0px 15px;
  border-bottom: none;
  min-height: 50px;
  background: #0cb7e6;
  border-radius: 0;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.term-condition-panel ul li {
  color: #014d72;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.term-condition-panel ul li:before {
  content: "• ";
  color: #9baebc;
  font-size: 12px;
  top: -1px;
  position: absolute;
  left: 0;
}
.stylish-checkbox .checkbox label{
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-top: 5px;
  color: #014d72;
}
.standard-popup button {
    display: block;
    padding: 10px 30px;
    border: none;
    background: #ffd350;
    color: #fff;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.col-sm-3{
  max-width: 100%;   
}
.standard-popup .button-wrapper{
  margin-left: 25px;
  margin-left: 25px;
  display: flex;
}
.button-wrapper input{
  margin-top: 10px;
}
.modal-dialog{
  max-width: 600px;
}
.button:disabled, button[disabled] {
  border: 1px solid #dadada;
  background-color: #dadada;
  color: #666666;
  cursor: not-allowed;
}
.emipopup button{
  display:inline-block;
}

.mode-of-payment .modal-header {
  display: block;
}
.mode-of-payment .modal-header p {
  color: white;
  font-size: 12px !important;
  font-weight: 600;
}
.mode-of-payment .auto-debit-row.paybuttons.paybuttonshd.i-enach {
  display: none;
}
#termsandconditions .modal-footer form {
  width: 100%;
  display: flex;
}

#termsandconditions .modal-footer form .col-sm-2 {
  margin-right: 26px;
}
.unnewStyle{
  height: max-content !important;
}
.untogglebtn{
  white-space: normal !important;
}