@media only screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 10%;
  }
  body {
    overflow-x: hidden;
  }
  .switcher .option {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
  #wrapper.toggled #sidebar-wrapper {
    position: fixed;
    height: 100vh;
  }
  .mobile-visible {
    display: block;
  }
  .desktop-visible {
    display: none;
  }
  .overlay1 {
    padding: 0 10px;
  }
  .header {
    overflow-x: hidden;
  }
  .header .fixed-top-2 {
    margin-top: 0 !important;
  }
  .header .container {
    padding: 0%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header nav {
    position: absolute;
    z-index: 1;
    background-color: #212121;
    width: 100%;
  }
  .header .navbar {
    padding: 1%;
  }
  .header .navbar img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    /* transform: translate(0px, 10px); */
  }
  .header .navbar .mob-logo-1 {
    left: -31%;
  }
  .header .navbar .iconsi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
  }
  .header .navbar .iconsi .searchi, .header .navbar .iconsi .globei {
    width: 26px;
    margin-right: 5%;
    color: #8f8f8f;
  }
  .header .navbar .navbar-toggler span {
    width: 19px;
  }
  .header .nav2 {
    margin-top: 14%;
    min-height: 100vh;
    padding-left: 16%;
  }
  .header .nav2 .nav-item {
    font-weight: 300;
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .header .nav2 .nav-item a {
    font-weight: 600;
    font-size: 20px;
  }
  .header .navbar-2 {
    margin-top: 6%;
    padding-top: 6%;
    border-top: 1px solid #6e6e6e;
    width: 80%;
  }
  .header .navbar-2 .nav-item a {
    font-weight: 300;
  }
  .header .navbar-2 input {
    font-size: 20px;
    padding: 0;
  }
  .header .navbar-toggler:focus,
  .header .navbar-toggler:active {
    outline: 0;
  }
  .header .navbar-toggler {
    border: none;
  }
  .header .navbar-toggler span {
    display: block;
    background-color: #6e6e6e;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    opacity: 1;
  }
  .header .navbar-toggler span:nth-child(1),
  .header .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  }
  .header .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }
  .header .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
  }
  .header .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }
  .header #navbarTogglerDemo02 {
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  .header .dropdown-toggle:after {
    display: inline-block !important;
  }
  .header .globe-menu {
    left: -145px;
    width: 200px;
    padding-left: 21%;
    padding-right: 21%;
  }
  .header .globe-menu .dropdown-item p {
    color: #8f8f8f;
  }
  #footer .footer-social li {
    margin-right: 14px;
  }
  #footer .information1 h2, #footer .information1 h3, #footer .information1 h4 {
    font-size: 18px;
  }
  #footer .information1 .form {
    margin: 10% 2%;
  }
  #footer .information1 .form .form-group {
    font-size: 13.33px;
  }
  #footer .information1 .form .form-control {
    background: transparent;
    font-size: 13.33px;
  }
  #footer .information1 .form .btn-submit {
    padding: 8px;
    font-size: 11.67px;
  }
  #footer .information1 .form .select-options {
    height: 150px;
  }
  #footer .information1 .q_links {
    padding: 0% 5%;
  }
  #footer .information1 .q_links .q_row {
    padding: 3% 5px;
    margin-bottom: 5%;
  }
  #footer .information1 .q_links ul li {
    padding: 2% 0;
    font-size: 13.33px;
  }
  #footer .information2 img {
    width: 200px !important;
    margin-left: -8px;
  }
  #footer .information2 p {
    padding: 4% 8%;
    font-size: 13.33px;
  }
  #footer .information2 .col-md-2 {
    text-align: left;
  }
  #footer .information2 .col-md-2 p {
    padding: 2% 8%;
  }
  .main-section-2 .row-section {
    padding: 0 40px;
  }
  .main-section-2 .row-section .col-md-12 {
    padding: 0px;
  }
  .main-section-2 .body-copy {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .main-section-2 .text {
    position: initial;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    color: #ed1d24;
    text-transform: uppercase;
  }
  .main-section-2 .text .top, .main-section-2 .text .bottom {
    font-size: 1.1rem;
    text-indent: 0px;
    font-weight: 800;
  }
  .main-section-2 .text img {
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-section-2 .text .top2 {
    position: absolute;
    top: 15%;
    text-align: left;
    left: 17%;
    color: white;
    font-size: 1.3rem;
    text-indent: 0;
  }
  .main-section-2 .graphic-container iframe {
    height: 100vh !important;
  }
  .main-section-2 .graphic-container video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-section-2 .para-section {
    margin-right: 8%;
    margin-top: 10%;
    margin-left: 8%;
  }
  .main-section-2 .para-section p {
    font-size: 13.33px;
    margin-top: 10%;
  }
  .main-section-2 .btn-red {
    padding: 2%;
    width: auto;
    margin: 0 8%;
    font-size: 12px;
  }
  .main-section-2 .headings2 {
    font-size: 21.6px;
  }
  .main-section-2 .headings3 {
    font-size: 21.6px;
  }
  .main-section-2 .left-section {
    height: 50vh;
  }
  .main-section-2 .left-section .right-align-text {
    padding: 0px;
  }
  .main-section-2 .left-section .right-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .left-section .left-align-text {
    padding: 0;
  }
  .main-section-2 .left-section .left-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .left-section .center-align-text {
    padding: 0px;
  }
  .main-section-2 .left-section .center-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .right-section {
    height: 50vh;
  }
  .main-section-2 .right-section .right-align-text {
    padding: 0;
  }
  .main-section-2 .right-section .right-align-text .text-blocks {
    font-size: 22px !important;
    padding: 0;
  }
  .main-section-2 .right-section .left-align-text {
    padding: 0px;
  }
  .main-section-2 .right-section .left-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .right-section .center-align-text {
    padding: 0px;
  }
  .main-section-2 .right-section .center-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .top-section {
    padding: 0px;
  }
  .main-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .top-section .top-left-align-text {
    padding: 0px;
  }
  .main-section-2 .top-section .top-left-align-text .text-blocks {
    font-size: 22px !important;
  }
  .main-section-2 .top-section .center-align-text .text-blocks {
    font-size: 22px !important;
  }
  .template-section3 {
    margin-bottom: 10%;
  }
  .template-section3 video {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .template-section3 .text {
    position: absolute;
    top: 280px;
    left: 21px;
  }
  .template-section3 .text-blocks {
    font-size: 20px !important;
  }
  .template-section3 .para-section {
    margin-right: 11%;
    margin-top: 20px;
    margin-left: 10%;
    margin-bottom: -5px;
  }
  .template-section3 .para-section p {
    font-size: 13.33px;
  }
  .template-section3 .btn-red {
    margin: 8% 11% 0 10%;
    font-size: 12px;
    width: 66%;
  }
  .template-section3 .left-section {
    height: 50vh;
  }
  .template-section3 .left-section .right-align-text, .template-section3 .left-section .left-align-text {
    padding: 0px;
  }
  .template-section3 .row-section {
    padding: 0 40px;
  }
  .template-section3 .right-section {
    height: 50vh;
  }
  .template-section3 .right-section .right-align-text, .template-section3 .right-section .left-align-text {
    padding: 0px;
  }
  .template-section3 .top-section {
    padding: 0px;
  }
  .template-section3 .headings2, .template-section3 .headings3 {
    font-size: 21.67px;
  }
  .template-section-2 .text {
    position: initial;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    color: #ed1d24;
    text-transform: uppercase;
  }
  .template-section-2 .text .top, .template-section-2 .text .bottom {
    font-size: 1.1rem;
    text-indent: 0px;
    font-weight: 800;
  }
  .template-section-2 .text img {
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .template-section-2 .text .top2 {
    position: absolute;
    top: 15%;
    text-align: left;
    left: 17%;
    color: white;
    font-size: 1.3rem;
    text-indent: 0;
  }
  .template-section-2 .graphic-container iframe {
    height: 100vh !important;
  }
  .template-section-2 .graphic-container video {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .template-section-2 .para-section {
    margin-right: 8%;
    margin-top: 10%;
    margin-left: 8%;
  }
  .template-section-2 .para-section p {
    font-size: 13.33px;
    margin-top: 10%;
  }
  .template-section-2 .btn-red {
    padding: 2%;
    width: auto;
    margin: 0 8%;
    font-size: 12px;
  }
  .template-section-2 .headings2 {
    font-size: 21.67px;
  }
  .template-section-2 .headings3 {
    font-size: 21.67px;
  }
  .template-section-2 .product-gallery {
    padding-bottom: 15%;
  }
  .template-section-2 .product-gallery .product-section {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 21px;
    height: 167px;
    background-color: black;
  }
  .template-section-2 .product-gallery .product-section img {
    height: 167px;
    opacity: 0.6;
    background-color: black;
  }
  .template-section-2 .product-gallery .product-section p {
    font-size: 13px;
  }
  .template-section-2 .text2-right {
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
  }
  .template-section-2 .row-section {
    padding: 0 40px;
  }
  .template-section-2 .row-section .col-md-12 {
    padding: 0px;
  }
  .template-section-2 .left-section {
    height: 50vh;
  }
  .template-section-2 .left-section .right-align-text {
    padding: 0px;
  }
  .template-section-2 .left-section .right-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .left-section .left-align-text {
    padding: 0px;
  }
  .template-section-2 .left-section .left-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .left-section .center-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .right-section {
    height: 50vh;
  }
  .template-section-2 .right-section .right-align-text {
    padding: 0px;
  }
  .template-section-2 .right-section .right-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .right-section .left-align-text {
    padding: 0px;
  }
  .template-section-2 .right-section .left-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .right-section .center-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .top-section {
    padding: 0px;
  }
  .template-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .top-section .top-left-align-text {
    padding: 0px;
  }
  .template-section-2 .top-section .top-left-align-text .text-blocks {
    font-size: 20px;
  }
  .template-section-2 .top-section .center-align-text .text-blocks {
    font-size: 20px;
  }
  .section-3 .part-1 .part-1-row .para-section {
    margin-bottom: 4%;
  }
  .section-3 .text {
    position: initial;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    color: #ed1d24;
    text-transform: uppercase;
  }
  .section-3 .text .top, .section-3 .text .bottom {
    font-size: 1.1rem;
    text-indent: 0px;
    font-weight: 800;
  }
  .section-3 .text img {
    margin: 3% 0;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-3 .text .top2 {
    position: absolute;
    top: 15%;
    text-align: left;
    left: 17%;
    color: white;
    font-size: 1.3rem;
    text-indent: 0;
  }
  .section-3 .col-lg-10 {
    padding: 0px;
  }
  .section-3 .graphic-container iframe {
    height: 600px !important;
  }
  .section-3 .para-section {
    margin-right: 11%;
    margin-left: 11%;
    margin-top: 10px;
  }
  .section-3 .para-section.para2 {
    margin-right: 7%;
    margin-left: 10%;
  }
  .section-3 .para-section p {
    font-size: 13.33px;
    margin-top: 6%;
  }
  .section-3 .btn-red {
    padding: 2%;
    margin-top: 6%;
    width: auto;
  }
  .section-3 .headings2 {
    font-size: 21.67px;
  }
  .section-3 .headings3 {
    font-size: 21.67px;
  }
  .section-3 .product-gallery .product-section {
    margin-left: 10%;
    margin-right: 11%;
    margin-top: 21px;
    height: 155px;
  }
  .section-3 .product-gallery .product-section.bg-overlay {
    background-color: black;
  }
  .section-3 .product-gallery .product-section.bg-overlay img {
    opacity: 0.6;
  }
  .section-3 .product-gallery .product-section img {
    height: 155px;
  }
  .section-3 .product-gallery .product-section p {
    font-size: 13px;
  }
  .section-3 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-3 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-3 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-3 .text2-right {
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
  }
  .section-7 .selected-fliter {
    margin-top: 0px;
  }
  .section-7 .text {
    position: initial;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    color: #ed1d24;
    text-transform: uppercase;
  }
  .section-7 .text .top, .section-7 .text .bottom {
    font-size: 1.1rem;
    text-indent: 0px;
    font-weight: 800;
  }
  .section-7 .text img {
    margin: 3% 0;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-7 .text .top2 {
    position: absolute;
    top: 15%;
    text-align: left;
    left: 17%;
    color: white;
    font-size: 1.3rem;
    text-indent: 0;
  }
  .section-7 .graphic-container iframe {
    height: 600px !important;
  }
  .section-7 .col-lg-10 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .section-7 .para-section {
    margin-top: 10%;
  }
  .section-7 .para-section p {
    font-size: 13.33px;
    margin-top: 10%;
  }
  .section-7 .btn-red {
    padding: 2%;
    width: 70%;
    margin: 0 14%;
  }
  .section-7 .headings2 {
    font-size: 21.67px;
  }
  .section-7 .headings3 {
    font-size: 21.67px;
  }
  .section-7 .product-gallery .product-section {
    margin-top: 21px;
    height: 155px;
  }
  .section-7 .product-gallery .product-section.bg-overlay {
    background-color: black;
  }
  .section-7 .product-gallery .product-section.bg-overlay img {
    opacity: 0.6;
  }
  .section-7 .product-gallery .product-section img {
    height: 155px;
  }
  .section-7 .product-gallery .product-section p {
    font-size: 13px;
  }
  .section-7 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-7 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-7 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-7 .product-gallery .yt-video iframe {
    height: 155px;
  }
  .section-7 .product-gallery .mpvideo video {
    height: 155px;
  }
  .section-7 .text2-right {
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
  }
  .section3-next .col-lg-10 {
    margin-left: 7%;
    margin-right: 5%;
  }
  .section7-next .col-lg-10 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .banner-section-1 {
    margin-top: 9%;
  }
  .banner-section-1 .graphic-container {
    height: 600px;
    position: relative;
  }
  .banner-section-1 .graphic-container img, .banner-section-1 .graphic-container video {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-section-1 .top {
    font-size: 21px;
    color: #ed1d24;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    top: 14%;
    left: 19%;
  }
  .banner-section-1 .bottom {
    font-size: 21px;
    color: #ed1d24;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    bottom: 24%;
    left: 14%;
  }
  .banner-section-1 .text2-right {
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
  }
  .banner-section-1 .top-right {
    font-size: 21px;
    color: #ed1d24;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    top: 14%;
    right: 12%;
  }
  .banner-section-1 .bottom-right {
    font-size: 21px;
    color: #ed1d24;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    bottom: 24%;
    right: 14%;
  }
  .banner-section-1 .para-section {
    margin-right: 16%;
    margin-top: 0%;
    margin-left: 16%;
  }
  .banner-section-1 .para-section p {
    margin-top: 8%;
  }
  .banner-section-1 .para-section .headings2 {
    font-size: 21px;
    margin-top: 6%;
  }
  .banner-section-1 .btn-red {
    padding: 2%;
    width: 70%;
    margin: 8% 14% 10%;
  }
  .banner-section-1.red-bg-col .bottom {
    color: white !important;
  }
  .banner-section-1.red-bg-col .top {
    color: white;
  }
  .banner-section-1.red-bg-col .top-right {
    color: white;
  }
  .banner-section-1.red-bg-col .bottom-right {
    color: white;
  }
  .togglesearch .close-icon:after {
    font-size: 15px;
    top: -4px;
  }
  .section3-next {
    margin-top: 10%;
    margin-bottom: 14%;
  }
  .section7-next {
    margin-top: 10%;
    margin-bottom: 14%;
  }
  .section-3 .part-2 .product-gallery .col-lg-8 {
    margin-left: 49px;
    margin-right: 58px;
  }
  .section-7 .part-2 .product-gallery .col-lg-8 {
    margin-left: 49px;
    margin-right: 58px;
  }
  .hamburger {
    display: block;
    top: 8px;
    left: 0px;
  }
  #wrapper.toggled .hamburger {
    background-color: #1a1a1a;
    left: auto !important;
    z-index: 1001;
    right: 30px;
  }
  .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    background: #8f8f8f;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: auto;
  }
  .header nav {
    position: fixed;
  }
  #sidebar-wrapper {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sidebar-brand img {
    -webkit-transform: none !important;
            transform: none !important;
    width: 80px;
  }
  .hamburger.is-closed .hamb-bottom {
    margin-bottom: 3px;
  }
  .sidebar-inner-nav {
    width: 100vw;
    margin-left: -8px;
    padding-left: 8px;
  }
  .sidebar-nav li a.caret-name {
    width: 75%;
  }
  .sidebar-inner-nav li .form-inline {
    margin-left: 10%;
  }
  .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 42%;
    margin-top: 2px;
    left: 1px;
  }
  .my-float {
    margin-top: 16px;
    width: 12px;
    position: initial;
  }
  .float {
    width: 47px;
    height: 47px;
    bottom: 25px;
    right: 8px;
    left: auto;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px transparent;
            box-shadow: 0px 0px transparent;
  }
  .template-4 {
    padding-top: 20%;
    margin-left: 6%;
    margin-right: 7%;
  }
  .template-4 .text-blocks {
    font-size: 18px;
  }
  .template-5 {
    margin-left: 6%;
    margin-right: 7%;
  }
  .template-5 .location-scroll {
    overflow-y: hidden;
    height: auto;
  }
  .template-5 .text-blocks {
    font-size: 21px;
    margin-top: 6%;
  }
  .template-5 .col-md-6 {
    padding-bottom: 20%;
  }
  .template-5 .maps {
    padding-top: 50px;
  }
  .overlay1 input[type=text] {
    width: 80%;
  }
  .overlay1 .closebtn {
    top: 50px;
    right: 49px;
    font-size: 40px;
    font-weight: bold;
  }
  .graphic-container2 {
    height: 550px;
    margin-bottom: 0px;
  }
  .section3-next .next-inner {
    font-size: 12px;
    right: 0;
    left: 27px;
    width: 90%;
    line-height: 20px;
  }
  .section7-next .next-inner {
    font-size: 12px;
    right: 0;
    left: 27px;
    width: 87%;
    line-height: 20px;
  }
  .section-6 .filters .filter-head {
    display: block;
  }
  .section-6 .filters .filter-items {
    display: block;
  }
  .section-6 .filters .filter-selectors {
    margin: 0px 0 20px 0;
    display: block;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 10px;
  }
  .section-6 .filters .filter-selectors select.minimal {
    width: 100%;
    margin: 13px 0px;
    padding: 13px;
  }
  .section-6 .filters .selected-fliter {
    margin-top: 10px;
    margin-left: 0px;
  }
  .section-6 .filters .selected-fliter .selected-item {
    margin-top: 10px;
  }
  .section-6 .filters .clear-fliter {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    padding: 15px;
  }
  .section-6 .filters .blog-collapse-main {
    margin-left: -12px;
    margin-right: 0px;
  }
  .section-6 .filters .blog-collapse-main .filter-row.fr {
    height: 70vh;
    overflow-y: scroll;
  }
  .section-6 .filters .blog-collapse-main .filter-row.fr .col-md-3 {
    height: auto;
  }
  .section-6 .filters .blog-collapse-main .form-check {
    padding: 0px !important;
  }
  .section-6 .filters .blog-collapse-main .checkmark {
    top: auto;
    height: 13px;
    width: 13px;
  }
  .section-6 .filters .blog-collapse-main .filter-label {
    margin-left: 35px;
    font-size: 13.33px;
  }
  .section-6 .filters .blog-collapse-main .btn-filter {
    font-size: 13.33px;
    margin-top: 20px;
  }
  .section-6 .filters .dropdown-menu {
    margin-top: 0px;
    z-index: 1;
  }
  .section-6 .filters .filter-row {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .section-6 .filters .filter-row.fr2 {
    padding-top: 10px;
  }
  .section-6 .blog-container img {
    height: 200px;
  }
  .section-6 .blog-container .btn-red {
    width: auto;
    margin-top: 20px;
    font-size: 11.67px;
    padding: 8px;
  }
  .section-6 .blog-container .blog-head {
    margin-top: 30px;
    font-size: 13.33px;
  }
  .section-6 .blog-container .blog-para {
    margin-top: 22px;
    font-size: 13.33px;
  }
  .section-6 .blog-container .row {
    margin-top: 0px;
  }
  .section-6 .blog-container .col-md-6 {
    margin: 35px 0px;
  }
  .section-6 .blog-container .blogs-margin {
    margin-left: 6px;
    margin-right: 6px;
  }
  .section-search {
    padding: 70px 10px 70px 23px;
  }
  .section-search .search-heading {
    font-size: 20px;
  }
  .section-search .search-result h3 {
    font-size: 17px;
  }
  .graphic-container img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .switcher {
    margin-left: 27px;
    background: #212121 !important;
    width: 82vw !important;
  }
  .switcher .selected {
    background: transparent !important;
  }
  .switcher .selected a {
    background: transparent !important;
    border: none !important;
    color: #8f8f8f !important;
  }
  .switcher .selected a:hover {
    background: transparent !important;
  }
  .switcher .selected a::after {
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%238f8f8f'/></svg>") !important;
  }
  .switcher .selected a.open::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%238f8f8f'/></svg>") !important;
  }
  .switcher .option {
    background-color: #212121 !important;
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    border: none !important;
  }
  .switcher .option a {
    display: block  !important;
    color: #8f8f8f !important;
  }
  .form-modal .modal-dialog {
    padding: 10px;
  }
  .form-modal .close {
    right: 30px;
  }
  .error-page .container {
    padding: 0px 30px;
  }
  .error-page h1 {
    font-size: 60px;
  }
  .section-6 .blog-container .blog-heading {
    font-size: 21.67px;
    margin-top: 15%;
  }
  #wt-cli-accept-all-btn {
    margin-left: -23px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 1%;
    right: 10%;
    font-size: 60px;
    text-decoration: none;
    font-size: 55px;
    color: #8f8f8f;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .sidenav2 .closebtn {
    position: absolute;
    right: 10%;
    text-decoration: none;
    color: #8f8f8f;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18.24px;
    top: auto !important;
    bottom: 13%;
  }
  .main-nav {
    padding: 0px;
  }
  .sidenav, .sidenav2 {
    top: 36px;
  }
  .sidenav2 {
    z-index: 2;
  }
  .sidenav2 .closebtn.closebtn-2 {
    font-size: 18.24px !important;
  }
  .close1 {
    display: none !important;
  }
  .gt_white_content {
    width: 250px !important;
  }
  .sidebar-nav li a {
    display: block !important;
  }
  .main-nav .main-nav-offset .main-nav-l-col {
    padding-right: 15px !important;
    padding-left: 0px;
  }
  .main-nav .main-nav-offset .main-nav-m-col img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #search-error {
    bottom: -43px;
  }
  #cookie-law-info-bar .cli-bar-btn_container a {
    text-align: center;
    margin: 0px !important;
    width: 100%;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 304px) {
  .main-nav .main-nav-offset .main-nav-l-col {
    padding-right: 0px !important;
    margin-left: -17px;
  }
  #sidebar-wrapper {
    margin-left: -296px;
    padding-left: 21%;
  }
  #wrapper.toggled .hamburger {
    left: 222px !important;
  }
  .switcher {
    width: 87vw !important;
  }
}

