.navbar {
    background-color: #fff;
    border-radius: 0px;
    border-bottom:2px solid #004d90;
}

.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
    color: #8094c1;
    font-size: 16px;
}
.navbar-nav>li>a {
    line-height: 50px;
    color: #0083ba;
}

.navbar-brand img { max-width: 70px; }
.whyDiv .card {
    padding: 20px 10px;
    min-height: 300px;
}

.font-weight-bold {
    font-weight: 700!important;
    font-family: dosis,sans-serif;
    font-size: 2.5rem;
}
body {
    font-family: 'Open Sans',sans-serif;
}
span {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 6px;
    background:linear-gradient( #004a8d , #008bbf);
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 510px;
}

  .mainText { color: #26283b; }

.btn-info {
    color: #fff;
    background: linear-gradient( #008bbf ,#004a8d);
    border-color: #003f85; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;
}

.btn-info:hover{
    background: linear-gradient( #004a8d, #008bbf ); transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #005899;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: 500;    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;

}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover , .nav-tabs .nav-item.show .nav-link{
    border-color: #0080b7 #0096c8 #0080b7;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}



 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #0080b7 #0096c8 #0080b7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: linear-gradient( #008bbf ,#004a8d);
    color: #fff;
}


.tab-content h4 { font-size: 18px;   line-height: 27px; margin-bottom: 32px; }
.tab-content ul li {
    font-size: 16px;
    line-height: 35px;
    list-style-type: none;
    position: relative;
}
.tab-content ul  li:before  {
    position: absolute;
    content: "\2714";
    width: 0;
    left: -20px;
    height: 0;
    top: 0px;
     
}
 .tab-content ul {margin-left: -20px; }
.footerSection { background-color: #363849; }
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
}

.credits {
    background:linear-gradient( #008bbf ,#004a8d);
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}
.logoPic {
    max-width: 32%;
}

.footerSection a , .footerSection a:hover{ color: #fff; text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.footer p { color: #fff; }
 .footer .faDiv .fa {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    border:1px solid #363849;;
    color: #fff;
    background-color: transparent;
    margin-right: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        background-color:transparent;
}

.footer .faDiv  .fa:hover {  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;border:1px dotted #fff; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.planDiv .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: linear-gradient( #008bbf ,#004a8d);
     border-bottom: none; 
    color: #fff;
}


@media (min-width: 991px){
.navbar:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0px;
    height: 2px;
    width: 30%;
    background-color: #00cff4;
}
}