
  .little_title{
	/* font-size: 20px; */
	font-family: 'Montserrat', sans-serif;
	color: #0000005e;
  }
  

:root{
	--purple: #6C3180;
	--yellow: #F1A422;
	--purplelight: #F2ECF4;
	--purpledark: #482055;
	--font-size-exlarge:50px;
	--font-size-large:24px;
	--font-size-med:18px;
	--font-size-gen:14px;
	--font-size-small:10px;
	--font-size-smaller:8px;
}

.section_video{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.section_video iframe{
	width: 100%;
	height: 450px;
	max-width: 750px;
	border-radius: 10px;
	margin: 0 auto;
	display: table;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);

}

h2{
	scroll-margin-top: 250px;
}

.section_boxes{
	background-color: #F2F2F2;
	text-align: center;
}

.section_home_header{
	padding-top: 150px;
	background: linear-gradient(to bottom, #80C4E6, #0088CC);
	border-bottom: 10px solid #004F71;


	
}

.section_home_header .container{
	/* padding-left: 40px;
	padding-right: 40px; */
	background-image: url(../assets/b_new/bg_key.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: top center;
}

.section_home_header .heading{
	font-size: var(--font-size-exlarge);
	font-weight: 600;
	color: #FFF;
	line-height: 50px;
	margin-bottom: 20px;
}

.section_home_header .heading span:first-of-type {
	color: transparent;
	background: linear-gradient(-65deg, var(--yellow), #FFF, var(--yellow));
	background-size: 200% 200%;
	-webkit-background-clip: text;
	background-clip: text;
	animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* .section_home_header .heading span:first-of-type{
	color: var(--yellow);
} */

.box_desc span{
		color: var(--yellow);
		background-color: #004F71;
		padding-left: 5px;
		padding-right: 5px;
		color: #FFF;
}

.section_home_header .sub_heading{
	font-size: 18px;
	margin-bottom: 30px;
	color: #FFF;
	font-size: var(--font-size-large);
	font-weight: 500;
	margin-bottom: 20px;
	

}

.section_home_header .container{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.section_home_header .container .left{
	width: calc(100% - 400px);
	float: left;
	/* padding: 40px !important; */
	/* padding-right: 30px; */
	box-sizing: border-box;
	display: table;
	/* padding-top: 40px; */
	padding-bottom: 50px;

}

.section_home_header .container .right{
	width: 400px;
	float: left;
	height: 100%;
	display: table;
	/* background-image: url('../assets/new/header_couple.png'); */
	
}

.section_home_header .container .right img{
	width: 100%;
	position: relative;
	bottom: 0px;
	display: table;
	margin-bottom: 0px;
	/* opacity: 0; */
}

.section_home_header .container .btn_cons{
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
}

.section_home_header .container .btn_cons > a{
	width: calc(50% - 20px) !important;
	margin-right: 5px !important;
	float: left;
	text-align: center;
}

.section_boxes .sub_text{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	max-width: 750px;
	margin: 0 auto;
}


.section_boxes .box_con_main{
	display: table;
	width: 100%;

}

.section_boxes .box_con_main .box{
	width: 20%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-top: 60px;
	

}

.section_boxes .box_con_main .box img{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%);
	max-width: 70px;
}

.section_boxes .box_con_main .box_inner{
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
	padding-top: 60px;
	color: #000000;
	font-size: 15px;
	min-height: 250px;

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

}

.section_boxes .box_con_main .box_inner .box_heading{
	font-weight: bold;
	margin-bottom: 10px;
}


.section_into_split h2{
	font-size: var(--font-size-exlarge);
	color: #0088CC;
	text-align: left;

}

.section_into_split{
	background-color: #EEEEEE;
	padding-top: 40px;
	padding-bottom: 40px;
	padding: 30px;
	box-sizing: border-box;
}

.section_into_split .sub_text{
	font-size: var(--font-size-med);
	color: #1E1E1E;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	line-height: 24px;
}


.section_into_split .container{
	display: flex !important;
	flex-direction: row;
	gap: 40px;
	width: 100%;
	box-sizing: border-box;
}

.section_into_split .container > div {
	width: 100%;
}


.note_1{
	color: var(--yellow);
	font-size: var(--font-size-large);
	font-weight: bold;
	background-image: url(../assets/b_new/thumb.svg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 70px;
	font-style: italic;
	margin-bottom: 30px;
	
}

.test_1{
	padding: 20px;
	border-radius: 25px;
	border: #FFF 1px solid;
	font-size: var(--font-size-gen);
	margin-bottom: 30px;
	color: #1e1e1ec5;

	font-style: italic;
	line-height: 18px;
}

.section_approval{
	background-color: #004F71;
	/* background-image: url('../assets/new/bg_1.png');
	background-position:top;
	background-size: 90%;
	background-size: cover; */
	text-align: center;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_approval h2{
	color: var(--yellow);
}

.section_approval .sub_text{
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;

}

.section_approval .new_btn_1{
	margin: 0 auto;
}

.section_approval_yellow{
	background-color: #FFCB05;
	/* background-image: url('../assets/new/bg_2.png'); */
}

.section_approval_yellow h2{
	color: #3D3938;
}


.section_approval_yellow .new_btn_1{
	background-color: #000000 !important;
	color: #FFF;
}

.section_approval_yellow .new_btn_1:hover{
	background-color: var(--yellow) !important;
	color: #000000 !important;
}

.section_approval_yellow .sub_text{
	color: #000000;
}

.yellow{
	font-family: 'Montserrat', sans-serif;
	color: var(--yellow);
	font-weight: bold;
}

.faq_title{
	margin-bottom: 40px;
}

.small{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 40px;
	text-align: center;
}

.tabs{
	display: flex;
	gap: 30px;
	color: #000000;
	font-size: var(--font-size-gen);
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	
	margin-bottom: 30px;
	margin-top: 30px;

}

.thank-you{
	color: #000;
	font-size: 16px;
	text-align: center;
}

#message{
	font-family: 'tt_norms';
}

.tabs > div{
	padding-bottom: 10px;
	border-bottom: 3px solid rgba(0,0,0,0);
}

.tabs > div:hover{
	color: var(--yellow);
	border-bottom: 3px solid var(--yellow);
}

.tabs > div.active{
	color: var(--yellow);
	border-bottom: 3px solid var(--yellow);
}

.tab_cons{
	text-align: left;
	display: none;
}

.tab_cons.active{
	display: block;
}

.faq_con{
	background-color: #FFF;
	border-radius: 0px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
}


.faq_con .tab_question{
	font-family: 'Montserrat', sans-serif;
	background-image: url('../assets/icon_plus.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 15px;
	cursor: pointer;
	font-weight: bold;
	padding-right: 25px;
	
}

.faq_con.active .tab_question{

	background-image: url('../assets/icon_min.svg');
	background-repeat: no-repeat;
	background-position: right;
	
}

.faq_con .tab_answer{
	font-family: 'tt_norms';
	display: none;
	margin-top: 30px;
}

.faq_con .tab_answer p{
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.faq_con.active{
	background-color: #000000;
	color: #FFF

}

.faq_con .tab_answer ul{
	list-style: square;
	margin-top: 20px;
}

.faq_con .tab_answer ul li{
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.faq_con.active .tab_answer{
	display: block;
}

.giveme_margin{
	margin-top: 100px;
	display: table;
}


b{
	font-family: 'Montserrat', sans-serif;
}

.section_purple{
	background-color: var(--purple);
}

.section_purple a{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.section_purple a:hover{
	color: var(--yellow);
}

.section_purple h1{
	color: #FFF;
}

#lets-chat{
	margin-bottom: 40px;
}

.section_questions{
	text-align: center;
	background-color: #F2F2F2;
}

.section_questions h1{
	/* margin-bottom: 100px; */
}

.section_questions .copy{
	margin-bottom: 30px;
}

.section_questions .copy a{
	color: #EFB905;
}

.section_questions .new_btn_1{
	margin: 0 auto;
}

.copy{
	font-size: var(--font-size-med);
	color: var(--purple);
}

.section_lets_chat{
 text-align: center;
}

.section_lets_chat .sub_text{
	color: #FFF;
	line-height:30px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
	display: table;
}

.ContactForm{

}

#form_topper{
	text-align: center;
	background-color: #0088CC;
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
	padding: 30px;
	box-sizing: border-box;
	max-width: 650px;
	margin: 0 auto;
}

#form_topper .form_heading, #form_topper .form_intro{
	color: #FFF;
}


#contactForm_con{
	width: 100%;
	max-width: 650px;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

#ContactForm > div{
	position: relative;
}

#contactForm_con > div > div{
	width: 100%;
	display: table;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}

#contactForm_con label{
	clear: both;
	color: #FFF;
	width: 100%;
	display: table;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contactForm_con label.error{
	position: absolute;
	right: 3px;
	top: 0px;
	width: auto;
	display: table;
	font-size: 10px;
	color: red;
}

#contactForm_con input{
	width: 100%;
	border-radius: 5px;
	padding: 15px;
	height: 55px;
	border: none;
	color: #482055;
	font-size: var(--font-size-gen);
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #EEEEEE;
	font-family: 'Montserrat', sans-serif;
	
}

#contactForm_con textarea{
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	border: none;
	color: #482055;
	font-size: 14px;
	background-color: #FFF;
	box-sizing: border-box;
	
}

#contactForm_con .new_btn_1, #form_topper .new_btn_1{
	    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: var(--font-size-med);
    font-weight: 400;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: table;
    text-transform: capitalize;
    background-color: var(--yellow);
    border-radius: 0px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding: 10px;
    font-weight: 600;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-transform: uppercase;
    border-radius: 25px;
	width: 100%;
	box-sizing: border-box;
	line-height: 35px;
}

#contactForm_con .new_btn_1:hover{
	background-color: #0088CC;
}

 #form_topper .new_btn_1:hover{
	background-color: #3D3938;
}