@media only screen and (min-width: 305px) and (max-width: 320px) {
  #wrapper.toggled .hamburger {
    left: 254px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 450px) {
  .header .navbar .mob-logo-1 {
    left: -32%;
  }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 420px) {
  #wrapper.toggled .hamburger {
    right: 41px !important;
  }
  .section-7 .product-gallery .mpvideo video {
    height: auto;
  }
}

@media only screen and (min-width: 500px) and (max-width: 580px) {
  #wrapper.toggled .hamburger {
    right: 70px !important;
  }
  .switcher {
    width: 79vw !important;
  }
}

@media only screen and (min-width: 581px) and (max-width: 700px) {
  #wrapper.toggled .hamburger {
    right: 84px !important;
  }
  .overlay1 .closebtn {
    right: 94px;
  }
  .switcher {
    width: 79vw !important;
  }
}

@media only screen and (min-width: 451px) and (max-width: 767px) {
  .header .navbar .mob-logo-1 {
    left: -37%;
  }
  .section-7 .product-gallery .mpvideo video {
    height: auto;
  }
  .switcher {
    width: 79vw !important;
  }
  #wrapper.toggled .hamburger {
    right: 14% !important;
  }
  .overlay1 .closebtn {
    right: 116px;
  }
  .header .navbar .iconsi .searchi, .header .navbar .iconsi .globei {
    width: 38px;
  }
}

