:root {
    --dark-color: #16772e;
    --primary-color: #2d9948;
    --secondary-color: #65ad01;
    --bright-color: #40cc20;
    --mild-color: #1fbe4f;
    --gray-color: #949494
}

.test-borders {
    border: 1px solid #0ff;
    color: #16772e
}

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap
}

table tbody {
    display: table;
    width: 100%
}

.countries-dropdown {
    background-color: #f8fafc !important
}

.countries-dropdown-button {
    display: flex;
    justify-content: space-between;
    border: 1px #000 solid
}

.countries-dropdown-choices {
    width: 100%;
    background-color: #f8f9fa !important;
    padding-bottom: 10px !important
}

.continent-dropdown {
    margin-top: 20px
}

.continent-name {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    margin-left: 10px
}

.continent-hr {
    margin: 0 !important;
    padding: 0 !important
}

a:hover {
    text-decoration: none
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #fff
}

.newsticker a {
    color: var(--primary-color)
}

.topHeader {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    padding-top: 8px
}

.topHeader .social_links ul li {
    display: inline-block
}

.topHeader .social_links ul {
    margin-bottom: 0
}

.topHeader .social_links ul li .fa {
    font-size: 23px;
    padding: 0 8px
}

#twitter-logo svg path {
    fill: #00acee !important
}

#twitter-logo svg text {
    fill: #00acee !important
}

.btmheader .search {
    right: 0;
    left: auto;
    padding: 10px 5px !important;
    background-color: #fff
}

.btmheader .search input {
    padding-right: 50px
}

.search button {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: inherit;
    right: 5px;
    position: absolute;
    margin: 0 !important
}

.btmheader {
    background-color: #232323;
    border-top: 4px solid var(--primary-color);
    z-index: 2;
    width: 100%
}

.btmheader #icon-home {
    height: 29px
}

.home_icon {
    padding: 7px 10px 6px
}

.home_icon:hover {
    background: var(--primary-color)
}

#mainMenu li a {
    color: #fff;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: 600
}

#mainMenu li a:focus,
#mainMenu li a:hover,
#mainMenu li.active a,
#mainMenu ul li ul li:hover>a {
    color: #fff;
    background-color: var(--primary-color)
}

.dropdown-menu {
    background-color: #232323;
    border-radius: inherit;
    margin: 0;
    padding: 0
}

#mainMenu .dropdown-submenu {
    position: relative
}

#mainMenu .dropdown-menu a {
    font-size: 12px;
    text-transform: none
}

#mainMenu .dropdown-submenu>a:after {
    content: ">";
    float: right;
    border: none
}

#mainMenu .dropdown-submenu>.dropdown-menu {
    top: -1px;
    left: 99%;
    margin-top: 0;
    margin-left: 0
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.home_banner {
    width: 100%;
    background-color: #0000003b;
    position: relative
}

#counter {
    text-align: center
}

#counter p {
    font-size: 16px
}

#counter .counter-value {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px
}

#counter .counter-description {
    font-size: 16px
}

.home_events {
    position: relative
}

.home_events .home_events_inner {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3))
}

.home_events .cat-links a {
    background: #23ad11;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px
}

.home_events h5 span {
    background-color: var(--bright-color);
    color: #fff;
    padding: 6px 12px;
    display: inline-block
}

.home_events .blog_title {
    line-height: 26px
}

.home_events_inner .blog_title a {
    font-size: 22px;
    color: #fff;
    text-decoration: none
}

.home_events_inner .blog_title a:hover {
    color: var(--primary-color)
}

.home_events_inner .blog_post_details i {
    color: #fff
}

.home_events_inner .blog_post_details a {
    color: #fff;
    font-size: 12px;
    text-decoration: none
}

.posted-on {
    color: #888;
    font-size: 12px;
    text-decoration: none
}

.event_single {
    position: relative
}

.event_single .event_inner {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    padding: 0 10px;
    width: 90%
}

