/*
    1.fb Head Title Img
    2.Head Title Img Parallax
    3.Widget Form Builder
    4.Owl Testimonial
    5.Header Form Slider
    6.Royal Slider
*/

.widget {
    overflow:hidden;
}

.widget.widgetFunnelSidebar {
    overflow: initial;
}

.widget.widgetFunnelSidebar .sidebar-funnel-button {
    width: 100%;
    text-align: center;
}

.widget.widgetFunnelSidebar.funnel-btn-fixed .sidebar-funnel-button {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.widget.widgetFunnelSidebar.funnel-btn-fixed .sidebar-funnel-button .btn {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
}

.widget.genericWidget ul{
	margin: 15px 25px 25px 25px;
    list-style-type: disc;
	}
.widget.genericWidget ul li{
	padding:5px 0;
}
.widget.widgetFreeReports {
	
}
.widget.widgetFreeReports h2 {
	font-size: 24px;
	line-height:1.2em;
	margin-top:25px;
}
.widget.widgetFreeReports h3 {
	font-size:14px;
	line-height:1.2em;
	text-transform:initial;
	
}

/*----------fb Head Title Img----------*/
#fbTitle{
    padding: 0;
}
#fbTitle ._1v5a {
    color: #fff;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    width: 100%
}
#fbTitle ._1v5c {
    box-sizing: border-box;
    font-family: Raleway, 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    text-align: center;
    z-index: 1;
}
#fbTitle ._52jv {
    text-align: center;
}
@media (min-width: 320px){
    #fbTitle ._1v5a {
        height: auto;
        margin-bottom: 0;
        min-height: 140px;
        padding-bottom: 20px
    }
    #fbTitle ._1v5c {
        top: 0;
        width: auto;
    }
    #fbTitle ._1v5b {
        bottom: -20%;
        height: auto;
        left: 0;
        position: absolute;
        width: 100%;
    }
    #fbTitle ._1v5d {
        font-size: 40px;
        line-height: 50px;
        font-weight: 100;
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media (min-width: 564px)
{
    #fbTitle ._1v5d {
        margin-top: 30px;
    }
    #fbTitle ._1v5d {
        font-size: 40px;
        line-height: 50px;
        font-weight: 100;
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media (min-width: 961px)
{
    #fbTitle ._1v5c {
        min-width: 1024px;
        top: 155px;
    }
    #fbTitle ._1v5d {
        font-size: 60px;
        line-height: 70px;
        font-weight: 100;
        margin-top: 0;
    }
    #fbTitle ._1v5b {
        height: auto;
        min-height: 400px;
        min-width: 800px;
        width: 100%;
    }
    #fbTitle ._1v5b {
        bottom: -20%;
        height: auto;
        left: 0;
        position: absolute;
        width: 100%;
    }
    #fbTitle ._1v5a {
        min-height: 360px;
    }
}
/*----------Head Title Img Parallax----------*/
/*.page-title-1, .page-title-2 {*/
/*height: 200px !important;*/
/*}*/
/*---------- Widget Form Builder----------*/
.twocol .row-wrap{
    width: 48%;
    float:left;
    margin-right:1%;
    margin-left:1%;
}
.twocol .row-wrap:nth-child(odd) {
    clear:right;
}
select option{
    font-size: 14px;
}

.formBuilder .input-wrap {position:relative;}
.formBuilder .select-option {position:initial;}

.formBuilder .footer-disclaimer,
.formBuilder .footer-disclaimer a {
    font-size: 14px;
}

.formBuilder .footer-disclaimer a {
    font-weight: 600;
    text-shadow: none !important;
}

section .formBuilder.container form {
	width: 70%;
	margin: 30px auto;
}
section .formBuilder.container form .title-wrap h2 {
	font-size:40px;
	font-weight: 500;
	line-height: 1.1em;
}
section .formBuilder.container form .description-wrap h3 {
	font-weight: 500;
    font-size: 20px;
    line-height: 1.3em;
}