.dec_yellow{
	font-family: 'Montserrat', sans-serif;
    background: var(--yellow);

    color: #FFF;
    padding: 5px;
    padding-left: 40px;
    padding-right: 20px;
    width: 150px;
    margin-right: 10px;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
    letter-spacing: .1em;
	white-space: nowrap;
}

.how_works_steps_con{
 /* display: table;
 width: 100%; */
}

.how_works_steps_con > div{
	/* width: 33.3%;
	float: left;
	min-height: 300px; */

}

.section_partners{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}

.section.section_partners  .container{
	padding-top: 0px !important;
}

.partners_con {
	display: table;
	width: 100%;
}

.partners_con > img{
	float: left;
	width: 25%;
}

.form_heading{
	font-size: var(--font-size-large);
	color: #1E1E1E;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.form_intro{
	font-size: var(--font-size-med);
	color: #1E1E1E;
		width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.how_works_steps_con {
	display: flex;
	flex-wrap: wrap; 
	justify-content:center;
}

.how_works_steps_con > div{
	flex-basis: 33.33333%;
}

.how_works_steps_con .step_con{
	background-image: url('../assets/arrow_purple.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 10px;
	padding: 20px;
	height: 100%;
	
}

.how_works_steps_con .step:nth-child(3) .step_con, .how_works_steps_con .step:last-child .step_con{
	background-color: #482055;
	background: none;
}



.how_works_steps_con .step .heading{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.how_works_steps_con .step .copy{
	font-family: 'tt_norms';
	font-size: var(--font-size-gen);
	margin-bottom: 20px;
}

.how_works_steps_con .step img{
	width: 120px;
	margin-bottom: 20px;
}

.how_works_steps_con .step.show_me_money .heading {
	position: relative;
}
.how_works_steps_con .step.show_me_money .heading img{
	/* background-image: url('../assets/show-me.svg');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:200px; */
	left:calc(100%-5px);
	top:-20px;
	position: absolute;
	margin-left: 10px;
}


.home_bg_section {
	min-height: 350px;
	background-image: url('../assets/homes.svg');
	background-repeat: repeat-x;
	background-size: 1600px; /* Adjust the size as needed */
	/* animation: moveRight 40s linear infinite;   */
  }

  @-webkit-keyframes moveRight {
    from { background-position: 0 0; }
    to { background-position: -1600px 0; }
}
  

.sub_text{
	font-size: var(--font-size-med);
    font-family: 'tt_norms';
    color: var(--purple);
}

.bold_me{
	font-family: 'tt_norms_bold' !important;
}

.no_brainer{
	background-image: url('../assets/no-brainer.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 200px;
	padding-top: 60px;
	padding-bottom: 20px;
	display: table;

}

.section_how_works .sub_text{
	margin-bottom: 20px;

}


.new_btn_1{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: var(--font-size-gen);
	font-weight: 400;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: table;
	text-transform: capitalize;
	background-color: var(--yellow);
	border-radius: 0px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	padding: 10px;
	font-weight: 600;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	text-transform: uppercase;

	border-radius: 25px;
}

.new_btn_1:hover{
	background-color: #3D3938;
	color: #FFF !important;
}

.new_btn_2{
	color: #3D3938;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: table;
	text-transform: capitalize;
	background-color: none;
	background-color: #FFF;
	
	border-radius: 0px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding: 9px;
	font-weight: 600;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 25px;
}

.new_btn_2:hover{
	background-color: #3D3938;
	color: #FFF;
}


.new_btn_3{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	height: 60px;
	line-height:  60px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: table;
	text-transform: capitalize;
	color: var(--purple);
	background-color: #FFF;
	border: 1px solid var(--yellow);
	border-radius: 10px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.new_btn_3:hover{
	background-color: var(--yellow);
}


.menu_btn{
	float: right;
	color: #FFF;
	font-family: 'tt_norms';
	float: right;
	font-size: 13px;
	/* background-color: red; */
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: table;
	z-index: 1000;
	text-transform: capitalize;
	position: absolute;
	right: 20px;
	display: none; 
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

	display: none !important;
}

#nav-icon3, #nav-icon1{
	float: right;
	display: table;
	margin: 0px !important;
	margin-top: 5px !important;
	width: 30px  !important; 

}

#nav-icon3 span,#nav-icon1 span{
	height: 3px !important;
	background-color: #FFF !important;
	border-radius: 5px !important;
}


.section_why_short{
	background-color: #fbf9fc;
	font-size: var(--font-size-gen);
	color: var(--purple);

}

.section_why_short .container{
	
}

.section_why_short .container > div{
	width: 50%;
	float: left;
	padding-left: 150px;
	box-sizing: border-box;
	line-height: 1.5em;
	background-image: url('../assets/icon_why_1.svg');
	background-repeat: no-repeat;
	min-height: 100px;
	background-position: 20px top;
	
}

.section_why_short .container > div:nth-child(2){
	background-image: url('../assets/icon_why_2.svg');
}

.home_compare{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.home_compare .paperless{
	width: 100%;
	max-width: 300px;
	margin-bottom: -30px;

}


.home_compare .row_btns{
	display: table;
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}

.home_compare .row_btns > div{
	float: left;
	padding: 10px;
}

.home_compare .row_btns .little{
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	cursor: pointer;
}

.home_compare .row_btns .first{
	width: calc(100%-400px);
}

.home_compare .row_btns .second{
	position: relative;
	width: 370px;
}

.home_compare .row_btns .second .new_btn_2{
	z-index: 1;
}

.home_compare .row_btns .second img{
	position: absolute;
	right: 0px;
	top: 15px;
	width: 220px;
}

.home_compare .word_1{
	font-size: var(--font-size-exlarge);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    color: var(--yellow);
	background-image: url('../assets/zigs.svg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	box-sizing: border-box;
	letter-spacing: .1em;
}

.home_compare .word_2{
	font-size: var(--font-size-exlarge);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    color: var(--purple);
	letter-spacing: .1em;
}

.home_compare .row_1{
	margin: 0 auto;
	margin-bottom: 30px;

}

.home_compare .row_2{
	margin: 0 auto;
	margin-bottom: 15px;

}

.first_new{
	width: 100%;
	text-align: center;
	display: table;
	
}

.first_new a{
	text-transform: uppercase !important;
	margin: 0 auto;
}

.home_compare  .word_3 {
    font-family: 'Montserrat', sans-serif;
    background: var(--yellow);
	font-size: var(--font-size-med);
    color: #FFF;
    padding: 5px;
    padding-left: 40px;
    padding-right: 20px;
    width: 150px;
	margin-right: 10px;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
	letter-spacing: .1em;
}

.home_compare .word_4{
	font-size: var(--font-size-large);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    color: var(--purple);
	letter-spacing: .1em;
}

.home_compare .word_5{
	font-size: var(--font-size-small);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    color: var(--purple);
	letter-spacing: .1em;
}



.home_compare_why{
	max-width: 950px;
	margin-top: 40px;
}

.home_compare_why .word_1{
	
	font-size: var(--font-size-large);
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 20px !important;
		color: var(--yellow);
		background-image: url('../assets/zigs.svg');
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 10px;
		box-sizing: border-box;
		letter-spacing: .1em;
	}
	
.home_compare_why  .word_2{
	font-size: 45px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	color: var(--purple);
	letter-spacing: .1em;
}





/* Button */

/* Icon 3 */

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 60px;
	height: 45px;
	position: relative;
	margin: 50px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
	top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
	top: 12px;
  }
  
  #nav-icon1 span:nth-child(3) {
	top: 24px;
  }
  
  #nav-icon1.open span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
  }
  
  /* Icon 2 */
  
  #nav-icon2 {
  }
  
  #nav-icon2 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 50%;
	background: #d3531a;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  #nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
  }
  
  #nav-icon2 span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
  }
  
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
  }
  
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 18px;
  }
  
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 36px;
  }
  
  #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  #nav-icon2.open span:nth-child(1) {
	left: 5px;
	top: 7px;
  }
  
  #nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
  }
  
  #nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(5) {
	left: 5px;
	top: 29px;
  }
  
  #nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
  }
  
  /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
	top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 8px;
  }
  
  #nav-icon3 span:nth-child(4) {
	top: 16px;
  }
  
  #nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
  }
  
  /* Icon 4 */
  
  #nav-icon4 {
  }
  
  #nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
  }
  
  /* Button */



