@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* layout global */
body {
    margin: 0;
    position: relative;
    overflow-x: hidden !important;
	background-color:#ffffff;
}

.site-content{
	position:relative;
	overflow:hidden;
}

img{
	max-width:100%;
	width:auto;
	margin: 0 auto;
}
.clear{
	clear:both;
	width:100%;
	display:block;
}
.container,
.container-fluid{
	position:relative;
}
.small-padding{
	padding:36px 0;
}
.normal-padding{
	padding:50px 0;
}
.big-padding{
	padding:86px 0;
}
.no-padding {
    padding: 0 !important;
}
.overflow-hidden{
	position:relative;
	overflow:hidden;
}

.wrap {
    position: fixed;
    z-index: 2000;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    background: rgba(63, 61, 57, .9);
    color: #fff;
    padding: 0 18px 18px;
    line-height: 1.2;
    font-size: 12px;
}
.wrappara {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
}
.wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrap .my_btn {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
	width: 100%;
	font-family: 'Poppins-Bold';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wrap .my_btn:hover {
    background: #f8233f;
    color: #fff !important;
}

/* fonts global */
@font-face{
	font-family:"Archivo-Regular";
	src:url("assets/fonts/Archivo-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Quicksand-Regular";
	src:url("assets/fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Quicksand-Bold";
	src:url("assets/fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face{
	font-family:"Quicksand-Medium";
	src:url("assets/fonts/Quicksand-Medium.ttf") format("truetype");
}
@font-face{
	font-family:"Poppins-Bold";
	src:url("assets/fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face{
	font-family:"Poppins-SemiBold";
	src:url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face{
	font-family:"Poppins-Medium";
	src:url("assets/fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face{
	font-family:"Poppins-Regular";
	src:url("assets/fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face{
	font-family:'Nunito-Black';
	src: url(assets/fonts/Nunito-Black.ttf);
}
@font-face{
	font-family:'Nunito-Bold';
	src: url(assets/fonts/Nunito-Bold.ttf);
}
@font-face{
	font-family:'Nunito-SemiBold';
	src: url(assets/fonts/Nunito-SemiBold.ttf);
}
@font-face{
	font-family:'Nunito-Regular';
	src: url(assets/fonts/Nunito-Regular.ttf);
}
@font-face{
	font-family:'Nunito-Light';
	src: url(assets/fonts/Nunito-Light.ttf);
}
@font-face{
	font-family:'Nunito-Italic';
	src: url(assets/fonts/Nunito-Italic.ttf);
}
@font-face{
	font-family:"Montserrat-Bold";
	src:url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-SemiBold";
	src:url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-Medium";
	src:url("assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-MediumItalic";
	src:url("assets/fonts/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-Regular";
	src:url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face{
	font-family:"Montserrat-Light";
	src:url("assets/fonts/Montserrat-Light.ttf") format("truetype");
}


h1, h2, h3, h4, h5, h6, big-heading{
	color: #2e3760;
	font-family:'Nunito-Bold';
}
h1{	
	font-size:38px;
	line-height:52px;
}
h2{
	font-size:36px;
	line-height:48px;
}
h3{
	font-size:32px;
	line-height:40px;
}
h4{
	font-size:24px;
	line-height:32px;
}
h5{
	font-family:'Nunito-Black';
	font-size:20px;
	line-height:28px;
}
h6{
	font-size:18px;
	line-height:28px;
}
p{
	font-family:"Montserrat-Medium";
	color: #252525;
	font-size:16px;
	line-height:32px;
}
p:last-child{
	margin-bottom:0 !important;
}
.big-heading{
	font-size:40px;
	line-height:54px;
}
.sec-title{
	font-family:"Quicksand-Bold";
	font-size:36px;
	line-height:50px;
}
.white-font{
	color:#ffffff;
}
.gradient-text{
	color: #2992fd;
}
.yellow-text{
	color:#fff799;
}
a{
	text-decoration:none !important;
	transition:all 0.3s ease !important;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

.btn-style1 {
	font-family: "Montserrat-SemiBold";
    font-size: 18px;
    line-height: 32px;
    color: #ffffff !important;
    padding: 0 12px;
    border-radius: 5px;
	background: rgb(135,75,214);
	background: -moz-linear-gradient(left, rgba(135,75,214,1) 0%, rgba(86,92,211,1) 50%, rgba(135,75,214,1) 100%);
	background: -webkit-linear-gradient(left, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 50%,rgba(135,75,214,1) 100%);
	background: linear-gradient(to right, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 50%,rgba(135,75,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874bd6', endColorstr='#874bd6',GradientType=1 );
	background-size: 200% auto;
    width: 100%;
    display: block;
    text-align: center;
	transition:all 0.3s ease;
}
.btn-style2 {
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
    line-height: 68px;
    color: #ffffff !important;
    padding: 0 12px;
    border-radius: 5px;
    background: rgb(135,75,214);
    background: -moz-linear-gradient(left, rgba(135,75,214,1) 0%, rgba(86,92,211,1) 50%, rgba(135,75,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 50%,rgba(135,75,214,1) 100%);
    background: linear-gradient(to right, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 50%,rgba(135,75,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874bd6', endColorstr='#874bd6',GradientType=1 );
    background-size: 200% auto;
    max-width: 532px;
    width: 100%;
    display: block;
    text-align: center;
}
.btn-style3 {
    font-family: "Montserrat-SemiBold";
    font-size: 30px;
    line-height: 68px;
    color: #ffffff !important;
    padding: 0 12px;
    border-radius: 5px;
	background: rgb(251,175,93);
	background: -moz-linear-gradient(left, rgba(251,175,93,1) 0%, rgba(247,131,32,1) 50%, rgba(251,175,93,1) 100%);
	background: -webkit-linear-gradient(left, rgba(251,175,93,1) 0%,rgba(247,131,32,1) 50%,rgba(251,175,93,1) 100%);
	background: linear-gradient(to right, rgba(251,175,93,1) 0%,rgba(247,131,32,1) 50%,rgba(251,175,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaf5d', endColorstr='#fbaf5d',GradientType=1 );
    background-size: 200% auto;
    max-width: 532px;
    width: 100%;
    display: block;
    text-align: center;
}
.btn-style1:hover,
.btn-style2:hover,
.btn-style3:hover {
	background-position:right center;
}

.divider-style1 {
    background-image: url('assets/images/divider-style1.png');
    background-size: 100% 100%;
    max-width: 221px;
    height: 18px;
    display: block;
    margin: 18px auto;
}
.divider-style2 {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 8px 0;
    border-bottom: 2px solid #f06eaa;
}

/* responsive menu css and button - start */
#responsive-menu-btn {
	background: rgb(252,130,114);
	background: -moz-linear-gradient(left, rgba(252,130,114,1) 0%, rgba(217,51,114,1) 100%);
	background: -webkit-linear-gradient(left, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
	background: linear-gradient(to right, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
	background-clip: border-box;
	background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8272', endColorstr='#d93372',GradientType=1 );
    border: none;
    padding: 10px 8px;
    max-width: 50px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 2%;
	top: 15px;
	z-index: 99;
	display:none;
}
#responsive-menu-btn::before, #responsive-menu-btn::after {
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    margin: 0 auto;
    max-width: 25px;
    border-radius: 50px;
	position:relative;
	transition:all 0.3s ease;
}
#responsive-menu-btn::before{
	top:0;
	transform:rotate(0deg);
}
#responsive-menu-btn::after{
	bottom:0;
	transform:rotate(0deg);
}
#responsive-menu-btn span {
    content: "";
    width: 100%;
    display: block;
    margin: 5px auto;
    border: 2px solid #ffffff;
    max-width: 29px;
    border-radius: 50px;
	transition: all 0.3s ease;
}
#responsive-menu-btn.rs-menu-close span {
    max-width:0;
}
#responsive-menu-btn.rs-menu-close::before {

    transform: rotate(45deg);
    position: relative;
    top: 8px;

}
#responsive-menu-btn.rs-menu-close::after {
    transform: rotate(-45deg);
    position: relative;
    bottom: 9px;
}

#mobile-main-nav {
    float: none;
    max-width: 500px;
    width: 90%;
    text-align: left;
    padding: 24px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 100vh;
	left: -500px;
	z-index:99;
	transition:all 0.3s ease;
}
#mobile-main-nav .nav {
    display: block;
    color: #333333;
    padding: 12px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
	transition:all 0.3s ease;
}
#mobile-main-nav .nav:hover {
    background-color: rgba(0,0,0,0.1);
}
#mobile-main-nav.mobile-nav-show {
    left: 0;
}
/* responsive menu css - end */


/* header css - start */
header {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
    transition: all 0.3s ease;
}
.h-main-nav {
    text-align: right;
}
.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat-Medium';
    color: #252525;
    font-size: 16px;
    line-height: 16px;
    padding: 0 24px;
    border-right: 1px solid #252525;
    margin-top: 12px;
}
.h-nav:last-child{
	border-right:none;
}

/* page-banner */
#page-banner {
    background-image: url('assets/images/story-reel-main-bannerbg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
	padding-top:150px;
}
/* #page-banner .row{
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	display: flex;
	align-self: center;
	align-items: center;
	align-content: center;
} */
#page-banner .title-area .warn-icon {
    position: absolute;
    left: 0;
}
#page-banner .sec-title {
    margin-bottom: 12px;
    font-family: 'Nunito-Black';
    color: #252525;
}
#page-banner .sec-title::after {
    content: "";
    width: 28px;
    display: block;
    border: 4px solid #eda27f;
    border-radius: 50px;
    margin: 24px 0 0;
}
#page-banner .title-area p {
	font-size: 16px;
	line-height: 30px;
}
#page-banner .button {
    max-width: 347px;
    margin: 36px auto 0;
    padding: 12px;
    border-radius: 50px;
}
#page-banner .ftr-vid {
    max-width: 608px;
    width: 100%;
    display: block;
	margin:0 auto;
}
#page-banner .ftr-vid .vid-wrapper {
    background-image: url('assets/images/video-mockup.jpg');
    background-size: cover;
    background-position: center center;
	position: relative;
	overflow:hidden;
    width: 100%;
    display: block;
	margin-top:12px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 14%, rgba(216,219,223,1) 33%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 14%,rgba(216,219,223,1) 33%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 14%,rgba(216,219,223,1) 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8dbdf',GradientType=1 );	padding:18px;
	border-radius: 10px 10px 0 0;
}
#page-banner .ftr-vid img{
	width:100%;
	display:block;
}

