.logo a img, #footerLogo{
    width: 200px !important;
    height: auto;
}
#footer{
     background: linear-gradient(to right, rgba(31, 37, 111, 1) 37%, rgba(32, 124, 202, 1) 99%, rgba(41, 137, 216, 1) 99%, rgba(41, 137, 216, 1) 99%, rgba(32, 124, 202, 1) 99%, rgba(41, 137, 216, 1) 100%, rgba(41, 137, 216, 1) 100%, rgba(125, 185, 232, 1) 100%, rgba(41, 137, 216, 1) 100%);
    align-content color: white !important;
}
#home-blog h2, .footer-widget .ft-title,#footer.footer-widget p, .ft-link a, .copyright-links, #currency-reserve h1, #reviews h2, #last-transaction h2, .rbt-breadcrumb-default h2.title, .rbt-breadcrumb-default a, .rbt-breadcrumb-default li, .rbt-breadcrumb-default .feather-chevron-right {
     color: white !important;
}
 body, .padding_bottom_3_percent, .rbt-breadcrumb-default, .rbt-overlay-page-wrapper{
     background: #0272BC !important;
}
 #currency-reserve, #reviews, #home-blog, #review-section, #rate-container, #blog, #contact-container, #faq-container{
     background: #1b80c2 !important;
}
 .rbt-btn.btn-gradient, .gradientColor, .btn-gradient{
     background: -webkit-linear-gradient(-30deg, #116CB5 0%, #211B65 100%) !important;
}
 .rbt-btn:hover, .hover-icon-reverse, .btn-gradient:hover, .gradientColor:hover{
     background: -webkit-linear-gradient(-30deg, #211B65 0%, #116CB5 100%) !important;
}
 .rbt-header .rbt-header-wrapper {
     background-color: #172090;
     box-shadow: 0px 20px 34px #0000000d;
}
 #contact-container h3.fw-semi-bold.text-dark-400.mb-3,  #contact-container a, .has-menu-child-item:not(.rbt-sticky) a, #rate-container .select-label, .gradientColor i, #partner h4,#copyright a, #copyright, .copyright-style-1 p, #copyright p, #font-page-notice-marquee, .dashboard-icon, .rbt-round-btn {
     color: white !important;
}
 .has-menu-child-item a .active {
     color: #f2f2f2 !important;
}
 .rbt-round-btn i:hover{
     color: #2f57ef;
}
 .rbt-sticky .has-menu-child-item a, .rbt-sticky .rbt-round-btn, .rbt-sticky .dashboard-icon {
     color: inherit !important;
}
        .whatsapp_float {
            position: fixed;
            width: 43px;
            height: 43px;
            bottom: 73px;
            left: 25px;
            background-color: #25d366;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 25px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .whatsapp-icon {
            margin-top: 11px;
        }

        /* for mobile */
        @media screen and (max-width: 767px) {
            .whatsapp-icon {
                margin-top: 0px;
            }

            .whatsapp_float {
                width: 45px;
                height: 45px;
                bottom: 74px;
                right: 23px;
                font-size: 30px;
            }
        }
      
       .telegram_float {
            position: fixed;
            width: 43px;
            height: 43px;
            bottom: 25px;
            left: 20px;
            background-color: #0088cc;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 25px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }
        .telegram-icon {
            margin-top: 10px;
        }

        /* for mobile */
        @media screen and (max-width: 767px){
            .telegram-icon {
                margin-top: 10px;
            }
            .telegram_float {
                width: 45px;
                height: 45px;
                bottom: 10px;
                right: 23px;
                font-size: 27px;
            }
        }

.footer-column-1 {
  font-size: 15px;
}

.exchangeMobileLabel{
  color: white !important;
  font-size: 16px;
}

.footer-style-1 .footer-top {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
}