@media only screen and (min-width: 680px) and (max-width: 753px) {
  #wrapper.toggled .hamburger {
    right: 16% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acsb-trigger.acsb-trigger-position-y-bottom.acsb-mobile {
    bottom: 17px !important;
  }
  .mt-10 {
    margin-top: 10%;
  }
  .main-nav .main-nav-offset .main-nav-l-col {
    padding-right: 15px !important;
  }
  .overlay1 {
    padding: 0px;
  }
  .header #header-04 {
    margin-right: 2%;
  }
  .header .hamburger {
    top: 7px !important;
    left: 13px !important;
  }
  .header .logo-desk {
    margin-left: 132px;
    margin-top: 0;
  }
  .header .desktop-visible-2 {
    display: block !important;
    position: absolute;
    right: 0;
  }
  .header .fixed-top-2 {
    margin-top: 0%;
  }
  .header #wrapper.toggled .hamburger {
    left: 230px !important;
  }
  .header .nav2 .nav-item {
    margin-right: 2%;
    margin-left: -2%;
    font-size: 14px;
    padding: 0px 5px;
  }
  .header .nav2 .nav-item a {
    letter-spacing: 0px;
  }
  .header .nav2 input {
    font-size: 15px;
  }
  .header .banner-section-1 .bottom {
    bottom: 431px;
    left: 247px;
  }
  .header .banner-section-1 .top {
    top: 105px;
    left: 247px;
  }
  .header .banner-section-1.red-bg-col .bottom {
    color: white !important;
  }
  .header .banner-section-1.red-bg-col .top {
    color: white;
  }
  .header .globe-menu {
    left: -335px !important;
    top: 28px !important;
    width: 400px !important;
  }
  #footer .information1 .q_links ul li {
    font-size: 14px;
  }
  #footer .information1 .form .select {
    font-size: 14px;
  }
  .custom-select {
    font-size: 14px;
  }
  .form-control {
    font-size: 14px;
  }
  #footer .q_row ul {
    padding-left: 10px;
  }
  .header2 {
    display: none !important;
  }
  #header-03 {
    display: none !important;
  }
  .hamburger {
    display: block;
  }
  .main-section-2 .header .nav2 .nav-item a {
    margin-right: 0;
  }
  .main-section-2 .headings2 {
    font-size: 2rem;
  }
  .main-section-2 .para-section {
    margin-top: 6%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .main-section-2 .btn-red {
    margin-left: 10%;
  }
  .main-section-2 .text-blocks {
    font-size: 2rem !important;
  }
  .main-section-2 .left-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .left-section .left-align-text {
    padding: 0 0 0 82px;
  }
  .main-section-2 .left-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .right-section .right-align-text {
    padding: 0 83px 0 0;
  }
  .main-section-2 .right-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .right-section .left-align-text {
    padding-right: 85px;
  }
  .main-section-2 .right-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .top-section {
    padding: 0 45px;
  }
  .main-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .top-section .center-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .header .nav2 .nav-item a {
    margin-right: 0;
  }
  .template-section-2 .headings2 {
    font-size: 2rem;
  }
  .template-section-2 .para-section {
    margin-top: 6%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .template-section-2 .btn-red {
    margin-left: 10%;
  }
  .template-section-2 .product-gallery .product-section {
    height: 270px;
    background-color: black;
  }
  .template-section-2 .product-gallery .product-section img {
    height: 270px;
    opacity: 0.6;
    background-color: black;
  }
  .template-section-2 .text-blocks {
    font-size: 2rem !important;
  }
  .template-section-2 .left-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .left-section .left-align-text {
    padding: 0 0 0 82px;
  }
  .template-section-2 .left-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .right-section .right-align-text {
    padding: 0 83px 0 0;
  }
  .template-section-2 .right-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .right-section .left-align-text {
    padding-right: 85px;
  }
  .template-section-2 .right-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .top-section {
    padding: 0 45px;
  }
  .template-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .top-section .center-align-text .text-blocks {
    font-size: 40px;
  }
  .section-3 .header .nav2 .nav-item a {
    margin-right: 0;
  }
  .section-3 .text-vertical-top {
    top: 10%;
    left: 15%;
  }
  .section-3 .text-vertical-top .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-vertical-bottom {
    bottom: 50%;
    left: 15%;
  }
  .section-3 .text-vertical-bottom .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-horizontal-right {
    left: 47%;
    top: 10%;
  }
  .section-3 .text-horizontal-right .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-horizontal-left {
    right: 47%;
    top: 10%;
  }
  .section-3 .text-horizontal-left .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-e-left .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-e-right .text-blocks {
    font-size: 2rem;
  }
  .section-3 .text-e-center {
    right: 2%;
  }
  .section-3 .text-e-center .text-blocks {
    font-size: 2rem;
  }
  .section-3 .headings2 {
    font-size: 2rem;
  }
  .section-3 .para-section {
    margin-left: 10%;
    margin-right: 10%;
  }
  .section-3 .para-section.para2 {
    margin-left: 0;
    margin-right: 0;
  }
  .section-3 .graphic-container iframe {
    height: 600px !important;
  }
  .section-3 .product-gallery .col-lg-10 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .section-3 .product-gallery .product-section {
    height: 270px;
    background-color: black;
  }
  .section-3 .product-gallery .product-section img {
    height: 270px;
    opacity: 0.6;
  }
  .section-3 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-3 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-3 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-3 .product-gallery .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-3 .row-section {
    left: 4%;
  }
  .section-3 .row-section .text-left-center {
    top: 165px;
    left: 0;
  }
  .section-3 .row-section .text-left-bottom {
    top: 300px;
    left: 0;
  }
  .section-3 .row-section .text-center-top {
    left: 100px;
  }
  .section-3 .row-section .text-center-center {
    top: 165px;
    left: 100px;
  }
  .section-3 .row-section .text-center-bottom {
    left: 100px;
    top: 300px;
  }
  .section-3 .row-section .text-right-center {
    top: 165px;
  }
  .section-3 .row-section .text-right-bottom {
    top: 300px;
  }
  .section-3 .text-blocks {
    font-size: 2rem !important;
  }
  .section-7 .header .nav2 .nav-item a {
    margin-right: 0;
  }
  .section-7 .text-vertical-top {
    top: 10%;
    left: 15%;
  }
  .section-7 .text-vertical-top .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-vertical-bottom {
    bottom: 50%;
    left: 15%;
  }
  .section-7 .text-vertical-bottom .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-horizontal-right {
    left: 47%;
    top: 10%;
  }
  .section-7 .text-horizontal-right .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-horizontal-left {
    right: 47%;
    top: 10%;
  }
  .section-7 .text-horizontal-left .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-e-left .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-e-right .text-blocks {
    font-size: 2rem;
  }
  .section-7 .text-e-center {
    right: 2%;
  }
  .section-7 .text-e-center .text-blocks {
    font-size: 2rem;
  }
  .section-7 .headings2 {
    font-size: 2rem;
  }
  .section-7 .col-lg-10 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .section-7 .para-section {
    margin-top: 3%;
  }
  .section-7 .para-section.para2 {
    margin-left: 0;
    margin-right: 0;
  }
  .section-7 .btn-red {
    margin-left: 10%;
  }
  .section-7 .graphic-container iframe {
    height: 600px !important;
  }
  .section-7 .product-gallery .product-section {
    height: 270px;
    background-color: black;
  }
  .section-7 .product-gallery .product-section img {
    height: 270px;
    opacity: 0.6;
  }
  .section-7 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-7 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-7 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-7 .product-gallery .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-7 .product-gallery .yt-video iframe {
    height: 270px;
  }
  .section-7 .row-section {
    left: 4%;
  }
  .section-7 .row-section .text-left-center {
    top: 165px;
    left: 0;
  }
  .section-7 .row-section .text-left-bottom {
    top: 300px;
    left: 0;
  }
  .section-7 .row-section .text-center-top {
    left: 100px;
  }
  .section-7 .row-section .text-center-center {
    top: 165px;
    left: 100px;
  }
  .section-7 .row-section .text-center-bottom {
    left: 100px;
    top: 300px;
  }
  .section-7 .row-section .text-right-center {
    top: 165px;
  }
  .section-7 .row-section .text-right-bottom {
    top: 300px;
  }
  .section-7 .text-blocks {
    font-size: 2rem !important;
  }
  .section3-next .col-lg-10 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .section7-next .col-lg-10 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .banner-section-1 .text1-left {
    left: 162px;
  }
  .banner-section-1 .text1-right {
    right: 212px;
  }
  .main-section .text-blocks {
    font-size: 25px;
  }
  .template-section3 .text-blocks {
    font-size: 2rem !important;
  }
  .template-section3 .left-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .left-section .left-align-text {
    padding: 0 0 0 82px;
  }
  .template-section3 .left-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .right-section .right-align-text {
    padding: 0 83px 0 0;
  }
  .template-section3 .right-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .right-section .left-align-text {
    padding-right: 85px;
  }
  .template-section3 .right-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .top-section {
    padding: 0 45px;
  }
  .template-section3 .top-section .top-right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .top-section .center-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section3 .para-section {
    margin-left: 10%;
    margin-right: 10%;
  }
  .template-section3 .headings2 {
    font-size: 2rem;
  }
  .template-section3 .btn-red {
    margin-left: 10%;
  }
  .section-3 .part-2 .product-gallery .col-lg-8 {
    margin-left: 78px;
    margin-right: 78px;
  }
  .section-7 .part-2 .product-gallery .col-lg-8 {
    margin-left: 78px;
    margin-right: 78px;
  }
  .template-5 .text-blocks {
    font-size: 20px;
  }
  .overlay1 .closebtn {
    top: 184px;
    right: 66px;
    font-size: 40px;
    font-weight: bold;
  }
  .overlay1 input[type=text] {
    font-size: 25px;
  }
  .float {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 14px;
  }
  .my-float {
    margin-top: 13px;
    width: 11px;
  }
  .section-6 .filters .clear-fliter {
    margin-left: 0px;
  }
  .section-6 .filters .selected-fliter {
    margin-left: 0px;
  }
  .section-6 .blog-container img {
    height: 300px;
  }
  .section-6 .blog-container .blog-head {
    margin-top: 30px;
  }
  .section-6 .blog-container .blog-para {
    margin-top: 20px;
  }
  .section-6 .blog-container .btn-red {
    margin-top: 30px;
  }
  #footer .information1 {
    padding: 5% 12%;
  }
  #footer .information2 {
    padding: 5% 12%;
  }
  .section-6 .filters .blog-collapse-main label {
    font-size: 10px;
  }
  .section-6 .filters .blog-collapse-main .checkmark {
    height: 10px;
    width: 10px;
    top: 5px;
  }
  .section-6 .blog-container .blog-heading {
    margin-top: 13%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1298px) {
  .mt-10 {
    margin-top: 8%;
  }
  .main-nav .main-nav-offset .main-nav-l-col {
    padding-right: 15px !important;
  }
  .overlay1 {
    padding: 0 34px;
  }
  .header #header-04 {
    margin-right: 2%;
  }
  .header .hamburger {
    top: 7px !important;
    left: 13px !important;
  }
  .header .logo-desk {
    margin-left: 264px;
    margin-top: 0;
  }
  .header .desktop-visible-2 {
    display: block !important;
    position: absolute;
    right: 0;
  }
  .header .fixed-top-2 {
    margin-top: 0%;
  }
  .header #wrapper.toggled .hamburger {
    left: 227px !important;
  }
  .header .nav2 .nav-item {
    margin-right: 2%;
    margin-left: -2%;
    font-size: 14px;
    padding: 0px 5px;
  }
  .header .nav2 .nav-item a {
    letter-spacing: 0px;
  }
  .header .nav2 input {
    font-size: 15px;
  }
  .header .banner-section-1 .bottom {
    bottom: 431px;
    left: 247px;
  }
  .header .banner-section-1 .top {
    top: 105px;
    left: 247px;
  }
  .header .banner-section-1.red-bg-col .bottom {
    color: white !important;
  }
  .header .banner-section-1.red-bg-col .top {
    color: white;
  }
  .header .globe-menu {
    left: -331px !important;
    width: 400px !important;
    padding-left: 7%;
    padding-right: 7%;
  }
  .header2 {
    display: none !important;
  }
  #header-03 {
    display: none !important;
  }
  .hamburger {
    display: block;
  }
  .main-section-2 .para-section {
    margin-top: 6%;
  }
  .main-section-2 .headings2 {
    font-size: 35px;
  }
  .main-section-2 .text-blocks {
    font-size: 40px !important;
  }
  .main-section-2 .left-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .left-section .left-align-text {
    padding: 0 0 0 94px;
  }
  .main-section-2 .left-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .right-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .right-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .top-section {
    padding: 0 63px;
  }
  .main-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .top-section .center-align-text .text-blocks {
    font-size: 40px;
  }
  .main-section-2 .graphic-container2 {
    height: 100vh;
  }
  .template-section-2 .para-section {
    margin-top: 6%;
  }
  .template-section-2 .headings2 {
    font-size: 35px;
  }
  .template-section-2 .product-gallery .product-section {
    height: 370px;
    background-color: black;
  }
  .template-section-2 .product-gallery .product-section img {
    height: 370px;
    opacity: 0.6;
  }
  .template-section-2 .text-blocks {
    font-size: 40px !important;
  }
  .template-section-2 .left-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .left-section .left-align-text {
    padding: 0 0 0 94px;
  }
  .template-section-2 .left-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .right-section .right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .right-section .left-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .top-section {
    padding: 0 63px;
  }
  .template-section-2 .top-section .top-right-align-text .text-blocks {
    font-size: 40px;
  }
  .template-section-2 .top-section .center-align-text .text-blocks {
    font-size: 40px;
  }
  .section-3 .graphic-container iframe {
    height: 600px !important;
  }
  .section-3 .text-vertical-top {
    left: 6%;
  }
  .section-3 .text-vertical-top .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-vertical-bottom {
    bottom: 44%;
    left: 6%;
  }
  .section-3 .text-vertical-bottom .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-horizontal-right {
    left: 47%;
    top: 10%;
  }
  .section-3 .text-horizontal-right .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-horizontal-left {
    right: 47%;
    top: 10%;
  }
  .section-3 .text-horizontal-left .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-e-center {
    right: 1%;
  }
  .section-3 .text-e-center .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-e-left .text-blocks {
    font-size: 40px;
  }
  .section-3 .text-e-right .text-blocks {
    font-size: 40px;
  }
  .section-3 .headings2 {
    font-size: 35px;
  }
  .section-3 .product-gallery .product-section {
    height: 370px;
    background-color: black;
  }
  .section-3 .product-gallery .product-section img {
    height: 370px;
    opacity: 0.6;
  }
  .section-3 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-3 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-3 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-3 .product-gallery .col-md-10 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .section-3 .row-section {
    left: 4%;
  }
  .section-3 .row-section .text-left-center {
    top: 165px;
    left: 0;
  }
  .section-3 .row-section .text-left-bottom {
    top: 300px;
    left: 0;
  }
  .section-3 .row-section .text-center-top {
    left: 150px;
  }
  .section-3 .row-section .text-center-center {
    top: 165px;
    left: 150px;
  }
  .section-3 .row-section .text-center-bottom {
    left: 150px;
    top: 300px;
  }
  .section-3 .row-section .text-right-center {
    top: 165px;
  }
  .section-3 .row-section .text-right-bottom {
    top: 300px;
  }
  .section-3 .text-blocks {
    font-size: 40px !important;
  }
  .section-7 .graphic-container iframe {
    height: 600px !important;
  }
  .section-7 .text-vertical-top {
    left: 6%;
  }
  .section-7 .text-vertical-top .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-vertical-bottom {
    bottom: 44%;
    left: 6%;
  }
  .section-7 .text-vertical-bottom .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-horizontal-right {
    left: 47%;
    top: 10%;
  }
  .section-7 .text-horizontal-right .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-horizontal-left {
    right: 47%;
    top: 10%;
  }
  .section-7 .text-horizontal-left .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-e-center {
    right: 1%;
  }
  .section-7 .text-e-center .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-e-left .text-blocks {
    font-size: 40px;
  }
  .section-7 .text-e-right .text-blocks {
    font-size: 40px;
  }
  .section-7 .para-section {
    margin-top: 3%;
  }
  .section-7 .headings2 {
    font-size: 35px;
  }
  .section-7 .product-gallery .product-section {
    height: 370px;
    background-color: black;
  }
  .section-7 .product-gallery .product-section img {
    height: 370px;
    opacity: 0.6;
  }
  .section-7 .product-gallery .product-img {
    margin-top: 21px !important;
  }
  .section-7 .product-gallery .product-img.bg-overlay {
    background-color: black;
  }
  .section-7 .product-gallery .product-img.bg-overlay img {
    opacity: 0.6;
  }
  .section-7 .product-gallery .col-md-10 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .section-7 .row-section {
    left: 4%;
  }
  .section-7 .row-section .text-left-center {
    top: 165px;
    left: 0;
  }
  .section-7 .row-section .text-left-bottom {
    top: 300px;
    left: 0;
  }
  .section-7 .row-section .text-center-top {
    left: 150px;
  }
  .section-7 .row-section .text-center-center {
    top: 165px;
    left: 150px;
  }
  .section-7 .row-section .text-center-bottom {
    left: 150px;
    top: 300px;
  }
  .section-7 .row-section .text-right-center {
    top: 165px;
  }
  .section-7 .row-section .text-right-bottom {
    top: 300px;
  }
  .section-7 .text-blocks {
    font-size: 40px !important;
  }
  .header .nav2 .nav-item a {
    margin-right: 0;
  }
  .main-section .text-blocks {
    font-size: 35px;
  }
  .template-section3 .left-section .left-align-text {
    padding: 0 0 0 94px;
  }
  .template-section3 .top-section {
    padding: 0 63px;
  }
  .template-section3 .text-blocks {
    font-size: 40px !important;
  }
  .template-section3 .headings2 {
    font-size: 40px;
  }
  .banner-section-1 .text1-left {
    left: 162px;
  }
  .banner-section-1 .text1-right {
    right: 212px;
  }
  .overlay1 input[type=text] {
    font-size: 25px;
  }
  .overlay1 .closebtn {
    top: 28%;
    right: 135px;
  }
  .section-6 .blog-container .blog-heading {
    margin-top: 9%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1298px) {
  .header .logo-desk {
    margin-left: 387px;
  }
  .overlay1 .closebtn {
    right: 170px;
  }
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 50vw;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  #footer .information1 h2, #footer .information1 h3, #footer .information1 h4 {
    font-size: 20px;
  }
  #footer .information1 .q_links {
    padding: 10% 1%;
  }
  #footer .information1 .q_links ul li {
    margin: 2% 0px;
  }
  #footer .information1 .q_links .footer-social li {
    margin-right: 6%;
  }
  #footer .information2 img {
    width: 100px !important;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #footer .information2 p {
    padding: 0;
  }
  #footer .information2 .col-md-2 p {
    margin-top: -3px;
  }
}

