@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,800;1,900&family=Merriweather+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,900&display=swap');
body{
	font-family: 'Open Sans';
	background:#e8eaed;
	min-height: 100vh;
}
body.no-nav{
	padding-top:80px;
}
.flex-grow {
    flex: 1;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.pagination-center{
	justify-content: center;
}
.pagination>li>a{
	padding: 6px 12px;
    text-decoration: none;
	color:#382c14;
}
.pagination>li.active>a, 
.pagination>li.active>a:hover {
    background: none;
    border: none;
    border-bottom: 3px solid #044d8c;
    color: #044d8c;
}
.no-padd-right{
	padding-right:0;
}
.no-padd-left{
	padding-left:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:800;
	color:#202124;
	font-family: 'Poppins';
	margin-bottom: 1.1875rem;
}
h2, h3, h4, h5, h6 {
	margin-top: 5.5rem;
}
h1{
	font-size:38pt;
	line-height:1.1;
	font-family: 'Poppins';				
}
h2{}
h3{}
h4{}
h5{}
h6{}
p{
	margin-top: 0;
	font-size: 1.1875rem;
	margin-bottom: 1.3rem;
}
li {
	padding-bottom: 1.1875rem;
	font-size: 1.1875rem;
}
section.section{}
section.section > div.container{
	max-width:1280px;
}
div.page-content{
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	border-radius: 2px;
	background-color:#fff;
	padding:100px 0;
	margin-bottom:50px;
}
div.book-mark{
	border-left: 4px solid #1146d4;
	font-size:13px;
	padding-left:10px;
	color: rgba(0,0,0,.65);
}
div.book-mark ul > li{
	margin-bottom:5px;
}
section.section.flex-grow {
    padding: 0;
}
div.book-mark a{
	text-decoration:none;
	color:#202124;
}
div.book-mark a:hover{
	color:#1a73e8;
}
div.book-mark h5{
	font-size:13px;
}

div.content-head{
	text-align:center;
	margin-bottom:50px;
	padding-left:100px;
	padding-right:100px;
}			
div.content-head p{
	font-weight:700;
	font-style:italic;
	font-family: 'Poppins';
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	font-size: 23px;
    line-height: 1.2em;
}
div.content-head,
div.content-body{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.content-image{
	margin-bottom:50px;
	padding-left:100px;
	padding-right:100px;
	text-align:center;
}
div.content-image img{
	/*width:100%;*/
}
p.caption{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 17px;
	line-height: 1.5rem;
	font-style: italic;
}
div.content-body{
	/*padding-left:100px;
	padding-right:100px;		*/
	font-size:18px;
}
div.content-bottom{
	margin-top:60px;
	padding-left:100px;
	padding-right:100px;
}

nav.navbar{
	padding-top:3rem;
	padding-bottom:.5rem;
	border-bottom:1px solid transparent;
	margin-bottom:1.5rem;
	transition: background-color 0.4s ease;
	position:relative;
}
nav.navbar:hover{
	background-color:#fff;
	border-bottom:1px solid #dbd9d2;
}
nav.navbar > div.container{
	/*max-width:1065px;				*/
	max-width:955px;	
}
.dropdown, .dropleft, .dropright, .dropup{
	position:static;
}
.navbar-light .navbar-nav .nav-link{
	color:#241c15;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#044d8c;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	top:90px;
}
nav.navbar ul.navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
	font-size:16px;
}
.dropdown-menu{
	border:0;
	background-color:transparent;
	padding-top:15px;
}
.col-20 {
	flex: 0 0 20%;
	max-width: 20%;
}
div.dropdown-menu > div.menu-drop-container{
	background:#fff;
	border-bottom:1px solid #dbd9d2;
}
div.menu-drop-item{
	margin-top:30px;
	margin-bottom:30px;
}
div.menu-drop-item a{
	color:#044d8c;				
	text-decoration:none;
	font-size: 16px;
}
div.menu-drop-item a:hover{
	color:#004e56;
}
div.menu-drop-item > a{
	display:block;			
}
div.menu-drop-item > a > i{
	font-size:48px;
}
div.menu-drop-item > a > span{
	display:block;
	margin:5px 0;
}
aside.right-side{
	/*padding-top:630px;*/
	position:relative;
}

label.search-box-label{
	position:relative;
	width: 95%;
}
label.search-box-label:after{
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 7px;
	right: 12px;
	color:#2d8cd2;
	font-size: 16px;
}
input.search-box{
	border-radius:30px;
	height:40px;
	border-color:#d0d0d0;
}
.navbar-expand-lg .navbar-collapse{
	margin-top:10px;
}
nav.navbar .navbar-nav li{
	padding-bottom:0;
}
nav.navbar .navbar-nav.mr-auto{
	width:100%;
}
nav.navbar .navbar-nav li:last-child{
	margin-left: auto;
}
li.search-box-li{
	width: 250px;
	text-align: right;
	font-size: 16px
}
cite{
	padding:25px 25px 25px 20px;
	border-left:5px solid #e7e7e7;
	display: block;
	margin-bottom: 25px;
	margin-left: 1rem;
	background-color: #f7f7f7;
	font-family: 'DM Sans';
	font-size:1.25rem;
}
div.bottom-text{
	font-style:italic;
	margin-bottom:60px;
	font-size:18px;
}
div.tags{
	text-align: right;
}
div.tags a.tag{
	padding:5px 10px;
	background-color:rgba(0, 0, 0, 0.05);
	color:rgba(0, 0, 0, 0.54);
	display:inline-block;
	text-decoration:none;
	font-size: 15px;
	margin-bottom:5px;
}
div.tags a.tag:hover{
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(255, 255, 255, 0.9);
}
div.social a{
	color:rgba(0, 0, 0, 0.84);
	font-size: 22px;
	margin-right: 10px;
}
div.alert{
	font-size: 16px;
	padding: 20px 20px 20px 59px;
	border-radius:0;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
div.alert.alert-share{
	background: #d8ff8f;
	color: #3c748e;	
}
div.alert.alert-share:before{
	font-family: "Font Awesome 5 Free";
	content: "\f064";
	font-weight: 900;
	position: absolute;
	left: 20px;
	font-size: 27px;
	top: 15px;
}
div.alert.alert-exclamation{
	background: #fbb8b8;
	color: #8e3c3c;	
}
div.alert.alert-exclamation:before{
	font-family: "Font Awesome 5 Free";
	content: "\f06a";
	font-weight: 900;
	position: absolute;
	left: 20px;
	font-size: 27px;
	top: 15px;
}
img.img-inner-bordered{
	/*outline: 12px solid #ebebef;*/
	/*outline-offset: -12px;*/
	/*width: 100%;*/			
}
img.img-inner-bordered{
	/*outline: 12px solid #fff;*/
	display: block;
    margin-left: auto;
    margin-right: auto;	
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
div.img-container{
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}
div.section{
}
div.inner-section{				
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
}
div.inner-section.full{	
	max-width: 100%;
}
div.inner-section.padd-half{	
	padding-left: 50px;
	padding-right: 50px;
}
div.section.section-greyed{
	background-color:#f7f7f7;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
div.section.section-blued{
	background-color:#081084;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
div.section.section-blued *{
	color:#fff;
}
section.section-footer{
	padding-bottom:15px;
}
section.section-footer h6{
	margin-top:0;
	margin-bottom:5px;
	color:#292929;
	font-family:'Open sans';
	font-weight:700;
	font-size:18px;
}
div.footer-links{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	
}
div.footer-links ul{}
div.footer-links ul>li{
	margin-bottom:0;
	padding-bottom:3px;
}
div.footer-links a{
	color:#292929;
	font-size:16px;
}
div.copyright{
	padding-top:10px;
	text-align:center;
	font-size:14px;
}
div.content-item{
	border: 5px solid #dadada;
	width: 195px;
	background-color:#ececec;
	text-align:center;
	margin:10px auto 50px auto;
	position:relative;
}
div.content-item h1{
	font-weight: 800;
	font-size: 100px;
	margin-bottom: 0px;
	margin-top: 15px;
}
div.content-item p{
	font-weight: 700;
	font-size: 21px;
	line-height: 1.1;
}
div.step-guide{}

div.step-guide-top{
	border-bottom:1px solid #4c52a5;
	text-align:center;
}
div.step-guide-top h1{
	font-weight: 700;
	margin-bottom: 0px;
}
div.step-guide-top p{
	font-size: 37px;
	font-family: 'Poppins';
}
div.step-guide div.step-guide-bottom{
	padding-top:30px;
	padding-left:30px;
}
div.step-guide-bottom p{
	font-size: 20px;
	line-height: 24px;
}
div.step-guide div.step-guide-bottom div.img-container{
	transform:rotate(4deg);
}
div.step-guide-bottom img.img-inner-bordered{
	outline: 10px solid #fff;
	outline-offset: -10px;
}
div.step-guide-bottom p.caption{
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding-left: 50px;
	padding-right: 50px;
}
div.content-item.bg-newspaper-icon:before{
	content: "\f1ea";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	left: 0;
	font-size: 130px;
	opacity: 0.1;
	transform: rotate(5deg);
}
.font-open-sans{
	font-family:'Open sans'!important;
}
.font-poppins{
	font-family:'Poppins'!important;
}
.weight-300{
	font-weight:300;
}
span.starting{
	font-weight: 800;
	font-size: 32px;
}
.card.card-item{
	border-radius:0;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	min-height:300px;
	text-shadow: 2px 5px 3px #010101;
	border:0;
	margin-bottom:35px;
	position:relative;
}
.card.card-item:before{
	content:"";
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	width:100%;
	height:100%;
}
.card.card-item:hover{
	text-decoration:none;
}
.card.card-item:hover:before{
	background-color:rgba(0,0,0,0.9);
}
.card.card-item div.card-body{
	color:#fff;
	position: absolute;
	bottom: 0;
	width:100%;
}
.card.card-item h3,
.card.card-item h5{
	margin-top:0;
	color:inherit;
	margin-bottom:5px;
}
.card.card-item h3 a,
.card.card-item h5 a{
	color:#fff;
	text-decoration:none;
}
.card.card-item h3{
	border-bottom:1px solid #fff;
	font-size:32px;
	padding-bottom:5px;
	font-weight:700;
}
.card.card-item.no-tagline h3{
	border-bottom:0;
}
.card.card-item h5{
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}
.card.card-item p{
	margin-bottom:5px;
	font-size:14px;
}
.card.card-item p.card-text{
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	max-height: 42px;
	overflow: hidden;
	text-shadow: 2px 2px 3px #000000
}
section.section-tag-head{}
section.section-tag-head h5{
	margin: 0;
    margin-top: 1.1875rem;
    text-transform: uppercase;
    font-weight: 600;
}
section.section-tag-head h1{
	font-size:67px;
	font-weight: 600;
}
section.section-page-comments{
	padding-top:40px;
	padding-bottom:40px;
}
section.section-page-comments h2{
	margin-top:0;
}
#tinymce code.code{
	white-space: pre;
}
code.code{
	background:#f1f3f4;
	display:block;
	margin-bottom:15px;
}
code.code.code-dark{
	background:#283142;
	color:#fff;
}
code.code.code-dark pre{
	color:#fff;
}
code.code div.code-options{
	padding:5px;
	text-align:right;
	padding-bottom:0;
}
code.code div.code-options a{
	display:inline-block;
	margin-left:5px;
	color:#757575;
	cursor:pointer;
}
code.code div.code-options a:hover{
	color:#212121;
}
code.code.code-dark div.code-options a:hover{
	color:#fff;
}
code.code div.code-code{
	padding:5px 15px;
}
/*
section.section-page-comments li{
	background:transparent;
	border:1px solid #c7c7c7;
	padding: 20px 35px;
	margin-bottom:30px;
	border-radius:5px;
	position:relative;
	padding-bottom:0;
	background-color:#fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 0!important;
}
*/
section.section-page-comments li{
	background: transparent;
    border: none;
    padding: 0;
	margin-bottom:30px;
}
section.section-page-comments li div.page-comment,
div.replyForm{
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;
    background-color: #fff;
    padding: 100px 0;
    padding: 25px 35px;
}
div.reply-to-main{
	
}
section.section-page-comments li div.page-comment div.page-comment{
	    border-top: 1px solid #e4e4e4;
}
section.section-page-comments ul > li:last-child{
	margin-bottom:0;
}
div.page-comment-option{
	margin-bottom:20px;
	text-align:right;
}
div.page-comment-option a{
	font-size: 10px;
    color: #ccc;
    text-decoration: none;
}
div.page-commenter{
	margin-bottom: 15px;
}
div.page-commenter span{
	font-family: 'Poppins';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	padding-left: 15px;
	color:#212529;
}
div.page-commenter a{
	text-decoration:none;
}
div.page-comment-comment{
	margin-bottom: 15px;
	font-size: 19px;
	line-height:1.5;
}
div.page-comment-comment > ul{
	margin-top:20px;
}
form.commentForm{}
form.commentForm textarea{
	resize:none;
}
div.comment-box{
	display:none;
}
.show-comment-box{
	cursor:pointer;
	font-size:19px;
	font-weight:700;
}
section.section-hompage-banner{
	padding-top:35px;
}
section.section-hompage-banner h3{
	margin-top:0;
	font-size: 25px;
	font-family:'Open sans';
	margin-bottom:30px;
}
section.section-hompage-banner p{
	color:#044d8c;
	font-weight: 700;
    font-size: 18px;
	margin-bottom:30px;
}
a.link-oranged-arrowed{
	background:#044d8c;
	padding:15px 25px;
	border-radius:4px;
	display:block;
	color:#fff;
	position:relative;
	overflow:hidden;
}
a.link-oranged-arrowed:hover{
	text-decoration:none;
	background:#0a4171 !important;
}
a.link-oranged-arrowed:before{
	content: "";
    display: block;
    position: absolute;
    border-bottom: solid 400px #010101;
    border-left: solid 200px transparent;
    top: 50%;
    right: -80px;
    margin-top: -300px;
}
a.link-oranged-arrowed:after{
	content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #fff;
    right: 20px;
    top: calc(50% - 23px);
    font-size: 30px;
}
a.link-oranged-arrowed span{
	display:block;
}
a.link-oranged-arrowed span:nth-child(1){
	font-style:italic;
	color:#ffffff;
	font-size: 14px;
}
a.link-oranged-arrowed span:nth-child(2){
	font-size: 20px;
    font-weight: 600;
	line-height: 23px;
}
div.social-float-fixed.social-left{
	margin-left:-75px;	
}
div.social-float-fixed.social-right{
	margin-left:15px;	
}
div.social-float-fixed{
	position:fixed;
	bottom:10px;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;
    background-color: #fff;
	padding:10px;
}
div.social-float-fixed div.share-count{
	text-align:center;
	    padding-top: 5px;
}
div.social-float-fixed div.share-count span{
	font-size: 13px;
	color: #383838;
}
div.social-float-fixed div.share-count h4{
	margin:0;
	color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 6px;
	
}
div.social-float-fixed div.social{
	text-align:center;
}
div.social-float-fixed div.social a{
	display:block;
	margin: 10px auto;
}
div.social-float-absolute{
	position:absolute!important;
	bottom: 50px;
}

.yt-vid-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.yt-vid-container iframe,
.yt-vid-container object,
.yt-vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.individual div.bk-end img{
	max-width:100%;
}
.scrolling_progress{
	background-color: #c8c8c8;
	position: fixed;
	height: 8px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.scrolling_progress_bar{
	height: 100%;
	background-color: #00dc7d;
}
div.table-content-container{
	position: fixed;
	width: 200px;
	height: 200px;
	top:100px;
	left:0;
	font-size:11px;
	padding:10px;
	display:none;
}
div.table-content-container h4{
	margin-top:0;
	margin-bottom:5px;
	font-size:11px;
	color:#00dc7d;				
}
div.table-content-container ul{
	margin:0;
	padding:0;
	font-size:11px;
}
div.table-content-container ul li{
	padding:0;
	font-size:9px;
	margin-bottom:5px;
	list-style-type:none;
}
div.table-content-container ul li a{
	font-size:9px;	
	color:#37474f;
	position: relative;
}
div.table-content-container ul li a:hover{
	font-size:9px;	
	color:#00dc7d;	
	text-decoration:none;
}
.YTiFrame-container{
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	height:315px;
	width:560px;
	max-width:100%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.generateYTiFrame{
	color: #fff;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 25px);
    font-size: 50px;
    cursor: pointer;
    opacity: 0.6;
}
.generateYTiFrame:hover{
	opacity: 1;
	color: #fff;
}


/*----------------------Category List Styling--------------------------------*/
/*----------------------Category List Styling--------------------------------*/
ul.category-list{
	list-style: none;
	counter-reset: level1;
	counter-reset: level2;
	counter-reset: level3;
	counter-reset: level4;
	counter-reset: level5;
	counter-reset: level6;
}

/* First level */			
ul.category-list > li{
	counter-increment: level1;
	color:blue;
}

ul.category-list > li:before{
	content: counter(level1) ". ";
}


/* Second level */
ul.category-list > li > ul{
	list-style: none;
	counter-reset: level2;
}

ul.category-list > li > ul > li{
	counter-increment: level2;
	color:green;
}

ul.category-list > li > ul > li:before{
	content: counter(level2, upper-alpha) ". ";
}


/* Third level */
ul.category-list > li > ul > li > ul{
	list-style: none;
	counter-reset: level3;
}

ul.category-list > li > ul > li > ul > li{
	counter-increment: level3;
	color:purple;
}

ul.category-list > li > ul > li > ul > li:before{
	content: counter(level3, lower-alpha) ". ";
}

/* Fourth level */
ul.category-list > li > ul > li > ul > li > ul{
	list-style: none;
	counter-reset: level4;
}

ul.category-list > li > ul > li > ul > li > ul > li{
	counter-increment: level4;
	color:orange;
}

ul.category-list > li > ul > li > ul > li > ul > li:before{
	content: counter(level3, lower-alpha) counter(level4) ". ";
}


/* Fifth level */
ul.category-list > li > ul > li > ul > li > ul > li > ul{
	list-style: none;
	counter-reset: level5;
}

ul.category-list > li > ul > li > ul > li > ul > li > ul > li{
	counter-increment: level5;
	color:red;
}

ul.category-list > li > ul > li > ul > li > ul > li > ul > li:before{
	content: counter(level3, lower-alpha) counter(level4) counter(level5, lower-alpha) ". ";
}


/* Sixth level */
ul.category-list > li > ul > li > ul > li > ul > li > ul > li > ul{
	list-style: none;
	counter-reset: level6;
}

ul.category-list > li > ul > li > ul > li > ul > li > ul > li > ul > li{
	counter-increment: level6;
	color:#b1b198;
}

ul.category-list > li > ul > li > ul > li > ul > li > ul > li > ul > li:before{
	content: counter(level3, lower-alpha) counter(level4) counter(level5, lower-alpha) counter(level6) ". ";
}

ul.category-list ul{
	margin-bottom:0;
}
ul.category-list li{
	margin-bottom:0;
	padding-bottom:0;
}
ul.category-list a{
	color:inherit;
}
ul.category-list li:before{
	margin-right:10px;
}
/*----------------------Category List Styling--------------------------------*/
/*----------------------Category List Styling--------------------------------*/

div.page-locked i.page-locked-icon{
	z-index: 1;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
}
div.page-locked.card.card-item h3{
	border-bottom:0;
}
.btn-unlock-page{
	width: 100%;
    display: block;
    text-shadow: none;
    font-weight: 700;
	cursor:pointer;
}
.btn-unlock-page i{
	float:right;
	font-weight: bold;
	position: relative;
    top: 5px;
}
.locked-modal-default button.close{
	position: absolute;
    top: 0px;
    right: 0px;
    background: #ccc;
    border-radius: 50%;
    padding: 10px 13px;
    opacity: 1;
}
.locked-modal-default .modal-header{
	display:block;
}
.locked-modal-default .progress{
	display:block;
	width:100%;
	height:10px;
}
.locked-modal-default .progress-bar{
	height:10px;
	background: #044d8c !important;
}
.locked-modal-default h4{
	margin-top:0;
}
.locked-modal-default .modal-header span{
	font-size:14px;
	display:block;
	text-align:center;
}
#lockedsignupbutton{
	background: #044d8c !important;
    font-family: 'Poppins';
    font-weight: 600;
}
div.snippet-proof{
	z-index: 1;
    color: #fff;
    position: absolute;
    right: 0;
    text-align: center;
	padding:10px 15px;
}
div.snippet-proof h3.snippet-count{
	margin-bottom: 0;
    line-height: 1;
    padding: 0;
	border-bottom:none;
	font-size:28px;
}
p.snippet-type{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
#restrict-content-start{
	background-color:rgba(255,0,0,0.35);
	text-align:center;
	padding:5px 0;
}
div.restricted-fade-relative{
	position:relative;
}
div.restricted-fade-container{
	
	max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
div.restricted-fade-container:before{
	content: "";
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 100% );
    width: 100%;
    display: block;
    height: 280px;
    position: absolute;
    bottom: 48px;
	left:0;
}
div.restricted-fade-container a.btn-unlock-page{
	color:#fff !important;
}


.contact-form{
	padding:0 60px;
}
.contact-form .row{
	margin-bottom:30px;
}

.contact-form button.btn-contact{
	color: #fff;
    background-color: #00d07e;
    border-color: #00d07e;
	font-weight:600;
	padding-top:12px;
	padding-bottom:12px;
}
.contact-form button.btn-contact:hover{
    color: #fff;
    background-color: #00aa67;
    border-color: #009d5f;
}
.input-focus{
	position: relative;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    padding: 30px 15px 10px 15px;
    margin-bottom: 0;
}
.input-focus .input-focus-input,
.input-focus .input-focus-input:active,
.input-focus .input-focus-input:focus
{
	border: none;
    display: block;
    width: 100%;
	outline: none;
	resize:none;
}
.input-focus span{
	position: absolute;
    top: 20px;
    left: 20px;
    color: #ccc;
    font-size: 18px;   
	font-weight:600;
}
.input-focus.focused{
	border-color: #00d07e;
}
.input-focus.focused-has-value span,
.input-focus.focused span
{
	color:#7b7b7b;
	font-weight:normal;
}
.input-focus-error{
	border:1px solid #ff7a7a;
}
section.section-contact-head{
	padding-top: 25px;
    padding-bottom: 40px;
}
.locked-modal-poptin-1 div.modal-content:before{
	content:"";
	background:url(https://marketbold.com/svg/poptin-1-top.svg);
	height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
}
.locked-modal-poptin-1 div.modal-content:after{
	content:"";
	background: url(https://marketbold.com/svg/poptin-1-bottom.svg);
    height: 193px;
    bottom: -1px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
}
.locked-modal-poptin-1 div.signupformimg img{
	width: 386px;
    position: absolute;
}
.locked-modal-poptin-1 div.modal-header{
	border-bottom:none;
}
.locked-modal-poptin-1 div.modal-body{
	z-index:1;
	padding-bottom: 5px;
}
.locked-modal-poptin-1 button.close{
	font-size: 40px;
    padding: 10px;
    color: #fff;
    opacity: 0.9;
    font-wi: normal;
    font-weight: normal;
    line-height: 0.5;
}

.locked-modal-poptin-1 div.modal-content{
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.9);
	border-radius: 0;
}
.locked-modal-poptin-1 h5{
	margin-top:0;
}
.locked-modal-poptin-1 h3{
	margin-top:70px;
}
.locked-modal-poptin-1 .poptin-1-header{
	margin-bottom: 120px;
    margin-top: 25px;
}
.locked-modal-poptin-1 .poptin-1-header h3{
	padding-left: 15px;
    color: #424071;
    margin-bottom: 10px;
    font-size: 31px;
}
.locked-modal-poptin-1 .poptin-1-header p{
	font-size: 17px;
    color: #8493a6;
	padding-left:20px;
	font-weight:500;
	font-family:'Poppins';
}
.locked-modal-poptin-1 form#lockedsignupform{
	margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.locked-modal-poptin-1 form#lockedsignupform h5{
	color:#fff;
	margin-bottom:5px;
}
.locked-modal-poptin-1 form#lockedsignupform input[type="text"]{
	border-radius:30px;
	background:#dbbcf7;
	color:#fff;
	font-family:'Poppins';
}
.locked-modal-poptin-1 span.popt-comment{
	font-size: 13px;
    color: #fff;
    font-weight: 600;
	font-family:'Poppins';
}
.locked-modal-poptin-1 form#lockedsignupform #lockedsignupbutton{
	border-radius:30px;
	background: #fff!important;
	color:#ba6dec;
	font-weight:700;
	font-family:'Poppins';
}



.locked-modal-poptin-2{}
.locked-modal-poptin-2 div.modal-body{
	padding:0;
}
.locked-modal-poptin-2 div.modal-content{
	border-radius: 0;
}
.locked-modal-poptin-2 h3 span{
	color:#9365b8;
	font-style:italic;
}
.locked-modal-poptin-2 button.close{
	opacity: 1;
    font-size: 42px;
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: normal;
	z-index:1;
}
.locked-modal-poptin-2 h3{
	margin-top: 0;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}
.locked-modal-poptin-2 .poptin-2-right{
	padding-top: 55px;
	position: relative;
    left: -10px;
}
.locked-modal-poptin-2 .poptin-2-right p.para-1{
	margin: 0;
    font-size: 15px;
    text-align: center;
    color: #7e7e7e;
    font-weight: 600;
    margin-bottom: 15px;
}
.locked-modal-poptin-2 .poptin-2-right p.para-2{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #cccccc;
	margin-bottom: 25px;
}
.locked-modal-poptin-2 .poptin-2-right form#lockedsignupform{
	padding-left:40px;
	padding-right:40px;
}
.locked-modal-poptin-2 .poptin-2-right form#lockedsignupform input[type="text"]{
	background: #9365b82e;
    color: #7e7e7e;
    border: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    height: 45px;
}
.locked-modal-poptin-2 form#lockedsignupform #lockedsignupbutton{
	background:#000!important;
	color:#fff;
	margin-top: 25px;
    font-weight: 800;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}



