.banner-wrap {
    position: relative;
}

#bgvid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 50px;
    z-index: 1;
}
.banner-wrap.index-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
    border-radius: 50px;

}
.banner-home__content {
    z-index: 4;
}
/* .service__item-icon {
    background-color: green;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
} */
.service__item-icon img, .service-card-icon img {
    width: 100%;
    height: 65%;
    object-position: center center;
    object-fit: contain;
}
.service__item-content {
    width: calc(100% - 125px);
}

.doc-img {
    width: 25px;
}
small {
    font-size: 75%;
}

.pr-0 {
    padding-right: 0;
} 

.award-wrap {
    background: #fff;
    /* border-bottom: 1px solid #F5F5F5; */
    padding: 20px 35px 20px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.award-icon img {
    width: 55px;
    object-fit: contain;
}

.award-info .info-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}


.info-detail p {
    margin-bottom: 0 !important;
    line-height: 1.2;
}

.mb-20 {
    margin-bottom: 20px;
}

.info-foot {
    display: flex;
    /* align-items: center; */
    gap: 15px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
}

.footer__widget-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.footer__widget-title h4 {
    margin: 0;
}
.office-image img {
    width: 30px;
}

.footer__widget {
    padding-left: 30px;
}
.footer-wrap .child-wrap:first-child .footer__widget {
    padding-left: 0px;
}

.footer__area-common.dark-green {
    background-color: #004080 !important;
}
.footer__border-bottom {
    border-color: #727272;
}
.footer__widget-title a:hover, .foot-info a:hover {
    color: #717171;
}
/* Services */
.service-number {
    color: transparent;
    -webkit-text-stroke: 1.5px #D6D9DD;
    font-size: 30px;
    margin-top: 57px;
    position: relative;
    z-index: 1;
}

.service-number::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    background: #D6D9DD;
    width: 272px;
    height: 1.5px;
}
.service-card-content {
    overflow: hidden;
    margin-bottom: 30px;
}
.service-card-content .inner-content {
    margin-top: 47px;
    margin-bottom: -30px;
}

.more-btn img {
    width: 75px;
    object-fit: contain;
}
.service-card-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.5s;
  margin-bottom: 35px;
}

.service-card-item:hover {
    background-color: #254598;
    transition: all ease-in-out 0.5s;
}
.service-card-item:hover .inner-content h4, .service-card-item:hover .inner-content p {
    color: #fff;
}
.service-card-item .inner-content {
    transition: all ease-in-out 0.4s;
}
.service-card-item:hover .inner-content {
    margin-top: 20px;
    margin-bottom: 0;
    transition: all ease-in-out 0.4s;
}
.inner-content h4 {
    margin-bottom: 10px;
}

.job-cards .latest-team__item-media {
    margin-bottom: 35px;
}

.latest-team__item-media-img-title-text p.post-text {
    font-weight: 600;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.job-image-detail {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.job-single-wrapper ul {
    margin-top: 25px;
    list-style-type: none;
    margin-left: 10px;
}
.job-single-wrapper ul li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.job-single-wrapper ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #254598;
    border-radius: 4px;
}

.job-sticky-wrapper, .sticky-wrapper {
    position: sticky;
    top: 100px;
}

.events-sec {
    padding: 85px 0;
}

.events-wrapper {
    border-radius: 16px;
    height: 350px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.events-wrapper:hover .event-image img {
    transform: scale(1.1);
    transition: all ease-in-out 0.4s;
}

.events-wrapper .event-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;

}

.events-wrapper .event-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(176deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 41%, rgba(0, 0, 0, 0.65) 96%);
    border-radius: 16px;
    z-index: 3;


}
.events-wrapper .event-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    transform: scale(1);
    transition: all ease-in-out 0.4s;
}

.event-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    color: #fff;
    z-index: 4;
    transition: all ease-in-out 0.4s;

}

.event-content .event-title {
    font-size: 28px;
    font-weight: 600;
}

.contact-info__area {
    padding: 85px 0;
}
.color-primary {
    color: #254598;
}
.service-list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d6d6d6;
    transition: all ease-in-out 0.4s;
}
.service-list:last-of-type, .required-doc .service-list:last-of-type {
    border: none;
    margin-bottom: 0;
}

.service-list:hover {
    padding-left: 15px;
    transition: all ease-in-out 0.4s;
}

