@media screen and (min-width: 1360px) {
    .container { max-width: calc(1020px + 44px); }
}
/*MIN 1310 ENDS*/

@media screen and (min-width: 1601px) {
}
/*MIN 1601 ENDS*/

@media screen and (min-width: 1200px) {
    .pagebanner .container { max-width: 1156px; }
}

@media screen and (min-width: 992px) {
    .site-navmenu > li { margin-left: 7px; margin-right: 7px; }
    
    .siteheader-sticky .site-navmenu > li > a { padding: 10px 5px; }
    
    .menu-arrow { display: none; }
    
    .menu-item-has-children { position: relative; }
    
    .menu-item-has-children > a::after {
        display: inline-block;
        font-family: 'gmsw';
        content: "\e906";
        font-size: 6px;
        font-weight: 900;
        padding-left: 6px;
        margin-top: -2px;
        vertical-align: middle;
    }

    .sub-menu {
        display: block;
        position: absolute;
        left: -20px;
        top: calc(100% + 30px);
        min-width: 200px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: var(--white);
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 99;
    }

    .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 100%; visibility: visible; border-radius: 0; }

    .sub-menu > .menu-item-has-children > .sub-menu { top: 0; left: 100%; transform: translate(20px, 0px); }

    .sub-menu > .menu-item-has-children:hover > .sub-menu { top: -10px; transform: translate(5px, 0px); }

    .sub-menu a { display: block; padding: 6px 20px; white-space: nowrap; }
    
    .sub-menu .menu-item-has-children > a {
        display: flex;
        align-items: flex-start;
    }

    .sub-menu .menu-item-has-children > a::after {
        margin-left: auto;
        transform: rotate(-90deg);
    }
}
/*MIN 992 ENDS*/

@media screen and (max-width: 1900px) {
}
/*1900*/

@media screen and (max-width: 1600px) {
}
/*1600*/

@media screen and (max-width: 1440px) {
    body { font-size: 14px; line-height: 22px; }
    .bttn { font-size: 14px; line-height: 18px; height: 34px; line-height: 32px; padding-left: 20px; padding-right: 20px; }
        
    h1, .h1 { font-size: 36px; line-height: 1.278em; margin-bottom: 22px; }
    h2, .h2 { font-size: 28px; line-height: 1.357em; margin-bottom: 10px; }
    h3, .h3 { font-size: 22px; line-height: 1.32em; margin-bottom: 10px; }
    h4, .h4 { font-size: 20px; line-height: 1.38em; margin-bottom: 12px; }
    h5, .h5 { font-size: 18px; line-height: 1.4em; margin-bottom: 12px; }
    h6, .h6 { font-size: 16px; line-height: 1.42em; margin-bottom: 10px; }

    /*Bootstrap Extends & Overrides*/
    .container, .container-fluid, .row>* { padding-left: 15px; padding-right: 15px; }
    .row { margin-left: -15px; margin-right: -15px; }
    
    .container { max-width: calc(1020px + 30px); }

    section.section h2 { font-size: 28px; line-height: 37px; }

    .gmsserv-list { margin-top: 30px; }
    .gmsplatf-card h3 { font-size: 18px; line-height: 22px; }
    
    .guides-blocks h3 { font-size: 26px; line-height: 36px; }
}
/*1440*/

@media screen and (max-width: 1359px) {
}
/*1359 ENDS*/

@media screen and (max-width: 1279px) {
    .sechero h1 { font-size: 32px; line-height: 41px; }
    .page-guides.sechero h1, .page-guides.sechero p { width: 940px; max-width:100%; margin-left: auto; margin-right: auto;}
    .page-guides.sechero p { width: 442px; }
    .gmsoffice-loc { padding-right: 0px; }
}
/*1279 ENDS*/

