@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3F3F3F;
}

.load-page {
    display: none;
}

header {
    color: #ffffff;
}

p {
    margin: 0;
}

section {
    margin: 50px 0;
}

.container-fluid {
    overflow: hidden;
}

/* Index */


#videoPage {
    display: none;
}

#videoPage video {
    position: absolute;
    width: 100%;
}

#logoPage {
    height: 100vh;
    display: grid;
    place-content: center center;
    background-color: #2D6A97;
}

#logoPage img {
    height: 600px;
}

.btn-clo {
    position: absolute;
    background-color: #EE2429;
    color: #ffffff;
    z-index: 1000;
    right: 0;
    border-radius: 0;
}

.btn-clo:hover {
    color: #ffffff;
    background-color: #c12124;
}

.vid-warn {
    position: absolute;
    color: #ffffff;
    top: 45%;
    width: 100%;
    text-align: center;
    cursor: default;
    z-index: 1000;
}

/* Nav Bar */

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #ee1a28;
}

.navbar-nav .nav-link strong,
.navbar-nav .nav-link {
    color: #000000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    background-color: #ffffff;
}


/* Home Page */

.home-header .navbar-nav {
    border-bottom: 1px #ffffff solid;
}

.home-header .dropdown-toggle,
.home-header .navbar-nav .nav-link strong,
.home-header .navbar-nav .nav-link {
    color: #ffffff;
}

.home-header {
    background-image: url('img/banner/home-page.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-content {
    color: #373737;
    margin: 65px 0;
    line-height: 200%;
}

.home-content h1 {
    font-size: 3em;
}

.home-content h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: #3F3F3F;
    content: '';
}

.home-content h4 {
    font-size: 2em;
    height: 100%;
    display: grid;
    color: #000000;
    place-content: center start;
}

.home-content p {
    border-left: 2px solid #ED2529;
    padding-left: 30px;
    margin: 20px 0;
}

/* Page Headers */

.about-header {
    background-image: url('img/banner/about-us.jpg');
}

.sci-header {
    background-image: url('img/banner/science.jpg');
}

.prod-header {
    background-image: url('img/banner/products.jpg');
}

.find-header {
    background-image: url('img/banner/find-us.jpg');
}

.contact-header {
    background-image: url('img/banner/contact-us.jpg');
}


.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* About Page */

.about-content p {
    color: #818181;
}

.about-content h1 {
    font-size: 3.5em;
    color: #306A97;
    margin-bottom: 50px;
}

.about-content h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: #2F6997;
    content: '';
}

.about-content .founders {
    margin-bottom: 50px;
}

.founder-text {
    margin-bottom: 30px;
}

.con-box {
    color: #ffffff;
    font-weight: 700;
    display: grid;
    place-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('img/banner/about-box.jpg');
}

/* Timeline */

.timeline {
    color: #ffffff;
    padding-top: 65px;
    background-color: #2a5e8a;
}

.timeline h1 {
    font-size: 3em;
}

.timeline h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: rgb(255, 255, 255);
    content: '';
}

.timeline h4 {
    font-weight: 400;
    font-size: 1.5em;
    font-style: italic;
}

.time-slide {
    margin: 50px;
}



.time-slide::after {
    display: table;
    width: 100%;
    margin: -25px 0;
    height: 1px;
    background-color: #ffffff;
    content: '';
}

.time-slide p {
    transition-duration: 0.3s;
}

.slick-slide {
    padding: 10px 0;
}

.year-img {
    cursor: pointer;
    height: 200px;
    display: grid !important;
    place-content: end center;
}

.year-circle {
    display: block;
    width: inherit;
    display: grid;
    place-content: end center;
}

.slick-current .year-img img {
    margin-bottom: -14px;
    margin-top: 40px;
}

.arrow {
    height: inherit;
    width: inherit;
    top: 195px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;

}

.item {
    display: none;
}

.time-content {
    margin-top: 100px;
}

.time-content h2 {
    font-size: 3em;
    font-weight: 400;
}

