  /* Header */
  /*--------- Top Header Area ----------------*/

  .light-header .hamburger .bar {
    background-color: #333333;
}

.hamburger,
.get-started,
.mobile-navigation {
    display: none;
}

.top-header {
    width: 100%;
    float: left;
    background: #254151;
    padding: 12px 0px;
    position: relative;
    z-index: 98;
}

.column-block {
    width: 50%;
    float: left;
    color: #fff;
    font-family: 'Open Sans regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.country-name {
    margin-right: 26px;
}

.country-flag img {
    float: left;
    height: 18px;
    width: auto;
}

.login-link {
    margin-right: 32px;
    color: #fff;
}

.login-link:hover {
    color: #E5592A
}

.country-select-holder img {
    padding: 0px 17px;
}

.country-select-holder a {
    color: #fff;
}

.country-select-holder a:hover {
    text-decoration: none;
}

.country-select-holder .dropdown-toggle::after {
    font-family: 'fontIcons';
    content: "\e900" !important;
    font-size: 8px;
    right: 0px;
    top: 5px;
    width: 12px;
    height: 20px;
    border: none;
    margin-left: 0px;
    text-align: center;
}

.country-select-holder.show .dropdown-toggle::after {
    content: "\e901" !important;
    color: #E5592A;
    font-size: 9px;
}

.country-select-holder::before {
    content: '';
    height: 25px;
    width: 100%;
    background: #000;
}

.country-select-holder.show .dropdown-toggle,
.country-select-holder a:hover {
    color: #E5592A
}

.country-name .country-flag {
    padding-right: 13px !important;
}

.country-list {
    background: #fff;
    color: #000;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-top: 36px;
    padding-right: 40px;
    z-index: 9999;
    border-radius: 4px;
    width: 265px;
    top: 6px !important;
    left: 90px !important;
    will-change: transform;
    -webkit-transform: translate3d(-107px, 18px, 0px) !important;
    transform: translate3d(-107px, 18px, 0px) !important;
    box-shadow: rgba(51, 51, 51, 0.13) 0px 8px 24px;
    border: none;
    display: none !important;
}

.country-list::before {
    content: '';
    height: 10px;
    width: 100%;
    background: transparent;
    position: absolute;
    top: -9px;
    left: 0;
}

.country-list.open-list {
    display: block !important;
}

.country-list ul {
    list-style: none;
    padding: 0;
}

.country-list.show {
    display: block !important;
}

.country-select-holder .dropdown-toggle:hover::after {
    content: "\e900";
    font-size: 9px;
}

.country-list ul li {
    text-align: left;
    padding: 8px 0px;
}

.country-list ul li img {
    margin-right: 9px;
    width: 28px;
    padding: 0;
}

.country-list ul li a {
    color: #000000 !important;
    cursor: pointer;
    white-space: nowrap;
}

.country-list ul li a:hover {
    color: #E5592A !important;
    text-decoration: underline !important;
}

.country-select-holder a:hover {
    text-decoration: none !important;
}

.country-name span:nth-child(2) {
    padding-right: 5px;
}

.header {
    border-bottom: 1px solid #E2E8F0;
}

.navbar {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 21px;
    display: block;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 21.54px;
    height: 3px;
    margin: 4.88px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 1px;
}

.main-menu.sticky-navbar .bar {
    background-color: #333333;
}

.nav-menu {
    list-style: none;
    margin: 0;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

.nav-item {
    width: auto;
    float: left;
    padding: 10px 18px;
}

.nav-link {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    font-family: 'Open Sans semibold';
}

.dark-header .nav-link:hover,
.light-header .nav-link:hover {
    color: #E5592A;
}

.main-menu.sticky-navbar .nav-link {
    color: #333333;
}

.main-menu.sticky-navbar .nav-link:hover {
    color: #E5592A;
}

.main-menu.sticky-navbar .active-menu .nav-link {
    border-bottom-color: #333333;
}

.active-menu .nav-link {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}

.dark-header .active-menu .nav-link {
    border-color: #fff;
}

.light-header .active-menu .nav-link {
    border-color: #333333;
}

.nav-logo img,
.main-logo {
    width: 260px;
    height: 56.85px;
}

.main-menu .nav-link {
    color: #333333;
    position: relative;
}

.dropdown-toggle::after {
    font-family: 'fontIcons';
    content: "\e900";
    font-size: 8px;
    width: 14px;
    height: 20px;
    border: none;
    margin-left: 7px;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}

.dropdown-toggle:hover::after,
.menu-open:after {
    content: "\e901";
    font-size: 9px;
}

.nav-menu .dropdown-menu {
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.13);
    border-radius: 8px;
    background: #FFFFFF;
    padding: 28px 42px 28px 26px;
    font-size: inherit;
    border: none;
    margin-top: 10px;
}

.nav-menu .dropdown-menu a {
    color: #000;
    padding: 7px 10px;
}

.nav-menu .dropdown-menu a:hover {
    color: #E5592A;
    background: none;
    text-decoration: underline;
}

.menu-open {
    color: #E5592A !important;
}

.nav-menu .dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.main-menu.sticky-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px 8px 24px #33333321;
    padding-top: 0px;
}

.mobile-logo {
    display: none;
}

.d-mobile-block {
    display: none;
}

.get-started {
    display: none;
}

.country-select-holder a {
    color: #fff;
}

.country-select-holder .dropdown-toggle {
    float: left;
    width: 100%;
}

.country-select-holder .dropdown-toggle:focus,
.country-select-holder .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
}

.inner-menu {
    list-style: none;
    padding: 0;
}

.d-large-none {
    display: none;
}

.nav-menu .dropdown-menu.support-drpdwn {
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
    border: none;
    background: none;
}

.dropdown-menu-holder {
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.13);
    border-radius: 8px;
    background: #FFFFFF;
    padding: 31px 27px 30px 27px;
    font-size: inherit;
    border: none;
    margin-top: 10px;
}

.inner-menu .nav-item .btn {
    min-width: 141px;
    margin-left: 5px;
}

@media only screen and (min-width: 820px) and (max-width:1061px) and (orientation:landscape) {
    .country-select-holder.show .dropdown-toggle,
    .country-select-holder.show .dropdown-toggle:after {
        color: #FFF !important;
    }
    .active-menu .nav-link {
        border-bottom: none;
    }
}

