/* Add here all your css styles (customizations) */

html{    background-color: #f7f7f7;}

.top-bar-text{    color: black!important;
    font-size: 13px!important;
    text-transform: none!important;
    font-weight: 500;}
	

.banner-heading{
    color: white!important;
    font-size: 60px!important;
    font-weight: 500;
    text-align:center;
    padding-top: 50px;
    }
	
.banner-text{color: white!important;
    text-align:center;}
	
.banner-btn{text-align:center;
}


.features-heading{    color: black;
    font-weight: 500;
    font-size: 24px;}
	
	
.features-text{    font-size: 16px;
    color: black!important;}
	
	
.footer-bg{background-color:#05276e!important;}


.custom-width{width:100%;}

.tab-content>.active {
    display: contents!important;
}

body{overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */}
  
.help-text{color:black!important}

.help-text:hover{color:#fba930!important}



ul.client-ul {
  list-style-type: none;
 
  overflow: hidden;
 
}

li.client-area {
  float: left;
}

.nav-menu{    position: relative;
    top: 35px;}

.navbar-nav>li{padding-right: 10px;}	
	
@media (max-width: 780px) {
	.nav-menu{    position: relative;
    top: 0px;}
}

.font-weight-extra-bold, .font-weight-black {
    font-weight: bold !important;
    font-size: 32px;
}

b.who-we-are-text {
    color: #00226f;
}

h2.heading-font{font-size:32px;}

p.main-text{font-size: 14px;}


img.feature-icons{
	    width: 110%;
    position: relative;
    top: 6px;
    left: 16px;}
	
h4.feature-heading{font-size:24px;}

p.feature-text{font-size: 14px;}

h3.plan-heading{font-size:24px;}



//Pricing Table
* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* box-shadow: 2px 4px black; */
  box-shadow: -2px 1px #0000001a;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #020a6f;
  color: white;
  font-size: 22px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-size: 13px;
}

.price .grey {
  background-color: #f0f8ff;
  font-size: 20px;
}

.button {
  background-color: #7fb2e3;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button:hover {
  background-color: #6c9bc7;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.call-to-action .call-to-action-content {
    text-align: center;
    width: 70%;
    margin-left: 3%;
    padding-top: 50px;
}

.align-left {
    text-align: left !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.ml-none {
    margin-left: 0 !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

html .heading-light, html .lnk-light, html .text-color-light {
    color: #ffffff !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.call-to-action p {
    font-size: 20px;
    color: white;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.call-to-action .call-to-action-btn {
    width: 22%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    left: auto;
    right: 25px;
}

.banner-heading2{font-size: 40px;}

.padding-top{padding-top:10px;}

.journal-image{width:100%;}

.j-h{font-size: 30px;
    color: #02267f;}

a.jh-a{color:#02267f;}

.mb-5, .my-5 {
    margin-bottom: 6rem!important;
}


@media (max-width: 778px) {
.banner-heading2{font-size: 20px;}	

.call-to-action p {
    font-size: 14px;
   
}

.call-to-action .call-to-action-btn {
    width: 19%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    left: auto;
    right: 78px;
}
}




@media (max-width: 650px) {
img.feature-icons {
    width: 16%;
    position: relative;
    top: 6px;
    left: 16px;
}

}