.service-num {
    color: transparent;
    -webkit-text-stroke: 1px #254598;
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.service-list .service-title, .required-doc .service-list .service-title {
    font-size: 24px;
    color: #254598;
    font-weight: 600;
}
.color-black {
    color: #727272 !important;
}

.choose-us {
    border-radius: 12px;
    overflow: hidden;
    margin-right: 35px;
}

.counter__item {
    border-right: 1px solid #fff;
    position: relative;
    z-index: 2;
}

.counter__item:nth-last-of-type {
    border-right: 0;
}

.label-photo {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.photo-wrap .dropify-wrapper .dropify-message {
    display: none;
}
.photo-wrap {
    max-width: 255px;
    text-align: end;
    margin-left: auto;
}
.dropify-wrapper .dropify-errors-container ul {
    display: none;
}
.dropify-wrapper {
    border-radius: 50px;
    margin-bottom: 22px;
}
/* .dropify-wrapper.touch-fallback {
    height: 200px !important;
} */

.photo-wrap .dropify-wrapper {
    margin-bottom: 0;
}

.apply-now textarea {
    margin-bottom: 30px;
}
.apply-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 50px;
}

.event-single .events-wrapper .event-image::before {
    display: none;
}

.required-doc .service-list {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.required-doc .service-num {
    font-size: 20px;
}

.required-doc .service-list .service-title {
    font-size: 22px;
}
.breadcrumb__area {
    position: relative;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-content {
    line-height: 1.2;
}
.topheader-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 8px;
}

.topheader-flex .info-foot {
    gap: 10px;
    margin-bottom: 0;
}

.language-switcher {
    max-width: 180px;
    position: relative;
    margin-left: auto;
}

#selector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    line-height: 1.5;
}

.language-switcher:hover #options {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.4s;
}

#selector i {
    margin-left: 6px;
    margin-right: 6px;
}

#options {
    position: absolute;
    width: 160px;
    top: 100%;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}

#options ul {
    list-style-type: none;
    padding: 4px 16px;
    font-size: 14px;
    background-color: #fff;
    color: #254598;
    border-radius: 6px;
}
.no-right-border {
    border-right: 0;
}

.service-card-content .inner-content p {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.countrie-details__content-title {
    font-size: 38px;
}
.countrie-details__content h5 {
    margin-bottom: 10px;        
}
.require-doc h5 {
    margin-top: 20px;
    font-size: 20px;
}
    .job-single-wrapper .countrie-details__content-title.mb-20 {
        color: #254598;
    }
@media only screen and (max-width: 1200px) {
    .service__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .service__item-content {
        width: 100%;
    }
    .choose-us__content-wrapper-box-title {
        column-gap: 10px;
    }
    .footer3__item-2 {
        margin-left: 0;
    }
    .story-details__content-title {
        font-size: 34px;
    }
    .story-details__content-icon svg {
        display: none;
    }
    .language-switcher {
        max-width: 250px;
    }

    #selector {
        padding-left: 0;
        padding-right: 0;
    }
    .section__title-wrapper-title, .section-slider-title-2-wrapper-title {
        font-size: 38px;
        line-height: 1.3;
    }
    .section-space-top, .section-space-bottom.pt-100 {
        padding-top: 60px;
    }
    .section-space-bottom, .section-space-bottom-2 {
        padding-bottom: 60px;
    }
    .counter__bg {
        padding: 55px 25px;
    }
    .section__title-wrapper.mb-50 {
        margin-bottom: 30px;
    }
    .award-wrap {
        padding: 20px;
    }
    .award-icon img {
        font-size: 48px;
    }
    .award-info .info-detail {
        font-size: 15px;
    }
    .award-info .info-title {
        font-size: 21px;
    }
    .footer-wrap {
        padding-bottom: 65px;
    }
    .counter__item-title span {
        font-size: 32px;
    }
    .no-right-border {
        border-right: 1px solid #fff;
    }
    .section-slider-title-2.mb-60 {
        margin-bottom: 35px;
    }

    .service-number::before {
        left: 55px;
        right: auto;
    }
    .breadcrumb__title {
        font-size: 36px;
        line-height: 1.2;
    }
     .section__title-wrapper.mb-60 {
        margin-bottom: 30px;
    }
    .story-details__content-title.mb-30 {
        margin-bottom: 15px;
    }
    .story-details__content-icon.mb-30 {
        margin-bottom: 0;
    }
    .service-card-content .inner-content,  .service-number  {
        margin-top: 36px;
    }
    .countrie-details__content-title {
        font-size: 38px;
    }
    .job-single-wrapper .countrie-details__content-title.mb-20 {
        margin-bottom: 10px;
        font-size: 34px;
    }
    .countrie-details__box-content {
        padding: 20px;
    }
    .service-list .service-title, .required-doc .service-list .service-title {
        font-size: 20px;
    }
    .job-sticky-wrapper .countrie-details__box-btn.mt-40 {
        margin-top: 10px;
    }

    .contact-info__content .section__title-wrapper-title-2 {
        font-size: 38px;
        line-height: 1.4;
    }
    .blog-details__content-text-title {
        font-size: 32px;
    }
    
}