@media only screen and (min-width: 416px) and (max-width:896px) and (orientation:lanscape) {
    .hamburger {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1200px) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .nav-menu .mobile-logo {
        min-height: 90px;
    }
    .nav-menu .mobile-logo a {
        display: none !important;
    }
    .overflow-none .nav-logo {
        position: absolute;
        z-index: 99999;
    }
    .overflow-none .nav-logo .logo-light {
        display: block !important;
    }
    .overflow-none .nav-logo .logo-dark {
        display: none !important;
    }
    .country-select-holder.show .dropdown-toggle,
    .country-select-holder.show .dropdown-toggle:after {
        color: #fff !important;
    }
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #254151;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 99;
        overflow: auto;
        padding: 0;
        margin-top: 4px;
    }
    .nav-item.mobile-logo {
        padding: 5px 20px;
        padding-top: 43px !important;
    }
    .nav-menu.active {
        top: 31px;
        height: 100%;
    }
    .nav-item {
        width: 100%;
        text-align: left;
        margin: 4px 0px;
    }
    .nav-menu.active .nav-item {
        padding: 10px 25px;
    }
    .nav-link {
        color: #fff !important;
        display: inline-block;
    }
    .d-mobile-block {
        display: none !important;
    }
    .light-header .active-menu .nav-link {
        border: none;
        padding-bottom: 0px;
    }
    .mobile-navigation {
        display: block !important;
    }
    .mobile-navigation .nav-link.dropdown-toggle {
        margin-left: 14px !important;
    }
    .hamburger {
        display: inline-block !important;
        cursor: pointer;
        z-index: 99999;
        float: right;
    }
    .get-started {
        display: inline-block !important;
        float: right;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu .dropdown-menu {
        position: relative;
        background: none;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .nav-menu .dropdown-menu a {
        color: #fff;
        padding: 10px 18px!important;
        margin: 0px;
        padding-left: 0px !important;
    }
    .mobile-menu .country-select-holder {
        display: block !important;
        float: left !important;
    }
    .mobile-menu .country-select-holder a {
        padding: 10px 18px;
    }
    .mobile-logo {
        display: block;
    }
    .hamburger.active .bar {
        background: #fff;
    }
    .d-mobile-none {
        display: none;
    }
    .d-mobile-block {
        display: block;
    }
    .hamburger {
        float: right;
        display: inline-block;
        margin-left: 23.5px;
        margin-top: 8px;
        z-index: 99999;
        position: relative;
    }
    .d-small-none {
        display: none !important;
    }
    .d-medium-none {
        display: none;
    }
    .top-header .column-block:first-child {
        width: 53%;
    }
    .top-header .column-block:nth-child(2) {
        width: 47%;
    }
    .main-menu.sticky-navbar .nav-link {
        color: #fff;
    }
    .country-select-holder a:hover {
        color: #fff
    }
    .country-select-holder.show .dropdown-toggle {
        color: #fff;
    }
    .nav-logo img,
    .main-logo {
        width: 223px;
        height: 49px;
    }
    .support-drpdwn .dropdown-item {
        color: #fff;
        margin: 0;
        padding: 10px 18px !important;
    }
    .dropdown-item:focus,
    .dropdown-item:hover,
    .dropdown-item:active {
        background: none;
    }
    .support-drpdwn {
        width: 100%;
        float: left;
        padding-top: 15px;
        margin-left: -15px;
    }
    .dropdown-toggle:hover::after {
        content: "\e900";
    }
    .inner-menu .nav-item .btn {
        margin-left: 18px;
    }
    .get-started .btn {
        min-width: 141px;
    }
    .country-select-holder a:hover {
        color: #ffffff;
    }
    .dropdown-toggle.menu-open::after {
        content: "\e901" !important;
    }
    .active-menu .nav-link {
        border-bottom: none;
        padding-bottom: 0;
        display: inline-block;
    }
}

.main-menu {
    position: absolute;
    width: 100%;
    z-index: 97;
    padding-top: 45px;
}

.main-menu .nav-logo-blue {
    display: none;
}

.light-header .logo-dark {
    display: block;
}

.light-header .logo-light {
    display: none;
}

.light-header .nav-link {
    color: #363636;
}

.dark-header .logo-dark {
    display: none;
}

.dark-header .logo-light {
    display: block;
}

.dark-header .nav-link {
    color: #ffffff;
}

.sticky-navbar .logo-dark {
    display: block;
}

.sticky-navbar .logo-light {
    display: none;
}

.mobile-navigation {
    display: none;
}

.mobile-navigation .nav-link {
    width: auto;
    float: left;
}

.mobile-navigation .nav-link.dropdown-toggle {
    font-weight: 600;
    color: #fff;
    padding-left: 0px;
    margin-left: 0px;
}

@media only screen and (min-width: 810px) and (max-width:1080px) {
    .country-list {
        left: 8px !important;
    }
    .country-select-holder.show .dropdown-toggle::after {
        color: #fff;
    }
    .nav-menu .dropdown-menu.support-drpdwn {
        margin-top: 10px;
    }
    .main-menu .get-started {
        margin-top: 0px;
    }
    .hamburger {
        margin-top: 7px !important;
    }
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .nav-item.mobile-logo {
        padding: 15px 25px;
        padding-top: 26px !important;
    }
    .inner-menu {
        margin-top: 32px;
        width: 100%;
        float: left;
    }
    .nav-menu.active .nav-item {
        padding: 10px 25px;
    }
    .main-menu.sticky-navbar {
        height: 85px;
    }
    .nav-logo img,
    .main-logo {
        width: 223px;
        height: 49px;
    }
    .dropdown-toggle.menu-open::after {
        content: "\e901" !important;
    }
}

@media only screen and (min-width: 1080px) and (max-width:1350px) {
    .country-list {
        left: 8px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .main-menu .active-menu .nav-link {
        padding-bottom: 0;
    }
    .top-header .column-block:first-child {
        width: 65%;
    }
    .top-header .column-block:nth-child(2) {
        width: 35%;
    }
    .login-link {
        padding: 0;
        float: right !important;
        margin-right: 25px;
    }
    .country-flag {
        padding-right: 12px;
    }
    .country-list {
        -webkit-transform: translate3d(-158px, 24px, 0px) !important;
        transform: translate3d(-169px, 24px, 0px) !important;
        width: 265px;
        top: 7px;
        left: 67px !important;
    }
    .nav-item.mobile-logo {
        padding-top: 42px !important;
    }
    .get-started {
        display: inline-block;
        float: right;
    }
    .hamburger {
        float: right;
        display: inline-block;
        margin-left: 23.5px;
        margin-top: 7px;
        z-index: 99999;
        position: relative;
    }
    .d-tablet-none {
        display: none !important;
    }
    .sticky-navbar .nav-menu.active {
        top: 0;
    }
    .mobile-logo {
        padding: 12px 21px;
        margin: 0;
        margin-top: 0px !important;
    }
    .navbar {
        margin-top: 33px;
    }
    .sticky-navbar .navbar {
        margin-top: 21px;
    }
    .nav-link {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        display: inline-block;
    }
    .nav-logo img,
    .main-logo {
        width: 223px;
        height: 49px;
    }
    .dropdown-toggle::after {
        content: "\e900" !important;
    }
    .dropdown-toggle.menu-open::after {
        content: "\e901" !important;
    }
    .sticky-navbar .nav-menu {
        margin-top: 0px;
    }
    .light-header .nav-link {
        color: #ffffff;
    }
    .mobile-navigation {
        display: block;
    }
    .active-menu .nav-link {
        border: none;
    }
    .mobile-navigation .nav-link.dropdown-toggle {
        margin-left: 14px;
    }
    .main-menu.sticky-navbar {
        height: 85px;
    }
    .nav-menu .dropdown-menu.support-drpdwn {
        padding-top: 15px;
        margin-bottom: -15px;
    }
    .country-select-holder.show .dropdown-toggle,
    .country-select-holder.show .dropdown-toggle:after {
        color: #fff !important;
    }
    .inner-menu {
        margin-top: 32px;
        width: 100%;
        float: left;
    }
    .inner-menu .nav-item {
        padding: 10px 23px;
    }
    .country-list ul li:first-child a img {
        width: 19px;
        margin: 0px 17px 0px 3px;
    }
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nav-menu .inner-menu .nav-item {
        margin: 0px 0px;
    }
    .inner-menu {
        list-style: none;
        width: 100%;
        float: left;
        height: calc(100vh - 180px);
        overflow: auto;
        padding-bottom: 40px;
    }
    .nav-menu.active .inner-menu .nav-item {
        position: relative;
        z-index: 9999;
    }
    .nav-item a.login-link {
        display: inline-block;
    }
    .column-block {
        width: 100%;
    }
    .ip-number {
        float: right !important;
    }
    .country-select-holder {
        display: none !important;
    }
    .top-header .login-link {
        display: none;
    }
    .login-link {
        float: left !important;
        padding: 10px 18px;
    }
    .nav-logo img,
    .main-logo {
        width: 164px;
        height: 36px;
    }
    .main-menu.sticky-navbar {
        height: 75px;
    }
    .sticky-navbar .nav-menu.active {
        top: 0;
    }
    .nav-link {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
    }
    .country-list {
        -webkit-transform: none !important;
        transform: none !important;
        border-radius: 0px !important;
        width: 100%;
        background: #fff !important;
        left: 0 !important;
    }
    .hamburger {
        display: inline-block;
        float: right;
        position: relative;
        margin-top: 14px;
    }
    .support-drpdwn {
        background: none !important;
    }
    .dropdown-toggle::after {
        content: "\e900" !important;
    }
    .dropdown-toggle.menu-open::after {
        content: "\e901" !important;
    }
    .get-started {
        display: none !important;
    }
    .getstarted {
        padding: 10px 18px;
    }
    .getstarted a {
        display: block;
    }
    .nav-menu.active .inner-menu {
        width: 100%;
        float: left;
        padding-top: 10px;
        height: calc(100vh - 180px);
        overflow: auto;
        margin-top: 84px;
        padding-bottom: 40px;
    }
    .top-header .column-block:first-child {
        width: 100%;
    }
    .d-mobile-block {
        display: block !important;
    }
    .country-list {
        left: 0 !important;
    }
    .nav-menu.active,
    .nav-menu.active .mobile-logo {
        position: fixed;
        background: #254151;
        z-index: 9999;
        top: 31px;
    }
    .mobile-navigation {
        display: block;
    }
    .nav-menu.active .nav-item {
        padding: 10px 15px;
        margin: 0px;
    }
    .nav-menu.active .inner-menu .nav-item {
        padding: 0;
        width: 100%;
        float: left;
    }
    .nav-menu .inner-menu .nav-item {
        padding: 0;
    }
    .nav-item a {
        margin: 10px 18px;
        padding: 0 !important;
        display: inline-block;
    }
    .inner-menu .nav-item .btn {
        display: block;
    }
    .nav-item.mobile-logo a {
        margin: 0px;
    }
    .mobile-navigation .nav-link.dropdown-toggle {
        margin-left: 0px !important;
    }
    .active-menu .nav-link {
        border-bottom: none;
    }
    .nav-item a.btn-standard {
        padding: 11px 20px !important;
    }
    .country-list {
        padding: 26px 10px 55px 10px !important;
        margin-bottom: 36px;
        z-index: 999;
    }
    .country-select-holder a.menu-open,
    .country-select-holder.show .dropdown-toggle::after,
    .country-select-holder a:hover {
        color: #fff !important;
    }
    .country-select-holder {
        width: 100%;
    }
    .nav-menu .dropdown-menu a {
        padding-left: 18px !important;
    }
    .country-select-holder .dropdown-toggle {
        float: left;
        width: auto;
    }
    .country-list ul li:first-child a img {
        width: 19px;
        margin: 0px 17px 0px 3px;
    }
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .nav-item.mobile-logo {
        padding: 10px 15px;
    }
    .navbar {
        margin-top: 24px;
    }
    .hamburger.close-menu {
        margin-top: 4px;
    }
    .nav-item.mobile-logo {
        padding-top: 31px !important;
    }
    .country-name .country-flag {
        padding-right: 9px !important;
        ;
    }
    .main-menu {
        padding-top: 40px;
    }
    .mobile-menu .country-select-holder .country-list a {
        padding: 0 !important;
        padding-left: 10px !important;
    }
    .support-drpdwn {
        margin-left: 0px;
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .country-list {
        display: none !important;
    }
    .country-list.open-list {
        display: block !important;
    }
    .country-list ul {
        list-style: none;
        padding: 0;
    }
    .country-list.show {
        display: block !important;
        transform: none !important;
        right: 0px;
        left: auto !important;
        top: 31px !important;
    }
    .country-select-holder .dropdown-toggle,
    .country-select-holder .dropdown-toggle:after {
        color: #fff !important;
    }
    .country-select-holder.show .dropdown-toggle,
    .country-select-holder.show .dropdown-toggle:after {
        color: #fff !important;
    }
    .country-select-holder .dropdown-toggle.menu-open::after {
        content: "\e900" !important;
    }
    .country-select-holder.show .dropdown-toggle.menu-open::after {
        content: "\e901" !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) and (orientation:landscape) {
    .country-list.show {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    .nav-menu.active .mobile-logo {
        position: fixed;
        background: #254151;
        z-index: 9999;
    }
    .nav-menu.active .inner-menu {
        margin-top: 96px;
        padding-bottom: 60px;
        width: 100%;
        float: left;
    }
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .top-header {
        z-index: 9999;
    }
}

.main-hero {
    padding-top: 40px;
}

.main-hero .hero-text-media {
    position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero {
        padding-top: 45px;
    }
}

.language-section-container {
    position: relative;
    top: 102px;
}

.language-section-container .language-select-holder {
    position: absolute;
    right: 0px;
    top: 0px;
}

.language-section-container .language-select-holder .language-select,
.language-section-container .language-select-holder .language-select {
    position: relative;
    float: none;
    top: 0px;
    left: 0px;
    margin-bottom: 13px;
    display: inline-block;
}

.language-section-container .language-select-holder .language-select a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 9px;
    padding-right: 28px;
    line-height: 19px;
}

.language-section-container .language-select-holder .language-dropdown-list {
    position: absolute;
    right: 0;
    padding: 35px 35px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 265px;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    display: none;
    will-change: transform;
    left: -66px;
    top: 50px;
}

.language-section-container .language-select-holder .language-dropdown-list li {
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 24px;
}

.language-section-container .language-select-holder .language-dropdown-list li a,
.language-section-container .language-select-holder .language-select a {
    color: #333;
    position: relative;
}

.language-section-container .language-select-holder .language-dropdown-list li a:hover,
.language-select a:hover {
    color: #E5592A;
}

.language-section-container .language-select-holder .language-dropdown-list li span {
    margin-right: 10px;
}

.language-section-container .language-select-holder {
    z-index: 9;
    top: 16px;
    padding-bottom: 8px;
}

.language-section-container .language-select-holder .language-select a:after {
    font-family: 'fontIcons';
    content: "\e900";
    font-size: 8px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-60%);
    width: 20px;
    height: 20px;
}

.language-section-container .language-select-holder .language-select a.activeDrpdwn:after {
    font-family: 'fontIcons';
    content: "\e901";
    font-size: 9px;
}

.language-section-container .language-select {
    position: absolute;
    top: -16px;
    z-index: 9999;
    right: 0;
    float: right;
    border: none;
    border-bottom: 1px solid #CED6DC;
    padding-bottom: 8px;
}

.language-section-container .language-select a:hover,
.language-section-container .language-select a:focus,
.language-section-container .language-dropdown-list li a:focus {
    border: none;
    text-decoration: none;
}

.language-section-container .language-select-holder:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 28px;
}

.language-section-container .language-select-holder .language-select .dropdown-toggle::after {
    display: none;
}

.language-section-container .language-select-holder .language-select .dropdown-menu {
    padding: 45px 41px;
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.13);
    border: none;
    width: 265px;
}

.language-section-container .language-select-holder .language-select .dropdown-menu li a {
    margin-bottom: 10px;
    display: inline-block;
}

.language-section-container .language-select-holder .language-select .dropdown-menu li:last-child a {
    margin-bottom: 0px;
}

.language-section-container .language-select-holder .language-select .dropdown-menu li a:hover {
    color: #E5592A;
    text-decoration: underline;
}

.language-section-container .language-select-holder .language-select .dropdown-menu span img {
    margin-right: 11px;
    width: 28.05px;
    height: 18.7px;
}

.language-section-container .language-select-holder .language-select a:hover,
.activeDrpdwn {
    color: #E5592A !important;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .language-section-container {
        top: 110px;
    }
}

@media (max-device-width: 767px) {
    .language-section-container .language-select-holder {
        right: auto;
        left: 0;
        top: -15px;
    }
    .language-section-container .language-select-holder .language-dropdown-list {
        top: 46px;
        left: 0 !important;
    }
    .language-section-container {
        height: 54px;
    }
}

.main-hero {
    padding-top: 40px;
}

.main-hero .hero-text-media {
    position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero {
        padding-top: 45px;
    }
}

.main-hero .language-select-holder {
    position: absolute;
    right: 0px;
    top: 0px;
}

.main-hero .language-select-holder .language-select,
.main-hero .language-select-holder .language-select {
    position: relative;
    float: none;
    top: 0px;
    left: 0px;
    margin-bottom: 13px;
    display: inline-block;
}

.main-hero .language-select-holder .language-select a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 9px;
    padding-right: 28px;
}

.main-hero .language-select-holder .language-dropdown-list {
    position: absolute;
    right: 0;
    padding: 35px 35px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 265px;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    display: none;
    will-change: transform;
    -webkit-transform: translate3d(18px, -10px, 0px) !important;
    transform: translate3d(18px, -10px, 0px) !important;
}

.main-hero .language-select-holder .language-dropdown-list li {
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 24px;
}

.main-hero .language-select-holder .language-dropdown-list li a,
.main-hero .language-select-holder .language-select a {
    color: #333;
}

.main-hero .language-select-holder .language-dropdown-list li a:hover,
.language-select a:hover {
    color: #E5592A;
}

.main-hero .language-select-holder .language-dropdown-list li a span {
    margin-right: 10px;
}

.language-select-holder {
    z-index: 9999;
    top: 16px;
    padding-bottom: 8px;
}

.language-select-holder .language-select a:after {
    font-family: 'fontIcons';
    content: "\e900";
    font-size: 9px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.language-select-holder .language-select a.activeDrpdwn:after {
    font-family: 'fontIcons';
    content: "\e901";
}

.language-select {
    position: absolute;
    top: -16px;
    z-index: 9999;
    right: 0;
    float: right;
    border: none;
    border-bottom: 1px solid #CED6DC;
    padding-bottom: 8px;
}

.language-select a:hover,
.language-select a:focus,
.language-dropdown-list li a:focus {
    border: none;
    text-decoration: none;
}

.main-hero .language-select-holder:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 28px;
}

.main-hero .language-select-holder .language-select .dropdown-toggle::after {
    display: none;
}

.main-hero .language-select-holder .language-select .dropdown-menu {
    padding: 45px 41px;
    box-shadow: 0px 8px 24px rgba(51, 51, 51, 0.13);
    border: none;
    width: 265px;
}

.main-hero .language-select-holder .language-select .dropdown-menu li a {
    margin-bottom: 10px;
    display: inline-block;
}

.main-hero .language-select-holder .language-select .dropdown-menu li:last-child a {
    margin-bottom: 0px;
}

.main-hero .language-select-holder .language-select .dropdown-menu li a:hover {
    color: #E5592A;
    text-decoration: underline;
}

.main-hero .language-select-holder .language-select .dropdown-menu span img {
    margin-right: 11px;
    width: 28.05px;
    height: 18.7px;
}

.main-hero .language-select-holder .language-select a:hover,
.activeDrpdwn {
    color: #E5592A !important;
}

@media only screen and (max-width: 767px) {
    .language-select-holder .language-select a:not(.activeDrpdwn):hover {
        color: #333333!important;
    }
    .activeDrpdwn:hover {
        color: #E5592A !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .activeDrpdwn:hover {
        color: #E5592A !important;
    }
}

