footer {
    background-color: #eefffd;
    padding-top: 0px !important;
    color: #2E2E2E;
}


footer a {
    text-decoration: none;
    color: #2E2E2E;
    font-size: 18px;
    margin-bottom: 30px;

}
footer ul{
    list-style: none;
}
/* footer .box{
    width: 250px;
} */

footer h6{
    font-size: 24px;
    text-transform:capitalize !important;
}

footer p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 31px;
}

footer .logo img {
    width: 180px;
}
footer .social i {
    color: #0BBAA3 !important;
}
p.location {
width: 280px;
max-width: 100%;
}
footer .social {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-right: 8px;
    background: rgba(164, 247, 195, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0BBAA3 !important;
    text-decoration: none;
    border-radius: 50%;
}

footer .social:last-child{
    margin-right: 0 !important;
}

footer ul{
    padding-left: 0;
}

footer .btn_skyblue {
    background-color: rgba(11, 186, 163, 70%);
    border-radius: 12px;
    color: #fff;
}

/* footer .box {
    width: 200px;
} */

footer .input .btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

footer .input input {
    padding-right: 50px;
    border: none;
    height: 44px;
}

footer p i {
    color: #0BBAA3;
}
/* footer .box p:nth-child(2),
footer .box p:nth-child(3){
    font-size: 16px;
} */
footer ul {
    width: 260px;
}
footer ul img{
    width: 80px;
}
footer .copyright {
    margin-left: 0 !important;
    margin-top: 12px !important;
}
footer .box {
    margin-top: 54px !important;
}
footer .box:nth-child(1){
    margin-top: 0 !important;
}
footer .container{
    margin-top: 32px !important;
}


/*   QASIM CSS FOR FOOTER    */

.footer-middle-menu-block{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.footer-middle-menu-block-single{
    margin: 0% 5%;
    width: 100%;
}
.footer-menu-middle {
    margin-top: 35px;
    margin-bottom: 40px;
}
.footer-menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
ul.width-2 {
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
}
ul.width-3 {

}
footer ul li a{
    font-size: 18px;
}
.footer-menu-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    @media (max-width: 1600px){
        .footer-middle-menu-block-single {
            margin: 0% 0%;
            width: 100%;
        }
        ul.width-2 {
            max-width: 100%;
            min-width: 100%;
            max-height: 500px;
        }
    }
    @media (max-width: 1400px){
        .footer-middle-menu-block-single {
            margin: 0% 0%;
            width: 100%;
        }
        ul.width-2 {
            max-width: 100%;
            min-width: 100%;
            max-height: 500px;
        }

    }

    @media (max-width: 1199.98px){
    .footer-middle-menu-block-single {
        margin: 0% 0%;
        width: 100%;
    }
    ul.width-2 {
        max-width: 100%;
        min-width: 100%;
        max-height: 500px;
    }
    footer ul li a{
        font-size: 16px;
    }
    }
    @media (max-width: 768px){
        .footer-middle-menu-block-single {
            margin: 0% 0%;
            width: 100%;
        }
        .footer-middle-menu-block {
            flex-direction: column;
        }
        ul.width-2 {
            max-width: 100%;
            min-width: 100%;
            max-height: 100%;
            margin-bottom: 10px;
        }
        footer ul li a{
            font-size: 15px;
        }
        }
        /* @media (max-width: 450px){
            .footer-middle-menu-block-single {
                margin: 0% 0%;
                width: 100%;
            }
            .footer-middle-menu-block {
                flex-direction: column;
            }
            ul.width-2 {
                max-width: 100%;
                min-width: 100%;
                max-height: 100%;
                margin-bottom: 10px;
            }
            footer ul li a{
                font-size: 15px;
            }
            } */
            .show-more-btn{
                text-align: center;
                margin: 5% 0%;
            }
            .show-more-btn a{
                text-decoration-line: none;

            }
            .show-more-btn div{
                position: relative;
                top: -40px;
                z-index: -2;
            }




            .collapsible {
            }

            .collapsible .content {
            display: none;
            overflow: hidden;

            }



        /*chat css*/


        .new_header_das {
            position: fixed;
            right: 0;
            bottom: 0;
            min-height: 206px;
            min-width: 100px;
        }

        .new_header_das .fa-commenting-o {
            font-size: 32px;
            background: rgb(11 186 163 / 75%);
            color: #fff;
            border-radius: 100%;
            padding: 12px;
            cursor: pointer;
            transform: translate(123%, 0);
            transition: 0.3s;
            opacity: 0;
            position: absolute;
            bottom: 16px;
            right: 8px;
        }

        .new_header_das .commenting_show {
            transform: translate(0, 0);
            transition: 0.3s;
            opacity: 1;
        }

        .chat_icons_dis .whatapp_float {
            right: 0 !important;
            transform: translate(100%, 0);
            transition: 0.3s;
        }


.whatapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 161px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 62px;
}


        .new_header_das .fa-close {
            position: absolute;
            top: 0;
            left: -9px;
            background: #3b525a;
            color: #fff;
            padding: 5px;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            line-height: 11px;
            transform: translate(0%, 0);
            transition: 0.3s;
            pointer-events: auto;
            opacity: 1;
            cursor: pointer;
        }

        .chat_icons_dis .fa-close {
            transition: 0.3s;
            pointer-events: none;
            opacity: 0;
            transform: translate(100%, 0);
        }


        .chat_icons_dis .fb_dialog_content iframe {
            right: 10px !important;
            margin: 0 !important;
            transform: translate(100%, 0);
            transition: 0.3s;
        }

        .newlyyy#hubspot-messages-iframe-container {
            transform: translate(10px, 0);
            right: 0 !important;
            transition: 0.3s;
            pointer-events: auto;
        }

        #hubspot-messages-iframe-container {
            transform: translate(100%, 0);
            transition: 0.3s;
            pointer-events: none;
        }

        /*end chat css*/
