@font-face {
    font-family: 'Open Sans';
    font-style: regular;
    font-display: swap;
    font-weight: 400;
    src: url('fonts/OpenSans/regular.ttf') format('truetype');
}

.menu-text {
    font-family: 'Open Sans';
}

.imground {
    border-radius: 12px;
    max-width: 260px;
    height: auto;
}

.medium1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Open Sans';
    margin-bottom: 40px;
}

.left1 {
    float: left;
    width: 100%;
    max-width: 940px;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'Open Sans';
}

.right1 {
    float: right;
    width: 100%;
    max-width: 260px;
    text-align: left;
    font-family: 'Open Sans';
}

.opensans {
    font-family: 'Open Sans';
}

.awb-icon-bars {
    border: none;
}

.bewbutton {
    background-color: #FBBA00;
    color: white;
    font-family: 'Open Sans';
    padding: 10px;
    width: 100%;
    border: 0;
}

.bewbutton1 {
    display: none;
}

@media only screen and (max-width: 1083px) {
    .left1 {
        float: left;
        width: 100%;
        max-width: 940px;
        text-align: left;
        padding-left: 60px;
        padding-right: 60px;
        font-family: 'Open Sans';
    }

    .right1 {
        float: left;
        width: 100%;
        max-width: 800px;
        text-align: left;
        font-family: 'Open Sans';
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }

    .imground {
        max-width: 600px;
        margin-bottom: 30px;
    }
}

.buttonbanner {
    position: absolute;
    top: 640px;
    left: 860px;
    z-index: 20;
    height: 0px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

.buttonbanner1 {
    position: relative;
    top: 0px;
    left: 60px;
    height: 0px;
    width: auto;
    max-width: 480px;
    visibility: hidden;
    display: block;
}

/* Style the tab */
.tab {
    background-color: #f1f1f1;
    width: 80%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 100%;
    max-width: 200px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: white;
    border-top: 1px solid #009BFF;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    padding-bottom: 3rem;
    border: 0px solid #ccc;
    border-top: none;
    height: auto;
    min-height: 300px;
    background-color: white;
    width: 100%;
    float: left;
}

.CF {
    height: 60px;
}

.imgjob {
    border-radius: 4%;
}

.tab1 {
    max-width: 180px;
}

.butban {
    background-color: #FBBA00;

    /* Green */
    border: solid 0px white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

.butban:hover {
    background-color: white;
    color: black;
}

@media only screen and (max-width: 8020px) {
    .buttonbanner {
        position: relative;
        top: 600px;
        left: 580px;
    }
}

@media only screen and (max-width: 1120px) {
    .buttonbanner {
        position: relative;
        top: 450px;
        left: 580px;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        width: 100%;
        max-width: 800px;
    }
}

@media only screen and (max-width: 980px) {
    .buttonbanner {
        position: relative;
        top: 400px;
        left: 450px;
    }
}

@media only screen and (max-width: 850px) {
    .buttonbanner {
        position: relative;
        top: 300px;
        left: 300px;
    }
}

@media only screen and (max-width: 795px) {
    .buttonbanner {
        position: relative;
        top: 360px;
        left: 240px;
    }

    .carousel-indicators {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .buttonbanner {
        position: relative;
        top: 300px;
        left: 150px;
    }

    .tab1 {
        max-width: 700px;
    }

    .bewbutton1 {
        display: block;
    }
}

@media only screen and (max-width: 618px) {
    .buttonbanner {
        visibility: hidden;
    }

    .buttonbanner1 {
        visibility: visible;
        height: 70px;
    }

    .bewbutton1 {
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    .buttonbanner {
        visibility: hidden;
    }
}
