@font-face {
    font-family: 'OpenSans_Regular';
    src: url('../fonts/AtmusFiltration_Poppins_Font/OpenSans_Regular.ttf')
}

@font-face {
    font-family: 'Poppins_Bold';
    src: url('../fonts/AtmusFiltration_Poppins_Font/Poppins_Bold.ttf')
}
.user-nav {
    display: none;
}

#header {
    background-color: #fdfdfd;
    width: 100%;
    min-height: 0px;
    padding-top: 1px;
    border-bottom: 1px solid #d9d9d9;
}

.landing-hero:before {
    background-image: linear-gradient(90deg, #000 57%, transparent);
}

.landing-hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    min-width: 500px;
    opacity: .6;
}

*,
:after,
:before {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.why-registration {
    background: #DDDDDD;
    padding: 50px 110px;
    text-align: center;
    width: 100%;
}

.why-registration p {
    font-size: 16px;
    line-height: 0px;
    margin-top:24px;
}

.why-registration h3 {
    color: #02875c;
    font-size: 28px;
    padding: 10px 0px 15px 0px;
    border-bottom: #FFF 1px solid;
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px auto;
    font-weight: 600;
    font
}

.registration-reason ul li {
    padding-top:20px !important;
    list-style: none;
    float: left;
    font-size: 14px;
}

.layout-container {
    width: 100%;
    max-width: 1720px;
    margin: 0px auto;
    padding: 6px 38px;
}
.get-start {
    text-align: center;
    padding: 40px 0;
}

.get-start h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}

.get-start-steps {
    background: #FFF;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 40px 0px;
    margin-top: 26px;
}

.get-start-steps ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.get-start-steps ul li:not(:last-child) {
    border-right: #DDD 1px solid;
}

.get-start-steps ul li {
    padding: 36px 10px;
    list-style: none !important;
}

.get-start-icon {
    background: #02865c;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px auto;
}

.get-start-steps h3 {
    color: #02865c;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0 0;
    /* font-family: "Jost", 'sans-serif' !important; */
}

.get-start-steps p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: -12px;
}

.ready-grow {
    background: #122521;
    padding: 28px 0;
    text-align: center;
}

.ready-grow h2 {
    font-size: 30px;
    color: #FFF !important;;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.ready-grow p {
    color: #FFF;
    font-size: 16px;
    margin: 12px 0 0 0;
    justify-content:center;
    align-items:center;
    display: flex;
}

.about-sio {
    display: grid;
    padding: 40px 0;
    grid-template-columns: 600px auto;
    column-gap: 30px;
}

.about-sio-logo {
    display: flex;
    align-items: center;
}

.about-sio-logo img {
    height: 120px;
}

.about-content h2 {
    color: #013726;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
    margin-left: -54px;
}

.about-content p {
    font-size: 16px;
    padding-right: 20px;
    margin-top: 0px;
    line-height: 30px !important;
    margin-left: -54px;
}

.about-content p a {
    color: #02865c;
    font-weight: 600;
    text-decoration: none;
}


#header .brand {
    background-color: #000000;
    float: Left;
    margin-left: 50px;
    width: 165px;
    margin-top: 17px !important;
    min-height: 60px !important;
    position: relative;
    border: none !important;
    background: url('../img/Atmus_Logo.jpg') no-repeat left top -4px;
    background-size: contain;
    overflow: hidden;
}

.cc-color-override-1438462623.cc-window {
    color: #FFF !important;
    background-color: #666666 !important;
    font-family: Arial !important;
}

.cc-color-override-1438462623 .cc-btn {
    color: #FFF !important;
    background-color: #00A7FF !important;
    font-family: Arial !important;
}

div.item {
    vertical-align: top;
    text-align: center;
    width: 168px;
    float: left;
    margin: 10px 8px 8px 0px;
}

.caption {
    display: block;
}

.text-center {
    text-align: center;
}

#menubar {
    padding-top: 1.5rem;
    background-color: #007cbd;
    text-align: left;
    min-height: 60px;
}

#menubar a {
    font-size: 1.55rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#menubar a:link {
    color: #fff;
}

#menubar a:visited {
    color: #fff;
}

#menubar a:hover {
    color: #fff;
}

#menubar a:active {
    color: #fff;
}

h1,
h2,
h5,
h6 {
    font-family: 'Poppins_Bold' !important;
    color: #252525 !important;
    line-height: 1.4;
}

h3,
h4 {
    color: #272727;
    font-family: 'Poppins_Bold' !important;
    line-height: 30px;
}

h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    font-weight: 800;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: .5px;
}

.main-content-wrapper #main-content {
    padding: 0px !important;
    border-top: 0px;
    padding-top: 30px !important;
    height: auto !important;
}

.centered {
    position: absolute;
    top: 42%;
    left: 28%;
    transform: translate(-50%, -50%);
}

