.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect.open .CaptionCont label {
  transform: rotate(180deg);
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
/*.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0;
}
*/
.SumoSelect > .CaptionCont {
  position: relative;
  margin: 0;
  font-family: "ProximaNovaRg";
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-color);
  border: 1px solid var(--white-color) !important;
  background-color: #fff;
  padding: 5px 12px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  height: 50px;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding: 6px 20px 6px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont > label > i {
  background-image: none;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgba(218, 218, 218, 0.85);
  border-right: 2px solid rgba(218, 218, 218, 0.85);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.make-a-booking-modal .input_wrap .SumoSelect.open > .CaptionCont > label > i {
  border-color: #ffaf7e;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 50px;
  display: block;
  height: auto; /*220px*/
}
.make-a-booking-modal .input_wrap .SumoSelect > .optWrapper {
  border-radius: 0;
  background-color: #f5f9ff;
  top: 29px;
}
.make-a-booking-modal .input_wrap.select:nth-child(odd) .optWrapper {
  width: calc(200% + 15px);
  left: calc(-100% + -14px);
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 0px 8px 20px !important;
  background-image: none !important;
  border-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.SumoSelect > .optWrapper > .options li.opt:first-child {
  color: #373737;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 28px;
  width: 100%;
  cursor: default;
  cursor: default !important;
  padding: 15px 0 9px 20px !important; /*28px 0 9px 20px !important*/
  cursor: default;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt:first-child label {
  color: #000;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  position: relative;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
/*.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #E4E4E4;
}
*/
.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  cursor: pointer;
  color: #717275;
  font-size: 14px;
  line-height: 1.2;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
  filter: alpha(opacity=50); /* Netscape */
  -moz-opacity: 0.5; /* Safari 1.x */
  -khtml-opacity: 0.5; /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect.sumo_LOCATION > .optWrapper.multiple > .options li.opt:first-child {
  order: -1;
}
.SumoSelect.sumo_LOCATION > .optWrapper.multiple > .options li.opt:last-child {
  order: -1;
  /* width: 100%; */
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  opacity: 0;
  position: relative;
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  background-size: 5px 5px;
  border-radius: 50%;
  background-color: #005450;
  width: 10px;
  height: 10px;
  margin: 0 0 0 2px;
  position: relative;
  top: -3px;
  display: block;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #005450;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span,
.SumoSelect .select-all > span {
  opacity: 1;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont[title="Concern"],
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title=" Time Preference"],
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont[title="Location"] {
  color: rgba(218, 218, 218, 0.85) !important;
  border-bottom: 1px solid rgba(218, 218, 218, 0.85) !important;
}
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont {
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid rgba(218, 218, 218, 0.85) !important;
  color: white;
  border-radius: 0 !important;
  outline: none;
  padding: 0 !important;
  height: 30px;
  cursor: pointer;
}
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span.placeholder,
.make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span {
  color: rgba(218, 218, 218, 0.85);
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 0 35px 0px 0px;
}
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Concern"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Concern"]
  span,
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title=" Time Preference"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title=" Time Preference"]
  span,
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Location"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Location"]
  span {
  color: rgba(218, 218, 218, 0.85);
}
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title="Concern"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title="Concern"]
  span,
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title=" Time Preference"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title=" Time Preference"]
  span,
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title="Location"]
  span.placeholder,