section .formBuilder.widgetFormNew form,
.widgetFormNew section .formBuilder form {
	background: #fff;
    width: 98%;
	max-width:100%;
    margin: 30px auto;
	padding: 50px 5%;
	box-shadow: 0px 0px 20px 0px rgba(87, 87, 87, 0.1);
	border: 1px solid #eee;
	border-radius:15px;
	
}

section .formBuilder.container.widgetFormNew form .header-wrap .title-wrap h2,
section .formBuilder.widgetFormNew form .header-wrap .title-wrap h2,
.widgetFormNew section .formBuilder.container form .header-wrap .title-wrap h2,
.widgetFormNew section .formBuilder form .header-wrap .title-wrap h2 {
    font-size: 36px;
}

section .formBuilder.widgetFormNew form .header-wrap .description-wrap h3 {
    font-size: 17px;
}

section .formBuilder.container .formMessage {
	text-align:center;
}

 .widget.formBuilder .formMessage + .formMessage {
	display:none;
}

 .widget.formBuilder .formMessage h1 {
	font-size:32px;
	line-height:1.5em;
}

 .widget.formBuilder .formMessage h1 + h3 {
	font-size:17px;
	line-height:1.5em;
}

@media (max-width:425px) {
	section .formBuilder.widgetFormNew,
	.widgetFormNew section .formBuilder	{
		padding-left:0;
		padding-right:0;
	}	
	section .formBuilder.widgetFormNew form,
	.widgetFormNew section .formBuilder form	{
		box-shadow: none;
		border:none;
		padding: 10px 0%;
	}
}

@media (min-width:768px) {
	section .formBuilder.widgetFormNew form,
	.widgetFormNew section .formBuilder form {
		width: 80%;
		max-width:900px;
	}	
}

/*-------------------------------------------------- Testimonials Slider --------------------------------------------------*/

#testimonial-slider.sequence-slider {
    padding-top: 30px;
    background-image: url('/secureloan-public/all/images/large/testimonial-bg.jpg');
    background-size: cover;
    background-position: 50% 25%;
    min-height: 450px;
}
.widgetSectionTestimonialSlider1 #testimonial-slider.sequence-slider {
    background-image: none!important;
}
#testimonial-slider.sequence-slider.new-testimonials {
    background-image: url('/secureloan-public/all/images/large/testimonial-bg2.jpg');
}
#testimonial-slider .testimonial{
    margin: 0 0 75px;
    position: relative;
}
#testimonial-slider.new-testimonials .testimonial{
    margin: 0 0 90px;
}
#testimonial-slider .testimonial .description{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 24px;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
}
#testimonial-slider.new-testimonials .testimonial .description{
    padding: 40px 40px 60px 40px;
    background-color: rgba(127, 127, 127, 0.59);
    font-size: 24px;
	line-height:1.2em;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
	border-radius: 5px;
}
#testimonial-slider .testimonial .testimonial-content{
    padding: 10px 30px;
    background: #fff;
    position: absolute;
    bottom: -75px;
    right: 20px;
}
#testimonial-slider.new-testimonials .testimonial .testimonial-content{
    padding: 15px 30px;
    background: #fff;
    position: absolute;
    bottom: -75px;
    right: 20px;
	border-radius:5px;
	min-width:260px;
    text-align: left;
    max-width: 500px;
    display: block;
}
#testimonial-slider .testimonial .pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
	text-align:left;
}
#testimonial-slider.new-testimonials .testimonial .stars{
    width: auto;
    overflow: hidden;
    margin: 0px 20px 0px 10px;
	min-width: 160px;
    margin: 0px 10px 0px 0px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
