@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*   font-family: "Jost", sans-serif; */
/* Reset CSS */






:root {
	--body-fonts : "Jost", sans-serif;
	--head-fonts : "Montserrat", sans-serif;
	--theme-color1 : #F04332;
	--gradientcolor1: #DF7CE9;
	--gradientcolor2: #F9C7FF;
	--wrapper: 1360px;
	--button-color : #16447F;
	--button-hover-color : #EE6823;
	--primary-color: #2563eb;
	--secondary-color: #4f46e5;
	--text-color: #1e293b;
	--bg-color: #f8fafc;
	--border-color: #DDDDDD;
	--font80 : 36px;
	--font50 : 28px;
	--font42 : 32px;
	--font40 : 40px;
	--font36 : 26px;
	--font32 : 22px;
	--font30 : 22px;
	--font29 : 29px;
	--font26 : 20px;
	--font24 : 18px;
	--font22 : 20px;
	--font20 : 18px;
	--font18 : 18px;
	--font16 : 16px;
}


::focus,:focus-visible { outline: none; }

html { margin:0 ; padding:0 ; }
body {font-family: var(--body-fonts);margin:0;padding:0;color: #222222;line-height: 1.6;box-sizing: border-box;font-size: var(--font20);}
img { max-width: 100%; height: auto; object-fit:cover; }
a {text-decoration: none;box-sizing: border-box;display:  inline-block;font-family: var(--body-fonts);color: #EE6823;}
textarea, select, body, section, figure, div, span, button, input {box-sizing: border-box;}
select, input, textarea, form { max-width: 100%; width: 100%; }
input[type="checkbox"], input[type="radio"] { max-width: 20px; height: 20px; }
.placeholder-shown {color: #a4a4a4; }
textarea, select, body, section, figure, div, span, button, input { appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; 
	-o-appearance: none; }
select, input, input[type="submit"], textarea {height: 70px;border: 1px solid #DDDDDD;font-size: 20px !important;padding: 20px!important;color: #fff;font-family: var(--body-fonts);background: #0A4D65;line-height: 30px !important;} 
.site-main { min-height: 50vh; }
.content p a:not(.button) {color: #EE6823;text-decoration: underline;transition: all 0.3s;}
.content p a:not(.button):hover {color: #212121;}
body select {background: url('../images/down-chevron.png') no-repeat right 20px center;background-size: 13px;padding-right: 40px;text-transform: capitalize;}
table li {list-style: none;position: relative;padding-left: 20px;}
table li:before {  content: '.'; position: absolute;left: 0;color: #EE6823;font-size: 37px;line-height: 1;}
section{position:relative;}
strong {font-weight: 700;}
p {margin: 0; margin-bottom: 20px;}
p:last-of-type {margin: 0;}
b {
    font-weight: 700;
}
.pricing-container li {
    position: relative;
    padding-left: 19px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.pricing-container li:last-child {
    margin-bottom: 0;
}
.pricing-container li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background-color: #EE6823;
    border-radius: 50%;
}
@media only screen and (max-width: 991px) { 
.pricing-container li:before {top: 9px;}
}

.pricing-container ul {
    list-style: none;
    padding-left: 0;
}
.wrapper { max-width: var(--wrapper); width: 100%; padding:0 30px; margin: 0 auto; 	z-index:1; }
.dflex {display: flex;flex-wrap: wrap;box-sizing: border-box;/* border-bottom: 1px solid; */}
.dflex.nowrap {flex-wrap: nowrap;}
.vcenter { align-items: center; }
.textCenter { text-align:center; }
.spacebetween { justify-content: space-between; }
.ptb0 .wrapper { padding-bottom:0 !important; padding-top:0 !important; }
.pb0 .wrapper { padding-bottom:0 !important; }
.pt0 .wrapper { padding-top:0 !important; }
.mb0{margin-bottom:0 !important;}

.fw800 { font-weight: 800; } 
.fw700 { font-weight: 700; }
.fw600 { font-weight: 600; }
.fw500 { font-weight: 500; }
.fw400 { font-weight: 400; }


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--head-fonts);margin: 0 0 18px;color: #052B4E;}


.font80 {font-size: var(--font80);line-height: 1.228;}
.font50 { font-size: var(--font50); line-height: 1.1666; }
.font42 { font-size: var(--font42); line-height: 1.23; }
.font40 { font-size: var(--font40); line-height: 1.1666; }
.font36 { font-size: var(--font36); line-height: 1.33; }
.font30 { font-size: var(--font30); line-height: 1.33; }
.font26 {font-size: var(--font26);line-height: 1.46;}
.font24 { font-size: var(--font24); line-height: 1.66; }
.h1, h1, .font32 {font-size: var(--font32);line-height: 1.3125;}
.h2, h2, .font29 { font-size: var(--font29); line-height: 1.4545; }
.h3, h3, .font22 { font-size: var(--font22); line-height: 1.4545; }
.h4, h4, .font20 { font-size: var(--font20); line-height: 1.6; }
.h5, h5, .font18 { font-size: var(--font18); line-height: 1.66; }
.h6, h6, .font16 { font-size: var(--font16); line-height: 1.4545; }



.button { background: var(--button-color); transition: 0.5s ease; }
.button:hover { background: var(--button-hover-color); }
.button.secondary:hover { background: var(--button-color); }
.button.secondary { background: var(--button-hover-color); }

/*-- flexible Blocks padding--*/


.cPadding .wrapper {position: relative;padding: 50px 30px;}


/* borderTop and bottom */
section.borderTop .wrapper:before, section.borderBottom .wrapper:after  {content: "";position: absolute;left: 0;right: 0;overflow: hidden;margin: auto;max-width: 1620px;margin: 0 30px;}
section.borderBottom .wrapper:after {bottom: 0;border-bottom: 1px solid #dddddd;}
section.borderTop .wrapper:before {top: 0;border-top: 1px solid #CFCFCF;}


@media only screen and (max-width: 430px) { 
.cPadding .wrapper {position: relative;padding: 60px 15px;}
.wrapper { padding:0 15px;  }
}
@media only screen and (min-width: 768px) { 

	:root {

		--font80 : 44px;
		--font50 : 30px;
		--font40 : 40px;
		--font36 : 26px;
		--font32 : 24px;
		--font30 : 22px;
		--font29 : 29px;
		--font26 : 22px;
		--font24 : 20px;
		--font22 : 22px;
		--font20 : 20px;
		--font18 : 18px;
		--font16 : 16px;
	}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: 0 0 30px;}
    .cPadding .wrapper {padding: 60px 30px;}
}

@media only screen and (min-width: 1280px) { 
	 
	:root {

		--font80 : 52px;
		--font50 : 32px;
		--font42 : 36px;
		--font40 : 40px;
		--font36 : 28px;
		--font32 : 26px;
		--font30 : 24px;
		--font29 : 29px;
		--font24 : 20px;
		--font26 : 22px;
		--font22 : 22px;
		--font20 : 20px;
		--font18 : 18px;
		--font16 : 16px;
	}

    .cPadding .wrapper {padding: 70px 30px;}
}

@media only screen and (min-width: 1400px) { 

	:root {

		--font80 : 60px;
		--font50 : 40px;
		--font42 : 42px;
		--font40 : 40px;
		--font36 : 30px;
		--font32 : 28px;
		--font30 : 28px;
		--font29 : 29px;
		--font24 : 20px;
		--font26 : 22px;
		--font22 : 22px;
		--font20 : 20px;
		--font18 : 18px;
		--font16 : 16px;
	}

		h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: 0 0 35px;}
        .cPadding .wrapper {padding: 80px 30px;}
}

@media only screen and (min-width: 1800px) { 

	:root {
		--font80 : 80px;
		--font50 : 50px;
		--font40 : 40px;
		--font36 : 36px;
		--font32 : 32px;
		--font30 : 30px;
		--font29 : 29px;
		--font24 : 24px;
		--font26 : 26px;
		--font22 : 22px;
		--font20 : 20px;
		--font18 : 18px;
		--font16 : 16px;
	}


	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: 0 0 50px;}
    .cPadding .wrapper {padding: 90px 30px;}

}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    vertical-align: baseline;
    font: inherit;
    border: 0;
    outline: 0;
}


/* button  */

.button , input[type=submit] {
    padding: 12px 20px;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    transition: all 0.6s;
    font-size: var(--font24);
    font-family: var(--head-fonts);
    justify-content: center;
    background: #EE6823!;
}
.button:after,  input[type=submit]:after {
	content: "" !important;
	display: block;
	background: url(./images/arrow-up-right.png);
	width: 24px;
	height: 24px;
	margin-left: 30px;
	background-repeat: no-repeat;
	min-width: 24px;
}

.gform-footer .button, .gform-footer input[type=submit]:hover {
color:#000 !important;
    background: #fff!important;
}
.gform-footer .button:hover:after, .gform-footer input[type=submit]:hover:after {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}

@media (min-width: 1280px) {
   .button , input[type=submit] {
  padding: 16.5px 25px;
}
}
.button:hover,  input[type=submit]:hover
{
color: #fff;
border-color: transparent;
}


/*-- form --*/
.gform_wrapper.gform-theme--framework .gform_validation_errors {
  display: none;
}
.gform_wrapper.gform-theme--framework .gform_heading {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield {
  margin-bottom: 15px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield:last-child {
  margin-bottom: 0px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select {
  cursor: pointer;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select.placeholder-shown {
  color: #212121;
}

.textarea {
    min-height: 150px !important;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]), .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea {
  padding: 0 19px;
  font-size: var(--font20);
  color: #fff;
  border-radius: 0px;
  background: #0A4D65;
  border: 1px solid #dddddd;
  min-height: 70px;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  font-family: var(--body-fonts);
  -moz-appearance: none;
  appearance: none;
  background-position: center right 20px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]):focus, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select:focus, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
   
    display: none !important;
}
.gform_heading{
	 display: none !important;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]) .gfield_select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select .gfield_select, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea .gfield_select {
  font-weight: 400;
  font-size: var(--font18);
  display: flex;
  font-family: var(--body-fonts);
  align-items: center;
  color: #fff;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::-webkit-inner-spin-button, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select::-webkit-inner-spin-button, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea::-webkit-inner-spin-button {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield .gfield_validation_message, .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield .validation_message {
  color: #fff;
  display: none;
  padding-left: 20px;
}
.gform_wrapper.gform-theme--framework form .gform_body .gfield_description.validation_message.gfield_validation_message {
  display: none;
}
.gform_wrapper.gform-theme--framework form .gform_body .gfield_error input, .gform_wrapper.gform-theme--framework form .gform_body .gfield_error select, .gform_wrapper.gform-theme--framework form .gform_body .gfield_error textarea {
  border: 1px solid #F00 !important;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNy40OTQsNDI2LjA2NkwyODIuODY0LDUzLjUzN2MtNS42NzctOS40MTUtMTUuODctMTUuMTcyLTI2Ljg2NS0xNS4xNzJjLTEwLjk5NSwwLTIxLjE4OCw1Ljc1Ni0yNi44NjUsMTUuMTcyICAgIEw0LjUwNiw0MjYuMDY2Yy01Ljg0Miw5LjY4OS02LjAxNSwyMS43NzQtMC40NTEsMzEuNjI1YzUuNTY0LDkuODUyLDE2LjAwMSwxNS45NDQsMjcuMzE1LDE1Ljk0NGg0NDkuMjU5ICAgIGMxMS4zMTQsMCwyMS43NTEtNi4wOTMsMjcuMzE1LTE1Ljk0NEM1MTMuNTA4LDQ0Ny44MzksNTEzLjMzNiw0MzUuNzU1LDUwNy40OTQsNDI2LjA2NnogTTI1Ni4xNjcsMTY3LjIyNyAgICBjMTIuOTAxLDAsMjMuODE3LDcuMjc4LDIzLjgxNywyMC4xNzhjMCwzOS4zNjMtNC42MzEsOTUuOTI5LTQuNjMxLDEzNS4yOTJjMCwxMC4yNTUtMTEuMjQ3LDE0LjU1NC0xOS4xODYsMTQuNTU0ICAgIGMtMTAuNTg0LDAtMTkuNTE2LTQuMy0xOS41MTYtMTQuNTU0YzAtMzkuMzYzLTQuNjMtOTUuOTI5LTQuNjMtMTM1LjI5MkMyMzIuMDIxLDE3NC41MDUsMjQyLjYwNSwxNjcuMjI3LDI1Ni4xNjcsMTY3LjIyN3ogICAgIE0yNTYuNDk4LDQxMS4wMThjLTE0LjU1NCwwLTI1LjQ3MS0xMS45MDgtMjUuNDcxLTI1LjQ3YzAtMTMuODkzLDEwLjkxNi0yNS40NywyNS40NzEtMjUuNDdjMTMuNTYyLDAsMjUuMTQsMTEuNTc3LDI1LjE0LDI1LjQ3ICAgIEMyODEuNjM4LDM5OS4xMSwyNzAuMDYsNDExLjAxOCwyNTYuNDk4LDQxMS4wMTh6IiBmaWxsPSIjRDgwMDI3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
  background-repeat: no-repeat !important;
  background-position: 95% center;
  background-size: 1em auto !important;
}

.gform_footer {
  margin-top: 0;
  display: block;
  text-align: center;
}
.gform_footer .gformButton {
  padding: 15px 25px !important;
  color: #fff !important;
  border-color: transparent;
  text-decoration: none;
  border-radius: 0 !important;
  cursor: pointer;
  line-height: 1.5 !important;
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  font-weight: 700 !important;
  transition: all 0.6s !important;
  font-size: var(--font24) !important;
  font-family: var(--head-fonts) !important;
  justify-content: center !important;
  background: #EE6823 !important;
}
@media (min-width: 768px) {
  .gform_footer .gformButton {
    /* font-size: var(--font20)!important; */
  }
.gform-footer {
    margin-top: 35px !important;
}
}
.gform_footer .gformButton:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.gform_footer .gformButton .text {
  text-transform: uppercase;
}
.gform_footer .gformButton .arrowIcon {
  margin-left: 15px;
  vertical-align: middle;
  height: 14px;
  content: "";
  display: block;
  background: url(/wp-content/themes/collectiv-academy/assets/images/button-arrow.png);
  width: 21px; 
  height: 10px;
  margin-left: 4px;
  background-repeat: no-repeat;
  min-width: 21px;

}
.gform_footer .gformButton:hover{background: #fff !important;color: #212121 !important;}

/* HEADER */

#header {
    padding: 20px 0;
    margin: 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}
.subheaderButton .button span {
    display: contents;
    font-weight: 400;
font-size:var(--font18);
}
#header .dflex.row {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#header .logo {
    width: 100%;
    height: auto;
    max-width: 229px;
    margin-bottom: 20px;
}
.subheaderButton strong {
    font-weight: 700 !important;
    display: block;
}
@media (min-width: 768px) {
#header .dflex.row {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
#header .logo {
    max-width: 300px;
    margin-bottom: 0;
}
}
@media (min-width: 991px) {
#header .logo {
    max-width: 310px;
    */
}
.subheaderButton .button span {font-size:var(--font20);}
}
#header .logo img {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    /* width: 100%; */
    object-fit: contain;
}

