/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(fonts/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
body,html,input,select,option,label,textarea,li,p,span,a{font-family:"poppins", "arial", sans-serif !important;font-style:normal;font-weight:500;font-size:1rem;color:#313131}@media (max-width: 991px){body,html,input,select,option,label,textarea,li,p,span,a{font-size:0.9rem}}body p{line-height:1.5;margin-bottom:1rem}body strong{font-weight:800}body .welcome h1{font-size:3.75rem}body h1.large{font-size:3.125rem}@media (max-width: 500px){body h1.large{font-size:2.1875rem}}body h1{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1.9rem;color:#f90;margin:1.5rem 0}@media (max-width: 991px){body h1{font-size:1.6rem}}body h2{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1.7rem;color:#f90;margin:2.5rem 0}@media (max-width: 991px){body h2{font-size:1.4rem}}body h3{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1.5rem;color:#f90;margin:1rem 0}@media (max-width: 991px){body h3{font-size:1.3rem}}body h4{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1.3rem;color:#f90;margin:1.5rem 0}body h5{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1.1rem;color:#f90;margin:1.5rem 0}body h6{font-family:"poppins",sans-serif;font-style:normal;font-weight:600;font-size:1rem;color:#f90;margin:1.5rem 0}body button,body input[type="submit"]{font-family:"poppins",sans-serif}body a{text-decoration:none}.btn_wrapper{display:flex}.btn{background:#f90;padding-left:1.3rem;padding-right:1.3rem;display:flex;flex-direction:row;align-items:center;height:48px;transition:all 0.3s linear;justify-content:space-between;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.19);position:relative}.btn .btn_label{color:#fff;font-size:1.25rem;font-weight:600;padding-right:2.5rem}.btn .btn_arrow{position:absolute;right:0;top:0}.btn svg path{transition:all 0.3s linear}.btn svg rect{transition:all 0.3s linear}.btn:hover{background:#044E6E}.btn:hover svg path{fill:#fff}.btn:hover svg rect{fill:#11668B}.gform_button{background:#f90 !important;padding-left:1.3rem;padding-right:1.3rem;color:#fff;font-size:1.25rem !important;height:38px;font-weight:800 !important;transition:all 0.3s linear;border-radius:0px;cursor:pointer;border:none}@media (max-width: 500px){.gform_button{width:unset !important}}.gform_button:hover{background:#FFCA00 !important}nav.pagination{display:flex;width:100%;justify-content:center;align-items:center;position:relative;padding-top:0.8rem;padding-bottom:0.8rem}nav.pagination .screen-reader-text{display:none !important}nav.pagination a{color:#313131;margin:0 0.3rem;padding-bottom:.2rem;border-bottom:1px solid #FFF}nav.pagination .current{color:#313131 !important;margin:0 0.3rem;font-family:'century-gothic', 'arial', sans-serif;transition:all 0.3s linear;font-weight:300;outline:0;border-bottom:1px solid #000;padding-bottom:.2rem}nav.pagination .next,nav.pagination .prev{color:#313131 !important;margin:0 0.3rem;font-family:'century-gothic', 'arial', sans-serif;transition:all 0.3s linear;font-weight:300}nav.pagination .next:hover,nav.pagination .prev:hover{text-decoration:none}.social_bts_wrapper{display:flex;flex-direction:row;position:relative;z-index:5}.fab{color:#fff;font-size:1.5rem}.facebook{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.facebook:hover{background:#044E6E}.facebook:hover .fab{color:#fff}.twitter{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.twitter:hover{background:#044E6E}.twitter:hover .fab{color:#fff}.linkedin{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.linkedin:hover{background:#044E6E}.linkedin:hover .fab{color:#fff}.instagram{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.instagram:hover{background:#044E6E}.instagram:hover .fab{color:#fff}.youtube{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.youtube:hover{background:#044E6E}.youtube:hover .fab{color:#fff}.pinterest{background:#AEADAD;cursor:pointer;transition:all 0.3s linear}.pinterest:hover{background:#044E6E}.pinterest:hover .fab{color:#fff}.social_btns{display:inline-block;margin-right:0.8rem;width:35px;height:35px;display:block;text-align:center;line-height:45px;font-size:15px;text-decoration:none;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;border-radius:50%}.social_btns:last-child{margin-right:0}.scrollup{width:40px;height:40px;position:fixed;bottom:50px;right:30px;display:none;color:#fff;text-indent:-9999px;background:url("/wp-content/themes/surge_zero/assets/images/Up-Arrow.png") no-repeat;background-color:#044E6E;z-index:1000;background-position:center center;transition:all 0.4s ease}@media (max-width: 1024px){.scrollup{bottom:100px}}.scrollup:hover{background-color:#f90;background-position:50% 3px;transition:all 0.4s ease}@media (max-width: 991px){.scrollup{right:10px;bottom:90px}}.single-column-form ul.gfield_checkbox li input[type=checkbox]:checked+label,.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label{margin-left:19px;font-weight:400;font-size:15px}.single-column-form [type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute !important;left:-9999px}.single-column-form [type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative !important;padding-left:1em !important;cursor:pointer !important}.single-column-form [type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{content:'';position:absolute;left:-17px;top:2px;width:1.30em;height:1.30em;border:2px solid #fff;background:#fff;box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);padding:2px}.single-column-form [type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{content:'';position:absolute;width:11px;height:11px;top:1px;left:-13px;font-size:1.3em;line-height:0.8;background-color:#044E6E;transition:all .2s}.single-column-form [type="checkbox"]:not(:checked)+label:after{opacity:0;transform:scale(0)}.single-column-form [type="checkbox"]:checked+label:after{opacity:1;transform:scale(1)}.single-column-form [type="checkbox"]:disabled:not(:checked)+label:before,[type="checkbox"]:disabled:checked+label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}.single-column-form [type="checkbox"]:disabled:checked+label:after{color:#999}.single-column-form [type="checkbox"]:disabled+label{color:#aaa}.coloured-column-form ul.gfield_checkbox li input[type=checkbox]:checked+label,.single-column-form ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label{margin-left:19px;font-weight:400;font-size:15px}.coloured-column-form [type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute !important;left:-9999px}.coloured-column-form [type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative !important;padding-left:1em !important;cursor:pointer !important}.coloured-column-form [type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{content:'';position:absolute;left:-17px;top:-4px;width:1.30em;height:1.30em;border:2px solid #FCB424;background:#fff;box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);padding:2px}.coloured-column-form [type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{content:'';position:absolute;width:11px;height:11px;top:1px;left:-13px;font-size:1.3em;line-height:0.8;background-color:#044E6E;transition:all .2s}.coloured-column-form [type="checkbox"]:not(:checked)+label:after{opacity:0;transform:scale(0)}.coloured-column-form [type="checkbox"]:checked+label:after{opacity:1;transform:scale(1)}.coloured-column-form [type="checkbox"]:disabled:not(:checked)+label:before,[type="checkbox"]:disabled:checked+label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}.coloured-column-form [type="checkbox"]:disabled:checked+label:after{color:#999}.coloured-column-form [type="checkbox"]:disabled+label{color:#aaa}input::-webkit-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}input:-moz-placeholder{opacity:1;color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}input::-moz-placeholder{opacity:1;color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}input:-ms-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}input:-moz-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}textarea:-moz-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}textarea:-ms-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}textarea::-webkit-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}select::-webkit-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}select:-moz-placeholder{opacity:1;color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}select:-ms-input-placeholder{color:#6E6E6E !important;font-weight:500;padding-left:0.2rem;font-size:1rem}.hero_banner{padding:0;margin:0;position:relative;overflow:hidden}.hero_banner .cover{background-color:rgba(0,0,0,0.35);position:absolute;left:0;top:0;bottom:0;right:0;z-index:1}.hero_banner .items{background-size:cover;background-repeat:no-repeat;background-position:center;min-height:500px;width:100%;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}@media (max-width: 500px){.hero_banner .items{min-height:308px}}.hero_banner .items .items_inner{max-width:1570px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;z-index:2;width:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1321px){.hero_banner .items .items_inner{padding-right:0;padding-left:0}}.hero_banner .items .items_inner h1{color:#fff;font-size:2.5rem;line-height:3rem;font-weight:800;margin-top:0}@media (max-width: 1024px){.hero_banner .items .items_inner h1{font-size:2.5rem;line-height:3.5rem}}@media (max-width: 500px){.hero_banner .items .items_inner h1{padding-right:0;font-size:2rem;line-height:2rem}}@media (max-width: 360px){.hero_banner .items .items_inner h1{font-size:1.3rem}}.hero_banner .items .items_inner p{color:#fff;font-size:1.5rem}@media (max-width: 500px){.hero_banner .items .items_inner p{font-size:1rem}}.hero_banner .btn_arrow{top:-3px}.search_area{transition:all 0.2s linear}.search_area.active{display:flex;left:17px;position:relative}.search_area input::-webkit-input-placeholder{font-weight:800 !important;font-size:1rem !important;color:#f90 !important}.search_area input:-moz-placeholder{opacity:1;font-weight:800 !important;font-size:1rem !important;color:#f90 !important}.search_area input::-moz-placeholder{opacity:1;font-weight:800 !important;font-size:1rem !important;color:#f90 !important}.search_area input:-ms-input-placeholder{font-weight:800 !important;font-size:1rem !important;color:#f90 !important}.search_area input:-moz-placeholder{font-weight:800 !important;font-size:1rem !important;color:#f90 !important}.search_area .searchform{position:relative;width:267px;max-width:100%;height:44px;display:flex;flex-direction:row;justify-content:center;align-items:center}.search_area .searchform .search_field{border:solid 1px #044E6E;background:transparent;font-size:1rem;font-weight:800;width:100%;height:100%;color:#f90;padding-left:0.8rem}.search_area .searchform .search_icon_btn{position:absolute;align-self:flex-end;right:0.8rem;top:0.6rem;width:23px;height:23px;cursor:pointer}.services_wrapper .title{margin-bottom:2rem}.services_wrapper .title h3{color:#313131;font-size:1.625rem;font-weight:600}@media (max-width: 767px){.services_wrapper .title h3{line-height:1.5}}.services_wrapper .title h4{color:#044E6E;font-size:1.25rem}@media (max-width: 767px){.services_wrapper .title h4{line-height:1.5}}.services_wrapper .services_inner{display:flex;justify-content:center;flex-wrap:wrap}@media (max-width: 767px){.services_wrapper .services_inner{flex-direction:column}}.services_wrapper .services_inner .items{width:25%;padding:2rem;position:relative}@media (max-width: 767px){.services_wrapper .services_inner .items{width:100%}}@media (max-width: 360px){.services_wrapper .services_inner .items{padding:1rem}}.services_wrapper .services_inner .items .image{height:177px}.services_wrapper .services_inner .items .image img{object-fit:cover;width:100%;height:100%}.services_wrapper .services_inner .items h4{color:#313131;font-size:1.0625rem;font-weight:600;margin-top:1rem}.services_wrapper .services_inner .top_area{position:relative;z-index:1}.services_wrapper .services_inner .blue{box-shadow:-12px -11px 0px 0px #044E6E}.services_wrapper .services_inner .orange{box-shadow:-12px -11px 0px 0px #f90}.services_wrapper .services_inner .yellow{box-shadow:-12px -11px 0px 0px #FFCA00}.services_wrapper .services_inner .grey{box-shadow:-12px -11px 0px 0px #C8C8C8}.footer_cta{margin-top:3rem;margin-bottom:5rem}@media (max-width: 767px){.footer_cta{text-align:center}}.footer_cta .cta_inner{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer_cta .cta_inner p{font-size:1.5rem;font-weight:800;margin-bottom:2rem}.form_section{margin-top:5rem;margin-bottom:5rem}.form_section .form_outer{position:relative}.form_section .form_inner{background:#044E6E;position:relative;z-index:2;box-shadow:-12px -11px 0px 0px #c8c8c8}.form_section .form_inner .form{padding:3rem 6rem}@media (max-width: 767px){.form_section .form_inner .form{padding:3rem 3rem}}@media (max-width: 500px){.form_section .form_inner .form{padding:3rem 2rem}}.form_section .form_inner .form .calculator_form{margin-top:2rem}.form_section .form_inner .form .calculator_form .form_row{display:flex;align-items:flex-start}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .form_row{flex-direction:column}}.form_section .form_inner .form .calculator_form .form_row legend{font-size:1rem;font-weight:600;color:#FFCA00;margin-bottom:1rem}.form_section .form_inner .form .calculator_form .form_row .input_group{display:flex;flex-direction:column;margin-top:1rem}.form_section .form_inner .form .calculator_form .form_row .input_group label{color:#fff;font-weight:500;margin-bottom:0.5rem}.form_section .form_inner .form .calculator_form .form_row .input_group .input_field{height:40px;border:none;width:100%;margin-bottom:1rem;padding-left:1rem;font-size:1.25rem;color:#6E6E6E !important}.form_section .form_inner .form .calculator_form .left{width:50%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding-right:2rem}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .left{width:100%;padding-right:0}}.form_section .form_inner .form .calculator_form .left .labels_left p{margin-bottom:0}.form_section .form_inner .form .calculator_form .right{width:50%;display:flex;flex-direction:column;padding-left:2rem}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .right{width:100%;padding-left:0;margin-top:2rem}}.form_section .form_inner .form .calculator_form .right .first_row{margin-top:1.8rem}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .right p{font-size:0.75rem}}.form_section .form_inner .form .calculator_form .form_footer{display:flex;flex-direction:column;align-items:center}.form_section .form_inner .form .calculator_form .form_footer .gdrp{display:flex;margin-bottom:2rem}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .form_footer .gdrp .gdpr_label{font-size:0.75rem}}.form_section .form_inner .form .calculator_form .form_footer .line{height:1px;width:100%;background:#fff;margin-bottom:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.form_section .form_inner .form .calculator_form .form_footer .submit_button{background:#f90 !important;padding-left:1.3rem;padding-right:1.3rem;color:#fff;font-size:1.25rem !important;height:38px;font-weight:800 !important;transition:all 0.3s linear;border-radius:0px;cursor:pointer;border:none;margin:0 1rem}@media (max-width: 500px){.form_section .form_inner .form .calculator_form .form_footer .submit_button{width:unset !important}}.form_section .form_inner .form .calculator_form .form_footer .submit_button:hover{background:#FFCA00 !important}.form_section .form_inner .form label{color:#fff;font-weight:500}.form_section .form_inner .form .gfield_select{width:100%}.form_section .form_inner .form h4{color:#FFCA00;margin-top:0;font-size:1.875rem}@media (max-width: 500px){.form_section .form_inner .form .gfield_consent_label{font-size:0.8rem;line-height:1.6}}.form_section .form_inner .form .form_top_label{font-weight:800;color:#FFCA00;margin-bottom:2rem}.form_section .form_inner .form p{color:#fff}.form_section .form_inner .form .gfield_required{color:#fff}.form_section .form_inner .form .gform_wrapper{margin-top:0}.form_section .form_inner .form .medium{height:40px;border:none;margin-bottom:1rem}.form_section .form_inner .form .textarea{width:100%;min-height:139px}.form_section .form_inner .form .consent{margin-top:0;display:flex;justify-content:center;flex-direction:column;align-items:center}.form_section .form_inner .form .border{width:100%;background:#fff;height:1px;margin-bottom:2rem}.form_section .form_inner .form .gform_footer{display:flex !important;justify-content:center}.form_section .shadow{background:#C8C8C8;position:absolute;top:-14px;margin-left:-15px;width:99%;min-height:691px;z-index:0}@media (max-width: 991px){.form_section .shadow{width:91%}}@media (max-width: 767px){.form_section .shadow{width:96%;margin-top:2px}}.query_page{margin-top:3rem;margin-bottom:3rem}.embed-container{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto;margin-bottom:2rem}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.payment_method_stripe svg{width:5%;margin:0 0.5rem}.payment_method_stripe label{display:flex;flex-direction:row;align-items:center}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%}body{overflow-x:hidden}ol li{margin:1rem 0;list-style-type:decimal}html{min-width:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.owl-carousel{overflow:hidden}.owl-carousel .owl-stage{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{min-width:100%;line-height:1}ol,ul{list-style:none}blockquote{background-clip:padding-box;border-radius:5px;margin:20px;padding:0;background-color:#044E6E;position:relative}blockquote p{padding:1rem;color:#FFFFFF !important;margin-bottom:2rem;font-family:'roboto', 'arial', sans-serif;text-align:center}blockquote:before{border-right:20px solid transparent !important;border-top:20px solid;content:"";height:0;left:4.5em;position:absolute;top:100%;border-top-color:#044E6E;width:0}table{border-collapse:collapse;border-spacing:0}img{height:auto;max-width:100%}:focus{outline:none}button:focus{outline:none !important}button:active{outline:none !important}a,a:active,a:hover{outline:0}::selection{background:#044E6E;color:#fff}::-moz-selection{background:#044E6E;color:#fff}.container{width:100%}@media (min-width: 1600px){.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1350px}}@media (max-width: 1599px){.container{padding-right:15px;padding-left:15px;width:100%;max-width:100%}}.col_2{width:50%}@media (max-width: 767px){.col_2{width:100%}}.col_3{width:33.33333333%}@media (max-width: 767px){.col_3{width:100%}}.col_4{width:25%}@media (max-width: 991px){.col_4{width:50%}}@media (max-width: 767px){.col_4{width:100%}}.col_8{width:75%}@media (max-width: 767px){.col_8{width:100%}}.col_3_3{width:15%}@media (max-width: 767px){.col_3_3{width:100%}}.col_9{width:85%}@media (max-width: 767px){.col_9{width:100%}}.home_wrapper .banner_slider{padding:0;margin:0;position:relative;overflow:hidden}.home_wrapper .banner_slider .cover{background-color:rgba(0,0,0,0.35);position:absolute;left:0;top:0;bottom:0;right:0;z-index:1}.home_wrapper .banner_slider .items{background-size:cover;background-repeat:no-repeat;background-position:center;min-height:538px;width:100%;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center}@media (max-width: 500px){.home_wrapper .banner_slider .items{min-height:498px}}.home_wrapper .banner_slider .items:before{background-color:rgba(71,71,71,0.45);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;content:""}.home_wrapper .banner_slider .items .items_inner{max-width:1570px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;z-index:2;width:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1321px){.home_wrapper .banner_slider .items .items_inner{padding-right:0;padding-left:0}}.home_wrapper .banner_slider .items .items_inner h1{color:#fff;font-size:2.5rem;line-height:3rem;font-weight:800;margin-top:0}@media (max-width: 1024px){.home_wrapper .banner_slider .items .items_inner h1{font-size:2.5rem;line-height:3.5rem}}@media (max-width: 500px){.home_wrapper .banner_slider .items .items_inner h1{padding-right:0;font-size:2rem;line-height:2rem}}@media (max-width: 360px){.home_wrapper .banner_slider .items .items_inner h1{font-size:1.3rem}}.home_wrapper .banner_slider .items .items_inner .btn{margin-top:2rem}.home_wrapper .banner_slider .items .items_inner .btn svg{position:relative;top:3px;left:6px}.home_wrapper .banner_slider .items .items_inner p{color:#fff;font-size:1.5rem}@media (max-width: 500px){.home_wrapper .banner_slider .items .items_inner p{font-size:1rem}}.home_wrapper .banner_slider .owl-stage{overflow:hidden}.home_wrapper .banner_slider .owl-carousel .owl-nav.disabled+.owl-dots{position:absolute;bottom:3rem;display:flex;justify-content:center;width:100%}.home_wrapper .banner_slider .owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.home_wrapper .banner_slider .owl-dot.active{transition:all 0.4s ease-in-out}.home_wrapper .banner_slider .owl-dot.active span{background-color:rgba(255,255,255,0.24) !important}.home_wrapper .banner_slider .btn_arrow{top:-3px}.home_wrapper .banner_slider .owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:all 0.4s ease-in-out;border-radius:30px}.home_wrapper .banner_slider .owl-carousel .owl-dots .owl-dot span:hover{background:#044E6E}.home_wrapper .first_section{margin-top:5rem}@media (max-width: 991px){.home_wrapper .first_section{margin-top:2rem}}.home_wrapper .first_section .inner_first_section{display:flex}@media (max-width: 991px){.home_wrapper .first_section .inner_first_section{flex-direction:column-reverse}}.home_wrapper .first_section .inner_first_section .left_bar{width:30%;padding-right:2rem;padding-left:2rem;position:relative}@media (max-width: 1024px){.home_wrapper .first_section .inner_first_section .left_bar{width:100%}}@media (max-width: 991px){.home_wrapper .first_section .inner_first_section .left_bar{flex-direction:column;margin-top:3rem}}@media (max-width: 360px){.home_wrapper .first_section .inner_first_section .left_bar{padding-right:1rem;padding-left:1rem}}.home_wrapper .first_section .inner_first_section .left_bar .box{background:#044E6E;position:relative;z-index:1;display:flex;flex-direction:column;padding-top:2rem;padding-bottom:2rem;box-shadow:-12px -11px 0px 0px #c8c8c8}.home_wrapper .first_section .inner_first_section .left_bar .box .item_1 h3{color:#fff !important}.home_wrapper .first_section .inner_first_section .left_bar .box .items{display:flex;justify-content:center;flex-direction:column;align-items:center;margin-bottom:1rem}.home_wrapper .first_section .inner_first_section .left_bar .box .items h3{color:#FFCA00;font-size:1.25rem}@media (max-width: 1024px){.home_wrapper .first_section .inner_first_section .left_bar .box .items h3{font-size:1.1rem}}.home_wrapper .first_section .inner_first_section .left_bar .box .items .icon_4{display:none}.home_wrapper .first_section .inner_first_section .right_content{width:70%;padding-left:3rem}@media (max-width: 1024px){.home_wrapper .first_section .inner_first_section .right_content{width:70%}}@media (max-width: 991px){.home_wrapper .first_section .inner_first_section .right_content{width:100%;padding-left:0}}.home_wrapper .first_section .inner_first_section .right_content .top_content h2{font-size:1.25rem;margin-top:1rem;margin-bottom:2rem}.home_wrapper .first_section .inner_first_section .right_content .bottom_content h3{font-size:1.25rem;margin-top:3rem;margin-bottom:2rem}.home_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper{display:flex}@media (max-width: 991px){.home_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper{flex-direction:column}}.home_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul{padding-left:1.2rem;min-width:20rem}@media (max-width: 991px){.home_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul{min-width:100%}}.home_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul li{list-style-type:disc;line-height:1.5}.home_wrapper .first_section .inner_first_section .right_content .bottom_footer{margin-top:3rem;display:flex;align-items:center}@media (max-width: 500px){.home_wrapper .first_section .inner_first_section .right_content .bottom_footer{flex-direction:column}}.home_wrapper .first_section .inner_first_section .right_content .bottom_footer .third_section_title{font-size:1.125rem;font-weight:800;margin-right:2rem}@media (max-width: 500px){.home_wrapper .first_section .inner_first_section .right_content .bottom_footer .third_section_title{margin-right:0;margin-bottom:2rem}}.home_wrapper .services_wrapper{margin-top:5rem}.home_wrapper .second_section{display:flex;margin-top:3rem}@media (max-width: 767px){.home_wrapper .second_section{flex-direction:column}}.home_wrapper .second_section .companies_wrapper{width:50%;display:flex;flex-wrap:wrap}@media (max-width: 767px){.home_wrapper .second_section .companies_wrapper{width:100%}}.home_wrapper .second_section .companies_wrapper .light_grey{background:#DFDFDF}.home_wrapper .second_section .companies_wrapper .dark_grey{background:#EBEBEB}.home_wrapper .second_section .companies_wrapper .items{width:50%;min-height:230px;display:flex;align-items:center;justify-content:center}@media (max-width: 500px){.home_wrapper .second_section .companies_wrapper .items .icon{width:80%}}.home_wrapper .second_section .testimonials_wrapper{width:50%}@media (max-width: 767px){.home_wrapper .second_section .testimonials_wrapper{width:100%}}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider{background:#f90;position:relative;min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .lines_top{background:url("/wp-content/themes/surge_zero/assets/images/lines_top.png") no-repeat;width:100%;height:67px}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .items{text-align:center}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .items .content{padding-left:3rem;padding-right:3rem}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .lines_bottom{background:url("/wp-content/themes/surge_zero/assets/images/lines_bottom.png") no-repeat;width:100%;height:67px}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-stage{overflow:hidden}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel{overflow:unset}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel .owl-nav.disabled+.owl-dots{position:relative;top:2rem;display:flex;justify-content:center;width:100%}@media (max-width: 500px){.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel .owl-nav.disabled+.owl-dots{position:relative;top:0;right:0;transform:none;padding-top:0.2rem;padding-bottom:0.2rem;text-align:center}}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-dot.active{transition:all 0.4s ease-in-out}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-dot.active span{background-color:rgba(255,255,255,0.24) !important}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:all 0.4s ease-in-out;border-radius:30px}.home_wrapper .second_section .testimonials_wrapper .testimonials_slider .owl-carousel .owl-dots .owl-dot span:hover{background:#044E6E}.home_wrapper .third_section{margin-top:3rem;margin-bottom:3rem}.home_wrapper .third_section .content_inner{display:flex;flex-direction:column;justify-content:center;width:100%;align-items:center}.home_wrapper .third_section .content_inner .content{text-align:center}.home_wrapper .third_section .content_inner h4{color:#313131;font-size:1.875rem}.home_wrapper .third_section .content_inner .btn_wrapper{margin-top:2rem}.about_wrapper .first_section{margin-top:5rem;margin-bottom:2rem}@media (max-width: 991px){.about_wrapper .first_section{margin-top:2rem}}.about_wrapper .first_section .inner_first_section{display:flex}@media (max-width: 991px){.about_wrapper .first_section .inner_first_section{flex-direction:column-reverse}}.about_wrapper .first_section .inner_first_section .left_bar{width:30%;padding-right:2rem;padding-left:2rem;position:relative}@media (max-width: 1024px){.about_wrapper .first_section .inner_first_section .left_bar{width:100%}}@media (max-width: 991px){.about_wrapper .first_section .inner_first_section .left_bar{flex-direction:column;margin-top:3rem}}@media (max-width: 360px){.about_wrapper .first_section .inner_first_section .left_bar{padding-right:1rem;padding-left:1rem}}.about_wrapper .first_section .inner_first_section .left_bar .box{background:#044E6E;position:relative;z-index:1;display:flex;flex-direction:column;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;text-align:center;box-shadow:-12px -11px 0px 0px #c8c8c8}.about_wrapper .first_section .inner_first_section .left_bar .box h3.box_title{color:#fff !important}.about_wrapper .first_section .inner_first_section .left_bar .box .items{display:flex;justify-content:center;flex-direction:column;align-items:center;margin-bottom:1rem}.about_wrapper .first_section .inner_first_section .left_bar .box .items .icon{margin-top:0.5rem;margin-bottom:0.5rem}.about_wrapper .first_section .inner_first_section .left_bar .box .items h3{color:#FFCA00;font-size:1.25rem;line-height:1.2}@media (max-width: 1024px){.about_wrapper .first_section .inner_first_section .left_bar .box .items h3{font-size:1.1rem}}.about_wrapper .first_section .inner_first_section .right_content{width:70%;padding-left:3rem}@media (max-width: 1024px){.about_wrapper .first_section .inner_first_section .right_content{width:70%}}@media (max-width: 991px){.about_wrapper .first_section .inner_first_section .right_content{width:100%;padding-left:0}}.about_wrapper .first_section .inner_first_section .right_content .top_content h1,.about_wrapper .first_section .inner_first_section .right_content .top_content h2,.about_wrapper .first_section .inner_first_section .right_content .top_content h4{font-size:1.25rem;margin-top:1rem;margin-bottom:2rem}.about_wrapper .first_section .inner_first_section .right_content .top_content h3{font-size:1.25rem;margin-bottom:2rem;margin-top:2rem}.about_wrapper .first_section .inner_first_section .right_content .bottom_content h3{font-size:1.25rem;margin-top:3rem;margin-bottom:2rem}.about_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper{display:flex}@media (max-width: 991px){.about_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper{flex-direction:column}}.about_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul{padding-left:1.2rem;min-width:20rem}@media (max-width: 991px){.about_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul{min-width:100%}}.about_wrapper .first_section .inner_first_section .right_content .bottom_content .list_wrapper ul li{list-style-type:disc;line-height:1.5}.about_wrapper .first_section .inner_first_section .right_content .bottom_footer{margin-top:3rem;display:flex;align-items:center}@media (max-width: 500px){.about_wrapper .first_section .inner_first_section .right_content .bottom_footer{flex-direction:column}}.about_wrapper .first_section .inner_first_section .right_content .bottom_footer .third_section_title{font-size:1.125rem;font-weight:800;margin-right:2rem}@media (max-width: 500px){.about_wrapper .first_section .inner_first_section .right_content .bottom_footer .third_section_title{margin-right:0;margin-bottom:2rem}}.about_wrapper .services_wrapper{margin-top:6rem}.about_wrapper .services_wrapper .title h3{color:#044E6E;font-size:1.625rem}.about_wrapper .services_wrapper .services_inner{margin-bottom:6rem}@media (max-width: 500px){.about_wrapper .services_wrapper .services_inner{margin-bottom:3rem}}.about_wrapper .services_wrapper .services_inner .items h4{margin-bottom:0.5rem}.about_wrapper .services_wrapper .services_inner .items .postion{color:#AAAAAA;font-style:italic;font-size:0.9375rem}.services_wrapper .first_section{margin-top:4rem}@media (max-width: 767px){.services_wrapper .first_section{margin-top:2rem}}.services_wrapper .first_section .content_inner{display:flex}@media (max-width: 767px){.services_wrapper .first_section .content_inner{flex-direction:column}}.services_wrapper .first_section .content_inner .content_left{width:60%;padding-right:4rem}@media (max-width: 767px){.services_wrapper .first_section .content_inner .content_left{width:100%;padding-right:0}}.services_wrapper .first_section .content_inner .content_left h1,.services_wrapper .first_section .content_inner .content_left h2,.services_wrapper .first_section .content_inner .content_left h4{margin-top:0;font-size:1.25rem;margin-bottom:2rem}@media (max-width: 767px){.services_wrapper .first_section .content_inner .content_left h1,.services_wrapper .first_section .content_inner .content_left h2,.services_wrapper .first_section .content_inner .content_left h4{line-height:1.5}}.services_wrapper .first_section .content_inner .content_left h3{font-size:1.25rem;margin-bottom:1rem;margin-top:3rem}.services_wrapper .first_section .content_inner .content_left ul{padding-left:1.6rem}.services_wrapper .first_section .content_inner .content_left ul li{list-style-type:disc;line-height:1.5}.services_wrapper .first_section .content_inner .content_right{width:40%}@media (max-width: 767px){.services_wrapper .first_section .content_inner .content_right{width:100%;margin-top:2rem}}.services_wrapper .first_section .content_inner .content_right .image_media{width:100%;min-height:23rem}@media (max-width: 500px){.services_wrapper .first_section .content_inner .content_right .image_media{min-height:17rem}}.services_wrapper .first_section .content_inner .content_right .image_media img{object-fit:cover;width:100%;height:100%}.services_wrapper .first_section .content_inner .content_right .right_side_content h1,.services_wrapper .first_section .content_inner .content_right .right_side_content h2,.services_wrapper .first_section .content_inner .content_right .right_side_content h3,.services_wrapper .first_section .content_inner .content_right .right_side_content h4{font-size:1.25rem}.services_wrapper .first_section .second_half{margin-top:2rem}.services_wrapper .first_section .second_half h1,.services_wrapper .first_section .second_half h2,.services_wrapper .first_section .second_half h3,.services_wrapper .first_section .second_half h4{margin-top:0 !important}.services_wrapper .iframe_outer{margin-top:3rem}@media (max-width: 767px){.services_wrapper .iframe_outer{display:none}}.services_wrapper .cal_btn{display:flex;justify-content:center;margin-top:1rem;margin-bottom:3rem;display:none}@media (max-width: 767px){.services_wrapper .cal_btn{display:flex}}.services_wrapper .accordion_wrapper{margin-top:3rem}.services_wrapper .accordion_wrapper .expandable_areas{border-top:none}@media (max-width: 991px){.services_wrapper .accordion_wrapper .expandable_areas{margin:2rem 0}}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab{display:flex;flex-direction:column}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .tab_inner.active .arrow svg .arrow_path{fill:#044E6E}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .tab_inner{display:flex;flex-direction:row;align-items:center;cursor:pointer;position:relative;height:57px;margin-bottom:1rem;border-bottom:1px solid #044E6E}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .tab_inner .title_tab p{margin-bottom:0;font-size:1rem;color:#044E6E;font-weight:600}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .arrow{position:absolute;right:1rem;transform:rotate(0deg)}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .turn_arrow{transform:rotate(60deg)}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content{display:none}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content.active{display:block}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content p{color:#313131;font-size:1rem}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ol{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ol{margin-left:1rem}}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ol li{color:#313131;font-size:1rem;line-height:1.5}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ul{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ul{margin-left:1rem}}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content ul li{color:#313131;font-size:1rem;line-height:1.5;list-style-type:circle}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content a{font-weight:800;transition:all 0.4s ease-in-out}.services_wrapper .accordion_wrapper .expandable_areas .expand_tab .content a:hover{color:#FFCA00}.services_wrapper .our_product_range{margin-top:6rem;margin-bottom:7rem}.services_wrapper .our_product_range h3.products_title{font-size:1.25rem;margin-top:0}@media (max-width: 991px){.services_wrapper .our_product_range h3.products_title{text-align:center;padding-left:0;padding-right:0}}.services_wrapper .our_product_range .owl-carousel{overflow:hidden}.services_wrapper .our_product_range .products_outer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;margin-top:1rem}@media (max-width: 500px){.services_wrapper .our_product_range .products_outer{display:block !important}}.services_wrapper .our_product_range .products_outer .product{width:100%;padding:1rem}.services_wrapper .our_product_range .products_outer .product .product_title{margin-top:0.8rem}.services_wrapper .our_product_range .products_outer .product .product_title span{font-size:0.875rem;color:#044E6E;font-weight:600}.services_wrapper .our_product_range .products_outer .product .icon{width:100%;height:240px;display:inline-block;border:1px solid #707070}.services_wrapper .our_product_range .products_outer .product .icon>img{object-fit:cover;width:100%;height:100%;object-position:center center}.services_wrapper .our_product_range .products_outer .owl-carousel.owl-loaded{display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.services_wrapper .our_product_range .products_outer .owl-carousel.owl-loaded{flex-direction:column}}@media (max-width: 500px){.services_wrapper .our_product_range .products_outer .owl-carousel.owl-loaded{display:block !important}}.services_wrapper .our_product_range .products_outer .owl-dots{text-align:center;display:none}@media (max-width: 1650px){.services_wrapper .our_product_range .products_outer .owl-dots{display:block;margin-top:1rem}}.services_wrapper .our_product_range .products_outer button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit;outline:none}.services_wrapper .our_product_range .products_outer .owl-dots button span{background:none repeat scroll 0 0 #f90;border-radius:20px;display:block;height:12px;margin:5px 7px;opacity:0.5;width:12px}.services_wrapper .our_product_range .products_outer .owl-dot.active span{background:#f90 !important}.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.prev{left:-2rem;position:relative}.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.next{right:-2rem;position:relative}.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.prev,.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.next{z-index:2;position:relative;cursor:pointer}@media (max-width: 1650px){.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.prev,.services_wrapper .our_product_range .products_outer .owl_nav_products_carousel.next{display:none}}.services_wrapper .manufacturers .title{margin-bottom:4rem}.services_wrapper .manufacturers .title h4{color:#f90}@media (max-width: 767px){.services_wrapper .manufacturers .title h4{line-height:1.5}}.services_wrapper .manufacturers .manufacturers_inner{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:4rem}.services_wrapper .manufacturers .manufacturers_inner .items{width:25%;display:flex;justify-content:center}@media (max-width: 767px){.services_wrapper .manufacturers .manufacturers_inner .items{width:50%;margin-bottom:1rem}}.page-weighbridges .weighbridges{display:none}.page-comprehensive-tensile-testing .comprehensive_tensile_testing{display:none}.page-testing-unit .testing_unit{display:none}.page-calibrations .calibrations{display:none}.guidance_archive .hero_banner h1{line-height:1 !important}.guidance_archive .guidance_sections{margin-top:4rem;margin-bottom:4rem}.guidance_archive .guidance_sections .guidance_inner{display:flex}@media (max-width: 991px){.guidance_archive .guidance_sections .guidance_inner{flex-direction:column}}.guidance_archive .guidance_sections .guidance_inner .category_bar{width:30%;padding-right:2rem;position:relative}@media (max-width: 991px){.guidance_archive .guidance_sections .guidance_inner .category_bar{width:100%;margin-bottom:2rem;padding-right:0}}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav{background:#044E6E;padding:2rem;box-shadow:-12px -11px 0px 0px #c8c8c8}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav .active{color:#FFCA00}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav h3{color:#FFCA00;margin-top:0;margin-bottom:1.5rem}@media (max-width: 1024px){.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav h3{font-size:1.2rem}}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav ul li{margin-bottom:0.6rem}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav ul li a{color:#fff;font-size:1.125rem;font-weight:600;transition:all 0.3s linear}.guidance_archive .guidance_sections .guidance_inner .category_bar .guidance_nav ul li a:hover{color:#FFCA00}.guidance_archive .guidance_sections .guidance_inner .guidance_posts{width:70%;padding-left:1rem}@media (max-width: 991px){.guidance_archive .guidance_sections .guidance_inner .guidance_posts{width:100%;padding-left:0}}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block{display:flex;border-bottom:1px solid #A5A5A5;margin-bottom:2rem;padding-bottom:1.5rem}@media (max-width: 500px){.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block{flex-direction:column}}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_image{width:30%;min-height:10rem}@media (max-width: 500px){.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_image{margin-bottom:2rem;width:100%}}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_image img{object-fit:cover;object-position:center;width:100%;height:100%}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information{padding-left:2rem;width:70%}@media (max-width: 500px){.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information{padding-left:0;width:100%}}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information .cat{color:#AAAAAA;transition:all 0.3s linear;font-style:italic;margin-bottom:1rem;display:inline-block}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information .cat:hover{color:#f90}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information h3{margin-top:0;color:#313131;font-size:1.0625rem;font-weight:600}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information .button_wrapper{display:flex;justify-content:flex-end}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information .button_wrapper .orange_button{color:#f90;transition:all 0.3s linear;font-weight:600}.guidance_archive .guidance_sections .guidance_inner .guidance_posts .guidance_block .guidance_information .button_wrapper .orange_button:hover{color:#044E6E}.single_guidance .article_wrapper{margin-top:3rem}.single_guidance .article_wrapper .back_btn{color:#6E6E6E;font-weight:600;font-size:1.125rem;margin-bottom:2rem;display:inline-block}.single_guidance .article_wrapper .first_section{display:flex}@media (max-width: 767px){.single_guidance .article_wrapper .first_section{flex-direction:column}}.single_guidance .article_wrapper .first_section .title{display:flex;flex-direction:column;width:50%}@media (max-width: 767px){.single_guidance .article_wrapper .first_section .title{width:100%;margin-bottom:2rem}}.single_guidance .article_wrapper .first_section .title .cat{color:#AAAAAA;transition:all 0.3s linear;font-style:italic;margin-bottom:2rem;display:inline-block}.single_guidance .article_wrapper .first_section .title .cat:hover{color:#f90}.single_guidance .article_wrapper .first_section .title h1{margin-top:0;color:#313131;font-size:1.875rem;font-weight:600;margin-bottom:0.8rem}.single_guidance .article_wrapper .first_section .title .written,.single_guidance .article_wrapper .first_section .title .date{color:#044E6E;margin-bottom:0.5rem;font-size:1rem}.single_guidance .article_wrapper .first_section .image_wrapper{width:50%}@media (max-width: 767px){.single_guidance .article_wrapper .first_section .image_wrapper{width:100%}}.single_guidance .article_wrapper .first_section .image_wrapper .featured_image{width:100%;min-height:300px}.single_guidance .article_wrapper .first_section .image_wrapper .featured_image img{object-fit:cover;object-position:center;width:100%;height:100%}.single_guidance .content_area{margin-top:4rem;margin-bottom:2rem}@media (max-width: 767px){.single_guidance .content_area{margin-top:2rem}}@media (max-width: 500px){.single_guidance .content_area{margin-top:1rem}}.single_guidance .accordion_wrapper{margin-top:3rem;margin-bottom:7rem}@media (max-width: 500px){.single_guidance .accordion_wrapper{margin-bottom:3rem}}.single_guidance .accordion_wrapper .expandable_areas{border-top:none}@media (max-width: 991px){.single_guidance .accordion_wrapper .expandable_areas{margin:2rem 0}}.single_guidance .accordion_wrapper .expandable_areas .expand_tab{display:flex;flex-direction:column}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .tab_inner.active .arrow svg .arrow_path{fill:#044E6E}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .tab_inner{display:flex;flex-direction:row;align-items:center;cursor:pointer;position:relative;height:57px;margin-bottom:1rem;border-bottom:1px solid #044E6E}@media (max-width: 500px){.single_guidance .accordion_wrapper .expandable_areas .expand_tab .tab_inner .title_tab{padding-right:1rem}}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .tab_inner .title_tab p{margin-bottom:0;font-size:1rem;color:#044E6E;font-weight:600}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .arrow{position:absolute;right:1rem;transform:rotate(0deg)}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .turn_arrow{transform:rotate(60deg)}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content{display:none}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content.active{display:block}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content p{color:#313131;font-size:1rem}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ol{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ol{margin-left:1rem}}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ol li{color:#313131;font-size:1rem;line-height:1.5}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ul{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ul{margin-left:1rem}}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content ul li{color:#313131;font-size:1rem;line-height:1.5;list-style-type:circle}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content a{font-weight:800;transition:all 0.4s ease-in-out}.single_guidance .accordion_wrapper .expandable_areas .expand_tab .content a:hover{color:#FFCA00}.contact_wrapper .first_section{margin-top:3rem;margin-bottom:3rem}.contact_wrapper .first_section .first_section_inner{display:flex}@media (max-width: 500px){.contact_wrapper .first_section .first_section_inner{flex-direction:column}}.contact_wrapper .first_section .first_section_inner .row_next{align-items:flex-start !important}.contact_wrapper .first_section .first_section_inner .contact_row{display:flex;margin-bottom:2rem;align-items:center}.contact_wrapper .first_section .first_section_inner .contact_row .contact_number{color:#044E6E;font-size:1.875rem;font-weight:600;margin-left:1rem}.contact_wrapper .first_section .first_section_inner .contact_row .address p{color:#044E6E;font-weight:600;margin-left:1rem}.contact_wrapper .first_section .first_section_inner .contact_left{width:50%;padding-right:3rem}@media (max-width: 500px){.contact_wrapper .first_section .first_section_inner .contact_left{width:100%;padding-right:0}}.contact_wrapper .first_section .first_section_inner .contact_right{width:50%}@media (max-width: 500px){.contact_wrapper .first_section .first_section_inner .contact_right{width:100%}}.contact_wrapper .first_section .map{position:relative;width:100%;min-height:300px;top:0}@media (max-width: 1024px){.contact_wrapper .first_section .map{width:100%}}@media (max-width: 500px){.contact_wrapper .first_section .map{min-height:440px;margin-top:2rem}}.contact_wrapper .first_section .map .acf-map{position:relative;overflow:hidden;min-height:300px;width:100%}@media (max-width: 500px){.contact_wrapper .first_section .map .acf-map{min-height:440px}}.single_blog{margin-bottom:4rem}.single_blog .first_section{flex-direction:column}.single_blog .image_wrapper{margin-top:2rem;width:100% !important}.single_blog .image_wrapper .featured_image{height:350px !important}.single_blog .content_area{margin-top:2rem}.single_blog .content_area .gallery-item{padding:1rem}@media (max-width: 500px){.single_blog .content_area .gallery-item{padding:0;width:100% !important;float:none !important}}.single_blog .content_area .gallery-icon a{display:inline-block;width:100%;height:300px}.single_blog .content_area .gallery-icon a img{object-fit:cover;width:100%;height:100%}.single_blog .content_area ol{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.single_blog .content_area ol{margin-left:1rem}}.single_blog .content_area ol li{color:#313131;font-size:1rem;line-height:1.5}.single_blog .content_area ul{margin-left:2rem;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;padding-right:1rem}@media (max-width: 500px){.single_blog .content_area ul{margin-left:1rem}}.single_blog .content_area ul li{color:#313131;font-size:1rem;line-height:1.5;list-style-type:circle}.single_blog .content_area a{font-weight:800;transition:all 0.4s ease-in-out}.single_blog .content_area a:hover{color:#FFCA00}.standard_wrapper{position:relative;z-index:1;padding-top:4rem;padding-bottom:4rem}.standard_wrapper .first_section_title .introduction{text-align:center;margin-top:2rem}.standard_wrapper table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:2rem}.standard_wrapper tr{border-bottom:1px solid #298fcc}.standard_wrapper th,.standard_wrapper td{text-align:left;padding:15px}.standard_wrapper .content ul{margin-left:2rem;margin-bottom:2rem;margin-top:2rem}.standard_wrapper .content ul li{line-height:1.5;list-style-type:circle;color:#000}.standard_wrapper .content ol{padding-left:1rem}.standard_wrapper .content ol li{line-height:1.5;color:#000}.standard_wrapper .content ol li:first-child{margin-top:0 !important}.standard_wrapper .content a{color:#f90;transition:all 0.3s linear}.standard_wrapper .content a:hover{color:#044E6E}.standard_wrapper .faq_section .faq_items_outer .faq_items{margin-bottom:3rem}.standard_wrapper .faq_section .faq_items_outer .faq_items .title_wrapper h3{font-size:1rem;font-family:'aktiv-grotesk', 'arial', sans-serif;text-transform:capitalize;margin-bottom:1rem;font-weight:500}.standard_wrapper .form_section{background:#f90;padding-top:2rem;padding-bottom:4rem}.standard_wrapper .form_section .second_section_inner{display:flex;flex-direction:row;margin-top:5rem;margin-bottom:4rem;align-items:center;justify-content:center}.standard_wrapper .form_section .left_image{width:60%;height:793px;z-index:1}.standard_wrapper .form_section .left_image img{object-fit:cover;object-position:center;width:100%;height:100%}.standard_wrapper .form_section .form{background:#fff;z-index:2;position:relative;width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem;padding-left:4rem;padding-right:4rem;margin-left:-3rem}.standard_wrapper .form_section .form .divider{margin-bottom:1.5rem}.standard_wrapper .form_section .form input{color:#000}.standard_wrapper .form_section .form h3{font-size:1.3rem;margin-top:0}.standard_wrapper .form_section .form .form_footer{display:flex;flex-direction:row;align-items:center;justify-content:center}.standard_wrapper .form_section .form .form_footer .btn{color:#fff !important;background:#000 !important;border-bottom:none !important}.standard_wrapper .form_section .form .controls{margin-bottom:1rem}.standard_wrapper .form_section .form .controls input{width:100%;border:none;border-bottom:1px solid #BCBCBC;background:#fff}.standard_wrapper .form_section .form .controls select{width:100%;color:#000;border:none;border-bottom:1px solid #BCBCBC;background:#fff}.standard_wrapper .form_section .form .controls option{color:#000}.standard_wrapper .form_section .form .controls textarea{height:82px;color:#000;width:100%}.standard_wrapper .form_section .form .indicates{color:#707070;font-style:italic;font-size:0.6875rem}.standard_wrapper .form_section .form .select-controls{margin-top:1rem}.standard_wrapper .form_section .form .select-label{color:#000;font-weight:300;margin-bottom:1rem}.standard_wrapper .form_section .form .form-footer-message,.standard_wrapper .form_section .form .hear_select{margin-bottom:1rem}.standard_wrapper .form_section .form .control-label{display:none}.standard_wrapper .form_section .form p:empty{display:none}.header{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;z-index:99;width:100%;top:0;background-color:#fff}@media (max-width: 1024px){.header{position:relative}}.header .header_top{display:flex;justify-content:space-between;align-items:center;padding-top:1.2rem;padding-bottom:1.2rem}@media (max-width: 500px){.header .header_top{justify-content:center;padding-top:0rem;padding-bottom:0rem}}.header .header_top .search_area{width:50%}@media (max-width: 1231px){.header .header_top .search_area{width:40%}}@media (max-width: 1024px){.header .header_top .search_area{display:none}}.header .header_top a#logo{display:flex;align-items:center;justify-content:center}@media (max-width: 500px){.header .header_top a#logo{width:50%}}.header .header_top .right_header{width:50%;display:flex;align-items:center;justify-content:flex-end}@media (max-width: 1024px){.header .header_top .right_header{display:none}}.header .header_top .right_header .header_btns{color:#6E6E6E;font-size:1.0625rem;font-weight:500;margin-right:1.5rem}.push_header{position:relative;width:100%;height:161px}@media (max-width: 1024px){.push_header{display:none}}.footer{background:#fff;padding-top:3rem;padding-bottom:1.5rem;border-top:12px solid #044E6E}.footer .footer_top{display:flex;justify-content:space-between}@media (max-width: 767px){.footer .footer_top{flex-direction:column-reverse;justify-content:center}}.footer .footer_top .left_side{display:flex}@media (max-width: 767px){.footer .footer_top .left_side{justify-content:center}}.footer .footer_top .left_side .logo{width:10rem}.footer .footer_top .left_side .accreditations{display:flex;margin-left:2rem}.footer .footer_top .left_side .accreditations .items{margin-right:1rem}.footer .footer_top .links nav.links_inner{display:flex;justify-content:flex-end;margin-bottom:1.3rem}@media (max-width: 767px){.footer .footer_top .links nav.links_inner{justify-content:flex-start;flex-direction:row}}.footer .footer_top .links .footer_links{display:flex}@media (max-width: 767px){.footer .footer_top .links .footer_links{flex-direction:row;width:100%;justify-content:space-around}}@media (max-width: 360px){.footer .footer_top .links .footer_links{width:100%;text-align:center;display:block}}@media (max-width: 991px){.footer .footer_top .links .footer_links li{margin-bottom:1rem}}@media (max-width: 360px){.footer .footer_top .links .footer_links li{display:block}}.footer .footer_top .links .footer_links li a{color:#313131;margin:0 0.7rem;font-size:0.875rem}.footer .footer_top .links .footer_links li a:hover{color:#044E6E}.footer .footer_middle{margin-top:1rem;display:flex;justify-content:space-between}@media (max-width: 767px){.footer .footer_middle{flex-direction:column;text-align:center}}.footer .footer_middle .social_holder{display:flex}@media (max-width: 767px){.footer .footer_middle .social_holder{justify-content:center;margin-bottom:2rem}}.footer .footer_middle .social_holder span{margin-right:1.5rem;color:#606060;padding-top:1rem}.footer .footer_middle .footer_information{margin-bottom:2rem}.footer .footer_middle .footer_information p{font-size:0.75rem}.footer .footer_bottom{display:flex;justify-content:center}@media (max-width: 767px){.footer .footer_bottom{margin-bottom:6rem;text-align:center}}.footer .footer_bottom p,.footer .footer_bottom a{font-size:0.75rem}.navigation_wrapper{width:100%;background:#044E6E;position:relative;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.37)}.navigation_wrapper .main_menu_open{display:block !important}.navigation_wrapper .arrow{display:none}.navigation_wrapper .parent_link:first-child{padding-left:0 !important}.navigation_wrapper .parent_link:last-child{padding-right:0 !important}.navigation_wrapper .active{color:#FFCA00 !important}.navigation_wrapper .home_link{display:none !important}.navigation_wrapper .parent_menu{padding:0;text-align:center;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;align-content:center}.navigation_wrapper .parent_menu .has_children .parent_link i{border:solid white;border-width:0 3px 3px 0;display:inline-block;padding:3px;position:relative;left:11px;top:-3px;transition:all 0.4s ease-in-out}.navigation_wrapper .parent_menu .has_children .parent_link .down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.navigation_wrapper .parent_menu li.parent_link_items{transition:all 0.4s ease-in-out;display:flex;align-items:stretch;margin:0 2.8rem}@media (max-width: 1283px){.navigation_wrapper .parent_menu li.parent_link_items{margin:0 2rem}}.navigation_wrapper .parent_menu li.parent_link_items:hover .dropdown_outer{display:flex}.navigation_wrapper .parent_menu li.parent_link_items:hover a.parent_link{color:#FCB424;transition:all 0.4s ease-in-out}.navigation_wrapper .parent_menu li.parent_link_items:hover i{border:solid #FCB424;border-width:0 3px 3px 0}.navigation_wrapper .parent_menu li.parent_link_items:last-child{margin-right:0}.navigation_wrapper .parent_menu li.parent_link_items a.parent_link{display:flex;align-items:center;color:#fff;font-family:"nunito",sans-serif !important;font-size:1.0625rem;text-decoration:none;min-height:56px;font-weight:800;position:relative;z-index:1}.navigation_wrapper .parent_menu li.parent_link_items a.parent_link:hover{color:#FCB424}.navigation_wrapper .parent_menu .grouped_links:last-child{border-right:none !important}.navigation_wrapper .parent_menu .grouped_links{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:3rem}.navigation_wrapper .parent_menu .grouped_links .title{transition:all 0.4s ease-in-out}.navigation_wrapper .parent_menu .grouped_links:hover .title{color:#FCB424 !important}.navigation_wrapper .parent_menu .grouped_links .icon_image{position:relative}.navigation_wrapper .parent_menu .grouped_links a{color:#fff;transition:all 0.4s ease-in-out;display:inline-block;font-size:1.125rem;font-family:"nunito",sans-serif !important;line-height:1.2;font-weight:800}.navigation_wrapper .parent_menu .grouped_links a:hover{text-decoration:none;color:#FCB424}.navigation_wrapper .parent_menu .dropdown_outer{position:absolute;top:100%;left:initial;right:initial;z-index:2;width:300px;display:none;box-shadow:inset 0px 3px 5px 0px rgba(0,0,0,0.22);background-color:#044E6E}@media (max-width: 1440px){.navigation_wrapper .parent_menu .dropdown_outer{text-align:center}}.navigation_wrapper .parent_menu .dropdown_outer .dropdown{display:grid;grid-template-columns:repeat(1, 1fr);width:100%;max-width:1350px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-bottom:2.5rem;padding-top:2.5rem}.navigation_wrapper .parent_menu .dropdown_outer .dropdown ul.child_menu{display:block}.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items{margin:0;height:100%;display:block}.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link{color:#000;font-size:1rem;padding-bottom:0.2rem;padding-top:0.2rem;text-decoration:none;font-family:"nunito",sans-serif !important;transition:all 0.4s ease-in-out;border-bottom:solid 2px transparent;font-weight:500;width:100%;display:inline-block}.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link span{display:block}.navigation_wrapper .parent_menu .dropdown_outer .dropdown li.child_link_items a.child_link:hover{color:#f90}.navigation_wrapper .extra_sub_menu{margin-top:1.2rem;width:100%;margin-bottom:2rem}.navigation_wrapper .extra_sub_menu h4{color:#000;font-size:1.8rem;text-align:center}.navigation_wrapper .extra_sub_menu .pad_xtra{padding-left:2rem;padding-right:2rem}.navigation_wrapper .extra_sub_menu .extra_sub_menu_row h5{color:#044E6E;font-size:1.7rem;text-align:left}.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child{margin-bottom:0.4rem;padding-bottom:0.3rem;border-bottom:solid 1px rgba(255,255,255,0.19)}.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child a{color:#000;font-family:"nunito",sans-serif !important;transition:all 0.4s ease-in-out;font-size:1.375rem}.navigation_wrapper .extra_sub_menu .extra_sub_menu_row .extra_sub_menu_children .extra_sub_menu_child a:hover{color:#044E6E;text-decoration:none}.burger_menu{height:60px;background:#FFCA00;display:flex;align-items:center;justify-content:center;width:50%}.burger_menu span{color:#044E6E;font-weight:800;font-size:1.125rem}.burger_menu:hover{cursor:pointer}.slide_open{left:0 !important}.drop_active{display:block}.mobile_navigation{display:none;background:#044E6E;position:fixed;width:100%;bottom:0;z-index:999;overflow:hidden;box-shadow:0px -3px 5px 0px rgba(0,0,0,0.2)}@media (max-width: 1024px){.mobile_navigation{display:flex;align-items:center;justify-content:space-between}}.mobile_navigation .line{background:#E6E6E6;width:2px;height:44px}.mobile_navigation a.contact_mobile{height:60px;background:#f90;display:flex;align-items:center;justify-content:center;color:#fff;width:50%;font-weight:800;font-size:1.125rem}.slide_open{top:0 !important;height:80vh !important}.mobile_menu{background-color:#FFCA00;position:relative;width:100vw;height:0;top:-100vh;z-index:98;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;align-content:center;transition:all 0.3s ease-in-out;overflow-y:scroll}.mobile_menu .social_bts_wrapper{display:flex !important;align-items:center;justify-content:center;margin-top:1rem}.mobile_menu .menu_inner{padding-left:2rem;padding-right:2rem}.mobile_menu form{width:100% !important}.mobile_menu .search_field{background:#fff !important}.mobile_menu ul.parent_menu.navigation{display:flex;flex-direction:column;align-items:center;text-align:left}.mobile_menu .open_arrow{transform:rotate(180deg)}.mobile_menu .menu_nav{width:100%;padding-top:1rem}.mobile_menu .icon_image{display:none}.mobile_menu .parent_link_items.has_children:not(.parent_open) a{pointer-events:none !important}.mobile_menu .menu_inner{width:100%;display:flex;flex-direction:column;position:relative;height:100%;margin-top:1rem}.mobile_menu .parent_link_items{width:100%}.mobile_menu a.parent_link{color:#044E6E;font-family:"nunito",sans-serif !important;transition:all 0.4s ease-in-out;padding:1rem 0 1rem;font-size:1.125rem;display:block;text-decoration:none;position:relative;z-index:1;font-weight:600;width:100%}.mobile_menu a.parent_link:hover{color:#044E6E}.mobile_menu .parent_link_items.has_children.active.parent_open .parent_link{color:#044E6E}.mobile_menu .parent_link_items.has_children.active.parent_open .parent_link i{border:solid #044E6E;border-width:0 3px 3px 0;display:inline-block;padding:3px;position:relative;left:11px;top:-3px;transition:all 0.4s ease-in-out}.mobile_menu .parent_link_items.has_children.active.parent_open .parent_link .down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mobile_menu .has_children .parent_link i{border:solid #044E6E;border-width:0 3px 3px 0;display:inline-block;padding:3px;position:relative;left:11px;top:-3px;transition:all 0.4s ease-in-out}.mobile_menu .has_children .parent_link .down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mobile_menu .icon_outer{display:none}.mobile_menu .dropdown_outer{position:relative;top:0;z-index:2;display:none}.mobile_menu .dropdown_outer .dropdown{padding-top:1rem;padding-bottom:1rem}.mobile_menu .dropdown_outer.dropdown_active{display:block}.mobile_menu .dropdown_outer a.block_links{color:#044E6E;font-family:"nunito",sans-serif !important;transition:all 0.4s ease-in-out;padding:0.7rem 0 0.5rem;font-size:1.125rem;display:block;text-decoration:none;position:relative;padding-left:1rem;padding-right:1rem;z-index:1;font-weight:600;width:100%}.mobile_menu .dropdown_outer a.block_links:hover{color:#044E6E}@media (max-width: 1024px){.navigation_wrapper{display:none}}@media (min-width: 1025px){.navigation_wrapper{display:flex}}

/*# sourceMappingURL=styles.css.map*/

/* /*
New Pages - Dec 2022
 */

.xt-series-page .page-content .inner .benefits-of-xt-series {
  margin: 20px 0;
  margin-bottom: 50px;
}

.labels-and-printers-page .inner section {
  margin: 25px 0;
}


.retail-scales .page-content .inner, .xt-series-page .page-content .inner, .labels-and-printers-page .page-content .inner {
  padding: 0 15px;
}

.navigation_wrapper .parent_menu li.parent_link_items a.parent_link {
	font-size: 1.025rem;
}

.xt-series-page .page-content .inner h2, .labels-and-printers-page .page-content .inner h2 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 31px;
}

.form-privacy {
  color: white;
  line-height: 19px;
}

.form-privacy a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.xt-series-page .page-content .inner p {
  margin: 0;
  font-size: .875rem;
  line-height: 19px;
}

.labels-and-printers-page .page-content .inner p {
  font-size: .875rem;
  line-height: 19px;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .benefits-grid {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .right-col .image-container, .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option .images .image.full-width, .labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width {
  background-color: #F2F2F2;
  position: relative;
  width: 100%;
  height: 245px;
  margin-top: 57px;
}


.xt-series-page .page-content .inner .benefits-of-xt-series .download-link, .expansion-options .download-link {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.xt-series-page .page-content .inner .software-features, .xt-series-page .page-content .inner .xt-series-scales, .xt-series-page .page-content .inner .expansion-options {
  margin: 50px 0;
}

.xt-series-page .page-content .inner .xt-series-scales .xt-scales-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.expansion-options .expansion-options-grid .option p {
  margin: 10px 0;
}

.expansion-options .expansion-options-grid .option .images .image {
  margin: 15px 35px;
}

.expansion-options .expansion-options-grid .option .images {
  margin-top: 40px;
}

.expansion-options .expansion-options-grid .option .images .image.blue img {
  box-shadow: -21px -21px 0px -12px #044e6e;
  width: 100%;
}

.expansion-options .expansion-options-grid .option .images .image.yellow img {
  box-shadow: -21px -21px 0px -12px #FECA00;
  width: 100%;
}

.li-split-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.expansion-options .expansion-options-grid .option .expansion-title {
  font-weight: 700;
  line-height: 24px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.xt-series-page .page-content .inner .xt-series-scales .xt-scales-grid .option {
  flex-basis: 47%;
  text-align: center;

}

.xt-series-page .page-content .inner .xt-series-scales .xt-scales-grid .option img {
  width: 100%;

}

.xt-series-page .page-content .inner .xt-series-scales .xt-scales-grid .option p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 22px;
}

.xt-series-page .page-content .inner .software-features .software-features-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.xt-series-page .page-content .inner .software-features .software-features-inner .text-col p {
  margin-bottom: 10px;
}

.xt-series-page .page-content .inner .software-features .software-features-inner .text-col ul, .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option ul {
  margin-top: 25px;
}

.xt-series-page .page-content .inner .software-features .software-features-inner .text-col ul li, .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option ul li {
  position: relative;
  padding-left: 20px;
  font-size: .875rem;
  font-weight: 400;
  margin: 9px 0;
  line-height: 18px;
}

.xt-series-page .page-content .inner .software-features .software-features-inner .text-col ul li:before, .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option ul li:before {
  content: ' ';
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #044E6E;
  display: block;
  position: absolute;
  left: 0;
  top: 0;

}

.xt-series-page .page-content .inner .benefits-of-xt-series .download-link a, .labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width .download-link a {
  font-weight: 700;
  line-height: 19px;
  color: #313131;
  font-size: 1rem;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .download-link svg, .labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width .download-link svg {
  width: auto;
  height: 25px;
}

.labels-and-printers-page .download-link {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
}

.expansion-options .download-link {
  margin-bottom: 40px;
}

.xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option .images .image.full-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .right-col .image-container img, .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option .images .image.full-width img, .expansion-options .expansion-options-inner .expansion-options-grid .option .images .image.full-width img, .labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-height: 297px;
  top: -13%;
  box-shadow: none;
  width: auto;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .benefits-grid .option {
  width: 100%;
}

.xt-series-page .page-content .inner .benefits-of-xt-series .benefits-grid .option .benefit-title {
  font-weight: 700;
  margin-bottom: 9px;
}

.retail-scales .why-avery, .retail-scales .scale-printer-solutions, .retail-scales .natasha-law-allergens, .retail-scales .labels-and-rolls, .retail-scales .xt-series, .retail-scales .also-available {
  margin: 25px 0;
}

.retail-scales .brands {
  margin: 60px 0;
}

.retail-scales .img-container img, .labels-and-printers-page .inner .img-container img {
  width: 100%;
  margin-left: 11px;
  padding-right: 11px;
}

.calculator-form {
  margin-top: 20px;
}

.retail-scales .page-content .inner .scale-printer-solutions p {
  font-weight: 400;
  line-height: 18px;
  font-size: .875rem;
  margin-bottom: 36px;
}

.retail-scales .page-content .inner .scale-printer-solutions .scale-title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1rem;
}

.retail-scales .page-content .inner .natasha-law-allergens p {
  font-weight: 400;
  line-height: 18px;
  font-size: .875rem;
  margin-bottom: 20px;
}

.retail-scales .page-content .inner .natasha-law-allergens ul li, .labels-and-printers-page .inner section.expansion-options .option ul li {
  font-size: .875rem;
  line-height: 18px;
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

.retail-scales .page-content .inner .natasha-law-allergens ul li:before, .labels-and-printers-page .inner section.expansion-options .option ul li:before {
  content: ' ';
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #044E6E;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.labels-and-printers-page .page-content .inner ul{
  margin-top: 15px;
}

.retail-scales .natasha-law-allergens img, .labels-and-printers-page .inner .img-container img {
  box-shadow: -21px -21px 0px -12px #044e6e;
}


.call-to-action {
  margin: 42px 0;
}

.call-to-action .inner-cta {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.call-to-action .inner-cta p {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 35px !important;
  color: #313131;
  margin-bottom: 15px !important;
}

.blue-img {
  box-shadow: -11px -11px 0px 0px #044E6E;
}

.yellow-img {
  box-shadow: -11px -11px 0px 0px #FECA00;
}

.retail-scales .also-available .options {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}

.retail-scales .also-available .options .option {
  width: 100%;
}

.retail-scales .also-available .options .option .img {
  text-align: center;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -21px -21px 0px -12px #044E6E;
}

.retail-scales .also-available .options .option:nth-of-type(2) .img {
  box-shadow: -21px -21px 0px -12px #FECA00;
}

.retail-scales .xt-series .img-container img {
  box-shadow: -21px -21px 0px -12px #044E6E;
}

.retail-scales .labels-and-rolls .img-container img {
  box-shadow: -21px -21px 0px -12px #D6D6D6;
}

.retail-scales .also-available .options .option:nth-of-type(3) .img {
  box-shadow: -21px -21px 0px -12px #D6D6D6;
}

.retail-scales .natasha-law-allergens .img-container.yellow img {
  box-shadow: -21px -21px 0px -12px #FFCA00;
}

.retail-scales .brands .brand-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.retail-scales .brands .brand-items .brand {
  text-align: center;
}

.retail-scales .brands .brand-items .brand img {
  width: auto;
  height: 40px;
}

.retail-scales .natasha-law-allergens {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.retail-scales .page-content .inner .form_section {
  width: 100%;
}

.retail-scales .labels-and-rolls, .retail-scales .xt-series {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.retail-scales .labels-and-rolls .content, .retail-scales .xt-series .content {
  width: 100%;
}

.retail-scales .labels-and-rolls .img-container, .retail-scales .xt-series .img-container {
  width: 100%;
}

.retail-scales .also-available .options .option p {
  font-weight: 600;
  line-height: 26px;
  font-size: 1.0625rem;
  color: #313131;
  margin-bottom: 0;
  margin-top :12px;
}

.retail-scales .page-content h2 {
  margin-top: 0 !important;;
}

.labels-and-printers-page .inner section.compatability .compatability-inner, .labels-and-printers-page .inner section.labels-and-rolls .labels-and-rolls-inner, .labels-and-printers-page .inner section.pre-pack .pre-pack-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.labels-and-printers-page .inner section.compatability .compatability-inner .content, .labels-and-printers-page .inner section.compatability .compatability-inner .img-container, .labels-and-printers-page .inner section.labels-and-rolls .labels-and-rolls-inner .content, .labels-and-printers-page .inner section.labels-and-rolls .labels-and-rolls-inner .img-container, .labels-and-printers-page .inner section.pre-pack .pre-pack-inner .content, .labels-and-printers-page .inner section.pre-pack .pre-pack-inner .img-container {
  width: 100%;
}

.labels-and-printers-page .inner section.compatability .compatability-inner .img-container, .labels-and-printers-page .inner section.labels-and-rolls .labels-and-rolls-inner .content .options .option h3, .labels-and-printers-page .inner section.pre-pack .pre-pack-inner .content .options .option h3 {
  color: #313131;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container {
  margin: 0 35px;
}

.labels-and-printers-page .inner .images {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.labels-and-printers-page .inner .images .img-container.full-width {
  margin-bottom: 60px !important;
}

.labels-and-printers-page .inner .images .img-container {
  width: 100%;
}

.labels-and-printers-page .inner section.expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width {
  margin: 0;
}

.labels-and-rolls-order-table {
  text-align: center;
  width: 100%;
}

.labels-and-rolls-order-table tr {
  height: 40px;
	    border: 2px solid #034f6e;
}

.labels-and-rolls-order-table td, .labels-and-rolls-order-table th {
	border: 2px solid #034f6e;
}

.labels-and-rolls-order-table td.form-input-quantity {
  background-color: white;
  position: relative;
}

.form-input-quantity input {
  padding: 0;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: none;
}

.labels-and-rolls-order-table tr td {
  padding: 0 10px;
  background-color: #D6D6D6;
}

.labels-and-rolls-order-table th.form-quantity {
  background-color: #FF9900;
  max-width: 100px;
  width: 100px;
}

.labels-and-rolls-order-table th {
  background-color: #FFCA00;
  font-size: 1rem;
  color: #044E6E;
  font-weight: 700;
  line-height: 19px;
  padding: 10px;
  height: 60px;
  max-width: 112px;
}

.labels-order-form-mobile  {
  text-align: left;
  border-collapse: separate !important;
  border-spacing: 2px !important;
}

.labels-order-form-mobile tr th {
  max-width: 118px;
  width: 118px;
  height: 40px;
  padding: 0;
  padding: 10px;
}

.labels-order-form-mobile tr th.form-quantity {
  max-width: 40px;
  width: 40px;
}


.labels-order-form-mobile .hidden {
  visibility: hidden;
  opacity: 0;
  max-height: 0;;
}

.labels-order-form-mobile tr td .value {
  display: flex;
  align-items: center;
}

.labels-order-form-mobile tr td .value .icon {
  height: 30px;
  width: 30px;
  background-color: white;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}


.labels-order-form-mobile tr td .value p {
  font-size: 0.75rem !important;
  margin: 0 !important;
  color: #044E6E !important;
  flex: 1;
}

.labels-order-form-mobile tr td .value p.name {
  font-weight: 700 !important;
}

.labels-order-form-mobile tr td.active .hidden {
  visibility: visible;
  opacity: 1;
  max-height: 10000px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 5px;
  margin-bottom: 8px;
  margin-left: 40px;
  align-items: center;
}

.labels-order-form-mobile tr td.active .hidden .value {
  width: 100%;
}

.labels-order-form-mobile tr td.active .icon svg {
  transform: rotate(45deg);
}

.labels-form-desktop {
  display: none;
}

@media (min-width: 768px) {
  .retail-scales .page-content .inner, .labels-and-printers-page .page-content .inner {
    padding: 0 7.5vw;
  }

  .labels-and-printers-page .page-content .inner .compatability .compatability-inner {
    display: flex;
  }

  .labels-and-printers-page .page-content .inner .compatability .compatability-inner .content {
    width: 50%;
  }

  .labels-and-printers-page .page-content .inner .compatability .compatability-inner .img-container {
    width: 45%;
  }

  .labels-and-printers-page .page-content .inner .labels-and-rolls .labels-and-rolls-inner {
    display: flex;
  }

  .labels-and-printers-page .page-content .inner .pre-pack .pre-pack-inner {
    display: flex;
  }

  .labels-and-printers-page .page-content .inner .pre-pack .pre-pack-inner .content {
    width: 50%;
  }

  .labels-and-printers-page .page-content .inner .pre-pack .pre-pack-inner .img-container {
    width: 45%;
  }

  .labels-and-printers-page .page-content .inner .labels-and-rolls .labels-and-rolls-inner .content {
    width: 50%;
  }

  .labels-and-printers-page .page-content .inner .labels-and-rolls .labels-and-rolls-inner .content .options, .labels-and-printers-page .page-content .inner .pre-pack .pre-pack-inner .content .options {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }

  .labels-and-printers-page .page-content .inner .labels-and-rolls .labels-and-rolls-inner .content .options .option, .labels-and-printers-page .page-content .inner .pre-pack .pre-pack-inner .content .options .option {
    width: 45%;
  }

  .labels-and-printers-page .page-content .inner .labels-and-rolls .labels-and-rolls-inner .img-container {
    width: 45%;
  }

  .labels-and-printers-page .page-content .inner .expansion-options .expansion-options-inner .expansion-options-grid .option .images {
    display: flex;
    max-width: 700px;
    gap: 15px;
  }

  .labels-and-printers-page .page-content .inner .expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container {
    margin: 0;
    flex: 1;
  }

  .labels-and-printers-page .page-content .inner .expansion-options .expansion-options-inner .expansion-options-grid .option .images .img-container.full-width {
    flex-basis: 30%;
  }

  .labels-and-printers-page .inner section {
    margin: 60px 0;
  }



  .xt-series-page .page-content .inner {
    padding: 0 7.5vw;
  }

  .retail-scales .also-available .options {
    padding: 0;
  }
  .retail-scales .also-available .options .option {
    flex: 1;
    width: auto;
  }
  .retail-scales .also-available .options .option img {
    height: 180px;
  }
  .retail-scales .brands .brand-items {
    flex-direction: row;
  }
  .retail-scales .brands .brand-items .brand {
    flex: 1;
    width: auto;
  }
}

@media (min-width: 991px) {

  .call-to-action .inner-cta p {
    margin-bottom: 0 !important;
  }

  .retail-scales .labels-and-rolls {
    margin-top: 90px !important;
  }

	.navigation_wrapper .parent_menu .grouped_links {
		text-align: left;
	}
	.navigation_wrapper .parent_menu .grouped_links a {
		width: 100%;
		text-align: left;
	}


  .call-to-action .inner-cta {
    align-items: center;
    gap: 15px;
  }

  .retail-scales .page-content, .xt-series-page .page-content {
    margin: 91px 0;
  }

  .xt-series-page .page-content .inner .software-features {
    width: 100%;
  }

  .xt-series-page .page-content .inner .xt-series-scales .xt-scales-grid .option {
    flex-basis: 18.5%;
  }

  .retail-scales .page-content .inner, .xt-series-page .page-content .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }

  .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option .images {
    display: flex;
  }

  .expansion-options .download-link {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }

  .labels-and-printers-page .download-link {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }

  .xt-series-page .page-content .inner .expansion-options .expansion-options-grid .option .images .image.full-width {
    margin-bottom: 100px;
    max-width: 352px;
    margin-top: 0;
  }

  .retail-scales .page-content .inner .left-col .scale-printer-solutions .scale-printer-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner, .xt-series-page .page-content .inner .software-features .software-features-inner {
    display: flex;
    gap: 40px;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner .left-col, .xt-series-page .page-content .inner .software-features .software-features-inner .text-col, .xt-series-page .page-content .inner .software-features .software-features-inner .image-col {
    flex: 1;
  }

  .xt-series-page .page-content .inner .software-features .software-features-inner .image-col .image-container {
    text-align: right;
  }

  .xt-series-page .page-content .inner .software-features .software-features-inner .image-col img {
    width: auto;
    height: 370px;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner .right-col .image-container {
    margin-top: 0;
  }

  .xt-series-page .page-content. inner .benefits-of-xt-series .benefits-inner .left-col .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-grid .option {
    flex-basis: 47%;
    width: auto;
  }

  .retail-scales .page-content .inner .left-col .scale-printer-solutions .scale-printer-options .option {
    flex-basis: 44%;
  }

  .retail-scales .page-content .inner .brands {
    width: 100%;
  }

  .retail-scales .page-content .inner .call-to-action .inner-cta, .xt-series-page .page-content .inner .call-to-action .inner-cta  {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }

  .retail-scales .page-content .inner .call-to-action .inner-cta p, .xt-series-page .page-content .inner .call-to-action .inner-cta p {
    margin: 0;
  }

  .retail-scales .page-content .inner .form_section {
    margin: 0;
  }

  .labels-form-desktop {
    display: block;
  }

  .labels-form-mobile {
    display: none;
  }

  .retail-scales .page-content .inner .left-col .scale-printer-solutions .scale-printer-options .option p {
    margin: 0;
  }

  .retail-scales .page-content .inner .left-col {
    flex-basis: 60%;
  }

  .retail-scales .page-content .inner .natasha-law-allergens {
    flex-basis: 32%;
  }

  .retail-scales .page-content .inner .labels-and-rolls .content, .retail-scales .page-content .inner .labels-and-rolls .img-container, .retail-scales .page-content .inner .xt-series .content, .retail-scales .page-content .inner .xt-series .img-container {
    width: auto;
    flex: 1;
  }

  .retail-scales .page-content .inner .xt-series {
    width: 100%;
  }

  .retail-scales .why-avery, .retail-scales .scale-printer-solutions, .retail-scales .natasha-law-allergens, .retail-scales .labels-and-rolls, .retail-scales .xt-series, .retail-scales .also-available, .xt-series-page .page-content .inner .benefits-of-xt-series, .xt-series-page .page-content .inner .software-features, .xt-series-page .page-content .inner .xt-series-scales, .xt-series-page .page-content .inner .form_section, .xt-series-page .page-content .inner .expansion-options {
    margin: 0;
  }

  .retail-scales .form_section, .xt-series-page .form_section, .labels-and-printers-page .form_section, .call-to-action {
    width: 100%;
  }

  .labels-and-rolls-order-table-desktop, .labels-order-form-mobile {
    width: 100%;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner .left-col {
    flex-basis: 65%;
  }

  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner .left-col .benefits-grid {
    gap: 30px 15px;
  }


  .xt-series-page .page-content .inner .benefits-of-xt-series .benefits-inner .right-col {
    flex-basis: 30%;
  }

}

@media (min-width: 1200px) {
  .retail-scales .page-content .inner, .xt-series-page .page-content .inner, .labels-and-printers-page .page-content .inner {
    padding: 0 10vw;
  }

  .labels-and-printers-page .compatability .img-container, .labels-and-printers-page .labels-and-rolls .img-container, .labels-and-printers-page .pre-pack .img-container, .retail-scales .labels-and-rolls .img-container, .retail-scales .xt-series .img-container {
    text-align: right;
  }

  .labels-and-printers-page .compatability .img-container img, .labels-and-printers-page .labels-and-rolls .img-container img, .labels-and-printers-page .pre-pack .img-container img  {
    max-width: 350px;
  }

  .retail-scales .labels-and-rolls .img-container img, .retail-scales .xt-series .img-container img {
    max-width: 400px;
  }

}

