@media (min-width: 320px) {
  #about-page {
    padding-top: 50px;
  }
  #about-page .mission-block {
    padding: 0 30px;
    text-align: justify;
  }
  #about-page .mission-block h2 {
    color: #16ad9b;
  }
  #about-page .mission-block p {
    color: #999999;
  }
  #about-page .about-left-group {
    display: none;
    padding: 30px;
    color: #999999;
    margin-top: 50px;
    text-align: justify;
    min-height: 300px;
  }
  #about-page .about-left-group .about-block-title {
    display: none;
  }
  #about-page .about-left-group.active {
    display: block;
  }
  #about-page .about-right-group {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
  }
  #about-page .about-right-group.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #about-page .about-right-group .about-group-button {
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 50px;
    display: block;
    -ms-flex-align: center;
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #about-page .about-right-group .about-group-button img {
    width: 40px;
    cursor: pointer;
  }
  #about-page #nf-carousel-about .nf-carousel-caption-about {
    position: relative;
    z-index: 10;
    text-align: center;
    background-color: #16ad9b;
    padding: 30px;
    min-height: 580px;
  }
  #about-page #nf-carousel-about .nf-carousel-caption-about p {
    color: #ffffff;
    text-align: justify;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    position: absolute;
    top: 500px;
    left: 100px;
    z-index: 1010;
    opacity: 1;
    background-color: #ffd900;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    position: absolute;
    top: 500px;
    right: 100px;
    z-index: 1010;
    opacity: 1;
    background-color: #ffd900;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  #about-page #nf-carousel-about .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #ffd900;
    text-indent: -999px;
    background-clip: padding-box;
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    list-style: none;
    border: none;
  }
  #about-page #nf-carousel-about .carousel-indicators li.active {
    opacity: 1;
    width: 60px;
  }
}

@media (min-width: 375px) {
  #about-page #nf-carousel-about .nf-carousel-caption-about {
    min-height: 525px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 430px;
    left: 130px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 430px;
    right: 130px;
  }
}

@media (min-width: 411px) {
  #about-page #nf-carousel-about .carousel-control-prev {
    left: 155px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    right: 155px;
  }
}

@media (min-width: 768px) {
  #about-page .about-left-group {
    min-height: 220px;
  }
  #about-page #nf-carousel-about .nf-carousel-caption-about {
    min-height: 440px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 340px;
    left: 325px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 340px;
    right: 325px;
  }
}

@media (min-width: 992px) {
  #about-page .mission-block {
    padding: 30px 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  #about-page .about-left-group {
    margin-top: 0px;
    min-height: 320px;
  }
  #about-page .about-left-group .about-block-title {
    display: block;
    color: #16ad9b;
    text-align: left;
  }
  #about-page .about-right-group .section-heading {
    padding-top: 15px;
  }
  #about-page .about-right-group .about-group-button {
    border-radius: 50px;
    margin-left: 30px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 140px;
    margin-top: 55px;
    position: absolute;
    right: 0px;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
  #about-page .about-right-group .about-group-button img {
    width: 50px;
  }
  #about-page #nf-carousel-about .carousel-item {
    height: 485px;
  }
  #about-page #nf-carousel-about .carousel-item .nf-carousel-caption-about {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    text-align: center;
    background-color: #16ad9b;
    padding: 40px 45px;
    height: 485px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 410px;
    left: 200px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 410px;
    right: 680px;
  }
  #about-page #nf-carousel-about .carousel-indicators {
    right: 55px;
    bottom: 0;
    left: unset;
  }
  #about-page #nf-carousel-about .height-485 {
    height: 485px;
  }
  #about-page .mt-7 {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 375px;
    left: 20%;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 375px;
    right: 70%;
  }
  #about-page #nf-carousel-about .nf-carousel-caption-about {
    height: 455px;
  }
  #about-page #nf-carousel-about .carousel-item .carousel-about-images {
    min-height: 485px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1440px) {
  #about-page .about-right-group .section-heading {
    padding-top: 0;
  }
  #about-page #nf-carousel-about .carousel-item {
    height: 445px;
  }
  #about-page #nf-carousel-about .carousel-item .nf-carousel-caption-about {
    height: 445px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 350px;
    left: 310px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 350px;
    right: 1020px;
  }
  #about-page #nf-carousel-about .carousel-indicators {
    right: 100px;
  }
  #about-page #nf-carousel-about .height-445 {
    height: 445px;
  }
}

@media (min-width: 1920px) {
  #about-page .about-right-group .section-heading {
    padding-top: 0;
  }
  #about-page #nf-carousel-about .carousel-item {
    height: 500px;
  }
  #about-page #nf-carousel-about .carousel-item .nf-carousel-caption-about {
    height: 500px;
    padding: 65px 180px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 390px;
    left: 425px;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 390px;
    right: 1375px;
  }
  #about-page #nf-carousel-about .carousel-indicators {
    right: 100px;
  }
  #about-page #nf-carousel-about .height-445 {
    height: unset;
  }
}

@media (min-width: 2560px) {
  #about-page .about-right-group .section-heading {
    padding-top: 0;
  }
  #about-page #nf-carousel-about .carousel-item {
    height: 650px;
  }
  #about-page #nf-carousel-about .carousel-item .nf-carousel-caption-about {
    height: 650px;
    padding: 125px 335px;
  }
  #about-page #nf-carousel-about .carousel-control-prev {
    top: 420px;
    left: 23%;
  }
  #about-page #nf-carousel-about .carousel-control-next {
    top: 420px;
    right: 72.5%;
  }
  #about-page #nf-carousel-about .carousel-indicators {
    right: 100px;
  }
  #about-page #nf-carousel-about .height-445 {
    height: unset;
  }
  .pages-header {
    padding-bottom: 200px;
  }
}

