:root {
  --urbane: "urbane", sans-serif;
  --grey: #3b3b3b;
  --red: #9a1d26;
  --yellow: #ffc323;
  --brown: #3b3124;
}

/*Animation*/
@keyframes menuanimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  /*Fonts*/
  .white2024 {
    font-size: 1.6rem;
    line-height: 1.1rem;
  }
  .white4048 {
    font-size: 3rem;
    line-height: 2.2rem;
  }
  .grey2226 {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .white2835 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .white2631 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .yellow20px {
    font-size: 2.4rem;
  }
  .grey6072 {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  .grey3036 {
    font-size: 2.4rem;
    line-height: 1.7rem;
  }
  .grey5566 {
    font-size: 4rem;
    line-height: 2.5rem;
  }

  /*Button*/
  .btnyellowarrow {
    font-size: 1.6rem;
    padding: 5px 12px 3px;
  }
  .btnyellowarrow::after {
    font-size: 0.8rem;
  }
  .btnyellow {
    font-size: 1.6rem;
    padding: 5px 12px 3px;
  }
  .btnbluearrow {
    font-size: 1.6rem;
    padding: 5px 12px 3px;
  }
  .btnbluearrow::after {
    font-size: 0.8rem;
  }
  .btngrey {
    font-size: 1.6rem;
    padding: 5px 12px 3px;
  }
  .btnblue {
    font-size: 1.6rem;
    padding: 5px 12px 3px;
  }
  .btnsignup {
    padding: 5px 12px;
    font-size: 1.6rem;
  }

  /*Header*/
  .site-header {
    display: none;
  }
  .responsive-header {
    display: block;
  }
  .resp-header-container {
    display: flex;
    padding: 20px 15px 13px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .resp-logobox {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .resp-logobox a {
    display: flex;
  }
  .resp-header-container .establishimg {
    width: 50px;
    height: 50px;
  }
  .resp-logobox .custom-logo {
    width: 140px;
    height: 32px;
  }
  .resp-menubox {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .headeruser img {
    margin-top: 2px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner {
    height: 6px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before {
    height: 6px;
    top: 12px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    height: 6px;
    top: 24px;
  }
  #mega-menu-wrap-menu-1 {
    margin-bottom: 7px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    top: 20px;
    background-color: #ffc323;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner {
    background-color: #ffc323;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 40px 20px;
    margin-top: 25px;
    min-height: 100vh;
    border-top: 4px solid #1e2a5a;
    background-color: #ffc323;
    animation-name: menuanimation;
    animation-duration: 1s;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background-color: #ffc323;
    border-bottom: none;
    color: #3b3b3b !important;
    font-size: 32px;
    padding: 5px 20px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 36px;
    height: 50px;
    color: var(--grey) !important;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #3b3b3b;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1[data-effect="fade_up"]
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    border-left: 3px solid #3b3b3b;
    margin-left: 10px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    float: none;
    margin-left: 10px;
  }
  .headertop {
    font-size: 1.5rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 10px 20px;
  }
  .menuskipresp {
    display: block !important;
  }
  .menuskipdesk {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menuskipresp a {
    font-size: 2rem;
    padding: 3px 15px 3px;
    font-family: var(--urbane);
    font-weight: 600;
    background-color: #1e2a5a !important;
    border: 3px solid #1e2a5a !important;
    border-radius: 25px;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    margin-top: 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding-left: 60px;
  }

  /*HomeBanner*/
  .homebannerusp {
    padding: 10px 20px;
    position: relative;
    background-color: rgba(59, 59, 59, 0.85);
  }
  .owl-homesliderusp .owl-item img {
    width: 35px;
    height: 30px;
  }
  .homebannerusp .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .homebannerusp .owl-dots {
    display: none;
  }
  .hbuspbox {
    column-gap: 5px;
  }
  .owl-homesliderusp .owl-nav .fa-angle-right {
    font-size: 30px;
    color: #eedd5c;
    margin-right: 10px;
  }
  .owl-homesliderusp .owl-nav .fa-angle-left {
    font-size: 30px;
    color: #eedd5c;
    margin-left: 10px;
  }
  #myVideo {
    top: 0;
    width: 180%;
    left: 50%;
    transform: translatex(-50%);
  }
  .homebanner {
    height: 500px;
    border-top: none;
    border-bottom: none;
  }
  .volumnbtn {
    bottom: 38%;
    right: 15px;
  }
  .hbhireskip {
    width: 40%;
    border-right: none;
    position: static;
  }
  .hbhireskipabs {
    width: 100vw;
    bottom: 100%;
    left: 0;
    z-index: 99;
  }
  .btncontobb {
    margin-top: 10px;
  }
  .hbwastecollection {
    width: 40%;
    position: static;
  }
  .hbwastecollectionabs {
    width: 100vw;
    bottom: 100%;
    left: 0;
    z-index: 99;
  }
  .onlinebookingblock {
    background-color: #3b3b3b;
    border-top: 4px solid var(--brown);
    padding: 0 0 20px;
    position: relative;
  }
  .hbhireskip h3 {
    width: 50%;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5rem;
  }
  .hbwastecollection h3 {
    width: 70%;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5rem;
  }
  .onlinebookingblock .fa-angle-up {
    font-weight: 400;
    font-size: 50px;
  }
  .hbhireskipabs div {
    padding: 10px;
  }
  .hbwastecollectionabs div {
    padding: 10px;
  }
  #obblockdesktop {
    display: none;
  }
  #obblockresponsive {
    display: flex;
  }
  .hbwastecollection:hover h3 {
    transform: scale(1);
  }
  .hbhireskip:hover h3 {
    transform: scale(1);
  }

  /*Product Archive*/
  .productarchivesection {
    padding: 30px 20px;
    row-gap: 20px;
  }
  .productarchivesection h2 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5rem;
  }
  .paspayment {
    flex-wrap: wrap;
    column-gap: unset;
    justify-content: space-around;
    row-gap: 20px;
  }
  .passecurepayment {
    width: 100%;
  }
  .passecurepayment img {
    height: 30px;
    margin-bottom: 5px;
  }
  .pasvisalogo {
    height: 12px !important;
  }
  .pasmastercardlogo {
    height: 17px !important;
  }
  .pasmaestrologo {
    height: 17px !important;
  }
  .pasgooglepay {
    height: 17px !important;
  }
  .pasapplepay {
    height: 17px !important;
  }
  .prodarcsecbox {
    padding: 5px !important;
  }
  .prodarcsecboxinner h2 {
    font-size: 1.7rem;
    line-height: 1.2rem;
    padding: 7px 0;
  }
  .pasboxprice {
    padding: 15px 0;
    text-align: center;
  }
  .pascontainer {
    row-gap: 15px;
  }

  /*Home page map section*/
  .mapsection {
    flex-direction: column-reverse;
  }
  .mscontentoverlay {
    padding: 60px 20px;
  }
  .msbtncontainer {
    column-gap: 10px;
  }
  .mscontentoverlay h3 {
    font-size: 3rem;
    line-height: 2.2rem;
  }
  .mscontent {
    background-size: cover;
  }
  .msmap {
    min-height: 250px;
    background-size: cover;
  }

  /*Video Section*/
  .videocolumnsection {
    padding: 40px 0 20px;
  }
  .videocolumnsection h2 {
    padding: 0 20px;
    text-align: center;
  }
  .videocolumnsection span {
    padding: 0 20px;
    text-align: center;
  }
  .vcsbox {
    padding: 0;
  }
  .vcsbox h3 {
    font-size: 2rem;
    line-height: 1.5rem;
  }
  .vcscontainer {
    position: relative;
    margin-top: 10px;
  }
  .vcscontainer .owl-nav {
    position: absolute;
    top: 252px;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .vcscontainer .owl-dots {
    display: none;
  }
  .vcscontainer .owl-nav .fa-angle-right {
    font-size: 45px;
    color: #eedd5c;
    margin-right: 20px;
  }
  .vcscontainer .owl-nav .fa-angle-left {
    font-size: 45px;
    color: #eedd5c;
    margin-left: 20px;
  }
  .vcsimgbox .vcsimage {
    height: 230px;
    aspect-ratio: unset;
  }
  .vcsboxdesc {
    padding: 20px 40px;
  }

  /*Two Column Slider*/
  .tcsbox {
    flex-direction: column-reverse;
    height: unset;
  }
  .tcsboxcontent {
    padding: 40px 30px 60px;
    min-height: 420px;
    justify-content: space-between;
  }
  .tcsboxcontent h3 {
    text-align: center;
  }
  .owl-twocolumnslider .owl-nav {
    top: unset;
    bottom: 30px;
  }
  .owl-twocolumnslider .owl-nav .fa-angle-right {
    padding: 0;
    margin-right: 10px;
  }
  .owl-twocolumnslider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    margin-top: unset;
    bottom: 4%;
  }
  .owl-twocolumnslider .owl-nav .fa-angle-left {
    margin-left: 10px;
  }
  .tcsbtnbox {
    margin-top: 10px;
  }
  .tcscontentimage img {
    height: 250px;
  }

  /*FAQ Banner*/
  .faqbanner {
    margin: 10px 0;
  }
  .faqbanneroverlay {
    padding: 50px 20px;
    row-gap: 20px;
  }
  .fbfaqcontainer a {
    padding: 20px 0;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .fbfaqcontainer a:last-child {
    border-bottom: none;
  }
  .faqbanneroverlay span {
    text-align: center;
  }

  /*Image Banner*/
  .imagebanner img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: 35%;
  }

  /*Content Button Banner*/
  .contentbtnbanner {
    padding: 37px 30px 40px;
    row-gap: 10px;
  }
  .cbbdescription h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 15px;
  }
  .cbbdescription {
    width: 100%;
  }
  .cbbdescription p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .cbbbtnbox {
    column-gap: 10px;
  }

  /*USP Banner*/
  .uspbanneroverlay {
    padding: 40px 20px;
  }
  .uspbannercontainer {
    row-gap: 40px;
  }
  .uspbannerbox img {
    height: 70px;
  }
  .uspbannerbox {
    row-gap: 15px;
  }

  /*Testimony Section*/
  .testimonysection {
    flex-direction: column;
    padding: 40px 10px 50px;
  }
  .testimonyleft {
    width: 100%;
    padding: 0px 30px 10px;
  }
  .testimonyright {
    width: 100%;
  }
  .owl-testimony .owl-stage-outer {
    margin-left: unset;
  }
  .testimonyleft h3 {
    text-align: center;
  }
  .testimonyquote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .testimonydesc {
    width: 80%;
  }
  .testimonybtnbox-left {
    display: none;
  }
  .testimonybtnbox-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-testimony .owl-nav {
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    bottom: -30px;
  }
  .owl-testimony .owl-nav .owl-prev i {
    padding: 7px;
  }
  .owl-testimony .owl-nav .owl-next i {
    padding: 7px;
  }

  /*Latest News*/

  .latestnews {
    padding: 50px 0;
  }
  .latestnewsbox {
    padding: 0;
  }
  .owl-latestnews .owl-dots {
    display: none;
  }
  .latestnewsbtnbox {
    margin-top: 20px;
  }
  .latestnewscontainer {
    position: relative;
    margin-top: 10px;
  }
  .latestnewscontainer .owl-nav {
    position: absolute;
    bottom: -65px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
  }
  .owl-latestnews .owl-nav .owl-next i {
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--brown);
    border-width: 0 4px 4px 0;
    font-size: 0;
  }
  .owl-latestnews .owl-nav .owl-prev i {
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid var(--brown);
    border-width: 0 4px 4px 0;
    font-size: 0;
  }
  .lnbcontent h2 {
    font-size: 2.25rem;
    line-height: 1.5rem;
  }
  .latestnewsarchive {
    padding: 60px 30px;
  }
  .latestnewsarchive span {
    text-align: center;
  }
  .latestnewsarchive .latestnewscontainer {
    row-gap: 30px;
  }

  /*Instagram Feed*/
  .instagramfeedoverlay {
    padding: 50px 20px;
    background-color: rgba(59, 59, 59, 0.92);
  }
  .instagramfeedoverlay h2 {
    text-align: center;
  }
  .instafeedfollowbox {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .instafeedfollowbox span {
    width: 100%;
    text-align: center;
  }

  /*Newsletter Section*/
  .newsletterbox {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .newslettercontainer {
    width: auto;
  }
  .newslettersection {
    padding: 50px 30px;
  }
  .newslettersection h3 {
    text-align: center;
  }
  .newslettersection span {
    text-align: center;
  }

  /*footer*/
  .footer {
    flex-direction: column;
    padding: 50px 20px;
    align-items: center;
  }
  .footercontact-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    margin-top: 40px;
  }
  .footercontact {
    display: none;
  }
  .footeraddress {
    text-align: center;
  }
  .footermenu1 ul {
    text-align: center;
  }
  .footermenu2 ul {
    text-align: center;
  }
  .footermenu2 h4 {
    text-align: center;
  }
  .footermenu3 ul {
    text-align: center;
  }
  .footermenu3 h4 {
    text-align: center;
  }
  .footertelephone a {
    font-size: 3rem;
  }
  .footertelephone {
    align-items: center;
  }
  .footeraddress p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .footercontact-resp hr {
    height: 10px;
    width: 150px;
    border: none;
    border-bottom: 4px solid #ffc323;
  }
  .footermenu1 ul li a {
    font-size: 2.4rem;
    line-height: 1.7rem;
  }
  .footermenu1 li {
    margin-top: 15px;
  }
  .footermenu2 li {
    margin-top: 15px;
  }
  .footermenu1 {
    margin-top: 20px;
  }
  .footermenu2 {
    margin-top: 15px;
  }
  .footermenu3 {
    margin-top: 15px;
  }
  .footermenu3 ul li a {
    font-size: 1.2rem;
  }
  .footermenu2 ul li a {
    font-size: 1.2rem;
  }
  #nav_menu-5 {
    margin-top: 13px;
  }
  .footerbootom {
    padding: 50px 40px;
    border-top: 8px solid #fff;
  }
  .footerbootom p {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
  }
  .footerpaymenticon {
    column-gap: 20px;
    margin-top: 10px;
  }
  .footerpaymenticon img.ftvisalogo {
    height: 15px;
  }
  .footerpaymenticon img {
    height: 18px;
  }
  .footerlogo {
    width: 200px;
    height: 200px;
  }
  .footerlogo img {
    width: 170px;
    height: 70px;
  }

  /*Default Banner*/
  .defbantitlebox {
    padding: 60px 30px;
  }

  /*Page Content*/
  .pagecontent {
    padding: 60px 30px;
  }
  .pagecontentbtn {
    column-gap: 10px;
  }
  .pagecontentinner {
    width: 100%;
  }
  .pagecontent h1,
  .pagecontent h2,
  .pagecontent h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .pagecontent p {
    margin-bottom: 1rem;
  }

  /*Two Column Content*/
  .twocolumncontent {
    padding: 60px 30px;
  }
  .twocolumncontent h2,
  .twocolumncontent h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .twocolumncontent p {
    text-align: center;
  }
  .tccblockboxcontent {
    padding-right: 0;
  }
  .tccboxbtn {
    margin-top: 0px;
    column-gap: 5px;
    justify-content: center;
  }
  .tccblockbox {
    row-gap: 30px;
  }
  .tccboxreverse .tccblockboxcontent {
    padding-left: 0;
  }
  .tccblock {
    row-gap: 60px;
  }
  .tcctop {
    width: 100%;
    margin-bottom: 40px;
  }
  .tccbottom h2,
  .tccbottom h3 {
    margin-top: 40px;
  }
  .tccbottom {
    margin-top: 60px;
  }
  .tccblockboxcontent ul {
    width: 100%;
    padding-left: 10px;
  }

  /*Two Column Yellow Banner*/
  .tcybcontent {
    padding: 60px 30px 40px;
  }
  .tcybcontent ul {
    width: 100%;
    padding-left: 10px;
  }
  .tcybcontent h1,
  .tcybcontent h2,
  .tcybcontent h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .tcybbtn {
    margin-top: 15px;
  }
  .tcybimage img {
    aspect-ratio: 16/12;
  }
  .tcybcontent ul li {
    align-items: flex-start;
  }

  /*Team Member Block*/
  .teammemberblock {
    padding: 60px 30px;
  }
  .teammemberblockdesc {
    width: 100%;
  }
  .teammemberboxinner {
    row-gap: 10px;
  }

  /*Accordion*/
  .accordionblock {
    padding: 60px 30px;
  }
  .accordionblock h2 {
    text-align: center;
  }
  .accordion::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .accordion {
    padding: 10px 0;
  }
  .accordiontextbox {
    padding-right: 0;
  }
  .accorblocktype .grey3036 {
    text-align: center;
  }

  /*Icon Text Block*/
  .icontextblock {
    padding: 60px 30px;
    row-gap: 20px;
  }
  .itblocktop h2,
  .itblocktop h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .itblocktop {
    width: 100%;
  }
  .itbcontainer {
    row-gap: 30px;
  }
  .itblockbottom {
    width: 100%;
    margin-top: 30px;
  }

  /*Three Column Content*/
  .threecolumncontent {
    padding: 60px 30px;
  }
  .threecolumn-top {
    width: 100%;
  }
  .threecolumn-top h3 {
    margin-top: 30px;
  }
  .threecolumncontent h2,
  .threecolumncontent h3 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .threecolumnbox {
    padding: 0;
  }

  /*Contact Block Section*/
  .contactblocksection {
    padding: 60px 30px;
  }
  .cfcontleft form.wpcf7-form {
    width: 100%;
  }
  .cfcontleft input[type="tel"] {
    width: 100%;
  }
  .cfcontleft .cfpostcode input[type="text"] {
    width: 100%;
  }
  .wpcf7-checkbox {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cfcontleft .cfrow {
    row-gap: 5px;
  }
  .cfcontleft .cfrowbottom {
    flex-direction: column;
    align-items: center;
  }
  .cfcontright {
    justify-content: center;
  }
  .cbaddress {
    margin-top: 20px;
    text-align: center;
  }
  .cfbtnbox {
    flex-direction: column;
    margin-top: 20px;
  }
  .contactblock {
    align-items: center;
  }
  .contactblock h2 {
    text-align: center;
  }
  .contactblock h4 {
    text-align: center;
  }
  .cbaddress .socialiconcontact {
    justify-content: center;
  }

  .cfcontleft .gform_legacy_markup_wrapper {
    width: 100%;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    padding: 7px 12px;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    .cfpostcode
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    width: 100%;
    padding: 7px 12px;
  }

  .cfcontleft .gform_legacy_markup_wrapper ul.gform_fields li.gfield select {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    border: none;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    .cfskipsize
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    width: 100%;
    padding: 7px 12px;
  }
  .cfcontleft .gform_legacy_markup_wrapper .top_label .gfield_label {
    margin-top: 0;
  }
  .gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    margin-right: 10px;
  }
  body .gform_legacy_markup_wrapper ul li.gfield {
    width: 100%;
  }

  /*Blue Banner*/
  .bluebanneroverlay {
    padding: 40px 30px;
  }
  .bluebannercontent {
    width: 100%;
  }
  .bluebanner {
    margin: 10px 0;
  }

  /*Single Product Page*/
  .singleproductpage {
    padding: 10px 30px 0;
  }
  .woocommerce .singleproductpage div.product p.price {
    font-size: 2.6rem;
    line-height: 1.8rem;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom-width: 3px;
  }
  .wcpa_form_outer .wcpa_form_item label {
    font-size: 0.9rem;
  }
  .woocommerce .singleproductpage div.product .product_title {
    border-bottom-width: 3px;
    padding-bottom: 15px;
  }
  .wcpa_form_outer {
    margin: 0;
  }
  .wcpa_form_outer .wcpa_form_item .wcpa_checkbox label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .spppaymentlogo {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
  }
  .sppsecurepayment {
    width: 100%;
    justify-content: flex-start;
  }
  .woocommerce-page div.product .woocommerce-tabs {
    margin-top: 20px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    padding: 7px;
    border-right: none;
    margin: 5px 0;
    background-color: #efefef;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding: 7px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #efefef;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1.8rem;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    border-top-width: 3px;
  }
  .woocommerce div.product .woocommerce-variation-price span.price {
    font-size: 3rem;
    line-height: 2rem;
  }
  .productfaqimgbox {
    flex-direction: column;
  }
  .productfaqimgbox div:nth-child(1) {
    border-right: none;
  }
  .single-product .woocommerce-breadcrumb {
    padding: 20px 30px 0;
    font-size: 1.4rem;
  }
  .single-product .woocommerce-breadcrumb a {
    font-size: 1.4rem;
  }
  .tabimgnew1 {
    justify-content: flex-start;
  }
  #scrdeleveryinfo {
    scroll-margin-top: 0px;
  }

  .productvideo {
    margin-bottom: 30px;
    margin-top: -20px;
  }

  /*Woo Commerce message*/
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce .woocommerce-message .button {
    padding: 6px 12px;
    font-size: 0.8rem;
    width: fit-content;
    margin-top: 10px;
  }

  /*Basket Page*/
  .basketpage {
    padding: 40px 30px;
  }
  .woocommerce-cart table.cart .product-name {
    padding-right: 12px;
  }
  .product-name a {
    font-size: 1.5rem;
  }
  .woocommerce td.product-name dl.variation {
    margin-top: 10px;
  }
  .woocommerce button.button:disabled[disabled] {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  .woocommerce-cart .cart-collaterals .shipping-calculator-form button {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.6rem;
    padding: 6px 12px;
  }
  .woocommerce-page div.product div.summary .wcpa_form_outer .wcpa_error_msg {
    position: static;
  }
  .wcpa_form_outer .wcpa_error_msg {
    margin-top: 0;
  }
  .woocommerce div.product div.summary form.cart .variations {
    margin-bottom: 0;
  }
  .wcpa_form_outer .wcpa_form_item {
    row-gap: 10px;
  }

  .xdsoft_datetimepicker {
    transform: scale(1.2);
    left: 40px !important;
  }

  .single-product .defaultbanner {
    display: none;
  }

  /*Return to shop*/
  .return-to-shop {
    padding: 30px 40px 40px;
  }

  /*Checkout Page*/
  #customer_details {
    padding: 60px 30px;
  }
  .validate-state {
    width: 100%;
  }
  #billing_city_field {
    width: 100%;
  }
  #billing_company_field {
    width: 100%;
  }
  .woocommerce-page form .form-row-first {
    width: 100%;
  }
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  #billing_postcode_field {
    width: 100%;
  }
  #billing_phone_field {
    width: 100%;
  }
  #billing_email_field {
    width: 100%;
  }
  .checkoutpage h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .woocommerce-page .checkoutpage .col2-set .col-2 {
    margin-top: 40px;
  }
  #order_review_heading {
    padding: 20px 30px;
  }
  .woocommerce .checkoutpage table.shop_table {
    padding: 0 18px 10px;
  }
  .woocommerce-checkout #payment {
    padding: 40px 30px;
  }
  .woocommerce-page #payment #place_order {
    font-size: 1rem;
    padding: 8px 12px;
  }
  .woocommerce-privacy-policy-text {
    text-align: center;
  }
  .checkoutloginform {
    padding: 0 30px;
  }
  .woocommerce .checkoutloginform form {
    width: 100%;
  }
  .woocommerce form.login .form-row {
    margin-top: 10px;
  }
  .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
    padding: 10px 0 0;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }

  /*WooCommerce Order*/
  .woocommerce-order {
    padding: 40px 30px;
  }
  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .woocommerce .woocommerce-order-details :last-child {
    margin-top: 20px;
  }
  .woocommerce-order-details {
    margin-top: 40px;
  }
  .woocommerce table.shop_table th {
    font-size: 1.6rem;
    line-height: 1.2rem;
  }
  .woocommerce-column--shipping-address {
    margin-top: 30px;
  }
  .woocommerce .woocommerce-customer-details address {
    margin-top: 10px;
  }
  .woocommerce-order .wc-item-meta {
    padding-left: 0;
  }
  .wc-item-meta p {
    word-break: keep-all;
  }
  .woocommerce ul.order_details li {
    border-right: none;
  }
  .woocommerce-order-details__title {
    font-size: 1.2rem;
  }
  .woocommerce-column--billing-address h2,
  .woocommerce-column--shipping-address h2 {
    font-size: 1.2rem;
  }

  /*My Account*/
  .myaccountpage {
    padding: 30px;
  }
  .myaccountpage .woocommerce-privacy-policy-text {
    text-align: left;
  }
  .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
  }
  .woocommerce-MyAccount-navigation {
    padding: 40px 30px 20px;
  }
  .woocommerce-MyAccount-content {
    padding: 20px 30px 40px;
  }
  .woocommerce-Address {
    margin-top: 20px;
  }
  .woocommerce-MyAccount-content fieldset {
    padding: 0;
  }
  .woocommerce .myaccountpage form.login,
  .woocommerce .myaccountpage form.register {
    min-height: auto;
  }

  /*Text Editor*/
  .texteditor {
    padding: 60px 30px;
  }
  .texteditor h2,
  .texteditor h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  /*Product Carousel*/
  .skipcarouselcont .owl-nav {
    top: 22%;
  }

  /*Single Blog Page*/
  .singleblogpage {
    padding: 60px 30px;
  }
  .spbimage {
    padding-left: 0;
    margin-top: 40px;
  }

  /*ChatBox*/
  .chatbox {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  body {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  /*Fonts*/
  .white2024 {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .white4048 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .grey2226 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .white2835 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .white2631 {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .yellow20px {
    font-size: 1.2rem;
  }
  .grey6072 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .grey3036 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .grey5566 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .white22px {
    font-size: 0.9rem;
  }
  .white2428 {
    font-size: 1.1rem;
  }

  /*Button*/
  .btnyellowarrow {
    font-size: 0.8rem;
    padding: 5px 12px 3px;
  }
  .btnyellowarrow::after {
    font-size: 0.8rem;
  }
  .btnyellow {
    font-size: 0.8rem;
    padding: 5px 12px 3px;
  }
  .btnbluearrow {
    font-size: 0.8rem;
    padding: 5px 12px 3px;
  }
  .btnbluearrow::after {
    font-size: 0.8rem;
  }
  .btngrey {
    font-size: 0.8rem;
    padding: 5px 12px 3px;
  }
  .btnblue {
    font-size: 0.8rem;
    padding: 5px 12px 3px;
  }
  .btnsignup {
    padding: 5px 12px;
    font-size: 0.8rem;
  }

  /*Header*/
  .logobox .establishimg {
    width: 50px;
  }
  .logobox .custom-logo {
    width: 160px;
    height: 65px;
  }
  .headertelephone a {
    font-size: 1.5rem;
  }
  .headertelephone img {
    width: 18px;
    height: 23px;
  }
  .logobox {
    padding: 13px 18px 8px 20px;
  }
  .headercontact {
    padding: 13px 20px 8px 20px;
  }
  .menubox {
    padding: 15px 0 10px;
    column-gap: 0;
    justify-content: flex-end;
  }
  .menu_text_resp {
    display: block;
    color: var(--grey);
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .menuiconbox {
    padding: 15px 20px 15px 10px;
  }

  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner {
    height: 6px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before {
    height: 6px;
    top: 12px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    height: 6px;
    top: 24px;
  }
  #mega-menu-wrap-menu-1 {
    margin-bottom: 7px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    top: 20px;
    background-color: var(--red);
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner {
    background-color: var(--red);
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 40px 20px;
    margin-top: 25px;
    min-height: 80vh;
    border-top: 4px solid #1e2a5a;
    background-color: #ffc323;
    animation-name: menuanimation;
    animation-duration: 1s;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    background-color: #ffc323;
    border-bottom: none;
    color: #3b3b3b;
    font-size: 16px;
    padding: 5px 20px;
  }
  @media only screen and (max-width: 1200px) {
    #mega-menu-wrap-menu-1
      #mega-menu-menu-1
      > li.mega-menu-item.mega-toggle-on
      > a.mega-menu-link {
      color: #3b3b3b !important;
      background: rgba(255, 255, 255, 0);
    }
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 18px;
    height: 50px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1[data-effect="fade_up"]
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    border-left: 3px solid var(--red);
    margin-left: 10px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    float: none;
    margin-left: 10px;
  }
  .headertop {
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 5px 20px;
  }

  .scrollmenu {
    display: none;
  }
  .scrollheader {
    border: none;
  }

  /*HomeBanner*/
  .homebannerusp {
    padding: 10px 20px;
    position: relative;
  }
  .owl-homesliderusp .owl-item img {
    width: 35px;
    height: 30px;
  }
  .homebannerusp .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .homebannerusp .owl-dots {
    display: none;
  }
  .hbuspbox {
    column-gap: 5px;
  }
  .owl-homesliderusp .owl-nav .fa-angle-right {
    font-size: 30px;
    color: #eedd5c;
    margin-right: 10px;
  }
  .owl-homesliderusp .owl-nav .fa-angle-left {
    font-size: 30px;
    color: #eedd5c;
    margin-left: 10px;
  }
  #myVideo {
    top: -20px;
    width: 130%;
    left: 50%;
    transform: translateX(-50%);
  }
  .homebanner {
    height: 530px;
    border-top: none;
    border-bottom: none;
  }
  .volumnbtn {
    bottom: 32%;
    right: 15px;
  }
  .hbhireskip {
    width: 40%;
    border-right: none;
    position: static;
  }
  .hbhireskipabs {
    width: 50vw;
    bottom: 100%;
    left: 0;
  }
  .btncontobb {
    margin-top: 10px;
  }
  .hbwastecollection {
    width: 40%;
    position: static;
  }
  .hbwastecollectionabs {
    width: 50vw;
    bottom: 100%;
    right: 0;
  }
  .onlinebookingblock {
    border-top: 4px solid var(--red);
    padding: 0 0 20px;
    position: relative;
  }
  .hbhireskip h3 {
    width: 50%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .hbwastecollection h3 {
    width: 70%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .onlinebookingblock .fa-angle-up {
    font-weight: 400;
    font-size: 50px;
  }
  .hbhireskipabs div {
    padding: 10px;
  }
  .hbwastecollectionabs div {
    padding: 10px;
  }
  #obblockdesktop {
    display: none;
  }
  #obblockresponsive {
    display: flex;
  }
  .hbwastecollection:hover h3 {
    transform: scale(1);
  }
  .hbhireskip:hover h3 {
    transform: scale(1);
  }

  /*Product Archive*/
  .productarchivesection {
    padding: 50px 20px 40px;
    row-gap: 20px;
  }
  .productarchivesection h2 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .paspayment {
    flex-wrap: wrap;
    column-gap: unset;
    justify-content: space-around;
    row-gap: 20px;
  }
  .passecurepayment {
    width: 100%;
  }
  .passecurepayment img {
    height: 30px;
    margin-bottom: 5px;
  }
  .pasvisalogo {
    height: 12px !important;
  }
  .pasmastercardlogo {
    height: 17px !important;
  }
  .pasmaestrologo {
    height: 17px !important;
  }
  .pasgooglepay {
    height: 17px !important;
  }
  .pasapplepay {
    height: 17px !important;
  }
  .prodarcsecbox {
    padding: 5px !important;
  }
  .prodarcsecboxinner h2 {
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding: 7px 0;
  }
  .pasboxprice {
    padding: 15px 0;
    text-align: center;
  }
  .pascontainer {
    row-gap: 15px;
    justify-content: center;
  }
  .skipcarouselsection {
    padding: 40px 20px 10px;
  }

  /*Home page map section*/
  .mscontentoverlay {
    padding: 60px 20px;
  }
  .msbtncontainer {
    column-gap: 10px;
  }
  .mscontentoverlay h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .mscontent {
    background-size: cover;
  }
  .msmap {
    min-height: 250px;
    background-size: cover;
  }

  /*Video Section*/
  .videocolumnsection {
    padding: 40px 25px 20px;
  }
  .videocolumnsection h2 {
    padding: 0 20px;
    text-align: center;
  }
  .videocolumnsection span {
    padding: 0 20px;
    text-align: center;
  }
  .vcsbox {
    padding: 0 5px;
  }
  .vcsbox h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .vcscontainer {
    position: relative;
    margin-top: 10px;
  }
  .vcscontainer .owl-nav {
    position: absolute;
    top: 252px;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .vcscontainer .owl-dots {
    display: none;
  }
  .vcscontainer .owl-nav .fa-angle-right {
    font-size: 45px;
    color: #eedd5c;
    margin-right: 13px;
  }
  .vcscontainer .owl-nav .fa-angle-left {
    font-size: 45px;
    color: #eedd5c;
    margin-left: 13px;
  }
  .vcsimgbox .vcsimage {
    height: 230px;
    aspect-ratio: unset;
  }
  .vcsboxdesc {
    padding: 20px 40px;
  }

  /*Two Column Slider*/
  .tcsbox {
    flex-direction: column-reverse;
    height: unset;
  }
  .tcsboxcontent {
    padding: 40px 40px 60px;
    min-height: 300px;
    justify-content: space-between;
  }
  .tcsboxcontent h3 {
    text-align: center;
  }
  .owl-twocolumnslider .owl-nav {
    top: unset;
    bottom: 30px;
  }
  .owl-twocolumnslider .owl-nav .fa-angle-right {
    padding: 0;
    margin-right: 10px;
  }
  .owl-twocolumnslider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    margin-top: unset;
    bottom: 4%;
  }
  .owl-twocolumnslider .owl-nav .fa-angle-left {
    margin-left: 10px;
  }
  .tcsbtnbox {
    margin-top: 10px;
  }

  /*FAQ Banner*/
  .faqbanner {
    margin: 10px 0;
  }
  .faqbanneroverlay {
    padding: 40px 20px;
    row-gap: 30px;
  }
  .fbfaqcontainer a {
    padding: 0 15px;
    text-align: center;
  }
  .faqbanneroverlay span {
    text-align: center;
  }

  /*Content Button Banner*/
  .contentbtnbanner {
    padding: 37px 30px 40px;
    row-gap: 10px;
  }
  .cbbdescription h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 15px;
  }
  .cbbdescription {
    width: 100%;
  }
  .cbbdescription p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .cbbbtnbox {
    column-gap: 10px;
  }

  /*USP Banner*/
  .uspbanneroverlay {
    padding: 40px 20px;
  }
  .uspbannercontainer {
    row-gap: 40px;
  }
  .uspbannerbox img {
    height: 70px;
  }
  .uspbannerbox {
    row-gap: 15px;
  }

  /*Testimony Section*/
  .testimonysection {
    flex-direction: column;
    padding: 40px 10px 50px;
  }
  .testimonyleft {
    width: 100%;
    padding: 0px 30px 10px;
  }
  .testimonyright {
    width: 100%;
  }
  .owl-testimony .owl-stage-outer {
    margin-left: unset;
  }
  .testimonyleft h3 {
    text-align: center;
  }
  .testimonyquote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .testimonydesc {
    width: 80%;
  }
  .testimonybtnbox-left {
    display: none;
  }
  .testimonybtnbox-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .owl-testimony .owl-nav {
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    bottom: -30px;
  }
  .owl-testimony .owl-nav .owl-prev i {
    padding: 7px;
  }
  .owl-testimony .owl-nav .owl-next i {
    padding: 7px;
  }

  /*Latest News*/
  .latestnews {
    padding: 50px 25px;
  }
  .latestnewsbox {
    padding: 0 5px;
  }
  .owl-latestnews .owl-dots {
    display: none;
  }
  .latestnewsbtnbox {
    margin-top: 20px;
  }
  .latestnewscontainer {
    position: relative;
    margin-top: 10px;
  }
  .latestnewscontainer .owl-nav {
    position: absolute;
    bottom: -65px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
  }
  .owl-latestnews .owl-nav .owl-next i {
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--red);
    border-width: 0 4px 4px 0;
    font-size: 0;
  }
  .owl-latestnews .owl-nav .owl-prev i {
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid var(--red);
    border-width: 0 4px 4px 0;
    font-size: 0;
  }
  .lnbcontent h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .latestnewsarchive {
    padding: 60px 30px;
  }
  .latestnewsarchive span {
    text-align: center;
  }
  .latestnewsarchive .latestnewscontainer {
    row-gap: 30px;
  }

  /*Instagram Feed*/
  .instagramfeedoverlay {
    padding: 50px 20px;
    background-color: rgba(59, 59, 59, 0.92);
  }
  .instagramfeedoverlay h2 {
    text-align: center;
  }
  .instafeedfollowbox {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .instafeedfollowbox span {
    width: 100%;
    text-align: center;
  }

  /*Newsletter Section*/
  .newsletterbox {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .newslettercontainer {
    width: auto;
  }
  .newslettersection {
    padding: 50px 30px;
  }
  .newslettersection h3 {
    text-align: center;
  }
  .newslettersection span {
    text-align: center;
  }

  /*footer*/
  .footer {
    padding: 50px 30px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footercontact-resp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 70%;
    row-gap: 10px;
  }
  .footercontact {
    display: none;
  }
  .footertelephone a {
    font-size: 1.5rem;
  }
  .footertelephone {
    align-items: center;
  }
  .footeraddress p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .footercontact-resp hr {
    display: none;
  }
  .footermenu1 ul li a {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .footermenu3 ul li a {
    font-size: 1.2rem;
  }
  .footermenu2 ul li a {
    font-size: 1.2rem;
  }
  .footerbootom {
    padding: 40px 40px;
  }
  .footerbootom p {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
  }
  .footerpaymenticon {
    column-gap: 20px;
    margin-top: 10px;
  }
  .footerpaymenticon img.ftvisalogo {
    height: 15px;
  }
  .footerpaymenticon img {
    height: 18px;
  }
  .footerlogo {
    width: 200px;
    height: 200px;
  }
  .footerlogo img {
    width: 170px;
    height: 70px;
  }

  /*Default Banner*/
  .defbantitlebox {
    padding: 60px 30px;
  }

  /*Page Content*/
  .pagecontent {
    padding: 60px 30px;
  }
  .pagecontentbtn {
    column-gap: 10px;
  }
  .pagecontentinner {
    width: 100%;
  }
  .pagecontent h1,
  .pagecontent h2,
  .pagecontent h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .pagecontent p {
    margin-bottom: 1rem;
  }

  /*Two Column Content*/
  .twocolumncontent {
    padding: 60px 30px;
  }
  .twocolumncontent h2,
  .twocolumncontent h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .tccblockboxcontent {
    padding-right: 20px;
  }
  .tccboxbtn {
    margin-top: 0px;
    column-gap: 5px;
  }
  .tccblockbox {
    row-gap: 30px;
  }
  .tccboxreverse .tccblockboxcontent {
    padding-left: 20px;
  }
  .tccblock {
    row-gap: 40px;
  }
  .tcctop {
    width: 100%;
    margin-bottom: 40px;
  }
  .tccbottom h2,
  .tccbottom h3 {
    margin-top: 30px;
  }
  .tccbottom {
    margin-top: 40px;
  }
  .tccblockboxcontent ul {
    width: 100%;
    padding-left: 10px;
  }

  /*Two Column Yellow Banner*/
  .tcybcontent {
    padding: 60px 30px 40px;
  }
  .tcybcontent ul {
    width: 100%;
    padding-left: 10px;
  }
  .tcybcontent h1,
  .tcybcontent h2,
  .tcybcontent h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .tcybbtn {
    margin-top: 15px;
  }

  /*Team Member Block*/
  .teammemberblock {
    padding: 60px 30px;
  }
  .teammemberblockdesc {
    width: 100%;
  }
  .teammemberboxinner {
    row-gap: 10px;
  }

  /*Accordion*/
  .accordionblock {
    padding: 60px 30px;
  }
  .accordionblock h2 {
    text-align: center;
  }
  .accordion::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .accordion {
    padding: 10px 0;
  }
  .accordiontextbox {
    padding-right: 20px;
  }
  .accorblocktype .grey3036 {
    text-align: center;
  }

  /*Icon Text Block*/
  .icontextblock {
    padding: 60px 30px;
    row-gap: 10px;
  }
  .itblocktop h2,
  .itblocktop h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .itblocktop {
    width: 100%;
  }
  .itbcontainer {
    row-gap: 30px;
  }
  .itblockbottom {
    width: 100%;
    margin-top: 30px;
  }
  .icontextbox {
    padding: 0 5px;
  }
  .icontextbox img {
    width: 200px;
  }

  /*Three Column Content*/
  .threecolumncontent {
    padding: 60px 30px;
  }
  .threecolumn-top {
    width: 100%;
  }
  .threecolumn-top h3 {
    margin-top: 30px;
  }
  .threecolumncontent h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .threecolumncontent h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .threecolumnbox {
    padding: 0 5px;
  }

  /*Contact Block Section*/
  .contactblocksection {
    padding: 60px 30px;
  }
  .cfcontleft form.wpcf7-form {
    width: 90%;
  }
  .cfcontleft input[type="tel"] {
    width: 70%;
  }
  .cfcontleft .cfpostcode input[type="text"] {
    width: 50%;
  }
  .wpcf7-checkbox {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cfcontleft .cfrow {
    row-gap: 5px;
  }
  .cfcontleft .cfrowbottom {
    flex-direction: column;
    align-items: flex-end;
  }
  .cfcontright {
    justify-content: center;
  }
  .cbaddress {
    margin-top: 20px;
    text-align: center;
  }
  .cfbtnbox {
    margin-top: 20px;
  }

  .cfcontleft .gform_legacy_markup_wrapper {
    width: 80%;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    padding: 7px 12px;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    .cfpostcode
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    width: 100%;
    padding: 7px 12px;
  }
  .cfcontleft
    .gform_legacy_markup_wrapper
    .cfskipsize
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    width: 100%;
    padding: 7px 12px;
  }
  .cfcontleft .gform_legacy_markup_wrapper .top_label .gfield_label {
    margin-top: 0;
  }
  .gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    margin-right: 10px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
  }

  /*Blue Banner*/
  .bluebanneroverlay {
    padding: 40px 30px;
  }
  .bluebannercontent {
    width: 100%;
  }
  .bluebanner {
    margin: 10px 0;
  }

  /*Single Product Page*/
  .singleproductpage {
    padding: 10px 30px 20px;
  }
  .woocommerce .singleproductpage div.product p.price {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom-width: 3px;
  }
  .wcpa_form_outer .wcpa_form_item label {
    font-size: 0.9rem;
  }
  .woocommerce .singleproductpage div.product .product_title {
    border-bottom-width: 3px;
    padding-bottom: 15px;
  }
  .wcpa_form_outer {
    margin: 0;
  }
  .wcpa_form_outer .wcpa_form_item .wcpa_checkbox label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .spppaymentlogo {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
  }
  .sppsecurepayment {
    width: 100%;
    justify-content: flex-start;
  }
  .woocommerce-page div.product .woocommerce-tabs {
    margin-top: 20px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 7px;
    border-right: none;
    margin: 5px 5px 5px 0;
    background-color: #efefef;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding: 7px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #efefef;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 0.9rem;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    border-top-width: 3px;
  }
  .woocommerce div.product .woocommerce-variation-price span.price {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .productfaqimgbox {
    flex-direction: column;
  }
  .productfaqimgbox div:nth-child(1) {
    border-right: none;
  }
  .single-product .woocommerce-breadcrumb {
    padding: 20px 30px 0;
    font-size: 0.7rem;
  }
  .single-product .woocommerce-breadcrumb a {
    font-size: 0.7rem;
  }

  .tabimgnew1 {
    justify-content: flex-start;
  }
  #scrdeleveryinfo {
    scroll-margin-top: 0px;
  }

  .productvideo video {
    width: 80%;
  }

  /*Woo Commerce message*/
  .woocommerce .woocommerce-message .button {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  /*Basket Page*/
  .basketpage {
    padding: 40px 30px;
  }
  .woocommerce-cart table.cart .product-name {
    padding-right: 12px;
  }
  .product-name a {
    font-size: 1rem;
  }
  .woocommerce td.product-name dl.variation {
    margin-top: 10px;
  }
  .woocommerce button.button:disabled[disabled] {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  .woocommerce-cart .cart-collaterals .shipping-calculator-form button {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  /*Checkout Page*/
  #customer_details {
    padding: 60px 30px;
  }
  .woocommerce-shipping-fields {
    margin-top: 40px;
  }
  .checkoutpage h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  #order_review_heading {
    padding: 20px 30px;
  }
  .woocommerce .checkoutpage table.shop_table {
    padding: 0 18px 10px;
  }
  .woocommerce-checkout #payment {
    padding: 40px 30px;
  }
  .woocommerce-page #payment #place_order {
    font-size: 1rem;
    padding: 8px 12px;
    width: fit-content;
    float: right;
  }

  .checkoutloginform {
    padding: 0 30px;
  }
  .woocommerce .checkoutloginform form {
    width: 100%;
  }
  .woocommerce form.login .form-row {
    margin-top: 10px;
  }

  /*WooCommerce Order*/
  .woocommerce-order {
    padding: 40px 30px;
  }
  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .woocommerce .woocommerce-order-details :last-child {
    margin-top: 20px;
  }
  .woocommerce-order-details {
    margin-top: 40px;
  }
  .woocommerce table.shop_table th {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .woocommerce-column--shipping-address {
    margin-top: 30px;
  }
  .woocommerce .woocommerce-customer-details address {
    margin-top: 10px;
  }
  .woocommerce-order .wc-item-meta {
    padding-left: 0;
  }
  .wc-item-meta p {
    word-break: keep-all;
  }
  .woocommerce ul.order_details li {
    border-right: none;
  }
  .woocommerce-order-details__title {
    font-size: 1.2rem;
  }
  .woocommerce-column--billing-address h2,
  .woocommerce-column--shipping-address h2 {
    font-size: 1.2rem;
  }

  /*Return to shop*/
  .return-to-shop {
    padding: 30px 40px 40px;
  }

  /*My Account*/
  .myaccountpage {
    padding: 30px;
  }
  .myaccountpage .woocommerce-privacy-policy-text {
    text-align: left;
  }
  .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
  }
  .woocommerce-MyAccount-navigation {
    padding: 40px 30px 20px;
  }
  .woocommerce-MyAccount-content {
    padding: 20px 30px 40px;
  }
  .woocommerce-Address {
    margin-top: 20px;
  }
  .woocommerce-MyAccount-content fieldset {
    padding: 0;
  }
  .woocommerce .myaccountpage form.login {
    min-height: auto;
  }

  /*Text Editor*/
  .texteditor {
    padding: 60px 30px;
  }
  .texteditor h2,
  .texteditor h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  /*Single Blog Page*/
  .singleblogpage {
    padding: 60px 30px;
  }
  .spbimage {
    padding-left: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  /*Chatbox*/
  .chatbox i {
    font-size: 35px;
  }
  .chatbox img {
    width: 35px;
  }
  .chatbox {
    width: 90px;
    padding: 7px 5px 5px 7px;
    row-gap: 2px;
  }
}

/* @media (max-width: 1400px) {
  .menubox {
    padding: 15px 0 10px;
    column-gap: 0;
    justify-content: flex-end;
  }

  .menu_text_resp {
    display: block;
    color: var(--grey);
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 40px 20px;
    margin-top: 25px;
    min-height: 100vh;
    border-top: 4px solid #1e2a5a;
    background-color: #ffc323;
    animation-name: menuanimation;
    animation-duration: 1s;
  }
} */