label.cform-label{
	display:block;
	position:relative;
}
label.cform-label:before{
	position: absolute;
    top: 15px;
    left: 15px;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
    font-size: 20px;
}
label.cform-label.cform-label-important:after{
	content:"*";
	color:red;
	position:absolute;
	top:10px;
	right:10px;
}
label.cform-label.cform-label-user:before{
	content:"\f007";
}
label.cform-label.cform-label-email:before{
	content:"\f0e0";
}
label.cform-label.cform-label-phone:before{
	content:"\f3cd";
}
label.cform-label .cform-input{
	text-indent: 35px;
    border-radius: 0;
    height: auto;
}

label.cform-label .cform-input,
div.bs-input-container .bootstrap-select .dropdown-menu li a,
div.bs-input-container .btn.dropdown-toggle{
	font-size: 18px;
    font-weight: 300;
	padding: 14px 8px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width:100%!important;
}


div.bs-input-container{
	position:relative;
}

div.bs-input-container .bootstrap-select .dropdown-menu li{
	padding:0;
}
div.bs-input-container .bootstrap-select .dropdown-menu li a,
div.bs-input-container .btn.dropdown-toggle{	
    border-radius: 0;
    background: #fff;
    color: #999;
} 
div.bs-input-container .dropdown-toggle::after{
	border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f141";
    position: absolute;
    right: 35px;
    color: #50b8d2;
    top: 13px;
    font-size: 21px;
}
div.bs-input-container .btn.dropdown-toggle{
	border: 1px solid #ccc;
}
div.bs-input-container .bootstrap-select .dropdown-menu li a:hover{
	background:#e4e4e4;
}
div.bs-input-container .btn.dropdown-toggle::before,
div.bs-input-container .bootstrap-select .dropdown-menu li a:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 400;
	display:inline-block;
	margin-right:10px;
	color: #ccc;
	margin-left: 8px;
}
div.select-calendar .btn.dropdown-toggle::before,
div.select-calendar .bootstrap-select .dropdown-menu li a:before{
	content: "\f073";    
}
div.select-time .btn.dropdown-toggle::before,
div.select-time .bootstrap-select .dropdown-menu li a:before{
	content: "\f017";
}
div.select-globe .btn.dropdown-toggle::before,
div.select-globe .bootstrap-select .dropdown-menu li a:before{
	content: "\f0ac";
	font-weight: 900;
}
div.bs-input-container .bootstrap-select .dropdown-menu.inner{
	background:#fff;
	border: 1px solid #ccc;
}
div.bs-input-container .bootstrap-select .dropdown-menu{
	top:-15px!important;
}
div.overlayed{
	position:relative;
}
div.overlayed .overlay-img{
	position: absolute;
    z-index: 1;    
}
div.overlayed .overlay-img.overlay-left{
	bottom: 5px;
    right: 98%;
}
div.overlayed .overlay-img.overlay-right{
	bottom: 5px;
    left: 98%;
}
.locked-modal-poptin-3 .modal-header{
	border-bottom: none;
	    padding-bottom: 0;
}
.locked-modal-poptin-3 .modal-content{
	border-radius:0;
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
    background: #f4f4f4;
    border: none;
}
.locked-modal-poptin-3 .modal-header button.close{
	position: absolute;
    top: -45px;
    right: 0;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}