@media (min-width: 320px) {
  #contact-page {
    padding: 20px 10px 0;
  }
  #contact-page .contact-message {
    text-align: center;
    color: #16ad9b;
  }
  #contact-page .info-block {
    margin-top: 30px;
    padding: 10px;
  }
  #contact-page .info-block .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #contact-page .info-block .info-item i {
    font-size: 1.1rem;
    color: #16ad9b;
    padding-top: 5px;
  }
  #contact-page .info-block .info-item .info-text {
    text-align: left;
    margin-left: 10px;
    color: #999999;
  }
  #contact-page .info-block .info-item .info-text .header {
    font-weight: bold;
  }
  #contact-page .form-block {
    margin: 20px 0;
  }
  #contact-page .form-block .nf-yellow-button {
    width: 100%;
    font-weight: bold;
  }
  #contact-page .form-block .nf-yellow-button span:nth-child(1) {
    padding-left: 30px;
  }
  #contact-page .form-block .nf-yellow-button #nf-contact-form-spinner {
    margin-left: 10px;
    margin-bottom: 2px;
    color: transparent;
  }
  #contact-page .form-block #nf-contact-form .nf-group-text {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-right: none;
    padding: 13px 15px;
  }
  #contact-page .form-block #nf-contact-form .nf-form-control {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-left: none;
    padding: 22px 0px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #contact-page .form-block #nf-contact-form .nf-form-control::-webkit-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form .nf-form-control:-ms-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form .nf-form-control::-ms-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form .nf-form-control::placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form textarea {
    height: 100px;
    border-radius: 20px;
    color: #16ad9b;
    border-color: #16ad9b;
    padding: 10px 20px;
    resize: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #contact-page .form-block #nf-contact-form textarea::-webkit-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form textarea:-ms-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form textarea::-ms-input-placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form textarea::placeholder {
    color: #16ad9b;
  }
  #contact-page .form-block #nf-contact-form .invalid-feedback {
    margin-left: 20px;
    margin-bottom: -11px;
  }
  #contact-page .form-block #nf-contact-form .valid-feedback {
    margin-left: 20px;
    color: #16ad9b;
    margin-bottom: -11px;
  }
  #contact-page .form-block #nf-contact-form .border-red {
    border-color: #dc3545 !important;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::-webkit-input-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::-moz-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::-ms-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::-webkit-input-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error:-ms-input-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::-ms-input-placeholder {
    color: #dc3545;
  }
  #contact-page .form-block #nf-contact-form .placeholder-error::placeholder {
    color: #dc3545;
  }
  #contact-page .form-block .contact-form-output {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    display: none;
  }
  #contact-page .form-block .contact-form-output.form-output-success {
    border: 1px solid #16ad9b;
    background-color: #6fedde;
    color: #068f7f;
  }
  #contact-page .form-block .contact-form-output.form-output-error {
    border: 1px solid #dc3545;
    background-color: #f3b7bd;
    color: #dc3545;
  }
  #contact-page-find {
    background: -webkit-gradient(linear, left top, right top, from(#16ad9b), to(#068f7f));
    background: linear-gradient(90deg, #16ad9b, #068f7f);
    margin-top: 20px;
    padding: 30px;
  }
  #contact-page-find .find-us-group {
    text-align: center;
  }
  #contact-page-find .find-us-group .header {
    font-family: "Amatic SC", cursive;
    color: #ffffff;
    font-size: 3rem;
    line-height: 0.9;
  }
  #contact-page-find .find-us-group .body {
    color: #ffd900;
    font-size: 1rem;
    line-height: 1;
    margin-top: 10px;
  }
  #map {
    margin: 0;
    padding: 0;
  }
  #map iframe {
    width: 100%;
    height: 250px;
    display: block;
  }
}

@media (min-width: 768px) {
  #contact-page .info-block {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  #contact-page .info-block {
    margin-top: 110px;
  }
  #contact-page .form-block {
    margin-top: 50px;
  }
  #contact-page-find .find-us-group .header {
    font-family: "Amatic SC", cursive;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 0.9;
  }
  #contact-page-find .find-us-group .body {
    color: #ffd900;
    font-size: 1.2rem;
    line-height: 0.9;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  #contact-page .info-block {
    margin-left: 100px;
  }
  #map iframe {
    height: 350px;
  }
}

@media (min-width: 320px) {
  #catalog-page {
    padding: 20px 10px 0;
  }
  #catalog-page .catalog-message {
    text-align: center;
    color: #16ad9b;
  }
  #catalog-page .catalogs-row {
    padding-top: 30px;
  }
  #catalog-page .catalogs-row .col-xs-12 {
    text-align: center;
  }
  #catalog-page .catalogs-row .col-xs-12 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
  #catalog-page .catalogs-row .col-xs-12 a img {
    margin: 10px auto;
    width: 200px;
    max-height: 400px;
  }
  #catalog-page .catalogs-row .col-xs-12 a strong {
    color: #16ad9b;
  }
}

@media (min-width: 768px) {
  #catalog-page .catalogs-row .col-xs-12 a img {
    width: 150px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  #catalog-page .catalogs-row .col-xs-12 a:hover img {
    -webkit-box-shadow: 0 0 15px #7a7a7a;
            box-shadow: 0 0 15px #7a7a7a;
  }
}

@media (min-width: 1440px) {
  #catalog-page .catalogs-row .col-xs-12 a img {
    width: 250px;
    height: 300px;
  }
}

@media (min-width: 320px) {
  #products .products-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #products .products-page-header .products-heading {
    line-height: 1;
  }
  #products .products-page-header .products-heading .heading {
    color: #068f7f;
    margin-top: 30px;
    font-size: 1.5rem;
  }
  #products .products-page-header .products-heading .sub-heading {
    color: #999999;
    max-width: 90%;
  }
  #products .products-page-header .quote-bag {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
  }
  #products .products-page-header .quote-bag span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8rem;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #products .nf-products-menu-mobile #products-select {
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    height: 45px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #products .nf-products-menu-mobile #products-select option {
    color: #068f7f;
  }
  #products .nf-products-menu-desktop {
    display: none;
  }
  #products .tabcontent {
    width: 100%;
    display: none;
  }
  #products .tabcontent:nth-child(1) {
    display: block;
  }
  #products .tabcontent h4 {
    color: #068f7f;
    margin: 0;
  }
  #products .tabcontent p {
    color: #999999;
    margin: 0;
  }
  #products .tabcontent .product-thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail {
    text-decoration: none;
    margin: 10px 10px 10px 0;
    width: 45%;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail .thumb-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail .thumb-brand {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #068f7f;
    text-align: center;
    line-height: 1;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail .thumb-title {
    margin-top: 5px;
    font-size: 0.8rem;
    color: #16ad9b;
    text-align: center;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #products .tabcontent .product-thumbnail-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail {
    text-decoration: none;
    width: 30%;
  }
}

