﻿
/************ 
    AH v1.5
 **********/

/************** 
    Lab Global 
 ************/

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html, body {
    padding-top: 0px;
    margin: 0px;
    height: 100%;
}

.top-nav-container {
    background-color: #3E3F3A;
}

.container-fluid.color-span {
    background-image: url(../media/4041/lab-header-span.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #fff;
    padding: 0;
    margin: 0;
}


/****************** 
    general style 
 ***************/


html {
    font-size: 14px !important;
}

html {
    overflow-x: hidden;
}


h1 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 2.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}


h2 {
    font-size: 2rem !important;
    padding-top: 20px !important;
}

    h2 em {
        color: #325d88 !important;
        font-style: normal !important;
    }


h3 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 1.6rem !important;
    padding-top: 10px !important;
}

    h3 em {
        color: #325d88 !important;
        font-style: normal !important;
    }


h4 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 2rem !important;
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    h4 em {
        color: #325d88 !important;
        font-style: normal !important;
        margin-bottom: 30px;
        border-bottom: 1px solid #3BAADE;
    }


h5 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

    h5 em {
        color: #325d88 !important;
        font-style: normal !important;
    }


.heading-ul {
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.heading-ul-top {
    display: block;
    padding: 10px 0;
    margin-top: 30px;
    border-top: 5px dotted #3BAADE;
}

h3.section-header-chunk1 {
    display: block;
    background-color: #66BDE2;
    color: #365D83 !important;
    padding: 10px;
    margin: 10px 0;
}


u {
    font-weight: 700;
}

.w-65 {
    width: 67%;
}

.fs_small {
    font-size: 28px;
    line-height: 35px;
}

.fs_small2 {
    font-size: 28px;
}

.fs_small3 {
    font-size: 23px;
}

.fs_small_p {
    font-size: 20px;
    line-height: 23px;
}

.w-35 {
    width: 37%;
    height: 50%;
}

.btn-1 {
    border-radius: 0%;
    margin: 17px 0;
    font-size: 30px;
    font-weight: 600;
}

.samples li {
    margin-bottom: 15px;
}

.part-6 {
    background-image: linear-gradient(to top left, #29ace0d8, #ffffffb2);
}

.part4_part5_part6 {
    background-image: url(../media/4007/img-background-lines.png);
    background-size: cover;
    background-position: center center;
}

.part4 {
    background-image: linear-gradient(to bottom right, #29ace0, #29ace025), url(../media/4010/section-2-backgroundimage.png);
    background-size: cover;
    background-position: center center;
}

button {
    box-shadow: 1px 7px 11px 9px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
}

.text-start {
    text-align: left;
}

.font-p-17 {
    font-size: 17px;
}

.font-p-20 {
    font-size: 20px;
}

/* List - Checkmark Replacement */
ul.check {
    list-style: none;
}

    ul.check li:before {
        content: '✓';
        padding-right: 6px;
    }

.sync-logo {
    width: 112.5px;
    height: 25.5px;
}



/***************
    Nav Tweaks
*************/

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a.nav-link {
    color: #fff !important;
}

#sub-navbar a.nav-link:hover {
    color: #333 !important;
}

#sub-navbar li.button-item a.nav-link:last-child {
    padding: 2px 10px !important;
}

li.button-item a {
    margin: 1.17em 0 0 1em !important;
    border-radius: 2px;
    background-color: #345D85;
}

    li.button-item a:hover {
        background-color: #fff;
        color: #345D85 !important;
    }

#sub-navbar a.nav-link {
    text-decoration: none;
    color: #ffffff !important;
    letter-spacing: .03em;
    font-weight: 500 !important;
    padding-left: 1em !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em !important;
}

.lab-navbar-logo {
    margin-top: 8px;
    margin-left: 36px;
}

@media only screen and (max-width:1200px) {

    .lab-navbar-logo {
        margin-top: 8px;
        margin-left: 36px;
    }

    #sub-navbar .navbar-nav li:first-child {
        display: none;
    }
}

@media only screen and (max-width:991px) {

    ul.nav.navbar-nav {
        justify-content: center !important;
    }

    .lab-navbar-logo {
        margin-top: 30px;
    }

}




.navbar-default .navbar-nav li a {
    color: #ffffff;
}

.nav-non-bold {
    font-weight: 300 !important;
}

.dropdown-menu {
    top: 47px !important;
}