@media (max-device-width: 767px) {
    .main-hero .language-select-holder {
        position: relative;
    }
    .main-hero .language-select-holder .language-dropdown-list {
        right: auto;
        left: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1366px) {
    .hamburger,
    .get-started,
    .mobile-navigation {
        display: none;
    }
}

.main-hero-with-foreground-image {
    position: relative;
    padding-top: 118px;
}

.main-hero-with-foreground-image .hero-text-media {
    z-index: 1;
    position: relative;
}

.main-hero-with-foreground-image .hero-text-media .text-container {
    margin-bottom: 120px;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-heading h1 {
    margin-bottom: 30px;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-para p {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 33px;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-cta {
    margin-bottom: 67px;
}

.main-hero-with-foreground-image .hero-text-media .media-container-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container {
    text-align: center;
}

.main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
    max-width: 100%;
    padding-top: 150px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
    position: absolute;
    top: 69px;
    right: 62px;
    width: 100px;
    height: 100px;
    box-shadow: rgba(51, 54, 51, 0.15) 0px 7px 29px 0px;
    border-radius: 50%;
}

.main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap img {
    border-radius: 50%;
    width: 100%;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-pre-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 13px;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-post-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    margin-bottom: 47px;
    margin-bottom: 52px;
}

.main-hero-with-foreground-image.dark-teal-bg .hero-text-media .text-container {
    color: #fff;
}

.main-hero-with-foreground-image.dark-teal-bg .hero-text-media .text-container .hero-heading h1 {
    color: #fff;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-list {
    list-style: none;
    padding-left: 0px;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-list li {
    color: #fff;
    margin: 18px 0px;
    vertical-align: middle;
    position: relative;
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-list li::before {
    content: '';
    background-image: url(/themes/custom/expat/images/tick-icon-w.svg);
    background-size: contain;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.main-hero-with-foreground-image .hero-text-media .text-container .hero-list li p {
    margin-left: 25px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans semibold';
}

.main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-full-width-img {
    width: 100%;
}

.main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-heading h1 {
    margin-bottom: 9px;
}

.main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-post-heading {
    margin-bottom: 22px;
}

.main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-cta {
    margin-bottom: 17px;
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-cta {
        margin-bottom: 18px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container {
        margin-bottom: 64px;
    }
    .main-hero-with-foreground-image.basic-page-hero {
        margin-bottom: 231px;
        padding-top: 80px !important;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .media-container.hero-foreground-image-container .hero-full-width-img {
        margin-bottom: -231px;
    }
}

@media only screen and (max-width: 767px) and (min-width:577px) {
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-cta {
        margin-bottom: 18px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container {
        margin-bottom: 64px;
    }
    .main-hero-with-foreground-image.basic-page-hero {
        margin-bottom: 231px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .media-container.hero-foreground-image-container .hero-full-width-img {
        margin-bottom: -231px;
    }
}

@media only screen and (max-width: 576px) {
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 1px;
    }
    .main-hero-with-foreground-image.basic-page-hero {
        margin-bottom: 89px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .media-container.hero-foreground-image-container .hero-full-width-img {
        margin-bottom: -89px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 13px;
    }
    .main-hero-with-foreground-image.basic-page-hero .hero-text-media .text-container {
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 120px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 0px;
    }
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        top: 0px;
    }
}

@media only screen and (min-width: 425px) and (max-width:767px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero-with-foreground-image .hero-text-media .text-container {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 425px) and (max-width:768px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero-with-foreground-image .hero-text-media .text-container {
        padding-top: 60px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 25px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-para p {
        margin-bottom: 32px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-cta {
        margin-bottom: 43px;
    }
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 0px;
    }
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        right: 62px;
        top: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:991) {
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        width: 100px;
        height: 100px;
    }
}

@media (max-device-width: 767px) {
    .main-hero-with-foreground-image .hero-text-media .text-container {
        padding-right: 0px;
        padding-top: 5px;
        margin-bottom: 42px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 15px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-para p {
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 26px;
    }
    .main-hero-with-foreground-image .hero-text-media .text-container .hero-cta {
        margin-bottom: 20px;
    }
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img.img-watching-tv {
        padding-top: 83px;
    }
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        width: 64px;
        height: 64px;
        right: 37px;
        top: 0px;
    }
}

@media only screen and (max-width: 766px) and (min-width:577px) {
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img.img-watching-tv {
        padding-top: 41px !important;
    }
    .main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        top: 0;
    }
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .main-hero-with-foreground-image {
        padding-top: 80px;
    }
}

.main-hero-with-background-image {
    position: relative;
    color: #fff;
}

.main-hero-with-background-image .hero-bg-overlay {
    background: #254151;
    opacity: 0.7;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-hero-with-background-image .hero-bg-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.main-hero-with-background-image .hero-bg-image-container .hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% 0;
}

.main-hero.main-hero-with-background-image .language-select-holder .language-select a {
    color: #fff;
}

.main-hero-with-background-image .hero-text-media .text-container {
    padding-top: 136px;
    color: #fff;
    padding-bottom: 100px;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-heading h1 {
    margin-bottom: 19px;
    color: #fff;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-pre-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 3px;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-post-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    margin-bottom: 47px;
    margin-bottom: 52px;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-cta {
    margin-bottom: 19px;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-list {
    list-style: none;
    padding-left: 0px;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-list li {
    color: #fff;
    margin: 18px 0px;
    vertical-align: middle;
    position: relative;
}

.main-hero-with-background-image .hero-text-media .text-container .hero-list li::before {
    content: '';
    background-image: url(/themes/custom/expat/images/tick-icon-w.svg);
    background-size: contain;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.main-hero-with-background-image .hero-text-media .text-container .hero-list li p {
    margin-left: 25px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans semibold';
}

@media only screen and (min-device-width: 425px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero-with-background-image .hero-text-media .text-container {
        padding-top: 133px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-heading {
        margin-right: 100px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 16px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 20px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-cta {
        margin-bottom: 21px;
    }
}

@media (max-device-width: 767px) {
    .main-hero-with-background-image .hero-text-media .text-container {
        padding-top: 122px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 4px;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 16px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
    }
    .main-hero-with-background-image .hero-text-media .text-container .hero-list {
        display: none;
    }
}

.main-hero.grey-wave-bottom::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-image: url(/themes/custom/expat/images/gray-wave.png);
    height: 140px;
    width: 100%;
    left: 0;
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero.grey-wave-bottom::after {
        height: 90px;
    }
}

@media (max-device-width: 767px) {
    .main-hero.grey-wave-bottom::after {
        height: 50px;
    }
}

.main-hero.white-wave-bottom::after {
    background-size: 103%;
    height: auto !important;
    padding-top: 4.3%;
    bottom: -2px;
    background-position: center;
    content: '';
    background-image: url(/themes/custom/expat/images/white-wave-hero.svg);
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 74px;
    width: 100%;
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .main-hero.white-wave-bottom::after {}
}

@media (max-device-width: 767px) {
    .main-hero.white-wave-bottom::after {}
}

.main-hero.home-hero-section {
    margin-bottom: 40px;
}

.feedback-slider-section {
    background: #E5EBEC;
    padding: 99px 0px 78px 0px;
}

.feedback-slider-section .feedback-slider-heading-container {
    text-align: center;
}

.feedback-slider-section .feedback-slider-heading-container h2 {
    margin-bottom: 18px;
}

.feedback-slider-section .feedback-slider-heading-container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 28px;
}

.slider-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.feedback-slider-section .slick-list {
    padding-left: 22%;
    padding-bottom: 26px;
}

.feedback-slider-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.feedback-slider-section .quote-card {
    height: auto !important;
    margin-right: 30px;
    border-radius: 6px;
    box-shadow: rgba(51, 51, 51, 0.05) 0px 10px 20px;
    border: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 32px 46px;
    min-height: 289px;
    max-width: 360px !important;
}

.feedback-slider-section .quote-card .qoute-icon {
    max-width: 35px;
    margin-bottom: 22px;
}

.feedback-slider-section .quote-card .qoute-icon img {
    max-width: 100%;
    height: auto;
}

.feedback-slider-section .quote-card .card-body {
    padding: 0px;
}

.feedback-slider-section .feedback-slider-footer-logo-container {
    padding-bottom: 26px;
    text-align: center;
}

.feedback-slider-section .feedback-slider-footer-logo-container p {
    margin-bottom: 7px;
    line-height: 22px;
}

.feedback-slider-section .feedback-slider-footer-logo-container .feedback-slider-footer-logo-img {
    max-width: 108px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .feedback-slider-section .slick-list {
        padding-left: 10%;
    }
}

@media only screen and (min-width: 1201px) and (max-width:1330px) {
    .feedback-slider-section .slick-list {
        padding-left: 8%;
    }
    .feedback-slider-section .quote-card {
        max-width: 310px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .feedback-slider-section .quote-card {
        max-width: 280px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .feedback-slider-section .slick-list {
        padding-left: 2%;
    }
    .feedback-slider-section .feedback-slider-footer-logo-container {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .feedback-slider-section .slider-container {
        padding-bottom: 17px;
    }
}

@media only screen and (max-device-width: 767px) {
    .feedback-slider-section .slick-list {
        padding-left: 0px;
        padding-bottom: 22px;
        height: 100% !important;
    }
    .feedback-slider-section .quote-card {
        margin: 0px 10px;
        min-width: auto;
        padding: 32px 32px;
    }
    .feedback-slider-section .slider-container {
        padding-bottom: 0px;
    }
    .feedback-slider-section .feedback-slider-footer-logo-container {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.get-started-section .getstrated {
    border-radius: 6px;
    padding: 64px 48px 44px 48px;
    text-align: center;
}

.get-started-section .getstrated .text-container .sub-text {
    font-size: 18px;
    line-height: 26px;
}

.get-started-section .getstrated .text-container p {
    color: #333333;
}

.get-started-section .getstrated .text-container h2 {
    margin-bottom: 12px;
}

.get-started-section .getstrated .text-container .steps-container {
    margin-top: 28px;
}

.get-started-section .getstrated .text-container .steps-container .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.get-started-section .getstrated .text-container .steps-container .steps-column-p {
    padding: 0;
}

.get-started-section .getstrated .text-container .steps-container .step span {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    font-weight: bold;
    box-shadow: #33333321 0px 2px 15px;
    font-size: 20px;
}

.get-started-section .getstrated .text-container .steps-container .step p {
    padding-top: 10px;
}

.get-started-section .getstrated .text-container .btn-container {
    padding-top: 32px;
    padding-bottom: 16px;
}

.get-started-section .getstrated .img-money-back {
    max-width: 225px;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .get-started-section {
        background-color: #E5EBEC;
    }
    .get-started-section .getstrated {
        padding: 0;
        padding-top: 36px;
    }
    .get-started-section .getstrated .text-container h2 {
        margin-bottom: 16px;
    }
    .get-started-section .getstrated .text-container .steps-container {
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 28px;
    }
    .get-started-section .getstrated .text-container .btn-container {
        padding-top: 8px;
        padding-bottom: 16px;
    }
    .get-started-section .getstrated .img-money-back {
        margin-bottom: 22px;
        max-width: 114px;
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .get-started-section .getstrated .img-money-back {
        max-width: none;
    }
}

@media (max-device-width: 767px) {
    .get-started-section .getstrated {
        padding: 29px 10px;
    }
    .get-started-section.home-get-started .getstrated {
        padding-bottom: 58px;
    }
    .get-started-section {
        background-color: #E5EBEC;
    }
    .get-started-section .getstrated .img-money-back {
        max-width: 120px;
        margin-bottom: 44px;
    }
    .get-started-section .getstrated .text-container .steps-container .step p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 33px;
    }
    .get-started-section .getstrated .text-container h2 {
        margin-bottom: 15px;
    }
    .get-started-section .getstrated .text-container .steps-container {
        margin-top: 30px;
    }
    .get-started-section .getstrated .text-container .btn-container {
        padding-top: 6px;
    }
}

.text-and-media-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.text-and-media-section .text-container {
    margin-bottom: 73px;
}

.text-and-media-section .text-container .text-container-heading h2 {
    margin-bottom: 32px;
}

.text-and-media-section .text-container .text-container-list {
    margin-bottom: 33px;
}

.text-and-media-section .text-container .text-container-list .tick-list-element li {
    padding-left: 50px;
    font-size: 18px;
    line-height: 26px;
}

.text-and-media-section .media-container {
    text-align: center;
    margin-bottom: 41px;
    padding-top: 10px;
}

.text-and-media-section .media-container .media-img {
    max-width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .text-and-media-section .text-container .text-container-heading h2 {
        margin-bottom: 26px;
    }
    .text-and-media-section {
        padding-bottom: 0;
        ;
    }
}

@media only screen and (max-device-width: 767px) {
    .text-and-media-section .text-and-media-row-column-reverse-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .text-and-media-section .text-and-media-row-column-reverse-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.tvChannels .text-column {
    margin-left: auto;
    margin-right: auto;
}

.tvChannels .text-column h2 {
    color: #FFF;
    padding-bottom: 24px;
}

.tvChannels {
    background: #254151;
    position: relative;
    background-image: url(/themes/custom/expat/images/waves-bg-placeholder.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 113px 0px 0px;
    margin-top: 34px;
}

.tvChannels:before {
    content: '';
    position: absolute;
    top: -2px;
    background: url(/themes/custom/expat/images/wave-white-placehodler-down.svg);
    height: auto;
    width: 100%;
    z-index: 90;
    left: 0;
    background-size: calc(103% + 10px);
    padding-top: 6.75%;
    background-position: center;
}

.tvChannels .content-container {
    padding-top: 0;
}

.tvChannels .main-head {
    padding-top: 124px;
}

.tvChannels .channel-logo-container {
    padding-top: 66px;
}

@media (min-width: 1200px) {
    .tvChannels .image-container {
        margin-top: 34px;
    }
    .tvChannels .main-head {
        margin-bottom: 4px;
    }
    .tvChannels .image-container img {
        margin: 0 auto;
        padding-left: 100px;
    }
    .tvChannels .channel-list {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    .tvChannels .main-head {
        margin-bottom: 0;
    }
    .tvChannels {
        margin-top: 0;
    }
    .tvChannels .channel-logo-container {
        margin-bottom: 80px;
    }
    .hamburger,
    .get-started,
    .mobile-navigation {
        display: block;
    }
    .navbar .get-started {
        position: inherit;
        z-index: 999;
    }
}

@media only screen and (min-device-width: 1023px) and (max-device-width:2732px) and (orientation:landscape) {
    .hamburger,
    .get-started,
    .mobile-navigation {
        display: none;
    }
}

@media (min-width: 320px) and (max-width:991px) {
    .tvChannels {
        padding-top: calc(6.75% - 2px);
        margin-top: 0;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .tvChannels .channel-logo-container {
        padding-top: 0px;
        margin-bottom: 26px;
    }
    .tvChannels .main-head {
        padding-top: 56px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px;
    }
    .tvChannels .channel-logo-container .channel-list {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .tvChannels .main-head {
        padding-top: 34px;
    }
}

@media (min-width: 556px) and (max-width:767px) {
    .tvChannels .channel-logo-container {
        padding-top: 30px;
        margin-bottom: 95px;
    }
}

@media only screen and (max-width: 800px) {}

.platform-icons-section .platforms-holder {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.platform-icons-section .platforms-holder .platform-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
}

.platform-icons-section .platforms-holder .platform-item .platform-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75;
    color: #333333;
}

.platform-icons-section .platforms-holder .platform-item .platform-logo {
    width: auto;
    max-width: 100%;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .platform-icons-section .platforms-holder .platform-item .platform-title {
        display: none;
    }
    .platform-icons-section .platforms-holder .platform-item .platform-logo {
        width: auto;
        padding: 0px 5px;
    }
}

.half-text-media-card {
    padding-top: 80px;
    padding-bottom: 0px;
}

.half-text-media-card .main-heading {
    text-align: center;
    margin-bottom: 50px;
}

.half-text-media-card .main-card {
    padding: 28px 16px 47px 16px;
    margin-bottom: 40px;
    background-color: #fff;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
}

.half-text-media-card .main-card .img-container {
    margin-bottom: 26px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    text-align: center;
}

.half-text-media-card .main-card .img-container .main-card-img {
    min-width: 166px;
    max-width: 100%;
    height: 175px;
}

.half-text-media-card .card-column {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.half-text-media-card .main-card .text-container {
    text-align: center;
    width: 100%;
}

.half-text-media-card .main-card .text-container .main-card-heading {
    margin-bottom: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

.half-text-media-card .main-card .text-container .main-card-p {
    padding-left: 18px;
    padding-right: 18px;
}

.half-text-media-card .main-card .text-container .main-card-p p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .half-text-media-card .main-card {
        margin-bottom: 24px;
    }
}

@media only screen and (min-device-width: 425px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:2) {
    .half-text-media-card {
        padding-top: 46px;
        padding-bottom: 41px;
    }
    .half-text-media-card .card-column {
        padding-left: 12px;
        padding-right: 12px;
    }
    .half-text-media-card .main-heading {
        margin-bottom: 44px;
    }
    .half-text-media-card .main-card {
        margin-bottom: 24px;
    }
}

@media (max-device-width: 767px) {
    .half-text-media-card {
        padding-top: 46px;
        padding-bottom: 33px;
    }
    .half-text-media-card .main-heading {
        margin-bottom: 32px;
    }
    .half-text-media-card .main-card {
        padding: 34px 16px 42px 16px;
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
    .half-text-media-card .main-card .img-container {
        margin-bottom: 20px;
    }
    .half-text-media-card .main-card .img-container .main-card-img {
        min-width: 134px;
        height: 140px;
    }
    .half-text-media-card .main-card .text-container .main-card-heading {
        padding-left: 17px;
        padding-right: 17px;
        margin-bottom: 12px;
    }
    .half-text-media-card .main-card .text-container .main-card-p {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.vpn-section.container {
    padding-left: 0;
    padding-right: 0;
}

.vpn-section .streamvpn {
    padding-bottom: 60px;
}

.vpn-section .vpn-image-content {
    position: relative;
    z-index: 0;
}

.vpn-section .vpn-image-content:before {
    content: "";
    background-image: url(/themes/custom/expat/images/VPN-bg-line.jpg);
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translate(-50%);
    width: 633px;
    z-index: -1;
    height: 16px;
}

.vpn-section .vpn-image-content h4 {
    margin-bottom: 37px;
}

.vpn-section .vpn-image-content .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vpn-section .vpn-image-content .content .image-container {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vpn-section .vpn-image-content .content .image-container.frame-container {
    position: relative;
}

.vpn-section .vpn-image-content .frame-container:before,
.vpn-section .vpn-image-content .frame-container:after {
    content: "";
    background-image: url(/themes/custom/expat/images/Two-side-arrow.png);
    display: block;
    width: 41px;
    height: 71px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}

.vpn-section .vpn-image-content .frame-container:after {
    left: auto;
    right: -10px;
}

.vpn-section .vpn-section-process-area {
    margin: auto;
    text-align: center;
}

@media (min-width: 768px) and (max-width:991px) {
    .vpn-section h2 {
        margin-bottom: 8px;
    }
    .vpn-section .vpn-image-content {
        padding-bottom: 16px !important;
    }
    .vpn-section .vpn-image-content h4 {
        margin-bottom: 23px;
    }
    .vpn-section img {
        padding-bottom: 4px !important;
    }
    .streamvpn-data ul li {
        padding-top: 4px;
        padding-bottom: 2px;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
        padding-left: 44px;
    }
    .vpn-section .streamvpn {
        padding-bottom: 66px;
    }
    .vpn-section .vpn-image-content .content .image-container {
        height: 132px;
    }
    .vpn-section .vpn-image-content:before {
        bottom: 76px;
        width: 501px;
        background-size: contain;
        height: 13px;
    }
    .vpn-section .vpn-image-content .frame-container:before,
    .vpn-section .vpn-image-content .frame-container:after {
        width: 32px;
        height: 57px;
        background-size: contain;
    }
    .vpn-section .vpn-image-content .frame-container:before {
        left: -7px;
    }
    .vpn-section .vpn-image-content .frame-container:after {
        right: -7px;
    }
    .vpn-section .vpn-image-content .device-container img {
        max-width: 212px;
    }
    .vpn-section .vpn-image-content .frame-container img {
        max-width: 119px;
    }
    .vpn-section .vpn-image-content .cloud-container img {
        max-width: 191px;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .vpn-section.how-vpn-process-section .streamvpn .col-md-3.offset-md-1 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-left: 0px;
    }
    .vpn-section.how-vpn-process-section .streamvpn .col-md-3 .tick-list-element {
        margin: 10px auto 12px;
        max-width: 95%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .vpn-section.container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .vpn-section .vpnListholder {
        min-width: 220px;
    }
    .vpn-section h2 {
        line-height: 38px;
    }
    .vpn-section .vpn-image-content {
        padding-top: 0 !important;
        padding-bottom: 34px !important;
    }
    .vpn-section .vpn-image-content h4 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
    }
    .vpn-section .vpn-image-content .content .image-container {
        height: auto;
    }
    .vpn-section .vpn-image-content .device-container img {
        max-width: 212px;
    }
    .vpn-section .vpn-image-content .frame-container img {
        max-width: 119px;
    }
    .vpn-section .vpn-image-content .cloud-container img {
        max-width: 191px;
    }
    .vpn-section .vpn-image-content .content .image-container.device-container,
    .vpn-section .vpn-image-content .content .image-container.frame-container {
        position: relative;
        margin-bottom: 81px;
    }
    .vpn-section .vpn-image-content .device-container:after,
    .vpn-section .vpn-image-content .frame-container:after {
        content: "";
        background-image: url(/themes/custom/expat/images/Two-side-arrow.png);
        display: block;
        width: 41px;
        height: 71px;
        position: absolute;
        top: calc(100% + 4px);
        transform: translateY(0) translateX(-50%) rotate(90deg);
        left: 50%;
    }
    .vpn-section .vpn-image-content:before {
        display: none;
    }
    .vpn-section .vpn-image-content .frame-container:before {
        display: none;
    }
    .vpn-section .vpnListholder ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .vpn-section .vpnListholder .div:first-child ul {
        margin-top: 10px;
    }
    .vpn-section .vpnListholder .streamvpn-data ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .vpn-section .streamvpn {
        padding-bottom: 51px !important;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.country-list-card-section {
    padding-top: 30px;
    padding-bottom: 69px;
}

.country-list-card-section .country-list-card {
    padding-top: 36px;
    padding-bottom: 27px;
    padding-left: 31px;
    padding-right: 31px;
    background: #fff;
    margin-bottom: 25px;
    width: 100%;
}

.country-list-card-section .country-list-card:hover {
    box-shadow: none;
}

.country-list-card-section .country-list-card-country-flag-container {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    box-shadow: rgb(51 54 51 / 15%) 0px 7px 29px 0px;
    margin: auto;
    margin-bottom: 19px;
}

.country-list-card-section .country-list-card-country-flag-container img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    max-width: 100%;
    height: auto;
}

.country-list-card-section .country-list-card-country-name-container {
    text-align: center;
}

.country-list-card-section .country-list-card-country-name {
    font-family: 'Roboto Slab Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.country-list-card-section .country-list-card-link {
    color: #333333;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.country-list-card-section .country-list-card-link:hover {
    color: #333333;
    text-decoration: none;
}

.country-list-card-section .country-list-card-link:hover .country-list-card-country-name {
    border-bottom: 1px solid #333333;
}

.country-list-card-section .country-list-card-section .country-list-card-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .country-list-card-section .country-list-card-country-flag-container {
        height: 80px;
        width: 80px;
    }
    .country-list-card-section .country-list-card-column {
        padding: 0px 12px;
    }
    .country-list-card-section {
        padding-top: 30px;
        padding-bottom: 31px;
    }
}

@media only screen and (max-width: 576px) {
    .country-list-card-section .country-list-card {
        padding-top: 25px;
        padding-bottom: 22px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 21px;
    }
    .country-list-card-section .country-list-card-column {
        padding: 0px 10px;
    }
    .country-list-card-section {
        padding-top: 30px;
        padding-bottom: 81px;
    }
}

.text-area-container-section {
    padding-top: 91px;
    padding-bottom: 63px;
}

.text-area-container-section .text-area-container-section-container p {
    text-align: left;
}

.text-area-container-section .text-area-container-section-container p a {
    color: #E5592A;
}

.text-area-container-section .text-area-container-section-container p a:hover,
.text-area-container-section .text-area-container-section-container p a:active {
    color: #E5592A;
}

.main-accordion-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-accordion-container .main-accordion-item {
    border-bottom: 1px solid #CED6DC;
}

.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title {
    margin-bottom: 0px;
}

.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    display: block;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #333333;
}

.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link:hover {
    color: #333333;
    text-decoration: none;
}

.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 16px;
    width: 17px;
    height: 10px;
    background: url(/themes/custom/expat/images/collapse-arrow-down.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link[aria-expanded='true']::before {
    content: '';
    position: absolute;
    right: 16px;
    width: 17px;
    height: 10px;
    background: url(/themes/custom/expat/images/collapse-arrow-up.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.main-accordion-container .main-accordion-item .main-accordion-item-body {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 50px;
    padding-bottom: 32px;
}

@media(min-width: 768px) and (max-width:1024px) {
    .main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link::before {
        top: 30px;
        transform: none;
    }
    .main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link[aria-expanded='true']::before {
        top: 30px;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .main-accordion-container .main-accordion-item .main-accordion-item-body {
        padding-bottom: 33px;
    }
}

@media only screen and (max-width: 576px) {
    .main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link::before {
        top: 28px;
        transform: none;
    }
    .main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link[aria-expanded='true']::before {
        top: 28px;
        transform: none;
    }
    .main-accordion-container .main-accordion-item .main-accordion-item-body {
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 50px;
        padding-bottom: 40px;
    }
    .main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

.full-width-image-card-section .full-width-image-card {
    background: #fff;
    width: 100%;
    margin-bottom: 28px;
}

.full-width-image-card-section .full-width-image-card .full-width-image-text-container {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
}

.full-width-image-card-section .full-width-image-card .full-width-image-text-container .text-container-header-title {
    font-family: Roboto Slab Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 13px;
}

.full-width-image-card-section .full-width-image-card .full-width-image-text-container p {
    margin-bottom: 0px;
}

.full-width-image-card-section .full-width-image-card .full-width-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.full-width-image-card-section .full-width-image-card .full-width-image-container img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    object-fit: contain;
}

.full-width-image-card-section .full-width-image-card-link {
    width: 100%;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-width-image-card-section .full-width-image-card-link:hover {
    color: #333333;
    text-decoration: none;
}

.full-width-image-card-section .full-width-image-card-link:hover .full-width-image-text-container .text-container-header-title {
    border-bottom: 1px solid #333333;
}

.full-width-image-card-section .full-width-image-card-row {
    margin-left: -12px;
    margin-right: -12px;
}

.full-width-image-card-section .full-width-image-card-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
}

@media only screen and (max-width: 767px) and (min-width:576px) {
    .full-width-image-card-section .full-width-image-card .full-width-image-container {
        height: 180px;
    }
}

@media only screen and (max-width: 1023px) and (min-width:768px) {
    .full-width-image-card-section .full-width-image-card .full-width-image-container {
        height: 104px;
    }
}

@media only screen and (max-width: 768px) {
    .full-width-image-card-section .full-width-image-card-column {
        padding-left: 11px;
        padding-right: 11px;
    }
    .full-width-image-card-section .full-width-image-card {
        margin-bottom: 22px;
    }
    .full-width-image-card-section .full-width-image-card-row {
        margin-left: -11px;
        margin-right: -11px;
    }
    .full-width-image-card-section .full-width-image-card .full-width-image-container {
        height: auto;
    }
    .full-width-image-card-section .full-width-image-card .full-width-image-container img {
        top: 0;
        transform: none;
    }
}

@media only screen and (max-width: 576px) {
    .full-width-image-card-section .full-width-image-card-column {
        padding-left: 11px;
        padding-right: 11px;
    }
    .full-width-image-card-section .full-width-image-card-row {
        margin-left: -11px;
        margin-right: -11px;
    }
    .full-width-image-card-section .full-width-image-card .full-width-image-text-container .text-container-header-title {
        margin-bottom: 17px;
    }
    .full-width-image-card-section .full-width-image-card .full-width-image-text-container {
        padding: 24px 18px 40px 18px;
    }
    .full-width-image-card-section .full-width-image-card {
        margin-bottom: 20px;
    }
}

.text-area-container-section {
    padding-top: 91px;
    padding-bottom: 63px;
}

.text-area-container-section .text-area-container-section-container p {
    text-align: left;
}

.text-area-container-section .text-area-container-section-container p a {
    color: #E5592A;
}

.text-area-container-section .text-area-container-section-container p a:hover,
.text-area-container-section .text-area-container-section-container p a:active {
    color: #E5592A;
}

.hero-default {
    padding-top: 128px;
    padding-bottom: 23px;
}

.hero-default h1 {
    margin-bottom: 29px;
}

.support-cards-section {
    padding-top: 39px;
    padding-bottom: 115px;
}

.support-cards-section a:hover .main-card-p p {
    color: #333333;
}

.support-cards-section .card-panel-link {
    width: 100%;
    display: flex;
    text-decoration: none;
    margin-bottom: 40px;
}

.support-cards-section.half-text-media-card .main-card {
    margin-bottom: 0;
}

@media only screen and (min-device-width: 425px) and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:2) {
    .support-cards-section.half-text-media-card .main-card {
        margin-bottom: 0px;
    }
    .support-cards-section .card-panel-link {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .support-cards-section.half-text-media-card .main-card {
        margin-bottom: 0px;
    }
    .support-cards-section .card-panel-link {
        margin-bottom: 24px;
    }
}

@media (max-device-width: 767px) {
    .support-cards-section.half-text-media-card .main-card {
        height: auto;
    }
    .support-cards-section .card-panel-link {
        margin-bottom: 24px;
    }
}

.hero-default p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
}

@media only screen and (max-device-width: 1024px) and (min-device-width:992px) {
    .hero-default {
        padding-top: 132px;
        padding-bottom: 23px;
    }
    .hero-default h1 {
        margin-bottom: 26px;
    }
    .support-cards-section {
        padding-top: 12px;
        padding-bottom: 46px;
    }
    .hero-default p {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0px;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .hero-default {
        padding-top: 128px;
        padding-bottom: 23px;
    }
    .hero-default h1 {
        margin-bottom: 26px;
    }
    .support-cards-section {
        padding-top: 12px;
        padding-bottom: 46px;
    }
    .hero-default p {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0px;
        text-align: left;
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width:577px) {
    .hero-default {
        padding-top: 104px;
    }
    .hero-default h1 {
        margin-bottom: 15px;
    }
    .hero-default p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
    }
    .support-cards-section {
        padding-top: 4px;
        padding-bottom: 26px;
    }
}

@media only screen and (max-device-width: 576px) {
    .hero-default {
        padding-top: 104px;
    }
    .hero-default p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: left;
    }
    .support-cards-section {
        padding-top: 4px;
        padding-bottom: 26px;
    }
}

.small-hero-section {
    padding-top: 133px;
    padding-bottom: 75px;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .small-hero-section {
        padding-bottom: 56px;
    }
}

.small-hero-section::after {
    content: '';
    background-image: url(/themes/custom/expat/images/white-wave-hero.svg);
    background-size: 103%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media only screen and (max-width: 767px) {
    .small-hero-section {
        padding-top: 133px;
        padding-bottom: 32px;
        position: relative;
    }
}

@media only screen and (max-width: 576px) {
    .small-hero-section {
        padding-top: 104px;
        padding-bottom: 42px;
        position: relative;
    }
}

.small-hero-section.dark-teal-bg {
    color: #fff;
}

.small-hero-section.dark-teal-bg .small-hero-heading h1 {
    color: #fff;
}

.blog-teaser-card {
    margin-bottom: 38px;
    border-bottom: 1px solid #CED6DC;
    padding-bottom: 17px;
}

.blog-teaser-card .blog-teaser-header {
    padding-bottom: 11px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-preheading {
    color: #E5592A;
    font-weight: 700;
    margin-bottom: 3px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-preheading a {
    color: #E5592A;
    font-weight: 700;
    margin-bottom: 3px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading {
    margin-bottom: 10px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading a:hover {
    color: #E5592A;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading a:hover h3 {
    color: #E5592A;
}

.blog-teaser-card .blog-teaser-content-container .blog-teaser-image-container {
    margin-bottom: 20px;
}

.blog-teaser-card .blog-teaser-content-container .blog-teaser-image-container img {
    width: 100%;
    height: auto;
}

.blog-teaser-card .blog-teaser-content-container .blog-teaser-content a {
    color: #E5592A;
}

.blog-teaser-card .blog-teaser-content-container .blog-teaser-content a:hover {
    color: #E5592A;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-date {
    position: relative;
    padding-left: 22px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-date::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(/themes/custom/expat/images/calendar-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .blog-teaser-card {
        padding-bottom: 5px;
    }
    .blog-teaser-card .blog-teaser-header .blog-teaser-preheading {
        margin-bottom: 2px;
    }
    .blog-teaser-card .blog-teaser-header .blog-teaser-heading {
        margin-bottom: 14px;
    }
    .blog-teaser-card .blog-teaser-header {
        padding-bottom: 11px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-teaser-card .blog-teaser-content-container .blog-teaser-content {
        display: none;
    }
    .blog-teaser-card .blog-teaser-header .blog-teaser-preheading {
        margin-bottom: 2px;
    }
    .blog-teaser-card .blog-teaser-header .blog-teaser-heading {
        margin-bottom: 6px;
    }
    .blog-teaser-card .blog-teaser-header {
        padding-bottom: 10px;
    }
    .blog-teaser-card .blog-teaser-header .blog-teaser-date {
        margin-bottom: 10px;
    }
    .blog-teaser-content {
        margin-bottom: 26px;
    }
    .blog-teaser-card {
        margin-bottom: 26px;
    }
}

.blog-listing-sider .blog-listing-widget {
    margin-bottom: 40px;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-title {
    font-family: 'Roboto Slab Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

.blog-listing-search-container .searchForm-holder {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
}

.blog-listing-sider .blog-listing-widget .blog-listing-search-container .blog-listing-search-input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    min-height: 44px;
    vertical-align: middle;
    margin-right: 13px;
    flex-grow: 1;
    padding: 5px 10px;
    width: 100%;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-link-list {
    list-style: none;
    padding-left: 0px;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-link-list .blog-listing-widget-link-list-item {
    margin-bottom: 10px;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-link-list .blog-listing-widget-link-list-item a:hover {
    color: #E5592A;
}

@media only screen and (max-width: 768px) {
    .blog-listing-sider .blog-listing-widget {
        margin-bottom: 41px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-listing-sider .blog-listing-widget .blog-listing-widget-title {
        margin-bottom: 13px;
    }
    .blog-listing-sider .blog-listing-widget {
        margin-bottom: 41px;
    }
}

.pagination li {
    padding: 5px;
}

.pagination-nav {
    font-family: 'fontIcons';
    color: #333333;
    font-size: 11px !important;
}

.pagination .page-link {
    height: 35px;
    width: 35px;
    padding: 11px 4px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #DEE3E5 !important;
    font-size: 15px;
    line-height: 11px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.pagination .page-link:hover {
    background-color: #E5592A !important;
    color: #fff;
}

.pagination .page-link.active {
    background-color: #254151 !important;
    color: #fff;
}

.basic-text-section {
    padding-top: 90px;
    text-align: center;
    padding-bottom: 83px;
}

.basic-text-section .main-container {
    max-width: 995px;
    margin: auto;
}

.basic-text-section .main-container h2 {
    margin-top: 48px;
    margin-bottom: 18px;
}

.basic-text-section .main-container h4 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.basic-text-section .main-container .button-container {
    padding-top: 18px;
}

@media (min-width: 768px) and (max-width:991px) {
    .basic-text-section {
        padding-top: 38px;
        padding-bottom: 50px;
    }
    .basic-text-section .main-container h2 {
        margin-top: 31px;
        margin-bottom: 15px;
    }
    .basic-text-section .main-container .button-container {
        padding-top: 32px;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .basic-text-section {
        padding-top: 20px;
    }
    .basic-text-section .main-container h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .basic-text-section .main-container .button-container {
        padding-top: 25px;
    }
    .basic-text-section .main-container .button-container .btn {
        white-space: normal;
    }
}

.after-white-wave-bottom {
    position: relative;
}

.after-white-wave-bottom::after {
    background-size: 103%;
    height: auto !important;
    padding-top: 4.3%;
    bottom: -2px;
    background-position: center;
    content: '';
    background-image: url(/themes/custom/expat/images/white-wave-hero.svg);
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 74px;
    width: 100%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .after-grey-wave-bottom-tablet {
        position: relative;
    }
    .after-grey-wave-bottom-tablet::after {
        content: "";
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
        background-repeat: repeat;
        display: block;
        width: 100%;
        position: absolute;
        top: calc(100% - 25px);
        left: 0;
        z-index: -1;
        height: 0;
        background-size: calc(105% + 11px);
        padding-top: 6.75%;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .after-grey-wave-bottom-tablet {
        position: relative;
    }
    .after-grey-wave-bottom-tablet::after {
        content: "";
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
        background-repeat: repeat;
        display: block;
        width: 100%;
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        z-index: -1;
        height: 0;
        background-size: calc(105% + 11px);
        padding-top: 6.75%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .after-grey-wave-bottom-mobile {
        position: relative;
    }
    .after-grey-wave-bottom-mobile::after {
        content: "";
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
        background-repeat: repeat;
        display: block;
        width: 100%;
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        z-index: -1;
        height: 0;
        background-size: calc(105% + 11px);
        padding-top: 6.75%;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .after-blue-wave-bottom-tablet {
        position: relative;
    }
    .after-blue-wave-bottom-tablet::after {
        background-size: 103%;
        height: auto !important;
        padding-top: 4.5%;
        bottom: -2px;
        background-position: center;
        content: '';
        background-image: url(/themes/custom/expat/images/grey-bottom-wave.svg);
        position: absolute;
        left: 0px;
        height: 74px;
        width: 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .after-blue-wave-bottom-tablet {
        position: relative;
    }
    .after-blue-wave-bottom-tablet::after {
        background-size: 103%;
        height: auto !important;
        padding-top: 4.5%;
        bottom: -2px;
        background-position: center;
        content: '';
        background-image: url(/themes/custom/expat/images/grey-bottom-wave.svg);
        position: absolute;
        left: 0px;
        height: 74px;
        width: 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 576px) {
    .after-blue-wave-bottom-mobile {
        position: relative;
    }
    .after-blue-wave-bottom-mobile::after {
        background-size: 103%;
        height: auto !important;
        padding-top: 4.5%;
        bottom: -2px;
        background-position: center;
        content: '';
        background-image: url(/themes/custom/expat/images/grey-bottom-wave.svg);
        position: absolute;
        bottom: -1px;
        left: 0px;
        height: 74px;
        width: 100%;
        background-repeat: no-repeat;
    }
}

.main-full-width-content-hero {
    color: #fff;
    padding-top: 145px;
}

.main-hero-with-foreground-image.main-full-width-content-hero .platform-icons-section .platforms-holder .platform-item .platform-title {
    color: #fff;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-heading h1 {
    text-align: center;
    margin-bottom: 29px;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-para p {
    text-align: center;
    margin-bottom: 6px;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container {
    margin-bottom: 6px;
}

.main-hero-with-foreground-image.main-full-width-content-hero {
    margin-bottom: 130px;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container {
    margin-bottom: -100px;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container .hero-centered-foreground-image {
    max-width: 100%;
}

.main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-cta {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width:1024px) {}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-full-width-content-hero {
        padding-top: 125px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 26px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-para p {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .platform-icons-section .container {
        padding: 0px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container .hero-centered-foreground-image {
        max-width: 521px;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .main-full-width-content-hero {
        padding-top: 125px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 26px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-para p {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .platform-icons-section .container {
        padding: 0px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container .hero-centered-foreground-image {
        max-width: 521px;
    }
}

@media only screen and (max-width: 576px) {
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container .hero-centered-foreground-image {
        max-width: 280px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero {
        padding-top: 104px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 15px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-para p {
        margin-bottom: 25px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-cta {
        display: block;
        text-align: center;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .text-container .hero-cta {
        margin-bottom: 0px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero .hero-text-media .media-container {
        margin-bottom: -50px;
    }
    .main-hero-with-foreground-image.main-full-width-content-hero {
        margin-bottom: 50px;
    }
}

.features-list-section {
    padding-top: 24px;
    padding-bottom: 107px;
}

.features-list-section .feature-badge-text-container .tick-list-element {
    margin-bottom: 40px;
}

.features-list-section .feature-badge-media-container {
    text-align: center;
}

.features-list-section .feature-badge-media-container .feature-badge-image img {
    max-width: 185px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width:1024px) {}

@media only screen and (min-width: 768px) and (max-width:991px) {}

@media only screen and (min-width: 577px) and (max-width:767px) {}

@media only screen and (max-width: 576px) {
    .features-list-section .features-list-section-row {
        flex-direction: column-reverse;
    }
    .features-list-section .feature-badge-media-container .feature-badge-image img {
        max-width: 114px;
    }
    .features-list-section {
        padding-top: 45px;
        padding-bottom: 96px
    }
    .features-list-section .feature-badge-media-container .feature-badge-image {
        margin-bottom: 34px;
    }
    .features-list-section .feature-badge-text-container .tick-list-element {
        margin-bottom: 58px;
    }
}

.buyvpn-banner-section {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}

.buyvpn-banner-section img {
    width: 100%;
}

.extendVPN-holder {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.extendVPN {
    background: #254151;
    border-radius: 6px;
    margin-top: 46px;
    margin-bottom: 81px;
    padding: 56px 85px 76px 58px;
}

.extendVPN-holder {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.extendVPN-holder .button-container {
    margin-top: 20px;
}

.extendVPN .gurantee-logo {
    width: 225px;
    height: 283px;
    margin-top: 26px;
    flex-shrink: 0;
}

.extendVPN h3 {
    width: 597px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.extendVPN-holder .steps .step-holder {
    width: 33.333333%;
    margin: 0;
    padding: 0 15px;
    height: auto;
}

.extendVPN .step {
    margin: 0 auto;
}

.extendVPN .step span {
    color: #333333;
}

.step span {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    font-weight: bold;
    box-shadow: rgb(51 51 51 / 15%) 0px 2px 15px;
    font-size: 20px;
}

.extendVPN-holder .step p {
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.extendVPN-holder .step p {
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 992px) {
    .step p {
        padding-top: 10px;
    }
    .extendVPN-holder .extendVPN {
        padding-bottom: 76px !important;
    }
    .extendVPN .gurantee-logo {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .step p {
        padding-top: 10px;
    }
    .extendVPN-holder .steps-list {
        margin-left: 75px;
    }
    .extendVPN-holder .steps-list {
        margin-left: 75px;
    }
    .extendVPN-holder .steps-list {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .extendVPN-holder-outer {
        padding-top: 56px;
        margin-top: 44px;
    }
    .extendVPN-holder-outer .extendVPN {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .extendVPN-holder {
        display: block;
    }
    .extendVPN .gurantee-logo {
        width: 114.76px;
        height: 141.36px;
        margin: 0 auto;
        margin-bottom: 28.48px;
    }
    .steps-list {
        margin-left: 0;
    }
    .extendVPN h3 {
        line-height: 34px;
        margin-bottom: 21px;
        max-width: 278px;
    }
    .steps .step-holder {
        width: 100% !important;
    }
    .steps .step-holder {
        margin: 0 auto !important;
        margin-bottom: 28px !important;
    }
    .extendVPN {
        padding: 0 20px !important;
    }
    .extendVPN-holder .extendVPN {
        margin-top: 20px;
    }
}

@media (min-width: 320px) and (max-width:991px) {
    .extendVPN-holder-outer {
        background-color: #254151;
        position: relative;
        padding-top: 36px;
        padding-bottom: 12px;
        margin-top: 49px;
    }
    .extendVPN-holder-outer .extendVPN {
        padding-bottom: 110px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .extendVPN-holder .step p {
        padding-top: 10px;
    }
    .extendVPN h3 {
        margin-bottom: 31px;
        ;
    }
}

@media only screen and (max-width: 1080px) and (min-width:992px) {
    .extendVPN-holder .extendVPN {
        padding-top: 40px !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .extendVPN-holder {
        flex-wrap: wrap;
    }
    .extendVPN-holder .extendVPN .gurantee-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .extendVPN-holder .steps-list {
        margin-left: 0;
    }
    .buyvpn-banner-section {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .extendVPN-holder .step span {
        margin-bottom: 10px;
    }
    .buyvpn-banner-section {
        padding-top: 42px;
        padding-bottom: 0;
    }
    .buyvpn-banner-section h2 {
        margin-bottom: 36px;
    }
    .buyvpn-banner-section img {
        margin-top: 26px;
        margin-bottom: 22px;
    }
    .extendVPN h3 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .extendVPN-holder .step p {
        padding-left: 34px;
        padding-right: 34px;
    }
    .extendVPN-holder .step .btn {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 800px) {
    .extendVPN-holder .extendVPN {
        border-radius: 0;
        position: relative;
        padding-bottom: 40px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1023px) {
    .buyvpn-banner-section img {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .buyvpn-banner-section p {
        margin-bottom: 0;
    }
    .extendVPN-holder .extendVPN {
        margin-top: 0;
        padding-bottom: 110px !important;
    }
    .extendVPN-holder .step p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .extendVPN .gurantee-logo {
        width: 114.76px;
        height: 141.36px;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    .step p {
        padding-top: 10px;
    }
    .extendVPN-holder .extendVPN {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0;
    }
}

.blog-article-hero {
    background-color: #254151;
    padding-top: 151px;
    padding-bottom: 170px;
}

.blog-article-hero .text-container,
.blog-article-hero .text-container h1,
.blog-article-hero p {
    color: #fff;
}

.breadcrumbs p {
    margin-bottom: 0;
    padding-left: 21px;
    position: relative;
    font-size: 14px;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 100%;
    background: url(/themes/custom/expat/images/back-arrow.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 51%;
    transform: translateY(-50%);
}

.breadcrumbs {
    padding-bottom: 11px;
    border-bottom: solid 1px #CED6DC;
    margin-bottom: 30px;
}

.blog-article-hero .text-container .pre-heading {
    color: #E5592A;
    margin-bottom: 0;
}

.blog-article-hero .text-container h1 {
    margin-bottom: 14px;
}

.blog-article-hero .text-container .date {
    margin-bottom: 36px;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 22px;
}

.blog-article-hero .text-container .date:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 14px;
    height: 100%;
    background: url(/themes/custom/expat/images/calendar-white.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.blog-article-section .left-container {
    margin-top: -170px;
    padding-right: 41px;
    padding-bottom: 103px;
}

.blog-article-section .left-container a {
    color: #E5592A;
}

.blog-article-section .left-container .img-container {
    margin-bottom: 36px;
}

.blog-article-section .left-container .img-container img {
    width: 100%;
}

.blog-article-section .left-container h3 {
    margin-top: 26px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .blog-article-section .left-container {
        border-bottom: 1px solid #CED6DC;
        margin-bottom: 38px;
        padding-bottom: 40px;
    }
    .blog-article-hero {
        padding-top: 90px;
        padding-bottom: 120px;
    }
    .blog-article-hero .breadcrumbs {
        margin-bottom: 20px;
    }
    .blog-article-section .left-container {
        padding-right: 0;
        margin-top: -115px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1023px) {
    .blog-article-section .left-container {
        border-bottom: 1px solid #CED6DC;
        margin-bottom: 38px;
        padding-bottom: 56px;
        padding-right: 0px;
    }
}

footer {
    float: left;
    width: 100%;
    background: #254151;
    padding: 106px 0px 214px 0px;
}

footer .footer-head {
    font-size: 18px;
    font-family: 'Roboto Slab Bold';
    color: #fff;
    line-height: 26px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

footer .footer-list li {
    margin-bottom: 5px;
}

footer .footer-link {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

footer .footer-link:hover {
    text-decoration: underline;
    color: #E5592A;
}

footer p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

footer p a {
    color: #fff;
}

footer p a:hover {
    text-decoration: underline;
    color: #E5592A;
}

footer .footer-copyright {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 23px 0px 0px 0px;
    margin-top: 40px;
}

footer .footer-copyright p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

footer .footer-copyright p span:before {
    content: '|'
}

footer .footer-copyright p a {
    border-bottom: 1px solid #fff;
}

footer .footer-copyright p a:hover {
    text-decoration: none;
    border-bottom: 1px solid #E5592A !important;
}

footer .footer-social-icons {
    margin-bottom: 0;
}

footer .footer-social-icons li a {
    margin-right: 25px;
}

footer .footer-social-icons li a:hover path {
    fill: #E5592A;
}

footer .footer-social-icons li:last-child a {
    margin-right: 0px;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}

footer .footer-payment-icon {
    margin-right: 3px;
}

footer .footer-payment-icon:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

footer .border-line {
    border-top: 1px solid #ffffff44;
    height: 1px;
    width: 100%;
    margin: 20px;
}

footer .footer-social-icons li .facebook-icon:after {
    font-family: 'fontIcons';
    content: "\e902";
    font-size: 18px;
    color: #fff;
}

footer .footer-social-icons li .twitter-icon:after {
    font-family: 'fontIcons';
    content: "\e90a";
    font-size: 18px;
    color: #fff;
}

footer .footer-social-icons li .instagram-icon:after {
    font-family: 'fontIcons';
    content: "\e904";
    font-size: 18px;
    color: #fff;
}

footer .footer-social-icons li a:hover {
    text-decoration: none;
}

footer .footer-social-icons li a:hover:after {
    color: #E5592A;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}

.help-cta {
    height: 47px;
    width: auto;
    border-radius: 100px;
    background: #E5592A;
    position: fixed;
    bottom: 27px;
    padding: 10px 20px;
    right: 26px;
    z-index: 999;
    font-weight: 600;
    color: #fff!important;
}

.help-cta img {
    display: inline-block;
    vertical-align: middle;
}

.help-cta span {
    vertical-align: middle;
}

.help-cta:hover {
    background: #D24D20;
    text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    footer {
        padding: 75px 0px 135px 0px;
    }
}

@media (max-device-width: 767px) {
    footer {
        padding: 52px 0px 90px 0px;
    }
    footer .footer-copyright {
        margin-top: 16px;
    }
    footer .footer-copyright p a:hover {
        border-bottom: 1px solid #ffffff !important;
        color: #fff;
    }
    footer .footer-link{
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
    }
    footer .region nav .clearfix.menu li{
        margin-bottom: 2px;
    }
}

@media (max-device-width: 375px) {
    footer .footer-payment-icon {
        height: 29px;
    }
}

.country-tv-channels-accordion-1 .full-width-image-card-section {
    padding-top: 20px;
    padding-bottom: 31px;
}

.country-tv-channels-accordion-1 {
    padding-bottom: 61px;
}

.country-tv-channels-accordion-2 {
    padding-top: 57px;
    padding-bottom: 33px;
}

.country-tv-channels-text-area {
    padding-top: 10px;
    padding-bottom: 71px;
}

.uk-hero.main-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
    padding-top: 163px;
}

.uk-hero.main-hero .grey-wave-bottom::after {
    height: 0;
    padding-top: 8.8%;
    bottom: 0;
}

@media only screen and (min-width: 810px) and (max-width:1080px) {
    .uk-hero.main-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 163px;
        padding-bottom: 10%;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .uk-hero.main-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 64px;
        padding-bottom: 24px;
    }
    .uk-hero.main-hero-with-foreground-image .hero-text-media .text-container {
        margin-bottom: 0px;
    }
    .lang-dropdwn-tab {
        display: block !important;
    }
    .country-tv-channels-accordion-1 {
        padding-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .uk-hero.main-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 41px;
        padding-bottom: 0;
    }
    .lang-dropdwn-tab {
        display: block !important;
    }
    .uk-hero.main-hero.grey-wave-bottom::after {
        height: 0;
        padding-top: 8.8%;
        bottom: 0;
    }
    .country-tv-channels-accordion-1 {
        padding-top: 20px;
    }
}

@media(min-width: 1025px) {
    .uk-hero.main-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 130px;
    }
    .main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-bottom: 74px;
    }
}

.main-hero-with-foreground-image.how-vpn-works .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
    padding-top: 90px;
    padding-bottom: 35px;
}

.how-vpn-process-section {
    padding-top: 100px;
    padding-bottom: 37px;
}

.how-vpn-cards-section.half-text-media-card {
    padding-top: 60px;
}

.platform-icons-section.how-vpn-platform .platforms-holder {
    padding-bottom: 72px;
}

.vpn-section.how-vpn-process-section h2 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .how-vpn-process-section {
        padding-top: 89px;
        padding-bottom: 28px;
    }
    .how-vpn-works.main-hero .hero-para {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width:577px) {
    .how-vpn-process-section {
        padding-top: 89px;
        padding-bottom: 28px;
    }
    .main-hero-with-foreground-image.how-vpn-works .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .how-vpn-process-section {
        padding-top: 58px;
        padding-bottom: 28px;
    }
    .main-hero-with-foreground-image.how-vpn-works .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .platform-icons-section.how-vpn-platform .platforms-holder {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .vpn-section.how-vpn-process-section h2 {
        padding-left: 10px;
        padding-right: 10px;
        ;
    }
    .how-vpn-cards-section.half-text-media-card {
        padding-top: 44px;
    }
    .how-vpn-cards-section.half-text-media-card .main-card {
        padding-left: 18px;
        padding-right: 18px;
    }
    .how-vpn-works.main-hero.grey-wave-bottom::after {
        height: 0;
        padding-top: 11.5%;
        bottom: 0;
    }
    .main-hero-with-foreground-image.how-vpn-works .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width:400px) {
    .vpn-section.how-vpn-process-section .streamvpn ul {
        margin-left: 18%;
    }
    .vpn-section.how-vpn-process-section .streamvpn .tick-list-element li {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .how-vpn-platform {
        padding-top: 0px;
        padding-bottom: 12px;
    }
    .vpn-section.how-vpn-process-section h2 {
        margin-bottom: 30px;
    }
    .vpn-section.how-vpn-process-section .streamvpn {
        padding-bottom: 32px;
    }
    .vpn-section.how-vpn-process-section .streamvpn .tick-list-element {
        margin-left: 5%;
    }
    .vpn-section.how-vpn-process-section .streamvpn .tick-list-element li {
        white-space: normal;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .main-hero-with-foreground-image {
        padding-top: 110px;
    }
    .main-hero-with-foreground-image.how-vpn-works .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 8px;
        padding-bottom: 2px;
    }
    .platform-icons-section.how-vpn-platform .platforms-holder {
        padding-top: 0;
        padding-bottom: 0;
    }
    .faq-accordion-section.main-accordion-container .main-accordion-item:first-child {
        border-top: 1px solid #CED6DC;
    }
}

.faq-accordion-section {
    padding-bottom: 126px;
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .faq-accordion-section.main-accordion-container .main-accordion-item:first-child {
        border-top: 1px solid #CED6DC;
    }
    .faq-accordion-section.main-accordion-container .main-accordion-item .main-accordion-item-body {
        margin-left: 0;
        margin-right: 0;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-accordion-section.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link[aria-expanded='true']::before {
        top: 28px;
        transform: none;
    }
    .faq-accordion-section.main-accordion-container .main-accordion-item .main-accordion-item-header .main-accordion-title .main-accordion-collapsible-link::before {
        top: 28px;
        transform: none;
    }
}

.blog-listing-section {
    padding-top: 39px;
    margin-bottom: 192px;
}

.blog-listing-section .blog-pagination {
    justify-content: center;
}

.blog-listing-section .blogs-list-container {
    margin-right: 41px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-listing-section {
        padding-top: 56px;
        margin-bottom: 77px;
    }
    .blog-listing-section .blogs-list-container {
        padding-bottom: 48px;
    }
    .blog-listing-section .blogs-list-container {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .blog-listing-section {
        padding-top: 82px;
        margin-bottom: 77px;
    }
    .blog-listing-section .blogs-list-container {
        padding-bottom: 48px;
    }
    .blog-listing-section .blogs-list-container {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .blog-listing-section {
        padding-top: 42px;
        margin-bottom: 31px;
    }
    .blog-listing-section .blogs-list-container {
        margin-right: 0px;
    }
    .blogs-list-container .blog-teaser-card:last-child {
        border-bottom: none;
        margin-bottom: 11px;
    }
    .blog-pagination {
        padding-bottom: 31px;
        border-bottom: 1px solid #CED6DC;
        margin-bottom: 30px;
    }
}

.guide-content-section {
    padding-top: 40px;
    padding-bottom: 201px;
}

.guide-content-section .guide-content-container {
    padding-right: 126px;
}

.guide-content-section .guide-content-container h2 {
    margin-bottom: 31px;
}

.guide-content-section .guide-content-container h3 {
    margin-bottom: 21px;
}

.guide-content-section .guide-content-container p {
    margin-bottom: 34px;
}

.guide-content-section .guide-content-container a {
    color: #E5592A;
}

.guide-content-section .guide-content-container a:hover {
    color: #E5592A;
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .guide-content-section .guide-content-container {
        padding-right: 0;
    }
    .guide-content-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .guide-content-section .guide-content-container {
        padding-right: 0;
    }
    .guide-content-section {
        padding-bottom: 40px;
    }
}

.main-hero.basic-page-hero {
    padding-top: 148px;
}

.basic-page-vpn-process-section {
    padding-top: 69px;
    padding-bottom: 42px;
}

.main-hero.light-teal-bg.basic-page-hero {
    background-color: #E5EBEC;
}

.main-hero.light-teal-bg.basic-page-hero .hero-text-media .text-container .hero-list li,
.main-hero.basic-page-c.basic-page-hero .hero-text-media .text-container .hero-list li {
    color: #333333;
}

.main-hero.light-teal-bg.basic-page-hero .hero-text-media .text-container .hero-list li:before,
.main-hero.basic-page-c.basic-page-hero .hero-text-media .text-container .hero-list li:before {
    background-image: url(/themes/custom/expat/images/clock-dark.svg);
}

.main-hero.basic-page-c {
    background-color: #F9EDE9;
}

.main-hero-with-foreground-image.basic-page-c .hero-text-media .media-container-end {
    align-self: flex-start;
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .main-hero.basic-page-hero {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .basic-page-vpn-process-section {
        padding-top: 90px;
        padding-bottom: 15px;
    }
    .basic-page-get-started.get-started-section .getstrated .img-money-back {
        margin-bottom: 22px;
    }
    .basic-page-get-started.get-started-section {
        padding-bottom: 24px;
    }
}

@media only screen and (min-width: 577px) and (max-width:767px) {
    .basic-page-vpn-process-section {
        padding-top: 69px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .basic-page-vpn-process-section {
        padding-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .main-hero.basic-page-hero {
        padding-top: 80px;
    }
    .basic-page-hero.main-hero-with-foreground-image .hero-text-media .text-container .hero-pre-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .basic-page-hero.main-hero-with-foreground-image .hero-text-media .text-container .hero-post-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .basic-text-section {
        padding-bottom: 20px;
    }
    .basic-page-platform.platform-icons-section .platforms-holder {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .platform-home.platform-icons-section .platforms-holder {
        padding-top: 0;
        padding-bottom: 4px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1023px) {
    .platform-home .text-and-media-section {
        padding-bottom: 0;
    }
    .home-get-started.get-started-section .getstrated .img-money-back {
        max-width: 114px;
        margin-bottom: 24px;
    }
    .home-logo-section .tvChannels .channel-logo-container {
        padding-top: 26px;
        margin-bottom: 80px;
    }
    .feedback-slider-section {
        padding-top: 86px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-device-width: 575px) {
    footer .border-line {
        margin-bottom: 0 !important;
    }
}

.support-cards-section.buyvpn-cards h2 {
    margin-bottom: 50px;
    text-align: center;
}

.support-cards-section.buyvpn-cards {
    padding-bottom: 54px;
}

@media (min-width: 768px) and (max-width:1024px) {
    .support-cards-section.buyvpn-cards h2 {
        margin-bottom: 35px;
    }
}

@media (max-device-width: 767px) {
    .home-hero-section.main-hero-with-background-image .hero-text-media .text-container {
        padding-top: 82px;
        padding-bottom: 70px;
    }
    .platform-home.platform-icons-section .platforms-holder {
        padding-top: 19px;
        padding-bottom: 8px;
    }
    .support-cards-section.buyvpn-cards h2 {
        margin-bottom: 16px;
    }
    .support-cards-section.buyvpn-cards {
        padding-top: 48px;
    }
}

.country-list-card-section.tv-channels-countrys {
    padding-top: 0;
}

.main-hero-with-foreground-image.tv-channels-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
    padding-bottom: 70px;
}

.tv-channels-text-area.text-area-container-section {
    padding-bottom: 70px;
}

@media only screen and (min-width: 810px) and (max-width:1080px) {
    .main-hero-with-foreground-image.tv-channels-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-bottom: 15%;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .main-hero-with-foreground-image.tv-channels-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 64px;
        padding-bottom: 26px;
    }
    .country-list-card-section.tv-channels-countrys {
        padding-top: 42px;
        padding-bottom: 33px;
    }
    .tv-channels-text-area.text-area-container-section {
        padding-top: 105px;
    }
    .support-cards-section.buyvpn-cards {
        padding-top: 44px;
    }
}

@media (max-device-width: 767px) {
    .main-hero-with-foreground-image.tv-channels-hero .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-bottom: 0px;
    }
    .country-list-card-section.tv-channels-countrys {
        padding-top: 46px;
        padding-bottom: 60px;
    }
    .tv-channels-text-area.text-area-container-section {
        padding-top: 70px;
        padding-bottom: 65px;
    }
    .tv-channels-hero.main-hero.grey-wave-bottom::after {
        height: 0;
        padding-top: 8.8%;
        bottom: 0;
    }
}

@media only screen and (min-width: 375px) and (max-width:812px) {
    .text-and-media-section .text-and-media-row-column-reverse-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .text-and-media-section .text-and-media-row-column-reverse-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        -webkit-flex-direction: initial;
        flex-direction: initial;
    }
}

@media only screen and (max-width: 1300px) {
    .language-section-container .language-select-holder .language-dropdown-list {
        right: 0;
        left: auto;
    }
}

.language-section-container.dark-dropdown .language-select-holder .language-select a {
    color: #fff;
}

@media (max-device-width: 767px) {
    .language-section-container.dark-dropdown {
        height: 0;
    }
    .language-section-container.dark-dropdown .language-select-holder .language-select a:focus {
        color: #fff;
    }
    .language-section-container.dark-dropdown .language-select-holder .language-select a:hover {
        color: #fff !important;
    }
}

@media (max-device-width: 577px) {
    .language-section-container.dark-dropdown .language-select-holder .language-select {
        top: -8px !important;
        padding-bottom: 6px !important;
    }
}

.main-accordion-container.country-tv-channels-accordion-2 .main-accordion-item-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container {
    margin-bottom: 0px;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .media-container-end {
    align-self: flex-start;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .media-container.hero-foreground-image-container {
    margin-bottom: 120px;
}

.main-hero.basic-fg-hero {
    padding-top: 148px;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-heading h1 {
    margin-bottom: 9px;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-post-heading {
    margin-bottom: 22px;
}

.main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-cta {
    margin-bottom: 17px;
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-cta {
        margin-bottom: 18px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container {
        margin-bottom: 64px;
    }
    .main-hero-with-foreground-image.basic-fg-hero {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width:577px) {
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-heading h1 {
        margin-bottom: 10px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 27px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-cta {
        margin-bottom: 18px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 576px) {
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-pre-heading {
        margin-bottom: 1px;
    }
    .main-hero-with-foreground-image.basic-fg-hero {
        margin-bottom: 50px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .media-container.hero-foreground-image-container .hero-full-width-img {
        margin-bottom: -89px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container .hero-post-heading {
        margin-bottom: 13px;
    }
    .main-hero-with-foreground-image.basic-fg-hero .hero-text-media .text-container {
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .text-container .hero-pre-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .text-container .hero-post-heading {
        font-size: 18px;
        line-height: 26px;
    }
    .main-hero.basic-fg-hero {
        padding-top: 80px;
    }
}

@media(min-width: 1024px) {
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .text-container {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 120px;
    }
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .text-container {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .media-container.hero-foreground-image-container .hero-foreground-img {
        padding-top: 0px;
    }
    .basic-fg-hero.main-hero-with-foreground-image .hero-text-media .hero-country-flag-wrap {
        top: 0px;
    }
}

.login-link-button {
    color: #fff;
    padding: 4px 15px;
    background: #E5592A;
    border-radius: 4px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-family: 'Open Sans bold';
    font-weight: 600;
}

.login-link-button:hover,
.login-link-button:active {
    color: #FFF;
    background: #D24D20;
    text-decoration: none;
}

@media (max-width: 767px) {
    .nav-item a.login-link-button {
        margin: 10px 18px;
        padding: 4px 15px!important;
        display: inline-block;
    }
}

.zd_satisfaction {
    display: inline-block;
}

.zd_satisfaction .zd_satisfaction_score {
    width: auto;
}

.zd_satisfaction .zd_satisfaction_score .zd_rating_number {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: 'Roboto Slab Bold';
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .zd_satisfaction .zd_satisfaction_score .zd_rating_number {
        font-size: inherit;
        line-height: inherit;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .zd_satisfaction .zd_satisfaction_score .zd_rating_number {
        font-size: inherit;
        line-height: inherit;
    }
}

.zd_satisfaction div:last-of-type {
    background-color: #e5ebec !important;
    margin-left: 0;
    margin-right: 0;
}

.zd_satisfaction .zd_satisfaction_good,
.zd_satisfaction .zd_satisfaction_bad,
.zd_plug,
.zd_satisfaction .zd_satisfaction_score .zd_rating_string {
    display: none;
}

.zd_satisfaction,
.zd_plug {
    font-size: inherit !important;
    font-family: none !important;
}

.clearfix.region.region-header {
    padding: 0;
    ;
}

.clearfix.region.region-header .block:not(.site-branding) {
    float: left;
    margin: 0;
}

article .node__content.clearfix {
    margin-top: 0;
}

footer .region nav .clearfix.menu {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}

footer .region nav .clearfix.menu li {
    margin-bottom: 5px;
}

footer .footer-list li a:focus {
    border-bottom: none;
}
@media (min-width: 320px) and (max-width:767px) {
    footer .region nav .clearfix.menu li {
        margin-bottom: 7px !important;
        padding-bottom: 2px;
    }
}
.top-header .column-block .content {
    margin-top: 0;
}

.top-header .column-block .content .country-name span,
.top-header .column-block .content .ip-number span {
    font-size: 14px;
    line-height: 19px;
}

.main-menu .navbar .nav-menu .region-menu-region .content {
    margin-top: 0;
}

.top-header .column-block .region-header .contextual-region,
.top-header .column-block .region-header .block {
    width: 100%;
}

a {
    border-bottom: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.contextual-region .content {
    margin-top: 0;
    ;
}

a:focus {
    border-bottom: none;
    color: #fff;
}

.btn:focus {
    box-shadow: none;
}

footer .menu .footer-link.is-active {
    color: #fff;
}

.region .content {
    margin-top: 0
}

.block .content {
    margin-top: 0px
}

ul {
    padding-bottom: 0;
}

.node__content {
    font-size: 16px;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-link-list {
    margin: 0;
}

.guide-content-section .extra-pages li {
    margin-bottom: 12px;
}

.guide-content-section .extra-pages .btn {
    background-color: #E5592A;
    color: #fff;
}

.guide-content-section .extra-pages .btn:hover {
    background-color: #D24D20;
    color: #fff;
}

.guide-content-section .extra-pages table tr td {
    border: 1px solid #d8d8d8;
    padding: 15px 25px;
}

.guide-content-section .extra-pages table tr td p {
    margin-bottom: 0;
}

.guide-content-section .extra-pages table tr {
    background-color: #fff;
}

.guide-content-section .extra-pages table tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-preheading a {
    color: #E5592A;
    font-weight: 700;
    margin-bottom: 3px;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-preheading .field--type-entity-reference {
    font-family: 'Open Sans regular';
    margin: 0;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading a:hover {
    text-decoration: underline;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading span {
    color: #333333;
}

.field--type-image img {
    margin: 0;
}

.blog-listing-sider .form--inline {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.blog-listing-sider .form--inline label {
    font-family: 'Roboto Slab Bold';
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
}

.blog-listing-sider .form--inline .form-text {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    min-height: 44px;
    vertical-align: middle;
    margin-right: 13px;
    flex-grow: 1;
    padding: 5px 10px;
    margin-top: 0;
}

.blog-listing-sider .form--inline .form-submit {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 11px 20px;
    background: #E5592A;
    border-radius: 6px;
    display: inline-block;
    font-family: 'Open Sans bold';
    border: none !important;
}

.blog-listing-sider .form--inline .form-item {
    margin: 0;
    width: 100%;
}

.blog-listing-sider .form--inline .form-actions {
    margin: 0;
}

.blog-teaser-card .blog-teaser-header .blog-teaser-heading a:hover span {
    color: #E5592A;
}

@media only screen and (max-width: 1023px) {
    .blog-listing-sider .form--inline .form-text {
        width: 100%;
    }
    .blog-listing-sider .form--inline .form-item {
        margin-right: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-listing-sider .form--inline label {
        margin-bottom: 13px;
    }
    .guide-content-section .guide-content-container .table-container {
        overflow-x: scroll;
    }
}

.generic-content.step.install-step:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 60px;
    font-weight: bold;
    background-color: #e5592a;
    color: #ffffff;
    border-radius: 50%;
    border: 0px none;
    margin: 0px auto 20px;
    text-align: center;
    content: counter(section);
    counter-increment: section;
}

.generic-content.step.install-step {
    padding-left: 100px;
    position: relative;
}

.guide-content-section .install-container {
    counter-reset: section;
}

.blog-article-hero .text-container .field__item {
    margin-bottom: 0;
}

.blog-article-hero .text-container .field__item a {
    color: #E5592A;
}

.field--type-entity-reference {
    margin: 0;
    font-family: inherit;
}

.blog-listing-sider .blog-listing-widget .blog-listing-widget-link-list .blog-listing-widget-link-list-item.active a {
    color: #e5592a;
    text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
    .generic-content.step.install-step:before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 18px;
    }
    .generic-content.step.install-step {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1023px) {
    .generic-content.step.install-step:before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
    }
}

.blog-listing-sider .form--inline .form-text {
    width: 90%;
}

.blog-listing-sider .blog-listing-widget .views-summary a:hover {
    color: #E5592A;
    text-decoration: underline;
}

.user-login-form {
    padding-top: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

article.contextual-region.profile {
    padding-top: 100px;
    padding-bottom: 60px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.user-login-form .button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 11px 20px;
    border-radius: 6px;
    display: inline-block;
    font-family: 'Open Sans bold';
    border: none !important;
    background: #E5592A;
}

.user-login-form .button:hover {
    background-color: #D24D20;
}

.Arrange--middle .Arrange-sizeFill,
.Arrange--middle .Arrange-sizeFit {
    color: #fff !important;
}

.u-userLauncherColor:not([disabled]) svg path {
    fill: #fff;
}

.u-userLauncherColor:not([disabled]) svg {
    fill: #fff;
}

.blog-listing-widget-link-list-item a:focus {
    color: #000;
}

@media (max-width: 991px) {
    .blog-listing-sider .form--inline .form-text {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .support-drpdwn {
        margin-left: 0px;
    }
}

.main-accordion-container .main-accordion-item .main-accordion-item-body {
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 0;
}

.generic-content.step.install-step img {
    margin-left: 50%;
    transform: translateX(-50%);
}

.generic-content.intro img {
    margin-left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .faq-accordion-section.main-accordion-container .main-accordion-item .main-accordion-item-body {
        margin-left: 0;
        margin-right: 0;
    }
}

.faq-accordion-section a {
    color: #e5592a
}

.faq-accordion-section a:hover {
    color: #e5592a
}

.country-tv-channels-accordion-2 a {
    color: #e5592a
}

.country-tv-channels-accordion-2 a:hover {
    color: #e5592a
}

.basic-text-section .basic-text-section {
    padding: 0;
}

.line-climp p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-climp p {
    display: none;
}

.text-area-container-section-container.line-climp .line-climp-btn {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #ffff !important;
}

.text-area-container-section-container.line-climp .line-climp-btn:hover {
    background-color: #D24D20 !important;
    color: #ffff !important;
}

.text-area-container-section-container .line-climp-btn {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-width: 321px) {}

@media only screen and (max-width: 320px) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {}

@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:landscape) and (-webkit-min-pixel-ratio:2) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-width: 1224px) {}

@media only screen and (min-width: 1824px) {}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 320px) and (max-device-height:568px) and (-webkit-device-pixel-ratio:2) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:568px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 320px) and (max-device-height:568px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 375px) and (max-device-height:667px) and (-webkit-device-pixel-ratio:2) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height:736px) and (-webkit-device-pixel-ratio:2) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height:736px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 414px) and (max-device-height:736px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 375px) and (max-device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height:812px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 375px) and (max-device-height:812px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 414px) and (max-device-height:896px) and (-webkit-device-pixel-ratio:3) {
    .overflow-none {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height:896px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 414px) and (max-device-height:896px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2) {}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 360px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (min-device-width: 360px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3) {}

@media only screen and (max-device-width: 575px) {
    .text-and-media-section .text-container {
        margin-bottom: 20px;
    }
    .help-cta {
        width: 47px;
        height: 47px;
        padding: 10px 10px;
    }
    .help-cta span {
        display: none;
    }
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
    .light-header .nav-link {
        color: #ffffff;
    }
    .hamburger {
        margin-top: 0px;
    }
    .hamburger.close-menu {
        margin-top: 4px;
    }
    footer .footer-copyright p span {
        display: block;
    }
    footer .footer-copyright p span:before {
        content: "";
    }
    footer .footer-social-icons {
        margin-top: 19px;
    }
    .main-hero.home-hero-section {
        margin-bottom: 11px;
    }
    .sticky-navbar .nav-menu {
        margin-top: 0px;
    }
    footer .border-line {
        padding-bottom: 36px;
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width:767px) {
    .text-and-media-section .text-container {
        margin-bottom: 20px;
    }
    .help-cta {
        width: 47px;
        height: 47px;
        padding: 10px 10px;
    }
    .help-cta span {
        display: none;
    }
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
    .light-header .nav-link {
        color: #ffffff;
    }
    .hamburger {
        margin-top: 0px;
    }
    footer .footer-copyright p span {
        display: block;
    }
    footer .footer-copyright p span:before {
        content: "";
    }
    footer .footer-social-icons {
        margin-top: 19px;
    }
    .main-hero.home-hero-section {
        margin-bottom: 11px;
    }
    .sticky-navbar .nav-menu {
        margin-top: 0px;
    }
    footer .border-line {
        padding-bottom: 36px;
    }
    .mobile-menu .country-select-holder {
        width: 100%;
    }
}

@media only screen and (min-width: 400px) and (max-width:767px) and (orientation:landscape) {
    .hamburger {
        margin-top: 7px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-grey-placehodler-down.svg);
    }
    .get-started-section {
        background-color: #E5EBEC;
    }
    .get-started-section .getstrated .img-money-back {
        max-width: 120px;
        margin-bottom: 44px;
    }
    .light-header .nav-link {
        color: #ffffff;
    }
    footer .border-line {
        padding-bottom: 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1023px) {
    .get-started-section {
        background-color: transparent;
    }
    .get-started-section .getstrated {
        padding: 64px 48px 44px;
    }
    .home-get-started.get-started-section .getstrated .img-money-back {
        max-width: 225px;
        width: 100%;
    }
    .half-text-half-logos .tvChannels::before {
        background-image: url(/themes/custom/expat/images/wave-white-placehodler-down.svg);
    }
    .tvChannels {
        margin-top: 34px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1169px) and (orientation:lanscape) {}

@media only screen and (min-device-width: 1025px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
    .main-menu .hamburger {
        display: none;
    }
    .main-menu .get-started {
        display: none;
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-height:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {}

@media only screen and (min-width: 1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {}

.error-img {
    width: 300px;
    max-width: 100%;
}

.text-link {
    color: #E5592A;
}

.text-link:hover,
.text-link:focus {
    color: #E5592A
}
.readmore-container{
  padding-bottom: 50px;
  text-align: justify;
}
.platform-icons-section .platforms-holder .platform-item .platform-title a:hover{

    color: #000;

}

/* review-slider-container 29-06-2022 */
.social-review{
    padding: 99px 0px 99px 0px;
}
.review-slider-container .card{
    width: 95%;
    padding: 20px;
    border: solid #98959521 2px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.review-slider-container .card .profile{
    width: 50px;
    padding: 3px;
    height: 50px;
    border-radius: 97px;
    object-fit: cover;
}
.review-slider-container .card .text p{
    font-style: italic;
    display: inline;
}
.review-slider-container .card a{
    color: #e5592a;
}
.review-slider-container .card h4{
    color: #4267B2;
    font-size: 22px;
    margin-bottom: 0;
}
.review-slider-container .card .text img{
    margin-bottom: 2px;
}
.review-slider-container .slick-dots{
    bottom: -50px;
    text-align: left;
}
.review-slider-container .slick-dots li button:before{
    font-size: 16px;
    color: #1da1f2;
}
.review-slider-container .text-media{
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: space-between;
    align-items: flex-end;
}
.review-slider-container .profile-text{
    padding-left: 25px;
}
.review-slider-container .profile-text p{
    margin-bottom: 0;
    font-style: normal;
}
.review-slider-container  .twit-icon{
    width: 29px;
    top: 60px;
    padding: 4px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    background-color: #ffffff;
}
.review-card{
    height:auto;
}
.review-slider-container .slick-track{
    display: flex;
}
.social-review h3{
    margin-bottom: 20px;
    font-size: 24px;
}
.customer-percentage {
    font-size: 42px;
    margin-bottom: 19px;
    font-weight: bold;
    font-family: 'Roboto Slab Bold';
    color: #e5592a;
}
/* 22-07-2022  social review mobile heading spacing */
@media (max-device-width: 767px){
    .social-review h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .social-review .col-md-4:first-child h3 {
        margin-top: 0;
    }
}
/* END 22-07-2022  social review mobile heading spacing */
#current-plan + #package-options .individual-block {
    float: right;
}

@media screen and (max-width: 767px) {
	#current-plan + #package-options .individual-block {
	    float: none;
	}
}

#current-plan + #package-options .all-block {
    padding-left: 0px;
}


/* CHOOSE A PACKAGE */
#currency {
    display: none;
}

#currency label {
	font-weight: normal;
}
.currency-drop-down{
	float:right;
	margin-top:15px;
}
.choose-package-panel-container {
	width: 30%;
}
.choose-package-panel-container {
    width: 30%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.choose-package-panel-container.large {
	width: 40%;
}
.choose-package-panel {
	margin-top: 20px;
	border: 1px lightgrey solid;
	text-align: center;
	padding: 30px 10px 20px;
	position: relative;
	background-color: #ffffff;
}
.choose-package-panel img.ribbon {
    position: absolute;
    top: -8px;
    right: -6px;
}
.choose-package-panel .savings {
    color: #EB5A35;
    font-weight: bold;
    font-size: 25px;
    margin: 10px 0px 0px;
}
.choose-package-panel.selected-panel .savings{
    color: white;
}
.large .choose-package-panel {
	margin-top: 0px;
}
.choose-package-panel:hover{
	box-shadow: 3px 4px 20px grey;
	cursor: pointer;
}
.choose-package-panel span {
	display: block;
}

.choose-package-panel-title{
	font-size: 1.8em;
        font-weight: bold;
	color: #ed592a;
}
.choose-package-panel-title span{
	display: inline;
}
.selected-panel .choose-package-panel-title{
	color: white;
}

.choose-package-panel-charge {
	font-size: 0.9em;
        line-height: 2em;
}

.choose-package-panel-charge span {
	display: inline;
}

.choose-package-panel-price{
	font-size: 2.5em;
	font-weight: bold;
	color: black;
}
.selected-panel .choose-package-panel-price{
	color: white;
}
.large .choose-package-panel-price{
	font-size: 4em;
}
.choose-package-panel-price span{
    display: inline-block;
}
.choose-package-panel-price .currency-symbol{
	font-size: 0.4em;
	font-weight: normal;
	vertical-align: text-top;
	margin-right: -4px;
    position: relative;
    top: 7px;
}

.choose-package-panel .line {
	width: 131px;
	height: 1px;
	display: block;
	margin: 20px auto 10px;
	background: #d3d3d3;
}
.large .choose-package-panel .line {
	margin-top: 30px;
	margin-bottom: 20px;
}
.selected-panel .line {
	background: white;
}
.choose-package-panel-per-month {
	font-size: 1em;
}

.choose-package-panel-savings {
	width: 80%;
	max-width: 165px;
	text-align: center;
	margin: 15px auto 0px;
	padding: 5px 0;
}

.choose-package-panel-savings-percent {
	font-weight: bold;
	font-size: 1.1em;
}

.choose-package-panel-savings.savings-no-title {
	line-height: 2.95em;
}

@media screen and (max-width: 999px){
	.choose-package-panel-container,
	.choose-package-panel-container.large {
		width: 100%;
		float: none;
	}
	.choose-package-panel-container .choose-package-panel {
		margin-top: 20px;
	}
}

#page-wrapper .tablet-only {
	display: none;
}

@media screen and (min-width: 601px) and (max-width: 767px){
/*	#page-wrapper .tablet-only {
		display: block;
	}
	#page-wrapper .not-tablet {
		display: none;
	}*/
}
@media screen and (min-width: 601px) and (max-width: 999px) {
    #page-wrapper .tablet-only {
		display: block;
	}
	#page-wrapper .not-tablet {
		display: none;
	}
	.choose-package-panel {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.choose-package-panel .middle {
		width: 47%;
		margin-left: 30%;
	}
	.choose-package-panel .line {
		position: absolute;
		margin: 0 !important;
		top: 10%;
		left: 25%;
		width: 1px;
		height: 80%;
	}
	.choose-package-panel-title {
		position: absolute;
		top: 50%;
		left: 11%;
		/* width: 100px; */
		margin-left: -50px;
		margin-top: -47px;
	}
	.choose-package-panel-title .num {
		display: block;
		font-size: 1.5em;
		font-weight: bold;
	}
	.choose-package-panel-savings {
		position: absolute;
		width: 27%;
		right: 20px;
		top: 50%;
		margin-top: -27px;
	}
}
@media screen and (max-width: 600px){
	.choose-package-panel-container {
		float: none;
		margin: 20px auto;
		width: 90%;
	}
	.choose-package-panel-container.large {
		width: 100%;
	}
}

.selected-panel {
    background-color: #ED592A;
    color: #FFFFFF;
}

.choose-package {
    padding-top: 10px;
    padding-bottom: 70px;
}

@media only screen and (max-width:999px){
    .choose-package {
        padding-bottom: 50px;
    }
}

/*remove this*/
.u-userLauncherColor:not([disabled]) {
    display: none !important;
}
.slick-dots li.slick-active button:before{
    border-radius: 100%;
    background-color: black;
    width: 14px !important;
    height: 14px !important;
}
.review-slider-container .slick-dots li:not(.slick-active) button:before {
    border-radius: 100%;
    background-color: black;
    width: 14px !important;
    height: 14px !important;
    background-color: #1da1f2  !important;
}


/* Choose package 27-02-2023 */
.choose-package .text-container{
	text-align: center;
	margin-bottom: 56px;
}
.choose-package .text-container h2{
	margin-bottom: 32px;
}
.choose-package .text-container .sub-text{
	font-size: 18px;
    line-height: 26px;
	margin-bottom: 32px;
}

@media only screen and (max-device-width: 1024px) {
	.choose-package .text-container{
		text-align: center;
		margin-bottom: 2rem;
	}
	.choose-package .text-container h2 {
		margin-bottom: 1rem;
	}
	.choose-package .text-container .sub-text{
		margin-bottom: 1.5rem;
	}
}
.choose-package-panel-container a:hover {
color: #000 !important}
.choose-package-panel-container a:focus {
color: #000 !important}
.choose-package-panel.selected-panel span{
color: #fff !important
}