.time-content p {
    line-height: 200%;
    padding: 20px 0;
}

.time-content h6 {
    font-weight: 400;
}


/* Science Page */

.sci-box {
    margin-bottom: 100px;
    background-image: url('img/banner/science-box.jpg');
}

.sci-content {
    background-color: #f7f7fb;
    padding-top: 50px;
}

.sci-content h1 {
    margin-top: 30px;
}

.sci-content h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: #3F3F3F;
    content: '';
}

.inv-content h1 {
    font-weight: 700;

}


.inv-content h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: #3F3F3F;
    content: '';
}


.sci-intro .left-col {
    font-size: 1.3em;
}

.sci-intro .right-col {
    color: #858585;
}

.sci-intro p {
    margin-bottom: 25px;
}

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

.sci-list h4 {
    color: #f11b31;
    margin-bottom: 20px;
    font-weight: 600;
}

.sci-list p {
    margin-bottom: 15px;
}

.sci-list strong {
    font-weight: 600;
}

.sci-content .accordion {
    --bs-accordion-bg: transparent;
}

.accordion-button,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-color: #8d8d8d;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #f11b31;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button:hover {
    color: #f11b31;
}

.sci-list .accordion-body,
.sci-list .accordion-button {
    padding-left: 0;
}

.accordion-body {
    color: #3F3F3F;
    border-top: 1px solid #7b7b7b;
}

