@media only screen and (max-width: 700px) {
    .imglogo {
        width: 35%;
        margin-top: -10%;
        margin-left: -5%;
    }
}
img {
    max-width: 100%;
    height: auto;
}

.btn {
    background-color: #008000DE;
    border: 0px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgb(213 217 217 / 50%) 0 2px 5px 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",sans-serif;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100px;
}

.btn-contact {
    margin-bottom: 20px;
    background-color: #008000DE;
    border: 0px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgb(213 217 217 / 50%) 0 2px 5px 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",sans-serif;
}

p {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

html, body {
    min-width: 55vh;
    height: 100%;
    width: 100%;
    background-color: black;
    font-size: 13px!important;
}

a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
/******************** NAVBAR CSS *************/
header .navbar {
    border-radius: 0px;
}
.navbar-inverse {
    background: rgba(0, 0, 0, 1) !important;
}

header .navbar-brand {
    padding: 28px 15px;
}

header .navbar {
    margin-bottom: 0;
}
#home {
    background: url(img/home-bg-min.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 700px;
}

.home-text {
    text-transform: uppercase;
    color: #fff;
}

.home-text h1 {
    font-size: 115px;
    color: #fff;
    font-weight: 500;
}

.home-text h3 {
    padding: 10px;
    font-size: 30px;
    font-weight: 500;
}

.home-text span {
    color: #008000de;
    font-weight: 700;
}

.overlay {
    position: absolute;
    /**********	background: rgba(242, 0, 0, .55);******/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.carousel-indicators {
    bottom: -240px !important;
}

/********** SERVICE AREA**************/
#service {
    padding: 80px 0 160px;
    background-color: #000;
    color: #fff;
}

.section-heading-news h2 {
    color: #000!important;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

.section-heading span {
    color: #008000de;
}

.single-item {
    border: 2px solid #008000de;
    margin-top: 50px;
    transition: all 0.6s;
}

.single-item i {
    font-size: 80px;
    color: #008000de;
    padding: 15px;
}

.single-item h4 {
    padding-bottom: 10px;
}

.single-item p {
    line-height: 24px;
    padding: 10px;
}

.single-item a.btn-red {
    margin-bottom: 20px;
    padding: 6px 10px;
    background-color: #008000de;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
}

/***************** our team css **************/
.team {
    padding: 70px 0;
    background: url(img/team-bg-min.jpg) no-repeat!important;
    background-size: contain!important;
}

.single-team {
    color: #fff;
    padding: 50px 0 90px;
    margin-right: 30px;
    overflow: hidden;
}

.single-team h3 {
    padding: 10px 0 5px;
}

.single-team p::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #008000de;
    border-left: 12px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.member-social-icon i {
    padding: 20px 7px;
    color: #008000de;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.member-social-icon {
    border-bottom: 0 solid #fff;
    margin-top: 37px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team p {
    font-size: 18px;
    border-bottom: 3px solid #008000de;
    overflow: hidden;
}

/************* Gallery css***********/
#gallery {
    padding: 70px 0;
    background: #000;
}


.section-heading p {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-transform: capitalize;
}

.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
#price {
    padding: 80px 0;
    color: #fff;
    background-color: #000000;
}
.news-heading {
    padding: 0 0 40px 0;
}

#news {
    padding: 70px 0;
    background: url(img/home-bg-min.jpg) no-repeat;
    background-size: cover;
}

.latest-news {
    position: relative;
    z-index: 1;
    color: #fff;
}

.latest-news h3 {
    padding: 40px 2px;
    text-transform: capitalize;
    color: #fff;
}

.latest-news:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(1, 1, 1, 0.65);
    left: -90%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.news-content {
    overflow: hidden;
    padding-bottom: 40px;
}

.news-date {
    padding: 10px 10px 10px 10px;
    background-color: #008000de;
    width: 110px;
    height: 110px;
    color: #fff;
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.news-text i.fa {
    color: #008000de;
    padding-left: 10px;
}

.single-news {
    margin: 16px;
}

.news-list {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 16px 30px;
    overflow: hidden;
}

.news-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #008000de;
    z-index: -1;
}