@media (min-width: 992px) {
  #products {
    padding-bottom: 50px;
  }
  #products .products-page-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #products .products-page-header .products-heading .sub-heading {
    margin-bottom: 0;
    max-width: unset;
  }
  #products .nf-products-menu-mobile {
    display: none;
  }
  #products .nf-products-menu-desktop {
    display: block;
    min-height: 600px;
  }
  #products .tab {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    left: 0;
    background-color: #16ad9b;
    color: #ffffff;
    width: 100%;
  }
  #products .tab button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #16ad9b;
    color: #ffffff;
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ffffff;
  }
  #products .tab button:hover {
    background-color: #ffd900;
  }
  #products .tab button:hover > .text-block {
    background-color: #ffd900;
    color: #068f7f;
  }
  #products .tab button:hover > .image-block {
    background-color: #e6c300;
  }
  #products .tab button > .image-block {
    background-color: #068f7f;
    padding: 10px;
    height: 49px;
    width: 50px;
  }
  #products .tab button > .image-block img {
    max-height: 30px;
  }
  #products .tab button > .text-block {
    background-color: #16ad9b;
    padding: 10px;
  }
  #products .tab button > .active {
    background-color: #068f7f;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail .thumb-brand {
    font-size: 1rem;
  }
  #products .tabcontent .product-thumbnail-container .product-thumbnail .thumb-title {
    font-size: 1rem;
  }
}

@media (min-width: 320px) {
  #franchise-page {
    padding: 20px 0 0 0;
  }
  #franchise-page .franchise-message {
    text-align: center;
    color: #16ad9b;
  }
  #franchise-page .map-row {
    margin-top: 20px;
  }
  #franchise-page .map-row .franchise-map.small-map {
    display: none;
  }
  #franchise-page .map-row .franchise-map.large-map {
    display: none;
  }
  #franchise-page .map-row .map-hover {
    display: none;
  }
  #franchise-page .map-row .nf-form-select {
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    height: 45px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #franchise-page .map-row .nf-form-select option {
    color: #068f7f;
  }
  #franchise-page .map-row .map-clicked-content {
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin: 10px 0;
  }
  #franchise-page .map-row .map-clicked-content .title {
    display: none;
  }
  #franchise-page .map-row .map-clicked-content .title #clicked-state {
    color: #16ad9b;
    font-weight: bold;
    float: right;
  }
  #franchise-page .map-row .map-clicked-content .divider {
    background-color: #bfbfbf;
    width: 100%;
    height: 1px;
    margin: 10px auto;
  }
  #franchise-page .map-row .map-clicked-content .state-selected-title {
    color: #999999;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #franchise-page .map-row .map-clicked-content .state-selected-title span {
    font-weight: bold;
  }
  #franchise-page .map-row .map-clicked-content .franchise-empty-cards-message {
    padding: 10px;
    text-align: center;
  }
  #franchise-page .map-row .map-clicked-content .franchise-empty-cards-message h5 {
    color: #068f7f;
    font-weight: bold;
  }
  #franchise-page .map-row .map-clicked-content .franchise-empty-cards-message i {
    color: #999999;
  }
  #franchise-page .map-row .map-clicked-content .franchise-card {
    padding: 10px 15px;
    margin-bottom: 5px;
    color: #999999;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e6e6e6;
    border-radius: 10px;
  }
  #franchise-page .map-row .map-clicked-content .franchise-card .card-info .franchise-card-title {
    color: #16ad9b;
    font-weight: bold;
    font-size: 1.1rem;
  }
  #franchise-page .map-row .map-clicked-content .franchise-card .card-info .region span,
  #franchise-page .map-row .map-clicked-content .franchise-card .card-info .area-code span,
  #franchise-page .map-row .map-clicked-content .franchise-card .card-info .available span {
    font-weight: bold;
  }
  #franchise-page .map-row .map-clicked-content .franchise-card .card-button {
    margin-left: auto;
  }
  #franchise-page .map-row .map-clicked-content .franchise-card .card-button button {
    background-color: #16ad9b;
    color: #ffffff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 3px 11px 5px 11px;
    border-radius: 50px;
  }
  #franchise-page .franchise-info-container {
    margin-top: 40px;
    padding: 30px 0;
    background-color: #f2f2f2;
  }
  #franchise-page .franchise-info-container .franchise-info {
    padding: 5px 20px;
  }
  #franchise-page .franchise-info-container .franchise-info h5 {
    color: #068f7f;
    font-weight: bold;
  }
  #franchise-page .franchise-info-container .franchise-info .underline {
    height: 2px;
    width: 100px;
    background-color: #ffd900;
    margin: 10px auto 10px 0;
  }
  #franchise-page .franchise-info-container .franchise-info p {
    color: #999999;
  }
  #franchise-page .franchise-form-row {
    margin-top: 20px;
  }
  #franchise-page .franchise-form-row .form-block {
    margin: 20px 0;
  }
  #franchise-page .franchise-form-row .form-block .nf-yellow-button {
    width: 100%;
    font-weight: bold;
  }
  #franchise-page .franchise-form-row .form-block .nf-yellow-button span:nth-child(1) {
    padding-left: 30px;
  }
  #franchise-page .franchise-form-row .form-block .nf-yellow-button #nf-franchise-form-spinner {
    margin-left: 10px;
    margin-bottom: 2px;
    color: transparent;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-group-text {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-right: none;
    padding: 13px 15px;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-form-control {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-left: none;
    padding: 22px 0px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-form-control::-webkit-input-placeholder {
    color: #16ad9b;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-form-control:-ms-input-placeholder {
    color: #16ad9b;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-form-control::-ms-input-placeholder {
    color: #16ad9b;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .nf-form-control::placeholder {
    color: #16ad9b;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .invalid-feedback {
    margin-left: 20px;
    margin-bottom: -11px;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .valid-feedback {
    margin-left: 20px;
    color: #16ad9b;
    margin-bottom: -11px;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .border-red {
    border-color: #dc3545 !important;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::-webkit-input-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::-moz-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::-ms-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::-webkit-input-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error:-ms-input-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::-ms-input-placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block #nf-franchise-form .placeholder-error::placeholder {
    color: #dc3545;
  }
  #franchise-page .franchise-form-row .form-block .franchise-form-output {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    display: none;
  }
  #franchise-page .franchise-form-row .form-block .franchise-form-output.form-output-success {
    border: 1px solid #16ad9b;
    background-color: #6fedde;
    color: #068f7f;
  }
  #franchise-page .franchise-form-row .form-block .franchise-form-output.form-output-error {
    border: 1px solid #dc3545;
    background-color: #f3b7bd;
    color: #dc3545;
  }
  #franchise-page .franchise-warning {
    background-color: #e6e6e6;
    color: #999999;
    padding: 30px 20px;
    margin: 20px 0 0 0;
  }
  #franchise-page .nf-modal-header {
    background-color: #16ad9b;
    color: #ffffff;
  }
  #franchise-page .nf-modal-header button {
    color: #ffffff;
  }
  #franchise-page .nf-modal-body ul {
    list-style: none;
  }
}