.event_single .event_inner .blog_title {
    font-size: 16px;
    line-height: 18px
}

.event_single .event_inner a {
    color: #fff
}

.event_single .event_inner .blog_post_details {
    font-size: 11px
}

.home_blog_inner .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    border: none
}

.home_blog_inner h5 {
    font-size: 18px;
    border-bottom: 2px solid var(--bright-color)
}

.home_blog_inner .cat-links a {
    background: #23ad11;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px
}

.home_blog_inner h5 span {
    background-color: var(--bright-color);
    color: #fff;
    padding: 6px 12px;
    display: inline-block
}

.home_blog_inner .blog_title {
    line-height: 26px
}

.home_blog_inner .blog_title a {
    font-size: 22px;
    color: #232323;
    text-decoration: none
}

.home_blog_inner .blog_title a:hover {
    color: var(--primary-color)
}

.blog_title_small a {
    font-size: 12px !important;
    line-height: 10px !important
}

.home_blog_inner .blog_post_details a {
    color: #888;
    font-size: 12px;
    text-decoration: none
}

.home_blog_inner .blog_post_details a:hover {
    color: var(--primary-color)
}

.home_blog_inner .blog_post_details i {
    color: #888
}

.distributor_section {
    padding-bottom: 50px
}

.distributor_section img {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 10px
}

.content_wrapper {
    /* width: 100%; */
    padding-top: 30px;
    padding-bottom: 20px
}

.page_title {
    font-size: 34px;
    color: #333
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    width: 5%
}

.carousel-indicators .active,
.carousel-indicators li {
    filter: invert(100%)
}

.testimonial-carousel-content {
    margin-right: 50px;
    margin-left: 50px;
    min-width: 300px;
}

.testimonial-item {
    width: 300px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.g-partners1 {
    font-size: 21px;
    color: var(--dark-color)
}

.g-partners2 {
    color: var(--primary-color)
}

.g-partners3 {
    font-size: 14px;
    color: var(--gray-color)
}

.polygon {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: auto;
    background: #eeeff1
}

.polygon span {
    color: var(--mild-color);
    font-size: 24px
}

.polygon p {
    color: var(--gray-color);
    font-weight: 700;
    padding: 10px 15px 10px 30px
}

footer {
    border-top: 1px solid #f2f2f2;
    background-color: #303440;
    padding: 50px 0
}

.product_details_page .product_details_sidebar h5,
.product_details_top h5,
.product_details_top h5 span,
footer h5 {
    font-size: 18px;
    border-bottom: 2px solid var(--primary-color)
}

.product_details_page .product_details_sidebar h5 span,
.product_details_top h5 span,
footer h5 span {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 12px;
    display: inline-block
}

footer ul li {
    border-bottom: 1px solid #444;
    line-height: 1.5;
    padding: 5px 0
}

footer ul li a {
    color: #fff;
    font-size: 12px
}

footer ul li a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.btn-success {
    background-color: var(--primary-color)
}

#enquiry .custom_btn,
.product_details_page .product_details_sidebar .custom_btn,
footer .custom_btn {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: none;
    transition: background-color .3s linear 0s
}

#enquiry .custom_btn:hover,
.product_details_page .product_details_sidebar .custom_btn:hover,
footer .custom_btn:hover {
    background-color: #33363b
}

footer label {
    color: #fff;
    font-size: 12px
}

footer .newsletter .form-control {
    height: 28px;
    padding: 0 5px;
    background-color: #f8f8f8
}

.footer_btm {
    color: #b1b6b6;
    font-size: 14px
}

.footer_btm a {
    color: #b1b6b6;
    text-decoration: underline
}

.category_list a {
    color: #333
}

.category_list .read_more {
    color: #515151;
    background-color: #ebe9eb;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px
}

.category_list .read_more:hover {
    background-color: #dad8da
}

.pagination .page-link {
    color: var(--primary-color)
}

.pagination .page-item.active .page-link {
    background: #ebe9eb;
    color: #8a7e88;
    border-color: #dee2e6
}

.page-item.active .page-link {
    z-index: 1
}

.product_details_page .product_title {
    font-size: 42px
}

.product_details_right span {
    font-size: 12px
}

.product_details_right span a {
    color: #2d9948;
    font-size: 12px
}

.product_details_desc {
    margin-bottom: 12px
}

.product_details_desc p {
    font-size: 15px
}

.social-media-share-links {
    margin-left: 1px;
    margin-top: 24px
}

.social-media-share-links a {
    height: 28px;
    width: 100px
}

#product_details_tab {
    padding-left: 15px
}