#main-sec1 .title-area {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#main-sec1 .title-area h2{
	margin:0 0 60px;
}
#main-sec1 .row1 {
    margin-top: 100px;
}
#main-sec1 .row1, #main-sec1 .row2 {
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#main-sec1 .col {
    padding: 36px;
}
#main-sec1 .content-wrapper {
    position: relative;
    border-top: 1px solid #bea6ea;
    border-left: 1px solid #bea6ea;
    padding: 50px 0 0 30px;
}
#main-sec1 .social-icon {
    position: absolute;
    top: -50px;
    left: -35px;
}
#main-sec1 li {
    position: relative;
    padding-left: 32px;
    background-image: url('assets/images/o-check-icon-green.png');
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin-bottom: 12px;
}
#main-sec1 .col-inner img {
    border-radius: 26px;
    box-shadow: 8px 18px 20px 0 rgba(75,138,188,0.27);
}

#main-sec2{
	background: rgb(135,75,214);
	background: -moz-linear-gradient(left, rgba(135,75,214,1) 0%, rgba(86,92,211,1) 100%);
	background: -webkit-linear-gradient(left, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
	background: linear-gradient(to right, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874bd6', endColorstr='#565cd3',GradientType=1 );
}
#main-sec2 .title-area {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 20px auto 60px;
}
#main-sec2 .col-2 {
    position: relative;
    min-height: 240px;
    padding-bottom: 65px;
}
#main-sec2 .col-2 img {
    opacity: 0.25;
    margin-bottom: 12px;
}
#main-sec2 .col-2 .name {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-align: right;
}
#main-sec2 .col-2 h5 {
    position: relative;
    display: block;
    font-family: 'Montserrat-SemiBold';
    color: rgba(255,255,255,0.25);
    font-style: italic;
}
#main-sec2 .col-2 h5 small {
    display: block;
    font-size: 14px;
    line-height: 24px;
	font-family: 'Montserrat-Regular';
	color: rgba(255,255,255,0.25);
}
#main-sec2 .col-2 h5 span {
    position: relative;
}
#main-sec2 .col-2 h5 span::before {
    content: "";
    width: 40px;
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0.25);
    position: absolute;
    left: -50px;
    top: 11px;
}