h2{
	font-size: var(--font-size-large);
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

h3{
	font-size: var(--font-size-large);
	font-weight: bold;
	margin-bottom: 20px;
}

body{
	font-family: 'Montserrat', sans-serif;
}

.col_1_2{
	width: 50%;
	float: left;
}

#nav{
	display: table;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99;
	background: #FFF;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.10);
}

#nav .top_bar{
	padding-left: 20px;
	padding-right: 20px;
	/* padding-top: 15px;
	padding-bottom: 10px; */
	position: relative;
	display: table;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	height: 80px;
	vertical-align: middle;

	display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */

}

#nav .top_bar a.logo{
	position: relative;
	float: left;
	width: 100%;
	max-width: 200px;
	
}

#nav .top_bar a.logo img{
	width: 100%;
	height: auto;
}



#nav .top_bar .top_nav{
	position: relative;
	float: right;
	font-size: var(--font-size-gen);
	font-weight: bold;
	display: table;
	transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
	-webkit-transition: right .25s ease-in-out;
	/* margin-top: 18px; */
	margin-left: auto; /* Move to the right */
}

#nav .top_bar .top_nav a{
	color: #FFF;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid var(--purple);
	text-decoration: none;
	display: inline-block;
	font-size: var(--font-size-gen);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600 !important;
	
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	border-right: 1px solid #FFF;
}

