.bg-facebook {
    background-color: #3B5998 !important;
}

.bg-insta {
    background-color: #E84558 !important;
}

.bg-circle-round-custom {
    padding: 0 5px !important;
    height: 65px !important;
    line-height: 65px !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    #img-preloader {
        padding-left: 33%;
        max-width: 100%;
        padding-top: 5%;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    #img-preloader {
        padding-left: 25%;
        max-width: 100%;
        padding-top: 12%;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    #img-preloader {
        padding-left: 19%;
        max-width: 100%;
        padding-top: 31%;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #img-preloader {
        padding-left: 25%;
        max-width: 100%;
        padding-top: 14%;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    #img-preloader {
        padding-left: 0%;
        max-width: 100%;
        padding-top: 35%;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    #img-preloader {
        padding-left: 0%;
        max-width: 100%;
        padding-top: 35%;
    }
}