@charset "utf-8";
/* CSS Document */
body {
    overflow-x: hidden !important;
}

ul:before, ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(.9)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.fadeInLeftSmall {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px) scale(.95)
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-next, .owl-prev {
    background-position: 0 0
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    text-align: center;
    margin-top: 0;
}


.banner {
    overflow: hidden;
}

.banner-image {
    min-width: initial;
    height: 655px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.mainmenu > li:first-child > a {
    padding-left: 0;
}

.banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 2;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.8;
}

.banner-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/banner-shape.png) no-repeat bottom left;
    content: '';
    z-index: 1
}

.banner-image img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.banner .carousel-caption {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    color: #fff;
    text-align: center;
}

.banner .carousel-control-prev, .banner .carousel-control-next {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 59px;
    height: 52px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 30;
    top: 50%;
    margin-top: -20px;
}

.banner .carousel-control-prev {
    background: url(../Images/back.svg) no-repeat center rgba(0,0,0,0.5);
    background-size: 16px;
    left: -100px;
}

.banner .carousel-control-next {
    background: url(../Images/next.svg) no-repeat center rgba(0,0,0,0.5);
    background-size: 16px;
    right: -100px;
}

.banner:hover .carousel-control-prev {
    left: 20px;
}

.banner:hover .carousel-control-next {
    right: 20px;
}

.banner .carousel-caption h2 {
    font-size: 50px;
}

.banner .carousel-caption h5 {
    font-size: 20px;
}

.banner .carousel-caption .btn {
    margin-top: 30px;
}

.search-div {
    color: #fff;
    text-align: center;
}

    .search-div .form-control, .search-div .form-control:focus {
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.6);
        background-color: transparent;
        border-radius: 0;
        text-align: center;
    }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    background-image: url(../Images/Vertical.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../Images/close.svg) no-repeat center center;
    background-size: 100% 100%;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    cursor: pointer;
}