#nav .top_bar .top_nav a:last-of-type{
	border-right: none;
	font-family: 'Montserrat', sans-serif;
}

#nav .top_bar .top_nav a:hover{
	color: var(--yellow);
}

#nav .large_btn{
	padding: 10px;
	background-color: var(--yellow);
	color: #FFF !important;
	border-radius: 0px;
	font-weight: 600 !important;
	border: 0px !important;
	border-radius: 5px;

}

#nav .large_btn:hover{
	background-color: #FFF;
	color: #000000 !important;
}

#nav .remove_b{
	border: 0px !important;
}



#header{
	width: 100%;
	height: 600px;
}

#header #royalSlider{
	width: 100%;
	height: 600px;
}

.bot_bar{
	background: var(--purpledark);
	color: #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 70px;
	position: relative;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.bot_bar .con{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	display: table;
	height: 60px;
	vertical-align: baseline;
	display: table;
}

.bot_bar a.logo {
	width: 100%;
	max-width: 100px;
	float: left;
	height: 100%;
	display: table;
}

.bot_bar a.logo img{
	/* width: 100%;
	height: 100%; */
	/* margin-top: 3px; */
	max-width:200px;
	max-height:45px;
	width: auto;
	height: auto;
	display: table;

	
}


.bot_bar .bot_nav{
	float: right;
	margin-top: 10px;
	box-sizing: border-box;
	display: table;

}

.bot_bar .bot_nav a{
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
	padding: 10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.bot_bar .bot_nav.mobile_view{
	width: 100%;
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bot_bar .bot_nav.mobile_view a{
	display: table;
	font-size: 18px;
	background: var(--purpledark);
	color: var(--yellow);
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
}

.bot_bar .bot_nav.mobile_view a:hover{
	background: var(--yellow);
	color: var(--purple);
}

.bot_bar .bot_nav a:hover{
	background: var(--purpledark);
	color: var(--yellow);
}

.bot_bar .bot_nav a.yellow{
	background: var(--yellow);
	color: var(--purple);
	font-family: 'Montserrat', sans-serif;
}

.bot_bar .bot_nav a.yellow:hover{
	background: var(--purpledark);
	color: #FFF;
}

.features_con{
	display: table;
	width: 100%;
}
.terms_ticks{
	color: var(--purple);
	width: auto;
	margin: 0 auto;
	display: table;
	padding: 5px;
	border-radius: 5px;
	margin-top: 30px;
	text-align: center;
	font-size: var(--font-size-small);
	background-color: #FFF;
}

.section_sum_intro{
	background-color: #FFF;
	color: var(--purple);
	font-family: 'tt_norms';
	text-align: center;
	padding-top: 80px;
	/* padding-bottom: 20px; */
	display: none;
}

.section_sum_intro .copy{
	font-family: 'tt_norms';
	font-size: 22px;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 30px;

}

.section_sum_intro .copy img{
	margin-bottom: -100px;
}

.section_sum_intro .copy p{
	margin-bottom: 20px;
}

.section_gen table{
	border: 1px dotted #000000;
}

.section_gen a{
	color: #000000;
}

.section_gen .wp-block-table{
	margin: 0px;
	margin-bottom: 20px;

}

.section_gen h3{
	font-size: 25px;
	margin-bottom: 10px;
	color: var(--yellow);
}

.section_gen p{
	margin-bottom: 10px;
}

.section_gen strong{
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
}

.section_sum_intro .copy p span{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: var(--yellow);
	padding: 3px;
	padding-left: 20px;
	padding-right: 10px;
	color: #FFF;
	width: auto;
	display: inline-block;
	clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section_sum_intro .copy b, .section_sum_intro .copy strong{
	font-family: 'Montserrat', sans-serif;
}

h1{
	font-size: var(--font-size-exlarge);
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	color: var(--yellow);
	font-weight: bold;
}

h1 span{
	color: var(--yellow);
}


.section_how_works{
	background-color: #FFF;
	color: var(--purple);
	font-family: 'tt_norms';
	text-align: center;
	padding-bottom: 20px;
}

.mobile_bars{
	width: 100%;
	max-width: 50px;
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
	display: none;
}

.mobile_bars div{
	border-radius: 25px;
	height: 5px;
	width: 100%;
	background: var(--yellow);
	margin-bottom: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.mobile_bars:hover div{
	background: #FFF;
}

.mobile_bars:hover div:nth-child(2){
	width: 50%;
}

.section{
	width: 100%;
	display: table;
}

.section .container{
	width: 100%;
	max-width: 1100px;
	padding-top: 40px;
	padding-bottom: 40px;
	/* padding-left: 20px;
	padding-right: 20px; */
	margin: 0 auto;
	display: table;
	box-sizing: border-box;
}

.section.section_intro .left{
	width: calc(100% - 350px);
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
	color: var(--purple);
	font-family: 'tt_norms';
}

.section.section_intro .left .name{
	font-size: var(--font-size-large);
	color: var(--purple);
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.section.section_intro .left .small{
	font-size: var(--font-size-gen);
	display: table;
	margin-bottom: 20px;
}

.section.section_intro .left .small span{
	display: table;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: var(--yellow);
	border-radius: 25px;
	float: left;
	margin-top: 2px;
}

.section.section_intro .left .intro{
	font-size: var(--font-size-med);
	margin-bottom: 30px;
	line-height: 34px;
}

.section.section_intro .left .copy{
	font-size: var(--font-size-gen);
	margin-bottom: 30px;
	line-height: 25px;
	font-family: 'tt_norms';
}


.section.section_intro .left .price_note{
	font-family: 'Montserrat', sans-serif;
	background: var(--yellow);
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 350px;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
	margin-bottom: 30px;
}

.section.section_intro .left  .price_note .small{
	font-size: var(--font-size-gen);
	color: #FFF;
	font-family: 'tt_norms';
	margin-bottom: 5px;
}

.section.section_intro .left .price_note .price{
	font-size: var(--font-size-exlarge);
	color:var(--purple);
	font-weight: bold;
}

.section_sum{
	padding-top: 40px;

	background-color: var(--purplelight);
}

.section_sum .dev_box{
	display: table;
	width: 100%;
	border-radius: 15px;
	background: #FFF;
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 40px;
}

.section_sum .dev_box .location{
	margin-top: 10px;
}

.section_sum .dev_box a.feat_image{
	width: 350px;
	height: 350px;
	display: block;
	float: left;
	position: relative;
	border-radius: 15px 0px 0px 15px;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section_sum .dev_box a.feat_image:hover{
	box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
}

.section_sum .dev_box a.feat_image img{
	width: 100%;
	height: 100%;
	border-radius: 15px 0px 0px 15px;
}

.section_sum .dev_box .info_con{
	width: calc(100% - 350px);
	float: left;
	color: var(--purple);
	padding: 20px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}

.section_sum .dev_box .info_con a.heading{
	font-size: var(--font-size-med);
	font-weight: bold;
	color: var(--purple);
	font-family: 'Montserrat', sans-serif;
	width: calc(100% - 300px);
	display: table;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;

}

.section_sum .dev_box .info_con a.heading:hover{
	color: var(--yellow);
}


.section_sum .dev_box .info_con .small{
	font-size: var(--font-size-small);
	display: table;

}

.section_sum .dev_box .info_con .small span{
	display: table;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: var(--yellow);
	border-radius: 25px;
	float: left;
	margin-top: 2px;
}

.section_sum .dev_box .info_con .copy{
	font-size: var(--font-size-gen);
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 22px;
}

.section_sum .dev_box .info_con .price_note{
	position: absolute;
	top: 15px;
	right: 0px;
	font-family: 'Montserrat', sans-serif;
	background: var(--purpledark);
	color: #FFF;
	padding: 5px;
	padding-left: 40px;
	padding-right: 20px;
	width: 150px;
	clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
}


.section_sum .dev_box .info_con .price_note .small{
	font-size: var(--font-size-smaller);
	color: #FFF;
	font-family: 'tt_norms';
}

.section_sum .dev_box .info_con .price_note .price{
	font-size: var(--font-size-med);
	color:var(--yellow);
	font-weight: bold;
}

.section_sum .dev_box .btn_1{
	position: absolute;
	bottom: -20px;
	right: 20px;

}

.section_intro .right{
	width: 350px;
	float: left;
	display: table;
	box-sizing: border-box;
}

.main_cta_form{
	width: 100%;
	background: var(--purple);
	display: table;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
	color: #FFF;
	margin-top: -80px;
	z-index: 88;
	position: relative;
}

.main_cta_form .heading{
	color: #FFF;
	font-size: var(--font-size-med);
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.main_cta_form .sub_copy{
	font-size: var(--font-size-gen);
	margin-bottom: 10px;
}

.main_cta_form .btn_1{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.main_cta_form .top{
	background: var(--purpledark);
	padding: 20px;
	border-radius: 15px 15px 0 0;
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.main_cta_form .bot{
	padding: 20px;
	margin-bottom: 20px;
}

.main_cta_form #contactForm_con {
	margin-top: 20px;
}

.main_cta_form #contactForm_con label{
	margin-bottom: 5px;
	font-size: var(--font-size-small);
	font-family: 'Montserrat', sans-serif;
	text-align: left !important;
	width: 100%;
	display: table;

}

.main_cta_form #contactForm_con label.error{
	position: absolute;
	color: red !important;
	top: 0px;
	right: 0px;
	text-align: right !important;
	font-family: 'tt_norms';
	font-size: var(--font-size-smaller);
}

.main_cta_form #contactForm_con div{
	position: relative;
}

.main_cta_form #contactForm_con input{
	width: 100%;
	border-radius: 5px;
	border: none;
	background: #FFF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	box-sizing: border-box;
	color: var(--purple);
}

.main_cta_form #contactForm_con input::placeholder{
	color: var(--purplelight);
}

.main_cta_form #contactForm_con .btn_1{
	border: none;
	margin-bottom: 0px;
}

.main_cta_form #contactForm_con .btn_1:hover{
	background: var(--purpledark);
}

.section_mm_about{
	background-color: var(--purplelight);
	padding-top: 40px;
	padding-bottom: 40px;
}

.section_mm_about .left{
	width: calc(100% - 350px);
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	font-family: 'tt_norms';
	color: var(--purple);
	line-height: 22px;
}

.section_mm_about .left span{
	font-family: 'Montserrat', sans-serif;
}
.section_mm_about .left a{
	color: var(--purple);
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.section_mm_about .left a:hover{
	color: var(--yellow);
}

.section_mm_about .left p{
	margin-bottom: 20px;
}

.section_mm_about .right{
	width: 350px;
	float: right;
	display: table;
	box-sizing: border-box;
}

.section_mm_about .right .large_tick_con{
	display: table;
	width: 100%;
}

.section_mm_about .right .large_tick_con .tick{
	background-image: url(../assets/tick_2.svg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 25px;
	height: 25px;
	font-family: 'tt_norms';
	color: var(--purple);
	margin-bottom: 20px;
	font-size: 18px;
	display: table;
}

.section_mm_about .right a.btn_1,.section_mm_about .right a.btn_2{
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
}

.section_mm_about .left a.logo{
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
	display: table;
}

.section_mm_about .left .logo img{
	width: 100%;
	height: auto;
}

.points_con div{
	background-image: url('../assets/tick.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 10px;
	height: 30px;
	box-sizing: border-box;
	font-size: var(--font-size-small);
	font-family: "tt_norms_bold";

}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 50px !important;
    right: 20px !important;

}

.rsMinW .rsBullet.rsNavSelected span{
	background:var(--yellow) !important;

}
.rsMinW .rsBullet span{
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;

}

.bx-wrapper{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

.bx-prev{
	background:none !important;
	left: 0px !important;
	padding-left: 20px !important;

}

.bx-next{
	background:none !important;
	right: 0px !important;
	padding-right: 20px !important;
}

.section_features{
	background-color: var(--purplelight);
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_features .box{
	width: 33.33%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	min-height: 180px;
	color: var(--purple);

}

.tick b{
	font-family: 'Montserrat', sans-serif;
}

.section_features .box .tick2{
	width: 100%;
	height: 50px;
	clear: both;
	background-image: url(../assets/icons/icon_1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin-bottom: 20px;

}

.section_features .box .point_name{


}

.section_gallery{
	position: relative;
}

.section_gallery img{
	width: 100%;
	height: auto;
}


.section_gallery .left{
	width: calc(100% - 350px);
	float: left;
	
}

.section_gallery .con{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;

	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}

.section_gallery .left .con{
	margin-right: 10px;
	height: 500px;
	border-radius: 15px 0  0 15px;
	background-size: cover;
}

.section_gallery .right{
	width: 350px;
	float: left;
}

.section_gallery .right .con{
	height: 245px;
	border-radius: 0 0 15px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}

.section_gallery .right .con:first-of-type{
	margin-bottom: 10px;
	border-radius: 0 15px 0 0;
}

.section_gallery .container:hover .con{
	cursor: pointer;
	box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
}

.section_gallery .container:hover .expand{
	background-color: var(--yellow);
	color: var(--purple);
	padding-left: 60px;
}

.section_gallery .expand{
 	background-color: #FFF;
	 color: var(--purple);
	 font-family: 'Montserrat', sans-serif;
	 font-size: var(--font-size-gen);
	 position: absolute;
	 padding: 15px;
	 padding-right: 30px;
	 padding-left: 30px;
	 border-radius: 0 15px 15px 0;
	 top: 20px;
	 transition: all .25s ease-in-out;
	 -moz-transition: all  .25s ease-in-out;
	 -webkit-transition: all  .25s ease-in-out;

}


#footer{
	background: #0088CC;
	padding-top: 30px;
	padding-bottom: 30px;
	padding: 40px;
	color: #FFF;
	font-size: var(--font-size-gen);
	font-family: 'Montserrat', sans-serif;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

#footer .footer_con{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	/* padding-left: 20px;
	padding-right: 20px; */
	box-sizing: border-box;
	text-transform: uppercase !important;


}

#footer .footer_con .footer_col{
	float: left;
	width: 30%;
}

#footer .footer_con .footer_col:first-of-type{
	width: 500px;
}

#footer .footer_con .footer_col:last-of-type{
	padding-top: 35px;
	width: 20%;
}

#footer .footer_con .footer_col .con{
	padding: 20px;
	box-sizing: border-box;
}

#footer .footer_con .footer_col .con .heading{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
}

#footer .footer_con .footer_col .con a{
	display: table;
	clear: both;
	margin-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}