@media (min-width: 768px) {
  #franchise-page .franchise-form-row .franchise-form-heading {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  #franchise-page {
    padding: 20px 0 0 0;
  }
  #franchise-page .map-row {
    margin-top: 100px;
  }
  #franchise-page .map-row .franchise-map.small-map {
    display: block;
  }
  #franchise-page .map-row .franchise-map.large-map {
    display: none;
  }
  #franchise-page .map-row .map-hover {
    display: block;
    background-color: #f2f2f2;
    padding: 10px 20px;
  }
  #franchise-page .map-row .map-hover .title {
    display: block;
    color: #a6a6a6;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #franchise-page .map-row .map-hover .title span {
    color: #16ad9b;
  }
  #franchise-page .map-row .map-hover .divider {
    background-color: #bfbfbf;
    width: 100%;
    height: 1px;
    margin: 10px auto;
  }
  #franchise-page .map-row .nf-form-select {
    display: none;
  }
  #franchise-page .map-row .map-clicked-content {
    height: 350px;
  }
  #franchise-page .map-row .map-clicked-content .title {
    display: block;
    color: #068f7f;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #franchise-page .map-row .map-clicked-content .title #clicked-state {
    color: #16ad9b;
    font-weight: bold;
    float: right;
  }
  #franchise-page .map-row .map-clicked-content .franchise-empty-cards-message {
    padding: 50px 10px;
  }
  #franchise-page .map-row .map-clicked-content #franchise-card-list {
    max-height: 237px;
    overflow-y: auto;
  }
  #franchise-page .map-row .map-clicked-content #franchise-card-list::-webkit-scrollbar {
    width: 5px;
  }
  #franchise-page .map-row .map-clicked-content #franchise-card-list::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 20px;
  }
  #franchise-page .map-row .map-clicked-content #franchise-card-list::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
  }
  #franchise-page .franchise-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  #franchise-page .franchise-info-container .franchise-info {
    padding: 5px 20px;
  }
  #franchise-page .franchise-info-container .franchise-info h5 {
    color: #068f7f;
    font-weight: bold;
  }
  #franchise-page .franchise-info-container .franchise-info .underline {
    width: 50px;
  }
  #franchise-page .franchise-info-container .franchise-info p {
    color: #999999;
  }
  #franchise-page .franchise-form-row {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  #franchise-page .map-row .franchise-map.small-map {
    display: none;
  }
  #franchise-page .map-row .franchise-map.large-map {
    display: block;
  }
  #franchise-page .map-row .map-clicked-content #franchise-card-list {
    max-height: 250px;
  }
}

#nf-quote-submit {
  margin-top: 10px;
  width: 100%;
  color: #068f7f;
  font-weight: bold;
}

#quote-list-empty {
  display: none;
  color: #16ad9b;
  text-align: center;
  margin: 25px;
}

#nf-quote-form .input-group {
  margin: 5px 0;
}

.border-red {
  border-color: #dc3545 !important;
}

.placeholder-error::-webkit-input-placeholder {
  color: #dc3545 !important;
}

.placeholder-error::-moz-placeholder {
  color: #dc3545 !important;
}

.placeholder-error::-ms-placeholder {
  color: #dc3545 !important;
}

.placeholder-error::-webkit-input-placeholder {
  color: #dc3545 !important;
}

.placeholder-error:-ms-input-placeholder {
  color: #dc3545 !important;
}

.placeholder-error::-ms-input-placeholder {
  color: #dc3545 !important;
}

.placeholder-error::placeholder {
  color: #dc3545 !important;
}

.quote-message-status {
  text-align: center;
  color: #16ad9b;
  margin: 10px 10px 0;
}

