.b1 {
    padding: 60px 100px;
    background: #f8f9fa;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 70px auto;
    max-width: 1100px;
}

.b1 h1 {
    font-size: 3rem;
    line-height: 1.1666666667;
    letter-spacing: -.5px;
}

.b1 a {
    background-color: #fff;
    border: 1px solid #dadce0;
    box-shadow: none;
    color: #1a73e8;
    padding: 12px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    width: max-content;
    margin: auto;
    -webkit-transition: background-color .2s, box-shadow .2s, color .2s;
    transition: background-color .2s, box-shadow .2s, color .2s;
}

.b1 a:hover {
    background-color: #f6f9fe;
    border-color: #1a73e8;
    color: #174ea6;
}

.b1 a:hover .b1 svg {
    fill: #1a73e8;
}

.b1 a svg {
    fill: #1a73e8;
    height: 18px;
    min-width: 18px;
    width: 18px;
}

/* liscrolp */
.liscrol {
    max-width: 800px;
    margin: auto;
}

.liscrol ul li h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: normal;
    font-weight: 500;
}

.liscrol ul li p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .1px;
    color: #5f6368;
    margin-bottom: .5rem !important;
}

.liscrol ul li {
    display: flex;
    gap: 4rem;
    padding: 2rem 0;
    align-items: center;
}

.liscrol ul li>div:nth-child(1) {
    width: 275px;
    flex: none;
}

.liscrol ul li>div:nth-child(2) {}

/* End liscrolp */

/* circle */
.clrclec {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
}

.circle h1 {
    padding-top: 3rem;
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
}

.clrclec>div {
    width: 32%;
}

.clrclec>div h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: normal;
    color: #202124;
}

.clrclec>div p {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .1px;
}

.clrclec>div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.clrclec>div>div:nth-child(1) img {
    width: 100px;
    /* margin-bottom: .5rem; */
}

.circlep {
    position: relative;
    z-index: 2;
}

.circlepp::before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--glue-grey-50)), to(var(--glue-grey-0)));
    background: linear-gradient(180deg, var(--glue-grey-50), var(--glue-grey-0));
    border-radius: 100%;
    content: "";
    height: 676px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 773px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
    height: 1217px;
    width: 100%;
}

.radioc3 {
    display: flex;
    gap: 1.5%;
    flex-wrap: wrap;
}

.radioc3>div {
    padding: 1.5rem;
    width: 32%;
    border: 1px solid #dadce0;
    border-radius: 7px;
}

.radioc3>div p {
    color: #5f6368;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.radiop {
    background: #e8f0fe;
}

.radioc {
    padding: 4rem;
    margin: 5rem auto;
    background: #fff;
    border-radius: 10px;
    max-width: 1100px;
}

.thirdd {
    max-width: 1000px;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 0;
}

