/* Extra small devices (phones) */
@media (max-width: 782px) {
    .logo-beauty{
        margin: 12px 0 0;
    }
    .logo-beauty img {
        float: none;
        width: 180px;
    }
    .header3 .logo {
        padding: 20px 0;
    }
    .header3 .mainMenu {
        padding: 0px;
    }
    .mainMenu {
        border-top: 0px;
    }
    .header3.fixedHeader {
        top: 0px;
    }
    .title-beauty .comonHeading {
        font-size: 20px !important;
    }
    .RSReferralMain {
        position: relative;
        width: 64%;
        left: 18%;
        top: -16px;
        font-size: 12px;
        text-align: center;
    }
    .RSText {
        font-size: 15px;
        text-align: center;
        padding-bottom: 8px;
    }
    .RSAvatar {
        text-align: center;
    }
    .RSName {
        float: none;
        padding-top: 8px;
    }
    .ref-top {
        position: relative;
        width: 80%;
        left: 13%;
    }
    .reg-form {
        width: 90% !important;
        left: 5%;
    }
    .reg-form .comonHeading {
        font-size: 19px;
    }
    .sectionTitle h2 {
        font-size: 20px;
    }
    .sectionTitle h2:after {
        display: none;
    }
    .sectionTitle h2:before {
        display: none;
    }
    .showit {
        right: 40px;
        bottom: 30px;
    }
    .gTimg img {
        width: 70%;
        position: relative;
        left: 15%;
    }
    .menu-column .mobileMenu {
        top: -11px !important;
    }
}

/* Small devices (tablets) */
@media (min-width: 783px) and (max-width: 991px) {
     .logo-beauty .imageDiv img {
        width: 70% !important;
        height: auto;
    }
    .logo {
        padding: 0;
    }
     .header3.fixedHeader {
        top: 0;
    }
    .title-beauty .comonHeading {
        font-size: 26px !important;
    }
     .reg-form {
        width: 50% !important;
        left: 25%;
    }
    .RSReferralMain {
        font-size: 13px;
    }
    .RSAvatar {
        left: 35px;
        top: 7px;
    }
    .RSAvatar img {
        height: 75px;
        width: 75px;
    }
    .RSText {
        font-size: 14px;
        left: 37px;
        top: 7px;
    }
    .RSInfo {
        top: 7px;
    }
    .header-menu {
        width: 100%;
    }
     .nav-menu .mainMenu ul li a {
        font-size: 9px !important;
    }
    .nav-menu .mainMenu ul li {
        margin-left: 21px !important;
    }
    .showit {
        right: 40px;
        bottom: 30px;
    }
     .great-beauty .gTimg img {
        height: auto;
        left: 25%;
        position: relative;
        width: 50%;
    }
    .menu-column .mobileMenu {
        top: -11px !important;
    }
    
}

/* Medium devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    .logo-beauty .imageDiv img {
        width: 218px;
        height: auto;
    }
    .logo {
        padding: 0;
    }
    .nav-menu .mainMenu ul li {
        margin-left: 23px !important;
    }
    .RSAvatar {
        left: 16px;
        top: 7px;
    }
    .RSAvatar img {
        height: 80px;
        width: 80px;
    }
    .RSText {
        font-size: 14px;
        left: 78px;
        top: 7px;
    }
    .RSInfo {
        font-size: 12px;
        top: 7px;
    }
    .header-menu {
        width: 100%;
    }
    .nav-menu .mainMenu ul li a {
        font-size: 10px !important;
    }
    .great-beauty .gTimg img {
        height: auto;
        left: 15%;
        position: relative;
        width: 70%;
    }
}

/* Large devices (large desktops) */
@media (min-width: 1200px) { 
.RSRefferalMain {
    top: 8px;
}
.RSInfo {
    top: 7px;
    position: relative;
}
    .logo {
        padding: 0;
    }
}
/* Infographic fix */
@media (min-width: 992px) and (max-width: 1024px) {
    .info .imageDiv img {
        position: relative;
        width: 40%;
        left: 30%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .info .imageDiv img {
        position: relative;
        width: 56%;
        left: 22%;
    }
}
@media (min-width: 360px) and (max-width: 641px) {
    .info .imageDiv img {
        width: 46%;
    }
}