
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none;
	font-size:22px;
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    margin: 0;
    padding: 0
}
a,
img {
    outline: none;
    border: none;
    text-decoration: none
}
a:hover,
a:focus {
    color: #264c89;
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}
strong,b{ font-family: 'latoblack';}
iframe,
embed,
object {
    max-width: 100%
}


@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoblack_italic';
    src: url('../fonts/lato-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 100%;
	font-family: 'latoregular';
}


.blue{color:#2148b1}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.clear{clear:both;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}
.mb-70{margin-bottom:70px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}
.mt-80{margin-top:80px;}
.mt-90{margin-top:90px;}
.mt-100{margin-top:100px;}
.mt-110{margin-top:110px;}
.mt-120{margin-top:120px;}

.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}
.pb-100{padding-bottom: 100px;}
.pl-10{padding-left:10px;}
.pl-20{padding-left:20px;}
.pl-30{padding-left:30px;}
.pl-40{padding-left:40px;}
.pl-50{padding-left:50px;}
.lst{list-style-type:none;}
.full-width{ width:100%; float:left;}
.text-center{ text-align:center;}

span{font-family: 'latoregular';}
a { font-family: 'latoregular';}
p { line-height: 36px; font-size:22px; color:#000; font-family: 'latoregular'; padding-bottom:22px;}
h1{ font-size:60px; line-height:66px; color:#fff; font-weight:600;  font-family: 'latoblack';}
h2{ font-size:50px; line-height:57px; color:#001f3a; font-weight:600;  font-family: 'latoblack';}
.bold{font-family: 'latoblack';}


.navbar{ background:url(../images/header-bg.png) no-repeat top center; width:100%; height:175px;  background-size:cover;
background-position:100% 100%; border: none; border-radius: 0px; top: -10px; margin:0px; padding:0px; z-index: 99;}

.bot-head .navbar-header .brand {float: left; height: 50px; padding: 15px 0; margin: -40px 0 0 0; font-size: 18px; line-height: 20px;} 

.navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
	font-size: 19px;
}

.navbar-header .navbar-brand {
    float: left;
    height: auto;
    padding:0px;
    font-size: 18px;
    line-height: 20px;
}



.navbar_bg {
    background: rgba(255,255,255,0.7);
    background: rgb(255,255,255);
    background: transparent\7;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    zoom: 1;
    transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -webkit-transition: .4s all ease;
	    height: 105px;
}

.navbar_bg .top-head ul.call-2-action{display:none;}

.navbar_bg .bot-head .navbar-header .brand{ margin: 0px 0 0 0;}

.navbar_bg .bot-head ul {  margin-top: 30px;}

.navbar_bg .bot-head .navbar-brand { padding: 28px 0px;}



.top-head ul.call-2-action{  margin: 8px 0;  float: right; font-size: 19px; padding: 20px 0 10px 0;}
.bot-head ul{ margin-top:50px; padding;0px;}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #fdab00;
	background-color:transparent;
}

.top-head ul.call-2-action span{color:#fff; padding: 0 10px;}

.pull-right ul > li > a{ color: #fff;}

.tophead{}

.banner-section{ margin:40px 0 0 0;  float:left; padding: 100px 0 0 0; background:url(../images/bannerbg.jpg) no-repeat top center; width:100%; z-index: -1; background-size:cover; background-position: 100% 100%; position:relative; background-attachment:fixed;}

.banner-section:before{background:url(../images/bannerbottom-panel.png) no-repeat;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	position:absolute;background-size:cover; background-position: center center; }

.banner-section:after{background:url(../images/bannerbotimg.png) repeat-x;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:13px;
	position:absolute; }

.banner-section .banner-text{ width:100%; margin:0; padding:100px 0 0 0px; text-align:center;}
.banner-section .banner-text p{ font-size:22px; color:#fff; padding:0px 0 30px 0;}
.banner-section .banner-text .button{font-size:20px; color:#001f3a; padding:20px 30px; background:#fdab00; border:none;}
.banner-section .banner-text .button:hover{background:#2148b1; color:#fff;}
.banner-section .banner-text .laptop img{ margin:70px 0 40px 0px; width: 100%; text-align: center; display: block;}

.section-1{ margin:0px; padding:0px; background:url(../images/section1bg.png) #fff no-repeat right bottom; background-attachment:fixed;  position:relative;}

.section-1 .calculator{	margin:0px;	padding:0px; bottom:260px; left:-30px; width:192px; height:372px; position:absolute; }

.section-1 .calculator img{ width:100%;}

.graphics{ max-width: 585px; display: inline-block; position: relative; margin:130px 0 0 0;}
.graphics .blub{ margin: 0px;padding: 0px; top: -77px; right: 70px; position: absolute;}
.graphics .graphic{margin:0px; padding:0px; }
.graphics .coffee{ margin: 0px; padding: 0px; bottom: 15px; left: 102px; position: absolute;}

.section-2{ margin:0px;  padding: 70px 0 40px 0; background:url(../images/section2bg.png) #bfefe9 no-repeat right bottom; 
position:relative; background-size: cover; background-position: 100% 100%; background-attachment:fixed; }

.section-2:before{  position:absolute; background:url(../images/section2before.png) no-repeat center; top:0; 
width:82px; height:41px; content:'';}

.hand-money img { width: 100%; background-position: 100% 100%; background-size: cover;}

.section-3{ margin:0px;  padding: 50px 0 0 0; background:url(../images/section3-bg.jpg) #fff no-repeat right bottom; 
position:relative; background-size: cover; background-position: 100% 100%; background-attachment:fixed; }

.cal-return img{ max-width: 100%; text-align: center; display: block; margin:0 auto; padding:30px 0 0 0;}

.section-4{ margin:0px;  padding: 20px 0 50px 0; background:url(../images/section-4bg.jpg) #fff no-repeat right bottom; 
position:relative; background-size: cover; background-position: 100% 100%; background-attachment:fixed;}

.section-4 h2{color:#ffffff; }

.section-4 p{color:#ffffff; }

.section-4 .payments{ padding:70px 0px;}

.section-4 .payments img{ max-width: 100%; text-align: center; display: block; margin:0 auto;}

.section-5{ margin:0px; padding:130px 0 100px 0px; background:url(../images/section5bg.jpg) #fff no-repeat right bottom; position:relative; background-size: cover; background-position: 100% 100%;}

/*.section-5:before{ margin:0px; padding:0; background:url(../images/section5innerbg.png) no-repeat; left:0; position:absolute; content:''; width:100%; height:996px;}*/

.section-5 .airplane{ margin:0px; padding:0; width:100%;}

.section-5 h2{color:#ffffff; }

.section-5 p{color:#ffffff; }

.section-6{ background:url(../images/section6bg.jpg) no-repeat; background-size:cover; width:100%; background-attachment:fixed; position:relative;}

.section-6:before{ margin:0px; padding:0; background:url(../images/section6before.png) no-repeat; left:0; top:0; position:absolute; content:''; width:100%; background-size:cover; height:244px; background-position: 100% 100%;}

.section-6 .inner-content{ padding:220px 0 50px 0;} 

.section-6 .inner-content ul{  width: 100%; list-style-type: none; }

.section-6 .inner-content ul li{padding:20px; float:none; display:inline-block; }

.section-6 .inner-content ul li.active .m-icon{ background:#055dca;}

.section-6 .inner-content ul li.active p a{ color:#055dca; border-bottom:2px solid #055dca; padding-bottom: 10px; }

.section-6 .inner-content ul li .m-icon { padding:20px; background:#25486a; display: block; margin: 0 auto; width: 120px; height: 110px; border-radius: 10px;}
 
.section-6 .inner-content ul li p a{ font-size:17px; color:#000000; font-family: 'latoblack';}

.section-6 .tab-content{ display: inline-block;}

.section-7{ background:url(../images/section7bg.png) no-repeat; background-size:cover; width:100%; position:relative; padding: 120px 0 100px 0; background-attachment:fixed;}

.section-7 h2{ color:#fff;}



.section-7 p{color:#fff; }

.section-7:before{ margin:0px; padding:0; background:url(../images/section6after.png) no-repeat; left:0; top:0px; position:absolute; content:''; width:100%; height:41px; background-size:cover;}

.section-7:after{ margin:0px; padding:0; background:url(../images/section7after.png) no-repeat; left:0; bottom:0px; position:absolute; content:''; width:100%; height:42px; background-size:cover; background-position: 100% 100%;}


.section-8{ margin: 80px 0px 0px 0; position: relative; padding: 0px 0 100px 0; position:relative; width:100%; border-bottom: 3px solid #dde7ef;} 

.section-8:before{background:url(../images/section8testimonials.jpg) no-repeat; right:50px; bottom:50px; content:''; width:237px; height:268px; position:absolute; }

.section-8 #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
.section-8 #quote-carousel .carousel-control {
    background: none;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.section-8 #quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
.section-8 #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

.section-8 #quote-carousel .carousel-indicators img{
    display:block;
	width:100%;
}

.section-8 #quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all .2s;
}


.section-8 .item blockquote {
    border-left: none;
    margin: 0;
}
.section-8 .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


.section-8 .item blockquote small{    
	display: block;
    font-size: 20px;
    line-height: 1.42857143;
    color: #777;
}

.section-9{ padding:90px 0px; width:100%; position:relative;}

.section-9 .item{ padding:50px 0 0 0;}

.section-9 .owl-nav .owl-prev span{ font-size: 70px;  position: absolute; font-family: 'latolight'; left: -30px; top: 55px;}

.section-9 .owl-nav .owl-next span{ font-size: 70px; position: absolute; font-family: 'latolight'; right: -30px; top: 55px;}

.owl-theme .owl-nav [class*=owl-]:hover { color: #c8c8c8; }


.section-10{ background:url(../images/section10bg.png) no-repeat; background-size:cover; padding:90px 0px; width:100%; background-attachment:fixed;}

.section-10 h2{color:#fff;}

.section-10 p{color:#fff;}

.section-10 .suscribe{ width:100%; margin:0px; padding:0px; }

.section-10 input{background:#fff; font-size:18px; width:78%; color:#000; margin:2px; padding: 16px;}

.section-10 .btn{background:#fdab00; font-size:20px; color:#000; width:18%; margin:0px; margin: -5px 0 0 0; padding: 13px 30px; font-family: 'latobold';  border-radius: 0px;}

.section-10 .btn:hover{ background: #2148b1;  color: #ffffff;}

.section-11{ background:url(../images/contactusbg.png) no-repeat; background-size:cover; padding:50px 0px; 
     background-position: 100% 100%; width:100%; background-attachment:fixed;}

.section-11 input{background:#fff; font-size:18px; margin: 40px 0; width:100%; color:#000; padding: 16px; border:1px solid #699ede;}

.section-11 textarea{background:#fff; font-size:18px; width:100%; color:#000; margin:2px; padding: 16px; border:1px solid #699ede; resize: none; height: 152px;}

.section-11 .btn{background:#2148b1; font-size:20px; margin: 30px 0; color:#fff; width:30%; font-family: 'latobold';  border-radius: 0px; padding: 20px 0; }

.section-11 .btn:hover{  background: #fdab00;  color: #ffffff;}

.section-11 .contact-info{ background:#fff; border:1px solid #699ede; padding:20px; margin: 40px 0 0 0;}

.section-11 .contact-info .info1{ padding:10px; margin: 0px 0 15px 0;}

.section-11 .contact-info .info1 p{padding:0px; }

.section-11 .contact-info .info1 span a{ padding:0px; font-size:20px; color:#000;}

.section-11 .contact-info .info1 span a:hover{  color:#2148b1; text-decoration: underline;}

.section-11 .contact-info .info1 p .fa{ color:#2148b1; padding: 0 5px 0 0;  font-size: 24px;}

.section-11 .contact-info span{font-size:20px; color:#000;} 
    

.section-12 {background: #000; border-bottom:1px solid #575757;  padding: 0px 0;}

.section-12 .social{ display: inline-block; padding:50px 0 10px 0; margin: 0 auto;}

.section-12 .social ul li{float:left; padding: 0 5px; }

.section-12 .quick-links{ display: inline-block; padding:40px 0; margin: 0 auto;}

.section-12 .quick-links ul li{float:left; padding: 0 25px;}

.section-12 .quick-links ul li a{color:#fff; font-size:18px;}

.section-12 .quick-links ul li a:hover{color:#fdab00;}

footer{ background:#000;  padding:20px 0; }
footer p{ color:#fff;  font-size:14px; padding:0;}














@media (min-width: 1200px) and (max-width: 1280px) {

.section-5 .col-md-8{  width: 63.666667%;}
.section-5 .airplane {width: 60%;}
.section-9 .owl-nav .owl-next span {right: 0px;}
.section-9 .owl-nav .owl-prev span { left: 0;}

.navbar-header .navbar-brand { margin: -20px 0 0 0; }
.navbar_bg .bot-head .navbar-brand {margin: 0;}

}


@media (min-width: 992px) and (max-width: 1199px){
.bot-head ul { margin-top: 40px;}
.navbar-header .navbar-brand { margin: -35px 0 0 0;}
.navbar_bg .navbar-brand { margin: 0;}
.section-1 .calculator { bottom: 220px;}
.section-5 {background-position: 85% 100%;}
.banner-section { padding: 80px 0 0 0;}
.section-5 .col-md-8{  width: 60%;}
.section-5 .airplane {width: 60%;}
.section-9 .owl-nav .owl-next span {right: 0px;}
.section-9 .owl-nav .owl-prev span { left: 0;}
.section-6 .inner-content ul li { padding: 10px 40px 10px 40px;}
	
}

@media (min-width: 768px) and (max-width: 991px) {
br{ display:none;}
.navbar-header .navbar-brand { margin: -43px 0 0 0;}
.navbar-brand > img { display: block; width: 95%;}
.bot-head ul {  margin-top: 25px;}
.banner-section .banner-text {  padding: 80px 0 0 0px;}
.navbar_bg .navbar-brand { margin: 10px 0 0 0;}
.navbar_bg .bot-head .navbar-brand { padding: 26px 0px;}
.navbar_bg .navbar-brand > img {  display: block; width: 75%;}
.navbar_bg .bot-head ul { margin-top: -70px;}
.navbar .navbar-nav > li > a { font-size: 18px;}
.section-1 .calculator { bottom: 220px;}
.section-1 .calculator img { width: 80%;}
.section-5 {background-position: 70% 100%;}
.section-5 .col-md-8{  width: 75%;}
.section-5 .airplane {width: 70%;}
.section-6 .inner-content { padding: 170px 0 50px 0;}
.section-7 { text-align: center; background-position: center center;}
.section-7 h2.pb-30 { padding-bottom: 50px;}
.sec7img{padding-bottom:30px;}

.section-9 { padding: 50px 0px;}
.section-9 .owl-nav .owl-prev span {left: -10px;}
.section-9 .owl-nav .owl-next span {right: -10px;}

.section-10 { padding: 60px 0px;}
.section-10 .btn {width: 20%;}
.section-11 h2{ margin-bottom:30px;}
.section-11 input {margin: 0px 0 30px 0;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {  display: block;}
	
}

@media (max-width: 767px) {
	
br{ display:none;}
h1 { font-size: 48px;}
h2 { font-size: 48px;}

.section-1 .calculator img { width: 50%;}
.section-1 .calculator {bottom: 160px; left: -58px;}

.section-2 { padding: 40px 0 40px 0;}
.section-3 { padding: 20px 0 0 0;}
.section-4 .payments img { max-width: 98%;}
.payment-dots{width: 70%;}
.section-5 { background: url(../images/section5bgmobile.png) #232323 no-repeat; background-position: 100% 100%;  text-align: center;  padding:100px 0px;}

.section-5 .airplane {  width: 95%;}
.section-6 .inner-content {   padding: 170px 0 40px 0;}
.section-7 {text-align: center;}
.sec7img{padding-bottom:30px; display: inline-block;}

.section-8 #quote-carousel { margin-top: 30px;}
.section-8 { padding: 0px 10px 50px 10px;}
.section-9 { padding: 40px 0px;}
.section-9 .owl-nav .owl-next span {right: 0;}
.section-9 .owl-nav .owl-prev span {left:0;}
.section-10 .btn { width: 20%;}
.section-11 h2{ margin-bottom:30px;}
.section-11 input {margin: 0px 0 30px 0;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: block;}
.call-2-action {display:none;}
.navbar {background: #025bc8;  height: auto;}
.navbar-header .navbar-brand { padding: 15px;  margin: 4px 0 0 0;}
.navbar-header .navbar-brand img { width:70%; }
.navbar_bg .bot-head .navbar-brand {padding: 15px;  margin: 4px 0 0 0;}
.navbar_bg { background: rgba(255,255,255,0.7);
    background: rgb(255,255,255);
    background: transparent\7;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    zoom: 1;
    transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -webkit-transition: .4s all ease;
	height: auto;}
	
.banner-section .banner-text {  padding: 0 0 0 0px;}

.navbar-toggle {  position: relative;  float: right;  padding: 9px 10px; margin-top: 25px; margin-right: 15px; 
margin-bottom: 8px; background-color: transparent;  background-image: none;  border: 1px solid transparent;  
border-radius: 4px; border: 2px solid #fff;}

.navbar-toggle .icon-bar { background: #fff;}
.bot-head ul { margin-top: 0px;}
.navbar_bg .bot-head ul { margin-top: 0px;}
.banner-section {margin:0px 0 0 0;}

}


@media (max-width: 736px) {
	
h1 { font-size: 42px; padding:0 20px;}

h2 { font-size: 42px; padding:0 20px;}

.section-10 .btn {  width: 20%; padding: 13px 0px;}

}


@media (max-width: 568px) {
	
h1 { font-size: 36px; padding:0 20px; line-height: 42px;}

h2 { font-size: 36px; padding:0 20px; line-height: 42px;}

.section-1 .calculator img { width: 30%;}

.section-1 .calculator {  left: -68px;}

.section-10 .btn { width: 100%; padding: 13px 0px; margin: 5px 0 0 2px;  }

.section-10 input { width: 100%;}

}

@media (max-width: 480px) {
.section-1 .calculator {  left: -68px;  bottom: 10px;}
	
}

@media (max-width: 420px) {
.navbar .navbar-nav > li > a {font-size: 18px;}

h1 { font-size: 30px; padding:0 20px; line-height: 42px;}

h2 { font-size: 30px; padding:0 20px; line-height: 42px;}

p{font-size: 18px; }

.banner-section .banner-text p {
font-size: 18px;}
.banner-section .banner-text .button {
font-size: 18px;}

}

@media (max-width: 360px) {
	
.navbar-header .navbar-brand {width: 70%;}
.navbar-header .navbar-brand img { width: 100%;}
.section-1 .calculator {  left: -68px;  bottom: 80px;}

}