#main-sec3 {
	text-align: center;
}
#main-sec3 .title-area {
    max-width: 640px;
    width: 100%;
    display: block;
    margin: 0 auto 80px;
}
#main-sec3 .big-heading {
    display: block;
    font-family: 'Nunito-Bold';
}
#main-sec3 .big-heading small {
    display: block;
    font-style: italic;
    color: #874bd6;
}
#main-sec3 .col {
    max-width: 360px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 32px;
}
#main-sec3 .fe-icon-wrapper {
    border-radius: 100%;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 24px;
}
#main-sec3 .col h6 {
    font-family: 'Montserrat-Bold';
}
#main-sec3 .col p {
    font-family: 'Montserrat-Regular';
    color: #747a94;
}
#main-sec3 .bottom-qoute {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 36px auto 0;
    font-size: 18px;
}

#main-sec4 {
    background: rgb(135,75,214);
    background: -moz-linear-gradient(45deg, rgba(135,75,214,1) 0%, rgba(86,92,211,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
    background: linear-gradient(45deg, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874bd6', endColorstr='#565cd3',GradientType=1 );
}
#main-sec4 img {
    padding: 50px 0;
}
#main-sec4 .col2 img {
    padding-top: 0;
}
#main-sec4 .description {
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#main-sec4 .description p:nth-child(1) {
    font-size: 18px;
}
#main-sec4 .description p{
	margin-bottom:24px;
}