.accordion-header {
    padding: 20px 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-body div {
    padding: 0;
    margin: 10px 0;
    color: #3F3F3F;
}

.accordion-body strong {
    color: #306A97;
}



/* Product List Page */

.product-item {
    margin: 100px 0;
}

.prod-details .prod-intro {
    padding: 50px 0;
}

.prod-intro {
    color: #a2a3a2;

    line-height: 200%;
}

.prod-intro img {
    margin: 20px 0;
}

.prod-intro .side-line::after {
    display: table;
    height: 2px;

    background-color: #a2a3a2;
    content: '';

}

.prod-content {
    overflow: hidden;
    color: #858585;
    line-height: 200%;
}

.prod-content h3 {
    color: #000000;
}

.prod-num {
    color: #ec1b28;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 6em;
    position: relative;
    z-index: 1000;
}

.prod-title {
    color: #000000;
    font-weight: 700;
    font-size: 2em;
}

.prod-text {
    color: #a2a3a2;
    margin-top: 40px;
}

.prod-title::after {
    display: table;
    height: 2px;
    background-color: #ec1b28;
    content: '';
    width: 180px;
    margin-top: -16px;
    margin-left: 300px;
}

.prod-inv .prod-title::after {
    margin-left: -220px;
}

.learn {
    border: #000000 1px solid;
    padding: 25px 0;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.prod-inv .prod-num {
    float: right;
}

.huge-button {
    margin: 30px 0;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border: #969696 solid 1px;
    padding: 20px;
    width: 250px;
    font-weight: 500;
}

.learn-more {
    text-align: center;
    width: 300px;
}

.huge-button:hover {
    background-color: #f2f2f2;
    color: #000000;
}

.huge-button img {
    margin: 0 8px;
}

/* Product Page */

.prod-details {
    background-color: #f7f7fa;
    padding: 50px 0;

}

.prod-details .accordion-button,
.prod-details .accordion-item,
.prod-details .accordion-item:first-of-type,
.prod-details .accordion-item:first-of-type .accordion-button,
.prod-details .accordion-item:last-of-type,
.prod-details .accordion-item:last-of-type .accordion-button.collapsed {
    border-color: #F8F7FC;
}

.prod-details .accordion-button {
    padding-top: 30px;
    padding-bottom: 30px;
}

.prod-details .accordion-button:hover {
    color: #ffffff;
    box-shadow: none;
    background-color: #f11b31;
}

.prod-details .accordion-header {
    padding: 0;
}

.prod-details .accordion-button:not(.collapsed) {
    color: #ffffff;
    box-shadow: none;
    background-color: #f11b31;
}

.prod-details .accordion-body {
    border-top: none;
}

.prod-details .accordion-body p {
    color: #3f3f3f;
    /* border: 1px solid #f5f5f5; */
    margin: 10px 0;
    /* padding: 5px 0 5px 12px; */
}

.prod-details .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='1080' height='1080' viewBox='0 0 1080 1080' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 5.2.4%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='matrix(1 0 0 1 540 540)' id='29ea0b0e-898c-449d-b0e2-6c291e5de68a' %3E%3Crect style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1; visibility: hidden;' vector-effect='non-scaling-stroke' x='-540' y='-540' rx='0' ry='0' width='1080' height='1080' /%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 540 540)' id='5fb77e2c-3714-4ca5-9a85-adfca9fe12ce' %3E%3C/g%3E%3Cg transform='matrix(NaN NaN NaN NaN 0 0)' %3E%3Cg style='' %3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(67.5 0 0 67.5 540 540)' %3E%3Cg style='opacity: 1;' %3E%3Cg transform='matrix(1 0 0 1 0 0)' %3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-8, -8)' d='M 8 15 C 4.134006751184446 15 1 11.865993248815554 1 8 C 1 4.134006751184446 4.134006751184446 1 8 1 C 11.865993248815554 1 15 4.134006751184444 15 7.999999999999998 C 15 11.865993248815553 11.865993248815556 14.999999999999998 8.000000000000002 15 z M 8 16 C 12.418277998646348 16 16 12.418277998646348 16 8 C 16 3.5817220013536524 12.418277998646348 0 8 0 C 3.5817220013536524 0 0 3.5817220013536524 0 8 C 0 12.418277998646348 3.5817220013536524 16 8 16 z' stroke-linecap='round' /%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 0 0)' %3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' vector-effect='non-scaling-stroke' transform=' translate(-8, -8)' d='M 4 8 C 4 7.723857625084603 4.223857625084603 7.5 4.5 7.5 L 11.5 7.5 C 11.776142374915397 7.5 12 7.723857625084603 12 8 C 12 8.276142374915397 11.776142374915397 8.5 11.5 8.5 L 4.5 8.5 C 4.223857625084603 8.5 4 8.276142374915397 4 8 z' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.prod-details strong {
    color: #2a5e8a;
}


/* Approved Logos */

.prod-approved-logos,
.approved-logos {
    background-color: #f7f7fa;
    padding: 50px 0;
}

.prod-approved-logos {
    background-color: #ffffff;
}

.prod-approved-logos img,
.approved-logos img {
    margin: 15px 35px;
    height: 75px;
}

.prod-approved-logos h1::after,
.approved-logos h1::after {
    display: table;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background-color: #3F3F3F;
    content: '';
}

/* Find Us Page */

.pin-block {
    display: none;
}

.alert {
    border: 0;
    border-radius: 0;
}

.find-content {
    margin-bottom: 50px;
}

.find-content .find-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 30px;
    color: #000000;
}

.find-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("img/down-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    /* background-position-y: 15px; */
}


.find-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px #bebebe solid;
    padding: 12px 20px;
}

.find-form .form-control:-ms-input-placeholder,
.find-form .form-control,
::placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-control::placeholder {
    color: #bebebe;
    opacity: 1;
}

.dealer-search {
    background-color: #2a5e8a;
    height: inherit;
    display: grid;
    place-content: center center;
    min-height: 50px;
    max-width: 150px;
    cursor: pointer;
}

.dealer-search:hover {
    background-color: #2c78b7;
}

.fa-search {
    color: #ffffff;
}


.ddl-select {
    visibility: hidden;
}

.ddl {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: initial;
}

.ddl::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    width: 12px;
    height: 2px;
    background: #555;
    z-index: 99;
    transform: rotate(-40deg);
    transition: 0.5s;
}

.ddl::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 28px;
    width: 12px;
    height: 2px;
    background: #555;
    z-index: 99;
    transform: rotate(40deg);
    transition: 0.5s;
}

.ddl.active::after {
    right: 28px;
}

.ddl.active::before {
    right: 20px;
}