@media only screen and (min-width: 1299px) {
  .main-nav .main-nav-offset {
    padding-right: 0px !important;
  }
  .mobile-visible-3 {
    display: none !important;
  }
  .sidebar-nav .switcher {
    display: none;
  }
  #header-03 .dropdown-toggle:after {
    display: none;
  }
  #header-03 .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
    border-radius: 0px;
    margin-top: -14px;
    border-bottom: 4px solid #2f2f2f;
    padding-bottom: 60px;
    z-index: 2;
  }
  .main-section-2 .row-section .top-section.banner-text-1, .template-section3 .row-section .top-section.banner-text-1, .template-section-2 .row-section .top-section.banner-text-1 {
    padding-top: 100px;
  }
  .section-6 .graphic-container {
    margin: 5% 0 3% 0;
  }
  .blog-collapse-main input.acsb-shown {
    margin-left: -12px !important;
  }
  .blog-collapse-main .filter-label.acsb-connected-input-shown .checkmark {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1298px) {
  .bottom-nav ul li {
    padding-right: 0;
  }
  .bottom-nav {
    right: 98px;
  }
  .tab-content {
    padding-left: 20px;
  }
  .mobile-visible-3 {
    display: none !important;
  }
  .switcher {
    background: #212121 !important;
    width: 81px !important;
    margin-right: 10px;
  }
  .switcher .selected {
    background: transparent !important;
  }
  .switcher .selected a {
    background: transparent !important;
    border: none !important;
    color: white  !important;
    font-weight: 300;
    font-size: 13.33px;
  }
  .switcher .selected a:hover {
    background: transparent !important;
  }
  .switcher .selected a::after {
    height: 19px !important;
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%238f8f8f'/></svg>") !important;
  }
  .switcher .selected a.open::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%238f8f8f'/></svg>") !important;
  }
  .switcher .option {
    background-color: #212121 !important;
    border: none !important;
  }
  .switcher .option a {
    display: block  !important;
    color: #8f8f8f !important;
  }
  .blog-collapse-main input.acsb-shown {
    margin-left: -20px !important;
  }
  .blog-collapse-main .filter-label.acsb-connected-input-shown .checkmark {
    display: none !important;
  }
}