.list-date {
    height: 78px;
    width: 80px;
    background-color: #000;
    padding: 10px;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}

.news-list i.fa {
    color: black;
    padding-left: 10px;
}

.list-text p {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
}

.list-text h5 {
    margin: 0;
    padding-bottom: 4px;
}
#contact {
    padding: 70px 0 0;
    background-color: #000000;
    position: relative;
}

.contact-heading {
    padding: 20px 0;
}
.contact-form {
    padding: 70px 0;
    color: #fff;
}

.form-control {
    border-radius: 0;
}

input[type="text"], input[type="number"], input[type="email"] {
    height: 40px;
    margin-bottom: 20px;
}

textarea {
    margin-bottom: 40px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

footer {
    padding: 25px 0 20px;
    background-color: #008000DE;
    color: #FFF;
}

.footer-p {
    padding: 10px;
    font-size: 16px;
}

.contact-text-style {
    color: white;
}

.section-padding {
    padding: 5%!important;
}

.section-lead {
    max-width: 600px;
    margin: 1rem auto 1.5rem;
    color: #000000;
}
.services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service {
    background: rgb(0, 0, 0);
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service > * {
    flex: 1 1 100%;
}
@media all and (max-width: 900px) {
    .services-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.partners-text {
    color: #dddddd;
}

#elite-pricing-container {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#elite-pricing-card.price-card {
    max-width: 70%;
    color: white;
    position: relative;
    margin: 0 6px;
    padding: 30px 40px 10px 40px;
    background: url(img/elite-min2.png) center no-repeat black;
    background-size: 100% auto;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#elite-pricing-card.price-card .price-card--header {
    padding: 0;
    background-color: transparent;
}

#elite-pricing-card.price-card .price-card--header h4 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0c328;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top left, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
    background-size: 1em 1em;
    color: #fff1a3;
}

#elite-pricing-card.price-card #elite-pricing-card--desc {
    padding-bottom: 25px;
}

#elite-pricing-card.price-card .price-card--features {
    border-top: 1px solid #f0c328;
}

#elite-pricing-card.price-card ul.price-card--features--list {
    padding: 0 11px;
}

#elite-pricing-card.price-card .price-card--features--item {
    padding-bottom: 16px;
}

#elite-pricing-card.price-card .price-card--features--item:before {
    color: #f0c328 !important;
    left: -12px !important;
}

#elite-pricing-card.price-card .price-card--cta--button.btn {
    background-color: #f0c328;
    color: black;
    margin: 0 auto;
}
#elite-pricing-card--desc {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 980px) {
    #pricing-cards {
        /*    display:none !important; */
    }
}
/* - - - - - - - End Tooltips - - - */
#pricing-container * {
    box-sizing: border-box;
}

#pricing-container {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    -webkit-font-smoothing: antialiased;
    max-width: 1080px;
    margin: 0 auto 50px;
    justify-content: center;
    line-height: 1;
    color: #006100;
    background-color: black;
}

/* Cards */
#pricing-cards {
    display: flex;
    font-size: 14px;
}

#pricing-container .price-card {
    color: #daf1df;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    display: block;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
    position: relative;
    margin: 0 6px;
    flex-grow: 1;
    background-color: black;
    flex-shrink: 1;
    border-color: chartreuse;
    border: 5px double #006100;
}

/* - - - - - - - - - Header Section - - - */
#pricing-container .price-card--header {
    background-color: #daf1df;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

#pricing-container .price-card--header h4 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #1b5e20;
    font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
}

/* - - - - - - - - - Price Section - - - */
#pricing-container .price-card--price {
    text-align: center;
    padding: 28px 0 6px 0;
}

#pricing-container .price-card--price-text {
    font-size: 48px;
}

#pricing-container .price-card--price-number {
    font-weight: 500;
    opacity: 0.89;
}

.odometer div {
    display: inline-block;
}

#pricing-container .price-card--price-number:before {
    content: "$";
    font-size: 24px;
    top: -16px;
    display: inline-block;
    position: relative;
}