@media screen and (max-width: 1199px) {
    .site-navmenu > li { margin-left: 10px; margin-right: 10px; }
    .headctas .bttn { min-width: 0; }
    .shiptrack-item { border-left: 0; border-right: 0; border-radius: 0; padding: 30px 0; margin-bottom: 0; }
    .shiptrack-item:first-child { border-top: 0; padding-top: 0; }
    .shiptrack-item:last-child { border-bottom: 0; padding-bottom: 0; }
    .tracking-media, .yearsserv-banner { width: calc(100% - 60px); max-width: 100%; }
    .trackging-form { width: 600px; max-width: 100%; padding: 16px 22px; }
    .trackging-form .input-group + .input-group { margin-left: 40px; }
    .sechero, section.section.sechero { padding-top: 50px; }
    section.section { padding-top: 35px; padding-bottom: 35px; }
    section.gmsservices { padding-top: 50px; padding-bottom: 50px; }
    .gmsappcta-wrap { margin-top: 25px; }
    .gmsappcta::before { display: none; }
    .gmsappcta-wrap { padding: 20px 20px 0; border-radius: var(--siteradius) var(--siteradius) 0 0; }
    .gmsserv-listitem + .gmsserv-listitem { margin-left: 52px; }
    .gmsserv-listitem + .gmsserv-listitem::before { left: -24px; }
    .gmsplatf-card i { font-size: 35px; width: 80px; height: 80px; }
    .gmsplatf-card i, .gmsplatf-card i:before { line-height: 80px; }
    .gmsplatf-row > div:nth-child(n+4) { margin-top: 70px; }
    .fprocess-item { flex: 1 0 auto; max-width: 20%; }
    .fproicon::after { width: calc(100% + 20px); background-image: url(../images/franchisee-steps-fullcircle.svg); }
    .fproicon::before { top:-20px; left: 0; right: 0; margin: 0 auto; }
    .enquirenow { width: calc(100% - 50px); padding: 40px 20px; }
    .enquirebtns { width: 140px; }
    .enquirebtns .bttn + .bttn{ margin-left: 0; margin-top: 10px; }
    .popup-servable .popup-body { width: 100%; }
    .popup-wrapper { max-width: 100%; }
    .testim-quote p { margin-bottom: 17px; }
    .effilist { gap: 30px; }
    .effilist::before { width: calc(100% + 15px + 15px); height: 100%; left: 50%; transform: translateX(-50%); background-size: 100%; }
    .effiitem { position: relative; flex: 2; }
    .efficard { width: 287px; height: 287px; margin: 0 auto; }
    .effiitem i { line-height: 80px; width: 80px; height: 80px; }
}
/*1199 ENDS*/

@media screen and (max-width: 1024px) {
    .modal-open { padding-right: 0; }
}

