﻿ .section-block-demo1-header {
            padding-top: 0.6vw;
            padding-right: 0px;
            padding-bottom: 0.6vw;
            padding-left: 0px;
        }

        .section-block-demo1-header[search-style="search-style-2"] .search .search-toggle {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgba(0, 0, 0, 0.4);
            border-right-color: rgba(0, 0, 0, 0.4);
            border-bottom-color: rgba(0, 0, 0, 0.4);
            border-left-color: rgba(0, 0, 0, 0.4);
            border-image-source: initial;
            border-image-slice: initial;
            border-image-width: initial;
            border-image-outset: initial;
            border-image-repeat: initial;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            width: 34px;
            height: 34px;
        }

        .section-block-demo1-header .change-language .change-language-title {
            font-size: 16px;
            font-weight: 400;
            color: rgb(51, 51, 51);
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-top-color: rgba(0, 0, 0, 0.4);
            border-right-color: rgba(0, 0, 0, 0.4);
            border-bottom-color: rgba(0, 0, 0, 0.4);
            border-left-color: rgba(0, 0, 0, 0.4);
            border-image-source: initial;
            border-image-slice: initial;
            border-image-width: initial;
            border-image-outset: initial;
            border-image-repeat: initial;
            padding-top: 10px;
            padding-right: 20px;
            padding-bottom: 10px;
            padding-left: 20px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            cursor: pointer;
        }

       body .section-block-demo1-header .nav {
            justify-content: space-around;
            padding-top: 0px;
            padding-right: 4vw;
            padding-bottom: 0px;
            padding-left: 4vw;
        }

        .section-block-demo1-header .nav>li>a {
            font-size: 18px;
            color: rgb(51, 51, 51);
            font-weight: 400;
        }

        img {
            width: auto;
            height: auto;
        }

.section-header-wrap-block.section-block-demo1-header.fixed-nav {
            background-color: rgba(255, 255, 255, 0.9);
        }
        @media screen and (max-width:1600px) {
			body .section-block-demo1-header .nav {
  padding-right: 0vw;
  padding-left: 0vw;
}
		
			
		        @media screen and (max-width:1500px) {.section-header-wrap-block .nav > li{margin:0 !important;}
				.section-header-wrap-block .nav > li > a{padding: 10px 5px !important;}
	
				}
			
        @media screen and (min-width: 993px) {
            .section-block-demo1-header .logo {
                padding-right: 20px;
            }
        }