.header-body-divider{
	margin-bottom:40px;
}
.locked-modal-poptin-3 .modal-header h4{
	font-weight: 300;
    font-size: 31px;
    text-align: center;
    margin-top: 0;
    width: 100%;
	margin: 0;
    padding: 20px;
	padding-bottom: 0;
}
.locked-modal-poptin-3 div.modal-body{
	padding-left:40px;
	padding-right:40px;
}
.locked-modal-poptin-3 div.form-group{
	margin-bottom:20px;
}
.locked-modal-poptin-3 div.form-group.select-time{
	margin-bottom:30px;
}
label.cform-label.cform-label-phone{
	margin-bottom:30px;
}
button.btn.btn-xl{
	    background: #24a0d1;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 4px;
}
a.convert-to-timezone{
	color: #428bca;
	font-size:12px;
	margin-bottom:10px;
}
button.btn.btn-xl i{
}
span.text-sm{
	font-size: 9px;
    color: #666;
   line-height: 1.4;
    display: block;
	margin-top:15px;
}
.locked-modal-poptin-4{}
.locked-modal-poptin-4 div.modal-body{
	padding-bottom:0;
}
.locked-modal-poptin-4 h4{
	color: #363662;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
	margin-top:0;
}
.locked-modal-poptin-4 p{
	    font-size: 17px;
    line-height: 1.9;
    font-style: italic;
}
.locked-modal-poptin-4 label{
	font-weight: 700;
    color: #363662;
    margin-bottom: 8px;
    font-size: 18px;
}
.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2{}
.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2 img{
	margin-bottom: 5px;
}
.locked-modal-poptin-4 #lockedsignupform{
	padding-right:30px;
}
.locked-modal-poptin-4 #lockedsignupbutton{
	min-width:100px;
	background:#313467;
}
.locked-modal-poptin-4 span.comment-text{
	padding:5px;
	display:block;
	text-align:center;
	font-size:12px;
}