@media only screen and (min-width: 1301px) {
  .product-gallery .product-section:hover.bg-overlay {
    background-color: black;
  }
  .product-gallery .product-section:hover.bg-overlay img {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 0.6;
  }
  .product-gallery .product-section:hover.bg-overlay p {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 1;
  }
  .product-gallery .product-section p {
    opacity: 0;
  }
  .product-gallery .product-img:hover p {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 1;
  }
  .product-gallery .product-img:hover.bg-overlay {
    background-color: black;
  }
  .product-gallery .product-img:hover.bg-overlay img {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 0.6;
  }
  .product-gallery .product-img p {
    opacity: 0;
  }
  .graphic-container2 {
    background-attachment: fixed;
  }
  .section-3 .graphic-container {
    background-attachment: fixed;
  }
  .section-7 .graphic-container {
    background-attachment: fixed;
  }
  .section-6 .graphic-container {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .header .fixed-top-2 {
    margin-top: 37px;
    padding-left: 234px;
    padding-right: 197px;
  }
  .header2 .header1 {
    padding-right: 109px;
  }
  .header #header-04 .globe-menu {
    left: -836px;
    width: 896px;
    top: 29px;
  }
}

@media only screen and (min-width: 1460px) and (max-width: 1499px) {
  .logo-desk {
    position: relative;
    left: 21px;
  }
  .header2 .header1 {
    padding-right: 77px;
  }
}