#main-sec5 .row {
    margin-bottom: 50px;
}
#main-sec5 .row:last-child {
    margin-bottom: 0;
}
#main-sec5 .col1 {
    padding-top: 70px;
}
#main-sec5 .row2 .col1 {
    float: right;
}
#main-sec5 .step-heading {
    font-size: 28px;
    line-height: 28px;
    font-family: 'Montserrat-SemiBold';
	background: rgb(141,126,226);
    background: -moz-linear-gradient(45deg, rgba(141,126,226,1) 0%, rgba(74,55,165,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(141,126,226,1) 0%,rgba(74,55,165,1) 100%);
    background: linear-gradient(45deg, rgba(141,126,226,1) 0%,rgba(74,55,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7ee2', endColorstr='#4a37a5',GradientType=1 );
    max-width: 240px;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
	margin-bottom: 24px;
}
#main-sec5 .ftr-img-cont img {
    box-shadow: -15px 15px 20px 0 rgba(0,0,0,0.12);
}
#main-sec5 .step-heading .text-wrap {
    background-color: #fff;
    display: block;
    border-radius: 50px;
    padding: 7px 5px;
}
#main-sec5 .step-heading .text-wrap span {
    background: rgb(141,126,226);
    background: -moz-linear-gradient(45deg, rgba(141,126,226,1) 0%, rgba(74,55,165,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(141,126,226,1) 0%,rgba(74,55,165,1) 100%);
    background: linear-gradient(45deg, rgba(141,126,226,1) 0%,rgba(74,55,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7ee2', endColorstr='#4a37a5',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#main-sec5 p {
    color: #747a94;
}

#main-sec6{
	background: rgb(135,75,214);
	background: -moz-linear-gradient(left, rgba(135,75,214,1) 0%, rgba(86,92,211,1) 100%);
	background: -webkit-linear-gradient(left, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
	background: linear-gradient(to right, rgba(135,75,214,1) 0%,rgba(86,92,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874bd6', endColorstr='#565cd3',GradientType=1 );
}
#main-sec6 .big-heading {
    margin: 0 0 50px;
}
#main-sec6 h6 {
    color:#ffffff;
	font-size:16px;
	line-height:24px;
}
#main-sec6 .blurb-row {
    text-align: center;
}
#main-sec6 .blurb-row .col {
    max-width: 210px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 36px 36px;
    padding: 0 12px;
    text-align: center;
}
#main-sec6 .cta .button {
    margin: 0 auto 24px;
    max-width: 650px;
}

#faq {
    padding-bottom:0;
}
#faq .big-heading{
    font-family: 'Nunito-Regular';
	margin-bottom:50px;
}
#faq .big-heading strong{
	font-family: 'Nunito-Bold';
	font-size:47px;
	line-height:54px;
}
#faq h4 {
    font-family: 'Montserrat-Bold';
    position: relative;
    margin-left: auto;
    padding: 0 0 12px 40px;
	margin-top: 40px;
	cursor:pointer;
}
#faq h4 .q {
	color: #574dd2;
    position: absolute;
    left: 0;
}
#faq h4 .faq-title {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    padding-bottom: 12px;
}
#faq .description {
    padding-left: 40px;
}
#faq .description p{
    margin-bottom:24px;
}
#faq ::marker {
    font-weight: 700;
    font-size: 20px;
}

