
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px)  {
    .hero-banner .col-md-3{
        align-items: center;
        display: flex;
    }
    .hero-banner{
        height: 100vh;
    }
    .hero-banner .bottal-img img{
        width: 200px;
    }
    .white-box-content{
        flex-direction: column;
    }
    .badge-img{
        width: 300px;
    }
    .inline-box{
        flex-direction: column;
    }
    .inline-box .box{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .unfpa-img-wrap img {
        width: 300px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* * Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .desktop-img{
        display: none;
    }
    .mobile-img{
        display: block;
    }

    .bec-w-mobile{
        width: 100%;
        position: relative;
        left: -25px;
        transform: scale(1.2);
    }
    .hero-banner{
        display: block;
        background: url(../assets/images/mobile/mobile-top-banner.png), no-repeat;
        height: auto;
        padding-bottom: 150px;
        background-repeat: no-repeat;
        background-size: cover;

    }
    .white-box-content{
        margin:16px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .white-box-content h3{
        font-size: 38px;
    }
    .banner-content{
        padding:18px 20px;
    }
    .unfpa-img{
        position: relative;
        left: -40px;
        width: 100%;
    }
    .button-box{
        align-items: flex-start;
        flex-direction: column;
    }
    .buy-now{
        width: 100%;
        text-align: center;
    }
    .read-more{
        width: 100%;
        margin-left: 0!important;
        margin-top: 16px;
        text-align: center;
    }

    .card{
        margin-bottom: 16px;
    }

    .padding-top-bottom{
        padding:20px;
    }

    .inline-box{
        flex-direction: column;
    }
    .badge-img{
        width: 250px;
    }
    .light-pink-grad{
        padding: 12px;
    }

    .inline-box .box {
        margin-right: 0!important;
        margin-bottom: 16px;
    }
    .light-pink-grad .box-content{
        text-align:center;
        margin-top: 36px;
    }
    .box-content .w-drop-img img{
        position: relative;
        left: 0;
    }
    .unfpa-img-wrap{
        text-align: left;
        padding: 0;
    }
    .unfpa-img-wrap img{
        width: 100%;
    }
    .unfpa-content{
        text-align: left;
    }
    .unfpa-content-box .unfpa-content .button-wrap{
        margin: 16px 0;
    }
    .unfpa-content-box{
        padding: 0 !important;
    }
    .bottom-last-banner .row{
        margin: 0;
    }
    .social-media-share .social-media .share-to-box .social-icons a img{
        margin-right: 8px;
    }
    .bottom-banner{
        background: url(../assets/images/mobile/bottom-mobile-banner.png), no-repeat;
        height: 540px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display:flex;
        align-items: center;
    }
    .badge-img-wrap{
        text-align: center;
    }
}