#pricing-container .price-card--price-number:after {
    content: "/month";
    font-size: 12px;
    display: inline-block;
    color: grey;
}

#pricing-container .price-card--price-conditions {
    padding: 14px 0;
    color: #888;
    line-height: 1.5;
}

#pricing-container .price-card--onboarding-fee {
    color: green;
}

#pricing-container .price-card--onboarding-fee.has-fee {
    color: #888;
}

/* - - - - - - - - - CTA Button Section - - - */
#pricing-container .price-card--cta {
    padding: 0 20px 24px;
    text-align: center;
}

#pricing-container .price-card--cta--button.btn {
    min-width: 20px;
    display: block;
    max-width: 183px;
    margin: 0 auto;
}

/* - - - - - - - - - Features Section - - - */
#pricing-container .price-card--features {
    border-top: 1px solid #ddd;
    padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
    padding: 0 32px;
    list-style: none;
    margin: 0;
}

#pricing-container li.price-card--features--item {
    margin: 8px 0;
    padding-left: 8px;
    line-height: 1.5;
    position: relative;
}
/* - - - - - - - - - Mobile Features Toggle - - - */
#pricing-container .price-card--mobile-features-toggle {
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 24px 0 0;
    padding: 16px 0;
    cursor: pointer;
    display: none;
    color: green;
}
/* - - - - - - - - - Hero Card Styles - - - */
#pricing-container .price-card--hero {
    margin: -38px 6px 0;
    /*  width:31%; */
    z-index: 10;
}

#pricing-container .price-card--hero-text {
    background-color: #3f9b63;
    height: 38px;
    color: white;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */
#pricing-container .only-yearly {
    position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
    transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
    position: absolute;
    top: -0.2em;
    left: 0;
    right: 0;
    display: none;
}

/* - - - - - - - - - Switch Section - - - */
#pricing-switch {
    margin: 80px auto 100px;
    text-align: center;
    line-height: 1.4;
    position: relative;
    max-width: 1080px;
    color: #14ff70;
}

#pricing-switch .switch-label {
    display: inline-block;
    width: 200px;
    text-align: center;
    opacity: 0.4;
    font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
    color: #4caf50;
    font-style: italic;
    padding-left: 8px;
}

#pricing-switch .save-money--mobile {
    color: #4caf50;
    font-style: italic;
    padding-top: 22px;
    display: none;
}

#pricing-switch .switch-label.active {
    font-size: 18px;
    opacity: 1;
}

#pricing-switch .switch-label-monthly {
    text-align: right;
}

#pricing-switch .switch-label-yearly {
    text-align: left;
}

#pricing-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: -50%;
    margin: 0;
}

#pricing-switch .switch input {
    display: none;
}

#pricing-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f9b63;
    border-radius: 34px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pricing-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pricing-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
@media (max-width: 1280px) {
    /* Tweak the card price font size */ #pricing-container .price-card--price-text {
        font-size: 32px;
    }

    #pricing-container .price-card--price-number:before {
        top: -10px;
        font-size: 18px;
    }
}
@media (max-width: 980px) {
    #pricing-cards {
        display: block;
        padding: 0 24px;
    }

    #pricing-container .price-card {
        max-width: 360px;
        margin: 0 auto 48px;
    }
    #pricing-container .price-card--price {
        padding: 28px 0 0;
    }

    #pricing-container .price-card--features {
        display: none;
        margin: 26px 0 0 0;
        padding-bottom: 0;
    }

    #pricing-container ul.price-card--features--list {
        max-width: 250px;
        margin: 0 auto;
    }
    #pricing-container .price-card--mobile-features-toggle {
        display: block;
    }
    #pricing-switch {
        margin: 26px 0 52px;
    }

    #pricing-switch .switch-label {
        display: inline-block;
        width: auto;
        font-size: 15px;
    }

    #pricing-switch .switch-label.active {
        font-size: 16px;
    }

    #pricing-switch .switch-label .save-money {
        display: none;
    }

    #pricing-switch .save-money--mobile {
        display: block;
    }
    #elite-pricing-container {
        display: block;
        padding: 0 24px
    }
    #elite-pricing-card.price-card .price-card--mobile-features-toggle {
        border-top: none;
        color: #f0c328;
        display: none;
    }

    #elite-pricing-card.price-card .price-card--features {
        display: block;
    }
}