/* footer css */
footer {
    padding-bottom: 50px;
}
footer .col-2 p {
    max-width: 460px;
    width: 100%;
    display: block;
    margin: 50px auto 0;
	font-size: 12px;
    line-height: 26px;
}
footer .qoute {
	color:#898989;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    line-height: 26px;
    max-width: 760px;
    width: 100%;
    display: block;
    margin: 80px auto !important;
}
footer .cta .button {
    max-width: 650px;
    margin: 0 auto 24px;
}
footer .cta img {
    margin-bottom: 50px;
}
.footer-menu {
    background-color: #e6e6e6;
    padding: 36px 0;
	text-align:center;
}
.f-nav {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
    text-transform: uppercase;
    border-left: 1px solid #000;
    color: #000000;
}
.f-nav:first-child {
    border-left: none;
}

/* Disclaimer Start */
.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer p.font-italic {
    font-style: italic;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
	text-decoration: none;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
	margin: 0 auto;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
	text-decoration: none;
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */

/* responsive css */
@media screen and (max-width:1680px){
	
}
@media screen and (max-width:1366px){
	p{
		font-size:15px;
		line-height:30px;
	}
	
	#page-banner {
		background-size: cover;
		background-position: bottom left;
	}
}

@media screen and (max-width:1199px){
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3 {
		font-size: 26px;
		line-height: 36px;
	}
	h4 {
		font-size: 18px;
		line-height: 28px;
	}
	p{
		font-size: 14px;
		line-height: 30px;
	}
	.sec-title{
		font-size: 28px;
		line-height: 38px;
	}
	.big-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.btn-style2 {
		font-size: 24px;
		line-height: 32px;
		padding: 12px;
	}
	.btn-style1{
		font-size: 14px;
	}
}

@media screen and (max-width:991px){
	.big-padding {
		padding: 50px 0;
	}
	h5{
		font-size:16px;
		line-height:26px;
	}
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	.sec-title {
		font-size: 26px;
		line-height: 36px;
	}
	.big-heading {
		font-size: 24px;
		line-height: 38px;
	}
	.btn-style2, .btn-style3 {
		
	}
	
	.h-nav{
		font-size: 14px;
		line-height: 14px;
		padding: 0 18px;
		margin-top: 4px;
	}

	#page-banner .title-area p{
		font-size: 14px;
		line-height: 24px;
	}
	
	#main-sec1 .row1 {
		margin-top: 50px;
	}
	#main-sec2 .col-2 h5 small{
		font-size: 12px;
	}
	#main-sec3 .col{
		max-width: 320px;
	}
	#main-sec5 .col1 {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#main-sec6 .cta .button {
		margin: 0 auto 24px;
		max-width: 480px;
		font-size: 18px;
		line-height: 50px;
	}
	#faq .big-heading strong{
		font-size: 32px;
		line-height: 40px;
	}
	#faq h4{
		padding: 0 0 0 40px;
	}
	#faq h4 .faq-title{
		padding-bottom: 0;
	}
}


@media screen and (max-width:767px){
	h2 {
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 22px;
		line-height: 32px;
	}
	.small-padding{
		padding:24px 0;
	}
	.normal-padding{
		padding:36px 0;
	}
	.big-padding {
		padding: 46px 0;
	}
	
	#responsive-menu-btn{
		display:block;
	}
	header .col.col2 {
		display: none;
	}
	
	#page-banner .sec-title::after {
		display:none;
	}
	#page-banner{
		text-align: center;
		padding-top: 100px;
	}
	#page-banner .ftr-vid {
		max-width: 420px;
		margin: 50px auto 20px;
	}
	#page-banner .ftr-vid .vid-wrapper{
		padding:12px;
	}
	
	#main-sec2 .row-inner {
		max-width: 480px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.f-nav {
		max-width: 300px;
		width: 100%;
		display: inline-block;
		border: none;
		margin: 20px 0 0;
	}
}

@media screen and (max-width:640px){
	br{
		display:none;
	}
	
	footer .copyright-content.text-center {
		margin-bottom: 80px !important;
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width:440px){
	h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.sec-title {
		font-size: 24px;
		line-height: 32px;
	}

	#faq .big-heading strong {
		font-family: 'Nunito-Bold';
		font-size: 37px;
		line-height: 44px;
		display: block;
	}
	#faq h4{
		padding: 0 0 0 40px;
		margin-top: 24px;
	}
}