body {
  color: #000!important;  
}

.ts-color {
  background-color: #2C98F0;
}

.vert {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header-clear {
  padding-top: 50px;
}

#intro-1 {
  padding-top: 100px;
  height: 75vh;
}

.lg-icon {
  font-size: 4em;
}

.box {
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.top-nav-collapse {
    background-color: #24355C;
}

.month {
  font-size: .4em;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #2c98f0;
    color: #fff;
}

.down-arrow {
    text-align: center;
}

.down-arrow img {
    margin: 0 auto;
    max-height: 60px;
  margin-top: 3em;
}


/*************
ACCORDIAN
*************/

/* Form Style */
a:hover,a:focus{
  text-decoration: none;
  outline: none;
}

#accordion .panel{
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 5px;
}

#accordion .panel-heading{
  padding: 0;
  border-radius: 0;
  text-align: center;
  border: none;
}

#accordion .panel-title a{
  display: block;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #2C98F0;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a:hover{
  background: #186cb1;
}

#accordion .panel-title{
  margin-bottom: .3em;
}

#accordion .panel-body{
  font-size: 14px;
  color: #444;
  background: #fff;
  padding: 15px 20px;
  line-height: 25px;
  border: none;
  position: relative;
}


#accordion .panel-body:after{
  content: "";
  position: absolute;
  top: -30px;
  left: 40px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}




@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #24355C;
  }

}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #24355C;
  }
  
    
  .h1-reponsive {
    font-size: 1.5em;
  }
}

.card-icon {
  height: 20px;
}

.view-2 {
    position: relative;
    cursor: default;
}

.bg-grey {
    color: #fff;
}

.bg-grey {
    background-color: #3d474d;
}

.fs-22 {
    font-size: 22px;
}

.c-grey3 {
    color: #ced5d9;
}

.bg-grey h1, 
section h3,
#best-features h1,
.heading-text{
    font-size: 2em;
    margin-bottom: 40px;
    font-weight: 300;
}

.head-padding {
  padding-top: 80px!important;
}




.pricing-card .option {
    padding: 2.5rem;
    margin-bottom: 0;
    font-weight: 500;
}


.pricing-card .price .number {
    font-size: 5rem;
    padding: 1.5rem;
    font-weight: 300;
}

.pricing-card .price .number:before {
    content: "$";
    position: absolute;
    font-size: 1.88rem;
    margin-left: -1.2rem;
    margin-top: .7rem;
}

.pricing-card .price .number:after {
    content: "/mo";
    position: absolute;
    font-size: 1.88rem;
    margin-top: 3rem;
}

.soft {
  background-color: #f7f7f7!important;
}

.p-link {
    font-weight: bold;
}

.p-link a {
    color: #fff;
    text-decoration: underline;
    background-color: #4285f4;
    padding: 5px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.p-link a:hover {
  color: #4285f4;
  background-color: #f8f8f8;
  text-decoration: none;
}

.help-icon {
  font-size: 4em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7em;
    padding-left: .7em;
}

@media (min-width: 850px) {
.bg-grey h1, 
section h3,
#best-features h1,
.heading-text{
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 300;
}  

}