@media (min-width: 320px) {
  .product-page-topbar {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-page-topbar .all-products-link {
    margin-top: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .product-page-topbar .all-products-link img {
    width: 18px;
    margin-right: 10px;
  }
  .product-page-topbar .all-products-link span {
    color: #999999;
  }
  .product-page-topbar .quote-bag {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
  }
  .product-page-topbar .quote-bag span {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8rem;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-page-content {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-page-content .product-image-block img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-page-content .product-details-block .product-title-group h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #068f7f;
    margin: 15px 0 5px 0;
  }
  .product-page-content .product-details-block .product-title-group p {
    font-size: 0.8rem;
    font-weight: normal;
    color: #999999;
    margin: 0;
  }
  .product-page-content .product-details-block .product-title-group button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #ffd900;
    color: #068f7f;
    border: none;
    outline: 0;
    font-weight: bold;
    width: 100%;
  }
  .product-page-content .product-details-block .product-certifications-group h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #068f7f;
    margin: 5px 0;
  }
  .product-page-content .product-details-block .product-certifications-group .product-stickers-group {
    margin-top: 15px;
  }
  .product-page-content .product-details-block .product-certifications-group .product-stickers-group img {
    width: 50px;
    margin-right: 5px;
  }
  .product-page-content .product-details-block .product-description-group .product-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .product-page-content .product-details-block .product-description-group .product-info-item .item-name {
    color: #068f7f;
    font-weight: bold;
    margin-right: 10px;
  }
  .product-page-content .product-details-block .product-description-group .product-info-item .item-text {
    color: #999999;
  }
  .nf-modal-header {
    background-color: #16ad9b;
    color: #ffffff;
  }
  .products-quote-list {
    list-style: none;
  }
  .products-quote-list .modal-product-list-item {
    padding: 5px 20px;
    background-color: #e6e6e6;
    border-radius: 50px;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .products-quote-list .modal-product-list-item span {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .nf-group-text {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-right: none;
    padding: 13px 15px;
  }
  .nf-form-control {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: transparent;
    color: #16ad9b;
    border-color: #16ad9b;
    border-left: none;
    padding: 22px 0px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .nf-form-control::-webkit-input-placeholder {
    color: #16ad9b;
  }
  .nf-form-control:-ms-input-placeholder {
    color: #16ad9b;
  }
  .nf-form-control::-ms-input-placeholder {
    color: #16ad9b;
  }
  .nf-form-control::placeholder {
    color: #16ad9b;
  }
  .nf-form-control:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

@media (min-width: 992px) {
  .all-products-link {
    max-width: 20%;
  }
  .all-products-link:hover {
    text-decoration: none;
  }
  .all-products-link:hover span {
    color: #068f7f;
  }
  .mobile-hr {
    display: none;
  }
  .product-page-content {
    margin: 32px 0 70px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-page-content .product-image-block {
    width: 50%;
  }
  .product-page-content .product-details-block {
    width: 50%;
    padding-left: 35px;
  }
  .product-page-content .product-details-block .product-title-group h3 {
    font-size: 2rem;
    margin-top: 0;
  }
  .product-page-content .product-details-block .product-title-group button {
    width: 300px;
  }
  .product-page-content .product-details-block .product-title-group button:hover {
    background-color: #f0cc00;
  }
}

@media (min-width: 1440px) {
  .product-page-content .product-image-block {
    width: 40%;
  }
  .product-page-content .product-details-block {
    width: 60%;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #16ad9b;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a534a;
}

@media (min-width: 320px) {
  #sub-nav {
    display: none;
  }
  .pages-header {
    display: none;
  }
  nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 auto;
    background-color: #16ad9b;
    border-bottom: #068f7f 6px solid;
  }
  nav .nav-user-section {
    display: none;
  }
  nav .navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  nav .navbar-container .mobile-menu {
    width: 35px;
    margin: 5px 25px 0 auto;
    outline: none;
    border: none;
    opacity: 0.8;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  nav .navbar-container #mobile-menu-close-button {
    display: none;
  }
  nav .navbar-brand {
    padding: 17px;
  }
  nav .navbar-brand img {
    width: 150px;
    height: auto;
  }
  nav #main-navbar {
    background-color: rgba(6, 143, 127, 0.9);
    position: absolute;
    height: 100vh;
    width: 75%;
    left: -300px;
    float: left;
    overflow: hidden;
    -webkit-transition: left 0.7s;
    transition: left 0.7s;
  }
  nav #main-navbar .nav-item {
    padding: 0;
  }
  nav #main-navbar .nav-social {
    padding: 33px;
  }
  nav #main-navbar .nav-social .nav-svg {
    margin-right: 15px;
  }
  nav #main-navbar li {
    padding: 15px 35px;
    border: solid 2px transparent;
  }
  nav #main-navbar li:nth-child(2) {
    margin-top: 7px;
  }
  nav #main-navbar li a {
    color: #ffffff;
  }
  nav #main-navbar li:hover {
    background-color: #16ad9b;
  }
  nav #main-navbar li:hover a {
    color: #ffffff;
  }
  nav #main-navbar li.mobile-nav-flags {
    background-color: #16ad9b;
    color: #ffffff;
    padding: 18px 31px 19px 31px;
  }
  nav #main-navbar li.mobile-nav-flags .select-language-txt {
    font-weight: bolder;
    padding: 7px 0;
  }
  nav #main-navbar li.mobile-nav-flags img {
    width: 25px;
    height: 25px;
    margin: 0 15px 0 0;
  }
  nav #main-navbar li span i {
    margin-right: 10px;
  }
  .slider-base {
    display: block;
    background-image: url(../images/nf-slider-base.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    background-position-y: -15px;
  }
  .slider-base .nf-carousel-item img {
    width: 100%;
    position: relative;
    right: 0;
    float: right;
    margin-top: 140px;
    margin-bottom: 80px;
  }
  .slider-base .nf-carousel-caption {
    position: absolute;
    display: block !important;
    top: 0px;
    left: 10%;
    right: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
  }
  .slider-base .nf-carousel-caption h5 {
    font-size: 3rem;
    font-family: "Amatic SC", cursive;
    line-height: 1;
  }
  .slider-base .nf-carousel-indicators {
    bottom: 10px;
  }
  .slider-base .nf-carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #ffd900;
    text-indent: -999px;
    background-clip: padding-box;
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    list-style: none;
    border: none;
  }
  .slider-base .nf-carousel-indicators li.active {
    opacity: 1;
    width: 60px;
  }
  .slider-base .nf-carousel-control {
    display: none;
  }
  .mouse-container {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 560px;
  }
  .mouse-container img {
    width: 30px;
  }
  .mouse-blink {
    -webkit-animation: flash linear 1.3s infinite;
            animation: flash linear 1.3s infinite;
  }
  @-webkit-keyframes flash {
    50% {
      opacity: 0;
    }
  }
  @keyframes flash {
    50% {
      opacity: 0;
    }
  }
  .section-heading {
    text-align: center;
  }
  .section-heading img {
    width: 40px;
  }
  .section-heading .section-title {
    font-family: "Amatic SC", cursive;
    font-size: 4rem;
    color: #16ad9b;
    margin: 0;
    line-height: 0.9;
  }
  .section-heading .section-subtitle {
    font-size: 1.4rem;
    color: #999999;
  }
  .section-heading .underline {
    width: 100px;
    height: 2px;
    background-color: #ffd900;
    margin: 10px auto;
  }
  .section-heading .section-description {
    color: #999999;
    margin-bottom: 20px;
  }
  .section-heading .light {
    color: #ffffff !important;
  }
  .nf-green-button {
    background-color: #068f7f;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-decoration: none;
    color: #ffffff;
  }
  .nf-green-button:focus {
    background-color: #068f7f;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    outline: none;
  }
  .nf-green-button:hover {
    background-color: #045e54;
    text-decoration: none;
    color: #ffffff;
  }
  .nf-yellow-button {
    background-color: #ffd900;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .nf-yellow-button:focus {
    background-color: #ffd900;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    outline: none;
  }
  .nf-yellow-button:hover {
    background-color: #ebc800;
    color: #ffffff;
  }
  .nf-contact-button {
    position: relative;
    top: 15px;
    background-color: #068f7f;
    color: #ffffff;
    padding: 11px 40px 12px;
    border-radius: 50px;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-decoration: none;
  }
  .nf-contact-button:focus {
    background-color: #068f7f;
    border: none;
    outline: none;
  }
  .nf-contact-button:hover {
    background-color: #045e54;
    text-decoration: none;
    color: #ffffff;
  }
  #who-we-are-section {
    margin-top: 80px;
  }
  #who-we-are-section p {
    text-align: justify;
    color: #999999;
    padding: 10px;
    margin-top: 20px;
  }
  #who-we-are-section .learn-more-section {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #who-we-are-section .learn-more-section h6 {
    color: #068f7f;
    margin-right: auto;
    padding: 15px 0 5px 10px;
  }
  #who-we-are-section .learn-more-section img {
    width: 50px;
    margin-left: auto;
  }
  #features-section {
    background-color: #f2f2f2;
    margin-top: 70px;
    padding: 40px 0;
  }
  #features-section .features-box {
    background-color: #ffffff;
    border: #16ad9b 1px solid;
    border-radius: 40px;
    text-align: center;
    padding: 60px 50px 40px 50px;
    margin: 15px;
  }
  #features-section .features-box img {
    min-width: 90px;
  }
  #features-section .features-box .features-title {
    font-size: 1.6rem;
    color: #ffd900;
    margin-top: 15px;
  }
  #features-section .features-box .underline {
    width: 100px;
    height: 1px;
    background-color: #16ad9b;
    margin: 10px auto;
  }
  #features-section .features-box p {
    color: #999999;
  }
  #network-section {
    background: -webkit-gradient(linear, left top, right top, from(#16ad9b), to(#068f7f));
    background: linear-gradient(90deg, #16ad9b, #068f7f);
    padding: 35px 10px;
  }
  #network-section img {
    width: 260px;
    position: absolute;
    top: -64px;
  }
  #network-section .section-heading img {
    width: 40px;
    position: relative;
    top: 0;
  }
  #network-section .section-heading .section-title {
    color: #ffffff;
  }
  #network-section .section-heading .section-subtitle {
    color: #ffd900;
  }
  #network-section .section-heading .underline {
    background-color: #ffffff;
    margin: 10px auto;
  }
  #network-section .section-heading .section-description {
    color: #ffffff;
  }
  #brands-section .section-heading {
    margin-top: 40px;
  }
  #brands-section .brands-carousel .item {
    margin: 0 30px;
  }
  #get-in-touch-section {
    margin-top: 50px;
    background: url("/images/get-in-touch.svg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    text-align: center;
  }
  #get-in-touch-section .section-heading .section-title {
    margin-top: 90px;
    color: #ffffff;
  }
  #get-in-touch-section .section-heading .section-description {
    color: #ffd900;
  }
  #footer {
    background-color: #333333;
    border-top: 7px solid #4d4d4d;
    color: #e6e6e6;
    padding: 50px 20px;
    text-align: center;
  }
  #footer .logo img {
    width: 220px;
    margin-bottom: 30px;
  }
  #footer .title {
    color: #ffd900;
    font-size: 4rem;
    font-family: "Amatic SC", cursive;
    padding-top: 20px;
  }
  #footer .underline {
    width: 150px;
    height: 2px;
    background-color: #16ad9b;
    margin: 0 auto 20px auto;
  }
  #footer .address-group .address-block {
    margin: 0 auto;
  }
  #footer .address-group .address-block i {
    color: #ffd900;
  }
  #footer .address-group .address-block .address-text {
    line-height: 0.6;
  }
  #footer .address-group .address-block .address-text h5 {
    color: #16ad9b;
  }
  #footer .description {
    margin-bottom: 40px;
  }
  #footer .social-icons a {
    margin: 0 5px;
  }
  #copy {
    background-color: #1a1a1a;
    color: #999999;
    text-align: center;
    padding: 10px;
    position: static;
    bottom: 0;
  }
}

