html {
    scroll-behavior: smooth;
}
a{
    cursor: pointer;
}
.force-hide{
	display: none !important;
}
.fotorama__fullscreen-icon{
    background-color: #0e7dff !important;
    border-radius: 2px;
}
.header{
	border-bottom: 1px solid #e9e9ea;
	padding: 0 20px;
}
.header .container{
	max-width: 1180px;
	margin-left: auto;
    margin-right: auto;
}
.header .logo,
.flex-row,
.list-opt .icon{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.listing-col,
.mid-col{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

    
}
.mid-col{
	height: 72px;
}
.header .logo{

}
.header .logo .icon{
	height: 28px;
    width: 30px;
	margin-right: 5px;
	position: relative;
    bottom: 2px;
}
.logo-t{
    font-family: 'Montserrat', sans-serif;
    color: #0e7dff;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.logo-m{
	border-left: 1px solid #9a9fa4b3;
    margin-left: 10px;
    padding-left: 10px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #808da1;
}
.logo-m embed{
	height: 18px;
}

.site-body{
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 14px;
	line-height: 20px;
	/* padding: 0 36px; */
}

.subscribe-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    /* min-width: 280px; */
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1px;
    background: #0e7dff;
    /* border: 8px solid #000; */
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Hind Siliguri', sans-serif;
}
.subscribe-btn:hover{
	background: #0f71e3;
}

/*Hero section*/
.hero-section .container{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;


}
section.hero-section{
	position: relative;
    /* padding: 67px 36px; */
    overflow: hidden;
}
.container{
	max-width: 1180px;
	margin-left: auto;
    margin-right: auto;
}
.hero-section .about{
	max-width: 420px;
}
.hero-section .text{
	font-size: 42px;
	margin-bottom: 24px;
	font-weight: 400;
}
.hero-section .subscribe-btn{
	width: 100%;
}
.hero-section .buttons{
	margin-bottom: 12px;
}
.hero-section .development{
	color: #a1a1a1;
	font-size: 14px;
}
.hero-section .container{
	height: 70vh;
	position: relative;
}

.hero-image{
	position: absolute;
	top: 0px;
	/* width: 875px; */
    height: 70vh;
    right: -600px;
	/* left: 504px; */
}
.hero-image img{
	width: auto;
    height: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    border-radius: 4px;
}

/*Market section*/
.section{
	padding: 110px 36px;
	/* background-color: #f9f9f9; */
	border-bottom: 1px solid #dae1e9;
}
.section-title{
	font-size: 30px;
	line-height: 34px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 22px;
}
.section-title.muted{
    color: #656f80;
}
.section-subtitle{
	font-size: 18px;
	line-height: 22px;
	color: #808da1;
	text-align: center;
}

.option-list,
.list-opt{
	max-width: 440px;
	width: 100%;
}
.option-list li{
	margin-bottom: 10px;
}

.list-opt{
	text-decoration: none;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	color: #000;
	padding: 15px 20px;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}