.slicks .slick-slide {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
    filter: drop-shadow(2px 4px 6px #ccc);
}

@media(max-width:1200px) {
    .radioc {
        max-width: 800px;
    }
}

@media(max-width:500px) {
    .circlepp::before {
        border-radius: 235px;
    }
}

/* @media (min-width: 1440px) {
    .circlepp:before {
        height: 1596px;
        width: 1824px;
    }
}
@media (min-width: 1024px) {
    .circlepp:before {
        height: 1454px;
        width: 1540px;
    }
}
@media (min-width: 600px) {
    .circlepp:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0, 0%, 100%, 0)));
        background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
        height: 1317px;
        width: 1510px;
    }
}
@media (min-width: 600px) {
    .circlepp:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0, 0%, 100%, 0)));
        background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
        height: 1317px;
        width: 1510px;
    }
} */
/* End circle */

/* nav slider */
.slide {
    gap: 5%;
}

.carousel-indicators {
    flex-direction: column;
    width: 30%;
    margin: 0;
    position: static;
    justify-content: flex-start;
    gap: 15px;
    display: flex !important;
}

.carousel-indicators [data-bs-target] {
    height: auto;
    width: 100%;
    /* border-left: 3px solid #ccc; */
    color: #5f6368;
    opacity: 1 !important;
    border-radius: 0;
    text-indent: unset !important;
    width: 90% !important;
    text-align: left;
    /* padding: 1rem; */
    display: flex;
    /* align-items: center; */
    position: relative;
    flex-direction: column;
}

.carousel-indicators [data-bs-target]::before {
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    background: #ccc;

}

.carousel-indicators [data-bs-target] {
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: transparent;
}

.carousel-indicators .active {
    background: transparent;
    color: #202124 !important;
    /* border-left: 3px solid #ccc; */
    position: relative;
}

.carousel-indicators .active div {
    display: block;
}

.carousel-indicators .active span {
    font-size: 24px;
    margin-bottom: 1rem;
}

.carousel-indicators .active::after {
    content: " ";
    width: 2px;
    height: 0;
    position: absolute;
    background: #202124;
    animation-name: example;
    animation-duration: 6s;
}

@keyframes example {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.carousel-indicators span {
    padding-left: 2rem;
    font-size: 20px;
}

.carousel-indicators div {
    display: none;
    padding-left: 2rem;
    /* display: flex;
    flex-wrap: nowrap;
    width: 100000px; */
}

/* .carousel-indicators:after {
  display:block;
  content: '';
  border-bottom: solid 3px orange !important;  
  transform: scaleX(0);  
  transition: transform 0ms ease-out;
}
.carousel-indicators.active:after { 
  transform: scaleX(1);
  transform-origin:  0% 50%; 
  transition: transform 5000ms ease-in;
} */
.carou-item {
    /* display: flex;
    gap: 5%;
    align-items: center; */
}

.carou-item>div {
    /* width: 48.5%; */
    padding: 1rem;
}

.carou-item>div:nth-child(1) img {
    filter: drop-shadow(2px 4px 6px #ddd);
    /* margin: 1rem;
    width: 400px; */
}

.carou-item>div:nth-child(2) h5 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 400;
    letter-spacing: -.25px;
}

.carou-item>div:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.carousel-inner {
    width: 40%;
}

/* End nav slider */
.clrclec>div>div:nth-child(1) span {
    background: #d2e3fb;
    box-shadow: inset 0 2px 5px #ddd;
}

/* .clrclec>div:nth-child(1)>div:nth-child(1) span {
    background: #ffe7e2;
}

.clrclec>div:nth-child(2)>div:nth-child(1) span {
    background: #f4ffd1;
}

.clrclec>div:nth-child(3)>div:nth-child(1) span {
    background: #ebf4ff;
}

.clrclec>div:nth-child(4)>div:nth-child(1) span {
    background: #fff0dd;
}

.clrclec>div:nth-child(5)>div:nth-child(1) span {
    background: #ffe5fc;
} */

.clrclec>div>div:nth-child(1) span {
    display: flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin: auto;
    margin-bottom: 1.5rem;
}

.clrclec>div>div:nth-child(1) span img {
    width: 45px;
}

.your-class {
    display: flex;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    display: none;
}

.download-btn img {
    width: 180px;
}

.slider-p {
    background: #deeaff;
    padding: 1rem 0 0 0;
}

.slicks {
    max-width: 1000px;
    margin: auto;
}

.card {
    display: flex !important;
    flex-direction: row !important;
    border-radius: 20px;
    border: none;
}

.card>img {
    width: 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 600px;
    object-fit: cover;
}

.card>div {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.slick-dots {
    bottom: -70px;
}

.slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #333;
    color: unset !important;
    width: 14px;
    height: 14px;
}

.slick-dots li.slick-active button:before {
    color: unset !important;
}

.slick-prev:hover,
.slick-next:hover {
    box-shadow: 0 2px 5px #ccc;
}

.slick-prev,
.slick-next {
    top: 109.8% !important;
    z-index: 2222;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.slick-prev {
    left: 37%;
}

.slick-next {
    right: 37%;
}

.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card>div p {
    font-size: 25px;
    font-weight: 500;
}

.accordion-button::after {
    transform: rotate(-90deg);
}

.aftern::after {
    content: none !important;
}

.stic-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-end;
}

.stic-img>div h6{
    font-size: 22px !important;
}
.stic-img>div p{
    font-size: 1.125rem;
}
.stic-img>div {
    border: 1px solid #e8eaed;
    padding: 1.3rem;
    border-radius: 2.2rem
}

.stic-img img {
    max-width: 500px;
    margin-bottom: 1.5rem;
}

.clrclecb>div>div:nth-child(1) span {
    background: transparent;
    box-shadow: none;
    font-size: 60px;
    font-weight: 500;
    color: #2196F3;
    margin-bottom: 0;
}

.clrclecb>div h6 {
    font-size: 22px;
    font-weight: 600;
}

.clrclecb>div p {
    font-size: 20px;
    color: #333;
}

.slick-mob1 img {
    filter: none;
    width: 100%;
    height: auto;
}

.slick-mob1 .card {
    flex-direction: column !important;
}

.slick-mob1 .card>div {
    width: 100%;
}

/*  */
.thirds {
    background: rgb(248, 249, 250);
    padding: 3rem 0 5rem 0 !important;
}

.mySlides {
    display: none;
    text-align: center;
}

.mySlides img {
    vertical-align: middle;
    max-width: 500px;
}
.mySlidesp {
    display: none;
    text-align: center;
}

.mySlidesp img {
    vertical-align: middle;
    max-width: 500px;
    height: 400px;
    object-fit: contain;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 99.5%;
    width: auto;
    padding: 16px;
    /* margin-top: -22px; */
    color: #333;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Position the "next button" to the right */
.next {
    right: 30%;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 30%;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    /* background-color: rgba(0,0,0,0.8); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Caption text */
.text {
    color: #5f6368;
    /* font-size: 15px; */
    padding: 30px 12px;
    /* position: absolute; */
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.text p {
    font-size: 18px !important;
}

/* Number text (1/3 etc) */
.bg-white .numbertext{
    border: 2px solid #ddd;
}
.numbertext {
    color: #333;
    font-size: 12px;
    padding: 8px 25px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 30px;
    font-size: 19px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    /* background-color: #fff; */
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.fade:not(.show) {
    opacity: 1 !important;
}
.stic-flex>div{
    width: 49%;
    gap: 2%;
}
.clrclec2>div>div:nth-child(1) span{
    background: transparent;
    font-size: 55px;
    font-weight: 600;
    box-shadow: none;
    color: #2196F3;
    margin-bottom: 0;
}
.clrclec2>div>div:nth-child(2) h6{
    font-size: 22px;
    color: #3d3d3d;
}
.clrclec2>div>div:nth-child(2) p{
    font-size: 18px;
    color: #3d3d3d;
}
.unternateg
{
    background: rgb(248, 249, 250);
    padding: 3rem 0 !important;
}
.unternategp
{
    padding: 3rem 0 !important;
}
.table>:not(caption)>*>*{
    padding: 1rem;
}
.tbl-f th, .tbl-f td{
    vertical-align: middle;
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
@media(max-width:768px) and (min-width:575px){
    .next{
        right: 25%;
    }
    .prev{
        left: 25%;
    }
}
@media(min-width:500px){
    .stic-right {
    position: sticky;
    top: 115px;
}
}
@media(max-width:575px){
    
    .next{
        right: 15%;
    }
    .prev{
        left: 15%;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/*  */



@media(min-width:1224px) {
    .circlepp::before {
        border-radius: 100%;
        /* height:100%; */
    }

    .circle h1 {
        max-width: 60%;
    }
}

@media(min-width:992px) {
    .smd {
        display: none;
    }

    .slide>div:nth-child(1) {
        width: 50%;
    }

    .slide>div:nth-child(2) {
        width: 45%;
    }

    .slide1>div:nth-child(1) {
        width: 45%;
    }

    .slide1>div:nth-child(2) {
        width: 60%;
    }
}

@media(max-width:992px) {
    .site-mobile-menu .site-nav-wrap>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .accordion {
        padding: 0;
    }

    .accordion button {
        padding: 12px;
    }

    .carousel-indicators [data-bs-target] {
        height: 36px;
        font-size: 15px;
    }

    .bar1 {
        gap: 0 !important;
    }

    .thirdd {
        padding-top: 0 !important;
    }

    .carousel-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 1rem;
    }

    .thirdd {
        padding-bottom: 0 !important;
    }

    .lgd {
        display: none;
    }

    .carousel-indicators {
        flex-direction: row;
        margin-top: 3rem;
    }

    .carousel-indicators [data-bs-target] {
        display: flex;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 27px;
        height: 45px;
    }

    .slide {
        flex-wrap: wrap;
    }

    .slide>div:nth-child(1) {
        width: 100%;
    }

    .carou-item {
        flex-wrap: wrap;
    }

    .carou-item>div {
        width: 100%;
    }
}

@media(max-width:1224px) and (min-width:992px) {
    .circlepp::before {
        border-radius: 500px;
    }

    .circle h1 {
        max-width: 56%;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .circlepp::before {
        border-radius: 500px;
    }

    .radioc {
        margin: 2rem auto;
        padding: 2rem;
    }
}

@media(max-width:768px) and (min-width:500px) {
    .circlepp::before {
        border-radius: 361px;
    }
}

@media(max-width:768px) and (min-width:575px) {
    .b1 {
        margin: 40px auto !important;
    }

    .liscrol ul li>div:nth-child(1) {
        width: 150px;
    }

    .radioc {
        padding: 2rem;
        margin: 3rem auto;
    }
}

@media(max-width:375px) {
    .card>div {
        height: 320px !important;
    }
}

@media(max-width:768px) {
    .stic-flex{
        flex-wrap: wrap;
    }
    .stic-flex>div{
        width: 100% !important;
    }
    .sb {
        padding-top: 1.5rem;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .carou-item>div:nth-child(2) h5 {
        font-size: 24px !important;
    }

    .card>div {
        justify-content: flex-start;
    }

    .liscrol h1 {
        margin-bottom: 2rem;
    }

    .card>div {
        height: 300px;
    }

    .carou-item>div:nth-child(1) img {
        width: 100%;
        height: 450px;
        object-fit: contain;
        margin: 2rem auto;
    }

    .card>div p {
        font-size: 15px;
    }

    .third h1 {
        padding-top: 2.5rem !important;
    }

    .carousel-indicators {
        margin-top: .5rem !important;
    }

    .carousel-indicators [data-bs-target] {
        height: 35px !important;
    }

    .slick-track {
        display: flex;
        gap: 1rem;
    }

    .card {
        flex-wrap: wrap;
    }

    .card>img {
        width: 100%;
    }

    .card>div {
        width: 100%;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .card>img {
        border-radius: 20px 20px 0 0 !important;
        height: 265px;
        width: 100%;
    }

    .radioc3>div {
        width: 49.22%;
        margin-bottom: 1rem;
    }

    .logo {
        width: 195px !important;
    }

    .b1 {
        padding: 2rem !important;
    }

    .clrclec>div {
        width: 100%;
        flex-direction: row;
    }

    .clrclec>div {
        gap: 1rem;
    }

    .clrclec>div>div:nth-child(2) {
        text-align: left;
    }

    .clrclec>div>div:nth-child(1) span {
        width: 60px;
        height: 60px;
    }

    .clrclec>div>div:nth-child(1) span img {
        width: 30px;
        margin-bottom: 0;
    }
}

@media(max-width:575px) {

    .carousel-indicators [data-bs-target] {
        padding: 0 15px;
    }

    .carousel-indicators {
        gap: 5px !important;
    }

    .radioc3>div {
        width: 100%;
        margin-bottom: 1rem;
    }

    .radioc {
        margin: 1rem auto;
        padding: 2rem 1rem;
    }

    .clrclec>div {
        width: 100%;
    }

    .clrclec>div {
        display: flex;
        gap: 2%;
        padding: 0;
    }

    .clrclec>div>div:nth-child(1) {
        width: 100px;
    }

    .clrclec>div>div:nth-child(2) {
        width: 100%;
    }

    .b1 {
        border-radius: 0;
        margin: 5px auto !important;
    }

    .b1 h1 {
        font-size: 2rem;
    }

    .liscrol ul li {
        padding: 2rem;
        border: 1px solid #dadce0;
        border-radius: 7px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 2rem;
        width: 90%;
    }
}

@media(max-width:410px) {
    .download-btn {
        /* flex-wrap: wrap; */
    }

    .download-btn>img {
        width: 125px;
        max-width: 100% !important;
    }
}

@media(max-width:375px) {
    .my-slick {
        padding: 0;
    }
}
@media(min-width:768px){
    .unternateg{
        width: 75%;
        margin: auto;
    }
    .stic-flex{
        gap: 5%;
    }
}
/*----------------------*/
.navbar-toggler {
    box-shadow: none !important;
}

/*------tab scrolling-----*/
.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz {
    /* height: 45px; */
}

#nav-gwbar1.nav-gwbar-scroll {
    display: flex;
    gap: 2rem;
    /* overflow-x: scroll; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

#nav-gwbar1.nav-genz {
    /* height: 40px; */
    padding: 0 0;
}

#nav-gwbar1.nav-gwbar-single-row {
    /* height: 39px; */
}

#nav-gwbar1 {
    display: block;
    /* height: 42px; */
    width: 100%;
    background: transparent;
    overflow: hidden;
    flex-wrap: nowrap;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz.nav-gwbar-scroll li a.nav-a {
    margin: 0 0 20px 15px;
    padding-right: 3px;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz li a.nav-a {
    margin: 0 10px 20px 15px;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row li a.nav-a {
    margin: 5px 10px 10px 14px;
}

#nav-gwbar1.nav-genz li a.nav-a {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: inherit;
}

.nav-searchbar-wrapper~#nav-gwbar1 li a.nav-a {
    margin: 20px 10px 0 14px;

}

#nav-gwbar1.nav-gwbar-single-row li a.nav-a {
    margin-top: 6px;
    /*padding-left: 0;*/
}

#nav-gwbar1 li a.nav-a {
    white-space: nowrap;
}

#nav-gwbar1 li a.nav-a {
    position: relative;
    color: #fff;
    float: left;
    margin: 24px 10px 0 14px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
}

#navbar1 * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#nav-gwbar1 {

    width: 100%;
    /*border: 1px dotted black;*/
    overflow-x: scroll;
    /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav-gwbar1::-webkit-scrollbar {
    display: none;
}

#nav-gwbar2 li a i {
    padding-right: 15px;
}

/* Hide scrollbar for IE, Edge and Firefox */
#nav-gwbar1 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/*---------------------*/

.nav-searchbar-wrapper~#nav-gwbar2.nav-gwbar-single-row.nav-genz {
    /* height: 45px; */
}

#nav-gwbar2.nav-gwbar-scroll {
    display: flex;
    gap: 1rem;
    /* overflow-x: scroll; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

#nav-gwbar2.nav-genz {
    /* height: 40px; */
    padding: 0 0;
}

#nav-gwbar2.nav-gwbar-single-row {
    /* height: 39px; */
}

#nav-gwbar2 {
    display: block;
    /* height: 42px; */
    width: 100%;
    background: transparent;
    overflow: hidden;
    flex-wrap: nowrap;
}

.nav-searchbar-wrapper~#nav-gwbar2.nav-gwbar-single-row.nav-genz.nav-gwbar-scroll li a.nav-a {
    margin: 0 0 20px 15px;
    padding-right: 3px;
}