@media (min-width: 375px) {
  .mouse-container {
    top: 590px;
  }
}

@media (min-width: 411px) {
  nav #main-navbar {
    left: -320px;
    width: 65%;
  }
  .mouse-container {
    top: 600px;
  }
  #get-in-touch-section .section-heading .section-title {
    margin-top: 110px;
  }
}

@media (min-width: 768px) {
  nav #main-navbar {
    left: -585px;
    width: 40%;
  }
  .slider-base {
    padding-bottom: 70px;
  }
  .slider-base .nf-carousel-item img {
    width: 80%;
    float: none;
    margin: 150px auto 60px auto;
  }
  .slider-base .nf-carousel-caption h5 {
    font-size: 3.7rem;
    font-family: "Amatic SC", cursive;
    line-height: 1;
    text-align: left;
  }
  .slider-base .nf-carousel-control {
    position: absolute;
    top: 50px;
    left: 63%;
    bottom: 0;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 25px;
    color: #fff;
    text-align: center;
    background-color: #ffd900;
    opacity: 1;
    padding: 35px 26px 35px 24px;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: 50px;
  }
  .slider-base .nf-control-right {
    left: 75% !important;
  }
  .slider-base .nf-carousel-indicators {
    bottom: -15px;
  }
  .mouse-container {
    margin-left: -14px;
    top: 720px;
  }
  .mouse-container img {
    width: 30px;
  }
  #who-we-are-section {
    margin-top: 90px;
  }
  #who-we-are-section p {
    margin-top: 20px;
  }
  #who-we-are-section .learn-more-section h6 {
    padding: 15px 0 5px 45px;
  }
  #features-section {
    margin-top: 50px;
  }
  #features-section .features-box {
    max-height: 430px;
    padding: 30px 25px 20px 25px;
    margin: 10px;
  }
  #features-section .features-box img {
    min-height: 0;
    width: auto;
    height: 80px;
  }
  #features-section .features-box .features-title {
    font-size: 1.4rem;
    color: #ffd900;
    margin-top: 15px;
  }
  #features-section .features-box .underline {
    width: 100px;
    height: 1px;
    background-color: #16ad9b;
    margin: 10px auto;
  }
  #brands-section .section-heading {
    margin-top: 70px;
  }
  #brands-section .brands-carousel {
    margin-top: 70px;
  }
  #brands-section .brands-carousel .item {
    margin: 0px;
  }
  #get-in-touch-section {
    margin-top: 50px;
    min-height: 250px;
    text-align: center;
  }
  #get-in-touch-section .nf-green-button {
    margin-top: 140px;
    padding: 10px 40px;
  }
  .nf-contact-button {
    top: 150px;
  }
  #footer .logo img {
    width: 220px;
    margin-bottom: 30px;
  }
  #footer .address-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .address-group .address-block {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .pages-header {
    display: block;
    background-image: url(../images/nf-pages-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
  }
  #sub-nav {
    display: block;
    background-color: #caf8f3;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(133, 133, 133, 0.315);
            box-shadow: 0px 3px 3px 0px rgba(133, 133, 133, 0.315);
  }
  #sub-nav .subnav-container {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #sub-nav .subnav-container .information {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sub-nav .subnav-container .information img {
    width: 20px;
    height: 20px;
  }
  #sub-nav .subnav-container .information .content-text {
    font-size: 0.85rem;
    font-weight: bold;
    color: #068f7f;
    margin: 0 10px 0 5px;
  }
  #sub-nav .subnav-container .flags {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sub-nav .subnav-container .flags img {
    width: 20px;
    height: 20px;
    margin: 0 3px;
  }
  #sub-nav .subnav-container .flags .flag-btn {
    cursor: pointer;
  }
  #sub-nav .subnav-container .flags .content-text {
    font-size: 0.85rem;
    font-weight: bold;
    color: #068f7f;
    margin: 0 10px 0 5px;
  }
  nav {
    background-color: #17b29f;
    border: none;
  }
  nav .navbar-container {
    width: 95%;
  }
  nav .navbar-container .mobile-menu {
    display: none;
  }
  nav #main-navbar {
    position: -webkit-sticky;
    position: sticky;
    padding-top: 29px;
    float: left;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    height: auto;
    left: 0;
    width: auto;
  }
  nav #main-navbar .nav-social {
    padding: 0;
    padding-top: 8px;
  }
  nav #main-navbar .nav-social .nav-svg {
    margin-right: 0;
  }
  nav #main-navbar .nav-social .nav-svg img {
    width: 30px;
  }
  nav #main-navbar li {
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 0px;
  }
  nav #main-navbar li:nth-child(2) {
    margin-top: 0;
  }
  nav #main-navbar li:hover {
    border: solid 2px #ffffff;
  }
  nav #main-navbar li.mobile-nav-flags {
    display: none;
  }
  nav #main-navbar li span i {
    display: none;
  }
  .light-navbar {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(133, 133, 133, 0.315);
            box-shadow: 0px 3px 3px 0px rgba(133, 133, 133, 0.315);
  }
  .light-navbar #main-navbar li a {
    color: #068f7f;
  }
  .light-navbar #main-navbar li:hover {
    background-color: #068f7f;
    color: #ffffff;
  }
  .slider-base {
    display: block;
    position: relative;
    top: -102px;
  }
  .slider-base #natures-foodz-carousel {
    position: relative;
    top: 50px;
  }
  .slider-base .nf-carousel-item img {
    width: 55%;
    position: relative;
    right: 35px;
    float: right;
    margin-top: 100px;
  }
  .slider-base .nf-carousel-caption {
    top: 80px;
    left: 60px;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .slider-base .nf-carousel-caption h5 {
    font-size: 5rem;
    font-family: "Amatic SC", cursive;
  }
  .slider-base .nf-carousel-indicators li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #ffd900;
    text-indent: -999px;
    background-clip: padding-box;
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    list-style: none;
    border: none;
  }
  .slider-base .nf-carousel-indicators li.active {
    opacity: 1;
    width: 60px;
  }
  .slider-base .nf-carousel-control {
    position: absolute;
    top: 295px;
    bottom: 0;
    left: 60px;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 25px;
    color: #fff;
    text-align: center;
    background-color: #ffd900;
    opacity: 1;
    padding: 35px 26px 35px 24px;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: 50px;
  }
  .slider-base .nf-control-right {
    left: 145px !important;
    padding: 35px 24px 35px 26px;
  }
  .mouse-container {
    top: 625px;
  }
  #who-we-are-section {
    margin-top: 90px;
  }
  #who-we-are-section p {
    margin-top: 35px;
    margin-right: 20px;
  }
  #who-we-are-section .learn-more-section {
    background-color: #16ad9b;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 75px 5px 0px 20px;
    height: 200px;
    margin-top: 40px;
    position: absolute;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #who-we-are-section .learn-more-section h6 {
    display: none;
  }
  #who-we-are-section .learn-more-section img {
    width: 50px;
  }
  #who-we-are-section .learn-more-section:hover {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #who-we-are-section .learn-more-section:hover img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 1s;
    transition: 1s;
  }
  #features-section .features-box {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #features-section .features-box .features-title {
    font-size: 1.5rem;
  }
  #features-section .features-box .underline {
    width: 80px;
  }
  #features-section .features-box:hover {
    -webkit-box-shadow: 0px 0px 15px #999999;
            box-shadow: 0px 0px 15px #999999;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  #network-section {
    padding: 35px 40px;
  }
  #network-section img {
    top: -88px;
  }
  #brands-section .brands-carousel {
    margin-top: 50px;
  }
  #get-in-touch-section {
    min-height: 250px;
    text-align: center;
  }
  #get-in-touch-section .section-heading {
    margin-top: 120px;
  }
  #get-in-touch-section .nf-green-button {
    margin-top: 155px;
  }
  #footer .address-group {
    display: block;
    margin: 45px 0 0 25px;
  }
  #footer .address-group .address-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .address-group .address-block .address-text {
    text-align: left;
  }
  #footer .address-group .address-block i {
    margin: 5px 10px;
  }
}

