.CompanyLogo {
            width: 150px;
            float: left;
            height:38px;
            display: none;    
    }

    .toplogo {
        width:100px;
        display: none;
        float: left;
    }
    .topsection {
    width: 100%;
    /* clear: both !important; */
    float: right;
}
    .countrysection {
        width: 200px;
        float: right;
        position: relative;
        margin-right: 30px;
        margin-top: 2px;
        font-size: xx-small;        
        height: 32px;
}

    .countrysection select {
        text-align: center;
        height: 32px;
        height: 32px;
        border-radius: 8px;
        background-color: #f4f2ed;
    }

    .countrysection select option {
        text-align: left;
        padding-left: 7px !important;
    }

    .countrysection select option[selected] {
        font-weight: bold;
    }

.select-style {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('path_to_your_custom_arrow_image') no-repeat right;
  background-color: #fff; /* Set background color */
  border: 1px solid #eee; /* Optional: for border */
  padding: 5px 10px;
  width: 200px; /* Adjust as needed */
}

.select-style:hover {
  background-color: #f8f8f8; /* Color when hovered */
}

.select-style:focus {
  background-color: antiquewhite; /* Color when focused */
  border: 2px solid #eee;
}
 
 #selectCountryBox {
     margin-left: 20px;
    width: 220px;
    height: 28px;
    background-color: #f5f2eb;
    overflow: hidden;
    cursor: pointer;
    outline: solid 1px #aaa;
    border-radius: 7px;
    float: right;
    z-index: 299 !important;
    }

        #selectedCountry {
            margin-left: 10px;
            display: inline-block;
            /*width: 100%;*/
            width: calc(100% - 40px);
            float: left;
            line-height: 2em;
        }

        .selectCountryBox button {
            float: right;
            border:  none;
        }

        .selectCountryBox button span {
            font-weight: bold;
            display: inline-block;
            width: 26px;
            font-size: 2em;
            transform: rotate(90deg);
            line-height: 1em;
            text-align:  center;
            clear:  both;
            margin: 0 auto;
            float: right;
            color: #333;
            font-family: 'Oswald';
        }

     /*       .selectCountryBox span::before {
                content: ">";
            }*/

    .dropdown-content {
        /*
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
            */
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: none; */
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1000 !important;
    overflow-y: scroll;
    height: 80vh;
    margin-top: 28px;
    width: fit-content;
    }

    .dropdown-content:not(focus) {
        display: none;
    }

    .dropdown-content li {
        padding: 3px 16px 3px 10px;
        text-decoration: none;
        display: block;
        color: black;
    }

    .dropdown-content li:hover {
        background-color: #c1d6f7;
    }

    #CountriesList {
        display: none;
        cursor: pointer;
    }
    .selectCountryLogo {
        display: inline-block; 
        width: 22px; 
        height: 22px; 
        margin: 3px 4px 1px 2px; 
        background-image: url('/mediar/icons/globe-icon.svg'); 
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: contain; 
        float: right;
    }

    #cutoutTrnspBackGround {
        background-color: #ffffff01;
        display: none; /*display: block;*/
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 299;
    }

    /*
    #linkHomeTop {
        display:none !important; 
    }
    */

    .selectandsearch {
        float: right;
    }

    .topexceptlogo {
        width: calc(100% - 150px);
        float: right;
    }

    .humburgermenu {
            display: none;
            margin-left: 32px;
            width: calc(100% - 500px);
            min-width: 100px;
            height: 28px;
            cursor: pointer;
            background-image: url('/mediar/icons/humburger-icon.svg');
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: left;
        }

    .humburgermenu img {
            width: 100%;
        }


    @media only screen and (max-width: 1400px) {
        .toplogo {
            margin-left: 30px;
            display: inline-block;
        }
    }


    @media only screen and (max-width: 1300px) {
        .megamenu > li > a {
            padding: 10px 30px !important;
        }
    }

    @media only screen and (max-width: 1200px) {
        .megamenu > li > a {
            padding: 10px 25px !important;
        }
    }

    @media only screen and (max-width: 1100px) {
        .megamenu > li > a {
            padding: 10px 20px !important;
        }
    }
    
    @media only screen and (max-width: 1000px) {
        .CompanyLogo {
            margin-left: 28px;
        }
        
    }

    /*      WIDTH 800px       */
    @media only screen and (max-width: 999px) {
        .topexceptlogo { float: none; width:inherit;}
        .selectandsearch {
            background-color: white;
            width: calc(100% - 30px);
            padding: 6px 30px 4px 0;
        }

        #selectCountryBox {
            margin-left: 0px;
        }
        .searchOnSite {
            margin: 0px 2px 0px 4px;
        }
        /*
        #linkHomeTop {
           display:block !important; 
        }
        */
        #linkHomeMain {
            display:none !important; 
        }
        /*
        .socials {
            float: right;
            margin-right: 32px;
        }
        */
        #selectCountryBox {
            margin-left: 10px;
            margin-right: 10px;
            width: calc(50% - 25px);
        }
    }

 /* Socials BEGIN */
        
    .socials {
        //background-color: deepskyblue;
        display: inline-block;
        height: 30px;
    }

   div.socialsection a {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;     
   }

    /* -- tiktok -- */
    a.linktiktok {
        background-image: url(/MediaR/icons/social/TikTok.svg?v=1);
    }

    /* -- youtube -- */
    a.linkyoutube {
        background-image: url(/mediar/icons/social/you_tube.svg?v=1);
    }

    /* -- facebook -- */
    a.linkfacebook {
        background-image: url(/mediar/icons/social/facebook.svg);
    }

    /* -- linkedin -- */
    a.linklinkedin {
        background-image: url(/mediar/icons/social/LinkdIn.svg);
    }

    /* -- X (former Twitter) -- */
    a.linktwitter {
        background-image: url(/mediar/icons/social/twitter.svg);
    }

    /* -- instagram -- */
    a.linkinstagram {
        background-image: url(/mediar/icons/social/instagram.svg);
    }

    /* -- iscarworld -- */
    a.linkiscarworld {
        background-image: url(/mediar/icons/social/iscarworld.svg);
    }

    /* -- spotify -- */
    a.linkspotify {
        background-image: url(/mediar/icons/social/Spotify_Icon.svg?v=1);
    }

    /* -- bilibili -- */
    a.linkbilibili {
        background-image: url(/mediar/icons/social/bilibili.svg?v=1);
    }