.list-opt.active{
	/* border: 1px solid #0e7dffc2; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}
.list-opt.active .icon .fa{
	color: #0e7dff;
    font-size: 24px;
    line-height: 30px;
}
.list-opt.active .icon{
	border: 1px solid transparent;
    height: auto;
}
.list-opt.active h2{
	color: #000;
}
.list-opt .title-col{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}
.list-opt h2{
	font-weight: 600;
	margin-top: 0;
	font-size: 22px;
	line-height: 30px;
	/* color: #808da1; */
	color: #000;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}
.image-container .text-muted,
.list-opt .text-muted{
	font-size: 16px;
	line-height: 24px;
    color: #808da1;
}
.list-opt .icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #eff2f5;
}
.list-opt .icon.plain{
    border: 1px solid transparent;
    height: auto;
}
.list-opt .icon .fa{
	font-size: 16px;
	/* color: #0e7dff; */
	color: #808da1;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}
.list-opt .icon.plain .fa{
	color: #0e7dff;
    font-size: 24px;
    line-height: 30px;
}

.list-opt:hover h2,
.list-opt:hover .fa{
	color: #000;
}

section .container .image-col{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
}
section .container .image-col.start{
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
section .container .image-col .image-container{
	
    max-width: 680px;
}
section .container .image-container img,
section .container .image-col .image-container .fotorama__img{
	/* max-width: 680px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px !important;
    border-radius: 4px !important;
}
section .container .flex-row{
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fotorama{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px !important;
}

.section .flex-row{
	padding: 72px 0 0;
}
.messages-section .flex-row.second-row{
	/* padding-top: 0; */
}

/*Listings*/
.listing-col{

}
.listing-col.left{
	padding-right: 10px;
}
.listing-col.right{
	padding-left: 10px;
}

.listings-section .image-container{
	margin-bottom: 35px;
}

.listings-list,
.messages-section .option-list{
	color: #808da1;
    font-size: 16px;
    line-height: 22px;
}
.listings-list li{
	margin-bottom: 15px;
}
/* .listings-list li:before {
	color: #808da1;
} */

/* Messages */
.messages-section .list-opt .text-muted{
	margin-bottom: 20px;
}

.listings-list.no-padding{
	padding-left: 0;
}

.tool-section .list-opt h2{
	margin-bottom: 0;
}
.list-opt.muted .icon.plain .fa,
.tool-section .list-opt.muted h2{
	color: #808da1;
}
.tool-section .list-opt.active .icon{
	border: none;
}
.tool-section .image-container .text{
	color: #000;
	font-weight: 600;
	font-size: 18px;
    line-height: 22px;
    padding: 35px 25px;
	text-align: center;
}
.pricing-section{
	position: relative;
	background-image: url(../images/andreas-nextvoyagepl-1080277-unsplash.jpg);
	background-position: center;
	color: #fff;
	padding: 80px 20px;
	/* background-position: 0px 0px, 50% 78%; */
    background-size: cover;
    background-attachment: fixed;
}
.pricing-section-overlay{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #0f60b8c9;
}
.pricing-section-content{
	position: relative;
}
.pricing-section .section-title{
	color: #fff;
}
.price-col{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    /* valign center vertically*/

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /* align center horizontally*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    text-align: center;
}

.plans-title{
	font-size: 24px;
    line-height: 26px;
    margin-bottom: 42px;

    
}
.pricing-section .section-title{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-title-t{
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}
.plans-price{
	font-size: 60px;
    line-height: 70px;
}
.plans-subtitle{
	font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.pricing-section.section .flex-row{
	padding-top: 0;
    margin-bottom: 42px;
}

.subscribe-form{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*subscribe row*/
.frm-row,
.subscribe-success-view{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
	width: 100%;
	max-width: 580px;

    /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
}

.subscribe-success-view{
	padding-top: 24px;
}

.subscribe-section .section-subtitle{
	margin-bottom: 25px;
}
.subscribe-email{
	margin-bottom: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
}

.f-subscribe-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #0c4c95;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    min-width: 100px;
}


.subscribe-success-icon.fab {
    font-size: 60px;
    line-height: 70px;
    color: #0e7dff;
}
.subscribe-success-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.subscribe-success-line-1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #525965;
}

.subscribe-success-line-2 {
    color: #808da1;
    font-size: 20px;
    line-height: 26px;
}

/*Footer*/
.footer{
	min-height: 85px;
	background-color: #0b4b94;
	padding: 20px 25px;

	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    color: #fff;
}
.footer .container{

}
.footer .container,
.footer .logo{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .logo-t,
.footer .logo-m{
	color: #fff;
	font-weight: 300;
}

.footer .logo .icon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.footer .logo-t{
	font-size: 18px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    background-color: #afafaf !important;
}
section .list-opt-wrapper{
	display: none;
}


section.messages-section .list-opt.mobile{
	display: none;
}
section.tool-section .list-opt.mobile{
	display: none;
}


section.tool-section .image-container .text.mobile{
	display: none;
    color: #808da1;
    padding: 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.a-input-warning {
    /* display: none; */
    padding-top: 4px;
    color: #e00000;
    font-size: 14px;
}

@media (max-width: 1440px){
	.hero-image{
		right: -500px;
	}

}
@media (max-width: 1380px){
	.hero-image {
	    right: -300px;
	}
	section.hero-section{
		position: relative;
	    padding: 67px 36px;
	    overflow: hidden;
	}
}
@media (max-width: 1280px){
	section.market-section .container .image-col
	{
		padding-left: 35px;
	}
	section.tool-section .container .image-col.start{
		padding-right: 35px;
	}
	section.tool-section .image-container .text div{
		display: inline;
	}
	.section{
		padding: 80px 20px;
	}
	.list-opt{
		padding: 15px 15px;
	}
}
@media (max-width: 1180px){
	.hero-image{
		right: auto;
    	left: 505px;
	}
	.hero-image{
		height: inherit;
    	width: 720px;
	}
	.hero-section .container{
		min-height: 420px;
		height: auto;
	}
	.hero-image img{
		width: 720px;
	}
}
@media (max-width: 1080px){
	.market-section .option-list{
		display: none;
	}
	section.market-section .container .image-col{
		-webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding-left: 0;
	}
	section.market-section .img-section.force-hide{
		display: block !important;
	}
	section .list-opt-wrapper{
		display: block;
	}
	section.market-section .list-opt-wrapper .text-muted{
		text-align: center;
		margin-bottom: 25px;
	}
	section.market-section .list-opt-wrapper .list-opt{
		max-width: none;
		-webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding: 0 0;
	    padding-bottom: 11px;
	}
	section.market-section .list-opt .title-col{
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	section.market-section .list-opt .title-col h2{
		margin-bottom: 0;
	}
	section.market-section .img-section,
	section.messages-section .img-section,
	section.tool-section .img-section{
		margin-bottom: 75px;
		max-width: 680px;
		margin-left: auto;
    	margin-right: auto;
	}
	section.market-section .img-section:last-child,
	section.messages-section .img-section:last-child{
		margin-bottom: 0;
	}
	section .container .image-col .image-container{
		max-width: none;
	}
	.section .flex-row{
	    padding: 52px 0 0;
	}
	section .container .flex-row,
	section.market-section .container .image-col,
	section.messages-section .container .image-col,
	section.tool-section .container .image-col{
		display: block;
		-webkit-box-pack: unset;
	    -webkit-justify-content: unset;
	    -ms-flex-pack: unset;
	    justify-content: unset;
	}
	
	section.listings-section .listing-col{
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
	}
	.listing-col.left img{
		content: url("../images/snaps/680-n-new-listing-2.png");
	}
	.listing-col.right img{
		content: url("../images/snaps/680-n-listings.png");
	}
	section.listings-section .list-opt{
		margin-left: auto;
		margin-right: auto;
	}
	section.listings-section .image-container{
		text-align: center;
		margin-bottom: 70px;
	}
	section.listings-section .listing-col.right .image-container{
		margin-bottom: 0;
	}
	section.messages-section .flex-row.first{
		-webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
	}
	section.messages-section .list-opt.desktop{
		display: none;
	}
	section.messages-section .list-opt.mobile{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    
	}
	section.messages-section .list-opt{
		margin-left: auto;
	    margin-right: auto;
	}
	section.tool-section .container .image-col.start{
		padding-right: 0;
	}
	section.tool-section .list-opt.mobile{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    max-width: none;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding: 0 0;
	    padding-bottom: 18px;
	}
	section.tool-section .container .image-col .image-container{
		margin-left: auto;
	    margin-right: auto;
	}
	section.tool-section .list-opt .title-col {
	    -webkit-box-flex: none;
	    -webkit-flex: none;
	    -ms-flex: none;
	    flex: none;
	}
	section.tool-section .image-container .text.desktop{
		display: none;
	}
	section.tool-section .image-container .text.mobile{
		display: block;
	}
	section.tool-section .img-section:last-child{
		margin-bottom: 0;
	}
	section.tool-section .img-section.force-hide{
		display: block !important;
	}
	section.tool-section .option-list{
		display: none;
	}
	.pricing-section .price-col.first{
		margin-bottom: 80px;
	}
}
@media (max-width: 800px){
	.section {
    	padding: 67px 20px;
	}
	.hero-section .container{
		display: block;
        /* min-height: 742px; */
        min-height: auto;
	}
	.hero-section .about {
	    max-width: none;
	}
	.hero-section{
		padding: 40px 36px;
		padding-bottom: 60px;
	}
	.hero-image {
	    height: auto;
	    /* width: 1480px; */
        width: 152%;
	    position: relative;
	    left: 0;
        margin-top: 25px;
	}
	.hero-section .text{
		font-size: 28px;
    	line-height: 32px;
    	margin-top: 0;
	    margin-bottom: 15px;
	}
	.header .subscribe-btn{
		display: none;
	}
	.hero-section .development{
		display: none;
	}
	.hero-image img{
		width: 980px;
	}
	section.market-section .img-section{
		max-width: none;
		width: 100%;
	}
	section.tool-section  .section-subtitle div,
	section.messages-section .section-subtitle div{
		display: inline;
	}
	div.list-opt{
		padding:  0 0;
	}
}
@media (max-width: 580px){
	.section-title{
		font-size: 26px;
    	line-height: 30px;
	}
	.header .logo .icon{
		height: 20px;
	}
	.logo-t{
		font-size: 18px;
	}
	.header .logo,
	.footer .logo{
		-webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;

		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.logo-m{
		display: block;
	    margin-left: 0;
		padding-left: 25px;
		width: 100%;
		border-left: 0;
	}
	.section-subtitle div{
		display: inline;
		text-align: center;
	}
	.frm-row{
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.subscribe-email{
		margin-bottom: 10px;
	}
	.f-subscribe-btn{
		width: 100%;
		height: 38px;
	}
	.header{
		padding: 5px 20px;
	}
}