@import url('msme.css');

* {
    /*resolutionchanges*/
    /*padding: 0;
    margin: 0;*/
    font-family: 'open-sans', sans-serif;
}
/*body,html
{
    overflow-x:hidden;
}*/
.msme_header img {
    width: 55%;
}
/*saritha --removed img changes form zoom input zoom output cause added button changes*/
/*.alphabets img {*/
/*width: 18px;
    margin: 0px 3px;*/
/*}*/
.alphabets button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.language .form-select {
    font-size: 14px;
    margin: 0px 10px;
}

.language .form-label {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.lang_bx p {
    margin-bottom: 0px !important;
}

.form-select option:hover {
    background-color: #ffe2b6 !important;
}

.login .btn {
    color: #fff;
    background: #4B2300;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 19px;
    padding: 5px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

    .login .btn:hover {
        color: #fff !important;
    }

@media(max-width:991px) {
    .login {
        margin-bottom: 6px !important;
    }
}

.btn:first-child:active {
    border: none;
}

.nav_section {
    background: transparent linear-gradient(95deg, #FFE8A7 0%, #FFDCBE 100%);
    box-shadow: 0px 3px 6px #00000029;
}

.msme_nav ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.sd_dropdown_toggle_v {
    position: relative;
}

.sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
.sd_dropdown_toggle_v {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v:hover {
        background-color: #FFE2B6;
    }

.sd_main_nav_ul_section li .sd_nav_a_v {
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.sd_dropdown_toggle_v {
    position: relative;
}

.sd_main_nav_ul_section li .sd_nav_a_v.active::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: 0%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
}

.sd_main_nav_ul_section li .sd_nav_a_v:hover::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: 0%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
}

.sd_dropdown_toggle_v:hover::before {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: -20%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
}






/*.dropend .dropdown-toggle {
   
}

.dropdown-item:hover {
    background-color: #fff;
    color: #000;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}*/


.msme_nv_navtag {
    --bs-navbar-padding-y: 0px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    margin-top: 0px !important;
}

.dropdown-item:hover {
    /*background-color: #FFDCBE;*/
    background-color: #FFDCBE;
    color: #000;
}

.dropdown-items:hover {
    /*background-color: #FFDCBE;*/
    background-color: #FFDCBE;
    color: #000;
}



.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%; /* Move the submenu outside the main menu */

    margin-top: -1px;
    margin-left: -1px;
}

.msme_box, .apmsme_box {
    transition: transform .2s;
}

    .msme_box:hover, .apmsme_box:hover {
        transform: scale(1.1);
    }
/* * 2. Hover Behavior (Desktop Only)

 * Enable hover only for devices that support it (generally large screens)

 */
@media screen and (min-width: 992px) { /* Adjust based on Bootstrap's 'lg' breakpoint */

    .dropdown-submenu:hover > .dropdown-menu {
        display: block; /* Show menu on hover */
    }



    /* Ensure the main menu stays open when hovering over a submenu */

    .dropdown > .dropdown-menu {
        display: block;
        opacity: 0;
        /* visibility: hidden;*/
        display: none;
        transition: visibility 0s, opacity 0.2s linear;
    }



    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        /* visibility: visible;*/
        display: block;
    }
}




/* * 3. Mobile/Small Screen Adjustment (Click Only)

 * On small screens, stack the menu items vertically and remove absolute positioning

 */

@media screen and (max-width: 991px) {

    .dropdown-submenu .dropdown-menu {
        position: static !important;
        float: none !important;
        margin-top: 0;
        margin-left: 0;
    }

    .msme_togler {
        margin: 5px 0px;
    }

    .lang_bx {
        margin-bottom: 5PX;
    }

    .msme_header img {
        width: 80%;
    }
}




@media(min-width:1037px) and (max-width:1154px) {
    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        color: #000;
        font-size: 12px !important;
        font-weight: 600;
    }
}

