.footer-main .topfoot {
    border-radius: 8px 8px 0px 0px;
    background: #0C0B0B 0% 0% no-repeat padding-box;
    padding: 10px;
}

.footer-main .topfoot .topfootbd {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.footer-main .topfoot .topfootbd .poptext {
    font-weight: normal;
    font-size: 15px;
    color: #e3a54d;
    margin-bottom: 10px;
}

.footer-main .footer2 {
    background-color: #000;
    padding: 30px 0px 0px 0px;
}

.footer-main .footer2 .foot2in {
    padding: 0px 10px 30px 13px;
    background: #0C0B0B 0% 0% no-repeat padding-box;
}

.footer-main .footer2 .menutitle {
    font-weight: 500;
    font-size: 12px;
    color: #f49206;
    margin-bottom: 20px;
}
.footer-main .footer2 .foot2in .menusdiv .menus a {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #fff !important;
    text-decoration: none;
}

.footer-main .footer2 .foot2in .menusdiv .menus {
    margin-bottom: 10px;
}

.footer-main .footer2 .foot2in .colwidth {
    width: 20% !important;
}

.footer-main .footer2 .foot2in .adddtextt {
    font-size: 13px;
    margin-bottom: 0px;
    color: #9a9a9a;
}

.footer-main .footer2 .foot2in .addicon {
    width: 14px;
    margin-right: 5px;
    margin-top: -2px;
}

/* ------------------------------------------- */
.footer-main .footer2 .foot3in .menusdiv .menus a {
    font-weight: normal !important;
    font-size: 12px !important;
    color: #fff !important;
    text-decoration: none;
}

.footer-main .footer2 .foot3in .menusdiv .menus {
    margin-bottom: 10px;
}

.footer-main .footer2 .foot3in .colwidth {
    width: 20% !important;
}

.footer-main .footer2 .foot3in .adddtextt {
    font-size: 13px;
    margin-bottom: 0px;
    color: #9a9a9a;
}

.footer-main .footer2 .foot3in .addicon {
    width: 14px;
    margin-right: 5px;
    margin-top: -2px;
}

/* ------------------------------ */

.footer-main .footer3 .adddivvvv .img_holder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main .footer3 .adddivvvv .footlogo {
    width: 80%;
}

.footer-main .footer3 .addtext {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
}

.footer-main .footer3 .addicnn {
    width: auto;
    height: 18px;
    margin-right: 7px;
}

.footer-main .footer3 .foot-menus .divtti {
    position: relative;
    font-size: 16px;
    color: #ed9b26;
    margin-bottom: 15px;
}
.footer-main .footer3 .foot-menus .divtti::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 13px;
    background: #fff;
    left: -10px;
    bottom: 3px;
}

.footer-main .footer3 .foot-menus .menus {
    margin-bottom: 7px;
}

.footer-main .footer3 .foot-menus .menus a {
    color: #fff;
    text-decoration: none;
}

.footer-main .footer3 .foot-menus .menus .icon {
    width: 19px;
    margin-right: 10px;
}

.footer-main .footer2 .copyrightvdiv {
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 78% 111% 0 0 / 100% 100% 0 0;
}

.footer-main .footer2 .wave {
    position: absolute;
    top: -20px;
    /* Adjust this to move the wave up or down */
    left: 0;
    width: 100%;
    height: 60px;
    /* Adjust height if needed */
}

.footer-main .footer2 .cpytext {
    margin-bottom: 0px;
    font-size: 13px;
    color: #000;
    padding-top: 15px;
    /* Adjust padding to add space between text and wave */
}

.footer-main .footer2 .cpytext a {
    color: #000;
}


@media (min-width:0px) and (max-width:767.98px) {
    .footer-main .footer2 .foot2in .colwidth {
        width: 50% !important;
    }

    .footer-main .footer3 .adddivvvv .footlogo {
        height: 41px;
        width: auto;
    }

    .footer-main .footer3 .addtext {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .footer-main .footer2 .cpytext {
        font-size: 11px;
    }


    .footer-main .footer3 .adddivvvv .img_holder {
        width: 90px;
        height: 90px;
    }

    .footer-main .foot-menus {
        margin-left: 20px;
    }
    .footer-main .footer2 .cpytext a{
        font-size: 11px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-main .footer3 .adddivvvv .footlogo {
        height: 56px;
        width: auto;
    }

    .footer-main .footer3 .adddivvvv .img_holder {
        width: 120px;
        height: 120px;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .footer-main .footer3 .foot-menus .divtti {
        font-size: 14px;
    }

    .footer-main .footer2 .cpytext {
        font-size: 12px;
    }

    .footer-main .footer3 .adddivvvv .img_holder {
        width: 100px;
        height: 100px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {}