
section.pricing {
   
    background-color: #dee9ef;
  }

  .footer ul{
    list-style: none;
  }

.footer ul {
  padding-left: 0px;
}
  .footer ul li a{
    color: white;
  }

 .footer ul li a:hover{
  color: #83c5f3;
  cursor:pointer;
  text-decoration: none;

 }

#mc_embed_signup button {
    
    background-color: #5B90E0!important;
    color: white;
    padding: 5px 15px;
    font-size: 18px;
    
    border: none;
    border-radius: .25rem;
    
}
#mc_embed_signup {

margin-left: -20px;

}

.footer .social img{
    background: white;
    border: 0;
    padding: 5px;
}






.footer .social .icons a{

  font-size: 28px;
  color: white;
  text-decoration: none;

}

.footer .social .icons a{

  font-size: 28px;
  color: white

}

.copy{
    background-color: #0c4161;
    padding-top: 10px;
    color: white;
}


.faq .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .faq .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .faq .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

    .faq .panel-title {
      background-color: #F5F5F5;
    padding: 8px 15px;
    }

    

    .faq button{
      color:black;
    }
    .faq button:hover{
      color:black;
      text-decoration: none;
    }

    
    .top-header{
      background-color: #B3DEF7;
      padding-top:5px;
      padding-bottom:5px;
      height: 33px;
    }

    .top-header span a {
     color: black;
    }

     .top-header span a:hover {
     color: black;
     text-decoration: none;
    }



.center-menu a{
color: black;
}

.center-link{
  margin:0 auto;
}

.center-link a{
  color: #0173b5!important;
  font-weight: 600;
 
}

/* .center-link a:hover{
  background-color: #dfdfdfa3;

} */

.center-link a {
    width: 100px;
    text-align: center;
    background-color: #4495BD;
    color: white!important;
 /*   border-top-left-radius: 12px;
    border-top-right-radius: 12px;*/
    border-radius: 10px;
}



.center-link li{
  margin-left: 15px;
}

.center-link a:hover {
    background-color:#751B1A;
}

.header.d-sm-block {
height: 100px;
}

.dropdown-menu a {
    width: 100%;
    background-color: #4495BD;
    border-radius: initial;
    text-align: left;  
}


.dropdown-menu a:hover { 
    background-color:#751B1A;
}

.dropdown-menu { 
padding: 0px;
}

.activedown { 
    background-color:#751B1A!important;
}