.make-a-booking-modal
  .input_wrap
  .SumoSelect.open
  > .CaptionCont[title="Location"]
  span {
  color: #ffaf7e;
}
.make-a-booking-modal .input_wrap.select:nth-child(even) .optWrapper {
  width: calc(200% + 15px);
}
.make-a-booking-modal .input_wrap.textarea {
  width: 100%;
  margin-bottom: 10px;
}
.make-a-booking-modal .textarea-label {
  height: 23px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.49px;
  line-height: 21px;
  margin-bottom: 7px;
  display: block;
}
.make-a-booking-modal .input_wrap.textarea span {
  width: 100%;
}
.make-a-booking-modal textarea {
  height: 109px;
  border: 1px solid #979797;
  width: 100%;
  resize: none;
  background-color: transparent;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 17px;
  padding: 12px 15px 13px;
}
.make-a-booking-modal .newsletter_n_mandatory_text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}
.make-a-booking-modal .mc4wp-checkbox,
.make-a-booking-modal .wpcf7-checkbox,
.make-a-booking-modal .wpcf7-acceptance {
  width: 47%;
}
.make-a-booking-modal .mc4wp-checkbox span.wpcf7-list-item,
.make-a-booking-modal .wpcf7-checkbox span.wpcf7-list-item,
.make-a-booking-modal .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
  display: inline;
}
.make-a-booking-modal .mc4wp-checkbox label,
.make-a-booking-modal .wpcf7-checkbox label,
.make-a-booking-modal .wpcf7-acceptance label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.make-a-booking-modal .mc4wp-checkbox input,
.make-a-booking-modal .wpcf7-checkbox input,
.make-a-booking-modal .wpcf7-acceptance input {
  margin-right: 6px;
  cursor: pointer;
  opacity: 0;
}
.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,
.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,
.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label {
  opacity: 0.72;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 21px; 
  position: relative;
  cursor: pointer;
}
.message_section .make-a-booking-modal .textarea-label,
.message_section .make-a-booking-modal input::placeholder,
.message_section .make-a-booking-modal input:not([type="checkbox"]),
.message_section .make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span.placeholder, .message_section .make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span,
.message_section .make-a-booking-modal .newsletter_n_mandatory_text .text,
.message_section .make-a-booking-modal .input_wrap,
.message_section .make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,
.message_section .make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,
.message_section .make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label{
  color: #373737;
  opacity: 1; 
}
.message_section .DepressionMainWrapper .make-a-booking-modal .textarea-label,
.message_section .DepressionMainWrapper .make-a-booking-modal input::placeholder,
.message_section .DepressionMainWrapper .make-a-booking-modal input:not([type="checkbox"]),
.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span.placeholder, 
.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap .SumoSelect > .CaptionCont span,
.message_section .DepressionMainWrapper .make-a-booking-modal .newsletter_n_mandatory_text .text,
.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap,
.message_section .DepressionMainWrapper .make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,
.message_section .DepressionMainWrapper .make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,
.message_section .DepressionMainWrapper .make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label{
  color: #fff;
  opacity: 1;
}
.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label::before,
.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label::before,
.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 2px;
  left: -20px;
  border-radius: 50%;
  background-color: #f5f9ff;
  pointer-events: none;
}
.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label::after,
.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label::after,
.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 7px;
  left: -15px;
  border-radius: 50%;
  background-color: #373737;
  opacity: 0;
  pointer-events: none;
}
.make-a-booking-modal .mc4wp-checkbox input:checked + span::after,
.make-a-booking-modal .wpcf7-checkbox input:checked + span::after,
.make-a-booking-modal .wpcf7-acceptance input:checked + span::after {
  opacity: 1;
}
.make-a-booking-modal .newsletter_n_mandatory_text .text {
  width: 49%;
  opacity: 0.72;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 21px;
}
.make-a-booking-modal button {
  width: 100%;
  height: 56px;
  background-color: #ffaf7e !important;
  color: #202d4c !important;
  font-family: bamberg_serial;
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  border: none;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: none;
  font-weight: normal;
}
.make-a-booking-modal button:hover {
  background-color: #202d4c !important;
  color: #ffaf7e !important;
}
.make-a-booking-modal div.wpcf7-response-output {
  border: none;
  color: #fff;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.2;
}
.make-a-booking-modal .title {
  color: rgba(255, 255, 255, 0.85);
  font-family: bamberg_serial;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.19px;
  line-height: 21px;
  margin-top: 51px;
  margin-bottom: 16px;
}
.make-a-booking-modal .tym_desc {
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 18px;
}
.make-a-booking-modal .thank_you_message {
  display: none;
}