#product_details_tab a {
    color: #515151;
    font-weight: 700
}

#product_details_tab a.nav-link {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb
}

#product_details_tab a.active {
    border-bottom-color: #fff;
    background: #fff
}

.pack-size-title {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color)
}

#myTabContent {
    border-bottom: 1px solid #f3f3f3
}

#enquiry {
    border: 1px solid #eaeaea;
    padding: 30px 15px;
    margin-bottom: 30px
}

#enquiry .form-group.row {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px
}

#enquiry input,
#enquiry textarea {
    background-color: #f8f8f8
}

.blog_details_page .card .cat-links a {
    background: var(--secondary-color)
}

.blog_details_page .card .blog_title {
    font-size: 32px;
    line-height: 1.2
}

.blog_details_page .action_ctrl li a {
    color: var(--primary-color);
    font-size: 16px
}

.you_may_also .card .blog_title {
    line-height: .7
}

.you_may_also .card .blog_title a {
    font-size: 18px
}

.more-link span {
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block
}

.more-link {
    display: inline-block;
    background-color: #289dcc;
    border-radius: 3px
}

.more-link,
.no-post-thumbnail {
    background-color: var(--primary-color)
}

.event-filter {
    float: left;
    margin-bottom: 0;
    padding: 15px;
    width: 25%
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: "Open Sans", serif;
    font-size: 15px
}

h2 {
    font-size: 38px;
    line-height: 1.2
}

#site-title a,
.next a:hover,
.previous a:hover,
.social-links i.fa:hover,
a {
    color: var(--primary-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

h1 {
    font-size: 42px;
    line-height: 1.2
}

.page-header .page-title {
    border-bottom: 2px solid var(--primary-color);
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 40px;
    padding-bottom: 0
}

.page-header .page-title span {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 12px;
    display: inline-block
}

#content .post .article-content .above-entry-meta .cat-links a {
    background-color: var(--primary-color);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px
}

blockquote {
    padding: 30px 30px 20px 45px;
    margin-bottom: 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px
}

blockquote p {
    font-size: 20px;
    font-family: "Open Sans", serif;
    line-height: 1.4;
    position: relative;
    padding-top: 13px;
    padding-left: 40px
}

blockquote p:before {
    content: '"';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: -27px;
    left: -27px
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

blockquote cite {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
    float: right
}

blockquote a {
    color: #fff;
    text-decoration: underline
}

.red {
    color: red;
    font-weight: 400
}

.form-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0
}

.save-button {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: none;
    transition: background-color .3s linear 0s
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color)
}

.menu-active,
.menu-active>a {
    background-color: var(--primary-color) !important;
    color: #fff !important
}

.breaking-news-latest {
    color: #555;
    margin-right: 0;
    position: relative;
    margin-top: 0;
    vertical-align: top
}

.redtext {
    color: red
}

.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    border-top-color: #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #1e85be
}

.trip-article {
    max-width: 750px
}

.trip-article figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.entry-title {
    font-size: 30px;
    line-height: 1.2
}

.contact_us_bt {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: none;
    transition: background-color .3s linear 0s
}

.home_banner_section {
    padding-bottom: 50px
}