.overlay-door {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .overlay-door.open {
        visibility: visible;
        opacity: 1;
        width: 100%;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px 6px 6px;
    z-index: 500;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .header.fixed-header {
        background: #fff;
        box-shadow: 5px 6px 6px rgba(0,0,0,0.20);
        border-top: 2px solid transparent;
        -webkit-border-image: url("../Images/line2.png") 30 stretch;
        -o-border-image: url("../Images/line2.png") 30 stretch;
        border-image: url("../Images/line2.png") 30 stretch
    }

.header-inner {
    position: relative;
}

.logo {
    float: left;
    margin: 22px 0
}

    .logo img {
        width: 153px;
    }

.header .logo img:nth-child(2) {
    display: none;
}

.header.fixed-header .logo {
    margin: 0;
}

    .header.fixed-header .logo img {
        width: 95px;
        padding-top: 1px;
    }

.header.fixed-header {
    padding: 0px 25px;
}

    .header.fixed-header .logo img:nth-child(1) {
        display: none;
    }

    .header.fixed-header .logo img:nth-child(2) {
        display: block;
    }

    .header.fixed-header .header-right {
        display: none;
    }

    .header.fixed-header .stellarnav {
        padding-top: 0;
    }

        .header.fixed-header .stellarnav li.has-sub > a::after {
            border-top-color: #000;
        }

        .header.fixed-header .stellarnav li a {
            color: #333;
        }

        .header.fixed-header .stellarnav li i {
            color: #333;
        }


        .header.fixed-header .stellarnav ul ul {
            background: #fff;
            box-shadow: 5px 6px 6px rgba(0,0,0,0.20);
        }

        .header.fixed-header .stellarnav li li {
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

.header-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500
}

    .header-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .header-right ul li {
            float: left;
            line-height: 24px;
            font-size: 15px;
        }

            .header-right ul li:after {
                height: 7px;
                width: 7px;
                float: right;
                margin: 9px 10px 0;
                display: block;
                background: rgba(255,255,255,0.24);
                content: '';
            }

            .header-right ul li:last-child:after {
                list-style-type: square;
            }

            .header-right ul li a {
                color: rgba(255,255,255,0.68);
                display: inline-block;
            }

                .header-right ul li a:hover {
                    color: white;
                    transition: 0.5 ease-in;
                }

.section {
    padding: 25px 65px 5px 65px;
}

.w1 h5 {
    font-size: 18px;
    text-transform: uppercase;
}

.w1 .content {
    padding-top: 20px;
}

.w1 [class*=col-]:hover img {
    opacity: 0.9;
}

.w2 {
    background: #f8f8f8;
}

.w2-title h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

    .w2-title h3:after {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 86px;
        content: '';
        background: #3a99d4;
    }

.media {
    text-align: left;
}

.w2 .media img {
    width: 50px;
}

.w2 .media h5 {
    font-size: 18px;
}

.w2 a.d-block {
    border: 5px solid #f8f8f8;
    padding: 12px;
    display: block;
}

.w2 a:hover.d-block {
}

.w2 .col-lg-4 h5 {
    font-size: 18px;
}

.w2 .col-lg-4 h6 {
    font-weight: 400;
    font-size: 18px;
}

.w3 {
    background: url(../Images/bg-shape.png) no-repeat center;
    background-size: cover;
}


.w3-title h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

    .w3-title h3:after {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 86px;
        content: '';
        background: #3a99d4;
    }

    .w3 .info {
        display: inline-block;
        text-align: center;
    }

        .w3 .info h6 {
            margin-bottom: 12px;
            margin-top: 10px;
        }

    .w3 .link {
        color: #3089c0;
    }

.partner-scroll {
    margin-top: 30px;
}

    .partner-scroll h3 {
        font-size: 30px;
        margin-bottom: 0;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 24px;
    }

        .partner-scroll h3:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 86px;
            content: '';
            background: #3a99d4;
        }

.partners {
    position: relative;
    padding: 0 24px;
}

    .partners a {
        text-align: center;
        display: block;
        background: #fff;
        background-color: rgba(0,0,0,0.5) !important;
        /*border: 5px solid #ebebeb;*/
    }

    .partners .owl-prev, .partners .owl-next {
        height: 24px;
        width: 24px;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        text-indent: -9999px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .partners .owl-prev {
        background-image: url(../Images/left-arrow.svg);
        left: -24px;
    }

    .partners .owl-next {
        background-image: url(../Images/right-arrow.svg);
        right: -24px;
    }

        .partners .owl-prev i, .partners .owl-next i {
            display: none;
        }

.footer-top {
    background: url(../Images/maps8.webp) no-repeat center;
    background-size: cover;
    position: relative;
	    background-color: rgba(0, 66, 76, 1) !important;
}

    .footer-top:after {
        background: url(../Images/footer-angle.png);
        height: 159px;
        width: 210px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1
    }

.footer-top-inner {
    padding: 25px;
    background: url(../Images/footer-shape.png) no-repeat bottom left;
    position: relative;
    z-index: 100;
    min-height: 400px;
}

    .footer-top-inner .mt-4 {
        margin-top: 20px !important
    }

.footmenu {
    padding-bottom: 30px;
    background: url(../Images/dots.png) no-repeat bottom right;
    position: relative;
}

    .footmenu:after {
        height: 1px;
        background: rgba(255,255,255,0.25);
        position: absolute;
        left: 0;
        bottom: 5px;
        right: 42px;
        content: '';
    }

    .footmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footmenu ul li {
            float: left;
            line-height: 24px;
            font-size: 15px;
        }

            .footmenu ul li:after {
                height: 7px;
                width: 7px;
                float: right;
                margin: 9px 20px 0;
                display: block;
                background: rgba(255,255,255,0.24);
                content: '';
            }

            .footmenu ul li:last-child:after {
                display: none;
            }

            .footmenu ul li a {
                color: rgba(255,255,255,0.70);
                display: inline-block;
            }

                .footmenu ul li a:hover {
                    color: #fff;
                }

.footer-top .column {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.footer-top h6 {
    color: #fff;
    font-size: 18pt;
}

.footer-top .menu-widget {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size:1.2em;
}

    .footer-top .menu-widget li {
        margin-top: 3px;
        font-size: 11pt;
    }

        .footer-top .menu-widget li a {
            color: rgba(255,255,255,0.56);
        }

            .footer-top .menu-widget li a:hover {
                color: #fff
            }

.footer-bottom {
    padding: 10px 65px;
    background: #111111;
    color: rgba(255,255,255,0.56);
    font-size: 15px;
    height: 55px !important;
}

    .footer-bottom a, .footer-bottom a:hover {
        color: #fff;
    }

    .footer-bottom p {
        float: left;
        padding: 8px 0 0 0
    }

    .footer-bottom ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer-bottom ul li {
            margin-left: 10px;
            display: inline-block;
            font-size: 24px;
        }

.back-to-top {
    position: fixed;
    bottom: 5.6em;
    right: 2.6em;
    background: url(../Images/up.png) no-repeat center;
    height: 47px;
    width: 47px;
    display: none;
    z-index: 101
}

 
 

.page-banner {
    position: relative
}

.page-banner-img {
    min-width: initial;
    height: 379px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

    .page-banner-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.40);
        content: '';
        z-index: 1
    }

    .page-banner-img:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../Images/banner-shape.png) no-repeat bottom left;
        content: '';
        z-index: 1
    }

    .page-banner-img img {
        flex: 1 1 auto;
        align-self: center;
        justify-self: center;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        width: auto;
    }

