@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

@media (max-width:1023px) {
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/*********************** Main Carousel ***********************/

#myCarousel {
    height: 100vh !important;
}

    #myCarousel .carousel-inner {
        height: 100vh;
        top: 0;
    }

        #myCarousel .carousel-inner > .item {
            height: 100vh;
        }

            #myCarousel .carousel-inner > .item > img {
                max-width: none;
    height: auto;
    width: 100vw;
            }


/*********************** Supported Platforms ***********************/

@media (min-width: 768px) {


    .supprted-platforms span.supprted-platforms-text {
        padding-top: 26px;
    }

    .supprted-platforms span.supprted-platforms-text {
        width: 10% !important;
    }

    .platfroms-wrapper > a {
        margin-top: 0 !important;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }



    .platfroms-wrapper {
        margin-left: 0%;
        margin-right: 4%;
        width: 77% !important;
        display: flex;
        justify-content: space-between;
        height: 100px;
    }



    .supprted-platforms {
        height: 100px;
        border: none;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
        z-index: 800;
        position: relative;
        margin-bottom: 6px;
    }
}

/*********************** Strips ***********************/

/********** General **********/

.strips .row {
    margin: 0;
}

.a_strip .a_screen {
    position: relative;
}

.a_strip .strip_screen {
    position: relative;
}

.a_strip .strip_lines {
    position: absolute;
}

.a_strip .strip_badge {
    position: absolute;
}


.a_strip h2 {
    font-family: 'Roboto Slab', serif;
    color: #3e3e3e;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}

.a_strip .textim {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 34px;
}

.a_strip .strip_cta {
    display: inline-block;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
    position: relative;
}



a.strip_cta:hover {
    text-decoration: none;
}

    a.strip_cta:hover:after {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        top: 0;
        left: 0;
        background: red;
    }

.a_strip .related {
    display: inline-block;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    color: #818181;
    text-decoration: underline;
    margin-left: 60px;
    font-size: 16px;
}

    .a_strip .related:hover {
        color: #3e3e3e;
    }

/******** Military Hippie video strip */

.row.a_strip.strip-video{
background-color:#fff6ef;
margin-bottom:80px;
height: 190px;
}

.strip-video h2{
    font-size: 28px;
    line-height: 1.2;
    text-align:center;
    padding: 0 120px;
margin-top: 50px;
}

.strip-video .video-circle {
height:243px;
width: 243px;
border-radius: 140px;
background-color:white;
border: 3px solid #ff9840;
display: block;
position: relative;
top: -30px;
text-align:center;
}

.strip-video .video-circle:hover {
border: 3px solid #e37124;
}

.strip-video .video-link{
height:229px;
width: 229px;
border-radius: 140px;
display: block;
position: relative;
top: 4px;
left: 4px;
cursor:pointer;
-webkit-transition: 50ms ease-in-out;
    -moz-transition: 50ms ease-in-out;
    -o-transition: 50ms ease-in-out;
    transition: 50ms ease-in-out;
}

.strip-video .video-link:hover {
    
-webkit-transition: 50ms ease-in-out;
    -moz-transition: 50ms ease-in-out;
    -o-transition: 50ms ease-in-out;
    transition: 50ms ease-in-out;
}

.strip-video .video-text-out {
    background-image: url('../../images/hp-new/new_10_16/vide-case-studies.png');
display: block;
width: 142px;
height:30px;
position: absolute;
z-index: -1;
left: 43px;
top: -20px;
}

.modal_close{
position: absolute;
cursor:pointer;
top: 14px;
right: -8px;
z-index: 9;
}


#VidModal .modal-dialog {
    display: table;
    width: auto;
    margin-top: 80px;
}

.modal-backdrop {
    opacity: .5 !important;
    filter: alpha(opacity=50);
}


.modal {
    z-index: 9999;
}

.modal-backdrop.in {
    opacity: .5 !important;
    filter: alpha(opacity=50);
    z-index: -1;
}

#VidModal .modal-body {
    padding: 10px;
}


/********** Specific **********/
.row.a_strip.strip2{
overflow:hidden;
}

.a_strip.strip1 {
    padding: 200px 0 120px;
}

.strip1 .strip_screen {
    width: 78%;
    margin-left: 7%;
}

.strip1 .strip_badge {
    top: -19.5%;
    left: 4%;
}

.strip_badge {
    z-index: 20;
}


.strip1 .strip_lines {
    width: 26%;
    top: 6%;
    right: -2%;
}

.strip1 h2 {
    padding-top: 2%;
}

.strip1 .textim {
    padding-right: 4%;
    box-sizing: border-box;
}