#footer .footer_con .footer_col .con a:hover{
	color: var(--yellow);
}

#footer .footer_con .social_con{
	display: block;
	width: 100%;
}
#footer .footer_con .social_con a img{
	width: 32px;
	height: auto;
	float: left;
	display: block;
}

#footer .footer_con .social_con a .line_v{
	display: inline-block;
	border-left: 1px solid #FFF;
	height: 12px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: none;
}

#footer .footer_con .social_con a{
	display: inline-block;
	width: 45px !important;
	float: left;
	clear: none !important;
	margin-right: 0px;
	transition: all .25s ease-in-out;
	 -moz-transition: all  .25s ease-in-out;
	 -webkit-transition: all  .25s ease-in-out;
	 /* padding-right: 10px;
	 margin-right: 10px; */
}



#footer .footer_con .social_con a:hover{
	opacity: .3;
}

#footer .footer_con .footer_col .con a.footer_logo{
	width: 100%;
	max-width: 300px;
	display: block;
	margin-bottom: 30px;
}

#footer .footer_con .footer_col .con a.footer_logo img{
	width: 100%;
	height: auto;
}


#footer .footer_left{
	width: 400px;
	float: left;
}

#footer .footer_left .heading{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
}

#footer .footer_left a{
	text-decoration: none;
	color: #FFF;
	margin-bottom: 5px;
	display: block;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}


