body, html {
    font-size: 16px;
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    position: relative;
    background-color: #fff;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    color: #333;
    line-height: 1.42857143;
    font-size: 16px;
    height: 100%;
    min-height: 100%;    
}
.navbar {
    border: 0 none;
}
@media (min-width: 769px) {
.mainnav {
    position: fixed;
    width: 100%;
    z-index: 999;
    margin: 0;
    border: 0;
    border-radius: 0;
    top: 14px;
    transition: padding .3s ease,background .3s ease,top .3s ease;  
    -webkit-transition: padding .3s ease,background .3s ease,top .3s ease;
    -o-transition: padding .3s ease,background .3s ease,top .3s ease;    
}
.mainnav.stickhead {
    background: #fff;
    top: 0;
    box-shadow: 12px 9px 50px 0 rgba(0,0,0,.05);    
    -webkit-box-shadow: 12px 9px 50px 0 rgba(0,0,0,.05);
}
.mainnav.stickhead .telbox a {
    color: #666666;
    display: block;
    margin: 7px;
}
.mainnav.stickhead .logobox {
	display: none;
}

.mainnav.stickhead .navbar-nav>li>a {
	color: #666666;
}
}
.mainnav .navbar-nav>li>a {
    color: #fff;
    font-size: 12px;
    font-family: Verdana,sans-serif;
}
.mainnav .navbar-nav>li>a:hover, .mainnav .navbar-nav>li>a:focus {
	background: none; 
	color: #ccc; 
}
.logobox {
	text-align: right;
}
.telbox span {
	font-size: 18px;
}
.telbox a { 
	color: #fff;
}
.telbox a:hover, .telbox a:focus { 
	text-decoration: none;
}
.telbox {
    color: #fff;
    font-size: 24px;
    text-align: right;
    font-family: Verdana, sans-serif;	
}
header {
    position: relative;
    min-height: 100vh;
    background-color: #2839a0;
    background-image: -webkit-linear-gradient(262deg,rgba(58,96,115,.9) 0%,#0e1f2b 100%);
    background-image: -o-linear-gradient(262deg,rgba(58,96,115,.9) 0%,#0e1f2b 100%);
    background-image: linear-gradient(-172deg,rgba(58,96,115,.9) 0%,#0e1f2b 100%);
    color: #fff;
}
header > .container:first-child {
	padding-top: 150px;
}
header h1 {
	font-family: Tahoma, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 88px 0;
	line-height:1.5em;
}
header h1 span {
	color: #ff703e;
}
.icbox01 {
	padding: 73px 0 0 0;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	max-width: 150px;
    line-height: 1;	
}
.icbox02 {
	padding: 85px 0 0 0;
	margin: 0 auto 30px auto;
}

.ic01_1 {
    background: url(../img/ic01_1.webp) no-repeat center top;
}
.ic01_2 {
    background: url(../img/ic01_2.webp) no-repeat center top;
}
.ic01_3 {
    background: url(../img/ic01_3.webp) no-repeat center top;
}
.ic02_1 {
    background: url(../img/ic02_1.webp) no-repeat;
}
.ic02_2 {
    background: url(../img/ic02_2.webp) no-repeat;
}
.ic02_3 {
    background: url(../img/ic02_3.webp) no-repeat;
}
.ic02_4 {
    background: url(../img/ic02_4.webp) no-repeat;
}

.btn-red {
    background-color: #f65858;
    background-image: none;
    color: #fff;
    border: 1px solid transparent;
}
.btn-red:focus, .btn-red:hover {
    background-color: #ec4949;
    border: 1px solid transparent;
    color: #fff;
}
.btn-xlg {
    display: block;
    max-width: 500px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    border-radius: 10px;
}
#btn-cost {
	margin: 80px auto 100px auto;
}
@media (max-width: 767px) {
	.sectiontitle {
		font-size: 24px !important;
	}
	#sendtotel a {
	    font-size: 24px;
	}	
	#consult .sectiontitle {
	    margin: 30px 0 10px 0;
	}	
	#consult {
	    padding: 2px 0 15px 0;
	}
	header h1 {
	    font-size: 24px;
	    margin: 30px 0;
	}	
	.navbar-collapse.in {
	background: #fff;
	}
	.mainnav .navbar-collapse.in .navbar-nav>li>a {
	    color: #333;
	    font-size: 16px;
	}	
	.navbar {
	background: #fff;
    margin: 0;
    padding: 0;
	}	
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    background: #305067;
	}	
	header > .container:first-child {
	    padding-top: 0;
	}	
	#btn-cost {
	    margin: 15px auto;
	    font-size: 22px;
	}
	.mainnav .navbar-toggle {
	    background-color: rgba(0,0,0,.075);
	}
	.mainnav .nav>li {
	    border-bottom: 1px solid #ddd;
	}	
	.mainnav .nav>li:first-child {
	    border-top: 1px solid #ddd;		
	}	
	.telbox a {
	    color: #333;
	    display: block;
	    text-align: center;
	    margin: 0 0 10px 0;
	    font-weight: 600;
	}	
	.icbox01 {
	    padding: 55px 0 0 0;
	    margin: 0 auto 10px auto;
	    text-align: center;
	    font-size: 18px;
	    font-weight: normal;
	    max-width: 150px;
	    line-height: 1;
	}		
}