.strip1 .strip_cta {
    background: #FF8533;
}

.a_strip.strip2 {
    padding: 120px 0 120px;
    background: #F4F4F4;
}

.strip2 .strip_cta {
    background: #D4362A;
}

.strip2 .strip_lines {
    width: 49%;
    top: 5%;
    left: -8%;
}

.strip2 .strip_badge {
    top: -6%;
    left: 25%;
}

.strip2 .strip_screen {
    width: 100%;
}

.strip2 .a_screen {
    text-align: right;
}

.strip3 .strip_screen {
    width: 64%;
    margin-left: 12%;
}

.a_strip.strip3 {
    padding: 120px 0 60px;
}

.strip3 .strip_lines {
    width: 32%;
    top: 10%;
    right: -2%;
}

.strip3 .strip_badge {
    top: 0%;
    left: 9%;
}

.strip3 .a_text {
    margin-top: 8%;
}

.strip3 .strip_cta {
    background: #2F9DD1;
}


.view_all {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    border: 1px solid #525252;
    text-decoration: none;
    color: #525252;
    display: block;
    position: relative;
    margin: 0 auto 140px auto;
    padding: 0;
    font-size: 18px;
    text-align: center;
    width: 350px;
}


.banner15k {
    background: #ffffff none repeat scroll 0 0;
   
    height: 120px;
    margin: 0 auto;
    overflow-y: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
   /* width: 84%;*/
    box-sizing: border-box;
}

.badges-wrapper {
    border: 1px solid #dadada;
    margin-bottom:90px;
}

.google-partner {
    height: auto;
   
    overflow: visible;
}

    .google-partner span.banner-border-headline {
        background: white none repeat scroll 0 0;
        color: #8b9499;
        font-size: 26px;
        position: absolute;
        top: -20px;
        z-index: 3;
        width: 52%;
        left: 50%;
        transform: translateX(-50%);
    }
    .google-partner p {
        color: #5a5a5a;
        font-size: 15px;
        line-height: 1.4;
        padding-left: 235px;
        text-align: left;
        padding-top: 20px;
    }
.pp-award {
    padding: 10px;
    border-left: 1px solid #dadada;
}
    .pp-award p {
        color: #5a5a5a;
        font-size: 15px;
        line-height: 1.4;
        padding-top: 32px;
        padding-left: 107px;
    }

.google-partner a {
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13pt;
    font-weight: 500;
    height: auto;
    line-height: 46px;
    margin: initial;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease 0s;
}

.apw {
    float: left;
    margin-top: 0;
    padding: 10px;
}

    .apw img {
        padding: 10px 0;
    }

.pp-award img {
    padding: 10px 0;
}

.apw span {
    height: 100%;
    display: block;
    text-align: center;
}

.right-side-banner {
    float: left;
    border-right: 1px solid #dadada;
}

.google-partner img {
    float: left;
    padding: 10px 0;
}


/*********************** Stats ***********************/

.stats {
    height: auto;
}

    .stats .container {
        padding: 120px 0;
    }

    .stats .stat {
        padding: 0;
    }

        .stats .stat .number {
            font-weight: 300;
            padding-top: 2px;
        }

        .stats .stat .stat-item {
            font-family: "Roboto",sans-serif;
            line-height: 34px;
        }


/*********************** clients ***********************/

.clients {
    background: #F4F4F4;
    margin-top: 0;
    height: auto;
    padding: 70px 0;
}

    .clients .container {
        display: flex;
        justify-content: space-between;
    }

/*********************** Testimonials ***********************/

#carousel-testimonials {
}


.testimonials {
    background: #fff;
    border: none;
}

#carousel-testimonials .carousel-inner > .item {
    text-align: center;
    height: auto;
    box-sizing: border-box;
    padding: 0 14%;
}

#carousel-testimonials .carousel-inner {
    top: 0;
}

.item .stars i{
    background-image:url(/common/images/hp-new/star.png);
    background-repeat:no-repeat;
    width:27px;
    height:25px;
margin-left: 2px;
margin-right: 2px;
display: inline-block;
position: relative;
top: 12px;
}

#carousel-testimonials .item h3 {
    color: #1c82bb;
    font-size: 32px;
    margin-bottom: 2px;
}

#carousel-testimonials .item a {
    font-size: 20px;
    color: #525252;
    margin-bottom: 18px;
    display: block;
}

#carousel-testimonials .item p {
    font-size: 19px;
    font-style: italic;
    color: #888888;
    min-height: 120px;
}

