/*font-family: 'Open Sans', sans-serif;*/

body{
	font-family: 'Open Sans', sans-serif;
}
p,h1,h2,h3,h4{
	margin: 0;
}
ul,ol{
	margin: 0;
	padding:0;
	list-style: none;
}
a:hover{
  text-decoration: unset;
}

.section-hdng{
  font-size: 38px;
  color: #05c2f0;
  line-height: 40px;
}
.section-hdng span{
  display: block;
  font-size: 24px;
  color: #3d466e;
  line-height: 30px;
  margin-top: 5px;
}
.m-t-50{margin-top: 50px;}
.m-tb-50{margin-top: 50px;margin-bottom: 50px;}
.err1{font-size: 10px; color: #fff;}
.succes{color: green;font-size: 10px;}
/****
	Header section
***********************/
.customNavbar{
    background: #fff;
    border: none;
    margin-bottom: 0;
    padding: 10px 0;
}
.logobx{
	padding: 0;
}
.logobx .logo{
	max-width: 200px;
}
.customNavbar .navbar-nav>li>a{
	color: #1ea6e4;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.customNavbar .navbar-nav>li>a:hover,
.customNavbar .navbar-nav>li>a:focus{
	color: #1ea6e4;
}
.coupon{height: 35px;padding-left: 10px;}
.m-b-20{margin-bottom: 20px;}
.navbar-toggle{
  background-color: #1f3d7d;
}
.hdr-login{
  border-radius: 22px !important;
  padding: 0px 10px !important;
  color: #fff !important;
  background: #1ea6e4 !important;
}
.hdr-login a{color:#fff !important;float: left;padding: 5px;}

.err{color: red;font-size: 10px;}
.success{color: green;}
.dplan-price{text-decoration:line-through;font-size:20px;margin-right: 20px;color: red;}

/******
	Banner section
*************************/
.banner-section{
	background: rgb(41,74,146);
	background: linear-gradient(90deg, rgba(41,74,146,1) 0%, rgba(7,120,171,1) 50%, rgba(30,166,228,1) 100%);
}
.banner-box{
  max-width: 700px;
  margin: 0 auto;
  margin-top: 140px;
  padding: 15px;
  text-align: center;
}
.banner-box h1:first-child{
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}
.banner-box .bannerSub-hdng{
	font-size: 20px;
    margin-top: 14px;
    color: #fff;
}
.slider-p{text-align: center;margin-top:30px;float:left;width: 100%; }
.bannerBtn{
    border-radius: 25px;
    color: #fff;
    padding: 10px 30px;
    margin-left: 10px;
    max-width: 155px;
    background: #1ea6e4;
    text-transform: uppercase;
}
.bannerBtn:hover{
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-decoration: none;
}
.bannerBtm-img{
    margin-top: 75px;
    padding-bottom: 25px;
}




/*****
 	Step section
***********************/
.step-section{
	padding: 50px 0 15px;
	position: relative;
}
.howInner-sec{
	width: 470px;
    margin: 0 auto;
    padding-top: 75px;
    background: url(../images/timeline.png) top 75px left 50% no-repeat;
    background-size: 5px 675px;
}
.how-block{
	min-height: 120px;
    margin-bottom: 65px;
}
.how-block .pull-left{
  text-align: right;
  width: 190px;
  height: 100%;
}
.how-block .pull-left img{
	float: right;
}
.how-block .pull-right{
  text-align: left;
  width: 190px;
  height: 100%;
}
.how-block .pull-left h3,
.how-block .pull-right h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #1f3d7d;
}
.how-block .pull-left p,
.how-block .pull-right p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}


/****************************
    Pricing tables
****************************/

.pricing-section {
	background: #ebf5ff;
	padding-top: 50px;
	padding-bottom:15px;
}

ul.pricing-boxes {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
    margin-top: 85px;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -40px;
}
ul.pricing-boxes li.best-plan h4 {
	font-size:15px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes.four li {
    width: 25%; /*width: 313px;*/;
}
ul.pricing-boxes li.best-plan .btn-primary{
	border-color: #027ab5;
}
ul.pricing-boxes li.best-plan  .plan-name { padding: 30px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 40px 0px }
.plan-name {
    background: #112a46;
    padding: 15px 0 10px 0;
	min-height:88px;
	position:relative;
}
.plan-name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(17, 42, 70, 0);
	border-top-color: #112a46;
	border-width: 12px;
	margin-left: -12px;
}
ul.pricing-boxes li.best-plan .plan-name:after {
	border-color: rgba(245, 215, 110, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}
.best-plan .color{
	background: #3cb0f3;
}

.plan-name.color { min-height:128px; }
.plan-name h2 {
	font-family:"Roboto",sans-serif;
    color: #FFF;
    font-size: 33px;
	line-height:normal;
    font-weight: 700;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h4 {
    color: #FFF;
    font-size: 14px;
	line-height:14px;
    font-weight: 300;
	letter-spacing:0px;
	padding:0;
	margin:0;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
    background-color: #f8f8f8;
	min-height:86px;
	border-left:1px solid #e7e7e7;
}
.plan-price.last-child {
	border-right:1px solid #e7e7e7;
}
.plan-price h4 {
    color: #434343;
    font-size: 37px !important;
	line-height:86px;
    font-weight: 700;
	padding:0;
	margin:0;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-features {
	font-family: 'Open Sans', sans-serif;
    background-color:#f8f8f8;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    float: left;
}

ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features { border: 1px solid #e6e9ee }
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
	background-color:#fff;
}
ul.pricing-boxes li.best-plan .plan-features ul {
	margin-bottom:50px;
}
.plan-features ul li {
    padding: 8px 0;
	font-size:14px;
	color:#7d7d7d;
	font-weight:400;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }
.pricing-section .pricingReadMore{
	line-height: 50px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #1ea6e4;
    border: none;
    border-bottom: 3px solid #027ab5;
    display: inline-block;
    padding: 0 47px;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/*----------- Testimonial Style One ----------*/
.testimonial-styleOne {
  background: #f9f9fb;
  padding: 100px 0 110px 0;
}

.testimonial-styleOne #testimonial-carousel-one {
  width: 80%;
  margin:0 auto;
  padding: 45px 0 0 0;
}
.testimonial-styleOne .carousel-indicators {
  position: static;
  width: 100%;
  top:0;
  left:0;
  margin: 0;
}
.testimonial-styleOne .carousel-indicators li {
  width: 50px;
  height: 50px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  overflow: hidden;
  margin: 4px 10px;
}
.testimonial-styleOne .carousel-indicators li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonial-styleOne .main-wrapper {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 40px 0 50px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  margin-top: 35px;
  text-align: center;
  z-index: 99;
}
.testimonial-styleOne .carousel-inner {
  z-index: 99;
  background: #fff;
}
.testimonial-styleOne .main-wrapper .shadow {
  position: absolute;
  width: 90%;
  top:0;
  bottom: 0;
  left:5%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  z-index: -1;
  -webkit-transform:rotate(-3deg);
          transform:rotate(-3deg);
}
.testimonial-styleOne .main-wrapper .item img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonial-styleOne .main-wrapper .item h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 12px 0;
}
.testimonial-styleOne .main-wrapper .item span {
  color: #a8acb9;
}
.testimonial-styleOne .main-wrapper .item p {
  font-size: 17px;
  line-height: 30px;
  color: #4f5362;
  width: 80%;
  margin: 30px auto 0 auto;
}
.testimonial-styleOne .carousel-control.left,
.testimonial-styleOne .carousel-control.right {
  background: none;
  width: auto;
  height: auto;
  bottom: auto;
  top:108px;
  opacity:0.5;
  text-shadow: none;
  color: #4f5362;
  z-index: 99;
}
.testimonial-styleOne .carousel-control.left {left:36%;}
.testimonial-styleOne .carousel-control.right {right: 36%;}


/************
client logo slider
*****************************/
.clientLogo-section{
	padding-top: 30px;
	padding-bottom: 30px;
  background: #f3f8ff;
}

/******
  blog
***************/
.blog-section-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-single {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 20px 0 #f2f2f2;
    box-shadow: 0 0 20px 0 #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}
.blog-single .blog-content {
    padding: 30px 15px;
}
.blog-single .blog-content .title {
    font-size: 16px;
}


/*==============================
  ABOUT US PAGE
==============================*/
.about-us-section{
  padding-top: 80px;
  padding-bottom: 30px;
}

h2.abouttxt-hdng{
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f3d7d;
}
h2.abouttxt-hdng span{
  color: #1ea6e4;
}
h2.abouttxt-hdng::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #1f3d7d;
    content: " ";
    width: 97px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

section.about-us-section {
    background: #fff;
    padding: 6rem 0;
}

.marginbtm {
    margin-bottom: 1.5rem;
}
.about-us-section .about-1 h2 span {
    color: #0098ef;
}
.about-us-section .about-1 p {
    color: #444;
    background: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-size: 15px;
}


/*===========================
    BLOG PAGE
===========================*/
.gap-20 {
    height: 20px;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
/*-- Blog-Area --*/

.single-blog {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.blog-content {
    padding: 30px;
}

.blog-content .title {
    font-size: 22px;
    margin-bottom: 15px;
}


.blog-writer {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.blog-writer li {
    display: inline-block;
    margin-right: 10px;
}
.blog-writer li a{
  color: #000;
}

.blog-writer li:last-child {
    margin-right: 0;
}

.blog-footer {
    font-size: 12px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    display: inline-block;
    margin: 0 15px;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: block;
    padding: 15px 30px;
    color: #6858db;
    border: 1px solid #6858db;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    background-color: #6858db;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-links > .page-numbers {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #1f3d7c;
    background-color: #ffffff;
    color: #6858db;
    margin: 3px;
    font-size: 12px;
}

.nav-links > .page-numbers:hover,
.nav-links > .page-numbers.current {
    background-color: #1ea6e4;
    color: #ffffff;
}

.blog-details .blog-photo {
    border-radius: 6px;
    overflow: hidden;
    max-height: 400px;
}

.blog-details .blog-photo img {
    width: 100%;
}

.blog-details .blog-content {
    position: relative;
    padding: 100px 100px 0 100px;
    background-color: #ffffff;
    width: 80%;
    border-radius: 6px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
}

.blog-details .single-title {
    margin-bottom: 60px;
}




/*-- Sidebar-Widget-Style --*/

.widget {
    margin-bottom: 60px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 20px;
    position: relative;
    border-left: 3px solid #1f3d7d;
    padding-left: 15px;
    margin-bottom: 30px;
}

.search-box {
    position: relative;
}

.search-box .search {
    width: 100%;
    padding: 15px 60px 15px 15px;
    border-radius: 3px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    color: #56576e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
}

.search-box .search-bttn {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border: none;
    font-size: 20px;
    color: #acacac;
    background-color: transparent;
}

.widget table {
    width: 100%;
}

.widget table th,
.widget table td {
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.widget table th {
    background-color: #f7f7f7;
    color: #202020;
    font-weight: 700;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 10px 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

.widget ul li:last-child {
    padding-bottom: 0;
}

.widget ul ul li:first-child {
    padding-top: 10px;
}

.widget ul ul {
    margin-left: 15px;
}


.widget ul ul li:before {
    content: "|";
    padding-right: 15px;
}

.widget select {
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ededed;
}

.widget.widget_recent_entries li {
    position: relative;
    padding-right: 20px;
}

.widget.widget_recent_entries li:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    color: #1ea6e4;
}

.widget.widget_recent_entries li:hover:after {
    opacity: 1;
    right: 0;
}

.widget.widget_recent_entries li span {
    display: block;
}

.widget.widget_recent_entries li a{
  color: #1ea6e4;
}



/*=============================
		FEATURES PAGE
=============================*/
.features-section{
	padding-top: 50px;
	padding-bottom: 25px;
}
.banner-boxSmallH {
    height: 245px;
}
.banner-boxSmall{
	margin-top: 110px;
}
.banner-boxSmall .breadcrumb{
  background: transparent;
}
.banner-boxSmall .breadcrumb li a,
.banner-boxSmall .breadcrumb li{
  color: #fff;
}
/*.howInner-sec{
	width: 470px;
    margin: 0 auto;
    padding-top: 75px;
    background: url(../images/timeline.png) top 75px left 50% no-repeat;
    background-size: 5px 675px;
}*/
.features-section .container{
    /*max-width: 960px;*/
    background: url(../images/timeline.png) top 0px left 50% no-repeat;
    background-size: 7px 1480px;
}
.featuresRow-marginBtm{
	margin-bottom: 50px;
}
.features-imgbox{
	padding: 0 50px;
}
.features-contentbox{
	padding: 0 50px;
}
ul.featuresUl li{
    display: block;
    margin: 14px 0;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding-left: 42px;
}
ul.featuresUl li img{
	position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}



















/******
	Footer section
***********************/
/*.ftr-margin-btm{
	margin-bottom: 30px;
}
footer{
	padding: 25px 0 25px;
	background: #f3f8ff;
}
.footerContainer{
	max-width: 780px;
}
.footer-logo{
	width: 200px;
}
ul.footerSocial{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.footerSocial li{
	display: inline-block;
	margin: 0 5px;
}
ul.footerSocial li a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #05c2f0;
	text-align: center;
	line-height: 40px;
	color: #05c2f0
}
ul.footerUl{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.footerUl li{
	display: block;
	margin: 5px 0;
}
ul.footerUl li a{
	color: #050302;
}
*/

/***********************
    footer-section
**********************/

.footer-section {
        padding-top: 50px;
    background-color: #f7f7f7;
    background: #f3f8ff;
}

.footer-logo{
  width: 200px;
}

/*-- 18. Social-Menu --*/

.social-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom{
  background-color: #1ea6e4;
    padding: 12px 10px;
    color: white;
}
.social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.social-menu li a i {
    width: 40px;
    height: 40px;
    background-color: #6858db;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social-menu li a:hover i {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.social-menu li a i.fa-facebook {
    background-color: #3b5999;
}

.social-menu li a i.fa-twitter {
    background-color: #55acee;
}

.social-menu li a i.fa-google-plus {
    background-color: #dd4b39;
}

.social-menu li a i.fa-youtube-play {
    background-color: #e4405f;
}

.icon-list,.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.icon-list li {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    color: #22233b;
}
.icon-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
}
.list li {
    display: block;
    margin-bottom: 10px;
}

/*-- 19. Subscribe-Form --*/

.subscribe {
    position: relative;
}

.subscribe .control {
    background-color: #ffffff;
    border: 1px solid #1ea6e4;
    height: 50px;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 30px;
    width: 100%;
}

.subscribe .sub-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: none;
    width: 80px;
    border-radius: 0 100px 100px 0;
    color: #ffffff;
    background-color: #1ea6e4;
}

.subscribe ::-webkit-input-placeholder {
    color: #6858db
}

.subscribe :-ms-input-placeholder {
    color: #6858db
}

.subscribe ::-ms-input-placeholder {
    color: #6858db
}

.subscribe ::placeholder {
    color: #6858db
}



/******************
    LOGIN PAGE
******************/
.loginSection label{
  font-weight: 500;
}
.p-5 {
    padding: 5rem;
}
.rounded {
    border-radius: .25rem!important;
}
.bg-primary {
    background-color: #007bff!important;
}
.top-sub-title {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
}
.text-color-light-2 {
    color: #e2e2e2 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.signInTxt {
    font-size: 17.6px;
    font-size: 2rem;
    margin-bottom: 22px;
}
.text-color-light {
    color: #FFF !important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.5;
}
.checkbox-custom.checkbox-custom-transparent label:before {
    background: transparent;
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #dadada;
    background: #fff;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    content: '\f00c';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #fff;
}
.signBtn{
  border-color: #1c1f21;
  color: #FFF;
  background-color: #1c1f21;
  border-radius: 50px;
  padding: 10px 28px;
}
.h-100 {
    height: 100%;
}
.border {
    border: 1px solid #dee2e6!important;
}
.registerTxt{
  font-size: 17.6px;
  font-size: 2rem;
  margin-bottom: 22px;
  color: #1c1f21;
}

.regInpt-bg {
    background-color: #f1f3f7 !important;
}
.border-0 {
    border: 0!important;
}
.registerBtn{
  border-color: #2388ed;
  color: #ffffff;
  background-color: #2388ed;
  -webkit-box-shadow: 0 0 0 0.2rem #52a1f1;
  box-shadow: 0 0 0 0.2rem #52a1f1;
  border-radius: 50px;
  padding: 10px 25px;
  border: none;
}
.registerBtn:hover{
  border-color: #52a1f1;
  background-color: #52a1f1;
  color: #ffffff;
}
.mb-ex {
    margin-bottom: 7.2rem;
}


/***************************
    CUSTOMER PAGE
***************************/
.customer-section{
  background: #ebf5ff;
  padding-bottom: 50px;
  padding-top: 80px;
  position: relative;
}
.customer-leftBx{
  background: #1ea6e4;
  color: #fff;
}
.customer-leftBx:before{
  background: #1ea6e4;
}
.customer-rightBx{
  background: #455e92;
  color: #fff;
}
.customer-rightBx:before{
  background: #455e92;
}
.card{
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s, -moz-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s, -moz-box-shadow .5s;
}
.timeline {
  position: relative;
}

.timeline .timeline-item {
  width: 46.5%;
  position: relative;
}

.timeline .timeline-item:last-child .timeline-item-body {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-item-body {
  border: 1px solid #dddddd;
  padding: 20px;
}

.timeline .timeline-item .timeline-item-body .timeline-item-date, .timeline .timeline-item .timeline-item-body .timeline-item-title {
  margin-bottom: 10px;
}

.timeline .timeline-item .timeline-item-body .timeline-item-date:before {
  content: '\f332';
  font-family: Material-Design-Iconic-Font;
  margin-right: 10px;
  color: #999999;
}

.timeline .timeline-item .timeline-item-body .timeline-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.timeline .timeline-item .timeline-item-body p {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-item-body:before {
  content: '';
  display: inline-block;
  border: 1px solid #dddddd;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -10px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.timeline .timeline-item .timeline-item-body.card, .timeline .timeline-item section.section-price .timeline-item-body.price-box, section.section-price .timeline .timeline-item .timeline-item-body.price-box {
  border: none;
}

.timeline .timeline-item .timeline-item-body.card::before, .timeline .timeline-item section.section-price .timeline-item-body.price-box::before, section.section-price .timeline .timeline-item .timeline-item-body.price-box::before {
  border: none;
}

.timeline .timeline-item:nth-child(even) {
  float: right;
  clear: right;
}

.timeline .timeline-item:nth-child(even) .timeline-item-body:before {
  left: -10px;
  border-right: none;
  border-bottom: none;
}

.timeline .timeline-item:nth-child(even):before {
  left: -45px;
}

.timeline .timeline-item:nth-child(odd) {
  float: left;
  clear: left;
}

.timeline .timeline-item:nth-child(odd) .timeline-item-body:before {
  border-left: none;
  border-top: none;
}

.timeline .timeline-item:nth-child(odd):before {
  right: -47px;
}

.timeline .timeline-item:nth-child(2) {
  margin-top: 15em;
}

.timeline .timeline-item:nth-child(3) {
  margin-top: 15em;
}
.timeline .timeline-item:nth-child(4) {
  margin-top: 15em;
}



.timeline .timeline-item:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #13e7ac;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 0;
}

.timeline:before {
  content: '';
  width: 3px;
  background: #19248a;
  position: absolute;
  bottom: 30px;
  top: 8px;
  left: 50%;
  margin-left: -1px;
}

.timeline:after {
  content: '';
  display: block;
  clear: both;
}
img.img-responsive.center-block.custmr-icon {
    width: 150px;
}



/*********
media query
***********************/
@media (min-width: 768px){
  .navbar-nav {
      margin-left: 20px;
      margin-top: 3px;
  }
}

@media screen and (max-width: 810px){
	ul.pricing-boxes li.best-plan {
	    top: 0;
	}
	ul.pricing-boxes.three li {
	    width: 100%;
	}
        .hdr-login{float: left;margin-left: 20px;}
}

@media screen and (max-width: 480px){
  .howInner-sec{
    max-width: 100%;
  }
  .how-block .pull-left {
    width: 140px;
    max-width: 100%;
  }
  .how-block .pull-right {
    width: 140px;
    max-width: 100%;
  }
  .how-block .pull-left h3,
  .how-block .pull-right h3{
    font-size: 20px;
  }

  ul.pricing-boxes{
    float: none;
    width: 90%;
    margin: 25px auto 0;
  }
  ul.pricing-boxes.three>li{
    margin-bottom: 15px;
  }
  .testimonial-styleOne {
    padding: 50px 0 50px 0;
  }
  .clientLogo-section .owl-nav,
  .clientLogo-section .owl-dots{
    display: none;
  }



  .banner-boxSmallH{
    height: 190px
  }
  .banner-boxSmall {
    margin-top: 95px;
  }
  .banner-boxSmall h1:first-child {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
  }
  .section-hdng {
    font-size: 26px;
    line-height: 30px;
  }
  .section-hdng span {
    font-size: 20px;
    line-height: 26px;
  }

ul.pricing-boxes.four li{width: 100%;margin-bottom: 10px;}


}