@charset "utf-8";
/* CSS Document */

.container-fluid {
	padding:0px;	
	margin: 0px;
}

body {
  	overflow-x: hidden;
  	overflow-y: scroll;
}

* {
    box-sizing: border-box;
}

.topleft {																/*-- header --*/ 
	padding-left: 45px;
	padding-top: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: white;
}

.topright {
	padding-left: 100px;
	padding-top: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
}

.signin {
	color: white;
	float: right;
	padding-right: 75px;
	text-decoration: none !important;
}

.signin:hover {
	color: #22a8da;
}

.logo {																/*-- navbar --*/
	padding-top: 13px;
	padding-left: 100px;
}
		
.nav-item {	
	margin-right: 20px;  
}

.nav-link {
	color: #3b3a3f;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.active {
	color: #22a8da;
}

.navlink-hover:hover {
	color: #22a8da;
}

.fa-ellipsis-h {
	color: #3b3a3f;
}

.toggle-border {
	border: 1px solid #3b3a3f;
}

.dropdown-toggle {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #3b3a3f;
    display: block;
}

.dropdown-content a:hover {
	color: #22a8da; 
}

.dropdown:hover .dropdown-content {
	display: block;
}

.col-sm-offset-3 {
	padding-top: 15px;
}

.search-form .form-group {
  	transition: all 0.35s, border-radius 0s;
  	width: 32px;
  	height: 32px;
  	background-color: #fff;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
 	border-radius: 25px;
  	border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
  	padding-right: 20px;
  	border: 0 none;
  	background: transparent;
  	box-shadow: none;
  	display:block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
  	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
  	width: 100%;
  	border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  	position: absolute;
  	top: 14px;
  	z-index: 2;
  	display: block;
 	width: 32px;
  	height: 34px;
  	line-height: 34px;
  	text-align: center;
  	color: #22a8da;
  	left: initial;
  	font-size: 14px;
}

.about {															/*-- home --*/
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
}

.line {
	height: 3px;
  	width: 112px;
  	background-color: #22a8da;
}

.why {															
	padding-top: 50px;
}

.off {
	padding-top: 30px;
}

.chooseing {
	padding-top: 30px;
	font-size: 15px;
	color: #666666;
}

.chooseing1 {
	font-size: 15px;
	color: #666666;
}

.chooseing2 {
	font-size: 15px;
	color: #666666;
	padding-bottom: 10px;
}

.benefits {
	padding-top: 60px;
	text-align: center;
}

.icon {
	padding-top: 30px;
	font-size: 30px;
}

.sit {
	font-size: 14px;
	padding: 5px;
	font-family: 'Niramit', sans-serif;
}

.adding {
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
}

.effect:hover {
	background-color: #22a8da;
	color: white;
	border:1px solid #22a8da;
}

.effect {
	border: 1px solid #cecece;
	cursor: pointer;
}

.footer {															/*-- footer --*/
	color: white;
	padding-top: 80px;
	padding-bottom: 40px;
}

.text {
	padding-top: 30px;
	font-size: 14px;
}

.insurer {
	font-size: 24px;
	padding-top: 7px;
	padding-left: 20px;
}

.insurer1 {
	font-size: 24px;
	padding-top: 7px;
}

.life {
	padding-top: 28px;
	padding-left: 20px;
	color: white;
	font-size: 15px;
}

.life:hover {
	color: #22a8da;
}

.home {
	color: white;
	font-size: 15px;
	padding-left: 20px;
}

.home:hover {
	color: #22a8da;
}

.phone {
	padding-top: 28px;
}

.facebook {
	padding-top: 28px;	
	font-size: 13px;
	letter-spacing: 10px;
}

.facebook:hover {
	color: #22a8da;
	cursor: pointer;
}

.aenean {
	padding-top: 20px;
}

.copyright {
	background-color: #2a2a2a;
	color: white;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}