.locked-modal-poptin-5 h4{
	    margin-top: 40px;
}
.locked-modal-poptin-5 .form-control.form-control-lg{
	font-size:14px;
}
.locked-modal-poptin-5 p{
	color: #1292EE;
    margin-bottom: 0;
    font-size: 18px;
}
.locked-modal-poptin-5 #lockedsignupform{
	padding: 30px 25px;
}
.locked-modal-poptin-5 #lockedsignupbutton{
	background: #1292EE!important;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.locked-modal-poptin-5 button.close{
	font-weight: 300;
}
.locked-modal-poptin-5 span.comment-text{
    color: #B7C2CC;
    font-style: italic;
    font-size: 13px;
    display: block;
    padding-bottom: 15px;
}


.locked-modal-poptin-6{}
.locked-modal-poptin-6 p{
	font-size:14px;
	margin-bottom:10px;
}
.locked-modal-poptin-6 .form-control.form-control-lg{
	font-size:14px;
}
.locked-modal-poptin-6 #lockedsignupbutton{
	background: #1292EE!important;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.locked-modal-poptin-6 .modal-content{
	border-radius: 0;
}
.locked-modal-poptin-6 .modal-body{
	padding: 30px;
}
a.underlined-link{
	text-decoration:underline;
	color:#748494;
	font-size:13px;
	    margin-top: 5px;
    display: inline-block;
}
.locked-modal-poptin-7{}
.locked-modal-poptin-7 h4,
.locked-modal-poptin-7 h5{
	margin-top:0;
}
.locked-modal-poptin-7 h4{
	text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: 25px;
}
.locked-modal-poptin-7 h5{
	font-weight:600;
	margin-top:30px;
}
.locked-modal-poptin-7 button.close{
	position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 2px 7px;
}
.locked-modal-poptin-7 button.close:hover{
    background: #fff;
    color: #333;
}
.locked-modal-poptin-7 .signupformimg img{
	max-width: 262px!important;
    float: right;
    position: relative;
    right: -16px;
    bottom: -16px;
}
.locked-modal-poptin-7 div.rght-ctnt p{
	font-size: 15px;
    color: rgba(0,0,0,0.8);
}
.locked-modal-poptin-7 div.rght-ctnt input.form-control{
	-webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 1);
	font-size: 15px;
}
.locked-modal-poptin-7 div.rght-ctnt{
	padding-left:30px;
}
.locked-modal-poptin-7 #lockedsignupbutton{
	background:#f7941d !important;
	color:#fff;
	font-family: 'Open sans';
	font-weight: 700;
}


.locked-modal-poptin-8 div.modal-body{
	padding:0;
	background:#f2f2f2;
}
.locked-modal-poptin-8 .hdr-img img{
    max-width: 210px!important;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    margin-top: 14px;
}
.locked-modal-poptin-8 div.modal-content{
	border:none;
}
.locked-modal-poptin-8 #lockedsignupform{
	padding:10px 15px 25px 15px;
}
.locked-modal-poptin-8 #lockedsignupform input.form-control{
	font-size: 15px;
}
.locked-modal-poptin-8 #lockedsignupbutton{
	background: #26b16d !important;
	color:#fff;
	border:none;
	font-size: 16px;
}
.locked-modal-poptin-8 #lockedsignupbutton:hover{
	    background: #2CCC7D !important;
}
.locked-modal-poptin-8 button.close{
	font-weight:normal;
	opacity:1;
	color:#333;
	position:absolute;
	right:5px;
	top:5px;
}
.locked-modal-poptin-8 p{
	    font-size: 13px;
    text-align: center;
    color: #fff;
	margin-bottom:0;
}
.locked-modal-poptin-8 h4{
	color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}
.locked-modal-poptin-8 h4,
.locked-modal-poptin-8 p{
	margin-top:0;
}
div.row-blue,row-dark-blue{
	padding:15px;
}
div.row-blue{
	background:#4d76b8;
}
div.row-dark-blue{
	background:#1c2c48;
}
div.hdr-img{
	padding-bottom:20px;
}
	.locked-modal-poptin-8.modal-dialog {
		max-width: 300px;
	}
