@keyframes show {
  from {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  to {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@keyframes hide {
  from {
    opacity: 1;
    visibility: visible;
    display: flex;
  }

  to {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.booking-section {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/mightycall2021/img/icons/loader.gif)
    no-repeat;
  background-position: 50% 50%;
  background-color: #193A96;
  width: 100%;
  height: 100vh;
  padding: 50px 0 100px;
  display: none;
  flex-direction: column;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.booking-section iframe {
  width: 100%;
  height: 100%;
}
.container-for-iframe {
  width: 100%;
  height: 100vh;
}
.ticket-request,
.ticket {
  /* display: flex; */
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  overflow: hidden;
  justify-content: center;
  align-items: center;
	background: rgba(33, 44, 77, 0.90);
	backdrop-filter: blur(70px);
  padding-top: 50px;
  padding-bottom: 100px;
}
.booking {
  display: flex;
  /* display: none; */
  /* position: absolute; */
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: #193A96;
  padding-top: 50px;
  padding-bottom: 100px;
}
.opened-ticket {
  display: flex;
  overflow: scroll;
}
.ticket-bg {
  margin: 0px auto;
  height: 100%;
}
.ticket-form {
	width : 1060px;
  margin: 0px auto;
	position : relative;
}
.close-request,
.close-ticket {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  color: #CDFB3E;
  border: none;
  outline: none;
  margin: 0 auto;
  background-color: transparent;
  display: flex;
}

.close-request.close-btn
{
	position : absolute;
	right    : 0;
	top      : 15px;
}
.ticket-h3 {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #DAFD6E;
	padding-top : 0;
  margin: 0;
  padding-bottom: 32px;
}
.ticket-h3.partners-request,
.ticket-h3.enterprise-request {
	color: #FFF;
	text-align: center;
	font-family: Kanit;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ticket-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.ticket-request-form
{
	width : 660px;
	margin : 0 auto;
}

.b-form-input .iti
{
	width         : 100%;
	margin-bottom : 10px;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code
{
	color       : rgba(255, 255, 255, 1);
	font-family : 'Open Sans';
	font-size   : 20px;
	font-weight : 400;
}

.iti__arrow
{
	border-top-color: rgba(76, 117, 230, 1) !important;
}

.iti__arrow--up
{
	border-bottom-color :rgba(76, 117, 230, 1) !important;
}

.iti--separate-dial-code .iti__selected-flag
{
	background : transparent !important;
}

.ticket-request-form input.wpcf7-validates-as-required
{
	background-image: url("/wp-content/themes/mightycall2021/img/form-required-ic.svg") !important;
	-webkit-background-size : 16px;
	background-size         : 16px;
	background-repeat : no-repeat;
	background-position: 98% 50%;
}
.ticket-request-form input, .ticket-request-form textarea
{
	padding : 0 18px;
	border: 1px solid #435B6D;
	background: #112336;
	width : 100%;
	height : 60px;
	line-height : 58px;
	color: rgba(255, 255, 255, 1);
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 400;
	transition: all 0.3s;
	margin-bottom : 10px;
	outline: none !important;
	position : relative;
}

.ticket-request-form textarea
{
	min-height : 100px !important;
	line-height : 24px !important;
	font-size: 18px !important;
	padding : 15px 18px !important;
}

.ticket-request-form input:hover, .ticket-request-form textarea:hover
{
	border: 2px solid #4C75E6;
	line-height : 56px;
}

.b-form-input input::-webkit-input-placeholder, .b-form-input textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.ticket-request-form input:focus, .ticket-request-form textarea:focus
{
	border: 2px solid #4C75E6;
	background-color: #314B93;
	line-height : 56px;
}

.b-form-input p
{
	display : inline !important;
	margin-bottom : 0 !important;
}

.wpcf7-not-valid-tip
{
	font-family   : 'Open Sans';
	color         : #E64C83;
	text-align    : right;
	font-size     : 18px;
	line-height   : 30px;
	margin-top    : -14px;
	margin-bottom : 15px;
}

.wpcf7 form .wpcf7-response-output
{
	font-family : 'Open Sans';
	border      : none;
	color       : #FFF;
	text-align  : center;
	font-size   : 14px;
	opacity     : 0.6;
	margin-top  : -30px !important;
}

.wpcf7-form.invalid .b-form-input input[aria-invalid="true"] {
	border: 1px solid #E64C83;
	line-height : 58px;
	background-image: url("/wp-content/themes/mightycall2021/img/form-required-ic-error.svg") !important;
	-webkit-background-size : 16px;
	background-size         : 16px;
	background-repeat : no-repeat;
	background-position: 98% 50%;
}



.wpcf7-form.invalid .b-form-input input[aria-invalid="false"] {
	border: 1px solid rgba(141, 187, 0, 0.70);
	line-height : 58px;
	background-image: url("/wp-content/themes/mightycall2021/img/form-required-ic-true.svg") !important;
	-webkit-background-size : 16px;
	background-size         : 16px;
	background-repeat : no-repeat;
	background-position: 98% 50%;
}

.b-form-input input:focus::-webkit-input-placeholder, .b-form-input textarea:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.b-form-input__radio-flex
{
	display : flex;
	justify-content :space-between;
}

.b-form-input__radio-item
{

	cursor   : pointer;
	position : relative;
	z-index  : 5;
}

.b-form-input__radio-item-title
{
	color       : #FFF;
	font-family : 'Open Sans';
	font-size   : 14px;
	margin-bottom : 15px;

}

.b-form-input__radio-item-title-small
{
	vertical-align : bottom;
	font-size: 12px;
	position : relative;
	top : -2px;
	display : none;
}

.b-form-input__radio
{
	margin-bottom : 45px;
}

.b-form-input__radio-wrap:after
{
	content : '';
	display : block;
	border-radius: 40px;
	border: 1px solid #435B6D;
	background: #112336;
	height: 40px;
	width : 100%;
	margin-top : -32px;
}

.b-form-input__radio-item:first-child
{
	padding-left : 20px;
}

.b-form-input__radio-item:last-child
{
	text-align: right;
	padding-right : 20px;
}

.b-form-input__radio-item:after
{
	content       : '';
	display       : inline-block;
	width         : 14px;
	height        : 14px;
	border        : 1px solid #435B6D;
	background    : transparent;
	border-radius : 50%;
}

.b-form-input__radio-wrap
{
	position : relative;
	overflow : hidden;
}

.b-form-input__radio-line
{
	height: 24px;
	border-radius: 40px;
	background: linear-gradient(270deg, rgba(141, 187, 0, 0.20) 0%, rgba(29, 50, 49, 0.00) 100%);
	position : absolute;
	top      : 30.5px;
}

.b-form-input__radio-item.active .b-form-input__radio-item-title
{
	transform: scale(1.5);
}

.b-form-input__radio-item.active
{
	z-index : 3;
}

.b-form-input__radio-item.active .b-form-input__radio-item-title-small
{
	font-size : 8px;
	display: inline-block;
}

.b-form-input__radio-item.active:after
{
	border-color: #CDFB3E;
	background: #CDFB3E;
}

.b-form-input__radio-item:before
{
	content : '';
	height: 24px;
	border-radius: 40px;
	background: linear-gradient(270deg, rgba(141, 187, 0, 0.20) 0%, rgba(29, 50, 49, 0.00) 100%);
	position : absolute;
	top      : 30.5px;
	right: 1000px;
	width: 800px;
	transition: all 0.5s;
}

.b-form-input__radio-item.active:before
{
	right : -6px;
}

.b-form-input__radio-item:first-child.active:before
{
	right : 6px;
	width: 50px;
}

.b-form-input__radio-item:nth-child(2).active:before
{
	right : 20px;
	width : 200px;
}

.b-form-input__radio-item:nth-child(3).active:before
{
	right : 22px;
	width : 400px;
}

.b-form-input__radio-item:nth-child(4).active:before
{
	right : 13px;
	width : 600px;
}

.b-form-input-title
{
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #E2E9ED;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 20px;
	margin-bottom : 25px;
	margin-top : 30px;
}

.submit-form
{
	font-family: 'Kanit';
	display: inline-block;
	width: 296px;
	height: 60px;
	line-height : 60px;
	border-radius: 10px;
	background: #3F66D1;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	outline: none !important;
	border: 0 !important;
	transition: all 0.3s;
}

.submit-form:hover
{
	color            : #040D17;
	background-color : #CDFB3E;
}

.submit-form:active
{
	color            : #CDFB3E;
	background-color : #435B6D;
}

.b-form-btn
{
	text-align : center;
	padding-bottom : 40px;
}

.ticket-request-form-thanks-title
{
	color: #FFF;
	text-align: center;
	font-family: 'Kanit';
	font-size: 44px;
	font-style: normal;
	margin-bottom : 20px;
}

.ticket-request-form-thanks-subtitle
{
	color: #fff;
	text-align: center;
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-family: 'Open Sans';
	font-size: 24px;
	margin-bottom : 140px;
}

.ticket-request-form-thanks
{
	text-align : center;
}

.ticket-request-form-thanks img
{
	display : inline-block;
	width   : 178px;
}

.ticket-request.sent .ticket-h3, .ticket-request.sent .ticket-request-form
{
	display : none;
}

.ticket-request-form-thanks
{
	display : none;
}

.ticket-request.sent .ticket-request-form-thanks
{
	display : block;
}



#partners-request-form,
#plan-request-form {
  color: transparent;
}
#plan-request-form p.ticket-text-form {
  flex-basis: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding-top: 14px;
  margin-bottom: 35px;
}
.ticket-text-demo {
  margin-bottom: -60px;
}
#my_form {
  color: transparent;
}
#my_form p {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
#my_form p.success {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-align: center;
}
.names-ticket {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  height: fit-content;
}
.input-name,
.input-email,
.input-partner-number,
.input-pertner-website {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.ticket-textarea {
  /* margin-top: 20px; */
  height: 144px;
  width: 100%;
}
.ticket-input {
  height: 64px;
}
#request-message.ticket-textarea {
  height: 144px;
}
.ticket-input,
.ticket-textarea {
  width: 100%;
  background: #2d52b9;
  border-radius: 16px;
  border: 2px solid #2d52b9;
  padding: 14px 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #fff;
  outline: none;
}
.ticket-input:active,
.ticket-input:focus,
.ticket-textarea:active,
.ticket-textarea:focus {
  border: 2px solid #e3fd94;
}
.ticket-input.notvalid,
.ticket-textarea.notvalid {
  border: 2px solid #f63d7e;
}
.ticket-input::placeholder,
.ticket-textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: var(--blue-light);
}
.noreset .input-reset {
  display: none;
}
.input-reset {
  position: absolute;
  right: 23px;
  top: 23px;
  display: flex;
  z-index: 8;
  cursor: pointer;
}
.ticket-textarea::-webkit-resizer {
  display: none;
}
.file-upload {
  text-align: center;
}
.file-upload-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
#file-name {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  box-sizing: border-box;
  color: #CDFB3E;
  margin-top: 24px;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
}
#file-name.show {
  display: flex;
}
#anattach {
  width: 20px;
  height: 20px;

  cursor: pointer;
  display: flex;
  margin-left: 16px;
}
.input-file {
  display: none;
}
.form-block .error,
.form-block.error #file-name.show .form-block.error .true {
  display: none;
}
.form-block.error .error {
  display: block;
}
.file-form {
  position: relative;
  display: flex;
  margin: 0px auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  padding-top: 7px;
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
#my_form .file-upload-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.file-upload label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.ticket-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 52px;
  border: none;
  background: linear-gradient(180deg, #ef8dff 0%, #f63d7e 100%);
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 20px 20px -10px rgba(22, 75, 225, 0.6);
  border-radius: 16px;
  color: #fff;
  margin-top: 48px;
}
.ticket-submit:disabled {
  opacity: 0.3;
}
#filesize p,
.errorbox p {
  display: none;
  background: #f63d7e;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  padding: 5px 24px;
  border-radius: 16px;
}
.inputbox-content {
  position: relative;
  flex-basis: 49%;
  margin: 0;
}
.inputbox-content-name {
  flex-basis: 38%;
}
.inputbox-content-number,
.inputbox-content-email {
  flex-basis: 28%;
}
.inputbox-content-field {
  flex-basis: 23%;
}
#message-dd {
  position: relative;
  flex-basis: 100%;
  margin: 0;
}
#plan-request-form .inputfield {
  margin-bottom: 32px;
}
.partner-name-input,
.partner-email-input,
.partner-number-input,
.partner-website-input {
  flex-basis: 49%;
}
.inputbox-content input.notvalid ~ .errorbox p.infiled,
.inputbox-content input.notvalid ~ .inputline,
.inputbox-content textarea.notvalid ~ .inputline {
  display: none;
}
.inputbox-content input.notvalid.email ~ .errorbox p.typemail,
.inputbox-content input.notvalid ~ .errorbox p,
.inputbox-content textarea.notvalid ~ .errorbox p {
  display: flex;
}
.inputbox-content input.notvalid,
.inputbox-content textarea.notvalid {
  border-bottom: 2px solid #f63d7e;
}
.form-block.error #filesize p {
  display: block;
}
.calend-block {
  width: 1200px;
  height: 700px;
  margin: auto;
}
.calend-block .calendly {
  height: 700px;
}