#footer .footer_left a:hover{
	color: var(--yellow);
	
}

#footer .footer_left .dets_con{
	margin-top: 20px;
	width: 200px;
	float: left;

}

#footer .footer_left a.footer_logo{
	width: 100%;
	max-width: 120px;
}

#footer .footer_left a.footer_logo:hover{
	opacity: .5;
}

#footer .footer_left a.footer_logo img{
	width: 100%;
	height: auto;
}

#footer .footer_right{
	width: calc(100% - 400px);
	float: left;
}

#footer .footer_right .footer_link_con{
	float: right;
	clear: both;
	width: 100%;
	display: table;
	text-align: right;

}



#footer .footer_right .footer_link_con a.btn_1{
	font-size: var(--font-size-small) !important;
	margin: 2px;

}

#footer .footer_right .footer_link_con a.btn_1:hover{
	background: var(--purpledark);

}

#footer .footer_right .dev_by_con{
	width: 100%;
	max-width: 450px;
	float: right;
	display: table;
	margin-top: 40px;

}

#footer .mm_contact{
	margin-bottom: 20px;
}

#footer .mm_contact a{
	padding-left: 30px;
	background-image: url(../assets/little_icon_1.svg);
	background-repeat: no-repeat;
	background-position: left;
}

#footer .mm_contact a:nth-child(1){
	background-image: url(../assets/icon_mail.svg);
	background-size: 14px;
}

