/* ============= global form container csss - start free trial  & header banner ===============*/
#global-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(56 59 64 / 53%);
    backdrop-filter: blur(5px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 15px;
    width: 383px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
	
    top: 18px;
}

.popup-box.success-mode {
    height: 160px;
}

.popup-close {
   position: absolute;
    top: -12px;
    right: -23px;
    background: #687882;
    /* border: 1px solid #fff; */
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    border-radius: 50%;
    width: 21px;
    height: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}
.popup-form {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.popup-form.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    pointer-events: auto;
}
.popup-logo {
	width: 168px;
    height: 46px;
    margin-bottom: 3px;
    margin-top: -5px;
	margin-left: 102px;
}
.privacy-text {
	font-size: 12px;
    margin-top: 15px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.freetrialsubhead {
	text-align: center;
}

/* ==============================
   GLOBAL POPUP SUCCESS MODE
   Applies to any form inside #global-popup
================================= */

/* Default popup box styling when success-mode is active */
.popup-box.success-mode {
    max-height: 350px;
/*     height: 343px; */
	height: 217px;
    width: 150px;
    transition: all 0.3s ease;
}
.custom-selection-counter {
    margin-left: -5px;
}
.customhead {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 550 !important;
    text-align: center;
}
@media (max-width:768px ) {
	.popup-box {
		    width: 297px !important;
	}

	/* Global Fluent Form submit button style */
.ffs_custom_wrap 
.ff_submit_btn_wrapper 
.ff-btn-submit:not(.ff_btn_no_style) {
    width: 254px !important;
    border-radius: 10px !important;
}

	
}


/*============= Success Popup ==================================*/

#fluentform_4_success,#fluentform_6_success {
    width: 394px !important;
    left: -110px !important;
    top: -185px !important;
}
@media (max-width:768px ) {
#fluentform_6_success {
    width: 369px !important;
	left: -36px !important;
}
}
/* ==============Global form default style css ==========================================
=======================================================================================*/
/* Multi-select input style */
.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
    font-size: 13.2px;
    padding: 10px 0;
}

/* ===== GLOBAL FLUENT FORM DESIGN ===== */
/* Apply styled card layout to all forms EXCEPT direct forms */
form.frm-fluent-form:not(.form-direct) {
    max-width: 400px;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0px 1px 15px 4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}


.fluentform h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; 
}

.fluentform .ff-el-form-control {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.fluentform .ff-el-group {
  margin-bottom: 20px;
}

.fluentform .ff-default .ff-el-form-control {
  max-width: 100% !important;
}

.fluentform .ff_submit_btn_wrapper {
  text-align: center;
}

form.frm-fluent-form:not(.form-direct) .ff-btn-submit {
/* .fluentform_wrapper:not(.form-direct) .ff-btn-submit { */
  background: linear-gradient(90deg, #d62d45, #4154ff);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
	margin-bottom: -31px;
}

form.frm-fluent-form:not(.form-direct) .ff-btn-submit:hover{
  background: linear-gradient(90deg, #c8263f, #3e4fe4);
}

.fluentform_wrapper .ff-form-description {
  font-size: 13px;
  color: #555;
  text-align: center;
  margin-top: 15px;
}
#fluentform_3,#fluentform_5  {
    max-width: 480px !important;
}
.fluent_form_3 {
	 border-style: solid;
    border-width: 0.7px 0.7px 0.7px 0.7px;
    border-color: #BDB4FE;
    border-radius: 32px 32px 32px 32px !important; 
    box-shadow: 0px 5px 11px -3px #BDB4FE !important;
}
@media(max-width:768px) {
 .fluent_form_5 .iti--allow-dropdown input.iti__tel-input, .fluentform .iti--allow-dropdown input.iti__tel-input[type=tel], .fluentform .iti--allow-dropdown input.iti__tel-input[type=text] {
    margin-left: -8px !important;
    margin-bottom: 14px !important;
}
}@media (max-width: 768px) {
  .fluent_form_5 textarea.ff-el-form-control {
      margin-left: -6px;
  }
}


/* ================================ Talk to an expert popup =========================
-============================================================================*/

.fluent_form_5 textarea[name="description"] {
    height: 60px !important;
    min-height: 80px !important;
    max-height: 100px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.2;
}
.fluent_form_5 .ff-el-input--content {
    margin-bottom: -26px;
    margin-right: -4px;
}
@media (max-width: 768px) {
.fluent_form_5 .ff-el-input--content #ff_5_2_dropdown {
    margin-top: -16px;
    margin-left: -6px;
}
	 }
.fluentform_wrapper_5.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
    width: 102% !important;
   max-width: 120%;
	border-radius: 3px;
}
.fluentform_wrapper_5 .choices__list--dropdown .choices__item {
    text-align: left !important;
    justify-content: flex-start !important;
	
}
.fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_5.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_5.ffs_custom_wrap .choices[data-type*='select-multiple'] {
    background-color: #fff !important;
	    border-radius: 3px !important;
	border-width:0px !important ;
	 }
	 
	 .fluent_form_5 .ff-el-form-control {
	font-size: 14px !important;
	 }
@media (min-width: 640px) {
    .frm-fluent-form .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
	
}
.frm-fluent-form .choices__list--dropdown .choices__item {
    font-size: 14px;
    padding: 10px;
    position: relative;
}
.fluentform_wrapper_5 .choices__list--dropdown .choices__item {
    padding-top: 8px !important;
}
/* Mobile override */
@media screen and (max-width: 768px) {
    .fluentform_wrapper_5.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
        width: 290px;
    }