.ctaBanner .button:after{
	display:none;
}
.ctaBanner .button:last-child{
	background: var(--button-hover-color);

}
.ctaBanner .button:hover:last-child{
	background: var(--button-color);

}
.ctaBanner .buttonGroup .button{
	margin-right: 00px;
	max-width: 320px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
}
.ctaBanner .buttonGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 768px) {
.ctaBanner .buttonGroup .button{
	margin-right: 15px;
	width: auto;
	margin-bottom: 00px;
	
}
	.ctaBanner  .buttonGroup {
    flex-wrap: nowrap;
    width: 100%;
}
}
.ctaBanner .buttonGroup .button:last-child{
	margin-right:0px;
	margin-bottom: 0;
}

@media (min-width: 991px) {
.ctaBanner .buttonGroup .button{
	font-size: 20px;
	margin-right: 30px;
	padding: 15px 30px;
}
}
/* magnific css */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.single .mfp-close, .page .mfp-close, .blog .mfp-close, .error404 .mfp-close, .search .mfp-close, .archive .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
}
.single .mfp-close:hover, .single .mfp-close:focus, .page .mfp-close:hover, .page .mfp-close:focus, .blog .mfp-close:hover, .blog .mfp-close:focus, .error404 .mfp-close:hover, .error404 .mfp-close:focus, .search .mfp-close:hover, .search .mfp-close:focus, .archive .mfp-close:hover, .archive .mfp-close:focus {
  opacity: 1;
}
.single .mfp-close:active, .page .mfp-close:active, .blog .mfp-close:active, .error404 .mfp-close:active, .search .mfp-close:active, .archive .mfp-close:active {
  top: 1px;
}
.single .mfp-close-btn-in .mfp-close, .page .mfp-close-btn-in .mfp-close, .blog .mfp-close-btn-in .mfp-close, .error404 .mfp-close-btn-in .mfp-close, .search .mfp-close-btn-in .mfp-close, .archive .mfp-close-btn-in .mfp-close {
  color: #000;
}
.single .mfp-close:after, .page .mfp-close:after, .blog .mfp-close:after, .error404 .mfp-close:after, .search .mfp-close:after, .archive .mfp-close:after {
  display: none;
}