@media(max-width:992px) and (max-width:999px) {
    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        color: #000;
        font-size: 10px !important;
        font-weight: 600;
    }
}

@media(max-width:767px) {
    .msme_nv_navtag {
        padding-top: 3px !important;
    }

    .msme_header img {
        width: 60%;
    }
}

@media(max-width:564px) {
    .msme_header img {
        width: 90%;
    }
}

.nvbr-ul a {
    font-size: 14px;
}

.navbar-nav ul li a {
    border-bottom: #ccc solid 1px !important;
}


@media(max-width: 991px) {
    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v, .sd_dropdown_toggle_v {
        font-size: 14px !important;
    }
    /*saritha 12/13/2025 for zoom input zoom out*/
    @media screen and (max-width: 991px) {
        .mobile-search-items, #nav-search-top-desktop {
            display: none !important;
        }

        .navbar-toggler {
            border: var(--bs-border-width) solid #fff !important;
        }
        /*#main_logo_top_section #nav-search-top, .font_size_increase_button, #fontsizenavincrease, .desktop_gtranslate_wrapper {
            display: none !important;
        }*/
        .nav_sect .navbar .desktop-login-btn {
            display: none;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        .navbar-brand {
            color: #fff !important;
        }

        .heading {
            font-size: 16px;
            background-size: 30% 100%;
            padding: 13px 0 10px 21px;
        }

        .nav-item a.active1::after {
            border: none;
        }

        .navbar-nav ul li a {
            border-bottom: #ccc solid 1px !important;
            white-space: normal !important;
        }
    }
}



/*.nvbr-ul .dropdown:hover .dropdown-menu {
    display:block;
}*/
/* marquee-section */

.marquee_sec {
    background: transparent linear-gradient(95deg, #FFE8A7 0%, #FFDCBE 100%);
}

.updates span a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

/* cards-section */

.cards_section {
    background-color: #fffdf0;
}

.msme_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    /* border: 1px solid #7A3900;*/
    border-radius: 23px;
    height: 270px;
}

.msme_sec img {
    width: 100px;
    padding-bottom: 30px;
}

.msme_sec p {
    font-size: 45px;
    font-weight: 600;
    color: #4B2300;
}

.msme_sec span {
    font-size: 14px;
    color: #4B2300;
}
/*  changes by saritha form udyam dynamic value changes*/
.msme_sec p span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.mole img {
    width: 50px;
}

.industrial img {
    padding-bottom: 20px;
}
/* quicklinks */

.quick_section {
    /* background: transparent linear-gradient(119deg, #FFF2CD 0%, #FFECD5 100%);*/
    background-color: beige;
}

.apmsme_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7A3900;
    border-radius: 23px;
    box-shadow: 0px 3px 36px #00000029;
}

.apmsme img {
    width: 100px;
}

.map img {
    width: 220px;
}

.quick {
    position: relative;
}

    .quick::after {
        content: '';
        border-bottom: 4px solid #000;
        border-radius: 25px;
        width: 10%;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: normal;
    }








.apmsme_box1 {
    background: #f8f9fa 0% 0% no-repeat padding-box;
    border: 1px solid #7A3900;
    border-radius: 23px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bocx1 .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3%;
    z-index: 10;
    border-radius: 50%;
    background: #E8E8E8 !important;
    box-shadow: 0px 3px 10px #00000029;
    border: none;
    padding: 6px 8px;
    opacity: 1;
}



.bocx1 .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3%;
    z-index: 10;
    border-radius: 50%;
    background: #E8E8E8 !important;
    box-shadow: 0px 3px 10px #00000029;
    border: none;
    padding: 6px 8px;
    opacity: 1;
}

.apmsme1 img {
    width: 180px;
}
/* success-section */

.success,
.quick {
    font-size: 24px;
    font-weight: 600
}