.page-banner-content {
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 400;
    position: absolute;
}

    .page-banner-content h1 {
        font-size: 35px;
    }

        .page-banner-content h1 span {
            display: inline-block;
            padding-bottom: 10px;
            position: relative;
        }

            .page-banner-content h1 span:after {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 1px;
                width: 86px;
                content: '';
                background: #3a99d4;
            }

    .page-banner-content .meta {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .page-banner-content .meta li {
            display: inline-block;
            line-height: 24px;
            margin: 0 3px;
        }

            .page-banner-content .meta li a {
                color: #fff;
                display: block;
                font-size: 22px;
                height: 24px;
                width: 24px;
                text-align: center;
            }

.page-crum {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    padding: 0 65px;
    color: #fff;
    z-index: 200;
}

    .page-crum a {
        color: #fff;
    }

        .page-crum a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .page-crum .breadcrumb {
        position: relative;
        overflow: hidden;
    }

        .page-crum .breadcrumb:after {
            background: url(../Images/dots.png);
            position: absolute;
            height: 11px;
            width: 46px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 10;
            right: 0;
            content: '';
        }
        /*.page-crum .breadcrumb:after{ height:1px; background:rgba(255,255,255,0.25); position:absolute; left:50%; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); right:60px; content:'';}*/
        .page-crum .breadcrumb li {
            position: relative;
        }

            .page-crum .breadcrumb li:last-child {
                padding-right: 20px;
            }

                .page-crum .breadcrumb li:last-child:after {
                    height: 1px;
                    background: rgba(255,255,255,0.25);
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 2000px;
                    content: '';
                    margin-right: 30px;
                }

.page-content {
    /*background: url(/App_Themes/ThemeEn/Images/page-bg-shape.png) no-repeat bottom center;*/
    background-size: cover;
    background-color: white !important;
}

    .page-content hr {
        margin: 40px 0;
    }

    .page-content p {
        font-size: 17px !important;
        color: #1a1d22 !important;
    }




/* new changes */
.headersocial {
    float: right;
     
    padding-right: 15px !important;
}

    .headersocial li {
        display: inline-block;
        padding: 0px 5px;
    }

        .headersocial li a {
            font-size: 20px;
        }

.header-right ul ul li::after {
    display: none;
}

@-moz-document url-prefix() {
    br {
        color: red;
    }
}


.mybtn {
    color: white !important;
    background-color: #3a99d4 !important;
    border: none !important;
    font-size: 15px !important;
    height: 45px !important;
}






.hvr-ripple-out::before {
    content: '';
    position: absolute;
    border: #3a99d4 solid 4px !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



.hvr-ripple-out2::before {
    content: '';
    position: absolute;
    border: #3a99d4 solid 4px !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



.mybtn2 {
    color: #333 !important;
    border: 1px solid #3a99d4 !important;
    background-color: transparent !important;
    /*margin-left: 8px !important;*/
}

    .mybtn2:hover {
        color: white !important;
    }

.space {
    margin-bottom: 24px;
}


.w3 .link2 {
    color: #3089c0;
    position: relative;
}




.link3 {
    color: #333 !important;
    border: 1px solid #3a99d4 !important;
    background-color: transparent !important;
    margin-left: 8px !important;
    padding: 8px 14px !important;
}


    .link3:hover {
        color: white !important;
    }



.tabsrow {
    float: right;
}


.casebrief {
    text-align: justify;
}




.All {
    text-align: center;
    margin-top: 15px;
}

.content  {
    padding: 0px 18px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #3482d1;
}

.pagerBtn {
    padding: 0.1rem 0.7rem !important;
}

.PagerpaddingHR {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.PagerCareesrpaddingHR {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.at-icon-wrapper {
    background-color: transparent !important;
}

.at-share-btn {
    background-color: transparent !important;
}

.at-style-responsive .at-share-btn {
    padding: 0px;
}

 
        #map {
            height: 450px;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .branch-info {
            padding: 6px;
            background-color: #f9f9f9;
            border-radius: 4px;
        }
        h1 {
            text-align: center;
            color: #333;
            margin-bottom: 20px;
        }
   
   
  .card a:hover{
	   
	   transition: transform .2s; 
	   transform: scale(1.1);
  }
  
  
.bot-widget-bubble.bot-elements--right {
    right: 5em;
}

.bot-widget-bubble {
    background: transparent;
    border-radius: 100px;
    border-width: 0px;
    bottom: 5.6em;
    cursor: pointer;
    height: 45px;
    padding: 0px;
    position: fixed;
    user-select: none;
    width: 45px;
	 transition: transform 0.3s ease;
    
}

 

.bot-widget-icon {
 background: transparent;
    border-radius: 100px;
    border-width: 0px;
    bottom: 5.6em; 
	height: 45px;
    cursor: pointer;
    height: 64px;
	z-index: 2147483000 !important;

}
 
 

.whatsapp-to-top {
    position: fixed;
    bottom: 5.6em;
    right: 3.6em; 
    height: 47px;
    width: 47px;
    z-index: 101
}

 

.bot-widget-bubble:hover {
    transform: scale(1.1); /* Agrandit légèrement au survol */
}

.bot-widget-icon img {
    transition: all 0.3s ease;
}

.bot-widget-bubble:hover .bot-widget-icon img {
    transform: scale(1.1);
    filter: brightness(1.2); /* Éclaircit l'image */
}