@media (min-width: 1200px) {
  nav .navbar-container {
    width: 95%;
  }
  nav .navbar-brand img {
    width: 160px;
    height: auto;
  }
  nav #main-navbar {
    margin-left: auto;
    margin-top: 3px;
  }
  nav #main-navbar li {
    padding: 10px 28px;
  }
  nav #main-navbar .nav-social {
    margin-left: 20px;
  }
  .slider-base {
    top: -107px;
  }
  .slider-base .nf-carousel-item img {
    width: 60%;
  }
  .slider-base .nf-carousel-item .carousel-caption {
    top: 125px;
  }
  .slider-base .nf-carousel-control {
    top: 340px;
    left: 60px;
  }
  .slider-base .nf-control-right {
    left: 145px !important;
  }
  .mouse-container {
    top: 750px;
  }
  #who-we-are-section p {
    margin-top: 40px;
  }
  #who-we-are-section .learn-more-section {
    margin-top: 45px;
  }
  #features-section .features-box {
    max-height: 430px;
    padding: 60px 40px 40px 40px;
    margin: 0;
  }
  #features-section .features-box img {
    width: 80px;
    height: 80px;
  }
  #features-section .features-box .features-title {
    font-size: 1.6rem;
  }
  #features-section .features-box .underline {
    width: 90px;
  }
  #network-section {
    padding: 35px 82px 35px 20px;
  }
  #network-section img {
    top: -89px;
  }
  #brands-section .section-heading {
    margin-top: 90px;
  }
  .nf-contact-button {
    top: 165px;
  }
  #footer .address-group {
    margin: 40px 0 0 45px;
  }
}