.single .mfp-arrow, .page .mfp-arrow {
  position: absolute;
  top: 45%;
  left: 10%;
  background: url(assets/images/sliderArrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.0823529412);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
.single .mfp-arrow:after, .page .mfp-arrow:after {
  display: none;
}

.mfp-arrow.mfp-arrow-right {
  right: 10%;
  left: unset;
  transform: rotate(180deg);
  margin-right: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* .white-popup {
    display: none;
    Hide popup by default
    background: #fff;
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
} */

.white-popup {
    width: 100vw;
    min-width: 30vw;
    max-height: 100%;
    padding: 40px;
}

.white-popup p {
/*     min-height: 250px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.white-popup .disclaimer p {
    min-height: auto;
}

.white-popup .gform_footer .button:after {
    display: none;
}
.white-popup .button:hover {
    background: #000 !important;
    color: #fff !important;
}
.white-popup {
    display: none;
    color: #fff;
    border-radius: 22px;
    background: #0A4D65;
    max-width: 660px;
    margin: 20px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100vw;
    min-width: 30vw;
    max-height: 100%;
    padding: 40px;
    height: auto;
    position: relative;
}

.white-popup p {
    min-height: 100px;
    display: flex;
/*     max-height: 250px; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    display: block;
}

.white-popup p a {
    color: #2C2C2C;
    transition: all 0.5s;
}

.white-popup p a:hover {
    color: #fff;
}

.white-popup .disclaimer p {
    min-height: auto;
}

.white-popup .gform_footer .button:after {
    display: none;
}

@media (max-width: 960px) {
    .white-popup {
        max-width: 500px;
        width: 100%;
        padding: 40px 22px;
    }

    .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield input:not([type=checkbox]):not([type=radio]),
    .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield select,
    .white-popup .gform_wrapper.gform-theme--framework form .gform_body .gform_fields .gfield textarea {
        min-height: 41px;
    }
}

/*-- heroBanner --*/

.heroBanner .heroBannerDetails {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}
.bannerInner{
	position:relative;
}
.tagLine {
    background: #0A4D65;
    color: #fff;
    text-align: center;
    padding: 18.5px 10px;
    font-family: var(--head-fonts);
}
.heroBanner .heroBannerDetails .bannerBox {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.heroBanner .heroBannerDetails .bannerBox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(71.74% 210.86% at 71.74% 53.3%, rgba(14, 126, 175, 0) 0%, rgba(14, 126, 175, 0.8) 50%, #0E7EAF 80.58%);
    inset: 0;
}
.buttonGroup .button img {
    margin-right: 20px;
    width: 24px;
    height: 24px;
}
.heroBanner .heroBannerDetails .bannerBox .mediaWrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}


.heroBanner .heroBannerDetails .bannerBox .mediaWrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heroBanner .heroBannerDetails .bannerBox .headingGroup {
    position: relative;
    text-align: left;
    padding: 30px;
    padding-bottom: 55px;
    width: 100%;
    z-index: 1;
}

.heroBanner .heroBannerDetails .bannerBox .headingGroup .mainTitle {
    max-width: 100%;
    color: #fff;
    text-align: left;
    max-width: 760px;
}
@media (max-width: 991px) {
	.mainTitle br{
		display:none;
	}
	
	.left-block {
    	box-shadow: 3px 0px 8px #DDDDDD;
	}
	.tagLine br {
		display: none;
	}
}

.heroBanner .heroBannerDetails .bannerBox .headingGroup .button:hover {
    background: #fff;
    color: #212121;
}
.subheaderButton .button {
    margin-right: 15px;
}
.heroBanner .form-description p:last-child {
    margin-bottom: 0px;
}
.heroBanner:before {
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 155px;
    background: url(./images/logo-symbol-white.png);
    height: 100%;
    background-position: bottom left;
    z-index: 1;
    background-size: contain;
    opacity: .2;
    background-repeat: no-repeat;
}
.subheaderButton .button:first-child{
	background: var(--button-hover-color)
}
.subheaderButton .button:hover:first-child{
	background: var(--button-color)
}
.subheaderButton .button {
    margin-bottom: 10px;
}

.subheaderButton .button:last-child {
    margin-bottom: 0;
}
.subheaderButton .button:hover:after{
	filter: brightness(0) saturate(100%) invert(0%) sepia(87%) saturate(7500%) hue-rotate(331deg) brightness(108%) contrast(100%);
}
@media (min-width: 991px) {
    .heroBanner {
        position: relative;
    }

    .heroBanner .heroBannerDetails {
        position: unset;
        padding: 0 30px;
    }

    .heroBanner .heroBannerDetails .bannerBox {
        position: inherit;
        min-height: 600px;
    }

    .heroBanner .heroBannerDetails .bannerBox .headingGroup {
        padding: 0;
    }
.heroBanner:before {
    max-width: 170px;
}

}
@media (min-width: 1400px) {
.subheaderButton .button {
    margin-right: 25px;
}
.heroBanner:before {
    max-width: 220px;
}
 
}
@media (min-width: 1600px) {

 .heroBanner .heroBannerDetails .bannerBox {
        position: inherit;
        min-height: 840px;
    }
}
/* featuredContent csss */

.featuredContent .media .image img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: auto;
    max-width: 700px;
    margin: auto;
}

.featuredContent .headingGroup .button {
    margin-top: 33px;
    /* font-weight: 700; */
}


.featuredContent .dflex.col-set {
    gap: 30px;
}
.contentBox .button.secondary:before {
    content: "";
    display: block;
    background: url(./images/call-icon.png);
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background-repeat: no-repeat;
    min-width: 26px;
}
.contentBox .button:after {
  display:none;
}
.featuredContent .column {
    width: 100%;
    max-width: 600px;
	 max-width: 100%;
}
.headingGroup .mainTitle {
    text-align: center;
}


.featuredContent .media .image {
    position: relative;
}
.contentBox .headingGroup h2 {
    margin-bottom: 30px;
}
.buttonDesing2 .button:after {
    display: block !important;
}

.buttonDesing2 .button:before {
    display: none !important;
}

@media (min-width: 768px) {

.topRightShape:after {
    content: "";
    position: absolute;
    background: url(./images/topRightShape.png);
    width: 150px;
    height: 150px;
    right: 0;
    z-index: 1;
    top: 49px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
}
@media (min-width: 991px) {
.featuredContent .dflex.col-set {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 70px;
}
.featuredContent.imageOverlay .media .image img {
    min-width: 115.6%;
}
.featuredContent .column {
    width: 100%;
    max-width: 600px;
}
.featuredContent .media .image:before {
  content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        left: -30px;
        z-index: -1;
        bottom: -105px;
        top: auto;
        background-repeat: no-repeat;
        background-position: left bottom;
        filter: brightness(0) saturate(100%) invert(95%) sepia(2%) saturate(16%) hue-rotate(314deg) brightness(85%) contrast(95%);
        background: url(./images/logo-symbol-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .5;
}

	.buttonDesing2.featuredContent .media .image:before{
        width: 40vw;
        height: auto;
        inset: 0;
        left: -30px;
        z-index: -1;
        bottom: 0;
        top: 0;

}
	}
    .featuredContent .column {
        width: 100%;
/*         max-width: 600px; */
        /* max-width: 68vw; */
        /* width: 104%; */
    }

    .featuredContent .headingGroup .button {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {


 .featuredContent .dflex.col-set {
    gap: 70px;
}
}



@media (min-width: 1600px) {
.featuredContent .media .image:before {
    content: "";
        position: absolute;
        width: 44vw;
        left: -120px;
        top: 15px;
	    height:100%;
}

}
@media (min-width: 1800px) {

    .column.media .image,
    .videoBox {
        /* max-width: 61vw; */
        /* width: 100%; */
    }
.topRightShape:after {

    width: 285px;
    height: 286px;

}

}

.responsive-embed {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #0A70A3;
}

.videoBox {
    width: 100%;
    aspect-ratio: 16/9;
}


/* partners css */
.partners-inner {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 57px 40px;
}
.partners-images img {
    object-fit: contain;
    max-width: 222px;
    height: 66px;
}

.partners-images {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}


@media only screen and (min-width: 768px) {
.partners:after {
    content: "";
    position: absolute;
    background: url(./images/partners-shapeOne.png);
    width: 150px;
    height: 150px;
    right: 0;
    z-index: 1;
    top: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
}
@media only screen and (min-width: 1800px) {
.partners:after {

    width: 285px;
    height: 286px;

}
}
/* faq css */
.faq-item {padding: 24px 12px;gap: 20px;border: 1px solid #CFCFCF;margin-bottom: 20px;padding-right: 21px !important;position: relative;z-index: 0;}
.faq-item:first-of-type{/* border:none; */}
.faq-item:last-child {margin-bottom: 0;} 
.faq-item.isActive {border: 1px solid #0FAED0;/* padding: 24px 11px; */}
.accord-title {margin: 0;display: grid;/* font-weight: 600; */grid-template-columns: 1fr 32px;align-items: center;gap: 12px;column-gap: 20px;transition: 0.5s ease;cursor: pointer;}
.accord-title:hover { color: #0FAED0; }
.accord-content {display: none;/* border-top: 1px solid #0000001A; *//* padding: 10px 0; */margin: 10px 0 0;max-width: 1150px;}
.roundedBtn {
    display: flex;
    height: 32px;
    width: 32px;
    background: #DDDDDD;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.7s ease;
}
.accord-content ul {
    margin-left: 40px;
    margin-bottom: 15px;
}

.isActive .roundedBtn {
    background: #0FAED0;
}
.plusIcon {
    width: 14.42px;
    height: 14.42px;
    position: relative;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.plusIcon:after, .plusIcon:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
}
.plusIcon:after {
    transform: translate(-50%) rotate(90deg);
    position: absolute;
    left: 50%;
}
.isActive .plusIcon:after {
    opacity: 0;
}
.isActive .roundedBtn .plusIcon {
    filter: brightness(0) invert(1);
}


@media only screen and (min-width: 768px) {
.faqs:after {
    content: "";
    position: absolute;
    background: url(./images/faqshapeOne.png);
    width: 150px;
    height: 150px;
    right: 0;
    z-index: -1;
    top: 85px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
	.faqs:before {
    content: "";
    position: absolute;
    background: url(./images/faqshapeTwo.png);
    width: 150px;
    height: 150px;
    left: 0;
    bottom: -136px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
 }
@media only screen and (min-width: 1400px) { 
	
	.accord-title { grid-template-columns: 1fr 60px; }
	.faq-item {padding: 30px;/* padding-top: 30px; */padding-left: 40px;}
	.accord-title {grid-template-columns: 1fr 50px;}
    .roundedBtn {
        height: 50px;
        width: 50px;
}
}
@media only screen and (min-width: 1800px) {
.faqs:after {

    width: 284px;
    height: 284px;
}
	.faqs:before {
    width: 353px;
    height: 347px;
}
 }
/* formWithContent css */
.formWithContent {
    background: linear-gradient(to bottom, #fff 0%, #fff 58%, #0A70A3 50%, #0A70A3 100%);
}
.formWithContent .column {
    /* max-width: 500px; */
    width: 100%;
    z-index: 1;
}

.formWithContent .col-set {
    /* gap: 30px; */
    background: #0A4D65;
    padding: 50px 25px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.formWithContent .headingGroup h2, .formWithContent .headingGroup p {
    color: #fff;
    margin-bottom: 25px;
}
.sideBarBox{
	position:relative;
}
@media only screen and (min-width: 768px) {
.formWithContent .col-set:after {
    content: "";
    position: absolute;
    background: url(./images/form-shapeTwo.png);
    width: 100px;
    height: 100px;
    left: 149px;
    z-index: 0;
    bottom: 156px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.formWithContent:after {
    content: "";
    position: absolute;
    background: url(./images/form-shape4.png);
    width: 150px;
    height: 150px;
    right: 40px;
    z-index: 1;
    top: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.formWithContent .col-set:before {
    content: "";
    position: absolute;
    background: url(./images/form-shapeOne.png);
    width: 150px;
    height: 150px;
    left: 0;
    z-index: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.sideBarBox:after {
    content: "";
    position: absolute;
    background: url(./images/form-shape3.png);
    width: 150px;
    height: 150px;
    right: -20px;
    z-index: -1;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    background-position: top right;
}
}
@media only screen and (min-width: 991px) {
.formWithContent .col-set {
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* gap: 60px; */
    background: #0A4D65;
    padding: 60px;
    margin-top: 0;
}
}
@media only screen and (min-width: 1600px) {
.formWithContent .col-set {
    /* gap: 100px; */
    padding: 100px;
}
 }

@media only screen and (min-width: 1800px) {
.formWithContent .col-set:after {width: 110px;height: 110px;left: 200px;z-index: 0;bottom: 215px;}
.formWithContent:after {

    width: 240px;
    height: 240px;

    top: -100px;

}
.formWithContent .col-set:before {

    width: 250px;
    height: 250px;

}
.sideBarBox:after {

    width: 144px;
    height: 250px;
    right: -100px;
 
}
}


.footer{
	background:#0A70A3;
	padding-top: 40px;
	color: #fff;
}
.footer a{
	color: #fff;
}


.footer .column {
    padding: 20px 0;
    width:100%;
    border-bottom: 1px solid rgb(255 254 254 / 10%);
}

.footer .column:first-child {
    padding-left: 0;
}

.footer .column:last-child {
    padding-right: 0;
    border-right: none ;
}

.quickLinksList a {
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
}
.copyrightText {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 254 254 / 10%);
}

.footer .col-set {padding-bottom: 30px;}

.quickLinksList a:first-child {
    padding-left: 0;
}

.quickLinksList a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
    right: 15px;
    bottom: 0;
    margin: auto;
}
@media only screen and (min-width: 1024px) {
.quickLinksList a:after {
    right: 30px;
 
}
.quickLinksList a {
    padding-right: 60px;

}
}

	.footerDescription {
    padding: 30px 0;
}
.quickLinksTitle {
    font-size: 21px;
    font-family: var(--head-fonts);
    margin-bottom: 15px;
}

.footerLogo img {
    max-width: 256px;
    margin-bottom: 20px;
    width: auto;
    height: 90px;
    object-fit: contain;
}



.addressbutton {
    position: relative;
    display: inline-flex;
}

.addressbutton:before {
    content: "";
    display: block;
    background: url(./images/map-icon.png);
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-repeat: no-repeat;
    min-width: 24px;
    margin-top: 5px;
}
.footer a:hover {
    color: #DDDDDD;
}
.copyrightText a {
    text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
.footer{
	padding-top: 80px;
}
.footer .col-set {
    flex-wrap: nowrap;
    padding-bottom: 50px;
	border-bottom: 1px solid rgb(255 254 254 / 10%);
  
}
	.footerDescription {
    padding: 50px 0;
}
	.copyrightText {
    padding: 50px 0;
}
.footerLogo {
    max-width: 308px;
	min-width: 308px;
}

	.footer .column {
    padding: 0 20px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    border-bottom: none;
    width: auto;
}

 }
@media only screen and (min-width: 1800px) {

.footer .column {
    padding: 0 50px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    border-bottom: none;
    width: auto;
}
}
/* purchaseList css  */
section.purchaseList {
    background: radial-gradient(77.34% 220.44% at 77.34% 50.04%, rgba(14, 126, 175, 0) 1.93%, rgba(14, 126, 175, 0.76) 27.94%, rgba(14, 126, 175, 0.83) 35.18%, rgba(14, 126, 175, 0.8) 50%, rgba(14, 126, 175, 0.95) 64.72%, #0E7EAF 80.58%);
}

.purchaseList .column {
    max-width: 731px;
   
}
.purchaseList .column p , .purchaseList .column p a, .purchaseList .column .innerTitle {
    color: #fff;
    word-break: break-word;
}
.purchaseList .innerList .innerTitle {
    margin-bottom: 10px;
}

.purchaseList .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.purchaseList .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purchaseList .headingGroup .section-title {
     color: #fff;
}


.purchaseList .headingGroup .content ol {
  position: relative;
  padding-left: 0;
  counter-reset: list-number;
  margin-bottom: 30px;
}
.purchaseList .headingGroup .content ol li {
  margin-bottom: 30px;
  display: flex;
}
.purchaseList .headingGroup .content ol li:before {
    counter-increment: list-number;
    content: counter(list-number);
    min-width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #0E7EAF;
    font-family: var(--head-fonts);
    border-radius: 50%;
    font-weight: 800;
    margin-right: 10px;
}
.purchaseList .headingGroup .content ol:before {
    position: absolute;
    content: "";
    border-left: 1px dotted #FFFFFF;
    left: 15px;
    z-index: -1;
    height: 75%;
}
@media (min-width: 768px) {

.purchaseList .headingGroup .content ol li:before {
  min-width: 80px;
  height: 80px;
  font-size: var(--font50);
  margin-right: 20px;
}
	.purchaseList .headingGroup .content ol:before {
  left: 42px;
}
}
@media (min-width: 1280px) {
.purchaseList .headingGroup .content ol li:before {
  min-width: 114px;
  height: 114px;
  margin-right: 40px;
}
.purchaseList .headingGroup .content ol:before {
    left: 58px;
}
}


/* table css */

	 .TableDesignTwo .innnerTable {
		padding: 15px;
		box-shadow: 0px 15px 100px 10px #0000000D;
	}
    .pricing-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .table-wrapper {
      overflow-x: auto;
      /* box-shadow: 0px 15px 100px 10px #0000000D; */
      border-right: 1px solid #DDDDDD;
    }
    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 800px;
      border-radius: 0;
    }
    .pricing-table th,
    .pricing-table td {
      padding: 20px;
      border: 1px solid var(--border-color);
      text-align: left;
    }
    .feature-cell {
		font-family: var(--head-fonts);
		position: sticky;
		left: 0;
		z-index: 2;
		word-wrap: break-word;
		/* box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.1); */
	}
    .plan-header {
      position: relative;
      color: #fff;
      border-radius: 0;
    }
   	.gradientBg {
		background: linear-gradient(180deg, #F1F8FC 0%, #FFFFFF 100%);
	}
table td, table tr {
    width: 275px;
}
	.plan-header h4 {
		margin-bottom: 10px;
		color: #fff;
	}
	.plan-header:nth-child(1) {
	  background: transparent;
	  color: #3E9FD8;
	  border-top: none;
	  border-left: none;
	}
	 .plan-header:nth-child(1) h4 {
	  color: #3E9FD8;
	}
	.plan-header:nth-child(2) {
	  background: #0FAED0;

	}
	.plan-header:nth-child(3) {
	  background: #0A70A3;
	}
	.plan-header:nth-child(4) {
	  background: #0FAED0;
	}
	.plan-header:nth-child(5) {
	  background: #0A70A3;
	}
	.planInnerContent {
		font-family: var(--head-fonts);
	}
	tbody tr:nth-child(odd) {
	  background-color: #fff; /* Light blue */
	}
	tbody tr:nth-child(even) {
	  background-color: #0A4D650D; /* Light blue */
	}
	.bottomContent .headingGroup .mainTitle {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.bottomContent .headingGroup {
		text-align: center;
	}

	.bottomContent .Bottomimage {
		max-width: 221px;
		margin: auto;
		object-fit: contain;
		margin-bottom: 20px;
	}

	.bottomContent .content {
		padding-top: 30px;
		word-wrap: break-word;
	}

    @media (max-width: 480px) {
      .feature-cell {
        max-width: 150px;
        word-wrap: break-word;
        white-space: normal;

      }
    }
  @media (max-width: 991px) {
 .feature-cell {
		/* background: #fff; */
	}
.twoColum .valuerwrap .value {font-size: 16px;}
	   .feature-cell {
        font-size: 18px;
      }
.planTitle .value h3, .featuresList:first-child .left-block .feature-cell {font-size: 18px !important;}
	  .planTitle .value h4 {
font-size:16px;
}
	 .section-title br {
    	display: none;
	}
}




@media (min-width: 768px) {
.pricingTable.tableTopLeftShape1:before {
    content: "";
    position: absolute;
    background: url(./images/tableTopLeftShape.png);
    width: 150px;
    height: 150px;
    left: 0;
    top: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.pricingTable.tableBottomRightShape1:after {
    content: "";
    position: absolute;
    background: url(./images/tableStarRight.png);
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.pricingTable.tableTopLeftShape2:before {
    content: "";
    position: absolute;
    background: url(./images/tableTopLeftShape2.png);
    width: 150px;
    height: 150px;
    left: 0;
    top: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.pricingTable.tableBottomrightShape2:after {
    content: "";
    position: absolute;
    background: url(./images/tableBottomrightShape2.png);
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
	 .pricingTable.gradientLeftShape1:before {
    content: "";
    position: absolute;
    background: url(./images/gradientLeftShape1.png);
    width: 150px;
    height: 150px;
    left: 0;
    top: 480px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

	.pricingTable.tableTopLeftShape3:before {
    content: "";
    position: absolute;
    background: url(./images/tableTopLeftShape3.png);
    width: 150px;
    height: 150px;
    left: 0;
    top: -182px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.pricingTable.gradientLeftShape2:after {content: "";position: absolute;background: url(./images/gradientRightShape1.png);width: 150px;height: 150px;right: 0;bottom: 394px;background-repeat: no-repeat;background-position: bottom right;background-size: contain;}
.pricingTable.gradientLeftShape2 .pricing-container:after {
      content: "";
      position: absolute;
      background: url(./images/gradientLeftShape2.png);
      width: 94px;
      height: 94px;
      left: -7vw;
      top: 360px;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain;
}
}




	   @media (min-width: 1400px) {
		 .TableDesignTwo .innnerTable {
			padding: 80px 100px;
			overflow: hidden;
			z-index: 1;
			position: relative;
		}
		.pricing-table th,
			.pricing-table td {
			  padding: 40px;

		}
		.bottomContent .headingGroup .mainTitle {
				margin-top: 50px;
			}
		.bottomContent .content {
				padding-top: 50px;
				max-width: 1180px;
				margin: auto;
			}
.TableDesignTwo .content {
    font-size: var(--font20);
}
	}


 @media (min-width: 1800px) {
.pricingTable.tableTopLeftShape1:before {
 
    width: 220px;
    height: 220px;
  
}
.pricingTable.tableBottomRightShape1:after {
 
    width: 310px;
    height: 216px;
  
}
.pricingTable.tableTopLeftShape2:before {
    width: 310px;
    height: 260px;
}
.pricingTable.tableBottomrightShape2:after {width: 300px;height: 300px;}
	 .pricingTable.gradientLeftShape1:before {
    width: 232px;
    height: 232px;
    left: 0;
    top: 450px;
}

	.pricingTable.tableTopLeftShape3:before {width: 253px;height: 237px;left: 0;top: 100px;}
.pricingTable.gradientLeftShape2:after {width: 326px;height: 332px;right: 0;bottom: 247px;}
.pricingTable.gradientLeftShape2 .pricing-container:after {width: 100px;height: 100px;left: -7vw;top: 319px;}
}


.valuerwrap .value {
    width: 100%;
    margin: 0;
    /* border-bottom: 1px solid; */
    padding: 11px;
    border-top: 1px solid #DDDDDD;
}
.left-block{
  width: 100%;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  position: sticky;
  left: 0;
  z-index: 1;
  padding: 10px;
}
.twoColum .left-block {
     max-width: 150px;
     width: 100%;
   
}
.twoColum .right-block {
    max-width: calc(100% - 150px);

}
.TableDesignTwo .twoColum .right-block {
    max-width: calc(100% - 150px);

}
.TableDesignTwo .twoColum .left-block {
     max-width: 150px;
     width: 100%;
   
}
.threeColum .left-block {
     max-width: 100px;
     width: 100%;
}

.right-block {
    width: 100%;
    /* border-right: 1px solid #DDDDDD; */
    /* border-top: 1px solid; */
    position: relative;
    right: 0;
}

.threeColum .right-block {
    max-width: calc(100% - 100px);
    /* overflow-x: auto; */
}
@media (min-width: 768px) {
.twoColum .left-block {
max-width: 250px;
}
.twoColum .right-block {
    max-width: calc(100% - 250px);

}
.TableDesignTwo .twoColum .right-block {
     max-width: calc(100% - 250px);

}
.TableDesignTwo .twoColum .left-block {
    max-width: 250px;
   
}
.threeColum .left-block {
max-width: 250px;
}
.threeColum .right-block {
    max-width: calc(100% - 250px);

}
.valuerwrap .value {
    padding: 20px;
}
.left-block {
     padding: 20px;
}
}
@media (min-width: 1200px) {
.twoColum .left-block {max-width: 434px;}
.twoColum .right-block {
    max-width: calc(100% - 434px);

}
.TableDesignTwo .twoColum .right-block {
      max-width: calc(100% - 367px);

}
.TableDesignTwo .twoColum .left-block {
  max-width: 367px;
   
}
	.threeColum .left-block {
max-width: 275px;
}
.threeColum .right-block {
    max-width: calc(100% - 275px);

}
.valuerwrap .value {
    /* padding: 40px; */
    padding: 30px 40px;
}
.left-block {
     padding: 40px;
     padding: 30px 40px;
}

}
.twocolum .valuerwrap {
    display: flex;
    flex-wrap: wrap;
}


.twoColum .valuerwrap .value {
    max-width: 50%;
    min-width: 50%;
    /* font-size: 18px; */
}
.twoColum .gold-platinum .valuerwrap .value:first-child, .threeColum .gold-platinum .valuerwrap .value:first-child {
	background-color: #cdb26d !important;
}
.twoColum .gold-platinum .valuerwrap .value:nth-child(2), .threeColum .gold-platinum .valuerwrap .value:nth-child(2) {
	background-color: #A4AFC1 !important;
}
.threeColum .gold-platinum .valuerwrap .value:nth-child(3) h3, .threeColum .gold-platinum .valuerwrap .value:nth-child(3) h4, .threeColum .gold-platinum .valuerwrap .value:nth-child(3) p {
    color: #fff !important;
}
.planTitle.gold-platinum .value h4, 
.planTitle.gold-platinum .value h3 {
	color: #000;
}
.threeColum .valuerwrap .value {
    max-width: 33.33%;
    border-right: 1px solid #DDDDDD;
}
.planHeader {
    display: flex;
}

.twoColum .planHeader .planInner {
    max-width: 33.33%;
    width: 100%;
}
.threeColum .planHeader .planInner {
    max-width: 33.33%;
    width: 100%;
}
.value span {
    font-weight: 300;
}
.valuerwrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    
}

@media (max-width: 991px) {
.valuerwrap {width: 200%;}
.threeColum .valuerwrap{width: 200%;}

.twoColum .left-block{
	background: #fff !important;
}
.featuresList:nth-child(n+2):nth-child(odd) .valuerwrap, .featuresList:nth-child(n+2):nth-child(odd) .left-block{
		background: #fff !important;
}
.gradientBg .featuresList:first-child .left-block {
    border-top: 1px solid #F1F8FC;
    background: #fff !important;
}
.featuresList:first-child .left-block {
    border-top: 1px solid #fff;
    background: #fff !important;
}

}
@media (max-width: 767px) {
	.ctaBanner {
        width: 100%;
    }
	.ctaBanner .buttonGroup {
    	column-gap: 10px;
	}
	.ctaBanner .buttonGroup .button {
		margin-right: 00px;
		max-width: 186px;
		width: 100%;
		font-size: 14px;
		margin-bottom: 0;
	}
	.feature-cell, .planTitle .value h4{
		font-size: 14px;
	}
	.uniqueRow .value .font30, 
	.valuerwrap .value .orange, .valuerwrap .value h5, 
	.planTitle .value h3, 
	.featuresList:first-child .left-block .feature-cell {
		font-size: 16px !important;
	}
}
@media (max-width: 411px) {
	
	.ctaBanner .buttonGroup .button {
		margin-bottom: 10px;
	}
}


.twoColum .valuerwrap:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #dddddd;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.threeColum .valuerwrap:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #dddddd;
    position: absolute;
    left: calc(100% - 66.66%);
    margin: auto;
}
.threeColum .valuerwrap:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #dddddd;
    position: absolute;
    left: calc(100% - 33.33%);
    margin: auto;
}
.right-block:first-child {
    border-top: 1px solid #DDDDDD;
}
.featuresList:nth-child(n+2):nth-child(odd) {
  /* background-color: #0A4D650D; */ /* Light blue for 3rd, 5th, etc. */
}

.featuresList:nth-child(n+2):nth-child(even) .valuerwrap, .featuresList:nth-child(n+2):nth-child(even)  .left-block {
  background-color: #fff; 
}
.featuresList:nth-child(n+2):nth-child(odd) .valuerwrap, .featuresList:nth-child(n+2):nth-child(odd) .left-block {
    background-color: #0A4D650D;
    background: rgba(10, 77, 101, 0.05);
}
/* .twoColum .left-block {
  max-width: 150px;
  width: 100%;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  position: sticky;
  left: 0;
  padding: 15px;
  background: #fff;
}; */
.featuresList:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.featuresList:first-child:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: 1;
}
.planTitle .value h3 {
    margin-bottom: 0;
    color: #fff;
}
.planTitle .value h4 {
    margin-bottom: 0;
    color: #fff;
    word-wrap: break-word;
}

.featuresList:first-child .value:nth-child(2) {
    background: #0A70A3;
    color: #fff;
}
.gradientBg .featuresList:first-child:after {background: #F1F8FC;z-index: 1;}

.gradientBg .featuresList:first-child .left-block {
    border-top: 1px solid #F1F8FC;
    /* background: transparent !important; */
}
.featuresList:first-child {
    position: relative;
    /* align-items: center; */
}

.featuresList:first-child .left-block {
    border-top: 1px solid #fff;
    background: transparent;
}

.featuresList:first-child .value:first-child {
    background: #0FAED0;
    color: #fff;
}
.value .orange, .value h5 {
    color: #EE6823;
    font-size: var(--font20);
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--body-fonts);
}
.threeColum {
    text-align: center;
}

.threeColum .left-block {
    text-align: left;
}

.featuresList:first-child .left-block .feature-cell {
    color: #3E9FD8;
    font-size: var(--font30);
}

.threeColum .featuresList:first-child .value:first-child {
    background: #CFEFF6;
}

.threeColum .featuresList:first-child .value:first-child h3, .threeColum .featuresList:first-child .value:first-child h4 {
    color: #052B4E;
}

.threeColum .featuresList:first-child .value:nth-child(2) {
    background: #0FAED0;
}

.threeColum .featuresList:first-child .value:nth-child(3) {
    background: #0A70A3;
}
.borderNone .threeColum .valuerwrap:before, .borderNone .threeColum .valuerwrap:after{
	display:none;
}


.uniqueRow .value .font30 {
    margin: 0;
    color: #fff;
}

.uniqueRow .value:first-child {
    background: #0FAED0;
}

.uniqueRow .value {
    background: #0A70A3;
}

.uniqueRow .feature-cell {
    color: #3E9FD8;
    font-size: var(--font30);
}

.accord-content p {
    margin-bottom: 8px;
}
.footerDescription a {
    text-decoration: underline;
}
.accord-content a:hover{
	color: #212121;
}
.light-text {
    font-weight: 300;
}
/* woofo form css */

/* 
@media (max-width: 500px) {
	iframe {
		height: 830px;
	}
}
 */
/* .wufoo{
	padding:0 !important;
}
.wufoo #header {
    background: transparent;
	display:none;
}

.wufoo input::placeholder , .wufoo textarea::placeholder {
    color: #fff !important;
} */

/* .wufoo label {
    display: none;
}

.wufoo input{
	height:60px;
	padding:20px !important;
}
.wufoo .btTxt{
	float:left !important;
	padding: 15px 25px !important;
    color: #fff !important;
    border-color: transparent;
    text-decoration: none;
    border-radius: 0 !important;
    cursor: pointer;
    line-height: 1.5 !important;
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    font-weight: 700 !important;
    transition: all 0.6s !important;
    font-size: var(--font24) !important;
    font-family: var(--head-fonts) !important;
    justify-content: center !important;
    background: #EE6823 !important;
} */
/* .wufoo .btTxt:hover{
	background: #fff !important;
    color: #212121 !important;
} */


/* .wufoo #title148 {
    display: none;
}
.wufoo #instruct148{
	margin-bottom: 10px;
}
.wufoo .wid50:after{
	display:none;
}
.wufoo .wid50 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}

.wufoo .wid50 span {
    width: 49%;
    margin: 0;
} */

/* .wufoo .phone {
    display: flex;
    align-items: center;
    align-content: center;
}

.wufoo .phone .symbol {
    padding-top: 0 !important;
    width: auto;
}

.wufoo .phone span {
    width: 80px;
} */
/* #redesigned-theme-2018 .recaptcha-text {
     display:none;
}
#container .wufoo li{
	padding:8px !important;
} */
span.mb-scrl {
    display: none;
    gap: 10px;
    font-size: 14px;
	color: #0A70A3;
	margin-bottom: 5px;
}
span.mb-scrl:before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/themes/landing-page/landing/images/arrow-up-right.png);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	min-width: 25px;
	background-color: #ee6824;
	border-radius: 100%;
	background-position: center;
	rotate: 43deg;
	background-size: 17px;
	position: relative;
	top: -1px;
}
.disclaimerContent {
    margin-top: 30px;
}
@media (max-width: 600px) {
	span.mb-scrl {
		display: flex;
	}
}
/* @media (max-width: 600px) {
	.wufoo .wid50 span {
		width: 48%;
		margin: 0;
	}
} */

@media (max-width: 460px) {
    .threeColum .valuerwrap {
        width: 200%;
        /* min-width: 350px; */
    }
}
#wrapper-id-for-form {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

.advantages-title .feature-cell {
    font-size: 20px !important;
}

.featuresList .feature-cell span {
    display: block !important;
    font-weight: 500 !important;
}

.topRightShape:after, .faqs:before, .faqs:after, .formWithContent:after, .sideBarBox:after, .formWithContent .col-set:before, .formWithContent .col-set:after{
	display:none !important;
}
sup {
      vertical-align: super !important;
    font-size: 0.5em !important;
    position: relative;
    top: -5px;
    left: -1px;
}
em {
    font-style: italic;
    font-size: 16px;
}