@media (max-width: 480px) {
    #pricing-container .price-card {
        max-width: 360px;
        margin: 0 auto 36px;
    }

    #pricing-switch {
        margin: 26px 0 36px;
    }

    #elite-pricing-card.price-card {
        padding: 30px 20px 10px 20px;
    }
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1; *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1; *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1; *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}


.form-control, textarea {
    max-width: 77%;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 10%;
}

.send-button {
    margin-top: 15px;
    margin-left: 33%;
    height: 34px;
    width: 33%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    background-color: #006100;
}

.alt-send-button {
    width: 100%;
    height: 34px;
    transition: all .2s ease-in-out;
}

.send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 15px;
    max-width: 1100px;
    padding: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    opacity: .5;
    /*transition: opacity .35s, transform .35s;*/
    /* transition: all 350ms ease-in-out;
	transform: translate3d(-23px, 0, 0);
	backface-visibility: hidden;*/
}

.north-cascades-img {
    object-position: 50% 30%;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}

.video-gallery .gallery-item .gallery-item-caption, .video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
}

.video-gallery .gallery-item h2, .video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 1;
    pointer-events: none;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.news-new-date-mounth {
    font-size: 25px;
    font-weight: bold;
    padding-top: 5%;
    font-family: 'Inter', sans-serif;
}

.news-new-date-year {
    font-size: 39px;
    font-family: 'Inter', sans-serif;
}

.news-new-date-mounth-small {
    font-size: 17px;
    font-weight: bold;
    padding-top: 5%;
    font-family: 'Inter', sans-serif;
}

.news-new-date-year-small {
    font-size: 26px;
    font-family: 'Inter', sans-serif;
}

.news-content-h4-size {
    font-size: 25px;
}

.news-context-parg-comentlike {
    text-align: right;
    padding-right: 10%;
}

.custom-send {
    color: white;
}

.contact-time-style {
    color: #ffffffad;
    padding: 0px!important;
    margin-top: -10px;
}
.popup-overlay-price1-sub {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.767);
    z-index: 100;
}
.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 8, 4, 0.700);
    z-index: 100;
}
.chat {
    position: fixed;
    z-index: 1;
    right: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #006100;
    box-shadow: 0 5px 20px 0 rgba(0, 161, 255, .3);
    padding: 20px;
    cursor: pointer;
    transition: box-shadow .2s ease-in
}
@media (max-width: 500px) {
    .chat {
        right: 20px;
        bottom: 20px
    }
}

.chateng::before {
    content: "Any question?";
}

.chat:before {
    /*content: "Any question?";*/
    display: block;
    width: 110px;
    font-size: 13px;
    padding: 10px;
    background: #fff;
    color: #2d2d2d;
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dbdbdb;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
    position: absolute;
    top: -50px;
    right: 0;
    opacity: 1;
    transition: opacity .2s ease-in
}

.chat:after {
    content: "";
    border-style: solid;
    background: none;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    top: -12px;
    right: 28px;
    z-index: 0;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent
}

.chat__messenger {
    z-index: 999;
    display: block;
    width: 210px;
    font-size: 13px;
    background: #fff;
    color: #2d2d2d;
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dbdbdb;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
    position: absolute;
    top: -130px;
    /* 257px*/
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in
}

.chat__messenger-item {
    font-size: 14px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #2d2d2d;
    transition: background-color .2s ease-in
}

.chat__messenger-icon {
    width: 20px;
    margin-right: 14px
}

.chat__icon {
    width: 100%;
    height: 100%;
    position: relative
}

.chat__icon-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1);
    transition: transform .2s ease-in, opacity .2s ease-in
}

.chat__icon-close, .isOpen .chat__icon-message {
    opacity: 0;
    transform: scale(0)
}

.chat__icon-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .2s ease-in, opacity .2s ease-in
}