#testimonial-slider.new-testimonials .testimonial .stars img{
    width: 120px;
}
#testimonial-slider .testimonial .pic img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
#testimonial-slider .testimonial-content .testimonial-title{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0 0;
    display: inline-block;
	line-height:1.5em;
}
#testimonial-slider.new-testimonials .testimonial-content .testimonial-title{
	transform:none!important;
    overflow: hidden;
    max-width: 300px;
    max-height: 70px;
    min-height: 50px;
    text-align: left;
    display: block;
    padding-left: 3px;
	min-width: calc(100% - 80px);
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#testimonial-slider .testimonial-content .testimonial-title small{
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
	color:#555;
}
#testimonial-slider .owl-theme .owl-controls{
    text-align: right;
    margin-top: 20px;
}
#testimonial-slider .owl-theme .owl-controls .owl-buttons div{
    background: #a2a2a2;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
#testimonial-slider .owl-prev:before,
#testimonial-slider .owl-next:before{
    content: "\e64a";
    font-family: 'themify';
    color: #fff;
}
#testimonial-slider .owl-next:before{
    content: "\e649";
}
#testimonial-slider  .testimonial-content>h3.testimonial-title{
    color: #222222;
    margin: 0;
}
#testimonial-slider .testimonial-header h2,
#testimonial-slider .testimonial-header p{
    text-align: center;
    color: #FFF;
}
#testimonial-slider.new-testimonials .testimonial-header h2,
#testimonial-slider.new-testimonials .testimonial-header p{
    color: inherit;
}
#testimonial-slider .testimonial-header h2{
    font-weight: bold;
}
#testimonial-slider .testimonial-header p{
    font-size: 22px;
}
@media only screen and (max-width: 768px){
    #testimonial-slider.sequence-slider {
        height: 550px;
    }
    #testimonial-slider .testimonial .description {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px){
	#testimonial-slider.new-testimonials .seq-canvas{
		right:0;
		left:-10px;
	}
	
	#testimonial-slider.new-testimonials .testimonial .description{
		padding: 30px 20px 60px 20px;
	}
}
@media only screen and (max-width: 550px){
	#testimonial-slider.new-testimonials .seq-canvas{
		left:-5px;
	}
    #testimonial-slider.new-testimonials .content {
        margin: 0 0% 75px 9%;
    }
	
	#testimonial-slider.new-testimonials .testimonial .description{
		-webkit-transform: none;
		transform: none;
		font-size: 20px;
		line-height: 1.3em;
	}
	
	#testimonial-slider.new-testimonials .testimonial .testimonial-content{
		padding: 15px 20px;
		position: relative;
		bottom: 25px;
		right: 0;
		min-width:100%;
		max-width: 100%;
	}
	#testimonial-slider.new-testimonials .testimonial .stars{
		margin: 0px 0px 0px 0px;
		min-width: auto;
	}
	#testimonial-slider.new-testimonials .testimonial .stars img{
		width: 100%;
		max-width:120px;
	}
	#testimonial-slider.new-testimonials .testimonial-content .testimonial-title {	
		max-height: initial;
		display: block;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
	}
    .testRevert #testimonial-slider.new-testimonials .content {
        margin-bottom: 30px;
    }
	.testRevert #testimonial-slider.new-testimonials .testimonial{
		margin: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.testRevert #testimonial-slider.new-testimonials .testimonial .testimonial-content{
		bottom: -5px;
	}
	.testRevert #testimonial-slider.new-testimonials .testimonial .description{
		padding-bottom: 40px;
	}

}
	
