body,
h2 {
    font-weight: 500;
}

/* Start Navbar */
.navbar {
    background: rgba(240, 109, 80, 1);
    padding-bottom: 20px;
    height: 110px;
    box-shadow: none;
    border-color: transparent;
}

.navbar.show-strip {
    background: #fff;
    height: 69px;
}

.navbar-brand {
    padding-top: 20px;
}

.burger.open {
    z-index: 1;
}

.burger-search-wrapper .menu-bg,
.burger-search-wrapper .burger {
    margin-top: 18px !important;
}

.menu ul.list-unstyled li {
    list-style-type: disc;
    margin-bottom: 20px;
}

.burger-search-wrapper .menuItems > ul > li.smalltext {
    margin-bottom: 20px;
}

.burger-search-wrapper .menuItems > ul > li.smalltext > a {
    font-size: 14px;
    color: #7e7e7e;
}

.burger-search-wrapper .menuItems > ul > li > a,
.burger-search-wrapper .menuItems > ul > li > a:visited {
    color: #7e7e7e;
}

.header-section.template-header.type-section {
    height: 1px !important;
}
/* End Navbar */

/* Start Content */
#pageContent {
    max-width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.privacy-content-container {
    max-width: 1170px;
}

.privacy-content-container > .block-content {
    display: flex;
    justify-content: space-between;
}

.country-button {
    cursor: pointer;
}

.country-button.active {
    font-weight: 700 !important;
}

.country-text:not(:last-child) {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 50px !important;
}

.country-box {
    margin-top: 50px !important;
}

.language-selector-wrapper {
    display: none;
}

@media (max-width: 1100px) {
    .privacy-content-container > div.block-content {
        flex-direction: column;
    }

    .country-box {
        margin-top: 59px !important;
        margin-left: 0px !important;
        margin-bottom: 40px !important;
        padding-top: 0px !important;
    }

    .country-box > div.block-content {
        display: flex;
        flex-flow: wrap;
        gap: 5px;
    }

    .text-wrapper {
        padding-top: 0px !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    .menu .menuItems > ul > li > a {
        font-size: 23px;
    }

    h2 {
        font-weight: 400;
    }
}

@media screen and (max-width: 992px) {
    .hamburger-menu .burger.open {
        right: 8px;
    }

    .menu .menuItems {
        height: 100vh;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .burger.open > .collapse {
        top: 5px !important;
    }

    h2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1101px) {
    .privacy-content-container {
        margin: 53px auto !important;
        padding: 74px 0 0 !important;
    }

    .country-box {
        margin-left: 11px !important;
        padding-top: 0 !important;
        width: 236px;
        height: calc(100vh - 120px);
        overflow-y: scroll;
    }

    .country-box > .block-content {
        overflow-y: auto;
        padding-left: 30px !important;
    }

    .country-button.active::before {
        content: "—";
        position: absolute;
        left: -30px;
        font-weight: normal;
    }

    .privacy-content-container .text-wrapper {
        margin-right: 0px !important;
        padding-top: 70px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/* End Content */

/* Start Footer */
.infosys-footer {
    font-family: myriad-pro, Arial;
    border-top: 5px solid #d8d8d8;
    padding: 0;
    background-color: #f8f8f8;
}

.infosys-footer,
.infosys-footer-selector {
    font-size: 18px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}

h2.infosys-footer-headline {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    margin: 0px 0 20px 0;
}

.infosys-footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

.infosys-footer-column ul li a,
.infosys-footer-column ul li a:visited,
.infosys-footer-column ul li a:active,
.infosys-footer-column ul li a:hover {
    text-decoration: none;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 35px;
}

.ptb15 {
    padding: 15px 0;
}

.bg-white {
    background-color: #fff !important;
}

.scroll-up {
    position: fixed;
    bottom: 20px;
    right: 18px;
    display: none;
    z-index: 1;
}

.infosys-footer-selector {
    font-family: myriad-pro, Arial;
}

.country {
    position: relative;
    z-index: 1;
}

.select-country > a {
    border: 1px solid #7e7e7e;
    padding: 5px 15px;
    display: inline-block;
    color: #3f3f3f;
}

.up-arrow,
.down-arrow {
    position: relative;
    margin-left: 100px;
    z-index: -1;
}

.down-arrow:before {
    content: "\f0d7";
}

.up-arrow:before,
.down-arrow:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 18px;
    top: 2px;
    left: 0;
}

.option-country {
    display: none;
}

.open-country {
    display: block;
    position: relative;
}

.infosys-page ul {
    list-style-type: disc;
}

.country-align {
    position: absolute;
    top: -238px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #fff;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    -webkit-box-shadow: 2px 1px 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 1px 10px rgb(0 0 0 / 50%);
}

.country-align > li > a {
    color: #7e7e7e;
    padding: 10px 15px;
    display: block;
}
/* End Footer */