.success_sec {
    /* background-image: url(../img/);*/
    background-image: url('../Asset_updated/img/Group 14433.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 100px;*/
}

.ss-imagebox {
    /* box-shadow: 0px 3px 6px #00000080;
        border: 7px solid #FFFFFF;
        border-radius: 28px;*/
}

    .ss-imagebox img {
        width: 100%;
        object-fit: cover;
    }
/*.ss-imagebox img {
            width: 100%;
            border-radius: 16px;

        }*/

.ss-text h5 {
    font-weight: 600;
    /* text-align:center;*/
    font-size: 24px;
    margin-top: 15px;
}

.success_rw {
    background: #F7F7F7;
}

.ss-text p {
    font-size: 14px;
}

.ss-text {
    height: 300px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 3px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

.view-box a {
    text-decoration: none;
}

.ms-view-more-btn {
    padding: 4px 14px;
    background: #4B2300 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

    .ms-view-more-btn:hover {
        background: #4B2300 0% 0% no-repeat padding-box;
        color: #fff;
    }

.success_indicators {
    bottom: -50px !important;
}

.sucessstry-carousel .carousel-indicators button {
    background-color: #000000;
    border-top: none !important;
    border-bottom: none !important;
    height: 8px !important;
    width: 8px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 10px;
}

.success {
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
}

    .success::after {
        content: '';
        border-bottom: 2px solid #000;
        border-radius: 25px;
        width: 15%;
        position: absolute;
        bottom: -10px;
        left: 10%;
        transform: translateX(-50%);
        font-weight: normal;
    }

/* Footer-section */

.footer_section {
    background: transparent linear-gradient(108deg, #4B2300 0%, #000000 100%);
}

.contact h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0px !important;
    position: relative;
}

.contact ul li {
    list-style-type: none;
}

    .contact ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

.contact h5::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #fff;
    border-radius: 25px;
    width: 52%;
    bottom: -10px;
    left: 0%;
    /*transform: translateX(-50%);*/
    font-weight: normal;
}

.ind img {
    width: 60px;
    margin-right: 20px;
}

.india_txt p, .visitors p, .total p {
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #fff;
}

.visitorbox .num {
    font-weight: 600;
    font-size: 16px;
}

.contact .arrow {
    font-size: 16px;
    font-weight: 600;
}

.cpy_rw {
    border-top: 1px solid #fff;
}

.copyright_left p, .right-copy-box p {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.right-copy-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

    .right-copy-box img {
        width: 15%;
        margin-left: 6px;
    }

/* slick-section */

* {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* gallery */

.slick-card-section {
    background-image: url(../img/gallery_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 14;
}

.bocx {
    position: relative;
    z-index: 20;
}

.bocx1 {
    position: relative;
    z-index: 20;
}

.announcement-title {
    text-align: center;
    font-weight: 700;
    padding: 15px 0 24px 0;
}

@media (min-width:991px) {
    .pdr {
        padding-right: 0 !important;
    }

    .pdl {
        padding-left: 0 !important;
    }
}

.slick-img-box {
    padding: 0px 5px;
}

.img-box {
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 4px #00000029;
    /*  border: 1px solid #7A3900;*/
    border-radius: 20px;
    height: 470px;
    /* padding: 10px;*/
}

.cm_image p {
    padding: 0px 5px;
    font-size: 14px;
    height: 65px;
    width: 100%;
    overflow: auto;
}

.read {
    text-align: end;
}

    .read .btn {
        color: #78C841;
        padding: 5px 0px;
    }

        .read .btn:first-child:active {
            color: #78C841;
        }
/*.read span{
        background : #fff;
        padding:20px;
        border-radius:50px
    }*/
.msme_carousel div img {
    /*height: auto;
            max-width:100%;
            display:block;*/
    width: 100%;
}

.slick-img-box .img-box img {
    width: 100%;
    transition: transform 1s;
    padding-bottom: 20px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

/* .slick-img-box:hover img{

    transform: scale(1.1);
  } */
.img-inner-box {
    position: relative;
}

.slick-heading {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    color: #fff;
    font-weight: 500;
    font-weight: 500;
}

.empower_overlay {
    background: rgba(34, 34, 34, 0.43);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 101%;
    width: 101%;
    border-radius: 10px;
}

.a-link {
    background: rgba(255, 255, 255, 0.15);
    border: solid 1px #fff;
    backdrop-filter: blur(7.5px);
    color: #fff !important;
    font-weight: 500;
    border-radius: 60px;
    height: 32px;
    position: absolute;
    bottom: 35px;
    right: 27px;
    z-index: 999;
    overflow: hidden;
    text-decoration: none;
    width: auto;
    max-width: 32px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 1s;
    color: var(--color-white);
}


    .a-link span:first-child {
        white-space: nowrap;
        padding-left: 15px;
    }

.slick-img-box:hover .a-link {
    max-width: 100%;
    width: 80%;
    justify-content: space-between !important;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
}

    .slick-dots li button {
        height: 10px;
        width: 10px;
        border-radius: 50px;
        border: none;
        margin-right: 3px;
        margin-left: 3px;
        background: #B4B4B4 !important;
    }

    .slick-dots li.slick-active button {
        background: #000 !important;
        height: 10px;
        width: 10px;
        border-radius: 50px;
    }

.slick-prev.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -35px;
    z-index: 99;
    background: #fff !important;
    border: none;
    padding: 2px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    position: absolute;
    background: #fff !important;
    border: none;
    opacity: 0;
    z-index: 99;
    padding: 2px;
    transition: opacity 0.5s ease;
}

.bocx:hover .slick-prev.slick-arrow, .bocx:hover .slick-next.slick-arrow {
    opacity: 1;
}

.bocx1:hover .slick-prev.slick-arrow, .bocx1:hover .slick-next.slick-arrow {
    opacity: 1;
}

@media (max-width:991px) {
    .slick-next.slick-arrow, .slick-prev.slick-arrow {
        opacity: 1;
    }
}

@media(max-width:768px) {
    .slick-dots {
        display: none !important;
    }

    .slick-prev.slick-arrow {
        left: 15px !important;
    }

    .slick-next.slick-arrow {
        right: 15px !important;
    }
}


@media(min-width:768px) and (max-width:990px) {
    .ss-imagebox img {
        width: 90%;
    }

    .ss-text p {
        font-size: 15px !important;
    }
}

@media(max-width:576px) {
    .success_indicators {
        bottom: -20px !important;
    }

    .success::after {
        width: 35%;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .success::after {
        width: 25%;
    }
}

@media(max-width:767px) {
    /* .lan {
            justify-content: start !important;
        }*/

    .logbox {
        justify-content: start !important;
        padding: 5px;
    }

    .right-copy-box {
        justify-content: start !important;
    }
}

@media(max-width:991px) {

    .sd_main_nav_ul_section li .sd_nav_a_v.active::after,
    .sd_main_nav_ul_section li .sd_nav_a_v:hover::after,
    .sd_dropdown_toggle_v:hover::before {
        border-bottom: none;
    }

    .contact h5::after {
        width: 10%;
        left: 5%;
    }
}

@media(min-width:991px) and (max-width:1050px) {

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        font-size: 12px !important;
    }
}

/* slick-css */

/*.cm_image .btn {
        box-shadow: 0px 3px 6px #00000029;
        border: 2px solid #000000;
        border-radius: 27px;
        padding: 5px 20px;
    }

        .cm_image .btn:hover {
            border: 2px solid #000000;
        }*/

.gallery {
    position: relative;
}

    .gallery::after {
        content: '';
        border-bottom: 4px solid #000;
        border-radius: 25px;
        width: 7%;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: normal;
    }

/* banner */
/* banner */

.msme_indicator [data-bs-target] {
    width: 17px;
    height: 5px;
    background-color: #242424;
    border-radius: 5px !important;
}

.msme_indicator {
    bottom: -15px;
}

.banner_img img {
    width: 100%;
}

.announcement .btn {
    font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    min-height: 60px;
    margin-left: 7px;
}

    .announcement .btn p {
        margin-bottom: 0px !important;
    }

.announcement img {
    width: 25px;
    margin-right: 5px;
}

.announcement {
    background: #4B2300;
    border-radius: 0px 0px 32px 32px;
    opacity: 65%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(0px);
    padding: 10px;
}

.banner_rw {
    position: relative;
}

.banner {
    position: absolute;
    bottom: 7%;
    right: 3%;
}

@media(min-width:1134px) and (max-width:1300px) {
    .banner_img {
        width: 60%;
    }
}

@media(min-width:991px) and (max-width:1134px) {
    .banner_img {
        width: 60%;
    }
}
/*100vhchanges*/
.msme_carousel div img {
    /*  height: 460px;*/
    height: auto;
}

@media(max-width:1400px) {
    .msme_carousel div img {
     /*  height: 100vh;*/
    }
}
/*end*/
@media(min-width:991px) and (max-width:1134px) {
    .announcement .btn {
        font-size: 8px;
    }
}

@media(max-width:991px) {
    .banner {
        position: relative;
        justify-content: center !important;
        padding: 20px 0px;
        right: 0%;
    }
}

@media(max-width:496px) {
    .announcement .btn {
        font-size: 8px;
        min-height: 0px;
    }
}

@media(min-width:991px) and (max-width:1164px) {
    .map img {
        width: 195px;
    }

    .mole img {
        width: 60px;
    }

    .msme_sec span {
        font-size: 13px;
    }
}

@media(max-width:576px) {
    .view-box {
        text-align: center !important;
    }
}




/* canvas css */

.banner_rw {
    position: relative;
}

.msme-canvas {
    position: absolute;
    left: 0;
    top: 65% !important;
    transform: translateY(-50%) !important;
    height: 142px;
}

@media(min-width:620px) {
    .msme-canvas {
        max-width: 20%;
    }
}

@media(max-width:619px) {
    .msme-canvas {
        max-width: 60%;
    }
}

.msme-canvas-button {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    height: 60%;
    padding: 0;
    padding-right: 14px;
    background: transparent;
    border: none;
    border-left: 1px solid #FFE2B6;
    border-radius: 0 !important;
    z-index: 999;
}

    .msme-canvas-button:hover {
        background-color: transparent !important;
        border-color: #FFDCBE !important;
    }

.msme-span {
    background-color: #FFE2B6;
    display: inline-block;
    height: 24px;
    width: 20px;
    display: flex;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.msme-canvas-body {
    overflow: inherit !important;
    padding: 0 !important;
}

.msme-anouncements {
    height: 150px;
    overflow: auto;
}

.msme-offcanvas-header {
    background: #FFE2B6;
    font-size: 14px;
    padding: 10px 10px !important;
}

    .msme-offcanvas-header h5 {
        font-size: 14px;
    }

.msme-calendar {
    background: #FFE2B6;
    padding: 8px 10px;
    margin-bottom: 8px;
}

    .msme-calendar a {
        text-decoration: none !important;
        color: #000 !important;
        font-size: 14px;
    }

.msme-survey {
    background: #FFE2B6;
    padding: 8px 10px;
}

    .msme-survey a {
        text-decoration: none !important;
        color: #000 !important;
        font-size: 14px;
    }

.msme-anouncements {
    padding: 10px;
    padding-top: 0 !important;
}

    .msme-anouncements p {
        font-size: 14px;
    }

.msme-latest {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.msme-click-here {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 4px 8px;
    margin-bottom: 6px;
}

.msme-new-nav {
    width: 100%;
}

@media(max-width:576px) {
    #chatbotToggle img {
        width: 45px !important;
    }
}