.nav-searchbar-wrapper~#nav-gwbar2.nav-gwbar-single-row.nav-genz li a.nav-a {
    margin: 0 10px 20px 15px;
}

.nav-searchbar-wrapper~#nav-gwbar2.nav-gwbar-single-row li a.nav-a {
    margin: 5px 10px 10px 14px;
}

#nav-gwbar2.nav-genz li a.nav-a {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: inherit;
}

.nav-searchbar-wrapper~#nav-gwbar2 li a.nav-a {
    margin: 20px 10px 0 14px;

}

#nav-gwbar2.nav-gwbar-single-row li a.nav-a {
    margin-top: 6px;
    /*padding-left: 0;*/
}

#nav-gwbar2 li a.nav-a {
    white-space: nowrap;
}

#nav-gwbar2 li a.nav-a {
    position: relative;
    color: #fff;
    float: left;
    margin: 24px 10px 0 14px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
}

#navbar2 * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#nav-gwbar2 {

    width: 100%;
    /*border: 1px dotted black;*/
    overflow-x: scroll;
    /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav-gwbar2::-webkit-scrollbar {
    display: none;
}

#nav-gwbar2 li a i {
    padding-right: 15px;
}

/* Hide scrollbar for IE, Edge and Firefox */
#nav-gwbar2 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}















/*
essential styles:
these make the slideshow work
*/
/* #slides{
	position: relative;
	height: 150px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.showing{
	opacity: 1;
	z-index: 2;
} */



/*
non-essential styles:
just for appearance; change whatever you want
*/

/* .slide{
	font-size: 40px;
	padding: 40px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
}

.slide>div:nth-child(2){
	background: red;
}
.slide>div:nth-child(2){
	background: orange;
}
.slide>div:nth-child(2){
	background: green;
}
.slide>div:nth-child(2){
	background: blue;
}
.slide>div:nth-child(2){
	background: purple;
} */



/* slides1 */
/*
essential styles:
these make the slideshow work
*/
/* #slides1{
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.slide1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.showing{
	opacity: 1;
	z-index: 2;
} */



/*
non-essential styles:
just for appearance; change whatever you want
*/

/* .slide1{
	font-size: 40px;
	padding: 40px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
}

.slide1:nth-of-type(1){
	background: red;
}
.slide1:nth-of-type(2){
	background: orange;
}
.slide1:nth-of-type(3){
	background: green;
}
.slide1:nth-of-type(4){
	background: blue;
}
.slide1:nth-of-type(5){
	background: purple;
} */




/* testing */