#carousel-testimonials .carousel-indicators {
    background: initial;
    bottom: auto;
    position: relative;
    width: 80%;
     margin-left: -40%;
}



    #carousel-testimonials .carousel-indicators li {
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 50%;
        border: 10px solid #fff;
        margin: 0px 20px;
        background: #fff;
        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
        position: relative;
        z-index: 5;
    }


        #carousel-testimonials .carousel-indicators li img {
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            z-index: 8;
            width: 100%;
            height: 100%;
        }


        #carousel-testimonials .carousel-indicators li.active::before, #carousel-testimonials .carousel-indicators li.active::after {
            content: "";
            width: 17px;
            height: 17px;
            background-color: #fff;
            left: 50%;
            transform: translate(-50%) rotate(45deg);
            top: 80px;
            position: absolute;
        }

        #carousel-testimonials .carousel-indicators li.active::before {
            z-index: 2;
        }

        #carousel-testimonials .carousel-indicators li.active::after {
            box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.15);
            z-index: -1;
        }

.testimonials {
    border-top: none;
    background: #fff;
    padding-top: 110px;
    padding-bottom: 110px;
}

.support h1 {
    font-size: 46px;
    color: #1c82bb;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    padding-top: 0;
}

.support p {
    color: #888888;
    font-size: 24px;
    font-weight: 400;
}

.support {
    background-color: #fff;
    /*background-image: url('../../images/hp-new/new_10_16/people.png');*/
    background-position: bottom;
    height: 780px;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.callforaction {
    height: auto;
    padding: 120px 0;
}

    .callforaction h1 {
        font-size: 2.6vw;
        font-weight: 400;
        padding-top: 0;
    }


    .callforaction .btn-cfa {
        font-size: 1.5vw;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        height: 4.6vw;
        line-height: 4.6vw;
        border-radius: 2.3vw;
        padding: 0 4vw;
        margin-top: 1.2vw;
    }

.footer_row {
    display: flex;
    justify-content: space-between;
}

.col {
    display: inline-block;
}

.footer h3 {
    font-size: 30px;
    font-family: "Fira Sans",sans-serif;
}

.col.social {
    min-width: 250px;
}

.col_uls {
    display: flex;
    justify-content: space-between;
}

.col.resources {
    width: 650px;
}

.footer .col.resources {
    margin-left: 70px;
}

.col.resources ul {
    display: inline-block;
    float: left;
    margin-right: 0;
    min-width: initial;
    width: auto;
}

    .col.resources ul{
    margin-right: 0;
        display: inline-block;
}

.col.storeyacol {
    min-width: 270px;
}

.footer ul {
    min-width: 145px;
}

.footer .col.storeyacol ul:first-child {
    min-width: 115px;
}

.footer .col.resources li {
    min-width: 215px;
}

.bufferelement.double > span {
    width: 206px;
    box-sizing: border-box;
}

#popupcontainer {
    width: 806px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}


#popupdropbox ul {
    padding: 0;
}

.bufferelement {
    margin: 5px;
}

#popupdropbox .headline {
    padding-bottom: 0px;
    padding-left: 6px;
}

.bufferelement.double {
    width: 206px;
}

.floating-icons > a {
    height: 45px !important;
    font-size: 18px !important;
}

.strip1 .strip_cta:hover {
    background: #e37124;
}

.strip2 .strip_cta:hover {
    background: #bc2a1f;
}

.strip3 .strip_cta:hover {
    background: #1982b4;
}

.header p {
font-size: 21px;
    line-height: 28px;
    padding-top: 1vw;
    color: #FFF;
}


.header h1 {
    margin-top: 30px;
    margin-top: 4vh;
    font-size: 46px;
    line-height: 52px;
}

.header .text .btn-cfa {
    padding: 0 3vw;
   font-size: 26px;
    margin-top: 2vw;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

    .header .text .btn-cfa:hover {
        text-decoration: none;
    }

.navbar-sy a.link {
    color: rgba(255,255,255,0.8);
}

    .navbar-sy a.link:hover {
        color: rgba(255,255,255,1);
    }

.line-right {
    border-right: 1px solid rgba(255,255,255,0.8);
}

.navbar-sy .btn-cfa {
    font-family: 'Roboto Slab', serif;
    background-color: #ff9000;
    font-size: 16px;
    position: relative;
    top: -8px;
    padding: 0px 20px;
    line-height: 36px;
    border-radius: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    transition: background 0.3s;
    font-family: "Roboto",sans-serif;
}


    .navbar-sy .btn-cfa:hover {
        background: #FF8000;
        color: #fff;
          
    }

.navbar-sy li .request-demo-link {
    border: 2px solid rgba(255,255,255,0.5);
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -9px;
    transition: border 0.3s;
}


    .navbar-sy li .request-demo-link:hover {
        color: #fff;
        border: 2px solid rgba(255,255,255,0.9);
        text-decoration: none;
    }


.navbar-sy.scrolling li .request-demo-link {
    border: 2px solid rgba(20,131,193,0.5);
}

    .navbar-sy.scrolling li .request-demo-link:hover {
        border: 2px solid rgba(20,131,193,1);
        cursor: pointer;
        color: #1483c1;
        transition: all 0.5s ease 0s;
    }

#carousel-testimonials .item:nth-child(1) p {
    padding: 0 50px;
}

