.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;
}
/*Sticky CSS**/
#block-views-fixed-contact-block-block {
  visibility: hidden;
  background-color: #0cb6e7;
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
#frmJoinTheClub-fixed {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 6px;
  padding-top: 6px;
  position: relative;
}
div#mail-status, div#mail-status-bottom, div#mail-status-fixed {
  display: block;
  color: #fff;
}
#frmJoinTheClub-fixed #webform-component-name {
  width: 22%;
  font-family: 'Poppins', sans-serif;
}
.info {
  font-size: .8em;
  color: #f34747;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-top: 8px;
}
#frmJoinTheClub-fixed .info {
  display: none;
}
#frmJoinTheClub-fixed .demoInputBox {
  height: 38px;
  border: #F0F0F0 1px solid;
  border-radius: 0px;
}
#frmJoinTheClub-fixed #webform-component-email {
  width: 25%;
  font-family: 'Poppins', sans-serif;
}
#frmJoinTheClub-fixed .demoInputBox {
  height: 38px;
  border: #F0F0F0 1px solid;
  border-radius: 0px;
}
#frmJoinTheClub-fixed #webform-component-flag {
  width: 8%;
  height: 38px;
  text-align: left;
  border: solid #fff 1px;
  font-family: 'Poppins', sans-serif;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 16px;
  bottom: 0;
}
#block-views-fixed-contact-block-block .intl-tel-input .flag-dropdown {
  top: -16px;
  height: 37px;
}
.intl-tel-input.pretty * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.intl-tel-input .flag-dropdown .selected-flag {
  z-index: 1;
  position: relative;
}
.intl-tel-input.pretty .flag-dropdown .selected-flag {
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input.pretty .flag-dropdown .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.intl-tel-input.pretty .flag-dropdown .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
}
.intl-tel-input.pretty .flag-dropdown .country-list {
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  width: 430px;
  max-height: 200px;
  overflow-y: scroll;
}
#block-views-fixed-contact-block-block #webform-component-flag .intl-tel-input.pretty .flag-dropdown .country-list {
  bottom: 45px;
  text-align: left;
}
.intl-tel-input.pretty .flag-dropdown .country-list .country {
  line-height: 11px;
  padding: 7px 10px;
}
#frmJoinTheClub-fixed #submit-button-fixed {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 7px 18px 6px;
  margin: 0px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#frmJoinTheClub-fixed #submit_button {
  width: 14%;
}

/*Sticky CSS**/

.stickyform{
	  background-color: #0cb6e7;
	    background-size: cover;
	      background-position: center;
	        position: fixed;
		  bottom: 0;
		    left: 0;
		      width: 100%;
		        text-align: center;
			  z-index: 99;
        /* visibility: hidden;
        opacity: 0; */
		  }
    .stickyform.fixstick{
        visibility: visible;
        opacity: 1;
    }
		  .stickyform input{
			    outline: none;
			      border-radius: 0;
			        background: transparent;
				  color: #fff;
				    border-radius: 0;
				      width: 100%;
				        height: 38px;
					  border: #F0F0F0 1px solid;
					    padding:0 10px;
				    }
				    .stickyform .formgrpup{
					      width: 25%;
					        margin-right: 5px;
					}
					.formwrapper{
						  padding:5px 90px;
						    display: flex;
					    }
					    .stickyform button.submitbtn{
						      border: none;
						        background: #fff;
							  color: #0cb6e7;
							    position: relative;
							      font-size: 18px;
							        text-decoration: none;
								  text-align: center;
								    text-transform: uppercase;
								      border-radius: 0;
								        padding: 7px 18px 6px;
									  width: 16%;
									    font-weight: 700;
								    }
								    .formgrpup.contact{
									      width: 6%;
								      }
								      .stickyform input::placeholder{
									        color:#fff;
									}
									.stickyform input::-moz-placeholder{
										  color:#fff;
									  }
									.stickyform input::-webkit-input-placeholder{
										    color:#fff;
									    }