.home_banner_section img {
    padding: 10px
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media only screen and (min-width:1200px) {
    .home_icon {
        padding: 6.5px 10px
    }

    .home_events_right .event_single img {
        height: 173px
    }
}

@media only screen and (min-width:1024px) {

    .home_blog_inner,
    .home_video_inner {
        padding: 0 75px
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .home_events_right .event_single img {
        height: 143px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #mainMenu li a {
        font-size: 12px;
        padding: 11.5px 10px
    }

    .home_events_right .event_single img {
        height: 144px
    }
}

@media only screen and (min-width:992px) {
    .home_events_right_outer {
        padding-left: 0
    }

    #mainMenu li .sub-toggle {
        position: absolute;
        right: 8px;
        top: 10px;
        color: #fff
    }

    #mainMenu li .sub-toggle i,
    .dropdown-submenu .sub-toggle {
        display: none
    }

    .search_mobile {
        display: none
    }
}

@media only screen and (max-width:991px) {
    #mainMenu li .sub-toggle {
        position: absolute;
        right: 8px;
        top: 5px;
        color: #fff;
        background-color: #0f7b2a;
        padding: 5px 10px
    }

    #mainMenu li .sub-toggle .dropdown-toggle::after,
    .search_desktop {
        display: none
    }

    #mainMenu .dropdown-submenu>a:after {
        display: none
    }
}

