#afc_sidebar {
    position: fixed;
    bottom: 1%;
    left: 12%;
    width: 400px;
    margin: 0px 0px 0px 0px;
    z-index: 999999;
    padding: 10px;
    color: #fcb42d;
}
#afc_sidebar {
    position: fixed;
    bottom: 0%;
    left: 14%;
    width: 400px;
    margin: 0px 0px 0px 0px;
    z-index: 999999;
    padding: 10px;
    color: #00dd90;
    font-family: Bree Serif;
}

#afc_sidebar {
    background: transparent !important;
}
#afc_sidebar {
    padding: 15px 35px !important;
}
#afc_sidebar h1 {
    color:#00dd90;
    font-size: 45px;
    font-weight: 600 !important;
    font-weight: normal; 
    letter-spacing: 0.5px;
}
.float_a img {
    width: 22px;
}

.float_a, .float_b, .float_c {
    cursor: pointer;
    position: fixed;
    top: auto;
    right: auto;
    left: 30px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00dd90;
    box-shadow: 0 4px 5px -1px rgb(0 0 0 / 50%);
    font-size: 24px;
    color: #fff;
    display: none;
    z-index: 999998;
}

.float_a, .float_b, .float_c {
    display: flex;
}

.float_b {
    left: 10%;
    align-items: center;
    justify-content: center;
}

.float_a {
    left: 18px;
    align-items: center;
    justify-content: center;
}

.float_c {
    left: 52%;
    align-items: center;
    justify-content: center;
}

.footer-whatsapp {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
    .float_b {
        display: flex;
        left: 42%;
    }
    #afc_sidebar {
        display: none;
    }
}

@media (min-width: 1200px) {
    .float_b {
        left: 7%;
    }
    #afc_sidebar {
        left: 10%;
    }
}

.callback-form {
    box-shadow: 0 0 14px rgba(82,85,90,0.1);
    background: #fff;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.changing {
    animation: zoomIn 0.5s ease-in-out; /* Apply zoom-in animation */
}

@media (min-width: 1400px) {
    .services-section .card-style2 {
        height: 275px;
    }
}

.services-section i {
    font-size: 60px;
    color: #00dd90 !important;
    line-height: 1;
    margin-bottom: 17px;
    display: inline-block;
}

.algo-icon {
    height: 70px;
    width: 70px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

li a.login_btn {
    color: #fff !important;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 15px;
    border: 1px solid #fff;
}

.fixedHeader a.login_btn {
    color: #fff !important;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 15px;
    border: 1px solid #fff;
}

.scrollHeader a.login_btn {
    color: #282b2d !important;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 15px;
    border: 1px solid #282b2d;
    font-weight: 700 !important;
}

@media (min-width: 1200px) {
    .navbar-nav>li>a {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .min-height-for-feedback {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {
    .min-height-for-feedback {
        min-height: 290px;
    }
}

@media (min-width: 1400px) {
    .min-height-for-feedback {
        min-height: auto;
    }
}