.ddl-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    outline: none;
    background: #fff;
    border: 0;
    border-radius: 0;

    border-bottom: 1px #858585 solid;
}

.ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
}

.ddl .ddl-options {
    position: absolute;
    width: 100%;
    top: 55px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    z-index: 999;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.ddl .ddl-options>div {
    padding: 20px;
    cursor: pointer;
    margin: 0 20px;
    border-bottom: 1px solid #e9e9e9;
    color: #858585;
}

.ddl .ddl-options>div:hover {
    color: #2a5e8a;
}


.dealer-content {
    background-color: #f7f7fb;
}

.dealer-list {
    background-color: #ffffff;
}

.dealer-list-pin,
.dealer-list {
    color: #000000;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.dealer-list {
    max-width: 720px;
}

.dealer-address,
.dealer-phone,
.dealer-name {
    width: 320px;
    margin: 10px 0;
    font-weight: 500;
}

.dealer-phone {
    text-decoration: underline;
}

.dealer-phone,
.dealer-name {
    color: #316a95;
}

.dealer-list-pin h2 {
    font-weight: 400;
}


/* Contact Us Page */


.contact-content {
    line-height: 150%;
}

.contact-content h4 {
    color: #000000;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
}

.contact-form .nav-justified .nav-item,
.contact-form .nav-justified>.nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: start;
    color: #000000;
    font-size: 1.2em;
    border-radius: 0;
    padding: 0;
}

.contact-form .nav-pills:after {
    display: table;
    width: 100%;
    height: 1px;
    margin: -24px 0;
    background-color: #858585;
    content: '';
}

.contact-form .nav-pills .nav-link.active,
.contact-form .nav-pills .show>.nav-link {
    background-color: transparent;
}

.contact-form .nav-pills .nav-link.active::after,
.contact-form .nav-pills .show>.nav-link::after {
    display: table;
    width: 80%;
    height: 8px;
    margin: 15px 0;
    background-color: #ee1a28;
    content: '';
}

.contact-form .nav-pills .nav-link.careers-pill.active::after {
    width: 100%;
}

.contact-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px #bebebe solid;
    margin: 15px 0;
    padding: 15px 0;
}

.contact-form input:focus,
.contact-form input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px #000000 solid;
    -webkit-box-shadow: none;
}

.contact-form textarea:focus,
.contact-form textarea.form-control:focus {
    border-bottom: 1px #000000 solid;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.contact-form textarea {
    padding: 20px !important;
    margin: 20px 0 !important;
    border: 1px #bebebe solid !important;
}

.contact-form .form-check {
    line-height: 150%;
    margin: 30px 0;
}

input[type=checkbox] {
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin-right: 15px;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .3;
}

input[type=checkbox]:hover {
    opacity: 1;
    background-color: #ffffff;
    border-radius: 0px;
    border: solid 1px #888888;
}

input[type=checkbox]:checked {
    background-color: #ffffff;
    opacity: 1;
    border-radius: 0px;
    border: solid 1px #888888;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    border-radius: 0px;
    height: 10px;
    border: solid #2a5e8a;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.contact-form label {
    display: inline;
    color: #858585;
}

.contact-form .btn {
    border-radius: 0;
    padding: 15px 0;
    border: 0;
    background-color: #2F6997;
}

.contact-form .btn:hover {
    background-color: #387fb9;
}

.address-pane a {
    text-decoration: none;
    color: #3F3F3F;
}

.address-pane a:hover {
    text-decoration: none;
    color: #2F6997;
}


/* Footer */

footer {
    line-height: 200%;
    background-color: #212121;
    color: #ffffff;
}

footer p {
    border-top: #555 solid 1px;
    color: #8D8D8D;
    padding: 20px 0;
}

footer a {
    display: block;
    color: #8D8D8D;
    text-decoration: none;
}

footer a:hover {
    color: #EC2529;
    text-decoration: none;
}

.social a {
    display: inline;
    font-size: 2em;
    color: #ee1a28;
}

.social h4 {
    margin-bottom: 20px;
}