@media (max-width: 1499px) {
	.ticket-h3.partners-request, .ticket-h3.enterprise-request
	{
		font-size : 30px;
	}

	.wpcf7-not-valid-tip
	{
		font-size : 13px;
		line-height : 20px;
		margin-top : -10px;
		margin-bottom : 12px;
	}

	.ticket-request-form
	{
		width : 465px;
	}

	.ticket-request-form input, .ticket-request-form textarea
	{
		height : 44px;
		font-size : 16px;
		line-height : 42px;
		padding-left : 12px;
		padding-right : 12px;
	}

	.ticket-request-form input:hover, .ticket-request-form textarea:hover
	{
		line-height : 40px;
	}

	.ticket-request-form input:focus, .ticket-request-form textarea:focus
	{
		line-height : 40px;
	}

	.ticket-request-form textarea
	{
		font-size : 16px !important;
		line-height : 20px !important;
		padding: 14px 12px !important;
	}

	.b-form-input-title
	{
		font-size : 18px;
	}

	.submit-form
	{
		font-size : 18px;
		height : 50px;
		line-height : 50px;
		width : 220px;
	}


}

@media (max-width: 1280px) {
  .calend-block {
    width: 100%;
  }
  .ticket-form {
    max-width: 80rem;
  }
  .close-ticket {
    padding-bottom: 0;
  }
  .ticket-input,
  .ticket-textarea {
    font-size: 16px;
  }
  .ticket-textarea {
    height: 100px;
  }
  .ticket-input {
    height: 54px;
  }
  #plan-request-form.ticket-input,
  #plan-request-form.ticket-textarea {
    padding: 12px 14px;
  }
  .ticket-input::placeholder,
  .ticket-textarea::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .ticket-h3.enterprise-request,
  .ticket-h3.partners-request,
  .ticket-h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .ticket-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .file-upload {
    width: 36px;
    height: 36px;
  }
  #my_form p {
    font-size: 18px;
  }
  #plan-request-form p.ticket-text-form {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0px;
    margin-bottom: 18px;
  }
  #my_form .file-upload-text {
    font-size: 16px;
    line-height: 25px;
  }
  .calend-block {
    height: 100%;
  }
  .calend-block .calendly {
    height: 1060px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .ticket-form {
    max-width: 55rem;
  }
  .ticket-h3.partners-request {
    font-size: 50px;
    line-height: 64px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .ticket-h3.enterprise-request {
    font-size: 50px;
    line-height: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inputbox-content-name,
  .inputbox-content-number,
  .inputbox-content-email,
  .inputbox-content-field {
    flex-basis: 100%;
  }
  #plan-request-form .inputfield {
    margin-bottom: 20px;
  }
  .inputbox-content {
    flex-basis: 100%;
  }
  .input-name,
  .input-email,
  .input-partner-number,
  .input-pertner-website {
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .ticket-form {
    max-width: 40rem;
    padding-left: 32px;
    padding-right: 32px;
  }

	.ticket-request-form-thanks img
	{
		width : 150px;
	}

	.ticket-request-form-thanks-title
	{
		font-size : 28px;
		line-height : 34px;
	}

	.ticket-request-form-thanks-subtitle
	{
		font-size : 18px;
		margin-bottom : 70px;
	}

	.ticket-request-form
	{
		width : 100%;
	}

	.ticket-h3.enterprise-request
	{
		font-size : 36px;
		line-height : 40px;
	}

  .ticket-h3 {
    font-size: 50px;
    line-height: 64px;
    padding-top: 20px;
  }
  .ticket-text {
    font-size: 20px;
    line-height: 24px;
  }
  .input-name {
    margin-bottom: 16px;
  }
  .ticket-textarea {
    height: 88px;
  }
  .ticket-input {
    height: 40px;
  }
  .input-name,
  .input-email,
  .input-partner-number,
  .input-pertner-website {
    flex-basis: 100%;
  }
  .ticket-input,
  .ticket-textarea {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .ticket-input::placeholder,
  .ticket-textarea::placeholder,
  .file-upload-text {
    font-size: 14px;
    line-height: 24px;
  }
  .ticket-submit {
    width: 99px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 48px;
  }
  #request-message.ticket-textarea {
    height: 88px;
    margin: 0;
  }
  #my_form p {
    font-size: 16px;
  }
  #my_form .file-upload-text {
    font-size: 14px;
    line-height: 24px;
  }
  .calend-block {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  .calend-block .calendly {
    height: 1060px;
    width: 100%;
    margin: 0 auto;
  }
  .file-upload {
    width: 30px;
    height: 30px;
  }
  .input-reset {
    right: 14px;
    top: 13px;
    width: 15px;
    height: 15px;
  }
  .input-reset {
    right: 14px;
    top: 13px;
    width: 15px;
    height: 15px;
  }
  #message-dd .input-reset {
    right: 14px;
    top: 25px;
  }
}

@media (max-width: 360px) {
  .calend-block .calendly {
    width: 100%;
  }
}