/* #footer .mm_contact a:nth-child(1){
	background-image: url(../assets/little_icon_1.svg);
} */


/* #footer .mm_contact a:nth-child(2){
	background-image: url(../assets/little_icon_3.svg);
} */

#footer .mm_contact a:nth-child(2){
	background-image: url(../assets/icon_phone.svg);
	background-size: 14px;
}



/* #footer .mm_contact a:nth-child(3){
	background-image: url(../assets/little_icon_2.svg);
} */

#footer .mm_contact a:nth-child(3){
	/* background-image: url(https://app.hometyme.co.za/tymbank/web/img/image_whatsapp.png); */
	background-image: url(../assets/icon_phone.svg);
	background-size: 14px;
}


#footer .footer_right .dev_by_con .single_con:first-of-type{
	font-size: var(--font-size-small);
	color: #FFF;
}

#footer .footer_right .dev_by_con .single_con{
	width: 33.3%;
	float: left;
}

#footer .footer_right .dev_by_con .single_con img{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	max-width: 120px;
}


#footer_sub{
	background: #3D3938;
	color: #FFF;
	text-align: left;
	/* padding: 20px; */
	line-height: 22px;
	font-size: var(--font-size-gen);
}

#footer_sub .con{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}

#footer_sub a{
	color: #FFF;
	text-decoration: none;
}

#footer_sub a:hover{
	color: var(--yellow);
}


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

}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:1024px) {



	#footer .footer_con .footer_col{
		
		width: 33.33%;
	}
	
	#footer .footer_con .footer_col:first-of-type{
		width: 33.33%;
	}


	.section_sum .dev_box .info_con{
		width: calc(100%);
		float: none;
		display: table;
		padding: 40px;
		margin-bottom: 40px;
	}


	.section_sum .dev_box a.feat_image{
		width: 100%;
		height: 180px;
		display: block;
		float: none;
		position: relative;
		border-radius: 15px 15px 0px 0px;
		transition: all .25s ease-in-out;
		-moz-transition: all  .25s ease-in-out;
		-webkit-transition: all  .25s ease-in-out;
	}

	.section_sum .dev_box a.feat_image img{
		opacity: 0;
	}

	.price_note{
		top: -50px;
	}

	.section_sum .dev_box .info_con a.heading{
		width: calc(100%);


	}

	.points_con div{
		width: 100% !important;
		margin-bottom: 10px;

	}


}


@media only screen and (max-width:940px) {


	.section_home_header .container .right{
		margin-top: 50px;
		
	}


	.section_boxes .box_con_main .box{
		width: 33.33%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
		position: relative;
		margin-top: 60px;
		
	
	}

	


	.menu_btn{
		display: block;
	}

	#nav .top_bar .top_nav{
		position: absolute;
		right:-100vw!important;
		background-color: #9D9D9C;
		padding: 20px;
		top: 0px;
		height: 100vh;
		text-align: center;
		padding-top: 90px;
		/* top: 0px;
		position: absolute; */
		/* transition: right .25s ease-in-out;
		-moz-transition: right  .25s ease-in-out;
		-webkit-transition: right  .25s ease-in-out; */
	}

	
	#nav .top_bar .top_nav a{
		display: block;
		float: none;
		border: none !important;
		font-size: 15px;
		margin-bottom: 20px;
	}

	#nav .top_bar .top_nav.open{
		right: 0px !important;
	}
	
	
	#nav .top_bar .top_nav .large_btn{
		padding: 15px;
	}
	
	#nav .top_bar .top_nav .large_btn:hover{
		/* background-color: var(--purple); */
	}

	
	#footer .footer_left .dets_con{
		float: none;
	}

	#footer .footer_left{
		width: 300px;
	}

	#footer .footer_right{
		width: calc(100% - 300px);
	}

	.section.section_intro .left{
		width: calc(100%);
		float: left;
		padding-right: 0px;

	}

	.section.section_intro .right{
		width: 100%;
	}

	.main_cta_form{
		margin-top: 0px;
	}

	.section.section_intro .left .price_note{
		width: auto;
	}
	
}