.hyperlinks {
    padding: 50px 0;
}

.fa-circle-o {
    color: #ee1a28;
    font-size: 10px;
    padding-right: 5px;
}


@media (min-width: 320px) {

    /* Nav */

    .logo {
        height: 45px;
    }

    /* Header */

    .header-text,
    .header-title {
        opacity: 0;
    }

    .header-text h4 {
        font-weight: 400;
        line-height: 100%;
        text-shadow: 3px 3px 5px #000000;
        font-size: 0.9em;
    }

    .header-title h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 3em;
    }

    .header-content {
        padding: 50px 0;

    }

    /* index */

    #videoPage video {
        object-fit: contain;
        height: 85vh;
    }

    /* Homepage */

    .home-header {
        min-height: 40vh;
    }

    .home-content h1 {
        font-size: 2.5em;
    }

    /* About Us Page */

    .con-box {
        padding: 50px 0;
        font-size: 0.6em;
    }

    .time-content {
        min-height: 350px;
    }

    .slick-current p {
        font-size: 3em;
    }

    /* Products List Page */

    .prod-img {
        background-color: #F3F3F3;
        display: grid;
        height: 200px;
        place-content: center center;
    }

    .prod-title::after {
        width: 0px;
    }

    /* Product Page */

    .product-header {
        min-height: 30vh;
        display: grid;
        place-content: center center;
        background-image: url('img/banner/product.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .prod-intro .side-line::after {
        margin-top: 45px;
        width: 100%;
    }


    .prod-details .accordion-body strong,
    .prod-details .accordion-body p {
        height: 35px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 0.75em;
    }

    /* Find Us Page */

    #map {
        height: 300px;
        padding: 0;
    }

    .dealer-search {
        margin: 15px auto;
    }

    .dealer-area {
        padding: 0;
    }

    .dealer-item {
        background-color: #ffffff;
        margin: 20px;
    }

    .dealer-item::after {
        display: table;
        width: 320px;
        height: 1px;
        margin-top: 20px;
        background-color: #e1e1e1;
        content: '';
    }

    /* Contact Us Page */

    .contact-form label {
        font-size: 0.8em;
    }

    .address-pane,
    .contact-form {
        margin: 25px 0;
    }

    .address-pane address::after {
        display: table;
        width: 100%;
        height: 1px;
        margin: 18px 0;
        background-color: #e1e1e1;
        content: '';
    }

    .cin::after {
        display: table;
        width: 100%;
        height: 1px;
        margin: 18px 0;
        background-color: #e1e1e1;
        content: '';
    }

    /* Footer */

    .adv-fix {
        padding-right: 14px;
    }

    .hyperlinks {
        font-size: 0.7em;
    }

    .social {
        padding-top: 25px;
        text-align: center;
    }

    footer img {
        margin-bottom: 50px;
    }
}

@media (min-width: 360px) {
    .logo {
        height: 50px;
    }

    .con-box {
        padding: 50px 0;
        font-size: 0.7em;
    }
}

@media (min-width: 576px) {

    /* About Us Page */

    .con-box {
        padding: 50px 0;
        font-size: 1em;
    }

    /* Product Page */

    .prod-intro .side-line::after {
        margin-top: 30px;
        width: 60px;
    }

    /* Contact Us Page */

    .address-pane address::after {
        width: 450px;
    }


    /* Footer */

    .hyperlinks {
        font-size: 0.9em;
    }

}

@media (min-width: 768px) {

    /* Homepage */

    .home-header .header-title {
        text-align: end;

    }

    .home-header .header-text {
        float: right;
    }

    /* About Us Page */

    .con-box {
        padding: 50px 0;
    }

    /* Science Page */

    .sci-box {
        padding: 70px 0;
    }

    /* Product Page */

    .prod-intro .side-line::after {
        margin-top: 30px;
        width: 100px;
    }



}