.dropdown-item {
    text-transform: capitalize !important;
}

    .dropdown-item:hover {
        color: #fff !important;
        background-color: #345D85 !important;
    }

/************************** 
    Link to Aquatics Home 
*************************/

a.linked-up-arrow {
    color: lavender !important;
    letter-spacing: .04em;
    display: inline-block;
    font-weight: 700 !important;
}

.linked-up-arrow::before {
    content: "↖";
    padding-right: 2px;
    margin-top: -5px;
    color: lavender;
}

a {
    text-decoration: none;
    color: #345D85 !important;
}


.headingText h1.text-center, .headingText h2.text-center {
    text-align: left !important;
    color: #fff;
    padding-top: 0 !important;
    padding-left: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.headingText {
    text-shadow: none !important;
}

.append-registered::after {
    content: "®";
    position: relative;
    top: -0.4em;
    left: -0.1em;
    margin-right: -.33em;
    font-size: 75%;
    opacity: 0.65;
}

.append-registered-sm::after {
    content: "®";
    position: relative;
    top: -0.4em;
    left: -0.09em;
    margin-right: -.33em;
    font-size: 55%;
    opacity: 0.65;
}


.roboto-condensed-header {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h3.roboto-condensed-header {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #345D85;
    font-size: 30px !important;
}


/******************************************************** 
    Header style - Banner Image Replacement 
    
    ┌─────────────┬─────────────────────────────────────┐
    │   FOR ALL   │   USE THE TRANSPARENT HEADER IMAGE  │
    │  LAB PAGES  │   IN UMBRACO BACK-OFFICE            │
    └─────────────┴─────────────────────────────────────┘
    /media/4047/pond-header-2b.jpg 
    /media/4043/header-pond-3.jpg
 ********************************************************/


#banner {
    background-image: linear-gradient(hsl(206 83% 42% / 1.0), hsl(206 83% 42% / 0)), url(/media/4043/header-pond-3.jpg) !important;
    background-position: 5% 29%;
    background-size: cover;
}

section.first {
    background-image: url("/media/4113/water-gradient-1.jpg");
    background-position: right 100% top 100%;
    background-size: cover;
    padding-left: 46px!important;
}

/************************************* 
    Login Button Positioned Top-Right 
************************************/

.Banner .container {
    position: relative;
}

#banner-link {
    position: absolute;
    right: 60px;
    top: 10px;
}

.lab-cta-primary {
    z-index: 1;
    background-color: #315d87!important;
    border-radius: 2px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
    font-weight: 700;
    color: #ffffff!important;
    font-size: 24px;
    text-align: center!important;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 auto;
    text-decoration: none;
    text-transform: none;
    padding:8px 30px;
    white-space: nowrap;
}
    .lab-cta-primary::after {
        content: " Now";
    }

    .lab-cta-primary:hover {
        box-shadow: none;
        color: #345D85 !important;
        background-color: #fff !important;
    }

@media only screen and (max-width:1080px) {

    .lab-cta-primary {
        z-index: 1;
        border-radius: 2px;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
        font-weight: 600;
        font-size: 18px;
        padding: 4px 16px;
    }

}

@media only screen and (max-width:991px) {

    .lab-cta-primary {
        z-index: 1;
        border-radius: 2px;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
        font-weight: 600;
        font-size: 16px;
        padding: 4px 16px;
    }
    .Banner-200 {
        height: 100px!important;
    }

    .lab-cta-primary::after {
        display: none;
    }
}

@media only screen and (max-width:767px) {

    .lab-cta-primary {
        z-index: 1;
        border-radius: 2px;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
        font-weight: 600;
        font-size: 16px;
        padding: 4px 16px;
    }

    .lab-cta-primary::after {
        display: none;
    }
}

/******************************************************* 
    Lab Logo - Positioned to the left of the Lab Subnav 
*****************************************************/

ul.nav.navbar-nav {
    float: right;
}

.lab-navbar-logo {
    float: left;
}

ul.nav.navbar-nav.pe-2 {
    margin-right: 1.6rem!important;
}

/********************* 
        Lab Home Logo 
*******************/