div.topbanner{
	text-align: center;
	background: #fff;
	padding: 15px;
	box-shadow: 0 1px 3px 2px rgba(0,0,0,.15);
}
div.topbanner.topbanner-fixed{
	position:fixed;
	z-index: 1;
    width: 100%;
	top:0;
}
@keyframes wiggle {
	/*
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}*/
	0% { 
		transform: rotate(0deg); 		
	}
	90% { 
		transform: rotate(0deg) translate3d(0, 0, 0); 
	}
	92% { 
		transform: rotate(3deg) translate3d(3px, 0, 0); 
	}
	94% { 
		transform: rotate(-3deg) translate3d(-3px, 0, 0); 
	}
	96% { 
		transform: rotate(5deg) translate3d(5px, 0, 0); 
	}
	98% { 
		transform: rotate(-5deg) translate3d(-5px, 0, 0); 
	}
	100% { 
		transform: rotate(0deg) translate3d(0, 0, 0); 
	}
}
div.topbanner .btn-shake{
	display:inline-block;
    background-color: #eb5424;
    border: 0px solid #ffffff;
    min-height: 27px;
    border-radius: 0px;
    color: #fff;
    padding: 3px 20px;
    margin-left: 10px;
	
	animation: wiggle 4s infinite;
	
}
div.topbanner .btn-shake:hover{
	opacity:0.9;
}
body.body-topbanner-fixed{
	padding-top:50px;
}
div.form-poptin{
	max-width:650px;
	margin:auto;
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.24);
	padding: 40px;
}
div.form-poptin h3{
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
div.form-poptin p{
	text-align: center;
	font-weight: 600;
}
div.form-poptin label{
	font-weight: 600;
	margin-bottom: 10px;
	font-size:17px;
}
div.form-poptin div.form-group{
	margin-bottom: 10px;
}
.btn.btn-lgreen{
	color: #fff !important;
    background-color: #00d45b;
    border-color: transparent;
    width: auto;
    padding: 13px 32px;
    text-decoration: none;
    outline: none !important;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
}
div.form-poptin button.btn.btn-lgreen:hover{
	opacity:0.9;
}
div.form-poptin .form-control{
	padding: 20px 10px;
}
div.form-poptin.form-poptin-modal strong{
	    font-weight: 700;
}
div.form-poptin.form-poptin-modal{
	padding: 10px 30px;
    box-shadow: none;
}
div.locked-modal-poptin-9 .modal-content{
	border:none;
	border-radius:0;
}
.btn-inline-block{
	display: inline-block!important;
    width: auto!important;
}
.locked-modal-image.modal-dialog .modal-body{
	padding:10px;
}
.locked-modal-image.modal-dialog .close{
    position: absolute;
    right: -15px;
    top: -20px;
    font-size: 24px;
    font-weight: 300;
    background: #ccc;
    opacity: 1;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 50%;
    z-index: 1;
}
div.padd-left-5px{
	padding-left:5px;
}
div.padd-right-5px{
	padding-right:5px;
}
div.locked-modal-poptin-10 div.frm-container{
    margin: auto;
    width: 100%;
	display:none;
}
div.locked-modal-poptin-10 div.frm-container form{
	max-width:340px;
	margin:auto;
	margin-top:30px;
}
div.locked-modal-poptin-10 .form-control{
	    -webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,.8) inset;
    -moz-box-shadow: 0 0 6px -3px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 6px -3px rgba(0,0,0,.8) inset;
	    height: 50px;
		font-size:19px;
}
div.locked-modal-poptin-10 .btn.btn-mred{
	background: #fc0d33;
    border-color: #fc0d33;
    font-family: Helvetica Neue;
    white-space: initial;
    font-size: 22px!important;
    padding: 15px 60px;
	color:#fff;
	border-radius:3px;
}
div.locked-modal-poptin-10 div.frm-container .btn.btn-mred{
	font-family: Poppins;
    padding-left: 10px;
    padding-right: 10px;
}
div.locked-modal-poptin-10 .btn.btn-grey{
	background: #bcc0c3;
    border-color: #bcc0c3;
	font-family: Helvetica Neue;
    white-space: initial;
    font-size: 22px!important;
    padding: 15px 60px;
	border-radius:3px;
	color:#fff;
}
div.locked-modal-poptin-10 button.close{
	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 34px;
    font-weight: normal;
    color: #777373;
    opacity: 1;
}
div.locked-modal-poptin-10 div.btn-container{
	padding:10px;
}
div.locked-modal-poptin-10 div.modal-body{
	padding:20px 50px 50px 50px;
}
div.locked-modal-poptin-10 div.modal-content{
	border-radius:0;
	border:none;
}
div.locked-modal-poptin-10 p.comment-text{
	font-size:16px;
	text-align:center;
}
div.locked-modal-poptin-11 .modal-body{
	padding:0;
}
div.locked-modal-poptin-11 .column-left{
	flex: 0 0 55.666%;
    max-width: 55.666%;
	padding-right: 0;
}
div.locked-modal-poptin-11 .column-right{
	background:#6b82a1;
	padding-left:0;
	padding-right:0;
	flex: 0 0 44.333%;
    max-width: 44.333%;
}
div.locked-modal-poptin-11 .right-content{
    text-align: center;
}
div.locked-modal-poptin-11 .left-content{
	padding:45px 15px;
}
div.locked-modal-poptin-11 .modal-content{
	border:none;
	border-radius:0;
}

div.locked-modal-poptin-11 h3,
div.locked-modal-poptin-11 h4{
	margin-top:0;
	font-weight:normal;
}
div.locked-modal-poptin-11 h3{
	margin-bottom: 0;
	font-size: 38px;
    color: #858585;
    font-family: 'Open sans';
    font-weight: 300;
}
div.locked-modal-poptin-11 h4{
	margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    font-family: 'Open sans';
    font-size: 32px;
    margin-top: 5px;
}
div.locked-modal-poptin-11 div.modal-video{
	margin-top:10px;
}
div.locked-modal-poptin-11 button.btn-ylw{
	    background: #ffe141;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    font-weight: 600;
    font-size: 30px;
    color: #454554;
}
div.locked-modal-poptin-11 form{
	border: 2px solid #829ab6;
    border-right: none;
    border-left: none;
        padding: 10px 20px;
    text-align: left;
	color:#fff;
}
div.locked-modal-poptin-11 form label{
	font-weight: 600;
}
div.locked-modal-poptin-11 form .form-control{
	border-radius:0;
}
div.locked-modal-poptin-11 div.right-section{
	padding: 20px;
	color:#fff;
}
div.locked-modal-poptin-11 p{
    margin-bottom: 0;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}
div.locked-modal-poptin-12 div.img-container{
	margin:0;
	text-align:center;
}
div.locked-modal-poptin-12 div.img-container > img{
	max-width:450px!important;
}
div.locked-modal-poptin-12 button.close{
	position:absolute;
	top:5px;
	right:5px;
	font-size:40px;
	font-weight:normal;
	z-index: 1;
	opacity:0.8;
}
div.locked-modal-poptin-12 div.steps p{
	font-size: 23px;
    padding-left: 20px;
    padding-right: 20px;
    color: #4b4b4b;
    font-family: 'Poppins';
}
div.locked-modal-poptin-12 div.steps{
	text-align:center;
}
div.locked-modal-poptin-12{
	
}
div.locked-modal-poptin-12 div.steps.step-2 form{
	padding:25px 50px;
}
div.locked-modal-poptin-12 div.steps.step-2 form input.form-control{
	height:60px;
}
div.locked-modal-poptin-12 h3{
	font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #4b4b4b;
}
div.locked-modal-poptin-12 .color-lblue{
	color:#7186f4;
}
div.modal.full-screen div.modal-content{
	border:none;
	background:#f6f6f6;
}
div.modal.full-screen{
	background:#f6f6f6;
}
.btn-lblue-cnt-1{
	    max-width: 280px;
    margin: 40px auto 0 auto;
}
.btn.btn-lblue{
background-color: #7186f4;
    border-color: #7186f4;
    font-weight: 800;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn.btn-lblue:hover{
	opacity:0.9;
}
#faq_accord{
	-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 2px;
    background-color: #fff;
}
#faq_accord .card-body{
	background: #fff;
    padding: 0px 30px 10px 30px;
}
#faq_accord .card{
	border-radius:0;
	border:none;
	border-bottom:1px solid #e4e4e4;
}
#faq_accord button.btn{
	background:#fff;
    padding: 10px 30px;
	box-shadow: none;
}
.faq_accord_toggle{}
.faq_accord_toggle:after{
	content: "\f078";
	float:right;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}
.faq_accord_toggle.toggled:after{
	content: "\f077";
}

/*New CSS style October 16 2023*/
body {
	background-color: #efefef
}
div.page-content{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 72px 0;
	background-color: #ffffffc2;
	border: 1px solid #cecfd1;
	box-shadow: #6a73ab26 0 6px 24px;
}
div.page-content h1,
div.page-content h2,
div.page-content h3,
div.page-content h4,
div.page-content h5,
div.page-content h6,
div.page-content p {
	margin-top: 0;
	outline: 0;
	margin-bottom: 1.5rem
}
div.page-content h1 {
	font-family: 'Merriweather', sans-serif;
    color: #2a2c3a !important;
    font-size: 2.6rem;
	font-weight: 900;
	font-style: normal;
    color: inherit;
    text-rendering: auto;
    padding: .6em 0 3px;
    line-height: 1.25em	
}
div.page-content h2,
div.page-content h3,
div.page-content h4,
div.page-content h5,
div.page-content h6{
	font-family: 'Inter Tight', sans-serif;
    font-weight: 800;
    font-style: normal;
	text-rendering: auto;
    padding: 0.6em 0 3px;
    line-height: 1.25em;
}
div.page-content ol>li, 
div.page-content ul>li {
    position: relative;
    padding: 5.5px 0 5.5px 3px;
}
div.page-content h2 {
    margin-top: 3rem;
    font-size: 2rem;
    padding-bottom: 0;
    padding-top: 0;
	color: #2a2c3a;
}
div.content-head {
    padding-left: 90px;
    padding-right: 90px;
}
div.page-content ol>li, 
div.page-content p, 
div.page-content ul>li {
    font-size: 1.25rem;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.4em;
}
div.page-content p{
	font-weight: 400;
    color: #1d1722;
    padding-top: 0;
    padding-bottom: 0;
}
div.inner-section {
    max-width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}
div.inner-section img{
    border: solid 10px #e9e9e9;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.firstletter {
    color: #2a2c3a;
    float: left;
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 2rem;
    padding-top: 0.7rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}
