/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.flex-1 {
    flex: 1;
}
.full-width {
    width: 100%;
}
.ac-item .benifits-list li {
    margin-bottom: 20px;
    display: block;
}
.ac-item .benifits-list li::before {
    display: none;
}
.ac-item.ac-active .benifits-list li::before {
    display: initial;
}
.ac-content.function-content p.p1 strong {
    color: #007bff !important;
}

.netwiz--social-sharing {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 10;
}

.mobile-navbar {
    padding: 10px;
}

.mobile-navbar .netwiz--item {
    text-align: center;
}

.mobile-navbar .netwiz--item .fa,
.mobile-navbar .netwiz--item .fas,
.mobile-navbar .netwiz--item .fab {
    font-size: 30px;
}

.mobile-navbar .fa-google-plus-square,
.mobile-navbar .fa-youtube-square,
.mobile-navbar .fa-google-plus,
.mobile-navbar .fa-youtube {
    color: #cc3333;
}

.mobile-navbar .fa-envelope {
    margin-top: -2px;
}

.mobile-navbar .fa-envelope {
    color: #cc3333;
}

.mobile-navbar .fa-linkedin-square,
.mobile-navbar .fa-linkedin {
    color: #2196f3;
}

.mobile-navbar .fa-facebook-square,
.mobile-navbar .fa-facebook {
    color: #2196f3;
}

.mobile-navbar .netwiz--item .fa-instagram {
    color: #fff;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
}

.mobile-navbar .fa-phone-square,
.mobile-navbar .fa-phone {
    color: #2196f3;
}

.mobile-navbar .fa-twitter-square,
.mobile-navbar .fa-twitter-square {
    color: #38a1f3;
}

.mobile-navbar .fa-whatsapp,
.mobile-navbar .fab.fa-whatsapp,
.mobile-navbar .fa.fa-whatsapp {
    color: #fff;
    background-color: #25d366;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
}

.mobile-navbar .btn-primary:hover {
    background-color: #37a5ff;
}

@media only screen and (max-width: 768px) {
    .mobile-navbar .contact-us .btn {
        width: 50%;
    }
}
