.main_bg {
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}
@media screen and (min-width:768px) {
    .main_bg {
        background-position: top -140px center;
    }
}
@media screen and (max-width:767px) {
    .main_bg {
        background-position: top center;
    }
    .platform_tabs {    
        background-size: 100% 100% !important;
    }
}
@media screen and (min-width:1441px) {
    .main_bg {
        position: relative;
        margin-bottom: -1px;
        background-image: url(../images/bg-gradient.webp);
    }
    .signup_faq_bg{
        background-image: url(../images/bg-bottom-desktop.webp);
        background-size: 100% auto !important;
    }
    .platform_tabs {    
        background: url(../images/platform_bg.webp);
    }
}
@media screen and (min-width:768px) and (max-width:1440px) {
    .main_bg {
        position: relative;
        margin-bottom: -1px;
        background-image: url(../images/bg-gradient-1280.webp);
    }
    .signup_faq_bg{
        background-image: url(../images/bg-bottom-desktop-1280.webp);
    }
    .platform_tabs {    
        background: url(../images/platform_bg-1280.webp);
    }
}
@media screen and (max-width:1200px) {
    .main_bg { background-size: 100% auto;}
}
@media screen and (max-width:991px) {
    .main_bg { background-size: 100% 1500px, 100% 1600px;}
}
@media screen and (min-width:480px) and (max-width:767px) {
    .main_bg {
        background-image: url(../images/mobile-bg-background-780.webp);
    }
    .signup_faq_bg{
        background-image: url(../images/moble-bottom-bg-780.webp);
    }
    .platform_tabs {    
        background: url(../images/platform_bg-800.webp);
    }
}
@media screen and (min-width:360px) and (max-width:479px) {
    .main_bg {
        background-image: url(../images/mobile-bg-background-480.webp);
    }
    .signup_faq_bg{
        background-image: url(../images/moble-bottom-bg.webp);
    }  
    .platform_tabs {    
        background: url(../images/platform_bg-480.webp);
    }
}
@media screen and (max-width:360px) {
    .main_bg {
        background-image: url(../images/mobile-bg-background.webp);
    }
    .signup_faq_bg{
        background-image: url(../images/moble-bottom-bg.webp);
    } 
    .platform_tabs {    
        background: url(../images/platform_bg-360.webp);
    } 
}
.address p a:before{content: ''; position: absolute; left: 0; top: 0; width: 32px; height: 32px;  background-image: url(../images/whatsapp_icon.webp); background-repeat: no-repeat; background-position: left center; background-size: 100%;}

.react-share a.telegram-share{
    background-image: url(../images/telegram.webp) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .react-share a.whatsapp-share{
    background-image: url(../images/whatsapp.webp) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  