@media only screen and (min-width: 1500px) {
  .hamburger {
    margin-left: 239px !important;
  }
  #wrapper.toggled .hamburger {
    left: 4px !important;
  }
  .main-section .text {
    left: 10%;
  }
  .template-section3 .text {
    left: 10%;
  }
  .main-section-2 .text-e-left {
    left: 25%;
  }
  .main-section-2 .text-e-right {
    right: 25%;
  }
  .main-section-2 .text-e-center {
    right: 15%;
  }
  .main-section-2 .text3 {
    left: 25%;
  }
  .main-section-2 .text-vertical-top {
    left: 25%;
  }
  .main-section-2 .text-vertical-bottom {
    left: 25%;
  }
  .template-section-2 .text-e-left {
    left: 25%;
  }
  .template-section-2 .text-e-right {
    right: 25%;
  }
  .template-section-2 .text-e-center {
    right: 15%;
  }
  .template-section-2 .text3 {
    left: 25%;
  }
  .template-section-2 .text-vertical-top {
    left: 25%;
  }
  .template-section-2 .text-vertical-bottom {
    left: 25%;
  }
  .section-3 .text-e-left {
    left: 25%;
  }
  .section-3 .text-e-right {
    right: 25%;
  }
  .section-3 .text-e-center {
    right: 15%;
  }
  .section-3 .text3 {
    left: 25%;
  }
  .section-3 .text-vertical-top {
    left: 25%;
  }
  .section-3 .text-vertical-bottom {
    left: 25%;
  }
  .section-3 .para-section .headings3 {
    font-size: 19px;
  }
  .section-7 .text-e-left {
    left: 25%;
  }
  .section-7 .text-e-right {
    right: 25%;
  }
  .section-7 .text-e-center {
    right: 15%;
  }
  .section-7 .text3 {
    left: 25%;
  }
  .section-7 .text-vertical-top {
    left: 25%;
  }
  .section-7 .text-vertical-bottom {
    left: 25%;
  }
  .section-7 .product-gallery .col-md-10 {
    padding: 0;
  }
  .section-7 .product-gallery .col-md-10 .col-md-6 {
    padding-left: 0;
  }
  .section-7 .product-gallery .col-md-10 .col-md-12 {
    padding-left: 0;
  }
  .section-7 .para-section .headings3 {
    font-size: 19px;
  }
  #wrapper.toggled .hamburger {
    left: 11%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1579px) {
  .logo-desk {
    position: relative;
    left: 70px;
  }
  .header .nav2 .nav-item {
    margin-right: 3%;
    margin-left: -4.8%;
  }
}