@media only screen and (min-width:768px) {

    .event_single:first-child,
    .event_single:nth-child(3) {
        padding-right: 5px
    }

    .event_single:nth-child(2),
    .event_single:nth-child(4) {
        padding-left: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home_events_left_outer {
        padding-bottom: 20px
    }

    .home_blog_inner,
    .home_events_left_outer,
    .home_events_right_outer,
    .home_video_inner {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media only screen and (max-width:767px) {

    .midHeader,
    .topHeader {
        text-align: center
    }

    .category_list .col-sm-3 {
        width: 50%
    }

    .product_details_left {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .product_details_right {
        max-width: 100%;
        flex: 0 0 100%
    }

    #mainMenu li {
        background-color: #fff;
        color: #333
    }

    #mainMenu li a {
        color: #333;
        padding: 10px 20px;
        font-weight: 400
    }

    .home_events_left_outer {
        padding-bottom: 20px
    }

    footer .career {
        margin-top: 50px
    }

    .tribe-bar-date-filter,
    .tribe-bar-search-filter,
    .tribe-bar-submit {
        float: none;
        width: 100% !important
    }

    .contact_us {
        display: none
    }

    .cs_text {
        width: 290px !important
    }
}

.tm_timeline__event {
    z-index: 1
}

.site-name {
    color: var(--primary-color);
    padding: 25px
}

.home_events_left_outer .owl-carousel .owl-item img {
    margin-right: 10px;
    max-height: 355px
}

.you_may_also .fa-thumbs-up {
    color: var(--primary-color)
}

.background-zagro {
    background: var(--primary-color)
}

.text-zagro {
    color: var(--primary-color)
}

.border-bottom-color-zagro {
    border-bottom-color: var(--primary-color)
}

.btn-zagro {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: none;
    transition: background-color .3s linear 0s
}

.btn-zagro:hover {
    color: #fff;
    background-color: var(--mild-color);
    border-color: var(--mild-color)
}

.btn-zagro.focus,
.btn-zagro:focus {
    box-shadow: 0 0 0 .2rem var(--mild-color);
    border-color: var(--mild-color)
}

.btn-zagro.disabled,
.btn-zagro:disabled {
    color: #fff;
    background-color: #969696;
    border-color: #969696
}

.btn-zagro:not(:disabled):not(.disabled).active,
.btn-zagro:not(:disabled):not(.disabled):active,
.show>.btn-zagro.dropdown-toggle {
    color: #fff;
    background-color: var(--mild-color);
    border-color: var(--mild-color)
}

.btn-zagro:not(:disabled):not(.disabled).active:focus,
.btn-zagro:not(:disabled):not(.disabled):active:focus,
.show>.btn-zagro.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem var(--mild-color)
}

.btn {
    border-radius: 4px !important
}

img {
    max-width: 100%
}

.floating-wpp {
    width: 75px;
    height: 75px;
    position: fixed;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 1;
    opacity: 1
}

.floating-wpp:active,
.floating-wpp:hover {
    width: 80px;
    height: 80px;
    opacity: .5
}

.floating-icon-1 {
    bottom: 254px;
    right: 0
}

.floating-icon-2 {
    bottom: 177px;
    right: 0
}

.floating-icon-3 {
    bottom: 100px;
    right: 0;
    background-color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media only screen and (max-width:480px) {
    .test-borders {
        border: 1px solid #ff00ff;
    }

    .sm-display-none {
        display: none;
    }

    .carousel-control-next,
    .carousel-control-prev {
        filter: invert(50%);
        width: 5%;
    }

    .carousel-indicators .active,
    .carousel-indicators li {
        filter: invert(50%)
    }

    .testimonial-carousel-content {
        margin: 0;
    }

    .testimonial-carousel-content-inner {
        padding: 0;
    }

    .testimonial-item {
        margin: 10px auto;
    }

    .floating-wpp {
        width: 50px;
        height: 50px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-icon-1 {
        bottom: 202px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 152px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }

    .btmheader .search {
        width: 90vw
    }
}

@media only screen and (min-width:480px) {
    .test-borders {
        border: 1px solid orange
    }

    .testimonial-item {
        margin: 10px auto
    }

    .floating-wpp {
        width: 50px;
        height: 50px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-wpp:active,
    .floating-wpp:hover {
        width: 55px;
        height: 55px
    }

    .floating-icon-1 {
        bottom: 204px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 152px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }
}

@media only screen and (min-width:600px) {
    .test-borders {
        border: 1px solid #ff0
    }

    .testimonial-item {
        margin: 10px auto
    }

    .floating-wpp {
        width: 50px;
        height: 50px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-wpp:active,
    .floating-wpp:hover {
        width: 55px;
        height: 55px
    }

    .floating-icon-1 {
        bottom: 204px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 152px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }
}

@media only screen and (min-width:768px) {
    .test-borders {
        border: 1px solid green
    }

    .testimonial-item {
        margin: 10px auto
    }

    .floating-wpp {
        width: 75px;
        height: 75px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-wpp:active,
    .floating-wpp:hover {
        width: 80px;
        height: 80px
    }

    .floating-icon-1 {
        bottom: 254px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 177px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }
}

@media only screen and (min-width:992px) {
    .test-borders {
        border: 1px solid #00f
    }

    .carousel-control-next,
    .carousel-control-prev {
        filter: invert(50%);
        width: 5%
    }

    .carousel-indicators .active,
    .carousel-indicators li {
        filter: invert(50%)
    }

    .testimonial-carousel-content {
        margin: 0
    }

    .testimonial-carousel-content-inner {
        padding: 0
    }

    .floating-wpp {
        width: 75px;
        height: 75px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-wpp:active,
    .floating-wpp:hover {
        width: 80px;
        height: 80px
    }

    .floating-icon-1 {
        bottom: 254px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 177px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }
}

@media only screen and (min-width:1200px) {
    .test-borders {
        border: 1px solid red
    }

    .floating-wpp {
        width: 75px;
        height: 75px;
        position: fixed;
        font-size: 14px;
        transition: bottom .2s;
        z-index: 1
    }

    .floating-wpp:active,
    .floating-wpp:hover {
        width: 80px;
        height: 80px
    }

    .floating-icon-1 {
        bottom: 254px;
        right: 0
    }

    .floating-icon-2 {
        bottom: 177px;
        right: 0
    }

    .floating-icon-3 {
        bottom: 100px;
        right: 0
    }
}