@media only screen and (max-width: 1024px) {
    .tab-none {
        display: none;
    }
    .service-card-content .inner-content h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .service-card-content .inner-content p {
        font-size: 15px;
    }
    .choose-us__content {
        margin-top: 0;
    }
    .section__title-wrapper-title, .section-slider-title-2-wrapper-title {
        font-size: 32px;
    }
    .section__title-wrapper-black-subtitle, .section-slider-title-2-wrapper-subtitle {
        font-size: 13px;
        margin-bottom: 0;
    }
    .countries.section-space {
        padding-bottom: 40px;
    }
    .footer__area-common .footer-top .footer-top-left h3, .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 24px;
    }
    .footer__area-common .footer-top {
        padding-top: 35px;
        padding-bottom: 35px !important;
    }
    .breadcrumb__title {
        font-size: 32px;
    }
    .contact-info__content-2 {
        margin-left: 25px;
    }
    .latest-blog__item-text {
        padding: 20px;
    }
   
}
.tab-only {
    display: none;
}
@media only screen and (max-width: 991.9px) {
    .choose-us__media {
        max-width: 100%;
    }
    .banner-home .padding-space {
        padding-top: 0;
        padding-bottom: 0;
        height: 70vh;
    }
    .banner-home__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 30px;
        width: 70%;
    }

    .tab-only {
        color: #fff;
        margin-top: 10px;
         display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    }

    .contact-info__content-2 {
        padding-top: 55px;
    }
    .story-details__media {
        margin-bottom: 55px;
    }
    .choose-us {
        margin-right: 0;
    }
    .photo-wrap {
        max-width: 255px;
        text-align: end;
        margin-left: 0;
    }

    .top-bar .no-tab {
        display: none;
    }
    .section__title-wrapper.mb-20 {
        margin-bottom: 10px;
    }
    .story-details__media-thumb-box {
        display: none;
    }
    .story-details__media-thumb img {
        transform: rotate(0);
        margin-left: 0;
    }
    .story-details__media {
        margin-left: 18px;
        margin-bottom: 28px;
    }
    .story-details__button {
        margin-bottom: 5px;
        margin-top: 18px;
    }
    .section-space-bottom, .section-space-bottom-2 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .countrie-details__content-title.mb-20 {
        font-size: 32px;
        margin-bottom: 12px;
    }
      .countrie-details__content h5 {
        font-size: 20px;
    }
    .contact-info__content .section__title-wrapper-title-2 {
        font-size: 32px;
    }
    .blog-details__content-text-title {
        font-size: 28px;
    }
    .blog-details__testimonial-icon {
        transform: scale(0.8);
        margin-bottom: 7px;
    }
    .blog-details__testimonial p {
        font-size: 16px;
    }
    .blog-details__bottom-text-title {
        margin-bottom: 10px;
        font-size: 23px;
    }
}
@media only screen and (max-width: 768px) {
    .choose-us__content-wrapper {
        flex-direction: column;
    }
    .choose-us__content-wrapper-box {
        width: 100%;
    }
    .countries__tab-content {
        column-gap: 20px;
    }
    .countries__tab-content__countries-name {
        width: calc(50% - 20px);
    }
    .counter__item {
        border-right: 0;
        border: 1px solid #fff;
        position: relative;
        padding: 20px 10px;
        margin-bottom: 20px;
        z-index: 2;
        border-radius: 12px;
    }

    .top-bar .foot-info a {
        display: none;
    }

    .award-icon img {
        width: 40px;
    }

    .award-wrap {
        gap: 16px;
    }
    .footer__area-common .footer-top .footer-top-left, .footer__area-common .footer-top .footer-top-right {
        gap: 20px;
    }
    .footer__area-common .footer-top {
        padding-top: 0;
    }
    .footer__area-common .footer-top .footer-top-left h3, .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 22px;
    }
    .choose-us__content {
        margin-top: 35px;
    }
    .service-card-item {
        padding-bottom: 15px;
    }