@media only screen and (min-width: 1580px) and (max-width: 1799px) {
  .header .fixed-top-2 {
    padding-left: 316px;
    padding-right: 286px;
    margin-top: 37px;
  }
  .overlay1 {
    padding: 0 223px;
  }
  .overlay1 .closebtn {
    right: 349px;
    top: 250px;
  }
  .header .logo-desk {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1649px) {
  .header .logo-desk {
    position: relative;
    left: 0px;
  }
  .header .nav2 .nav-item {
    margin-right: 2.3%;
    margin-left: -2%;
  }
}

@media only screen and (min-width: 1650px) and (max-width: 1699px) {
  .header .logo-desk {
    position: relative;
    left: 43px;
  }
  .header .nav2 .nav-item {
    margin-left: -3%;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .header .logo-desk {
    position: relative;
    left: 49px;
  }
  .header .nav2 .nav-item {
    margin-right: 1.6%;
    margin-left: -3%;
  }
}

@media only screen and (min-width: 1800px) {
  .hamburger {
    margin-left: 259px !important;
  }
  #wrapper.toggled .hamburger {
    left: -19px !important;
  }
  .banner-section-1 .text1-left {
    left: 423px;
  }
  .banner-section-1 .text1-right {
    right: 460px;
  }
  .template-section3 .text {
    left: 20%;
  }
  .main-section-2 .text-e-left {
    left: 30%;
  }
  .main-section-2 .text-e-right {
    right: 30%;
  }
  .main-section-2 .text3 {
    left: 30%;
  }
  .main-section-2 .text-e-center {
    right: 25%;
  }
  .template-section-2 .text-e-left {
    left: 30%;
  }
  .template-section-2 .text-e-right {
    right: 30%;
  }
  .template-section-2 .text3 {
    left: 30%;
  }
  .template-section-2 .text-e-center {
    right: 25%;
  }
  .template-section-2 .text-e-center .text-blocks {
    font-size: 4rem;
  }
  .template-section-2 .text-vertical-top {
    font-size: 4rem;
  }
  .template-section-2 .text-vertical-bottom {
    font-size: 4rem;
  }
  .section-3 .text-e-left {
    left: 30%;
  }
  .section-3 .text-e-right {
    right: 30%;
  }
  .section-3 .text3 {
    left: 30%;
  }
  .section-3 .text-horizontal-left .text-blocks {
    font-size: 4rem;
  }
  .section-3 .text-horizontal-right .text-blocks {
    font-size: 4rem;
  }
  .section-3 .text-e-left .text-blocks {
    font-size: 4rem;
  }
  .section-3 .text-e-right .text-blocks {
    font-size: 4rem;
  }
  .section-3 .text-e-center {
    right: 25%;
  }
  .section-3 .text-e-center .text-blocks {
    font-size: 45rem;
  }
  .section-3 .text-vertical-top {
    font-size: 4rem;
  }
  .section-3 .text-vertical-bottom {
    font-size: 4rem;
  }
  .section-3 .text-blocks {
    font-size: 4rem !important;
  }
  .section-7 .text-e-left {
    left: 30%;
  }
  .section-7 .text-e-right {
    right: 30%;
  }
  .section-7 .text3 {
    left: 30%;
  }
  .section-7 .text-horizontal-left .text-blocks {
    font-size: 4rem;
  }
  .section-7 .text-horizontal-right .text-blocks {
    font-size: 4rem;
  }
  .section-7 .text-e-left .text-blocks {
    font-size: 4rem;
  }
  .section-7 .text-e-right .text-blocks {
    font-size: 4rem;
  }
  .section-7 .text-e-center {
    right: 25%;
  }
  .section-7 .text-e-center .text-blocks {
    font-size: 45rem;
  }
  .section-7 .text-vertical-top {
    font-size: 4rem;
  }
  .section-7 .text-vertical-bottom {
    font-size: 4rem;
  }
  .section-7 .text-blocks {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 3000px) {
  .hamburger {
    margin-left: 480px !important;
  }
  .main-section .text {
    left: 35%;
  }
  .template-section3 .text, .main-section-2 .text, .template-section-2 .text {
    left: 35%;
  }
  .template-section3 .right-section, .main-section-2 .right-section, .template-section-2 .right-section {
    height: 100vh;
  }
  .template-section3 .left-section, .main-section-2 .left-section, .template-section-2 .left-section {
    height: 100vh;
  }
  .template-section3 .top-section, .main-section-2 .top-section, .template-section-2 .top-section {
    height: 100vh;
  }
}

@media only screen and (min-width: 1400px) {
  .section-3 .right-section, .section-3 .left-section {
    height: 900px;
  }
  .section-3 .top-section {
    height: 450px;
  }
  .section-7 .right-section, .section-7 .left-section {
    height: 900px;
  }
  .section-7 .top-section {
    height: 450px;
  }
}

@media only screen and (min-width: 1750px) {
  .header .nav2 .nav-item a {
    margin-right: 20px;
  }
  .header .nav2 .btn-search {
    font-size: 18px;
  }
  .header .nav2 input {
    font-size: 20px;
  }
  .logo-desk {
    margin-top: -9%;
    margin-left: 73px;
  }
  .nav2 {
    margin-right: 64px;
  }
  .header2 .header1 {
    padding-right: 111px;
  }
  .header .logo-desk {
    margin-left: 78%;
  }
  .header #header-04 p i {
    width: 23px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 350px;
  }
  #wrapper.toggled .hamburger {
    left: 55px !important;
  }
  .header #header-04 .globe-menu {
    position: absolute;
    left: -829px;
    top: 29px;
    width: 900px;
  }
  .overlay1 {
    padding: 0 383px;
  }
  .overlay1 .closebtn {
    top: 208px;
    right: 502px;
  }
  .overlay1 input[type=text] {
    font-size: 20px;
  }
  .template-section3 .product-gallery .product-section {
    height: 550px;
  }
  .template-section3 .product-gallery .product-section img {
    height: 550px;
  }
  .section-3 .text-blocks {
    font-size: 80px !important;
  }
  .section-3 .btn-red {
    font-size: 20px;
  }
  .section-3 .right-section, .section-3 .left-section {
    height: 1000px !important;
  }
  .section-3 .top-section {
    height: 500px !important;
  }
  .section-3 .graphic-container img {
    height: 600px;
  }
  .section-3 .part-2 .product-gallery .product-img {
    height: 550px;
  }
  .section-3 .part-2 .product-gallery .product-img img {
    height: 550px;
  }
  .section-7 .btn-red {
    font-size: 20px;
  }
  .section-7 .right-section, .section-7 .left-section {
    height: 1000px !important;
  }
  .section-7 .top-section {
    height: 500px !important;
  }
  .section-7 .graphic-container img {
    height: 600px;
  }
  .header2 .nav-item {
    margin-right: -6px;
    padding-left: 40px;
  }
  .section-6 .graphic-container {
    height: 600px;
  }
  .sidebar-nav li a.caret-name {
    width: 75%;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2499px) {
  .header .fixed-top-2 {
    margin-top: 38px;
  }
  .overlay1 {
    padding: 0 458px;
  }
  .header2 .nav-item {
    padding-left: 20px;
    margin-right: -11px;
  }
  .header2 .fixed-top {
    padding: 0.5% 0;
    padding-right: 117px;
  }
  .nav2 {
    padding-right: 7px;
  }
  .header2 .fixed-top {
    margin: -3px;
  }
  .header .nav2 input {
    width: 150px !important;
  }
  .header .nav2 .btn-search {
    letter-spacing: 5px;
  }
  .logo-desk {
    margin-top: -4%;
    margin-left: 76px !important;
  }
  #header-04 {
    right: 0px !important;
    top: -3px !important;
    left: 800px !important;
  }
  .header #header-04 p i {
    width: 20px;
  }
  .sidebar-nav li {
    line-height: 33px;
  }
  .header input {
    width: 200px !important;
  }
  .sidebar-inner-nav li .form-inline {
    margin-left: 7%;
  }
  .sidebar-brand img {
    margin-bottom: 10px;
  }
  .sidebar-nav > .sidebar-brand {
    height: 90px;
  }
  .header .btn-search {
    font-size: 25px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 450px;
  }
  #wrapper.toggled .hamburger {
    left: 157px !important;
  }
  .hamburger {
    width: 30px;
    height: 30px;
  }
  .header #header-04 .globe-menu {
    position: absolute;
    left: -888px;
    top: 41px;
    width: 944px;
  }
  #footer .information1 .q_links ul li {
    padding: 3.5% 0;
  }
  .togglesearch {
    height: 62px !important;
  }
  .togglesearch input {
    margin-top: 1px !important;
    width: 1900px !important;
  }
  .overlay1 .closebtn {
    top: 475px;
    right: 575px;
  }
}