#carousel-testimonials .item:nth-child(2) p {
    padding: 0 10px;
}

#carousel-testimonials .item:nth-child(3) p {
    padding: 0 50px;
}


@media (max-width: 767px) {
   

    .header h1 {
        margin-top: 0;
        font-size: 7vw;
        line-height: 9.6vw;
        padding-top: 4vw;
        height: auto;
    }

    .header .text .btn-cfa {
        padding: 0;
        font-size: 5vw;
        margin-top: 0vw;
        height: 12vw;
        line-height: 12vw;
        border-radius: 500px;
        border-radius: 10vw;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
        margin: auto;
        text-align: center;
        top: 16vw;
        display: block;
        width: 60vw;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 3vw;
    }

    .header p {
        display: none;
    }

    .platfroms-wrapper > a > span.mobile-only {
        height: 6vw;
        overflow-y: hidden;
    }

    .strip1 .strip_lines, .strip2 .strip_lines, .strip3 .strip_lines {
        display: none;
    }

    .row.a_strip .col-md-6 {
        padding: 0;
    }


    .row.a_strip .col-md-4 {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .row.a_strip.strip1 .col-md-6 {
        padding: 0 15px;
    }

    .a_strip.strip1, .a_strip.strip2, .a_strip.strip3 {
        padding: 9vw 0 13vw;
    }

    .strip1 .strip_screen {
        width: 100%;
        margin-left: 0;
        margin-top: 11vw;
    }

    .a_strip .strip_badge {
        width: 28vw;
        z-index: 5;
    }

    .strip1 .strip_badge {
        left: 0;
        top: 0;
    }

    .a_strip h2 {
        font-family: 'Roboto Slab', serif;
        color: #3e3e3e;
        font-size: 13vw;
        margin-bottom: 3vw;
        padding-top: 4vw;
    }

    .a_strip .related {
        margin-left: 4vw;
    }

    .a_strip .strip_cta {
        padding: 0 5vw;
    }

    .strip3 .strip_screen {
        width: 80%;
        margin-left: 8%;
        margin-top: 5vw;
        margin-bottom: -10vw;
    }

    .strip3 .strip_badge {
        left: 4vw;
    }

    .a_strip h2 {
        font-size: 12.4vw;
    }

    .a_strip.strip2 h2 {
        letter-spacing: -2px;
    }

    .strip2 .strip_badge {
        top: 0;
        left: 7.2vw;
    }


    .a_strip .textim {
        font-size: 4.4vw;
    }

    .view_all {
        width: 88vw;
        height: 15vw;
        line-height: 15vw;
        margin: 0 auto 14vw auto;
    }


    .stats .stat img {
        width: 17vw;
    }

    .stats .container {
        padding: 16vw 0;
    }

    .stats .stat .number {
        font-size: 17vw;
        padding-top: 0;
        line-height: 20vw;
    }

    .stats .stat .stat-item {
        font-size: 7vw;
        margin-top: 2vw;
    }

    .carousel-indicators {
        left: 0;
        width: 80vw;
        padding-left: 0;
        margin: auto;
    }

    #carousel-testimonials .carousel-indicators li {
        width: 20vw;
        height: 20vw;
        display: inline-block;
        border-radius: 50%;
        border: 7px solid #fff;
        margin: 0px 2vw;
    }

        #carousel-testimonials .carousel-indicators li.active::before, #carousel-testimonials .carousel-indicators li.active::after {
            width: 3vw;
            height: 3vw;
            left: 50%;
            transform: translate(-50%) rotate(45deg);
            top: 100%;
        }


    .testimonials {
        border-top: none;
        background: #fff;
        padding-top: 12vw;
        padding-bottom: 12vw;
    }


    #carousel-testimonials .item:nth-child(1) p,
    #carousel-testimonials .item:nth-child(2) p,
    #carousel-testimonials .item:nth-child(3) p {
        padding: 0;
    }


    .clients .container {
        display: block;
        justify-content: initial;
    }

    .clients {
        padding: 10vw 0;
    }

        .clients img {
            width: 30vw;
            margin: 3vw 4vw;
        }


    .support {
        height: 105vw;
        padding-top: 10vw;
    }


        .support h1 {
            font-size: 8vw;
            font-weight: 500;
        }

        .support p {
            font-size: 4.4vw;
            line-height: 6.2vw;
            margin-top: 4vw;
        }

    #carousel-testimonials .item p {
        min-height: 67vw;
    }

    #carousel-testimonials .carousel-inner > .item {
        padding: 0 7%;
    }

    .callforaction {
        padding: 12vw 0;
    }

        .callforaction h1 {
            font-size: 6vw;
        }

        .callforaction .btn-cfa {
            font-size: 5vw;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            border-radius: 25px;
            height: 12vw;
            line-height: 12vw;
            border-radius: 6vw;
            padding: 0 8vw;
            margin-top: 3vw;
            width: auto;
        }


        

    .footer h3 {
        font-size: 4.4vw;
        line-height: 5.5vw;
    }


    #myCarousel .carousel-inner > .item > img, #myCarousel .carousel-inner > .item > picture > img {
   width: auto;
    height: 100vh;