.contact-info__content-2 {
        margin-left: 0;
        margin-bottom: 0;
    }

}
@media only screen and (max-width: 600px) {
        .banner-home .padding-space {
        padding-top: 0;
        padding-bottom: 0;
        height: calc(100vh - 80px);
    }
    .banner-home__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 15px 5px;
        width: 100%;
        padding-bottom: 35px;
    }
    .header__logo {
        max-width: 140px;
    }
    .banner-wrap.index-banner::after, #bgvid, .banner-home {
        border-radius: 20px;
    }
    .m-none {
        display: none;
    }

    .small-mt {
        margin-top: 30px;
    }

    .visa-category-2 .row {
        --bs-gutter-x: 1.5rem
    }
    .countries__tab-content {
        column-gap: 10px;
    }
    .countries__tab-content__countries-name {
        width: calc(33.33% - 10px);
    }
    .countrie-details__content h5 {
        font-size: 18px;
    }

    .service__slider-button-next, .service__slider-button-prev {
        display: none;
    }
    .mb-60 {
        margin-bottom: 30px !important;
    }
        
    .language-switcher {
        max-width: 100%;
    }
    #selector {
        justify-content: flex-end;
    }

    .pt-80, .section-space-top {
        padding-top: 50px !important;
    }
    .pb-80 {
        padding-bottom: 55px !important;
    }
    .counter__item-title span {
        font-size: 26px;
        line-height: 1.3;
    }
    .choose-us__button.mt-40 {
        margin-top: 20px !important;
    }
    .service-number {
        margin-top: 20px;
    }
    .service__item-icon, .service-card-icon  {
        width: 68px;
        height: 68px;
    }
    .service-card-content {
        margin-bottom: 20px;
    }
    .service-card-content .inner-content {
        margin-top: 20px;
    }
    .section-slider-title-2-button-right {
        height: 40px;
        width: 40px;
    }

    .section__title-wrapper.mb-50 {
        margin-bottom: 8px;
    }

    .award-wrap {
        padding: 20px;
        gap: 18px;
    }
  

    .award-wrap .info-detial {
        line-height: 1.4;
    }
    .section__title-wrapper-title, .section-slider-title-2-wrapper-title {
        font-size: 24px;
    }
    .section__title-wrapper-black-subtitle, .section-slider-title-2-wrapper-subtitle {
        font-size: 12px;
    }
    .choose-us__content-description {
        font-size: 14px;
        line-height: 1.8;
    }
    .counter__item-title {
        line-height: 1.8;
        font-size: 26px;
    }

    .countries__tab li button {
        font-size: 18px;
        line-height: 1.2;
    }
    .countries__tab {
        padding: 25px;
    }
        .footer__area-common .footer-top .footer-top-left h3, .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .footer__area-common .footer-top .footer-top-left, .footer__area-common .footer-top .footer-top-right {
        align-items: center;
    }
    .footer__widget-title-2 {
        margin-top: 25px;
    }
    .section-space-bottom, .section-space-bottom-2 {
        padding-bottom: 55px;
    }
    .footer-wrap {
        padding-bottom: 40px;
    }
    .process__item {
        padding: 20px;
    }
    .process__item h5.mb-20 {
        margin-bottom: 4px;
        margin-top: 0px;
        font-size: 20px;
    }
    .process__item-number {
        font-size: 32px;
    }
    .story-details__content-title {
        font-size: 26px;
    }
    .story-details__media-thumb img, .story-details__media {
        margin-left: 0;
    }

   .breadcrumb__title {
    font-size: 26px;
   }
   .section-space-bottom, .section-space-bottom-2 {
    padding-top: 45px;
   }
   .story-details__content p {
    text-align: justify;
   }
   .story-details__content-title.mb-30 {
    margin-bottom: 8px;
   }
   .breadcrumb-space {
    padding: 28px 0;
   }
    .countrie-details__content-title.mb-20 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .countrie-details__content h5 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 4px;
    }
    .countrie-details__content p {
        font-size: 15px;
        line-height: 1.8;
         text-align: justify;
    }
    .countrie-details__title {
        padding: 20px;
        margin-top: 0;
    }
    .countrie-details__content.require-doc {
        padding-right: 0 !important;
    }
    .latest-team__item-media-img-title-button a {
        font-size: 12px;
    }
    .latest-team__item-media-img-title-text h4 {
        margin-bottom: 0;
        font-size: 20px;
    }
    .latest-team__item-media-img-title-text p {
        font-size: 14px;
    }.job-single-wrapper .countrie-details__content-title.mb-20 {
        font-size: 28px;
    }
    .contact-info__content .section__title-wrapper-title-2 {
        font-size: 28px;
    }
    .dropify-wrapper.touch-fallback {
        position: relative;
        height: 200px !important;
    }
    .dropify-wrapper .dropify-message {
        display: none;
    }
    .blog-details__content-text-title {
        font-size: 22px;
    }
    .blog-details__social {
        padding: 20px 0;
    }
    .countrie-details__content {
        margin-bottom: 18px;
    }

}

.footer-text-content {
    text-align: justify;
    color: #fff;
}
.section-space.pb-40 {
    padding-bottom: 40px;
}

#selector select {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #fff;
    margin: 0;
    width: auto;
}
#selector select option {
    color: #000;
}


.sticky-icon  {
	z-index:99;
	position:fixed;
	bottom:15%;
	right:0%;
	min-width: 60px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(8px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size: 18px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
/* .sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	 */
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.linkedin  {
	background-color:#0077B5;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:32px;
	width:32px;
	color:#000;
	text-align:center;
	line-height:32px;
	border-radius:50%;
	/* margin-right:20px; */
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}

.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-linkedin  {
	background-color:#FFF;
	color:#0077B5;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			

@media only screen and (max-width: 768px) {
    .sticky-icon {
        display: none;
    }
}