div.tags{
	text-align:left;
}
.peach {
	padding:25px 25px 25px 25px;
	display: block;
	margin-bottom: 25px;
	font-size: 1.25rem;
	font-family: 'DM Sans', sans-serif;
	line-height: 1.4em;
	background-color: #fce29f;
}
.greyDiv {
	padding:25px 25px 25px 25px;
	display: block;
	margin-bottom: 25px;
	font-size: 1.25rem;
	font-family: 'DM Sans', sans-serif;
	line-height: 1.4em;
	background-color: #fce29f;
}
/*New CSS style October 16 2023*/
.page-sidebar > .page-sidebar-content{	
    width: 275px;
	background-color: #ffffffc2;
    border: 1px solid #cecfd1;
    box-shadow: #6a73ab26 0 6px 24px;
    padding: 25px;
}
.page-sidebar.page-sidebar-left{
	float: left;
}
.page-sidebar.page-sidebar-left > .page-sidebar-content{	
    position: absolute;
	left: -275px;
    top: 0;    
}
.page-sidebar.page-sidebar-left > .page-sidebar-content.page-sidebar-fixed{	
	position: fixed;
    margin-left: -290px;
	left: initial;
}
.page-sidebar.page-sidebar-right{
	float: right;
}
.page-sidebar.page-sidebar-right > .page-sidebar-content{	
    position: absolute;
	right: -275px;
    top: 0;    
}
.page-sidebar.page-sidebar-right > .page-sidebar-content.page-sidebar-fixed{	
	position: fixed;
    right: initial;
    margin-left: 15px;
}
.page-sidebar-content h1,
.page-sidebar-content h2,
.page-sidebar-content h3,
.page-sidebar-content h4,
.page-sidebar-content h5,
.page-sidebar-content h6{
	margin-top:0;
}
@media (width: 1024px){
	div.content-head {
		padding-left: 60px;
		padding-right: 60px;
	}
	div.inner-section{
		padding-right:15px;
		padding-left:15px;
	}

	/*New CSS style October 16 2023*/
	div.inner-section{
		padding-right:60px;
		padding-left:60px;
	}
	.page-sidebar > .page-sidebar-content{
		position: initial!important;
		left: 0!important;
		margin-left: auto!important;
		margin-right: auto!important;
		width: 100%;
	}
	/*New CSS style October 16 2023*/
	
	/*New CSS style July 23 2024*/
	
		section.section-hompage-banner img{
		max-width:500px;
		display:block;
		margin-bottom:25px;
		margin-left: auto;
		margin-right: auto;
	}
	section.section-hompage-banner{
		text-align:center;
		padding-bottom:35px;
	}

section.section-hompage-banner{
	padding-top:35px;
}
section.section-hompage-banner h3{
	margin-top:0;
	font-size: 25px;
	font-family:'Open sans';
	margin-bottom:30px;
}
section.section-hompage-banner p{
	color:#044d8c;
	font-weight: 700;
    font-size: 18px;
	margin-bottom:30px;
}
}
@media (max-width: 1024px){
	.page-sidebar.page-sidebar-right,
	.page-sidebar.page-sidebar-left{
		float:none;
	}
	.page-sidebar > .page-sidebar-content{
		position: initial!important;
		left: 0!important;
		margin-left: auto!important;
		margin-right: auto!important;
		width: 100%;
		max-width:700px;
	}
	/*New CSS style October 16 2023*/
}
@media (min-width: 576px){
	div.locked-modal-poptin-12.modal-dialog{
		max-width: 1020px;
	}
}
@media (min-width: 768px){
	div.locked-modal-poptin-11.modal-dialog{
		max-width: 880px;
	}
	
	
}
@media (width:768px){
	div.content-head, 
	div.content-image, 
	div.inner-section, 
	div.content-bottom{
		padding-left: 30px;
		padding-right: 30px;
	}
	aside.left-side {
		padding-left: 0;
		padding-right: 0;
	}
} 
@media (min-width: 576px){
	div.locked-modal-poptin-10.modal-dialog{
		max-width: 700px;
		margin: 1.75rem auto;
	}
}
@media (min-width: 576px){
	div.locked-modal-poptin-9.modal-dialog{
		max-width: 600px;
		margin: 1.75rem auto;
	}
}
@media (min-width: 576px){
	.locked-modal-image.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
}
@media (min-width: 576px){
	.locked-modal-poptin-7.modal-dialog {
		max-width: 700px;
	}
}
@media (min-width: 576px){
	.locked-modal-poptin-6.modal-dialog {
		max-width: 365px;
	}
}
@media (min-width: 576px){
	.locked-modal-poptin-5 {
		max-width: 560px;
		text-align:center;
	}
}
@media (min-width: 576px){
	.locked-modal-poptin-4 {
		max-width: 760px;
	}
}

@media (min-width: 576px){
	.locked-modal-poptin-3 {
		max-width: 660px;
	}
}

@media (min-width: 576px){
	.locked-modal-poptin-2 {
		max-width: 780px;
	}
}
@media (min-width: 576px){
	.locked-modal-poptin-1 {
		max-width: 800px;
	}
}
@media (min-width: 576px){
	.locked-modal-default {
		max-width: 700px;
	}
}
@media (min-width:1600px){
	div.table-content-container{
		display:block;
	}
}
#pop-apend{
	width:365px;
	position: fixed;
}
div.pop-pos-0{
	top: -20%;
    left: 0px;
}
div.pop-pos-1{
	top: -20%;
    right: 0px;
}
div.pop-pos-2{
	left: 0px;
    bottom: -20%;
}
div.pop-pos-3{
	right: 0px;
    bottom: -20%;
}
.btn-orange{
	background: #f16334;
    color: #fff;
    border-color: #f16334;
    -webkit-box-shadow: 0 20px 28px 0 rgba(241,99,52,.16);
    box-shadow: 0 20px 28px 0 rgba(241,99,52,.16);
}
.locked-modal-poptin-13 h2{
	margin: 0;
    font-size: 51px;
    font-weight: 600;
    color: #43464b;
    margin-bottom: 60px;
}
.locked-modal-poptin-13 button.close{
	    position: absolute;
    top: -5px;
    right: 5px;
    color: #26282d;
    opacity: 1;
}
.locked-modal-poptin-13 p{
	font-weight:300;
}
.locked-modal-poptin-13 p.sm{
	font-size: 14px;
}
.locked-modal-poptin-13 .btn-orange{
    font-size: 12px;
    font-weight: 800;
    border-radius: 2px;
    padding: 20px 45px;
    margin-top: 40px;
    margin-bottom: 25px;
}
@media (min-width: 576px){
	.locked-modal-poptin-13 {
		max-width: 1020px;
	}
}

