/******************    
slider
*******************/
.main-slider-section {height: 850px; min-height: 850px; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; width: 100%; }
.main-slider-section:before {position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #003767; background-image: url(../images/copilots-pattern.png);background-image: url(../images/copilots-pattern.png), linear-gradient(45deg , #003767 18%,#7aba52 100%); content: ""; z-index:-1; }
.main-slider-inner .container{max-width: 90%}

.main-slider-inner {position: relative; z-index: 9; display: flex; align-items: center; height: 100%; }
.main-slider-content h2 {font-size: 30px; font-weight: bold; color: #fff; margin: 0; padding-top: 0; line-height:1.4em; padding-bottom:20px;}
.main-slider-content p {font-size:15px; color: #fff; }
.main-slider-content ul{ margin-left:20px; color:#ffffff; line-height:2.1em; font-size:14px; margin-bottom:30px;}
.explore-btn {font-size: 14px; color: #fff; overflow: hidden;position: relative;border: 2px solid #fff; padding: 8px 20px; display: inline-block; text-transform: uppercase; }
.explore-btn:hover {color: #6cb33f !important; }
.explore-btn:after {content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; width:0; height:100%; top: 0; left: 0; background: #fff; } 
.explore-btn:hover:after,
.explore-btn:active:after {width: 100%; }

.main-slider-media img{width: 100%}


/******************    
business-logo
*******************/ 

.business-logo-section {position: relative; z-index: 2; }
.business-logo-section .bg-shape-image {position: absolute; bottom:0%; left: 0; z-index: -1; right: 0; width: 100%; }
.business-logo-section .bg-shape-image img {width: 100%; height: 100%; }

.business-logo-content {padding: 15px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; cursor: pointer; box-shadow: 0 0 30px #e8f1f7; border-radius: 10px; max-width:350px; margin: 0 auto; left: 0; right: 0; position: absolute; bottom: 40px; background: #fff; align-items: center; }
.business-logo-image{width:60px; height: 60px; display: inline-block; overflow: hidden;  }
.business-logo-image img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
.business-logo-text h2 {font-size: 18px; font-weight: bold; color: #003767; margin: 0 0 0 10px; padding: 0; }


/******************    
business-featured
*******************/
.product-featured-section{padding: 20px 0; position: relative; overflow: hidden;}
.product-featured-section:before {position: absolute; content: ''; left: 0; bottom: 0; height:570px; width: 100%; background-image: url(../images/price-bg-shape.png); z-index: -1; background-size: cover; }
.product-featured-section .heading-title{text-align: center; padding:1rem 0 2rem 0; position: relative;}
.product-featured-section .heading-title h2 {font-size: 22px; font-weight: bold; color: #003767; margin: 0; padding-top: 0; }
.product-featured-section .heading-title p {font-size:14px; color: #546776; }
.product-featured-section .container{max-width: 90%}
.featured-tabs-info .row {margin-right: -5px; margin-left: -5px; }
.featured-tabs-info .row  .col-md-6{padding-right:5px; padding-left:5px; }

.featured-card {border: 1px solid #e4ebf5;border-radius:10px;text-align: center;position: relative;background: #fff;border-width: 1px;margin-bottom: 10px;padding: 10px;min-height: 165px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.featured-card:hover {box-shadow: 0 0 30px #e9f2f9; border: 1px solid #a8d4fb; }

.featured-card-icon{text-align: center; margin-bottom: 20px; }
.featured-card-content h2 {font-size: 13px;text-align: center;margin: 0;padding: 0;color: #6cb33f;font-weight: 600;}
.bl .featured-card-content h2{color: #003767;}
.or .featured-card-content h2{color: #f96332;}

.featured-browser-card {box-shadow:0 0 30px #bdd9ec; position: relative; }
.featured-browser-header {border: 1px solid #e4ebf5; padding: 12px; border-radius: 5px 5px 0 0; position: relative; }
.featured-browser-header span {width: 18px; height: 18px; border-radius: 50%; background: #fc605c; display: inline-block; vertical-align: middle; }
.featured-browser-header span+span{background: #fdbc40;}
.featured-browser-header span+span+span{background: #34c749;}

.featured-browser-body {border: 1px solid #e4ebf5;  border-radius:0 0 5px 5px ; position: relative; }
.featured-browser-media {width: 100%; height: auto; display: block; background: #ffffff; overflow: hidden; margin-right: 20px; }
.featured-browser-media img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}





/******************    
Get started
*******************/
.get-started-section .container{max-width: 90%}

.get-started-card {position: relative;width: 100%;padding: 30px;display: flex;align-items: center;top: 50px;z-index: 1;border-radius: 2px;}
.get-started-card:before {position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: #68ac3e url(../images/copilots-pattern2.png);content: "";z-index:-1;border-radius:5px;}

.get-started-content {margin-right: 20px; } 
.get-started-content h2 {font-size: 33px; font-weight: bold; color: #fff; margin: 0; padding-top: 0; }
.get-started-btn a  {font-size: 14px;color: #fff;overflow: hidden;position: relative;border: 2px solid #fff;padding: 8px 20px;display: inline-block;text-transform: uppercase;white-space: nowrap;font-weight: 600;}
.get-started-btn a:hover {color: #6cb33f !important; }
.get-started-btn a:after {content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; width:0; height:100%; top: 0; left: 0; background: #fff; } 
.get-started-btn a:hover:after,
.get-started-btn a:active:after {width: 100%; }




/******************    
Pricing plan
*******************/

.pricing-plan-section{padding: 20px 0; position: relative; overflow: hidden;}
.pricing-plan-section .heading-title{text-align: center; padding:1rem 0 2rem 0; position: relative;}
.pricing-plan-section .heading-title h2 {font-size:30px; font-weight: bold; color: #003767; margin: 0; padding-top: 0; }
.pricing-plan-section .heading-title p {font-size:14px; color: #546776; }
.pricing-plan-section .container{max-width: 90%}



.pricing-header-list-section{background-color:#f1f6fa; width: 100%; display: inline-block;box-shadow:0 6px 0px -4px #e8f1f7;}
.pricing-body-list-section{background-color:#f1f6fa; width: 100%; display: inline-block;box-shadow: 0 0 30px #e8f1f7;}
.pricing-footer-list-section{background-color:#f1f6fa; width: 100%; display: inline-block;box-shadow:0 6px 33px -4px #e8f1f7;}
.pricing-header-list,
.pricing-body-list,
.pricing-footer-list{margin: 0; padding: 0; list-style: none; clear: both; display: flex;}
.pricing-header-list li, 
.pricing-body-list li, 
.pricing-footer-list li {display: inline-block; text-align: center;vertical-align: top;/* width: 14%;*/background: #fff; }
.pricing-header-list li,
.pricing-body-list li,
.pricing-footer-list li{
-webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width:18%;
    border-right: 2px solid #e4eaf1;
} 
.pricing-header-list li:first-child,
.pricing-body-list li:first-child,
.pricing-footer-list li:first-child{
-webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;

 }

.pricing-header-list li:nth-child(1){background: #e4eaf1;}
.pricing-header-list li:nth-child(2){background: #f1fdeb;}
.pricing-header-list li:nth-child(3){background: #ebf6fe;}
.pricing-header-list li:nth-child(4){background: #fef4f1;}
.pricing-bg-none {background: #fff; padding: 5px; }

.pricing-body-list li{padding:0px 5px;}
.check-close-icon {padding: 10px 0; font-size: 14px; border-bottom: 1px solid #e4eaf1; margin: 0; line-height: 30px; text-align: center; color: #1d2b36; font-weight: 600; }
.pricing-list-text{border-bottom: 1px solid #e4eaf1; padding: 10px 0; }

.pricingTable-header {background: #6cb33f; padding: 10px; }
.pricingTable-header h3 {font-size: 14px; font-weight: bold; color: #fff; margin: 0; padding: 0; }
li.bl-bg .pricingTable-header{background: #003767;}
li.or-bg .pricingTable-header{background: #f96332;}

.pricing-plan-header {display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100px; }
.pricing-plan-header h2 {font-size:25px; font-weight: bold; color: #1d2b36; margin: 0; padding: 0; }
.pricing-plan-header p {font-size: 12px; color: #546776; margin: 0; }
.price-info {padding:0px; position: relative; }
.price-sign {font-size:25px; font-weight: 700; margin: 0; padding: 0; color: #1d2b36; }
.price-value {font-size: 30px; font-weight: 700; margin: 0; padding: 0; color: #1d2b36; }
.price-per {font-size: 12px; padding-left:0px; color: #546776; font-weight: 600; }

.pricing-list-text{padding: 10px 0;}
.pricing-list-text p {font-size: 14px; margin: 0; line-height: 30px; text-align: left; color: #1d2b36; font-weight: 600; }

.pricing-footer-list li:nth-child(1){background: #e4eaf1;}
.pricing-footer-list li:nth-child(2){background: #f1fdeb;}
.pricing-footer-list li:nth-child(3){background: #ebf6fe;}
.pricing-footer-list li:nth-child(4){background: #fef4f1;}

.pricing-sign-up {display: flex; align-items: center; justify-content: center; flex-direction: column; height: 85px; }



a.pricing-btn {padding: 10px 20px; display: inline-block; border: 2px solid #6cb33f; font-size: 14px; font-weight: bold; color: #6cb33f; }
li.bl-bg a.pricing-btn{color: #003767; border: 2px solid #003767; }
li.or-bg a.pricing-btn{color: #f96332; border: 2px solid #f96332;}



.heading-aera{margin-bottom: 30px;}
.heading-aera h1{font-family: 'ArcherPro Bold';font-size: 28px;font-weight: 800;padding: 10px 0px;position: relative;color: #000;text-align:  center;margin: 0;}
.heading-aera p{color: #000;font-size: 14px;font-weight: 400;letter-spacing: 1px;text-align: center;line-height: 30px;}
.list-group-horizontal{
	-ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
	margin-bottom:0 !important;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.pricing-table-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 27px;
  padding-top: 50px; }

.pricing-plans-tab {
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 38px; }
  .pricing-plans-tab .list-group-item-action {
    width: auto;
    background-color:#6cb33f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px; }
    .pricing-plans-tab .list-group-item-action.active {
      background: #003767;
      color: #fff;
      border: none; }

.pricing-tab-content {
  padding-top: 35px;
  padding-bottom: 35px; }
  .pricing-tab-content .tab-pane.active {
    -webkit-animation: slide-down 0.6s ease-in-out;
            animation: slide-down 0.6s ease-in-out; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.pricing-card {
  text-align: center;
  border: none;
  border-radius: 4px;
  margin-bottom: 28px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #000; 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .pricing-card .card-body {
    padding: 60px 35px 45px; }
  .pricing-card-highlighted, .pricing-card:hover {
    background-color: #003767;
    color: #fff;
    z-index: 1; }
    @media (min-width: 768px) {
      .pricing-card-highlighted, .pricing-card:hover {
        margin: -32px -14px;
        padding: 32px 14px; } }

.pricing-plan-title {
  font-size: 18px;
  color: inherit;
  margin-bottom: 6px;
  font-weight: normal; }

.pricing-plan-cost {
  font-size: 40px;
  color: inherit;
  font-weight: bold;
  margin-bottom: 41px; }
.pricing-plan-cost .currency { font-size: 17px; }

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.67;
  margin-bottom: 47px; }

.pricing-plan-purchase-btn {
  color: #000;
  background-color: #fff;
  border-color: #F0F0F0;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  .pricing-plan-purchase-btn:hover { color: #003767; }
  
  
/* Stripe Blue outline on focus */
.StripeElement--focus {
	border-color: #80BDFF;
	outline:0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* Can't see what I type without this */
#card-number.form-control,
#card-cvc.form-control,
#card-exp.form-control {
	display:inline-block;
}

/*
@media only screen and (min-width : 480px) {
}

@media only screen and (min-width : 768px) {

}


@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}




@media only screen and (max-width : 1199px) {


}

@media only screen and (max-width : 991px) {

}

@media only screen and (max-width : 767px) { 


}

@media only screen and (max-width : 480px) {

.form-group-wrapper{margin-bottom: 4px !important;}
}*/