/*margin-left: 50%;
transform: translateX(-50%);*/
}


    .badges-wrapper {
        margin-top: 10vw;
        margin-bottom: 10vw;
    }

    .apw {
        /*border-bottom: 1px solid #dadada;*/
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 2vw;
        margin-bottom: 2vw;
        height: auto;
        padding-bottom: 1vw;
    }

        .apw span {
            float: none;
            width: 100%;
            height: auto;
            display: block;
        }

        .apw img {
            width: 58%;
            text-align: center;
            height: auto;
        }

    .pp-award img {
        padding: 2vw;
        width: 25vw;
    }

    .pp-award p {
        color: #333333;
        line-height: 1.4;
        padding-top: 0;
        padding-left: 0;
        position: relative;
        font-size: 3.5vw;
        vertical-align: middle;
        top: 7vw;
        display: initial;
    }

    .google-partner span.banner-border-headline {
        background: white none repeat scroll 0 0;
        color: #666B6E;
        font-family: "Roboto",sans-serif;
        font-size: 5.5vw;
        font-weight: 400;
        padding: 10px;
        width: max-content;
        top: -23px;
        z-index: 3;
    }


    .google-partner {
        border-bottom: 1px solid #dadada;
        border-right: none;
        background: #FFFFFF;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 2vw;
        overflow-y: hidden;
        position: relative;
        overflow: visible;
        height: auto;
    }

    .google-partner p {
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 5vw;
    color: #333333;
    font-family: "roboto",sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
        padding: 0;
}

    .google-partner a {
    margin: initial;
    background-color: transparent;
    font-size: 13pt;
    text-shadow: none;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: auto;
    line-height: 46px;
    border-radius: 0;
    box-sizing: border-box;
    transition: all 0.2s ease;
    padding: 0;
}

        .google-partner img {
            height: auto;
            padding-left: 0;
            padding-top: 5vw;
            width: 58%;
            position: inherit;
            float: none;
            padding-bottom: 0;
        }

    .pp-award {
        padding: 2vw;
        border-left: none;
        /*display: inline-block;*/
        display: none;
    }

    img.progressive-logo{
        width: 49%;
    }

    #carousel-testimonials .carousel-indicators {
    width: 80%;
    margin-left: 10%;
}

    /******** Military Hippie video strip */

.row.a_strip.strip-video {
           height: 70vw;
    margin-bottom: 5vw;
}


.strip-video h2{
       font-size: 4.8vw;
    padding: 0;
    margin-top: 4vw;
}

.strip-video .video-text-out{
    display:none;
}

.strip-video .video-circle {
    transform: scale(0.6);
    left: initial;
    top: -12vw;
        margin: 0 auto;
}
    .modal_close {
        right: -9px;
        position: absolute;
        cursor: pointer;
        top: -4px;
        right: -2px;
        z-index: 9;
    }

}


@media (min-width: 767px) and (max-width: 1600px) {

    .strip1 .strip_badge {
    top: -22.5%;
    width: 16%;
}

    .strip2 .strip_badge {
    top: -13%;
    width: 16%;
}

    .strip3 .strip_badge {
    top: -2%;
    width: 16%;
}

}

@media (min-width: 1601px) {

    .google-partner {
    max-width: 1200px;
}
    
.google-partner p {
}

}