@media only screen and (max-width: 480px){
    #testimonial-slider.sequence-slider {
        min-height: 500px;
    }

    #testimonial-slider .testimonial,
    #testimonial-slider .testimonial{
        text-align: center;
        margin-bottom: 0;
    }
    #testimonial-slider .testimonial-header p {
        font-size: 14px;
    }
    #testimonial-slider .testimonial .testimonial-content{
        position: relative;
        right: 0;
        bottom: 0;
    }
    #testimonial-slider .content {
        margin: 0 5% 75px;
    }
    #testimonial-slider .testimonial .description {
        font-size: 16px;
    }
}
/*-------------------------------------------------- Form Slider--------------------------------------------------*/
section.header-form #widgetIndexSlider+.container {
    top: 0%;
    margin-top: -335px;
    -webkit-transition: height 2s;
    transition: height 2s;
}
section.header-form #widgetIndexSliderVideo+.container {
    bottom: 40px;
    z-index: 2;
    transition: opacity 3s;
    transform: translate3d(-50%,0,0);
    top: initial;
    opacity: 0;
    position: absolute;
    left: 50%;
}
section.header-form  form .header-wrap .title-wrap h2{
    font-size: 56px;
    line-height: 64px;
}
section.header-form  form .header-wrap .description-wrap h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.three-col form .row-wrap,
.three-col form .footer-wrap{
    width:31%;
    float:left;
    margin-left:1%;
    margin-right:1%;
}
ol.flex-control-nav.flex-control-paging{display:none;}
/*-------------------------------------------------- Royal Slider --------------------------------------------------*/
.rsSlider{
    padding: 0;
}
.rsSlider .widget{
    margin: 0;
}
.rsSlider .sliderImage>div>p {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000000;
}
@media (max-width: 500px) {
    .rsSlider .sliderImage>div>p {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (min-width: 500px) and (max-width: 700px) {
    .rsSlider .sliderImage>div>p {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (max-width: 700px) {
    .rsSlider .sliderImage>div {
        position: absolute;
        top: 20px;
        left: 20px;
    }
}
@media (min-width: 700px) {
    .rsSlider .sliderImage>div>p {
        font-size: 34px;
        line-height: 34px;
    }
    .rsSlider .sliderImage>div{
        position: absolute;
        top: 40px;
        left: 40px;
    }
}
/* New Footer Start */
.bg-light{
	background-color:#f7f7f7;
}

.widgetSectionFooter1  {
	line-height:1.6em;
}

.widgetSectionFooter1 .sls-new-widget-section .sl-grid-row .sl-grid-cell:first-of-type {
	 padding-right:5%;
	 padding-left:0;
}

.widgetSectionFooter1 .sls-new-widget-section  h4 {
	font-size:22px;
	font-weight:500;
	margin:14px 0;
}

@media (min-width: 769px) {
	.widgetSectionFooter1 .sls-new-widget-section .footerMediaBlock + div h4 {
		margin-bottom:0;
		margin-top:9px;
	}
}

.widgetSectionFooter1 .sls-new-widget-section ul{
	margin: 5px 5px 5px 10px;
	list-style-type:none;
}

.widgetSectionFooter1 .sls-new-widget-section ul li{
	margin-bottom:3px;
}

.widgetSectionFooter1 .sls-new-widget-section ul li a{
    line-height: 1.3em;
    display: inline-block;	
}


.widgetSectionFooter1 .sls-new-widget-section ul.footerContact {
	list-style-position:outside;
	margin-left:30px;
}
.widgetSectionFooter1 .sls-new-widget-section ul.footerContact li {

}
.widgetSectionFooter1 .sls-new-widget-section ul.footerContact .fa {
	margin-left: -30px;
    margin-right: 10px;
	min-width:15px;
	font-size:16px;
	vertical-align:middle;
}

.widgetSectionFooter1 .sls-new-widget-section ul.footerLinks {
	margin-left:0;
}
.widgetSectionFooter1 .sls-new-widget-section ul.footerLinks li {

}

.widgetSectionFooter1 .sls-new-widget-section ul.footerSocial {
	margin:20px 5px 0px 2px;
	height:40px;
	overflow:hidden;
}
.widgetSectionFooter1 .sls-new-widget-section ul.footerSocial li {
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
.widgetSectionFooter1 .sls-new-widget-section ul.footerSocial li a {

}
.widgetSectionFooter1 .sls-new-widget-section ul.footerSocial li a img {
	width:30px;
	height:30px;
	margin:0;
	border-radius:2px;
}

@media (max-width: 768px) {
	.widgetSectionFooter1 .sls-new-widget-section .sl-grid-cell {
		margin-bottom:20px;
		
	}
}

/* New Footer End */