.lab-home-logo {
    margin-left: 30px;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.lab-home-logo-mobile {
    display:none;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media only screen and (max-width:991px) {

    .lab-navbar-logo {
        opacity: 0;
        display: none;
    }

    .lab-home-logo img {
        width: 399px;
        height: 62px;
    }

    .col-sm-7 {
        width: 100%;
    }

    .headingText {
        margin-top: -40px;
    }

    .headingText h2 {
        font-size: 20px !important;
    }

    .Banner-200 {
        height: 200px;
    }

    ul.nav.navbar-nav {
        margin-top: 10px;
        margin-right: 115px;
    }

    ul.nav.navbar-nav.pe-2 {
        margin-right:0!important;
    }


}

@media only screen and (max-width:767px) {

    .lab-cta-primary {
        margin-right: 5%;
    }

    .lab-home-logo {
        display:none;
    }

    .lab-home-logo-mobile {
        margin-top: -8px;
        margin-left: 20px;
        display: block;
        width: 150px;
        height: 62px;
        animation: fadeInAnimation ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    #banner-link {
        right: 0;
        top: 5px;
    }

    ul.nav.navbar-nav {
        margin-top: 5px;
        margin-right: 0;
    }

    #sub-navbar .navbar-nav {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }


    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .lab-navbar-logo {
        margin-top: 60px;
        margin-left: -14px;
    }
}


@media only screen and (max-width:650px) {

    

}



    @media only screen and (max-width:620px) {

        .container.top-nav-container {
            padding-right: 0 !important;
            padding-left: 0 !important;
            max-width: 82% !important;
        }

        .headingText {
            width: 70% !important;
        }

            .headingText h1 {
                margin-bottom: -5px;
            }

            .headingText h2 {
                font-size: 16px !important;
                font-weight: 500 !important;
            }
    }


    @media only screen and (max-width:500px) {

        #sub-navbar li.button-item a.nav-link:last-child {
            margin-top: -12px !important;
        }

        ul.nav.navbar-nav {
            justify-content: center !important;
        }

        .headingText {
            margin-top: -20px;
        }
    }





    /*************** 
        Footer 
*************/

    .footer {
        position: relative;
        width: 100%;
        margin-top: 0;
    }

    .footer-copyright {
        float: left !important;
        width: 75%;
        margin: 0 0 0 30px;
    }

    .footer-social {
        float: right !important;
        width: 200px !important;
        right: 30px;
    }

    .footer a {
        color: #93c54b !important;
    }





    /*********************************** 
       Lab Landing Page (LAB HOME) 
*********************************/

/* Expand-Collapse SYNC Link on Lab Home */

    .teaser {
        display: none;
    }

/******************** 
        Page Section 
*******************/

    .first {
        background-color: #ECEEF3;
    }

    .bg-gray {
        background-color: #8E8C84;
    }

    .bg-blue {
        background-color: #29ABE0;
    }

    .bg-dark-gray {
        background-color: #555555;
    }

    .text-vilot {
        color: #7F98B1;
    }

    .bg-vilot {
        background-color: #7F98B1;
    }

    .text-gray {
        color: #555555;
    }

    .bg-btn-blue {
        background-color: #7993AD;
        transition: 0.5s;
    }

    .border-btn-blue {
        border-color: #7993AD;
    }

    .bg-btn-blue:hover {
        background-color: #6ca5df;
    }

    .text-btn-blue {
        color: #7993AD;
    }

    .big-card {
        background-image: linear-gradient(#fff, #ECEEF3 );
        padding: 10px 14px;
    }

    .big-card-yellow {
        width: 25px;
        height: 350px;
        background-image: linear-gradient(#C8B751, #ECEEF3 );
    }

    .big-card p {
        font-size: 1.2em;
    }

    .access-btn {
        border: none;
        box-shadow: none;
    }

    .btn-flag {
        display: none;
    }

    .inline-pagination-prev-next {
        color: #315D87;
        font-size: 1.2em;
    }

    .text-sec-blue-left a, .text-sec-blue-left a {
        white-space: nowrap;
    }

    .text-sec-blue-left {
        text-align: left;
        display: inline-block;
        white-space: nowrap;
    }

        .text-sec-blue-left a::before {
            content: "❮❮";
            padding-right: 8px;
        }

    .text-sec-blue-right {
        text-align: right;
        display: inline-block;
        white-space: nowrap;
    }

        .text-sec-blue-right a::after {
            content: "❯❯";
            padding-left: 8px;
        }

    /* CTA - Lab page Cards */
    /* SeSCRIPT */
    .bg-gray {
        -webkit-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
    }
    /* FasTEST */
    .bg-blue {
        -webkit-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 9px 22px 0px rgba(0,0,0,0.4);
    }

        .bg-gray h3, .bg-blue h3 {
            font-size: 1.45rem;
            text-align: left !important;
        }

        .bg-gray:hover,
        .bg-blue:hover {
            -webkit-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0);
            -moz-box-shadow: 0px 9px 22px 0px rgba(0,0,0,0);
            box-shadow: 0px 9px 22px 0px rgba(0,0,0,0);
        }

        .bg-gray a,
        .bg-blue a {
            color: #fff;
        }

            .bg-gray a:hover,
            .bg-blue a:hover {
                color: #222 !important;
            }

    p.fs-5 {
        line-height: 1.1em;
    }

    .sync-panel-text {
        font-size: 14px;
    }

    section.first {
        position: relative;
    }



    .card-1-cta {
        height: 190px;
    }

        .card-1-cta h3 {
            text-align: left;
        }

    .bg-gray h3, .bg-blue h3 {
        font-size: 1.7rem;
        text-align: left;
    }

    .mt-n1 {
        margin-top: -2.4rem;
    }

    .py-4-0 {
        padding-top: 3.5rem;
        padding-bottom: 0;
    }


    /* Four Icons */

    .d-flex.justify-content-center.align-items-center.p-0 {
        margin: 0 auto;
        background-color: #CCE1EB;
        height: 140px;
        width: 140px;
        border-radius: 50% !important;
    }

    /******************** 
        Page Section 
*******************/
    .sescript-callout {
        padding: 60px 30px;
    }

        .sescript-callout button.btn-callout-primary {
            background-color: #3A6376;
            border-radius: 2px;
            box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
            font-weight: 700;
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            letter-spacing: 0;
            line-height: normal;
            text-decoration: none;
            text-transform: none;
        }

            .sescript-callout button.btn-callout-primary:hover {
                box-shadow: none;
                color: #345D85;
                background-color: #fff;
            }




    a.btn.btn-callout-primary {
        background-color: #3A6376;
        border-radius: 2px;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
        font-weight: 700;
        color: #ffffff !important;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
        text-decoration: none;
        text-transform: none;
        white-space: pre-wrap; /* Chrome */
        word-wrap: break-word; /* IE */
        width: 330px;
    }

        a.btn.btn-callout-primary:hover {
            box-shadow: none;
            color: #345D85 !important;
            background-color: #fff;
        }





    .fs_medium-callout {
        font-size: 1.5em;
    }

    .sescript-callout .image-subtext {
        font-size: 15px;
        margin-top: -30px !important;
        letter-spacing: .03em;
    }

    /***************** 
        Page Section 
*******************/

    .got-you-covered {
        padding: 60px;
    }

        /* Primary Button Overrides */
        .got-you-covered .btn {
            background-color: #315D87;
            border: none;
            padding: 9px;
            text-transform: none;
            font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 700;
            letter-spacing: .022em;
            font-size: 24px;
            border-radius: 2px;
        }

            .got-you-covered .btn:hover {
                box-shadow: none;
                background-color: #9DD4ED;
                color: #315D87 !important;
            }


    /******************************************** 
    Lab Home - Regulatory Callout at bottom
******************************************/

    .regulatory-cta {
        background-image: linear-gradient(to bottom right, #29ace0d8, #ffffffb2);
    }

    a.pdf-download {
        color: #fff !important;
        background-color: #30496A !important;
        font-size: 18px !important;
        padding: 6px 30px 2px 30px !important;
        vertical-align: middle;
        letter-spacing: .02em;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.45), 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
        border-radius: 2px;
    }

        a.pdf-download:hover {
            color: #30496A !important;
            background-color: #AAD5EC !important;
        }

    i.fa.fa-solid.fa-file-pdf {
        padding: 2px 14px 8px 0 !important;
        font-size: 28px;
        vertical-align: middle;
    }

    /*******************
    Secondary Lab Pages
*********************/

    .lab-body {
        padding: 28px 38px;
    }

    .right-col-h2 {
        font-size: 45px;
        font-weight: 700;
    }

    .bg-overlay1 {
        background-color: #29ace057;
        right: 10px;
    }

    .bg-overlay2 {
        background-color: #29ABE0;
        right: 10px;
    }


    .triangle-topleft {
        width: 0;
        height: 0;
        border-top: 100px solid #fff;
        border-right: 100px solid transparent;
    }

    .arrow {
        top: 0%;
    }

    .cursor {
        cursor: pointer;
    }

    .list-group ol li {
        list-style-type: none !important;
    }

    .list-group-item {
        padding: 12px 5px !important;
        line-height: 1.2em !important;
    }

        .list-group-item:has(a):hover {
            background-color: #D4DFFE;
        }

    .list-group ol li a {
        line-height: 1.3rem;
        padding-bottom: 3px;
        display: block;
    }

    .list-group .badge {
        margin-top: 1rem;
    }


    /*************************************************************************
    Bootstrap 5 patches below - The main SePRO site is using Bootstrap 4. 
    These tweaks are in place on Lab pages at the moment, as the 
    lab pages were built in Bootstrap 5.
**********************************************************************/

    .navbar {
        flex-wrap: nowrap !important;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .navbar a {
        text-decoration: none;
    }

    .navbar .container {
        /*display: block !important;*/
        /*EL commented this out on 03.22.24. I made a few changes to make the navbar and subnav applicable to all pages, not just the lab*/
    }



    /*************************************** 
    Tweaks with Umbraco Editor in place 
*************************************/

    /* Killing Pagination */
    .inline-pagination-prev-next {
        display: none;
    }

    /* Killing the blue dots */
    .heading-ul-top {
        border: 0;
    }

    form {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        padding: 30px !important;
        margin: 10px 20px 20px 20px !important;
    }

    .g-recaptcha {
        width: 312px;
        margin: 0 auto;
    }


    /* Further Responsive CSS */

    h2.our-lab, h2.our-lab-second {
        width: 75%;
    }


    @media only screen and (max-width:991px) {

        .teaser {
            display: block;
        }

        .card-1-cta {
            height: 220px;
        }

        h2.our-lab {
            width: 100%;
            text-align: center;
            margin: -30px 0 40px 0;
        }

        h2.our-lab-second {
            width: 100%;
            text-align: center;
            margin: -30px 0 -10px 0;
        }

        .fs_medium-callout {
            font-size: 1.3em;
        }

        .headingText {
            width: 400px;
        }

        .Banner-200, .Banner {
            max-height: 100px !important;
            min-height: 100px !important;
        }

        .col-lg-4.mt-5.pb-5 {
            margin: -5rem 0 !important;
            padding: 0 12px !important;
        }

        .col-lg-4 h2 {
            font-size: 1.5em !important;
        }

        .got-you-covered .btn {
            padding: 16px !important;
            font-size: 18px;
        }
    }



    @media only screen and (max-width:767px) {

        .partwall h2.h1 {
            font-size: 1.6em !important;
        }

        h2.our-lab, h2.our-lab-second {
            font-size: 1.4em !important;
        }

        .fs_small_p {
            font-size: 16px;
            line-height: 18px;
        }

        .fs_small3 {
            font-size: 18px;
        }

        .fs_medium-callout {
            font-size: 1.3em;
        }

        .partwall.p-5 {
            padding: 0 !important;
        }

        .partwall .px-sm-5, .partwall .p-5 {
            padding: 0 !important;
        }

        .sescript-callout {
            padding: 0;
        }

        .part-6 h2 {
            font-size: 1.5em !important;
        }

        .part-6 li {
            padding: 0px !important;
            margin-bottom: -1px !important;
        }

        .samples li {
            margin-bottom: 7px !important;
        }
    }


    @media only screen and (max-width:639px) {

        .partwall .px-sm-5 {
            padding: 0 !important;
        }

        .sescript-callout {
            padding: 0;
        }

        .navbar-toggler {
            margin-right: 5%;
        }

        section.pt-5 .container {
            padding: 0 3rem !important;
        }

        h1 {
            font-size: 1.7em !important;
            line-height: 1.2em !important;
        }

        .fs_small3 {
            font-size: 18px;
        }
    }

    @media only screen and (max-width:600px) {

        .card-c1 p {
            font-size: 18px !important;
        }
    }


    @media only screen and (max-width:575px) {

        .partwall .px-sm-5, .partwall .p-5 {
            padding: 0 !important;
        }

        .sescript-callout {
            padding: 0;
        }

        .order-sm-1 {
            order: -1 !important;
        }

        .fs_small3 {
            font-size: 16px;
        }
    }