/*
Theme Name: Select Theme
Author: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: selecttheme
*/


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	/*font-size: 100%;*/
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-size: 62.5%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a img {
	border: 0;
}

a:hover {text-decoration:none;}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
	line-height: 1.6;
}


h5,
h6 {
	clear: both;
	font-weight: 700;
}



b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.5em 1.0em 0.4em;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	/*margin-bottom: 1.6em;*/
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}










/* select */

img {
    max-width: 100%;
    height: auto;
}


p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 20px;
	text-align:left;
}

body {background-color:#ffffff;}

#header {margin-top: 0px; padding-top: 1em; background-color: #f5f5f5;}

.head-sec {
	background-image:url(images/img_slct_header.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin-top: 0px;
	padding: 30px 0;	
}

h1 {
    font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight:300;
	line-height:1.3em;
    color:#022e46;
    padding: 0px 0px 30px 0px;
	text-align:center;
}

.headtitle {
    font-family: 'Oswald', sans-serif;
	font-size: 3.125em;
	font-weight:700;
	line-height:1.3em;
    color:#ffffff;
	text-align:left;
	padding: 0px;
}

h2 {
    font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight:400;
	line-height:1.3em;
    color:#ffffff;
    padding: 30px 0px;
	text-align:left;
}

h3 {
    font-family: 'Oswald', sans-serif;
	font-size: 1.250em;
	font-weight:700;
	line-height:1.3em;
    color:#000000;
	text-align:center;
	padding-bottom: 15px;
}

h4 {
    font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight:500;
	line-height:1.3em;
    color:#ffffff;
	text-align:center;
	padding-bottom: 1em;
}

h6 {
    font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight:300;
	line-height:1.3em;
    color:#ffffff;
	text-align:center;
	padding-bottom: 1em;
}

h5 {
    font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight:300;
	line-height:1.3em;
    color:#ffffff;
	text-align:center;
}

.slct-btn {
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 3px;
    background-color: #fecb1b;
    box-shadow: 2px 2px 2px #000000;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    padding: 10px !important;
    width: 100%;
}

.form-slct-btn {
	font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 3px;
    background-color: #fecb1b;
    box-shadow: 2px 2px 2px #000000;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    padding: 10px !important;
    width: 100%;
	margin-top: 1em;
}

.grey-sec {background-color: #f5f5f5;}
.slctblue-sec {background-color: #1a73a3;}
.darkblue-sec {background-color: #043652;}
section {padding:30px 0;}

.backgr-form {
    background-color: #0d557c;
    border-radius: 4px;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.logo-footer {border-left: 1px solid #999999; padding-right: 2em;}


ul.slct-list > li {
    background: url(images/list_slct.png) left center no-repeat;
        background-position-x: left;
        background-position-y: center;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: left;
    color: #000000 !important;
    padding-bottom: 8px;
    background-position: 0 -2px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height:1.3em;
 }

ul.slct-list-2 > li {
    background: url(images/list_slct-2.png) left center no-repeat;
        background-position-x: left;
        background-position-y: center;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: left;
    color: #ffffff !important;
    padding-bottom: 8px;
    background-position: 0 -2px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height:1.3em;
   
}

.benef-sec {
	background-image:url(images/img_slct_2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;	
	background-attachment: fixed;
}

.testim-slct {border-right: 1px solid #999999;padding: 0 1em !important;height: 14em;}
.testim-slct-box {padding: 10px;background-color: white;height: 16em;}


[class*="car__"] {
    text-align: center;
    font-size: inherit !important;
    font-weight: bold;
    background-color: #329ad1 !important;

}

.carouseller .carouseller__left, .carouseller .carouseller__right {
    position: absolute;
    margin: 0;
    bottom: 25px;
    background: none repeat scroll 0 0 transparent;
    font-size: 80px;
    opacity: 0.5;
    text-align: center;
    color: #000;
    text-decoration: none;
    top: 20% !important;
}

  /*nav*/

.menu-bar {background-color:#1a73a3; background-size: cover; padding: 5px 0;}

.menu-item {
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 1.4em;
	text-align:center;
}

.menu-item-line {border-right: 1px solid #ffffff;}
		
	
#navbar-main {
	margin-bottom: 0px !important; 
	box-shadow: 2px 3px 2px #01131e;
}	

#navbar-main a {
    color: #ffffff;
    text-decoration: none;
}	

#navbar-main a:hover {
    color: #43b8f6;
    text-decoration: none;
}	

#navbar-main {
  /* Added `.affix-top` class css when the element is top */
  &.affixed-top {
    background: black;
  }
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  &.affix {
    background: gray;
    top: 0;
    left: 0;
    right: 0;
  }
  /* Added `.affix-bottom` class css when the element is footer */
  &.affix-bottom {
    background: red; 
  }
}

.affix {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 9999;
    background-color: #022e46 !important;
}

.navbar {
    border-radius: 0px !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #022e46 !important;
}

/* form */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select {
    padding: 3px 6px;
	width: 100%;
	margin-bottom: 8px;
	border-radius: 4px;
	border: none;
}

.form-text {color:#d6d6d6; font-size:14px;}

div.wpcf7 input[type="file"] {
    cursor: pointer;
width: 68%;
padding-left: 5px;
color: #000000;
background-color: #ffffff;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 3px;
float: right;
}

textarea {width:100%; padding: 5px;}

input[type="file"] {
    display: inline;
}


.placeholder { 
	color: #ccc; 
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	 border: none;
    border-collapse:collapse;
}

span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    display: table-cell !important;
    text-align: center !important;
	position: absolute !important;
top: 0 !important;
right: 1em !important;

}

div.wpcf7-validation-errors, div.wpcf7-response-output, div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000 !important;
    color: #ff0000 !important;
    line-height: 1.3em !important;
    position: absolute;
    top: 19.5em;
    font-size: 11px;
    text-align: center;
}


div.wpcf7-response-output {
    margin: 0.5em 0;
    padding: 0.2em 1em;
}

.formtel-a {color: #ffffff;}
.formtel-a:hover {color: #42ade5;}

/* show btn */

#headershowtel {padding: 2px 5px;border-radius: 3px;background-color: #319ad1;}
#headershowtel a {color: #ffffff;}
#headershowtel a:hover {color: #000000;}

#headershowemail {padding: 2px 5px;border-radius: 3px;background-color: #319ad1;}
#headershowemail a {color: #ffffff;}
#headershowemail a:hover {color: #000000;}

#formshowtel {padding: 2px 5px;border-radius: 3px;background-color: #319ad1;font-weight: 300;}
#formshowtel a {color: #ffffff;}
#formshowtel a:hover {color: #000000;}

#footershowtel {padding: 2px 5px;border-radius: 3px;background-color: #319ad1;}
#footershowtel a {color: #ffffff;}
#footershowtel a:hover {color: #000000;}

#footershowemail {padding: 2px 5px;border-radius: 3px;background-color: #319ad1;}
#footershowemail a {color: #ffffff;}
#footershowemail a:hover {color: #000000;}

.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-c5 {
    width: 20%;
    float: left;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #228cc5;
    background-image: none;
    border: 3px solid white;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
}

/* testim carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center !important;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}


/* --- tabel --- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-family: 'Oswald', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
color: #ffffff;
text-align: center;
padding: 10px 0;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
 .my_planHeader.my_plan2 {
    padding: 1px 0 !important;
}
}


.my_feature {
 	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1em;
	line-height: 1em;
    color: #000000;
    margin: 10px auto;
	text-align:right;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #c2c2c2;
}

.my_plan1 {
    background: #a4d1e9;
	border-radius: 5px;
}

/* .my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
} */

.my_planHeader.my_plan1 {
    background: #329ad1;
	border-radius: 5px;
}

.my_plan2 {
    background: #ebebeb;
	border-radius: 5px;
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
background: #dddada;
border-radius: 5px;
}

.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}


.my_planFeature {
    font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	font-size: 22px;	
	line-height: 2em;
	color: #000000;
	text-align: center;
	padding: 6px 0;
}

.my_planFeature i.my_check {
    color: green;
}

.my_planFeature i.my_check-no {
    color: red;
}






@media (max-width: 1198px) {
    .col-md-c5 {
        width: 20%;
        float: left;
    }
.formtel-a {color: #ffffff;}
.formtel-a:hover {color: #42ade5;}
}


@media (max-width: 770px) {
 
}

@media (min-width: 768px) {
.col-sm-c5 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {


.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    margin-bottom: 2em;
}
.formtel-a {color: #ffffff;}
.formtel-a:hover {color: #42ade5;}
}

@media (max-width: 990px) {}


@media (max-width: 625px) {}

@media (max-width: 425px) {
p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 20px;
	text-align:left;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.3em;
    color: #022e46;
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.formtel-a {color: #ffffff;}
.formtel-a:hover {color: #42ade5;}
}

@media (min-width: 1200px) {
    .col-lg-c5 {
        width: 20%;
        float: left;
    }
	.formtel-a {color: #ffffff;}
.formtel-a:hover {color: #42ade5;}
}

@media (max-width: 1201px) {}


@media (max-width: 767px) {}

@media (max-width: 480px) {}

@media (max-width: 398px) {}