    .translator-container.hide-translator .google-translator {
        display: none;
    }

    .langdivselector {
        color: #fff;
        /*        position:absolute ;*/
        /*        top: 60px;*/
        /*        right: 30px;*/
        display: inline-block;
        transition: all 0.1s ease-in-out;
    }

    .langdivselector:hover {
        color: #b58b33;
    }

    .lang-check {
        color: #b58b33;
        margin-left: 30px;
    }

    .language-selector {
        text-decoration: none;
        color: #555;
    }

    .lang-item:hover,
    .lang-item:active {
        background-color: #faf6ee;
    }

    .skiptranslate {
        display: none;
        /* visibility: hidden; */
    }


    body {
        top: 0 !important;
    }

    #goog-gt-tt {
        display: none !important;
    }

    .goog-te-banner-frame {
        display: none !important;
    }

    .goog-te-menu-value:hover {
        text-decoration: none !important;
    }

    .goog-text-highlight {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    #google_translate_element2 {
        display: none !important;
    }

    svg circle[fill='none'][stroke-width='6'][stroke-linecap='round'][cx='33'][cy='33'][r='30']:parent {
        display: none;
    }

    svg circle[fill='none'][stroke-width='6'][stroke-linecap='round'][cx='33'][cy='33'][r='30'] {
        display: none;
    }

    svg circle[fill='none'][stroke-width='6'][stroke-linecap='round'][cx='33'][cy='33'][r='30']:parent:parent {
        display: none;
    }


   @media (max-width: 600px) {
    .carousel-sizing {
/*    max-height: 230px !important;*/
    height: 230px !important;
    max-width: 370px !important;
    width: 335px !important;
    margin-left: 0px !important;
  }

}


    .carousel-sizing {
        height: 380px;
        width: 480px;
        margin-left: 20px;
        /* Adjust the height as needed */
    }




    .langdivselectorli {

        margin-left: 18px;

    }



    li.langdivselector {

        margin-left: 20px;

    }



    .carousel-sizing img {
        width: 100%;
        height: 100%;
        object-fit: center;
    }

    .copyright {
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
        margin-top: auto;
    }

    .testimonials-container {
        height: 250px;
    }