body {
    font-family: 'OpenSans_Regular' !important;
    font-size: 18px;
    line-height: normal;
    background-color: #ffffff;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
    letter-spacing: .5px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

ul {

color: rgb(0, 97, 160);

font-size: 15px;

font-family: 'OpenSans_Regular' !important;

font-weight: 600;

margin-left: 15px !important;
}

span {
    font-family: 'OpenSans_Regular' !important;
}

li {list-style: none !important;color: rgb(0, 97, 160);font-size: 14px !important;font-family: 'OpenSans_Regular';font-weight: 600;line-height: 1.9;}


p {
    font-family: 'OpenSans_Regular' !important;
    font-weight: 400;
    margin: 0;
    padding: 1px 0 10px 0px;
    color: #222;
    font-size: 16px;
    /* line-height: 2 !important; */
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 2px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-align: start;
    text-indent: 0px;
}

::selection {
    background: rgb(51, 144, 255);
    color: rgb(247, 247, 247);
}

strong {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: normal !important;
}

.alpaca-icon-required {
    display: none;
}

legend.alpaca-container-label {
    color: #da1020 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.btn {
    display: inline-block;
    padding: 16px 35px 15px 35px !important;
    font-size: 14px !important;
    font-weight: 900;
    line-height: 1 !important;
    color: #02865c !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #ffffff  !important;
    user-select: none !important;
    vertical-align: middle !important;
    border: 0 !important;
    height: 44px;
    font-family: 'OpenSans_Regular' !important;
    border: 2px #202945 solid !important; 
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #02865c !important;
    background-color: #ffffff !important;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #E8E8E8 !important;
    border-color: #0076ba !important;
}

.btn-primary .badge {
    color: #E8E8E8 !important;
    background-color: #0076ba !important;
}

.checkbox {
    padding-left: 40px !important;
}

.radio {
    padding-left: 30px !important;
}

.form-alpaca.form-border .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.alpaca-field-optiontree:first-child input {
    display: none;
}

.bg-mdt {
    background-color: #e8e8e8;
}

hr {
    margin: 0px !important;
    border: none !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
}

#customerForm a {
    color: #666666 !important;
}

.image-tagline p {
    font-size: 18px;
    line-height: 49px;
    letter-spacing: .01em;
    font-weight: bold;
    line-height: 25px;
    text-transform: none;
}

.image-tagline {
    overflow: hidden;
}

.image-tagline p {
    background: 0;
    color: #fff;
    line-height: 1;
}

ul,
li {
    list-style: disc;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.registration-reason ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 33px;
}

.registration-reason ul li span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: revert;
    display: inline-block;
    background-color: #02875c;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: 'Georgia';
    font-size: 14px;
}

.col-md-12,
.col-md-5,
.col-sm-5,
.col-md-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.background-bottom {
    background-image: url('https://www.mars.com/sites/g/files/dfsbuz106/files/styles/cropped_crop_3_1/public/2023-11/Banner%20Loved%20by%20people%20and%20pets.png?h=c97f3009&amp;itok=uuwgdpKS');
    /* Replace with your image URL */
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 500PX;
    /* Adjust the height as needed */
    width: 100%;
}

.content {
    flex: 1;
    /* Takes up all available space except the bottom section */
    padding: 20px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee img {
    height: 100px;
    /* Adjust height as needed */
    margin-right: 20px;
    /* Space between images */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

    .responsive-iframe {
        width: 100%;
        height: 250px;
        max-width: 480px;
    }

    .main-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }

    .ml-0 {
        margin-left: 0px !important;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mt-88 {
        margin-top: 27px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-10 {
        margin-top: 0px !important;
    }

    .mt-5 {
        margin-top: 13px !important;
    }

    .pt-83 {
        padding-top: 43px;
    }

    .plr-40 {
        padding: 0px 40px;
    }

    .paramount-text {
        font-size: 25px;
        color: #7FEAED;
        line-height: 1.2 !important;
        font-weight: 700;
    }

    .text-light {
        color: #000000;
    }

    .ul-margin {
        margin-left: 35px;
        margin-top: 5px;
    }

    .company-input {
        font-size: 12px;
        text-align: center;
        border: 2px solid #cdcdcd;
        border-color: rgb(35 2 2);
        background-color: white;
        height: 42px
    }

    .max-w-320 {
        max-width: 320px;
    }

    .max-w-420 {
        max-width: 420px;
    }

    @media (max-width: 992px) {
        .max-w-320 {
            max-width: 100%;
        }

        .max-w-420 {
            max-width: 100%;
        }

        .m-text-center {
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .sm-text-center {
            text-align: center !important;
        }

        .company-input {
            max-width: 400px;
            margin: 0px auto;
        }

        .submit-report {
            margin-top: 10px !important;
            margin-left: 0px;
        }
    }

    .row-flex{display:flex;}
    @media (max-width: 768px) {
    .row-flex{display:block;}
    }