.locked-modal-poptin-14{
	
}
.locked-modal-poptin-14 div.modal-content{
	border:none;
	border-radius:0;
}
.locked-modal-poptin-14 div.modal-body{
	padding:0;
	padding-right:15px;
}
.locked-modal-poptin-14 div.content-left{
	text-align:center;
	padding: 35px 15px;
}
.locked-modal-poptin-14 h2{
	margin-top:0;
	font-size: 38px;
}
.locked-modal-poptin-14 p{
    font-size: 15px;
    font-weight: 300;
    font-family: "Poppins";
    color: #565656;
    padding-left: 15px;
    padding-right: 14px;
}
.locked-modal-poptin-14 .img-placeholder{
	background-repeat: no-repeat;
    background-size: cover;
}
.locked-modal-poptin-14 p.sm{
	font-weight: 300;
    color: rgb(170, 170, 170);
    font-size: 10px;
    margin-bottom: 0;
}
.locked-modal-poptin-14 button.close{
	position: absolute;
    right: 10px;
    top: 7px;
    font-weight: 300;
    font-size: 26px;
    color: #333;
    opacity: 1;
	z-index:1;
}
.locked-modal-poptin-14 .btn-orange{
	font-size: 14px;
    color: #fff!important;
    font-weight: 800;
    padding: 10px 35px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media (min-width: 576px){
	.locked-modal-poptin-14 {
		max-width: 720px;
	}
}

.locked-modal-poptin-15{}
.locked-modal-poptin-15 button.close{
	position: absolute;
    right: 10px;
    top: 7px;
    font-weight: 300;
    font-size: 26px;
    color: #333;
    opacity: 1;
    z-index: 1;
}
.locked-modal-poptin-15 div.modal-content{
	border:none;
	border-radius:0;
}
.locked-modal-poptin-15 div.content-left{
    padding: 35px 30px 15px 30px;
}
.locked-modal-poptin-15 h2{
	margin-top:0;
}
.locked-modal-poptin-15 p{}
.locked-modal-poptin-15 .btn-orange{
	font-size: 14px;
    color: #fff!important;
    font-weight: 800;
    padding: 13px 35px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
	display:block;
	width:100%;
	text-align:center;
}
.locked-modal-poptin-15 div.img-container{
	text-align:center;
	margin: 0;
}
.locked-modal-poptin-15 div.img-container > img{
	max-width:242px!important;
}
@media (min-width: 576px){
	.locked-modal-poptin-15 {
		max-width: 720px;
	}
}

.btn-custom-delay-btn{
    position: relative;
    bottom: 0;
    left: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: 800;
    padding: 13px 35px;
    background: #f16334;
    color: #fff!important;
    border-color: #f16334;
    top: 21px;
}
.locked-modal-poptin-16{}
.locked-modal-poptin-16 div.content-right{
	padding-right:20px;
}
.locked-modal-poptin-16 div.modal-content{
	border: none;
    border-radius: 25px;
	background: #e7fbfb;
}
.locked-modal-poptin-16 div.modal-body{
	padding-bottom:0;
}
.locked-modal-poptin-16 h2{
	color: #00a6c2;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}
.locked-modal-poptin-16 p{
	font-size: 12px;
    color: #323e48;
	margin-bottom: 15px;
}
.locked-modal-poptin-16 input[type=text]{
    font-size: 12px;
    margin-bottom: 15px;
    border-color: #fff;
}
.locked-modal-poptin-16 button.close{
	position: absolute;
    right: 20px;
    bottom: 20px;
    background: #00a6c2;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 600;
    padding: 1px 5px;
	z-index:1;
}
.locked-modal-poptin-16 .btn-lorange{
	background:#eba900;
	color: #fff!important;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 12px;
}
.locked-modal-poptin-16 div.img-container{
	text-align:center;
	margin: 0;
}
@media (min-width: 576px){
	.locked-modal-poptin-16 {
		max-width: 512px;
	}
}

.locked-modal-poptin-17{}
.locked-modal-poptin-17 button.close{
    position: absolute;
    top: 4px;
    right: 9px;
    color: #0f74b5;
    opacity: 1;
    font-size: 32px;
    font-weight: 600;
}
.locked-modal-poptin-17 div.img-container{
	margin:0;
}
.locked-modal-poptin-17 div.modal-body{
	padding: 30px;
}
.locked-modal-poptin-17 div.modal-content{
	border: none;
	border-radius: 0;
}
.locked-modal-poptin-17 h2{
	margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #484848;
}
.locked-modal-poptin-17 form{
	text-align:center;
}
.locked-modal-poptin-17 input[type=text]{
	display:inline-block;
	width:36%;
	vertical-align:top;
	border:none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 46px;
	border-radius:0;
}
.locked-modal-poptin-17 button.btn-primary{
	display:inline-block;
	vertical-align:top;
	border-radius: 0;
    font-weight: 700;
    padding: 10px 40px;
}
@media (min-width: 576px){
	.locked-modal-poptin-17 {
		max-width: 640px;
	}
}

.locked-modal-poptin-18{}
.locked-modal-poptin-18 div.modal-content{
	border:0;
	border-radius:0;
}
.locked-modal-poptin-18 div.img-container{
	margin:0;
}
.locked-modal-poptin-18 div.content-left{
	padding-left:10px;
	padding-top:5px;
}
.locked-modal-poptin-18 div.modal-body{
	color:#76799f;
}
.locked-modal-poptin-18 button.close{
	position: absolute;
    top: -13px;
    right: -10px;
    background: #000;
    opacity: 1!important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-weight: normal;
    font-size: 18px;
    padding: 1px 5px;
}
.locked-modal-poptin-18 div.btn-container span{
	font-weight: 700;
    font-size: 10px;
    display: block;
    width: 41%;
    margin: 0 auto 15px auto;
    line-height: 1;
}
.locked-modal-poptin-18 div.btn-container span:before{
	content: "";
    background: url('https://marketbold.com/images/left-arrow.png');
	background-repeat:no-repeat;
    display: block;
    width: 23px;
    height: 45px;
    margin-left: -10px;
    float: left;
    margin-top: 10px;
}
.locked-modal-poptin-18 div.btn-container span:after{
	content: "";
    background: url('https://marketbold.com/images/right-arrow.png');
	background-repeat:no-repeat;
    display: block;
    width: 23px;
    height: 45px;
	margin-right: -20px;
    float: right;
}
.locked-modal-poptin-18 div.btn-container button.btn.btn-success{
	color:#fff;
	font-weight: 700;
    font-size: 14px;
    background: #afd750;
    border: none;
}
.locked-modal-poptin-18 div.btn-container{
	text-align:center
}
.locked-modal-poptin-18 h3{
	margin-top:0;
	color:inherit;
	margin-bottom: 12px;
	font-size:20px;
}
.locked-modal-poptin-18 h4{
	margin-top:0;
	color:inherit;
	    font-size: 15px;
    font-weight: 700;
	margin-bottom: 12px;
}
.locked-modal-poptin-18 p{
	font-size:12px;
}
.locked-modal-poptin-18 ul{
	padding-left: 25px;
    margin-left: 0;
}
.locked-modal-poptin-18 ul li{
	font-size:12px;
	padding-bottom:0;
}
@media (min-width: 576px){
	.locked-modal-poptin-18 {
		max-width: 665px;
	}
}


.locked-modal-poptin-19{}
.locked-modal-poptin-19 div.step-1{
	padding:5px;
}
.locked-modal-poptin-19 div.step-2{
	display:none;
	padding-top:5px;
	padding-bottom:5px;
}
.locked-modal-poptin-19 div.step-2 input[type=text]{
	margin-bottom:10px;
	border:1px solid #6b9c3e;
	border-radius:0;
}
.locked-modal-poptin-19 form{
}
.locked-modal-poptin-19 div.content-right p{
	margin-bottom:5px;
}
.locked-modal-poptin-19 div.content-right{
	padding-top:10px;
}
.locked-modal-poptin-19 div.img-container{
	margin-top:10px;
	margin-bottom:0;
}
.locked-modal-poptin-19 .btn.btn-success{
	background: #83C11F !important;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 19px;
}
.locked-modal-poptin-19 div.step-2 .btn.btn-success{
	    font-size: 16px;
    padding: 10px;
}
.locked-modal-poptin-19 .btn.btn-success:hover{
	opacity:0.8;
	color: #fff;
}
.locked-modal-poptin-19 .btn.btn-secondary{
	width:100%;
	color:#fff;
	border-radius:0;
	border:none;
	line-height: 1;
    padding: 13px;
}
.locked-modal-poptin-19 .btn.btn-secondary:hover{
	opacity:0.8;
	color: #fff;
}
.locked-modal-poptin-19 div.modal-content{
	    border-radius: 10px;
}
.locked-modal-poptin-19 div.modal-body{}
.locked-modal-poptin-19 div.modal-head{
	background:#0D82DF;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}
.locked-modal-poptin-19 div.modal-head h2{
	text-align:center;
	margin:0;
	color: #fff;
    padding: 20px;
    font-weight: 700;
    font-family: 'Open sans';
    font-size: 35px;
}
.locked-modal-poptin-19 button.close{
	position: absolute;
    top: -15px;
    right: -15px;
    background: #4a251a !important;
    color: #fff!important;
    border-radius: 50%;
    padding: 1px 6px;
    opacity: 1!important;
}
.locked-modal-poptin-19 div.step-1 .btn.btn-success{
	margin-bottom:20px;
	
}
div.table-content-container ul li > ul {
    margin-left: 15px;
    margin-top: 5px;
}
a.current-left-index{
	font-weight:bold;
	/*text-indent:12px;*/
}
a.current-left-index:before{
	font-family: "Font Awesome 5 Free";
    content: "\f061";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	color: #8fc800;
	position: absolute;
	left: -15px;
	margin-top: 3px;
}
.lockedsignupbutton{
	background: #044d8c !important; 
	font-family: 'Poppins'; 
	font-weight: 600; 
	color: #fff!important;
}
.bullet-r-image-l{
	display:flex;
}
.font-sm{
	font-size: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
    display: block;
	text-align:center;
}
@media (min-width: 576px){
	.locked-modal-poptin-19 {
		max-width: 700px;
	}
}

@media (max-width:768px){
	.locked-modal-poptin-13 h2{
		font-size:40px;
	}
	nav.navbar{
		padding-top:.5rem;
	}
	nav.navbar .navbar-nav li:last-child{
		position: initial;
	}
	nav form a.my-2{
		margin-right: 0;
		margin-left: auto;
	}
	aside.right-side{
		padding-top: 660px;
	}
	li.search-box-li,
	label.search-box-label{
		width:100%;
	}
	div.content-head h1{
		
	}
	div.footer-links{
		width: 100%;
	}
	section.section-hompage-banner img{
		max-width:500px;
		display:block;
		margin-bottom:25px;
		margin-left: auto;
		margin-right: auto;
	}
	section.section-hompage-banner{
		text-align:center;
		padding-bottom:35px;
	}
	a.link-oranged-arrowed {
		text-align:left;
	}
	div.social-float-fixed div.share-count{
		display:none;
	}
	div.social-float-fixed{
		left:0;
		bottom:0;
		width:100%;
		padding:0;
		background-color: #219bcf;
		    z-index: 1;
	}
	div.social-float-fixed div.social{
		padding:0;
	}
	div.social-float-fixed div.social a:nth-child(1){
		background-color: #219bcf;
		color:#fff;
	}
	div.social-float-fixed div.social a:nth-child(2){
		background-color: #66679d;
		color:#fff;
	}
	div.social-float-fixed div.social a{
		display: inline-block;
		width: 49%;
		margin: 0;
	}
	div.social-float-fixed.social-right,
	div.social-float-fixed.social-left
	{
		margin-left:0;
	}
	div.menu-drop-item > a:after{
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	div.menu-drop-item > a.no-child:after{
		    border: 0;
	}
	div.menu-drop-item  a{
		color:#333;
	}
	div.menu-drop-item > a > i{
		font-size:14px;
	}
	div.menu-drop-item > a > span{
		display:inline;
	}
	div.menu-drop-item{
		margin:0;
	}
	div.menu-drop-item > ul.list-unstyled{
		display:none;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	
	div.dropdown-menu > div.menu-drop-container{
		padding-left:30px;
		padding-right:30px;
		border-bottom:0;
		background: transparent;
	}
	div.dropdown-menu > div.menu-drop-container div.col-20{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		padding-top:0;
	}
	div.menu-drop-item>a>img{
		    max-width: 15px;
	}
	.locked-modal-poptin-1 {
		max-width: 500px;
	}
	.locked-modal-poptin-1 div.signupformimg img {
		width: 100%;
		opacity: 0.3;
	}
	.locked-modal-poptin-1 div.modal-content:after {
		height: 215px;
		bottom: -1px;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.locked-modal-poptin-1 form#lockedsignupform input[type="text"]{
		margin-bottom:15px;
	}
	.locked-modal-poptin-1 form#lockedsignupform .no-padd-left{
		padding-left:15px;
	}
	.locked-modal-poptin-2 {
		max-width: 500px;
	}
	.locked-modal-poptin-2 div.signupformimg{
		display:none;
	}
	.locked-modal-poptin-2 div.no-padd-left{
		padding-left:15px;
	}
	.locked-modal-poptin-2 div.modal-body{
		padding:20px 20px 40px 20px;
	}
	.locked-modal-poptin-2 .poptin-2-right{
		left:0;
	}
	div.overlayed .overlay-img{
		display:none;
	}
	.locked-modal-poptin-4{
		text-align:center;
	}
	.locked-modal-poptin-4 #lockedsignupform{
		padding: 16px 80px;
	}
	.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2 {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	div.locked-modal-poptin-11 .column-right{
		max-width: 94.433%!important;
		margin: auto;
	}
	div.locked-modal-poptin-11 .column-left,
	div.locked-modal-poptin-11 .column-right{
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.locked-modal-poptin-11.modal-dialog {
		max-width: auto!important;
	}
	div.locked-modal-poptin-11 .column-left{
		padding-right:15px;
	}
	div.locked-modal-poptin-12.modal-dialog{
		max-width: 500px;
	}
	div.locked-modal-poptin-12 div.img-container > img{
		max-width:100%!important;
	}
	div.img-column-order-2-on-small{
		order:2;
		padding-top:30px;
	}
	.btn-custom-delay-btn{
		top:-11px;
	}
	.bullet-r-image-l{
		display:block!important;
	}
	.bullet-r-image-l > a.btn-unlock-page,
	.bullet-r-image-l > ul{
		display:block!important
	}
	.bullet-r-image-l > a.btn-unlock-page {
		text-align:center;
		margin-bottom:15px;
	}
	.lockedsignupbutton{
		white-space: break-spaces;
	}
}
@media (max-width:767px){
	aside.left-side{
		order:1;
	}
	aside.right-side{
		padding-top: 0;
	}
	div.social{
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
	}
	div.tags a.tag{
		margin-bottom:5px;
	}
	div.book-mark h5{
		margin-top:0;
	}
}
@media (max-width:640px){
	.col-20 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.menu-drop-item{
		padding-left:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.menu-drop-item > a > i{
		font-size:inherit;
	}
	div.menu-drop-item > a > span{
		display:inline;
	}
	div.footer-links{
		text-align:center;
	}
	.contact-form .row.cols2 > div:nth-child(1){
		margin-bottom:30px;
	}
	.locked-modal-poptin-3 {
		    max-width: 500px;
			margin-top: 50px;
	}
	.locked-modal-poptin-4 {
		max-width: 500px; 
	}
	.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2 {
		padding-left: 30px;
		padding-right: 50px;
	}
	.locked-modal-poptin-13 h2{
		font-size:1.5rem;
	}
	.locked-modal-poptin-13 p{
		font-size:1rem;
	}
	.locked-modal-poptin-15 div.img-container{
		display:none;
	}
	.locked-modal-poptin-16 div.modal-body{
		padding-bottom:15px;
		text-align:center;
	}
	.locked-modal-poptin-18 div.img-container{
		display:none;
	}
	.padd-right-md-15{
		padding-right:15px;
	}	
}
@media (max-width:480px){
	div.page-content{
		padding-left:15px;
		padding-right:15px;
	}
	div.content-head ,
	div.content-image,
	div.inner-section,
	div.content-bottom{
		padding-left: 30px;
		padding-right: 30px;
	}
	div.inner-section{
		max-width:100%;
	}
	div.content-head h1{
		font-size:29pt;
	}
	div.step-guide-top h1{
		font-size:20pt;
	}
	div.step-guide-top p{
		font-size:12px;
	}
	div.content-item{
		width:100%;
	}
	div.step-guide div.step-guide-bottom{
		padding-left:0;
	}
	div.inner-section.padd-half{
		padding-left:25px;
		padding-right:25px;
	}
	div.step-guide-bottom p.caption{
		padding-left:5px;
		padding-right:5px;
	}
	aside.left-side{
		padding-left:0;
		padding-right:0;
	}
	.card.card-item{
		/*min-height:220px;*/
	}
	.card.card-item h3 a,
	.card.card-item h5 a{
		font-size:inherit;
	}
	.card.card-item h3{
		font-size: 33px;
		line-height: 38px;
	}
	.card.card-item h5{
		font-size:18px;
	}
	.card.card-item p.card-text{
		line-height: 23px;
		max-height: 50px;
		display: none!important;
	}
	.card.card-item p {
		font-size: 18px;
	}
	section.section-tag-head h1{
		font-size: 47px;
	}
	.card.card-item h3{
		border-bottom:none;
	}
	.locked-modal-poptin-1 div.modal-content:after{
		height:270px;
	}
	.locked-modal-poptin-2 .poptin-2-right form#lockedsignupform {
		padding-left: 5px;
		padding-right: 5px;
	}
	button.btn.btn-xl{
		font-size:23px;
	}
	.locked-modal-poptin-3 .modal-header{
		padding-left:0;
		padding-right:0;
	}
	.locked-modal-poptin-3 div.modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.locked-modal-poptin-3 .modal-header h4{
		padding-left: 20px;
		padding-right: 20px;
		font-size:23px;
	}
	.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2 img {
		margin-bottom: 5px;
		max-width: 49%!important;
	}
	.locked-modal-poptin-4 div.signupformimg.signupformimg-2x2 {
		padding-left: 0; 
		padding-right: 0; 
	}
	.locked-modal-poptin-4 #lockedsignupform {
		padding: 16px 0px;
	}
	div.locked-modal-poptin-8{
		margin:auto;
	}
}
@media (max-width:414px){
	.order-3-on-small{
		position: absolute;
		bottom: -200%;
		width: calc(100% - 30px);
	}
	.order-2-on-small{
		margin-bottom: 65px!important;
	}
}
@media (max-width:380px){
	.card.card-item h3 a{
		/*-webkit-line-clamp: 3; 
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-o-line-clamp: 3;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		max-height: 85px;
		overflow: hidden;
		padding-bottom: 10px;*/
	}
	.card.card-item h3 {
		font-size: 30px;
		line-height: 28px;
	}
	.card.card-item h5 {
		font-size: 16px;
	}
	.contact-form{
		padding:0 15px;
	}
	.locked-modal-poptin-1 .poptin-1-header{
		margin-top:0;
		margin-bottom:15px;
	}
	.locked-modal-poptin-1 div.modal-content:before {
		height: 64px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.locked-modal-poptin-1 span.popt-comment{
		font-size:11px;
	}
	.locked-modal-poptin-1 form#lockedsignupform{
		padding-left:0;
		padding-right:0;
	}
	.locked-modal-poptin-1 .poptin-1-header h3{
		line-height: 0.9;
		text-align: center;
		margin-top: 30px;
		font-size: 30px;
	}
	.locked-modal-poptin-1 form#lockedsignupform h5{
		text-align: center;
	}
	div.locked-modal-poptin-5{
		text-align: center;
	}
	div.locked-modal-poptin-5 button.close{
		position: absolute;
		right: 15px;
		top: 11px;
	}
	.locked-modal-poptin-5 p {
		font-size: 14px;
	}
	.locked-modal-poptin-7 h4 {
		font-size: 29px;
	}
	.locked-modal-poptin-7 div.rght-ctnt{
		padding-left:0;
	}
	.locked-modal-poptin-7 button.close {
		top: -8px;
		right: -8px;
	}
	div.locked-modal-poptin-11 h3{
		font-size:24px;
	}
	div.locked-modal-poptin-11 .column-right{
		max-width: 90.8%!important;
	}
	div.locked-modal-poptin-11 h4{
		font-size:23px;
	}
	div.locked-modal-poptin-11 p {
		font-size: 13px;
		padding-left: 0px;
		padding-right: 0px;
	}
	div.locked-modal-poptin-11 button.btn-ylw{
		font-size:18px;
	}
	div.locked-modal-poptin-12 h3{
		font-size:21px;
	}
	div.locked-modal-poptin-12 div.steps.step-2 form{
		padding-left:0;
		padding-right:0;
	}
	div.locked-modal-poptin-12 div.steps p{
		font-size:17px;
	}
	.locked-modal-poptin-14 h2{
		
	}
	.locked-modal-poptin-15 h2 {
		font-size: 1.5rem;
	}
	.locked-modal-poptin-14 div.modal-body{
		padding-right:0;
	}
	.locked-modal-poptin-17 input[type=text]{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.locked-modal-poptin-17 button.btn-primary{
		width:100%;
	}
	.locked-modal-poptin-17 h2{
		font-size:18px;
	}
	.locked-modal-poptin-18 div.btn-container span{
		width:55%;
	}
	.locked-modal-poptin-18 button.close{
		top:5px;
		right:5px;
	}
	.locked-modal-poptin-18 h3,
	.locked-modal-poptin-18 h4
	{
		text-align:center;
	}
	.locked-modal-poptin-18 h3{
		font-size:18px;
	}
	.locked-modal-poptin-18 div.content-left{
		padding-left:0;
	}
	.locked-modal-poptin-19 div.modal-head h2{
		    font-size: 27px;
	}
	.locked-modal-poptin-19 .btn.btn-success{
		font-size:15px!important;
	}
	.locked-modal-poptin-19 div.content-right p {
		margin-bottom: 20px;
		text-align: center;
	}
	.locked-modal-poptin-19 button.close {
		top: -2px;
		right: -2px;
	}
	.lockedsignupbutton{
		font-size: 0.9em;
		white-space: break-spaces;
		text-align: center;
	}
}