@charset "utf-8";
/* CSS Document */
 *, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box;}
 
   h1 {padding: 100px 0; font-weight: 400; text-align: center;}
   p {margin: 0 0 20px; line-height: 1.5;}
 
   .main {margin: 9px auto; width:100%;}
   .content { color: #373737;}
.content > div {
    display: none;
    padding: 11px 5px 11px;
    border: 1px solid #ececec;
    font-family: 'Open Sans', sans-serif !important;
    float: left;
    width: 100%;
}
 
   input {display: none;}
   label {display: inline-block; padding: 15px 25px; font-weight: 600; text-align: center; color:#000}
   label:hover {background: #0074B9; color: #fff; cursor: pointer;}
   input:checked + label {background: #0074B9; color: #fff;}
 
   #tab1:checked ~ .content #content1,
   #tab2:checked ~ .content #content2,
   #tab3:checked ~ .content #content3,
   #tab4:checked ~ .content #content4 {
     display: block;
   }
body{
	margin:0px;
	background-color:#fff;
        font-family: 'Open Sans', sans-serif !important;
}
ul,ol,li,a,p,h1,h2,h33,h4,h5,h6{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none !important;
}
.hbg {
    background: #fff;
    margin-top: 21px;
}
.nopad{
    padding: 0px;
}
img.logo.img-responsive {
    margin-top: 25px;
    margin-bottom: 36px;
}
.upnav{
    float: left;
    
}
.upnav ul li{
    float: left;
    margin-top: 10px;
    text-align: center;
    
}
.upnav ul li:last-child{
    border: none
}
.upnav ul li a{
    padding: 8px 14px;
    text-align: center;
    background: #e6e6e6;
    color: #000;
    border-right: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
}
.upnav ul li a:hover{
    background: #0075BA;
    color: #fff;
}
.upn{
    background: #0075BA !important;
    color: #fff !important;
}
p.quuestion {
    float: right;
    color: #000;
    font-size: 17px;
    padding-right: 35px;
    padding-top: 16px;
    padding-bottom: 14px;
    font-family: 'Open Sans', sans-serif !important;
}

.nav-bg{
    background: #0074B9;
}

/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 41px;
    padding: 0 20px;
    line-height: 42px;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-weight: bold;
    font-size: 13px;
    color: #fcfcfc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Open Sans', sans-serif !important;
}

.nav > li:hover > a { background: #4b4441; }

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
    position: absolute;
    display: block;
    width: 500px;
    top: 41px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    border-bottom: 3px solid #0074BA;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 50%;
	padding: 2.5%;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.nav .nav-column li a:hover {
    color: #fff !important;
    background: #0074B9;
}

@media screen and (max-width:430px) {
.upnav ul li a{
    padding: 5px 11px;
}
.nav > li > div{
    width: 100%;
    top: 96px;
}
.nav .nav-column{
    width: 100%;
}
.nopad{
    padding: 5px;
}
}
.mtitle {
    color: #484848;
    float: left;
    margin-top: 31px;
    font-size: 32px;
    /* padding-left: 8px; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 11px;
    font-weight: bold;
}
.pfeatures{
    float: left;
    margin-left: 17px;
}
.pfeatures li {
    color: #222222;
    list-style: disc;
    padding: 4px 0px;
    font-family: 'Open Sans', sans-serif !important;
}
img.img-responsive.list-img {
    max-height: 366px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 23px;
}
p.price {
    float: left;
    width: 100%;
    color: #0074B9;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.button1 {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #91CA49;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
    border: 1px solid #74a23a;
    font-family: 'Open Sans', sans-serif !important;
}
.button1:hover{
    color: #fff;
    background: #89bd46;
}
.button2 {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0074B9;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
    border: 1px solid #05659e;
}
.button2:hover{
    color: #fff;
    background: #05659e;
}
.mdesc {
    color: #484848;
    float: left;
    margin-top: 9px;
    font-size: 32px;
    /* padding-left: 8px; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 21px;
}
.descb {
    background: #f9f9f9;
    border: 1px solid #ececec;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    color: #000 !important;
}
.nopade{
    padding: 4px;
}
.chead {
    background: #0074B9;
    color: #fff;
    text-align: center;
    margin-top: 41px;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}
.in-img{
    border: 1px solid #ececec;
    text-align: center;
    width: 100%;
}
.in-logo {
    margin: 0 auto;
    max-width: 134px;
    margin-top: 11px;
    margin-bottom: 7px;
}
.in-why{
    color: #484848;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.in-list{
    background: #F1F2ED;
    width: 100%;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
}
.in-list li {
    color: #000;
    background: url(../images/check.png) no-repeat 8px 3px;
    text-align: left;
    padding: 2px 28px;
    font-size: 12px;
}
.footer {
    background: #0074B9;
    color: #fff;
    padding-top: 20px;
    font-size: 13px;
    padding-bottom: 15px;
    margin-top: 16px;
    font-family: 'Open Sans', sans-serif !important;
}
img.img-responsive.himg {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
p.dhead1 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 9px;
    padding-bottom: 12px;
}
.table-t {
    border: 1px solid #d8d8d8;
    padding: 10px;
    float: left;
    width: 100%;
}
.st1{
    border: 1px solid #d8d8d8;
    width: 98%;
    float: left;
    margin-top: 3px;
}
.st2{
    border: 1px solid #d8d8d8;
    width: 100%;
    float: left;
    margin-top: 3px;
}
p.pbr {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 8px;
    font-size: 15px;
    font-weight: bold;
    float: left;
}
p.pbr2 {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 8px;
    font-size: 15px;
    float: left;
}
p.pwarr {
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dhead {
    float: left;
    width: 100%;
    border-left: 5px solid #0074B9;
    background: #7b7b7b;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 8px;
}
p.dphead {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
img.ppay {
    float: left;
    margin-bottom: 10px;
    margin-top: 4px;
}
p.pp1 {
    width: 100%;
    float: left;
    padding-top: 11px;
    padding-bottom: 5px;
}
.plist{
    width: 100%;
    margin-top: 10px;
    float: left;
    
}
.plist ul li {
    padding: 8px 26px;
    font-weight: bold;
    background: url(../images/arrow.png) no-repeat 1px 8px;
}
@media screen and (max-width:430px) {
    .st1{
        width: 100%;
    }
}
.info-section img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: filter 0.5s;
    transition: filter 0.5s;
    padding: 0.5rem;
}
.info-section img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
img.ppl {
    float: left;
    margin-left: 62px;
}
.ppl2{
    float: left
}
.ppl3{
    float: left;
}
.btn3 {
    float: left;
    width: 114px;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 10px; */
    text-align: center;
    color: #989797;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.btn3:hover{
    border:1px solid #000;
    color: #000;
}