@media (min-width: 768px) and (max-width: 1024px) {

.hide-tablet {
	display: none !important;
}

/****** 00 GENERAL CLASSES *******/

html,
body,
main {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
}

/*** Grid ***/

.container {
    padding: 0 30px;
    max-width: 100%;
}

/****** HEADER *******/

/** Menu switch **/

header {
    z-index: 4 !important;
}

.header-rightpart {
    align-items: flex-end; justify-content: flex-end;
}

#nav-icon1 {
    width: 39px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0px
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
    width: 24px
}

#nav-icon1 span:nth-child(3) {
    top: 22px
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

/** Menu slide **/

.topmain-navigation {
    position: absolute;
    top: -80px; right: -140%; bottom: 0;
    width: 100vw; height: 100vh;
    display: flex;
    align-items: center; justify-content: center;
    background: #172770;
    z-index: 1;
    flex-direction: column;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.topmain-navigation.on {
    right: -30px;
}

.admin-bar .topmain-navigation {
    top: -112px;
    padding-top: 75px;
}

.topmain-navigation ul {
    display: flex;
    flex-direction: column;
}

.topmain-navigation ul li:not(:last-of-type) {
    margin-right: initial;
}

.topmain-navigation li a {
    font-size: 32px; line-height: 55px;
}

.lang-switcher-wrapper li:first-of-type {
    position: relative;
    right: initial; top: initial;
    opacity: initial; pointer-events: initial;
}

.topmain-navigation ul li a:after,
.lang-switcher-wrapper li:first-of-type:before,
.lang-switcher-wrapper li:last-of-type a:before{
    display: none;
}

header .wpml-ls-legacy-list-vertical ul {
    display: flex; flex-direction: row;
}

header .wpml-ls-legacy-list-vertical ul li a {
    line-height: 35px;
}

.lang-switcher-wrapper {
    margin-top: 25px;
}

.lang-switcher-wrapper li:first-of-type {
    padding-top: initial;
    margin-right: 15px !important;
}

/****** FOOTER ******/

.site-footer:before {
    width: 100%;
}

.sswmain-href {
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
}

.sswmain-href span {
    max-width: 100px;
}

.sswmain-href svg {
    width: 80px; height: 80px;
}

/****** T01 HOME ******/
/***** T01S01 CLAIM *****/

.claim-bg {
    max-width: 100%; width: 100%;
}

/***** T01S02 MORE INFORMATION *****/
/***** T01S03 PACKAGES GRID *****/

.packages-list {
    grid-column-gap: 25px; grid-row-gap: 25px;
}

.package-block a {
    min-height: 300px;
}

.package-block a span {
    font-size: 35px; line-height: 42px;
}

.package-block a svg {
    right: 20px; bottom: 20px;
    width: 50px; height: 50px;
}

/***** T01S04 BLOGPOST GRID *****/

.blogposts-defaultgrid-threecols {
    padding-top: 70px;
    margin-top: 25px;
    grid-template-rows: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 65px;
}

.blogpost-block:nth-child(4n+2):before, .blogpost-block:nth-child(4n+3):before {
    left: -28.5px;
}

/***** T01S05 TEAM LISTING GRID *****/

.tm-defaultgrid-twocols {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 35px;
}

.rightcol-tm-meta {
    width: 100%;
}

/***** T01S06 CONTACT FORM *****/

.form-box-wrap {
    padding: 30px;
}

.codedropz-upload-inner h3 {
    font-size: 20px; line-height: 27px;
}

/****** T02 SINGLE PACKAGE ******/
/***** T02S01 INTRO *****/
/***** T02S02 MORE INFO *****/
/***** T02S03 SERVICES LIST *****/
/***** T02S04 STEP BY STEP *****/

.stepbystep-grid {
    margin-top: 75px;
}

.darkblue-box {
    padding: 30px;
}

.stepbystep-grid:before {
    top: 15px;
}

.stepbystep-grid li:before {
    width: 24px;
}

.stepbystep-grid li:nth-of-type(odd):before {
    right: -40px;
}

.stepbystep-grid li:nth-of-type(odd):after {
    right: -68px;
}

.stepbystep-grid li:nth-of-type(even):before {
    left: -40px;
}

.stepbystep-grid li:nth-of-type(even):after {
    left: -68px;
}

/***** T02S05 WORTH *****/

.row-why {
    flex-direction: column-reverse;
}

.rightcol-why,
.why-leftcol-img {
    max-width: 100%;
}

.rightcol-why {
    margin-bottom: 45px;
}

.why-leftcol-img {
    max-width: 100%;
    margin-top: 35px;
    width: 100%;
}

.row-why picture {
    height: 420px; max-width: 100%;
}

/***** T02S06 TRUST *****/

.packages-grid > li,
.trust-infoblocks-grid li {
    padding: 30px;
}

.trust-twocols-desc {
    grid-column-gap: 25px;
}

/***** T02S07 AWARDS *****/

.awards-wrapper {
    padding: 100px 0;
}

/***** T02S08 FAQS *****/

.faq-wrapper .accordion {
    max-width: 100%;
}

.faq-wrapper .accordion__intro {
    padding-right: 50px;
}

/****** T03 BLOGPOSTS ******/

.reverse-header #nav-icon1 span {
    background: #172770;
}

.reverse-header #nav-icon1.open span {
    background: #fff;
}

.reverse-header .header-rightpart *,
.reverse-header .lang-switcher-wrapper li a {
    color: #fff;
}

/***** T03S01 INTRO *****/

.bw-header-wrap .bw-title {
    margin-top: 100px;
}

/***** T03S02 CONTENT *****/

.leftcol-txt-content,
.rightcol-event-details {
    max-width: 100%;
}

/***** T03S03 SHARE *****/

.rightcol-event-details .fixed-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tm-list-event {
    margin-top: 0;
}

.rightcol-event-details {
    margin-top: 45px;
}

/***** T03S04 GO BACK BUTTON *****/

/****** T04 BLOG / ARCHIVE ******/


}