.fluentform_wrapper_5 .choices__list--dropdown .choices__item {
    padding-top: 3px !important;
}	
}
.fluent_form_5 .iti__country-list {
		 max-width:222px !important;
	 }
@media (max-width: 768px) {
    .ff_submit_btn_wrapper {
        height: auto !important;
    }
	.fluent_form_5 .iti__country-list {
		 max-width:290px !important;
	 }
}
	.fluentform_wrapper_5 .choices__inner {
    text-align: left !important;
}

.fluentform_wrapper_5 .choices__input--cloned {
    text-align: left !important;
    justify-content: flex-start !important;
}

#popup-box5.success-mode5 {
    max-height: 350px;
    height: 343px;
    width: 337px;
    transition: all 0.3s ease;
}


        /* Popup styles */
        #custom-popup5 {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
			background: rgb(56 59 64 / 53%);
            backdrop-filter: blur(5px);
            z-index: 9999;
            justify-content: center;
            align-items: center;
			
        }
		
        #popup-box5 {
            background:#F5F5F5;
            padding: 20px 20px 30px;
/*             border-radius: 15px; */
/*             width: 400px; */
			    width: 480px;
            max-width: 90%;
/* 			height: 465px; */
			min-height:280px;
			height:auto;
            text-align: center;
/*             box-shadow: 0 5px 20px rgba(0,0,0,0.2); */
            position: relative;
			top:25px !important;	
    border-radius: 15px !important;
    border-width: 0px;
    box-shadow: 0px 1px 15px 4px rgba(0, 0, 0, 0.2);
         }
/*         #popup-close5 {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 18px;
            cursor: pointer;
			
        } */





	 #popup-close5 {
	  position: absolute;
    top: -12px;
    right: -23px;
    background: #687882;
		border:1px solid #c9c9c9;
    color: #c9c9c9;
    border-radius: 50%;
    width: 22px;
    height: 20px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight:500;
    cursor: pointer;
	 }
	 #popup-close5:hover {
		   background: #000;
		border:1px solid #c9c9c9;
    color: #fff;
	 }
		#popup-box5 .ff-el-form {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}
.ff-default .ff-el-form-control {
    max-width: 100% !important;
}






#custom-popup5 {
  display: none;
  will-change: opacity;
  transform: translateZ(0);
}

#custom-popup5.active {
  display: flex;
}

#popup-box5 {
  transform: translateY(10px) translateZ(0);
  opacity: 0;
  min-height: 300px;
  transition: transform .25s ease, opacity .25s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#custom-popup5.active #popup-box5 {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}






	
 @media (max-width: 768px) {
#popup-box5 #fluentform_5_success {
       width: 299px !important;
        top: -32px !important;
        max-width: 301px !important;
        height: 316px !important;
	margin-left: -60px !important;
    }
 #popup-box5 {
     top: -7px !important;
	 padding: 20px 13px 30px;
	 min-height: 295px;
	 max-width:80% !important;
	 }
	 .fluent_form_5 {
    max-width: 297px !important;
    padding-right:15px !important;
  }
	 .fluentform_wrapper_5.ffs_custom_wrap .ff_submit_btn_wrapper .ff-btn-submit:not(.ff_btn_no_style) {
		 width: 100% !important;
	 }
	 .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content input {
    margin-left: -8px;
}

	 }
	 @media (max-width: 768px) {
 .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content input, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content .ff-el-form-control.ff_stripe_card_element, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content textarea, .fluentform_wrapper_5.ffs_custom_wrap .ff-el-input--content select, .fluentform_wrapper_5.ffs_custom_wrap .choices__list--single, .fluentform_wrapper_5.ffs_custom_wrap .choices[data-type*='select-multiple']  {
      border-width: 0.1px !important;
	 box-shadow: 0 0 0px 0 !important;
  }
}
@media (max-width: 768px) {
#popup-box5.success-mode5 {
        width: 312px !important;
	max-height: 360px !important;
    height: 357px !important;
   }
 
#fluentform_5 .ff-el-input--content .iti--allow-dropdown{
    margin-bottom: 14px !important;
	}
}
#fluentform_5_success #popup-box5 {
			height:160px;	
			}	
	 .freetrialsubhead {
		 font-weight:400;
	 }
.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
        font-size: 14px !important;
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
/*     margin-left: -109px !important; */
}
.fluentform_wrapper_5.ffs_custom_wrap .ff-custom_html {
   margin-top: -25px !important;
    margin-bottom: 7px !important;
	font-weight: 550 !important;
    font-size: 16px !important;
    line-height: 1.4;
}

.frm-fluent-form .choices__list--dropdown .choices__list {
    max-height: 150px !important;
}

.popup-banner-align {
  padding-left: 400px;
}
/* ==================== Talk to an expert popup ends =============================*/


/* ====================== Header banner ends ============================*/
/* ================================ Header Book free demo popup =================================================*/

/* 		#custom-popup3 {
  display: none;
  will-change: opacity;
  transform: translateZ(0);
}

#popup-box3 {
  transform: translateY(10px) translateZ(0);
  opacity: 0;
  min-height: 320px;
  transition: transform .25s ease, opacity .25s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#custom-popup3[style*="display: flex"] #popup-box3,
#custom-popup3:visible #popup-box3 {
  transform: translateY(0) translateZ(0);
  opacity: 1;
} */

#fluentform_3_success {
   
    top: -70px !important;
    left: -11px !important;
}
#popup-box3.success-mode3 {
    left: 371px !important;
    top: 135px !important;
}