/* END Socials*/


    @media only screen and (max-width: 1400px) {
        .toplogo {
            margin-left: 30px;
            display: inline-block;
        }
    }


    @media only screen and (max-width: 1300px) {
        .megamenu > li > a {
            padding: 10px 30px !important;
        }
    }

    @media only screen and (max-width: 1200px) {
        .megamenu > li > a {
            padding: 10px 25px !important;
        }
    }

    @media only screen and (max-width: 1100px) {
        .megamenu > li > a {
            padding: 10px 20px !important;
        }
    }
    
    @media only screen and (max-width: 1000px) {
        .CompanyLogo {
            margin-left: 28px;
        }
        
    }

    /*      WIDTH 999px       */
    @media only screen and (max-width: 999px) {
        .topexceptlogo { float: none; width:inherit;}
        .selectandsearch {
            background-color: white;
            width: calc(100% - 30px);
            padding: 6px 30px 4px 0;
        }

        #selectCountryBox {
            margin-left: 0px;
        }
        .searchOnSite {
            margin: 0px 2px 0px 4px;
        }
        /*
        #linkHomeTop {
           display:block !important; 
        }
        */
        #linkHomeMain {
            display:none !important; 
        }
        
        #selectCountryBox {
            margin-left: 10px;
            margin-right: 10px;
            width: calc(50% - 25px);
        }
        .socials {float: right; margin-right: 30px;}

        .socialsection, .socialsection-c {
            float: right;
            margin-right: 30px;
            position: absolute;
            right: 0;
        }
    }


    /*      WIDTH 500px       */
    @media only screen and (max-width: 500px) {
         .toplogo {
           margin-left: 10px !important;}
        .topexceptlogo { float: none; width:inherit;}
        .selectandsearch {
            background-color: white;
            width: 100%;
            padding: 6px 6px 4px 0;
        }
        .searchOnSite {
            margin: 0px 2px 0px 4px;
            width: calc(50% - 15px);
        } 

        #linkHomeMain {
            display:none !important; 
        }
        
        #selectCountryBox {
            margin-left: 6px;
            margin-right: 6px;
            width: calc(50% - 6px);
        }
        .socials {float: right; margin-right: 3px;}

        .socialsection {
            float: right;
            margin-top: 4px;
            margin-right: 6px;
            position: absolute;
            right: 0;
        }

        .socialsection-c {
            float: right;
            margin-top: 4px;
            margin-right: 6px;
            position: absolute;
            right: 0;
        }

      
        .socialsection a {
           width: 28px;
           height: 28px;
        }
    }


/* END Top Part  */