@media (min-width: 1440px) {
  #sub-nav .subnav-container {
    width: 78%;
  }
  nav .navbar-container {
    width: 80%;
  }
  nav #main-navbar .nav-social {
    margin-right: 20px;
  }
  .slider-base .nf-carousel-item img {
    right: 160px;
    width: 55%;
  }
  .slider-base .nf-carousel-caption {
    top: 135px;
    left: 170px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .slider-base .nf-carousel-caption h5 {
    font-size: 5rem;
    font-family: "Amatic SC", cursive;
  }
  .slider-base .nf-carousel-control {
    left: 170px;
  }
  .slider-base .nf-control-right {
    left: 255px !important;
  }
  #who-we-are-section {
    margin-top: 50px;
  }
  #who-we-are-section p {
    margin-top: 70px;
  }
  #network-section img {
    top: -97px;
    width: 250px;
  }
  #get-in-touch-section {
    min-height: 340px;
  }
  #get-in-touch-section .section-heading {
    text-align: left;
    margin-top: 180px;
  }
  #get-in-touch-section .nf-green-button {
    margin-top: 220px;
  }
  .nf-contact-button {
    top: 220px;
  }
}

@media (min-width: 1920px) {
  #sub-nav .subnav-container {
    width: 58%;
  }
  nav .navbar-container {
    width: 60%;
  }
  .slider-base {
    padding-bottom: 200px;
    background-position-y: -75px;
  }
  .slider-base .nf-carousel-item img {
    width: 50%;
    right: 200px;
    margin-top: 70px;
  }
  .slider-base .nf-carousel-caption {
    top: 130px;
    left: 260px;
  }
  .slider-base .nf-carousel-caption h5 {
    font-size: 6rem;
  }
  .slider-base .nf-carousel-control {
    left: 260px;
    top: 380px;
  }
  .slider-base .nf-control-right {
    left: 340px !important;
  }
  .mouse-container {
    top: 870px;
  }
  #who-we-are-section .section-heading {
    margin-left: 300px;
  }
  #who-we-are-section p {
    margin-right: 80px;
  }
  #who-we-are-section .learn-more-section {
    padding: 55px 20px 0px 40px;
    height: 160px;
    margin-top: 60px;
  }
  #network-section img {
    top: -97px;
    width: 263px;
  }
  #network-section .section-heading .underline {
    margin: 20px auto;
  }
}

@media (min-width: 2560px) {
  #sub-nav .subnav-container {
    width: 68%;
  }
  nav .navbar-container {
    width: 70%;
  }
  .slider-base {
    padding-bottom: 200px;
    background-position-y: -175px;
  }
  .slider-base .nf-carousel-item img {
    width: 50%;
    right: 200px;
    margin-top: 70px;
  }
  .slider-base .nf-carousel-item .nf-carousel-caption {
    top: 230px;
    left: 475px;
  }
  .slider-base .nf-carousel-item .nf-carousel-caption h5 {
    font-size: 6rem;
  }
  .slider-base .nf-carousel-control {
    left: 480px;
    top: 480px;
  }
  .slider-base .nf-control-right {
    left: 560px !important;
  }
  .mouse-container {
    top: 1070px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.owl-dot {
  outline: none;
}

.owl-dot:focus {
  outline: none;
}

.margin-top-50 {
  margin-top: 50px;
}