@media screen and (max-width: 991px) {
    /*Header*/
    .site-header .container { width: 860px; max-width: 100%; padding: 0 15px; }
    .colheadleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .colheadright {
        font-size: 16px;
        line-height: 20px;
        position: fixed;
        left: 0;
        top: 100px;
        display: none;
        width: 100%;
        height: calc(100vh - 100px);
        padding: 0px;
        background: var(--lightgray);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
    }
    .siteheader-sticky .colheadright { top: 65px; height: calc(100vh - 65px); }
    .custom-logo-link img { height: 65px; }
    .site-navmenu { display: block; }
    .sub-menu { display: none; top: auto; width: 100%; background-color: #f5f5f5; }
    .site-navmenu li { margin-left: 0; margin-right: 0; border-bottom: 1px solid #e9e9e9; }
    .site-navmenu > li, .sub-menu > li  { display: flex; flex-wrap: wrap; padding: 0; }
    .site-navmenu > li > a, .sub-menu > li > a { flex: 1 0 auto; padding: 12px 15px; }
    .sub-menu > li > a { padding-left: 30px; }
    .site-navmenu .icon-angle-down { font-size: 9px; line-height: 47px; width: 46px; height: 100%; text-align: center; }
    .site-navmenu .icon-angle-down::before { display: inline-block; transform: rotate(0deg); vertical-align: middle; transition: 0.3s ease-in-out; }
    .site-navmenu .icon-angle-down.open { background-color: #f6f6f6; }
    .site-navmenu .icon-angle-down.open::before { transform: rotate(180deg); }
    .site-navmenu > li.menu-item-has-children > a, .sub-menu >li.menu-item-has-children > a { flex: 1 0 calc(100% - 46px); max-width: calc(100% - 46px); }

    section.section h2 { font-size: 26px; line-height: 34px; }
    .gmstab-block { text-align: center; }
    .gmstab-block p { width: 510px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .gmsfound .row { align-items: center; }
    .gmsappcta-wrap { text-align: center; width: calc(100% - 60px); padding-top: 30px; margin-left: auto; margin-right: auto; }
    .gmsappcta-wrap h2 { width: 600px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .gmsappcta-wrap p { width: 492px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .bttn-gmsappcta { margin-top: 10px; margin-bottom: 30px; }

    .newslist-info .icon-arrow { font-size: 10px; line-height: 10px; margin-bottom: 4px; }
    .newslist-info .icon-arrow::after { width: 16px; height: 16px; }

    .foo-sitelinks .menu li + li { margin-left: 20px; }

    .col-servmedia { text-align: center; }
    .gmsserv-row { width: 100%; justify-content: center; }

    .whatdiff { margin-top: 22px; margin-bottom: 44px; }
    
    .fprocess { flex-wrap: wrap; row-gap: 40px; justify-content: center; }
    .fprocess-item { flex: 1 0 33.33%; max-width: 33.33%; }
    .fprocessblock i { width: 85px; height: 85px; font-size: 40px; line-height: 85px; }
    .fprocessblock i::before { line-height: 85px; }
    .fproicon::after { background-size: 100%; }
    .fproicon::before { width: 28px; height: 28px; font-size: 16px; line-height: 28px; }
    .popup-subtitle { font-size: 18px; line-height: 22px; margin-top: 10px; }

    .gmsoffices-mapcol { margin-top: 30px; }
    .joinus-cont { padding-right: 0; }

    .gmslife-gal { width: 537px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .gmslife-pic:nth-child(1), .gmslife-pic:nth-child(5) { width: 330px; }
    .gmslife-pic:nth-child(2), .gmslife-pic:nth-child(6) { width: 190px; }
    .gmslife-pic:nth-child(3), .gmslife-pic:nth-child(4) { width: 100%; }

    .jobcats::-webkit-scrollbar { height: 7px; }

    .newslist { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; }
    .featureditem:nth-child(n) { height: auto; }
    .featureditem:first-child { grid-row: 1; grid-column: 1 / span 2; width: 100%; }
    .featureditem:nth-child(2) { grid-row: 2; grid-column: 1 / span 2; width: 100%; }
    .featureditem:nth-child(3) { grid-row: 3; grid-column: 1 / span 1; width: 100%; }
    .featureditem:nth-child(4) { grid-row: 3; grid-column: 2; width: 100%; }
    .featureditem:nth-child(n+3) { min-height: 230px; }
    .featureditem h2 a { font-size: 22px; line-height: 28px; }
    .newsitem:nth-child(n+5), .paged .newsitem, .news-next .newsitem { width: auto; max-width: 100%; grid-column: 1 / span 2; }

    .trackdetails { flex-wrap: wrap; }
    .trackinfo, .tracklist { flex: 1 0 100%; max-width: 100%; padding-right: 0; }
    .trackinfo { margin-bottom: 30px; }
    .tracklist { padding: 15px 10px; background-color: var(--lightgray); border-radius: var(--siteradius); }
    .trackinfo .trackitem { flex: 1 0 50%; max-width: 50%; padding: 0 10px; }

    .testimonials { width: 500px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .testim-slide { max-width: 100%; }
    .gmscustomers .section-head { margin-left: auto; margin-right: auto; text-align: center; }
    .newslist-card img { height: 247px; }
    .newsinfo-title { -webkit-line-clamp: 3; }

    .effilist { flex-wrap: wrap; margin-top: 20px; }
    .effilist::before {display: none;}
    .effiitem { flex: 1 0 100%; width: 100%; }
}
/*991 ENDS*/

@media screen and (max-width: 767px) {
    section.section h2 { font-size: 24px; line-height: 32px; }
    .home .sechero .subtitle { font-size: 24px; line-height: 30px; }
    .gmstab-link { font-size: 16px; }
    .guides-blocks h3  { font-size: 22px; line-height: 30px; }
    .foocol-right .row > div:nth-child(-n+2) { margin-bottom: 30px; }
    .trackging-form { width: calc(100% - 60px); padding: 20px; margin-top: 0; transform: none; }
    .submit-group { margin-top: 30px; }
    .trackging-form { margin-bottom: 30px; }
    .trackging-form .input-group + .input-group { margin-left: 20px; }
    .gmsstats { max-width: 435px; padding-left: 0; margin: 20px auto 0; }
    .statitem { flex: 1 0 50%; }

    .gmsappcta-graphic img { width: 300px; max-width: 100%; vertical-align: top; }
    .gmsappcta-wrap { width: calc(100% - 35px); max-width: 100%; }

    .newslist-info { font-size: 18px; line-height: 26px; }
    .newslist-card { width: 360px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .newslist-row > div + div { margin-top: 30px; }
    .newslist-info .icon-arrow { font-size: 12px; line-height: 12px; margin-bottom: 5px; }
    .newslist-info .icon-arrow::after { width: 20px; height: 20px; }
    .gmsplatf-row > div:nth-child(n+3) { margin-top: 60px; }
    .appform { padding: 22px; }
    .servicelist { text-align: center; }
    .servimg { margin: 0 auto 30px; }
    .serv-pin-check .form-group { margin-left: auto; margin-right: auto; }
    .col-servcont p { width: 600px; max-width: 100%; margin-left: auto; margin-right: auto; }
    .enquirenow { padding: 20px 10px; margin: 30px auto 50px; text-align: center; }
    .enquirebtns { margin-top: 20px; width: 100%; justify-content: center; }
    .enquirebtns .bttn + .bttn { margin-left: 10px; margin-top: 0; }
    .diftab-head { font-size: 18px; }
    .guides-group:not(.active) .guides-head { margin-bottom: 0; }
    .guides-ctrl { margin-left: 0; }
    .popup-body { width: 100%; }

    .area-details td { font-size: 18px; }
    .jobcat-list { column-gap: 35px; }
    .jobtabs { padding-top: 28px; }
    .jobpg-head h1 { font-size: 32px; line-height: 40px; }

    .histbody { display: block !important; }
    .histhead { display: none; }
    .histrow { flex-wrap: wrap; padding: 15px 20px; background-color: #fbfbfb; }
    .histcell { display: flex; }
    .histrow .histcell:nth-child(n) { flex: 1 0 100%; width: 100%; }
    .histrow .histcell + .histcell { padding-top: 10px; border-top: 1px solid #e9e6e6;; margin-top: 10px; }
    .histcell-lbl { display: block; font-family: 'switzer-md', sans-serif; width: 80px; min-width: 80px; }
    .histcell-val { max-width: calc(100% - 80px); flex: 1 0 calc(100% - 80px); }
}
/*767 ENDS*/

@media screen and (max-width: 680px) {
    .tracking-media, .yearsserv-banner, .trackging-form { width: calc(100% - 30px); max-width: 100%; }
    .jobtab-meta { flex-wrap: wrap; }
    .tracklist .trackitem { flex: 1 0 50%; max-width: 50%; }
    .track-shipno .trackvalue { font-size: 20px; }
    .track-update .trackvalue { font-size: 16px; }
}
/*680 ENDS*/

@media screen and (max-width: 575px) {
    .sechero h1 { font-size: 28px; line-height: 37px; }
    .tracking-slider img, .gmslife .gms-slider img { width: 100%; height: 260px; object-fit: cover; object-position: center; }
    .trackging-form { padding: 15px; }
    .trackging-form .input-group + .input-group { margin-left: 10px; }
    .gmsappcta-wrap { width: calc(100% - 15px); }
    .gmsserv-listitem + .gmsserv-listitem { margin-left: 40px; }
    .gmsserv-listitem + .gmsserv-listitem::before { left: -20px; }
    
    .gmsplatf-row { padding-top: 42px; }
    .gmsplatf-row > div:nth-child(n+2) { margin-top: 60px; }
    .gmsplatf-card { max-width: 100%; width: 320px; margin-left: auto; margin-right: auto; }

    .foo-copy, .foo-sitelinks { flex: 1 0 100%; width: 100%; max-width: 100%; padding: 0; text-align: center; }
    .foo-copy { order: 1; }
    .foo-sitelinks ul { justify-content: center; }

    .fprocess-item { flex: 1 0 50%; max-width: 50%; }
    .fprocessblock i { width: 80px; height: 80px; font-size: 35px; line-height: 80px; }
    .fprocessblock i::before { line-height: 80px; }

    .diffserv {overflow: hidden;}
    .diffservlist { max-width: 100%; overflow-x: auto; overflow-y: hidden; }
    .diffservlist .row { margin: 0; width: 600px; }
    .difftab-desc { flex: 1 0 calc(100% - 240px); max-width: calc(100% - 240px); padding-left: 0; }
    .difftab-val { flex: 1 0 240px; max-width: 240px; }
    .diftab-head, .diftab-cell { height: auto; }
    .diftab-cell { line-height: 22px; }
    .diffservlist-wrap::before {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        width: 36px;
        height: 100%;
        background-image: linear-gradient(270deg, #ffffff 50%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0));
    }

    .guides-ctrl span { display: none !important; }
    .guides-blocks > ul { column-count: 1; column-gap: 0; }

    .area-details td { font-size: 16px; }
    .area-details { table-layout: auto; }
    .gmslife-gal { justify-content: center; }
    .gmslife-pic { text-align: center; }
    .gmslife-pic img { width: auto; height: auto; }
    .gmslife-pic:nth-child(n+3) { order: 1; }
    .gmslife-pic:last-child {order: 0;}
    .gmslife-pic:nth-child(1), .gmslife-pic:nth-child(5), .gmslife-pic:nth-child(3), .gmslife-pic:nth-child(4) { width: 100%; }
    
    .jobpg-head h1 { font-size: 30px; line-height: 38px; }

    .newslist { grid-template-columns: 1fr; grid-template-rows: 1fr; column-gap: 0; }
    .featureditem:nth-child(n) { min-height: 230px; }
    .featureditem:nth-child(n+3) { grid-row: unset; grid-column: 1 / span 2; }
    .featureditem:nth-child(n) h2 a { font-size: 20px; line-height: 25px; }
    .featureditem:nth-child(n) .newsitem-meta { font-size: 14px; line-height: 18px; }
    .featureditem:nth-child(n) .newslink-sm .icon-arrow { font-size: 11px; }
    .featureditem:nth-child(n) .newslink-sm .icon-arrow::after { width: 20px; height: 20px; }
    .featureditem .newsitem-wrap { bottom: 20px; }

    .featureditem + .newsitem { margin-top: 0; }
    .newsitem:nth-child(n+5), .paged .newsitem, .news-next .newsitem { flex-wrap: wrap; }
    .newsitem .newsitem-media { width: 100%; min-width: 0; height: auto; }
    .newsitem h2 a { display: block; }
    .pagination .page-numbers { width: 35px; height: 35px; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev { font-size: 8px; }
    .news-next .read-next-title { margin-bottom: 22px; }
    
    .trackinfo { row-gap: 25px; }
    .trackinfo .trackitem { flex: 1 0 100%; max-width: 100%; }

    .testim-card { flex-wrap: wrap; }
    .testim-left, .testim-right { flex: 1 0 100%; max-width: 100%; }
    .testim-left { order: 1; margin-top: 15px; text-align: center; }
    .testim-right { text-align: center; margin-bottom: 15px; }
    .testim-slide { width: 100%; }
    .testim-slides .slick-list { margin: 0 -5px; }
    .testim-slides .slick-track { display: block; }
    .slick-initialized .slick-slide.testim-slide { margin: 0 5px; padding: 5px 5px 15px; }
    .testim-card { padding: 24px 20px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21); }
    .testim-quote::before { margin-bottom: 16px; }
}
/*575 ENDS*/

@media screen and (max-width: 459px) {
    .sechero h1 { font-size: 26px; line-height: 34px; }
    .statfig { font-size: 26px; line-height: 35px; }
    
    .submit-group .input-submit { min-width: 0; }
    .trackging-form .form-group { display: block; }
    .trackging-form .input-group, .trackging-form .input-group + .input-group{ max-width: 134px; margin: 10px auto 0; justify-content: flex-start; }
    .customerslider, .customerslider-control { margin-top: 32px; }
    
    .gmstab-nav { display: flex; }
    .gmstab-link { font-size: 16px; padding: 0 5px; flex: 1 0 auto; }

    .gmsserv-row { flex-wrap: wrap; }
    .gmsserv-listitem { flex: 1 0 50%; max-width: 50%; padding: 0 15px; }
    .gmsserv-listitem + .gmsserv-listitem { margin-left: 0;}
    .gmsserv-listitem + .gmsserv-listitem::before { display: none; }
    .gmsserv-title { margin: 10px auto; max-width: 120px; }
    .gmsserv-listitem:nth-child(3) { margin-top: 30px; }

    .whatdiff .row { row-gap: 30px; }
    .whatdiff i { font-size: 35px; line-height: 80px; width: 80px; height: 80px; }
    .whatdiff i::before { line-height: 80px; }
    
    .bttn-gmsappcta { width: 136px; }
    .bttn-gmsappcta + .bttn-gmsappcta { margin-left: 12px; }
    .serv-pin-check .bttn { min-width: 105px; }
    .serv-pin-check .form-group input { flex: 1 0 calc(100% - 105px); max-width: calc(100% - 105px); }
    .gmsinside h2 { padding-top: 20px; }
    .popup-title { font-size: 24px; line-height: 26px; }

    .joinus-list { row-gap: 30px; column-gap: 0; text-align: center; }
    .joinus-item { flex: 1 0 100%; max-width: 100%; }
    
    .gmslife-pic:nth-child(n) { order: 0; }
    .jobtab-item, .jobpg-head { flex-wrap: wrap; }
    .jobtab-txt, .jobpg-txt { flex: 1 0 100%; max-width: 100%; }
    .jobtab-cta, .jobpg-cta { padding-left: 0; padding-top: 15px; }
    .jobpg-head h1 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
}
/*459 ENDS*/

@media screen and (max-width: 374px) {
    .submit-group { display: block; }
    .submit-group .input-control { display: block; width: 216px; max-width: 100%; border-right: 1px solid var(--secondary); margin: 0 auto 15px; text-align: center; }
    .submit-group .input-submit { display: block; margin-left: auto; margin-right: auto; height: 32px; line-height: 29px; }
    .sechero { padding-bottom: 20px; }
    .gmsappcta-wrap { width: calc(100% - 0px); }
    .tracking-slider img { height: 200px; }
    .gmstab-link { font-size: 14px; }
    .row-whatdiff > div { width: 100%; flex: 1 0 100%; }
    .bttn-gmsappcta { display: block; margin: 0 auto; }
    .bttn-gmsappcta + .bttn-gmsappcta { margin: 20px auto 40px; }
    .enquirebtns { width: 140px; margin-left: auto; margin-right: auto; }
    .enquirebtns .bttn + .bttn { margin-left: 0; margin-top: 15px; }
    .alert-success { padding: 62px 20px; }
    .off-filtergroup { flex-wrap: wrap; }
    .off-filtergroup > * { flex: 1 0 100%; width: 100%; }
    .off-pinfield { margin-top: 10px; }
    .tracklist .trackitem { flex: 1 0 100%; max-width: 100%; }
}
/*374 ENDS*/

@media screen and (max-width: 359px) {
    .newslist-info { max-width: calc(100% - 30px); }
}
/*359 ENDS*/
