/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* font-family: 'Roboto', sans-serif; */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* ex. -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;; */


/* ex. -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);;  */

@font-face {
	font-family:'Gotham';
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.eot');
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.eot#iefix') format('embedded-opentype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.otf') format('otf'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.woff') format('woff2'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.woff') format('woff'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.ttf') format('truetype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family:'Gotham';
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.eot');
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.eot#iefix') format('embedded-opentype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.otf') format('otf'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.woff') format('woff2'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.woff') format('woff'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.ttf') format('truetype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Book.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Gotham';
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.eot');
	src: url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.eot#iefix') format('embedded-opentype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.otf') format('otf'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.woff') format('woff2'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.woff') format('woff'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.ttf') format('truetype'),
		url('https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Fonts/Gotham-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/* IE */
select::-ms-expand {display: none;}
input::-ms-clear { display:none;}
input,textarea,select {border-radius: 0; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; }
body{margin:0px;padding:0;font-family:'Gotham';font-weight:normal;color:#919191;font-size:20px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;}
textarea,select,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="file"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{font-family:'Gotham';border:1px solid #BDBDBD;padding:10px 18px;font-size:14px;font-weight:400;width:100% !important ;color:#757575;height:44px;border-radius:5px;}

::-webkit-input-placeholder{color:#757575;}
::-moz-placeholder{color:#757575;}
:-ms-input-placeholder{color:#757575;}
:-moz-placeholder{color:#757575;}

.hs_cos_wrapper_type_form input.hs-button{color:#fff;font-size:18px;background-color:#F99D1B;border:1px solid;height:75px;width:100% ;border-radius:5px;padding:10px 15px;margin-top:10px;cursor:pointer;-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;;}
.hs-error-msgs li{line-height:1;font-size: 12px;}
.hs-form-field{margin:0 0 20px 0;}
.hs-error-msg,.error{font-size:12px;line-height:1;color:red;}
.hs_cos_wrapper_type_form input.hs-button:hover{background-color:#e78a06;}
.hs-form-field>label {
	font-size: 14px;
}
.submitted-message{text-align:center;font-size:22px;font-weight:500;color:#3ac13a;}
ul{margin-bottom:15px;padding: revert;}
fieldset.form-columns-2 > div:last-child {
	margin-right: 0 !important;
}
fieldset.form-columns-2 > div {
	width: 48% !important;
	margin-right: 4% !important;
}
strong{font-weight:700;}
p,li{font-size: 19px;line-height: 1.5;margin-bottom: 15px;}
a{color:#1964B1;text-decoration:none;-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;;}
a:focus{outline:none;text-decoration:none;color:#000;}
a:hover,a:active{outline:0;text-decoration:none;color:#3c97ac;}
h1,h2,h3,h4,h5,h6{color:#1964B1;font-family:'Montserrat',sans-serif;margin:0 0 15px 0;font-weight:600;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
h1{font-size:40px;line-height:1.1;font-weight: 700;}
h2{font-size:32px;line-height:1.3}
h3{font-size:30px;line-height:1.2}
h4{font-size:24px;line-height:1.4;}
h5{font-size:20px;line-height:1.3}
h6{font-size:18px;line-height:1.7}
img{max-width:100%;border:0;vertical-align:top;}
p:empty {
	display: none;
}
.row-fluid [class*="span"]{min-height:auto;}
.container,.row-fluid .container[class*="span"]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;float:none;box-sizing:border-box;}
.container:after,.row-fluid .container[class*="span"]:after{clear:both;content:"";display:table;}
@media (min-width:768px){
	.container,.row-fluid .container[class*="span"]{max-width:720px;}
}
@media (min-width:992px){
	.container,.row-fluid .container[class*="span"]{max-width:960px;}
}
@media (min-width:1280px){
	.container,.row-fluid .container[class*="span"]{max-width:1130px;}
}

.left-padding {padding-left: calc(((100% - 1170px) - 30px) / 2);}
.right-padding{padding-right: calc(((100% - 1170px) - 30px) / 2);}  
@media (max-width:1199px) { 

	.left-padding {padding-left: calc(((100% - 910px) - 30px) / 2);}
	.right-padding{padding-right: calc(((100% - 910px) - 30px) / 2);} 
}
@media (max-width:991px) { 

	.left-padding {padding-left: calc(((100% - 660px) - 30px) / 2);}
	.right-padding{padding-right:calc(((100% - 660px) - 30px) / 2);} 
}
@media (max-width:767px) { 

	.left-padding {padding-left:15px;}
	.right-padding{padding-right:15px;}  
}
.hs-form-required {display:none;}
.hs-error-msgs { margin: 0; padding: 0; }
.hs-error-msgs li { list-style: none;margin-bottom:0; }
.hs_error_rollup { display: none; }
.bg{background-repeat:no-repeat;background-position:center;background-size:cover;}
.title{text-align:center;}
.title h5{color:#011C3C;font-weight:500;margin-top:7px;margin-bottom:0px;}
.title h2{margin-bottom:8px;}
.orange-btn,.reg-btn .hs-button , .reg-btn a.cta_button {background-color:#F99D1B;color:#fff;display:inline-block;padding:14px 43px;border-radius:5px;}
.orange-btn:hover,.reg-btn .hs-button:hover , .reg-btn a.cta_button:hover {background-color: #e78a06;color: #fff;}
/*Header*/
.header-section{position:absolute;top:0;left:0;width:100%;z-index:999;padding:45px 0 0;transition: all .2s ease-in-out;}
.header-container-wrapper .row-fluid [class*="span"]{min-height:100%;}
a.bptm-nav-cta {
	display: none;
}
/*Register Form*/
.register-form-blog{position:relative;z-index:99;padding:160px 0 62px;}
.register-form-blog .form-blog-inner .left{width:47%;align-self: flex-start;}
.register-form-blog .form-blog-inner,.register-form-blog .form-blog-inner >div>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
.register-form-blog .form-blog-inner .left .meta-with-title ul li{padding-left:0;}



.register-form-blog .form-blog-inner .right{padding-left:75px;width:53%;margin-left:0;}
.register-form-blog .form-blog-inner .left .blog-image{padding: 0 0 23px;    width: 100%;text-align: center;}
/* .smart-demo-lp .register-form-blog .form-blog-inner .left .blog-image{padding: 0 0 55px;} */
.register-form-blog .form-blog-inner .left .blog-image img{height:100%;width:100%;}
.register-form-blog .form-blog-inner .left .blog-image video{width:100%;-o-object-fit:cover;object-fit:cover;}
.register-form-blog .form-blog-inner .left .meta-with-title ul{padding: 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}

.register-form-blog .form-blog-inner .left .meta-with-title ul li{color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;margin-bottom:0;}
.register-form-blog .form-blog-inner .left .meta-with-title ul li span:not(.metaTitleContent){width:24px;height:24px;display:inline-block;margin-right:10px;}
.register-form-blog .form-blog-inner .left .meta-with-title ul li span img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}
.metaTitleContent { position: relative; top: 2px; line-height: 1.2 }
.register-form-blog .form-blog-inner .left .content ul{padding:0;}
.register-form-blog .form-blog-inner .left .content p{color:#000;}
.register-form-blog .form-blog-inner .left .content p a{border-bottom:1px solid;}
.register-form-blog .form-blog-inner .left .content h4{color:#000;font-family:'Gotham';font-weight:normal;}
.register-form-blog .form-blog-inner .left .content ul li{color:#000;margin-bottom:5px;position:relative;padding-left:35px;list-style:none;}
.smart-lp .register-form-blog .form-blog-inner .left .content ul li, .smart-lp .register-form-blog .form-blog-inner .left .content p, .smart-lp .register-form-blog .form-blog-inner .left .meta-with-title ul li {color:#fff;}
.register-form-blog .form-blog-inner .left .content ul li:after{content:'';position:absolute;width:16px;height:16px;top:7px;left:0;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/list-icon.png);background-repeat:no-repeat;background-position:center;background-size:contain;bottom:0;}
.register-form .logo{width:88px;height:88px;background-color:#1963B1;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;margin:0 auto;position:relative;top:-43px;position:absolute;top:-43px;right:0;left:0;    margin: 0 auto !important;}
.register-form-blog .form-blog-inner .right .register-form,
.form-div-wrap .register-form{background-color:#fff;-webkit-box-shadow:0 0 24px rgb(0 0 0 / 0.24);box-shadow:0 0 24px rgb(0 0 0 / 0.24);border-radius:15px;padding:82px 50px 58px;position:relative;}
.register-form-blog .form-blog-inner .right .register-form .label,
.form-div-wrap .register-form .label{text-align:center;width: 100%;display: inline-block;margin-top: 15px;}
.register-form-blog .form-blog-inner .right .register-form .label h3,
.form-div-wrap .register-form .label h3{font-weight:500;}
.register-form-blog .form-blog-inner .right .register-form .form-input, 
.form-div-wrap .register-form .form-input{margin:26px 0 14px;width:100%;}
.register-form-blog .form-blog-inner .right .register-form .form-input .form-title,
.form-div-wrap .register-form .form-input .form-title{margin: 0;}
.register-form-blog .form-blog-inner .right .register-form .form-input .input, 
.form-div-wrap .register-form .form-input .input {margin-right: 0;}
.register-form-blog .form-blog-inner .right .register-form .form-bottom-text p,
.form-div-wrap .register-form .form-bottom-text p{font-size:12px;text-align:center;line-height:1.5;color:#757575;}
.register-form h3.form-title {text-align: center;}
.register-form-blog {background-position: right; background-size: contain;}
.smart-lp .register-form-blog .form-blog-inner .right .register-form .form-input  h3.form-title { text-align: center; margin-bottom: 40px; }
.form-div-wrap .register-form h3 { color: #1964B1 !important; }
/* Team Section */
.team-section{padding:72px 0 39px;}
.team-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:73px auto 0;}
.team-inner .leader-box{width:33.33%;text-align:center;padding:0 30px;margin-bottom:30px;}
.team-inner .leader-box .leader-img{width:208px;height:208px;border-radius:100%;overflow:hidden;margin:0 auto;background-blend-mode:luminosity;}
.team-inner .leader-box .leader-detail h4{color:#00224d;font-weight:500;margin-bottom:0px;}
.team-inner .leader-box .leader-detail{margin-top:21px;}

/* Testimonial */
.testimonial-section{padding:75px 0 84px;}
.testimonial-section .testimonial-slider{margin-top:32px;}
.testimonial-section .testimonial-slider .slider-image a{width:100%;display:inline-block;vertical-align:top;border-radius:5px;overflow:hidden;}
.testimonial-section .testimonial-slider .slider-image a img{width:100%;-o-object-fit:cover;object-fit:contain;}
.testimonial-section .testimonial-slider .slick-list{margin:0 -10px;}
.testimonial-section .testimonial-slider .slider-image{padding:0 10px 0;}
.testimonial-section .testimonial-slider .slick-arrow{border:none;font-size:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9;width:40px;height:40px;background-color:#000;border-radius:100%;cursor:pointer;}
.testimonial-section .testimonial-slider .slick-arrow:after{color:#e9f3ff;font-size:25px;font-family:fontawesome;}
.testimonial-section .testimonial-slider .slick-prev{left:-70px;}
.testimonial-section .testimonial-slider .slick-prev:after{content:'\f053';margin-right:2px;}
.testimonial-section .testimonial-slider .slick-next:after{content:'\f054';margin-left:2px;}
.testimonial-section .testimonial-slider .slick-next{right:-70px;}

/* Packages */
.packages-section{padding:67px 0 21px;}
.packages-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:43px;}
.packages-inner .packages-single{width:50%;text-align:center;padding:00 86px;margin-bottom:57px;}
.packages-inner .packages-single .pk-img{width:144px;height:160px;margin:0 auto 14px;}
.packages-inner .packages-single .pk-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}
.packages-inner .packages-single .pk-detail h4{color:#00224D;font-weight:500;}

/* Register now */
.register-now{position:relative;z-index:1;padding:69px 0 74px;}
.register-now:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background-repeat:no-repeat;background-position:center;background-size:cover;}
.register-now-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.register-now-inner .left{width:35%;}
.register-now-inner .left .rn-img {
	text-align: right;
}
.register-now-inner .right{padding-left:107px;width:65%;}
.register-now-inner .right .content h2{color:#fff;}
.register-now-inner .right .content h5{color:#fff;font-weight:400;}
.register-now-inner .right .content a{background-color:#F99D1B;color:#fff;display:inline-block;font-size:24px;padding:15px 22px ;border-radius:5px;line-height:1.4;}
.register-now-inner .right .content a:hover{background-color:#e78a06;}

/*Footer */
.footer-section{padding:77px 0 70px;}
.footer-inner{text-align:center;}
.footer-inner .social-media ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;list-style:none;}
.footer-inner .social-media ul li{margin:0px 10px;}
.footer-inner .social-media ul li a{background-color:#1e64af;width:36px;height:36px;color:#fff;border-radius:100%;text-align:center;font-size:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px}
.footer-inner .social-media ul li a:hover{background-color:#f99d1b;}
.footer-inner .social-media{margin:30px 0 28px;}
.footer-inner .copy-right p{font-size:16px;line-height:1.5;color:#011C3C;}


/* header-lp2-section */
.header-lp2-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:19px 90px 18px;position:relative;width:100%;transition: all .2s ease-in-out;z-index: 999;background-color: #fff;} 
.header-lp2-section .logo{width:280px;}
.header-lp2-section  .heager-menu{width:calc(100% - 280px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.header-lp2-section .heager-menu .main-menu ul{padding:0;margin:0;list-style:none;}
.header-lp2-section .heager-menu .main-menu ul > li a{color:#011C3C;font-size:16px;line-height:1.5;display:inline-block;width:100%;}
.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal > ul > li{margin-left:28px;float:left;margin-bottom:0;}
.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal > ul > li:first-child{margin-right:0;}
.header-lp2-section .heager-menu .reg-btn{margin-left:47px;}
/* #top-sticky-header { transform: translateY(-150%);position: fixed;top: 0; left: 0; width: 100%; z-index: 99;padding:8px 90px 9px;box-shadow:0 0 20px 0px rgb(0 0 0 / 0.2);}
#top-sticky-header.sticky {transform: translateY(0);}
#top-sticky-header .logo img{max-width:200px;}
#top-sticky-header .heager-menu .reg-btn a.orange-btn{font-size:16px;line-height: 1.4;padding:9px 30px;} */

.header-lp2-section.sticky{ -webkit-animation: slide-top 0.3s linear 0.2s alternate both;animation: slide-top 0.3s linear 0.2s alternate both;position: fixed;top: 0; left: 0; width: 100%; z-index: 99;padding:8px 90px 9px;box-shadow:0 0 20px 0px rgb(0 0 0 / 0.2);}

.header-lp2-section.sticky .logo img{max-width:200px;}
.header-lp2-section.sticky .heager-menu .reg-btn a.orange-btn{padding: 9px 43px 11px;} 
@-webkit-keyframes slide-top{
	0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:1;}

}
@keyframes slide-top{
	0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:1;}

}

/* Banner LP2 */
.banner-section{position:relative;z-index:1;}
.banner-section>div>div{min-height:440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1;}
.banner-inner{text-align:center;padding:50px 0;}
.banner-inner h1{color:#fff;margin-bottom:25px;}
.banner-inner p{color:#fff;margin-bottom:34px;}
.lp2 h1{font-size:60px;}
/* Register form Lp2 */
.register-form-lp2{padding:80px 00;}
.register-form-lp2-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.register-form-lp2-inner .left{width:45%;}
.register-form-lp2-inner .left .content h2{color:#011C3C;}
.register-form-lp2-inner .left .content p{color:#011C3C;}
.register-form-lp2-inner .right{width:55%;padding-left:94px;}
.register-form-lp2-inner .right .register-form{background-color:#fff;-webkit-box-shadow:0 0 24px rgb(0 0 0 / .24);box-shadow:0 0 24px rgb(0 0 0 / .24);border-radius:15px;padding:44px 50px 49px;position:relative;}
.register-form-lp2-inner .right .register-form .label h3{font-weight:500;text-align:center;}
.register-form-lp2-inner .right .register-form .form-input{margin:23px 0 0px;}
.banner-inner .reg-btn .hs-button {font-size: 24px;padding: 15px 40px;}
/* zig-zag LP2 */
.zig-zag-section{padding:71px 0 80px;}
.zig-zag-inner{margin-top:34px;}
.zig-zag-inner .zig-zag-outter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.zig-zag-inner .zig-zag-outter + .zig-zag-outter{margin-top:58px;}
.zig-zag-inner .zig-zag-outter .zig-zag-img{width:50%;}
.zig-zag-inner .zig-zag-outter .zig-zag-content{width:50%;}
.zig-zag-inner .zig-zag-outter.odd .zig-zag-img img{border-radius:0 40px 40px 0;}
.zig-zag-inner .zig-zag-outter.odd .zig-zag-content{padding-left:85px;}
.zig-zag-inner .zig-zag-outter.even .zig-zag-content{padding-right:85px;}
.zig-zag-inner .zig-zag-outter.even{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
.zig-zag-inner .zig-zag-outter.even .zig-zag-img img{border-radius:40px 0 0 40px;}

/* Service LP2*/
.service-section{padding:72px 0 42px;}
.service-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;margin-top:30px;}
.service-inner .service-single{width:25%;padding:0 15px;}
.service-inner .service-single .single-inner{text-align:center;position:relative;margin-bottom:37px;}
.service-inner .service-single .single-inner .front .icon{width:144px;height:160px;margin:0 auto;}
.service-inner .service-single .single-inner .front .icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}
.service-inner .service-single .single-inner .front .content h4{color:#011C3C;}
.service-inner .service-single .single-inner .hover{position:absolute;top:50%;left:50%;background-color:#e9f3ff;-webkit-transform:translate(-50%,-50%) scale(0.8);-ms-transform:translate(-50%,-50%) scale(0.8);transform:translate(-50%,-50%) scale(0.8);width:100%;border:1px solid #011C3C;border-radius:5px;padding:20px;opacity:0;visibility:visible-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;;display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap:wrap;flex-wrap:wrap;}
.service-inner .service-single .single-inner .hover a.orange-btn{padding:4px 24px 6px;font-size:15px;line-height: 1.7;    cursor: url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/cursor.png),default;}
.service-inner .service-single .single-inner .hover h5{margin-bottom:0;color:#011C3C;}
.service-inner .service-single .single-inner .hover p{color:#011C3C;font-size:15px;}
.service-inner .service-single .single-inner:hover .hover{opacity:1;visibility:visible;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);height:100%;}

/* Timeline LP2*/
.timeline-section{padding:70px 0 61px;}
.timeline-inner{margin-top:52px;}
.timeline-inner .box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
/* .timeline-inner .box-wrapper>div{width:50%;} */
.timeline-inner .box-wrapper .time{text-align:right;padding-right:40px;position:relative;z-index:1;width:30%;}
.timeline-inner .box-wrapper .time-content{text-align:left;padding-left:40px;width:70%;}
.timeline-inner .box-wrapper .time h4{font-family:'Gotham';font-weight:400;margin-bottom:0;color:#011C3C;}
.timeline-inner .box-wrapper .time-content h4{font-family:'Gotham';font-weight:400;margin-bottom:0;color:#011C3C;}
.timeline-inner .box-wrapper .time-content p{font-size:15px;color:#8A8A8A;display:inline-block;}
.timeline-inner .box-wrapper .time:after{content:'';position:absolute;border-right:3px solid #011B3B;top:14px;right:0;width:100%;height:100%;z-index:-1;}
.timeline-inner .box-wrapper .time:before{content:'';position:absolute;top:11px;right:-5.1px;width:14px;height:14px;border-radius:100%;background-color:#011B3B;z-index:-1;}
.timeline-inner .box-wrapper:last-child .time:after{content:none;}
.timeline-section .cta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;    margin-top: 40px;}
.timeline-section .cta >div:last-child{padding-left:40px;}

/* Passes Glance LP2 */
.passes-glance-section{padding:70px 0 50px;}
.passes-glance-inner .single-box{width:33.33%;padding:0 15px;}
.passes-glance-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:44px -15px 0;}
.passes-glance-inner .box-inner{text-align:center;padding:67px 25px 56px;position:relative;margin-bottom:30px;}
.passes-glance-inner .box-inner .price h3{color:#fff;font-size:52px;}
.passes-glance-inner .box-inner .price h2{color:#fff;margin-bottom:0;}
.passes-glance-inner .box-inner .star i{font-size:50px;color:#FFB621;margin: 0 5px;}
.passes-glance-inner .box-inner .content ul{color:#fff;font-size:15px;padding-left:21px;text-align: left;}
.passes-glance-inner .box-inner .content p{font-size:15px;color:#fff;}
.passes-glance-inner .box-inner .label{width:100px;height:100px;margin-left:auto;position:absolute;right:0;top:0;}
.passes-glance-inner .box-inner a.orange-btn{margin-top:20px;}
.passes-glance-inner .box-inner .star{margin-bottom:11px;}

/* Testimonial LP2 */
.testimonial-lp2-section{padding:70px 0 78px;}
.testimonial-lp2-section .testimonial-slider{margin-top:52px;}
.testimonial-lp2-section .testimonial-slider .slick-list{padding:37px 0 10px;margin:0 -25px;}
.testimonial-lp2-section .testimonial-slider .slider-outter > div{padding:0 25px;position:relative;}
.testimonial-lp2-section .testimonial-slider .slider-outter > div:after{content:'';position:absolute;top:100%;height:7px;background-color:#011C3C;width:calc(100% - 90px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
.testimonial-lp2-section .testimonial-slider .slider-box{-webkit-box-shadow:0 0 7px 0px rgb(0 0 0 / 0.08);box-shadow:0 0 7px 0px rgb(0 0 0 / 0.08);position:relative;padding:60px 20px 40px;}
.testimonial-lp2-section .testimonial-slider .slider-box:after{content:'';position:absolute;top:15px;left:15px;width:39px;height:39px;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/top-quate.png);background-position:center;background-size:contain;background-repeat:no-repeat;}
.testimonial-lp2-section .testimonial-slider .slider-box:before{content:'';content:'';position:absolute;bottom:15px;right:15px;width:39px;height:39px;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/bottom-quate.png);background-position:center;background-size:contain;background-repeat:no-repeat;}
.testimonial-lp2-section .testimonial-slider .slider-box .detail{text-align:center;}
.testimonial-lp2-section .testimonial-slider .slider-box .detail *{font-family:'Roboto',sans-serif;}
.testimonial-lp2-section .testimonial-slider .slider-box .leader-img{width:76px;height:76px;border-radius:100%;overflow:hidden;margin:0 auto;position:absolute;top:-35px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
.testimonial-lp2-section .testimonial-slider .slider-box .detail .leader-detail h5{color:#011C3C;margin-bottom:4px;font-weight:400;}
.testimonial-lp2-section .testimonial-slider .slider-box .detail .leader-detail p{font-size:15px;color:#011C3C;display:block;}
.testimonial-lp2-section .testimonial-slider .slider-box .detail .content p{color:#011C3C;font-size:15px;font-weight:300;display:inline-block;}
.testimonial-lp2-section .testimonial-slider .slick-prev{left:-70px;}
.testimonial-lp2-section .testimonial-slider .slick-arrow{border:0;font-size:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9;width:40px;height:40px;background-color:#000;border-radius:100%;cursor:pointer;}
.testimonial-lp2-section .testimonial-slider .slick-prev:after{content:'\f053';margin-right:2px;}
.testimonial-lp2-section .testimonial-slider .slick-arrow:after{color:#fff;font-size:25px;line-height:43px;font-family:fontawesome;}
.testimonial-lp2-section .testimonial-slider .slick-next{right:-70px;}
.testimonial-lp2-section .testimonial-slider .slick-next:after{content:'\f054';margin-left:2px;}

/* Global Partner lp2 */
.global-partner{padding:72px 0 80px;}
.global-partner-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;padding:20px 25px;margin-top:20px;}
.global-partner-inner .partner-img{width:25%;height:62px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0;padding:0 15px;}
.global-partner-inner .partner-img img{height:100%;width:100%;-o-object-fit:scale-down;object-fit:scale-down;}

/* MAp lp2 */
.map-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;padding:80px 0;}
.map-section .left{width:50%;padding-right:120px;}
.map-section .right{width:50%;    /* height: 488px; */}
.map-section .right .map{height:488px;}
.map-section .left *{color:#011C3C;}

/* Footer-lp2 */
.footer-lp2-section{padding:84px 0 63px;}
.footer-lp2-section .footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.footer-lp2-section .footer-top .social-icon ul li a{background-color:#fff;width:36px;height:36px;color:#1b4d9f;border-radius:100%;text-align:center;font-size:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;}
.footer-lp2-section .footer-top .social-icon ul li a:hover {background-color: #f99d1b;color: #fff;}
.footer-lp2-section .footer-top .social-icon ul li{margin:0px 10px;}
.footer-lp2-section .footer-top .social-icon ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 0 12px 17px;list-style:none;border-left:1px solid #fff;margin-left:34px;}
.footer-lp2-section .bottom-footer *{font-family:'Roboto',sans-serif;font-size:16px;color:#fff;}
.footer-lp2-section .bottom-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px;}
.footer-lp2-section .bottom-footer .copy-right-menu{margin-left:25px;}
.footer-lp2-section .bottom-footer .copy-right-menu >div{display:inline-block;position:relative;margin-left:3px;padding-left:9px;}
.footer-lp2-section .bottom-footer .copy-right-menu >div:after{content:'';height:15px;width:1px;background-color:#fff;position:absolute;top:-2px;left:0;bottom:0;margin:auto;}
.footer-lp2-section .bottom-footer .copy-right-menu >div:first-child{margin-left:0;padding-left:0;}
.footer-lp2-section .bottom-footer .copy-right-menu >div:first-child:after{content:none;}


/*thank-you*/
.thank-you{padding:192px 0 90px;min-height:445px;}
.thank-you-inner{text-align:center;max-width:720px;margin:0 auto;color:#000;}
.register-form-blog.ty-blog{padding-top:74px;}
.register-form-blog.ty-blog .form-blog-inner{margin-top:55px;}
.free-resource-inner{margin-top:47px;}
.free-resource-smart {text-align: center;padding:77px 0 84px;}
.free-resource-smart .hs-responsive-embed {margin-top: 48px !important;max-width: 100% !important;max-height: 100% !important;}
.free-resource-inner .video{max-width:680px;width:100%;height:360px;margin:0 auto;}
.free-resource-inner .video iframe{width:100%;height:100%;}
.free-resource{padding:77px 0 84px;}
.free-resource-smart .hs-responsive-embed-inner-wrapper {max-width: 680px !important;width: 100%;height: 360px;padding: 0 !important;margin: 0 auto !important;}
.register-form-blog .form-blog-inner .left .content img {margin-bottom: 23px;}
.form-div-wrap img {margin-bottom: 0 !important;}
.smart-cta-section{text-align:center;padding:74px 0 80px;}
.smart-cta-section .container>div>div{max-width:970px;margin:0 auto;}
.register-form-blog.ty-blog .form-blog-inner .register-form .hs-main-font-element {margin-bottom: 40px;}
.register-form-blog.ty-blog .form-blog-inner .register-form .hs-main-font-element h3 {font-weight: 500;}
.meta-with-title.size-0 { display: none; }
.form-div-wrap {display: none;}
/********************************** LP3 Demo Page *********************************************/

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

.register-form-blog.lp-3-smart{padding-bottom:20px !important;}
.register-form-blog.lp-3-smart .form-blog-inner .right .register-form{margin-bottom:-127px;}
.register-form-blog.lp-3-smart .form-blog-inner>div>div{    -webkit-box-align: start;-ms-flex-align: start;align-items:start;}

.register-form-blog.lp-3-smart .form-blog-inner .left .blog-image {
	padding: 0;}

/*logo-section*/

.apb-logo-section { padding: 65px 0 75px 0; }
.apb-logo-section .apb-logo-title { text-align: center; margin-bottom: 35px; }
.apb-logo-section .apb-logo-title h2{ color:#00274f;}
.apb-logo-section .apb-logo-ctn { display: flex; flex-wrap: wrap; justify-content: center; }
.apb-logo-section .apb-logo-img {width: 20%; text-align: center; padding: 10px 15px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* feature-logo */
.feature-logo-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.feature-logo-inner .feature-title{width:110px;}
.feature-logo-inner .feature-imgs{width:calc(100% - 110px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.feature-logo-inner .feature-imgs >div{padding:0 6px;margin-bottom: 15px}
.feature-logo{padding:39px  0;}
.feature-logo-inner {width: 54%;      margin-right: auto;}

/*placeholder-section*/

.apb-place-section{position: relative;  z-index: 1}
.apb-place-section:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; background-repeat: no-repeat; background-position: center; background-size: cover; }
.apb-place-section .apb-place-ctn { padding: 75px 0; }
.apb-place-section .apb-place-btn{  margin-top:30px;}
.apb-place-section .apb-place-title h2{ color:#ffffff;}
.apb-place-section .apb-place-btn a { background-color: #f99d1b; color: #fff; display: inline-block; font-size: 24px; padding: 15px 22px; border-radius: 5px; line-height: 1.4; }


/*grow-section*/

.apb-grow-section{ padding-top:75px;}
.apb-grow-section .apb-grow-title h2{ color:#00274f;}
.apb-grow-section .apb-grow-ctn { display: flex; flex-wrap: wrap;  margin-left:-15px; margin-right:-15px; margin-top: 55px; }
.apb-grow-section .apb-grow-inner { width:calc(33.33% - 30px); margin-left:15px; margin-right:15px; margin-bottom: 70px; }
.apb-grow-section .apb-grow-title h3{ color:#00274f;}
.apb-grow-section .apb-grow-img { margin-bottom: 20px; }
.apb-grow-section .apb-grow-ctn .apb-grow-title h3 { margin-bottom: 0; }
/*testimonil-section*/

.apb-testi-section { padding: 75px 0; }
.apb-testi-section .apb-testi-title h2{ color:#00274f;}
.apb-testi-section .apb-testi-content p{ color:#011c3c;}
.apb-testi-section .apb-testi-img{ width: 135px; height: 135px; margin: 0 auto; margin-top:-110px;  }
.apb-testi-section .apb-testi-img img { border-radius: 100px; border: 4px solid #fff; width: 100%; height: 100%; object-fit: cover; }
.apb-testi-section .apb-testi-inner{ margin-top:45px;}
.apb-testi-section .apb-testi-ctn { padding: 35px; position:relative;}
.apb-testi-section.desktop .apb-testi-ctn {margin: 71px 12px 25px;
	width: calc(33.33% - 24px);}
.apb-testi-section.desktop .apb-testi-inner{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto!important;margin:0 -12px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.apb-testi-section .apb-testi-desci{ margin-top:30px; position:relative;  text-indent: 31px;}
.apb-testi-section .apb-testi-desci p{ color:#011c3c; padding-right:8px;}
.apb-testi-section .apb-testi-author h5{ font-size:19px; color:#011c3c; margin-bottom:0; font-weight:700;}
.apb-testi-section .apb-testi-author h6{ font-size:16px; color:#011c3c;}
.apb-testi-section .apb-testi-desci:after{ content:""; position:absolute; width:26px; height:19px; top:4px; left:0;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/left.png); background-repeat:no-repeat;}
.apb-testi-section .apb-testi-desci:before{ content:""; position:absolute; width:26px; height:19px; bottom:0; right:0;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/right.png); background-repeat:no-repeat;}
.apb-testi-section .owl-carousel .owl-item{padding-top: 71px; padding-bottom: 25px; }
.apb-testi-section .owl-stage { display: flex; flex-wrap: wrap; }
.apb-testi-section .owl-item { display: flex; flex-wrap: wrap; }
.apb-testi-section .owl-item.active.center .apb-testi-ctn,.apb-testi-section.desktop .apb-testi-ctn:hover, .apb-testi-section .owl-item:hover .apb-testi-ctn{ -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;;  -webkit-box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);
	-moz-box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);
	box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);}
.apb-testi-section.mobile {
	display: none;
}


/* Future Health */
.future-health-wrapper{display:flex;justify-content:center;flex-wrap:wrap;margin-top:55px;}
.future-health-wrapper .inner{padding:0 15px;text-align:center;margin-bottom:25px;width:33.33%;}
.future-health-wrapper .label-text .counter{color:#00274f;margin-bottom:0;}
.future-health-sec{padding:75px 0 60px;}
.future-health-wrapper .inner .img img{height:120px;object-fit:contain;}


/*help-section*/

.apb-help-section{ padding:75px 0;}
.apb-help-section .apb-help-title h2{ color:#00274f;}
/* .apb-help-section .apb-help-ctn { max-width: 545px; margin: 0 auto; } */
.apb-help-section .apb-help-img img{ width:112px; height:112px; border-radius:100px; border:2px solid #1964b1;}
.apb-help-section .apb-help-count h2{ font-size:75px;}
.apb-help-section .apb-help-content p{ color: #011c3c; }
.apb-help-section .apb-help-inner { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 70px; position:relative; }
.apb-help-section .apb-help-inner:before{ content:""; position:absolute; left: 104px; top: 100%; width:15px; height:70px; background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/before.png);}
.apb-help-section .apb-help-count { width: 120px; padding-right:35px; }
.apb-help-section .apb-help-img{ width:130px;}
.apb-help-section .apb-help-content{ width:calc(100% - 250px); padding-left: 35px;}
.apb-help-title { margin-bottom: 30px; }
.apb-help-section .apb-help-inner:last-child:before{ display:none;}
.apb-help-section .apb-help-inner:last-child{ margin-bottom:0;}
.apb-help-section .apb-help-btn{ margin-top:40px;}
.apb-help-section .apb-help-btn a { background-color: #f99d1b; color: #fff; display: inline-block; font-size: 24px; padding: 15px 22px; border-radius: 5px; line-height: 1.4; }
.apb-help-section .apb-help-btn a:hover,.apb-place-section .apb-place-btn a:hover{    background-color: #e78a06;}
.apb-help-section .apb-help-content.mobi { display: none; }
.apb-help-section .owl-nav{ display:none;}
.footer-inner .social-media ul li:before{ display:none;}
.footer-inner .social-media ul li{ padding-left:0;}
.register-form-blog .form-blog-inner .left ul li:before{ display:none;}
/**************** EBook LP *******************/
.ebook-lp .header-section { position: static; padding: 20px 0;background-color:#fff; }
.ebook-lp .register-form-blog:after {background-image: url('https://info.breakthroughptmarketing.com/hubfs/Breakthrough%20-%20LP%20-%20Aug2020/Images/pattern.png'); background-position: right; background-size: contain; background-repeat: no-repeat; background-color: transparent;} 
.ebook-lp .register-form-blog .form-blog-inner .left .meta-with-title ul li span img , .smart-lp .register-form-blog .form-blog-inner .left .content ul li:after {filter: invert(60%) sepia(95%) saturate(538%) hue-rotate(344deg) brightness(100%) contrast(97%);;}
.ebook-lp .register-form-blog .form-blog-inner .left * {color:#fff !important}
.ebook-lp .register-form-blog .form-blog-inner .left h1, .smart-lp .register-form-blog .form-blog-inner .left h2,.smart-lp .register-form-blog .form-blog-inner .left h5 {color:#FA9C1E !important}
/* .ebook-lp .register-form-blog {background: rgb(0,45,94);background: linear-gradient(115deg, rgba(0,45,94,1) 0%, rgba(26,93,165,1) 100%);padding:100px 0 30px;} */
.ebook-lp .register-form-blog {padding:76px 0 30px;}

a.orange-btn.open-popup-link.popup-cta-btn { display: none; }
.ebook-lp .help-practice{padding:115px 0 59px;}
.ebook-lp .help-pratice-inner{display:flex;justify-content:center;flex-wrap:wrap;margin:51px -15px 0; position:relative;}
.ebook-lp .help-pratice-inner .single-box{padding:0 15px;width:50%;}
.ebook-lp .help-pratice-inner .single-box .inner{background-color:#fff;box-shadow:0 0 14px 0px rgb(0 0 0 / 0.2);padding:33px 40px 40px;margin-bottom:30px;}
.ebook-lp .help-pratice-inner .single-box .inner h4{color:#00224d;font-weight:600;margin-bottom:0;}
.ebook-lp .help-pratice-inner .single-box .inner h2{color:#00224d;font-weight:700;}
.ebook-lp .register-form-blog.lp-4 .book-img {margin-bottom: -134px; padding-right:20px;}
.ebook-lp .register-form-blog.lp-4 .left {width: 54%;}
.ebook-lp .register-form-blog.lp-4 .right {padding-left: 0;width: 46%;}
.ebook-lp .register-form-blog.lp-4 .form-blog-inner {margin-top: 76px; position:relative;}
/* .ebook-lp .register-form-blog.lp-4 .register-form-pu{position:fixed;top:0;left:0;justify-content:center;align-items:center;width:100%;height:100%;background-color:rgb(255 255 255 / 0.5);visibility:hidden;opacity:0;padding:50px 0;overflow:auto;}
.ebook-lp .register-form-blog.lp-4 .register-form-pu .register-form{max-width:600px;width:100%;}
.ebook-lp.overlay .register-form-blog.lp-4 .register-form-pu .close{position:fixed;top:10px;right:30px;}
body.ebook-lp.overlay{overflow:hidden;}
.ebook-lp.overlay .register-form-blog.lp-4 .register-form-pu{opacity:1;visibility:visible;}
.ebook-lp .register-form-blog.lp-4 .content li::marker {color: #fff;} */

.register-form-pu .register-form {
	background-color: #fff;
	-webkit-box-shadow: 0 0 24px rgb(0 0 0 / .24);
	box-shadow: 0 0 24px rgb(0 0 0 / .24);
	border-radius: 15px;
	padding: 82px 50px 58px;
	position: relative;
}

.register-form-pu .register-form .label {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.register-form-pu .register-form .form-input {
	margin: 26px 0 14px;
	width: 100%;
}

.popup-commen {

	max-width: 500px;
	margin: 20px auto;position: relative;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close {
	font-size: 60px !important;
	right: 11px !important;
	top: 5px !important;
	opacity: 1 !important;
}



.header-inner .logo { align-items: center; display: flex; justify-content: space-between; }
a.bptm-nav-cta.orange-btn {
	font-size: 15px;
	padding: 9px 13px;
}
.header-inner .logo .logo-img img {
	max-width: 700px;
}

@media (max-width: 767px) {

	.ebook-lp .register-form-blog {background-image: linear-gradient(115deg, rgba(0,45,94,1) 0%, rgba(26,93,165,1) 100%) !important;padding:60px 0 80px}
	.ebook-lp .register-form-blog.lp-4 .book-img {margin-bottom: 0; padding-right:0;}
	.ebook-lp .register-form-blog.lp-4 .left{width:100%;}  
	.ebook-lp .register-form-blog.lp-4 .right{width:100%;}
	.ebook-lp .register-form-blog.lp-4 .form-blog-inner {margin-top: 36px;}
	.ebook-lp .register-form-blog.lp-4 .book-img {
		height: 300px;
	}

	.ebook-lp .register-form-blog.lp-4 .book-img img {height: 100%;}
}

.register-form-blog .content { text-align: center; max-width: 1000px; margin: 0 auto; }

/********************************** LP5 Video Page *********************************************/


.register-form-blog.lp-5{display:none;}

/*  */
.pk-video-lp .header-section .logo img{max-width:200px;}
.pk-video-lp .header-section .logo  a.bptm-nav-cta.orange-btn{font-size:16px;padding:9px 20px;display:block;opacity:0;visibility:hidden;transition:all 0.3s linear;}
.pk-video-lp  .header-section.sticky{-webkit-animation:slide-top .3s linear .2s alternate both;animation:slide-top .3s linear .2s alternate both;position:fixed;top:0;left:0;width:100%;z-index:99;box-shadow:0 0 20px 0px rgb(0 0 0 / .2);background-color:#fff;}
.pk-video-lp .header-section.sticky .logo a.bptm-nav-cta.orange-btn{opacity:1;visibility:visible;}

/**/
.pk-video-banner-inner{display:flex;flex-wrap:wrap;align-items:center;}
.pk-video-banner-inner .left{width:50%;text-align:center;}
.pk-video-banner-inner .right{width:50%;padding-left:75px;}
.pk-video-banner-sec{padding:100px 0;background:#002d5e;background:linear-gradient(115deg,rgba(0,45,94,1) 0%,rgba(26,93,165,1) 100%);}

/**/
.pk-partner-logo-wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px;}
.pk-partner-logo-wrapper .outter{width:16.66%;text-align:center;padding:0 15px;margin-bottom:20px;}
.pk-video-partner-logo{padding:20px 0 0;}

/**/
.pk-video-lp-blog{padding:60px 0 0;}
.pk-video-lp .header-section{position:static;padding:20px 0;}
.pk-video-lp-wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -25px;}
.pk-video-lp-wrapper .inner .video{-webkit-box-shadow:0px 29px 36px -19px rgba(0,0,0,0.48);-moz-box-shadow:0px 29px 36px -19px rgba(0,0,0,0.48);box-shadow:0px 29px 36px -19px rgba(0,0,0,0.48);}
.pk-video-lp-wrapper .inner .video .hs-embed-wrapper{max-width:100%!important;max-height:100%!important;}
.pk-video-lp-wrapper .outter{width:50%;padding:0 25px;margin-bottom:30px;}
.pk-video-lp-wrapper .outter:first-child{width:100%;}
.pk-video-lp-wrapper .inner .content{text-align:center;margin-top:15px;}


/**/
.pk-video-review-wrapper{display:flex;justify-content:center;flex-wrap:wrap;margin:51px -15px 0;}
.pk-video-review-wrapper .outter{width:33.33%;padding:0 15px;margin-bottom:30px;}
.pk-video-review-wrapper .outter .inner{position:relative;z-index:1;background-color:#fff;box-shadow:0 0 14px 0px rgb(0 0 0 / .2);padding:33px 40px 20px;}
.pk-video-review-wrapper .outter .inner:after{content:'';position:absolute;left:39px;top:-23px;background-image:url(https://5178373.fs1.hubspotusercontent-na1.net/hubfs/5178373/Breakthrough%20-%20LP%20-%20Aug2020/Images/quotesnew.png);width:63px;background-repeat:no-repeat;background-size:contain;background-position:center;height:46px;z-index:-1;opacity:.5;}
.pk-video-review-sec{padding:80px 0 59px;}

/**/
.zig-zag-section.edit-side .zig-zag-inner .zig-zag-outter .zig-zag-img img{border-radius:0;}
.zig-zag-section.edit-side .zig-zag-inner .zig-zag-outter .zig-zag-content{padding-left:85px;}
.zig-zag-section.edit-side .zig-zag-inner .zig-zag-outter.even .zig-zag-content{padding-left:0;}


/*  */
.register-form .logo {
	width: 78px;
	height: 78px;
}

.register-form-blog .form-blog-inner .right .register-form {
	padding: 35px 30px 25px;
}
.smart-lp .register-form-blog .form-blog-inner .right .register-form .form-input h3.form-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}
.hs_cos_wrapper_type_form input.hs-button {
	height: 58px;
}

.register-form-blog .form-blog-inner .right .register-form .form-input {
	margin: 15px 0 14px;
} 
ul.inputs-list {
	padding: 0;
	list-style: none;
}

ul.inputs-list li span {
	font-size: 12px;
	margin-left: 11px;
}
.smart-lp .register-form-blog .form-blog-inner .right .register-form .form-input h3.form-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}
.register-form-blog .form-blog-inner .right .register-form .label h3 {

	font-size: 22px;    margin-bottom: 0;
}
.smart-lp .header-section { position: static; padding: 20px 0;background-color:#fff; }

/* system pages */
.password-template .header-section { padding-top: 19px; }
.password-template .social-media:before {display:none;}
.password-template .social-media {position:unset;}
.pass-form-main { background-color: #fff; -webkit-box-shadow: 0 0 24px rgb(0 0 0 / .24); box-shadow: 0 0 24px rgb(0 0 0 / .24); border-radius: 15px; padding: 50px 50px 58px; position: relative; }
.pass-form-main input[type="password"]:focus{box-shadow: unset;}
.pass-form-main input.hs-button.primary.large { background-color: #f99d1b; border: 0; color: #fff; font-size: 18px; margin-top: 30px; padding: 10px 40px; }
.pass-form-main input.hs-button.primary.large:hover { background-color: #e78a06; }
.password-template .body-container-wrapper { align-items: center; display: flex; justify-content:center; flex-wrap:wrap; }
.password-template form input { margin-bottom: 20px; padding: 10px 18px; margin-top: 20px !important; }
.pass-form-main { margin-top: 100px; }
.password-template .footer-section { padding: 30px 0 70px; }
/***************************************************************Media***************************************************/




@media(max-width:1400px){
	.header-lp2-section{padding:19px 50px 18px;}
	.header-lp2-section.sticky{padding:9px 50px 8px;}
	.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal>ul>li{margin-left:20px;}
	.header-lp2-section .heager-menu .reg-btn a.orange-btn{padding:13px 30px;}
	.header-lp2-section.sticky .heager-menu .reg-btn a.orange-btn {padding: 7px 30px;}
}
@media(max-width:1279px){
	body{font-size:18px;}
	h1{font-size:35px;}
	h2{font-size:28px;}
	h3{font-size:26px;}
	h4{font-size:22px;}
	h5{font-size:18px;}
	p{font-size:17px;}
	.title h5{margin-top:4px;}
	.hs_cos_wrapper_type_form input.hs-button{height:60px;}
	.header-section{padding:30px 0 0;}
	.header-inner .logo .logo-img img{max-width:500px;}
	/*     .register-form-blog .form-blog-inner .left .blog-image{height:245px;} */
	.register-form-blog{padding:150px 0 50px;}
	.register-form-blog .form-blog-inner .right .register-form{padding:60px 35px 45px;}
	.register-form-blog .form-blog-inner .right .register-form .form-input{margin:12px 0 14px;}
	.register-form .logo{width:80px;height:80px;padding:18px;}
	.team-section{padding:60px 0 15px;}
	.team-inner{margin:50px auto 0;}
	.team-inner .leader-box .leader-img{width:188px;height:188px;}
	.testimonial-section{padding:60px 0 70px;}
	.testimonial-section .testimonial-slider .slick-prev{left:-15px;}
	.testimonial-section .testimonial-slider .slick-next{right:-15px;}
	.testimonial-section .testimonial-slider .slider-outter>div{padding:0 15px;}
	.testimonial-section .testimonial-slider{padding:0 40px;}
	.packages-inner .packages-single{padding:00 25px;}
	.packages-inner .packages-single .pk-detail h4{margin-bottom:13px;}
	.packages-section{padding:60px 0 21px;}
	.packages-inner .packages-single .pk-img{width:125px;height:135px;}
	.register-now-inner .right{padding-left:50px;}
	.register-now{padding:60px 0 60px;}
	.register-now-inner .right .content a{font-size:21px;padding:13px 22px;}
	.footer-section{padding:60px 0 60px;}
	.header-lp2-section{padding:19px 25px 18px;}
	.header-lp2-section.sticky{padding: 9px 25px 8px;}
	.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal>ul>li{margin-left:15px;}
	.header-lp2-section .heager-menu .reg-btn a.orange-btn{padding:11px 15px;font-size:16px;}
	.header-lp2-section.sticky .heager-menu .reg-btn a.orange-btn { padding: 9px 15px;}
	.header-lp2-section .heager-menu .reg-btn{margin-left:20px;}
	.header-lp2-section .logo{width:200px;}
	.header-lp2-section .heager-menu{width:calc(100% - 200px);}
	.orange-btn,.reg-btn .hs-button{padding:11px 30px;}
	.register-form-lp2{padding:60px 00;}
	.zig-zag-section{padding:60px 0 70px;}
	.service-section{padding:60px 0 32px;}
	.passes-glance-section{padding:60px 0 40px;}
	.passes-glance-inner .box-inner .label{width:80px;height:80px;}
	.passes-glance-inner .box-inner .price h3{color:#fff;font-size:40px;}
	.passes-glance-inner .box-inner .star i{font-size:40px;}
	.passes-glance-inner .box-inner a.orange-btn{margin-top:10px;}
	.passes-glance-inner .box-inner{text-align:center;padding:57px 25px 46px;}
	.timeline-section{padding:60px 0 51px;}
	.testimonial-lp2-section{padding:60px 0 68px;}
	.global-partner{padding:60px 0 70px;}
	.global-partner-inner .partner-img{margin:10px 0;height:55px;}
	.map-section .left{padding-right:50px;}
	.map-section{padding:60px 0;}
	.zig-zag-inner .zig-zag-outter.odd .zig-zag-content{padding-left:50px;}
	.zig-zag-inner .zig-zag-outter.even .zig-zag-content{padding-right:50px;}
	.testimonial-lp2-section .testimonial-slider .slider-outter>div{padding:0 15px;}
	.testimonial-lp2-section .testimonial-slider{padding:0 50px;}
	.testimonial-lp2-section .testimonial-slider .slick-prev{left:0;}
	.testimonial-lp2-section .testimonial-slider .slick-next{right:0;}
	.testimonial-lp2-section .testimonial-slider .slick-list{margin:0 -15px;}
	.footer-lp2-section{padding:60px 0 43px;}
	.thank-you {padding: 160px 0 80px;min-height: 385px;}
	.register-form-blog.ty-blog {padding-top: 60px;}
	.free-resource,.free-resource-smart {padding: 60px 0 67px;}
	.smart-cta-section {padding: 60px 0 65px;}
	.register-form-blog {background-size: 100% 100%;}
	.banner-inner .reg-btn .hs-button {font-size: 22px;padding: 13px 32px;}
}
@media (min-width:1200px){
	.pk-video-banner-sec .container {
		max-width: 1340px;
	}
}

@media (min-width:992px){
	.ebiz-toggle,.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal > ul .mobile-toggle{display:none;}
	.header-lp2-section .heager-menu .main-menu ul{display:block !important;height: auto !important;}
	.header-lp2-section .heager-menu .main-menu ul .reg-btn {display: none;}
}
@media(max-width:991px){
	.lp2 h1 {
		font-size: 40px;
	}
	body{font-size:16px;}
	.title h5{margin-top:0;}
	.hs_cos_wrapper_type_form input.hs-button{height:50px;}
	.hs-form-field{margin:0 0 15px 0;}
	h1{font-size:27px;}
	h2{font-size:26px;}
	h3{font-size:24px;}
	h4{font-size:20px;}
	h5{font-size:16px;}
	p{font-size:16px;}
	.header-lp2-section.sticky{position:fixed;width:100%;top:0;left:0;padding: 9px 25px 8px;box-shadow: 0 0 20px 0px rgb(0 0 0 / .2);}
	.header-lp2-section.sticky .logo img {max-width: 170px;}
	.header-lp2-section .heager-menu .reg-btn a.orange-btn {padding: 7px 15px;}
	.header-lp2-section.sticky .heager-menu .reg-btn a.orange-btn{padding: 7px 15px;}
	.register-form-blog .form-blog-inner .right{padding-left:30px;width:50%;}
	.register-form-blog .form-blog-inner .left{width:50%;}
	.register-form .logo{width:60px;height:60px;padding:15px;top:-27px;}
	.register-form-blog .form-blog-inner .right .register-form, .form-div-wrap .register-form{padding:50px 20px 30px;}
	.register-form-blog .form-blog-inner .left .content ul li:after{top:5px}
	.register-form-blog .form-blog-inner .left .content ul li{padding-left:27px;}
	.register-form-blog{padding:130px 0 50px;}
	/*     .register-form-blog .form-blog-inner .left .blog-image{height:200px;} */
	.team-section{padding:50px 0 15px;}
	.team-inner{margin:40px auto 0;}
	.team-inner .leader-box .leader-detail h4{margin-bottom:2px;}
	.testimonial-section{padding:50px 0 60px;}
	.testimonial-section .testimonial-slider .slick-arrow{width:35px;height:35px;}
	.testimonial-section .testimonial-slider .slick-arrow:after{font-size:20px;line-height:37px;}
	.packages-section{padding:50px 0 11px;}
	.packages-inner .packages-single .pk-img{width:95px;height:105px;}
	.packages-inner .packages-single{margin-bottom:40px;}
	.packages-inner .packages-single .pk-detail h4{margin-bottom:6px;}
	.register-now{padding:50px 0 50px;}
	.register-now-inner .right{padding-left:30px;}
	.register-now-inner .right .content a{font-size:18px;padding:10px 22px 12px;}
	.footer-section{padding:50px 0 50px;}
	.footer-logo img{max-width:130px;}
	.footer-inner .social-media{margin:25px 0 20px;}
	.banner-section>div>div{min-height:400px;}
	.register-form-lp2-inner .right .register-form{padding:44px 20px 49px;}
	.register-form-lp2-inner .right{width:50%;padding-left:30px;}
	.register-form-lp2-inner .left{width:50%;}
	.service-inner .service-single{width:33.33%;}
	.service-inner .service-single .single-inner .hover{padding:14px;}
	.team-inner .leader-box .leader-img{width:160px;height:160px;}
	.zig-zag-inner .zig-zag-outter.even .zig-zag-content{padding-right:30px;}
	.zig-zag-inner .zig-zag-outter.odd .zig-zag-content{padding-left:30px;}
	.register-form-lp2{padding:50px 00;}
	.zig-zag-section{padding:50px 0 60px;}
	.service-section{padding:50px 0 22px;}
	.service-inner .service-single .single-inner .front .icon{width:134px;height:150px;}
	.passes-glance-section{padding:50px 0 30px;}
	.passes-glance-inner .box-inner .price h2{font-size:20px;}
	.passes-glance-inner .box-inner .price h3{font-size:30px;}
	.passes-glance-inner .box-inner .star i{font-size:30px;}
	.orange-btn,.reg-btn .hs-button{padding:9px 30px;}
	.passes-glance-inner .box-inner .label{width:70px;height:70px;}
	.passes-glance-inner .box-inner{padding:47px 15px 35px;}
	.timeline-section{padding:50px 0 40px;}
	.testimonial-lp2-section{padding:50px 0 58px;}
	.testimonial-lp2-section .testimonial-slider .slick-arrow:after{font-size:20px;line-height:37px;}
	.testimonial-lp2-section .testimonial-slider .slick-arrow{width:35px;height:35px;}
	.testimonial-lp2-section .testimonial-slider{padding:0 30px;}
	.testimonial-lp2-section .testimonial-slider .slider-box:after,.testimonial-lp2-section .testimonial-slider .slider-box:before{width:29px;height:29px;}
	.map-section{padding:50px 0;}
	.footer-lp2-section{padding:50px 0 35px;}
	.map-section .left{padding-right:30px;}
	.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal > ul{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#1964b1;z-index:2;-webkit-box-shadow:0 3px 9px 0 rgba(0,0,0,0.2);box-shadow:0 3px 9px 0 rgba(0,0,0,0.2);padding:5px 0;}
	.header-lp2-section .heager-menu .main-menu ul>li > a{padding:7px 20px;color:#fff;border-bottom:1px solid rgb(255 255 255 / 0.2);}
	.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal>ul>li{margin-left:0;width:100%;}
	.ebiz-toggle{padding:10px 0;background-color:#f99d1b;float:right;border:0;cursor:pointer;width:43px}
	.ebiz-toggle .icon-bar{margin:auto;background-color:#fff;border-radius:1px;display:block;height:3px;position:relative;width:22px;-webkit-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease}
	.ebiz-toggle .icon-bar+.icon-bar{margin-top:4px}
	.ebiz-toggle .icon-bar:nth-child(1),.ebiz-toggle .icon-bar:nth-child(3){top:0;transform:rotate(0);-webkit-transform:rotate(0);-ms-transform:rotate(0)}
	.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:7px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}
	.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0}
	.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
	.header-lp2-section .heager-menu .reg-btn a.orange-btn{padding:8px 15px;width:auto;}
	.header-lp2-section .heager-menu .reg-btn{margin-top:0;display:none;}
	.header-lp2-section .heager-menu .main-menu ul .reg-btn {display: block !important;}
	.header-lp2-section .heager-menu .main-menu .hs-menu-flow-horizontal>ul li.reg-btn{display:block;margin-top:8px;margin-left: 15px;}
	.thank-you {padding:150px 0 70px;min-height: 335px;}
	.register-form-blog.ty-blog {padding-top: 50px;}
	.free-resource,.free-resource-smart  {padding: 50px 0 57px;}
	.smart-cta-section {padding: 50px 0 55px;}
	.free-resource-inner .video,.free-resource-smart .hs-responsive-embed-inner-wrapper {height: 270px;}
	.apb-logo-section { padding: 55px 0 30px 0; }
	.apb-place-section .apb-place-ctn { padding: 65px 0; }
	.apb-place-section .apb-place-btn a {  font-size: 21px; padding: 10px 12px;  }
	.apb-grow-section { padding-top: 65px; }
	.apb-grow-section .apb-grow-inner { width: calc(50% - 30px);  margin-bottom: 60px; }
	.apb-help-section .apb-help-btn a{ font-size: 21px; padding: 10px 12px;}
	.apb-help-section .apb-help-count h2 { font-size: 68px; }
	.apb-testi-section { padding: 65px 0;}
	.register-form-blog.lp-3-smart .form-blog-inner .right .register-form {margin-bottom: 0;}
	.feature-logo-inner {width: 100%;}
	.register-form-blog.lp-3-smart { padding-bottom: 80px !important;}
	.feature-logo {padding: 39px 0 0;} 
	.apb-testi-section.desktop .apb-testi-ctn{    width: calc(50% - 24px);}
	.banner-inner .reg-btn .hs-button {font-size: 20px;padding: 10px 26px;}
	.ebook-lp .help-practice {padding: 60px 0 30px;}
	.ebook-lp .help-pratice-inner .single-box .inner {padding: 25px 20px 30px;}
	.ebook-lp .register-form-blog {padding: 60px 0 60px;}
	.register-form-pu .register-form {padding: 50px 20px 30px;}
	.register-form-pu .register-form .label h3 {margin-bottom: 5px;}
	.future-health-sec{padding-top: 65px;}
}

@media(max-width:767px){
	.lp2 h1 {font-size: 35px;}
	h4{font-size:18px;}
	p, li {font-size: 16px;}
	.header-section.sticky { padding: 10px 0; background-color: #fff; }

	.smart-lp .header-section.sticky,.ebook-lp .header-section.sticky { padding: 10px 0; }
	.header-section.sticky .header-inner .logo .logo-img img { max-width: 300px; } 
	.header-section.sticky a.bptm-nav-cta.orange-btn { font-size: 14px; padding: 8px 11px; }
	.register-form-blog .form-blog-inner>div>div{max-width:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;}
	.register-form-blog .form-blog-inner .left{width:100%;margin-bottom:50px;}
	.register-form-blog .form-blog-inner .right{padding-left:0;width:100%;}
	.register-form-blog .form-blog-inner .left .meta-with-title ul li span{width:18px;height:18px;}
	.team-inner .leader-box{width:50%;}
	.testimonial-section .testimonial-slider .slider-image a{height:auto;}
	.testimonial-section .testimonial-slider .slick-arrow:after{font-size:18px;line-height:33px;}
	.testimonial-section .testimonial-slider .slick-arrow{width:30px;height:30px;}
	.testimonial-section .testimonial-slider .slick-next{right:0;}
	.testimonial-section .testimonial-slider .slick-prev{left:0;}
	.packages-inner .packages-single{padding:00 15px;}
	.register-now-inner{display:block;}
	.register-now-inner .left{max-width:187px;width:100%;margin:0 auto 30px;}
	.register-now-inner .right{width:100%;    text-align: center;}
	.footer-section{padding:40px 0 40px;}
	.header-lp2-section .heager-menu .reg-btn a.orange-btn{padding:8px 15px;width:auto;}
	.register-form-lp2-inner .right .register-form{padding:35px 20px;}
	.register-form-lp2-inner .right .register-form{max-width:400px;margin:30px auto 0;}
	.register-form-lp2-inner .right{width:100%;padding-left:0;}
	.register-form-lp2-inner .left{width:100%;}
	.zig-zag-inner .zig-zag-outter.even .zig-zag-content{padding-right:0;}
	.zig-zag-inner .zig-zag-outter.odd .zig-zag-content{padding-left:0;}
	.zig-zag-inner .zig-zag-outter .zig-zag-img{width:100%;}
	.service-inner .service-single{width:50%;}
	.zig-zag-inner .zig-zag-outter .zig-zag-content{width:100%;margin-top:30px;}    
	.zig-zag-inner .zig-zag-outter + .zig-zag-outter{margin-top:45px;}
	.passes-glance-inner .single-box{width:50%;}
	.global-partner-inner .partner-img{width:33.33%;}
	.map-section .left{padding-right:15px;width:100%;}
	.map-section .right{width:100%;padding:0 15px;margin-top:25px;} 
	.map-section .right .map{height:300px;}
	.register-form-blog { background-image: none !important; }
	.zig-zag-inner .zig-zag-outter {text-align: center;}
	.register-form-blog.ty-blog .form-blog-inner,.register-form-blog .form-blog-inner {justify-content: center;}
	.register-form-blog.ty-blog .form-blog-inner .register-form .hs-main-font-element {margin-bottom: 28px;}
	.apb-logo-section .apb-logo-img{ width:33.33%;}
	.apb-place-section .apb-place-ctn { padding: 55px 0; }
	.apb-place-section .apb-place-btn a {  font-size: 18px; padding: 10px 12px;  }
	.apb-place-section .apb-place-title { margin-bottom: 20px; }
	.apb-grow-section { padding-top: 55px; padding-bottom: 55px; }
	.apb-grow-section .apb-grow-inner { width:100%; margin-bottom: 10px; text-align: center; margin-left: 0; margin-right: 0; }
	.apb-grow-section .apb-grow-ctn {  margin-left: 0; margin-right: 0; margin-top: 40px; }
	.apb-grow-section .apb-grow-img { margin-bottom: 10px; }
	.apb-help-section .apb-help-btn a{ font-size: 18px; padding: 10px 12px; }
	.apb-help-section .apb-help-count h2 { font-size: 51px; }
	.apb-help-section .apb-help-count { width: 90px; padding-right: 15px; }
	/*   .apb-testi-section .owl-nav { display: none; } */
	.apb-testi-section { padding: 55px 0;}
	.feature-logo-inner .feature-title{width:100%;text-align:center;}
	.feature-logo-inner{flex-wrap:wrap;}
	.feature-logo-inner .feature-imgs{width:100%;padding-left:0px;} 
	.apb-logo-section {padding: 35px 0 30px 0;}
	.apb-testi-section.desktop {display: none;}
	.apb-testi-section.mobile {display: block;}
	.apb-testi-section.mobile .apb-testi-ctn{margin:0 12px;}
	.apb-testi-section .owl-item.active .apb-testi-ctn{ -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;;  -webkit-box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);-moz-box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);box-shadow: 0px 0px 17px 0px rgba(153,153,153,0.76);}
	.apb-testi-inner .owl-nav{display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
	.apb-testi-inner .owl-nav button{width:40px;height:40px;background-color:#1964b1!important;color:#fff!important;border-radius:100%;}
	.apb-testi-inner .owl-nav button span{font-size:30px;line-height:27px;}
	.banner-inner .reg-btn .hs-button {font-size: 18px;padding: 9px 24px;}
	.timeline-inner .box-wrapper .time{text-align:left;padding-right:0;}
	.timeline-inner .box-wrapper .time-content{padding-left:0;}    
	.timeline-inner .box-wrapper .time,.timeline-inner .box-wrapper .time-content{width:100%;}
	.timeline-inner .box-wrapper .time:after{content:none;}
	.timeline-inner .box-wrapper .time:before{top:9px;left:-20px;width:10px;height:10px;right:auto;}
	.timeline-inner .box-wrapper{padding-left:20px;position:relative;z-index:1;}
	.timeline-inner .box-wrapper:not(:last-child):before{content:'';position:absolute;left:4px;top:10px;width:100%;height:100%;border-left:2px solid #011b3b;}
	.timeline-section .cta>div {width: auto !important;margin-bottom: 15px;padding-left: 0 !important;}
	.ebook-lp .help-pratice-inner .single-box {width: 100%;max-width: 450px;margin: 0 auto;}
	a.orange-btn.open-popup-link.desktop-btn { display: none; }
	.ebook-lp .register-form-blog.lp-4 .left {    text-align: center;}
	a.orange-btn.open-popup-link.popup-cta-btn { display: inline-block; margin-top: 30px; }
	.pk-video-banner-inner .left{width:100%;}
	.pk-video-banner-inner .right{width:100%;padding-left:0;text-align:center;margin-top:30px;}
	.pk-partner-logo-wrapper .outter{width:25%;}
	.pk-video-review-wrapper .outter{width:50%;}
	.pk-video-review-sec{padding:60px  0 50px;}
	.pk-video-lp-wrapper .outter{width:100%;padding:0 15px;margin-bottom:30px;}
	.pk-video-lp-wrapper{margin:0 -15px;}
	.future-health-sec {
		padding-top: 50px;
		padding-bottom: 35px;
	}
	.future-health-wrapper .inner{width:50%;}
	.pass-form-main { margin-top: 100px !important; }
	.hs-content-id-164836326304 .register-form-blog .form-blog-inner .right .register-form {
		display: none;
	}
	.form-div-wrap { display: block; margin:30px 0; }

}

@media(max-width:640px){

	/*   .apb-help-section .apb-help-content.mobi { display: block; } */
	/*   .apb-help-section .apb-help-content.desk{ display: none;} */
	.apb-help-section .apb-help-inner:before{ display: none;}
	.apb-help-section .apb-help-content{ width:100%; padding-left:0; padding-top:20px;}
	.apb-help-section .apb-help-inner{ margin-bottom:35px;}


}

@media(max-width:575px){
	.lp2 h1 {font-size: 30px;}
	fieldset.form-columns-2>div {width: 100% !important;margin-right: 0% !important;}
	.title h2{font-size:22px;}
	.title h5{font-size:14px;margin-top:4px;}
	.header-inner .logo .logo-img img{max-width:300px;} 
	.team-inner .leader-box{width:100%;}
	.packages-inner .packages-single{width:100%;}
	.register-now-inner .right{padding-left:0;}
	.team-section{padding:40px 0 10px;}
	.team-inner .leader-box .leader-detail{margin-top:15px;}
	.header-lp2-section{padding:19px 15px 18px;}
	.header-lp2-section.sticky{padding: 9px 15px 8px;}
	.header-lp2-section .logo{width:140px;}
	.header-lp2-section .heager-menu{width:calc(100% - 140px);}
	.testimonial-section{padding:40px 0 50px;}
	.packages-section{padding:40px 0 11px;}
	.register-now{padding:40px 0 40px;}
	.register-form-lp2{padding:40px 00;}
	.service-section{padding:40px 0 20px;}
	.zig-zag-section{padding:40px 0 50px;}
	.passes-glance-section{padding:40px 0 20px;}
	.timeline-section{padding:40px 0 30px;}
	.timeline-inner{margin-top:40px;}
	.testimonial-lp2-section{padding:40px 0 48px;}
	.global-partner{padding:40px 0 50px;}
	.map-section{padding:40px 0;}
	.service-inner .service-single{width:100%;}
	.passes-glance-inner .single-box{width:100%;}

	.global-partner-inner .partner-img{margin:5px 0;height:45px;width:50%;}
	.global-partner-inner{padding:20px 5px}
	.footer-lp2-section .footer-top .social-icon ul{padding:0;border-left:none;margin-left:0;}
	.footer-lp2-section .footer-top{display:block;}
	.footer-lp2-section .footer-top .footer-logo{text-align:center;margin-bottom:30px;}
	.footer-lp2-section .bottom-footer{margin-top:30px;text-align:center;}
	.footer-lp2-section .bottom-footer .copy-right-menu{margin-left:0;}
	.thank-you {padding:130px 0 50px;}
	.register-form-blog.ty-blog {padding-top: 40px;}
	.free-resource,.free-resource-smart  {padding: 40px 0 47px;}
	.smart-cta-section {padding: 40px 0 45px;}
	.free-resource-inner .video,.free-resource-smart .hs-responsive-embed-inner-wrapper {height: 170px;}
	.register-form-blog.ty-blog .form-blog-inner {margin-top: 30px;}
	.apb-logo-section .apb-logo-img {width: 50%;} 
	.pk-partner-logo-wrapper .outter{width:33.33%;}
	.pk-video-review-wrapper .outter{width:100%;}
	.pk-video-lp .header-section .logo img {
		max-width: 160px;
	}
	.pk-video-lp .header-section .logo a.bptm-nav-cta.orange-btn {
		font-size: 15px;
		padding: 7px 16px;}
	.pk-video-banner-inner .left .orange-btn {
		font-size: 15px;
		padding: 9px 16px;
	}
	.future-health-wrapper .inner{width:100%;}

}



/***************************************************************ankita-css-9-10***************************************************/

.two-col-form-section .hs_drop_down_demo_request label { margin-bottom: 10px; } 
.two-col-form-section .hs-form-field>label { line-height: 1.4; display: block; }

.ape-event-section{ text-align:center; padding:70px 0 30px 0;}
.ape-event-section .ape-event-ctn { display: flex; flex-wrap: wrap; justify-content: center; margin-top:25px; }
.ape-event-section .ape-event-inner { width: calc(33.33% - 40px); margin: 20px; }
.ape-event-section .ape-event-icon { width: 70px; height: 70px; margin: 0 auto; margin-bottom: 25px; }
.ape-event-section .ape-event-title h4{ color: #011c3c; margin-bottom: 4px;}
.ape-event-section .ape-event-date h6{ color: #011c3c; }
.ape-event-btn{ margin-top:20px;}



@media(max-width:767px){


	.ape-event-section .ape-event-inner { width:100%;  margin: 20px 0;}



}