@media (min-width: 992px) {

    /* index */

    #videoPage video {
        height: 100vh;
        object-fit: cover;
    }

    /* Nav Bar */

    .navbar-nav {
        border-bottom: 1px #000000 solid;
    }

    .navbar-nav .nav-link {
        font-size: 0.8em;
        border-top: transparent 5px solid;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link {
        border-color: #ee1a28;
    }

    .navbar-nav .nav-link {
        min-width: 120px;
    }

    /* Header */


    .header-title h1 {
        font-size: 6em;
        text-shadow: 0px 0px 40px #000000;
    }

    .header-text h4 {
        font-size: 1.5em;
        line-height: 120%;
    }

    .header-content {
        padding: 120px 0;
    }


    /* Homepage */

    .home-header {
        min-height: 80vh;
    }

    /* About Us Page */


    .about-content p {
        line-height: 135%;
    }

    .con-box {
        font-size: 1.6em;
        padding: 95px 0;
    }

    .time-content {
        min-height: 250px;
    }

    .slick-current p {
        font-size: 6em;
    }


    /* Science Page */

    /* Product List page */

    .prod-num {
        margin-left: -50px;

    }

    .prod-img {
        padding-left: 50px;
        height: 350px;
        margin-top: -25px;
    }

    .prod-inv .prod-img {
        margin-top: 0;
    }

    .prod-title::after {
        width: 60px;
        margin-left: 285px;
    }

    .prod-inv .prod-title::after {
        margin-left: -80px;
    }


    /* Product Page */

    .prod-intro .side-line::after {
        margin-top: 15px;
        width: 150px;
    }

    .product-header {
        min-height: 50vh;
    }

    .product-header h1 {
        font-size: 6em;
        text-shadow: 0px 0px 40px #000000;
    }



    /* Find Us Page */

    #map {
        height: 700px;
    }

    .dealer-item {
        margin-top: 60px;
        margin-left: 60px;
    }

    .dealer-search {
        margin: 0 auto;
    }

    .address-pane,
    .contact-form {
        margin: 0;
    }

    /* Contact Us  */

    .contact-content {
        margin-top: 75px;
    }


    /* Footer */

    .social {
        padding-top: 0px;
        text-align: start;
    }

    .prod-details .accordion-body strong,
    .prod-details .accordion-body p {
        height: auto;
        font-size: 1em;
    }
}

@media (min-width: 1200px) {



    /* Nav Bar */

    .navbar-nav .nav-link {
        font-size: 1em;
        min-width: 142px;
    }

    /* Header */

    .banner .header-text {
        padding-top: 150px;
    }

    .inv-header .header-text {
        padding-top: 55px;
        padding-bottom: 35px;

    }


    .banner .header-title {
        text-align: end;
    }

    .align-fix-find {
        margin-right: -91px;
    }

    .align-fix-prod {
        margin-right: -52px;
    }

    .align-fix-sci {
        margin-right: -74px;
    }

    .align-fix-contact {
        margin-right: -23px;
    }

    .align-fix-scho {
        margin-right: 28px;
    }

    /* Homepage */

    .home-header {
        min-height: 100vh;
    }

    /* About Us Page */

    .about-content p {
        line-height: 200%;
    }

    .con-box {
        padding: 80px 0;
    }

    /*  Science Page */

    .sci-box {
        padding: 150px 0;
    }

    /* Product List Page */

    .prod-title {
        font-size: 1.8em;
    }

    .prod-title::after {
        width: 150px;
        margin-left: 265px;
    }

    .prod-inv .prod-title::after {
        margin-left: -180px;
    }
}

@media (min-width: 1400px) {

    /* Nav Bar */

    .navbar-nav .nav-link {
        min-width: 165px;
    }


    /* Header */

    .header-content {
        padding: 180px 0;
    }

    /* About Us */

    .about-content p {
        line-height: 215%;
    }

    /* Product List Page */

    .prod-title {
        font-size: 2em;
    }

    .prod-title::after {
        width: 180px;
        margin-left: 300px;
    }

    .prod-inv .prod-title::after {
        margin-left: -220px;
    }

    /* Contact Us Page */
    .contact-form label {
        font-size: 0.9em;
    }
}