@media only screen and (max-width:820px) {


	.section_into_split .container{
	display: flex !important;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	box-sizing: border-box;
}

.section_into_split .container > div {
	width: 100%;
}



		.section_home_header .container .left{
		width: 100%;
		text-align: center;
		padding-right: 0px;
		
	}

	.section_home_header .container .right{
		text-align: center;
		width: 100%;
		
	}

		.section_home_header .container .left .btn_cons{
		/* text-align: center;
		width: 100%;
		max-width: 100%;
		display: table;
		margin: 0 auto; */
		width: 100%;
		max-width: 100%;
		background-color: red;

	}

	.section_home_header .container .left .btn_cons > a{
	
		/* display: block;

		float: none;
		margin: 0 auto; */
		width: 100% !important;
		margin-bottom: 5px;

	}

	.section_home_header .container .right img{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 0px;
	}

	.section_home_header {
    padding-top: 150px;
    background: linear-gradient(to bottom, #0088CC, #80C4E6);
    border-bottom: 10px solid #004F71;

	
}

.section_home_header .container .right img{
	max-width: 400px;
}

.section_home_header .container .right{
	margin-top: 0px;
}

}

@media only screen and (max-width:768px) {




	#footer .footer_con .footer_col{
		
		width: 100%;
	}
	
	#footer .footer_con .footer_col:first-of-type{
		width: 100%;
		
	}

	#footer .footer_con .footer_col .con a.footer_logo{
		margin-bottom: 0px;
	}

	#footer .footer_con .footer_col:last-of-type{
		padding-top: 0px;
		width: 100%;
	}





	.home_compare_why .word_1{
	
		font-size: 30px;
		margin-bottom:15px !important;
		
		}
		
	.home_compare_why  .word_2{
		font-size: 30px;
	}
	

	



	.section_why_short .container > div{
		width: 100%;
		float: none;
		padding-left: 0px;
		box-sizing: border-box;
		line-height: 1.5em;
		background-image: url('../assets/icon_why_1.svg');
		background-repeat: no-repeat;
		min-height: 100px;
		background-position: top center;
		padding-top: 120px;
		text-align: center;
		margin-bottom: 30px;
		
	}
	
	.section_why_short .container > div:nth-child(2){
		background-image: url('../assets/icon_why_2.svg');
	}
	


	.partners_con > img{
		float: left;
		width: 50%;
	}

	


	.how_works_steps_con > div{
		flex-basis: 100%;
	}

	.how_works_steps_con .step_con{
		background-image: none;
	}



	.home_compare .row_btns{
		margin-top: 0px;
		width: 100%;
	}

	.home_compare .row_btns .first{
		width: 300px;
		margin: 0 auto;
		float: none;
		text-align: center !important;
	}

	.home_compare .row_btns .first .little{
		text-align: center;
	}

	.home_compare .row_btns .first .new_btn_3{
		width: 100%;
	}
	
	.home_compare .row_btns .second{
		position: relative;
		width: 300px;
		margin: 0 auto;
		float: none;
	}

	.home_compare .row_btns .second .new_btn_2{
		width: 100%;
	}

	.home_compare .paperless{
		max-width: 200px;
		margin-bottom: 0px;
	}

/* 
	.home_compare .row_btns .second{
		
		width: 100%;
		padding: 0px !important;
		box-sizing: border-box;
	}

	.home_compare .row_btns .second .new_btn_2{
		width: 100%;
		box-sizing: border-box;
	}
	

	.home_compare .row_btns .second img{
		display: none;
	}
 */

 .home_compare .row_1{
	
	display: table;
	margin-bottom: 25px !important;
 }

 .home_compare .row_btns .second img{
	display: none;
}

.home_compare  .word_1, .home_compare  .word_2{
	font-size: 25px;
	

}

.home_compare  .word_3, .home_compare  .word_4{
	font-size: 21px;
	
}

.home_compare  .word_4:last-of-type{
	display: table;
	margin-bottom: 0px;
		margin: 0 auto;
		margin-top: 10px !important;
}

	.home_compare  .word_5 {
		display: table;
		margin-bottom: 0px;
		margin: 0 auto;
	}

	.home_compare .word_3{
		font-size: 20px;
		width: 250px;
	}

	.home_compare .row_1,.home_compare .row_2{
		margin-bottom: 5px;
	}


	.how_works_steps_con .step.show_me_money .heading img{
		width: 80px;
	}

.section_home_header {
    padding-top: 150px;
    background: linear-gradient(to bottom, #0088CC, #0088CC);
    border-bottom: 10px solid #004F71;
}
	

	/* :root{
		--font-size-exlarge:50px;
		--font-size-large:25px;
		--font-size-med:22px;
		--font-size-gen:15px;
		--font-size-small:12px;
		--font-size-smaller:10px;
	} */

	#footer .footer_con .footer_col{
		float: left;
		width: 100%;
	}
	

	.section_features .box{
		width: 50%;
	}

	.section_features .box .point_name{
		font-size: 18px;

	}


	.section_mm_about .right, .section_mm_about .left{
		width: 100%;
		padding: 0px;
		margin-bottom: 40px;
	}

	.section_sum .dev_box .info_con .price_note{
		top: -40px;
		width: auto;
	}


	#footer .footer_left .dets_con{
		float: none;
	}

	#footer .footer_left{
		width: 100%;
		margin-bottom: 30px;
	}

	#footer .footer_right{
		width: calc(100%);
		box-sizing: border-box;
		display: table;
	}

	#footer .footer_right .footer_link_con{
		float: left;
		text-align: left;

	}

	#footer .footer_right .dev_by_con{
		max-width: 100%;
	}

	#footer .footer_right .dev_by_con .single_con{
		width: 100%;
		margin-bottom: 10px;
	}


	#footer .footer_right .footer_link_con{
		box-sizing: border-box;
	}

	#footer .footer_right .footer_link_con a.btn_1{
		display: block;
		width: 200px;
		margin-bottom: 5px;
	}


	.bot_bar .bot_nav{
		display: none;
	}

	.bot_bar .bot_nav.mobile_view{
		display: block !important;
	}

	.mobile_bars{
		display: block;
	}


	
}

@media only screen and (max-width:480px) {

	:root{
		--font-size-exlarge:38px;
		/* --font-size-large:25px;
		--font-size-med:22px;
		--font-size-gen:15px;
		--font-size-small:12px;
		--font-size-smaller:10px; */
	} 

	.section_boxes .box_con_main .box{
		width: 100%;
		

		
	
	}

	.section_boxes .box_con_main .box_inner{
		min-height: auto;
		padding-bottom: 40px;
	}




	.section_features .box{
		width: 100%;
	}

	.section_gallery .left{
		width: calc(100% - 150px);
		float: left;
	}

	.section_gallery .left .con{
		margin-right: 10px;
		height: 300px;
		border-radius: 15px 0  0 15px;
		background-size: cover;
	}
	
	.section_gallery .right{
		width: 150px;
		float: left;
	}

	.section_gallery .right .con{
		height: 145px;
	}

	.section_gallery .container:hover .expand{
		padding-left: 30px;
	}
	
}

@media only screen and (max-width:320px) {

}