@media only screen and (min-width: 2500px) {
  .overlay1 {
    padding: 0 700px;
  }
  .header2 .nav-item {
    padding-left: 20px;
    margin-right: -11px;
  }
  .header2 .fixed-top {
    padding: 0.5% 0;
    padding-right: 117px;
  }
  .nav2 {
    padding-right: 7px;
  }
  .header .fixed-top-2 {
    margin-top: 49px;
  }
  .header2 .fixed-top {
    margin: -3px;
  }
  .header .nav2 input {
    width: 150px !important;
  }
  .header .nav2 .btn-search {
    letter-spacing: 5px;
  }
  .logo-desk {
    margin-top: -4%;
    margin-left: 76px !important;
  }
  #header-04 {
    right: 0px !important;
    top: -3px !important;
    left: 800px !important;
  }
  .header #header-04 p i {
    width: 20px;
  }
  .sidebar-nav li {
    line-height: 33px;
  }
  .header input {
    width: 200px !important;
  }
  .sidebar-inner-nav li .form-inline {
    margin-left: 7%;
  }
  .sidebar-brand img {
    margin-bottom: 10px;
  }
  .sidebar-nav > .sidebar-brand {
    height: 90px;
  }
  .header .btn-search {
    font-size: 25px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 450px;
  }
  #wrapper.toggled .hamburger {
    left: 157px !important;
  }
  .main-section .text-blocks {
    font-size: 70px !important;
  }
  .hamburger {
    width: 30px;
    height: 30px;
  }
  .header #header-04 .globe-menu {
    position: absolute;
    left: -888px;
    top: 41px;
    width: 944px;
  }
  #footer .information1 .q_links ul li {
    padding: 3.5% 0;
  }
  .togglesearch {
    height: 62px !important;
  }
  .togglesearch input {
    margin-top: 1px !important;
    width: 1900px !important;
  }
  .overlay1 .closebtn {
    top: 475px;
    right: 827px;
  }
}

.cli-bar-message {
  margin-bottom: 31px;
}

.cli-bar-btn_container {
  text-align: left;
}

#wt-cli-accept-all-btn {
  margin: 0;
}
/*# sourceMappingURL=responsive.css.map */