
.footer-social {
    margin-top: 0px;
    padding-bottom: 20px;
}

.footer-widget ul.list-arrow li {
    width: 100%;
    float: none;
}

.footer-top .footer-box {
    min-height: 200px;
}

.page-box {
    min-height: 100px;
    clear: both;
}

.icon-check {
    font-family: FontAwesome;
    content: "\f05d";
    margin-right: 10px;
    color: #3a5371;
}

section, .section-padding {
    padding: 30px 0;
    position: relative;
}

.plan li > ul {
    padding: 0 20px;
    margin-bottom: 0;
}

.icon-big {
    font-size: 30px; 
    color: white;
}

.widget.box.red {
    background: #3a5371 !important;
    color: #fff;
}

.banner-area
{
    margin-bottom: 30px;
}

.latest-post {
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn-dark {
    border: solid 1px #fff;
}

.text-white {
    color: white;
}

.parallax {
  
    /* Set a specific height */
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.sticker-1 {
    z-index: 10000000;
    position: relative;
  }


@media (max-width: 767px) {
.top-social {
    display: none;
}
}

.button-enable {
    background-color: lightgrey !important; 
    color: #fff  !important;
}
