﻿body {
}

.op-description-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ss-right-item a:hover {
    color: black;
    text-decoration:none;
}
.url-redirection:hover {
    text-decoration: none;
}

    .url-redirection:hover p {
        color: black;
    }

.op-anchor:hover {
    color: black;
    text-decoration: none;
}

.wc-section {
    margin-bottom: 80px;
    margin-top: 80px;
}

.gd-sellingprice .fa {
    font-size: 19px;
}

.op-price-img {
    height: 10px;
}

.author-new-text {
    color: #8e181b;
    font-size: 20px;
    text-align: justify;
}

    .author-new-text span {
        color: #8e181b;
        font-family: poppins;
        font-weight: 600;
        font-size: 20px;
        text-shadow: 0 0;
    }

    .author-new-text::after {
        position: absolute;
        content: "";
        width: 30px;
        left: -16px;
        top: 0px;
        height: 30px;
        background-image: url(../images/Inverted-Comma.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.wc-top-new-text {
    font-size: 18px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    color: #333436;
    text-align: justify;
}

    .wc-top-new-text:before {
        position: absolute;
        content: "";
        width: 100px;
        left: -44px;
        top: -4px;
        opacity: .2;
        height: 120px;
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wc-top-new-text:after {
        position: absolute;
        content: "";
        width: 200px;
        right: -80px;
        bottom: -40px;
        opacity: .5;
        height: 200px;
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .wc-top-new-text span {
        color: #ff4a07;
        /*font-weight: bold;*/
    }

div#at4-share, div#at4-thankyou, div#at4-whatsnext {
    padding: 0;
    margin: 0;
    display: none;
}

.slick-slider .slick-track {
    margin: 0;
}

.text-danger {
    color: red !important;
    font-size: 13px;
    left: 0;
    bottom: -25px;
}

.op-text {
    font-size: 14px;
    margin-bottom: 13px;
    text-align: center;
    /* font-size: 11px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    /* margin: 0px; */
    overflow: hidden;
    color: black;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display';
}

p, span, th, td, li, a {
    font-family: 'Poppins', sans-serif;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/*Banner Section*/

.bn-section {
    background-image: url(../images/Gifting-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 688px;
    display: flex;
    align-items: center;
}

.bn-row {
    align-items: center;
}

.gi-icon-wrap {
    cursor: pointer;
}

.bn-img {
}

.op-img {
    height: 340px;
    object-fit: contain;
}

.bn-text-wrap {
    /*margin-top:80px;*/
    margin-bottom: 200px;
}

.bn-top-text {
    font-size: 14px;
    padding: 0 20px;
    background-color: #fff;
    color: #FD2A00;
    border-radius: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 181px;
    height: 33px;
}

.bn-subtitle {
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.bn-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    color: white;
    margin-bottom: 20px;
}

.bn-top-title-text {
    font-size: 20px;
    /* font-weight: bold; */
    font-family: playfair display;
    /* text-shadow: 0 0; */
    color: black;
}

.bn-title span {
    display: block;
    font-family: 'Playfair Display';
}

.bn-text {
    font-size: 16px;
    margin-bottom: 0;
    color: black;
}

.bn-btn-wrap {
    margin-top: 24px;
}

.bn-black-btn {
    font-size: 16px;
    height: 40px;
    background-color: #000;
    color: #fff;
    padding: 0 20px;
    border-radius: 25px;
}

.bn-trans-btn {
    font-size: 16px;
    height: 40px;
    background-color: transparent;
    color: #000;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid #000;
    margin-left: 8px;
}

/*Banner Section --END--*/

/*Section 2*/

.wc-section {
    overflow: hidden;
}

.wc-top-text {
    font-size: 18px;
    position: relative;
}

.wc-topred-text::before {
    position: absolute;
    content: "";
    width: 100px;
    top: -40px;
    left: -57px;
    opacity: .5;
    height: 120px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.wc-topred-text {
    color: #8e181b;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}

.wc-title {
    font-size: 25px;
    font-weight: bold;
    /*margin:60px 0;*/
    margin-top: 23px;
    margin-bottom: 23px;
}

.wc-circle {
    position: relative;
}

    .wc-circle:before {
        position: absolute;
        content: "";
        width: 183px;
        right: -70px;
        top: -90px;
        opacity: .5;
        z-index: -1;
        height: 203px;
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.wc-wrap {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    height: 110px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(82deg, #ff6b07 5%, #ff832f 25%, #ff8837 59%);
    color: #fff;
    border-radius: 5px;
}

.wc-list {
    /*list-style:none;*/
    padding: 0;
    padding-left: 15px;
}

.wc-arrow {
    position: relative;
}

    .wc-arrow:after {
        position: absolute;
        content: "";
        width: 45px;
        right: -30px;
        top: 10px;
        z-index: -1;
        height: 50px;
        background-image: url(../images/triangle.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(90deg);
    }

.wc-text-wrap {
    display: inline-block;
    margin-left: 24px;
}

.wc-inner-title {
    font-size: 20px;
    font-weight: bold;
    /*margin:0;*/
}

.wc-text {
    font-size: 16px;
    margin: 0;
}

/*Section 2 --END--*/


/*Gift Icon [gi]*/

.gi-section {
    padding: 60px 0;
    background-color: #fff8f8;
    margin-top: 40px;
}

.gi-flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gi-flex-col {
    /*flex: 12.5%;*/
}

.gi-icon-wrap {
    padding: 0 25px;
}

.gi-icon-img-wrap {
    height: 60px;
    display: flex;
    align-items: center;
}

.gi-icon-img-wrap-temp {
    max-height: 80px;
}

.gi-icon {
    /*width:100%;*/
    display: block;
    max-height: 60px;
    max-width: 80px;
    margin: auto;
}

.gi-icon-temp {
    margin: 0;
    max-height: 80px;
}

.gi-title {
    font-size: 12px;
    margin: 0;
    margin-top: 25px;
}

/*Gift Icon [gi] --END-- */

/* Schedule a gift now [sg] */

.sg-section {
    margin-top: 60px;
}

.sg-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sg-main-title {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 0;
}

.sg-viewall {
    font-size: 18px;
    color: #f2670b;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
}

    .sg-viewall:hover {
        color: #f2670b;
    }

.sg-flex-wrap {
}

.sg-col {
    padding: 0 10px;
}

.sg-overlay {
    background-image: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.8) 95%);
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.sg-item {
    /* background-image: linear-gradient(to bottom, #fff,#000); */
    cursor: pointer;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    width: 100%;
    transition: .25s;
}

    .sg-item:hover {
        box-shadow: 0 10px 25px 0 rgba(255, 111, 14, 0.2);
        transition: .25s;
    }

.sg-img {
    width: 100%;
}

.sg-title {
    font-size: 15px;
    font-weight: bold;
    /*text-shadow:0 0;*/
    font-family: 'Playfair Display';
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    color: #fff;
}


/* Schedule a gift now [sg] --END-- */

/*Surprise them with our unique collections [ss]*/

.ss-section {
    margin-top: 50px;
}

.ss-text-wrap {
    margin-bottom: 15px;
}

.ss-title {
    font-size: 30px;
    font-weight: bold;
    color: #ff4a07;
}

.ss-text {
    font-size: 18px;
}

.ss-link {
    font-size: 17px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #ff4a07;
}

    .ss-link:hover {
        color: #ff4a07;
        text-shadow: 0 0;
    }

.ss-img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.16);
}

.ss-bottom-text {
    font-size: 18px;
    margin-top: 10px;
}

.ss-right-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ss-right-item {
    flex: 45%;
    margin: 9px;
}

.ss-right-img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

img.ss-right-img {
}

.ss-right-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

/*Surprise them with our unique collections [ss] --END-- */

/*Express deliver in 48hours [ymal]*/

.ymal-section {
    margin-top: 20px;
    padding: 40px 0;
    margin-bottom: 0;
    background-color: #fff8f8;
    position: relative;
}

.ymal-container {
    z-index: 2;
    position: relative;
}

.ymal-main-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ymal-viewall {
    font-size: 18px;
    color: #ff5a1c;
}

    .ymal-viewall:hover {
        color: #ff5a1c;
    }

.ymal-item {
    padding: 15px;
}

    .ymal-item a:hover {
        text-decoration: none;
    }

    .ymal-item a:focus {
        outline: none;
    }

.ymal-product-img {
    height: 185px;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
}

.ymal-product-text-wrap {
    display: flex;
    justify-content: space-between;
}

.ymal-product-title {
    font-size: 15px;
    text-shadow: 0 0;
    color: #646464;
    margin: 0;
    font-size: 13px;
    text-shadow: 0 0;
    color: #000000;
    font-weight: 600;
    line-height: 15px;
    margin: 0;
}

.ymal-product-price {
    font-size: 14px;
    text-shadow: 0 0;
    color: #ff6f0e;
    margin: 0;
}

    .ymal-product-price i {
        margin-right: 5px;
    }

.ymal-product-cart {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(63deg, #ff6b07 18%, #ff832f 35%, #ff8837 64%);
}

.ymal-slider .slick-prev {
    top: 91px;
    left: -14px;
    z-index: 1;
}

    .ymal-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        width: 40px;
        background-position: center;
    }

.ymal-slider .slick-next {
    top: 90px;
    right: 7px;
    z-index: 1;
}

    .ymal-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        width: 40px;
        background-position: center;
    }

.ymal-circle1 {
    position: absolute;
    bottom: -80px;
    left: -15px;
    z-index: 0;
    width: 175px;
    height: 200px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}

.ymal-circle2 {
    position: absolute;
    right: 8%;
    top: 0;
    z-index: 0;
    width: 188px;
    height: 200px;
    opacity: .5;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*Express deliver in 48hours [op] --END-- */


/*Check out our annual packages [op]*/

.op-section {
    margin-top: 57px;
    margin-bottom: 50px;
}

.op-main-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 15px;
}

.op-item {
    padding: 10px;
    text-align: center;
}

    .op-item:focus {
        outline: none;
    }

.op-img {
    width: 100%;
    padding: 10px;
}

.op-text-wrap {
}

.op-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.op-text {
    font-size: 14px;
    margin-bottom: 12px;
}

.op-price {
    font-size: 12px;
    color: #ff7111;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.op-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);
    width: 180px;
    height: 44px;
}

.op-slider .slick-prev {
    top: 120px;
    left: -12px;
    z-index: 1;
}

    .op-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

.op-slider .slick-next {
    top: 120px;
    right: 17px;
    z-index: 1;
}

    .op-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

/*Check out our annual packages [op] --END-- */

/* sisection starts */
.gp-btn-wrap {
    width: 100%;
    text-align: center;
}

.gp-btn {
    height: 35px;
    width: 150px;
    background: linear-gradient(150deg, #fc8a3e, #ff6c09);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 9px 30px;
    box-shadow: 7px 7px 18px 0 rgba(0, 0, 0, 0.16);
    border: .5px solid #fff;
}

.gs-giftbtn-wrap {
    margin-top: 35px;
}

.gp-outer-slider-wrap {
    overflow: hidden;
    height: 100%;
}

.gs-btn {
    height: 44px;
    width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.gs-primary-btn {
    color: #fff;
    /*background-color:#fff;*/
    background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);
    border-radius: 5px;
}

.gs-secondary-btn {
    color: #000;
    background-color: #ffebeb;
    /*background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);*/
}

.gs-title {
    font-size: 35px;
    font-weight: bold;
}

.gs-text {
    font-size: 14px;
    margin-top: 25px;
}

.gs-wrap {
    padding: 0 25px;
}

.gs-btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.gs-img {
    width: 100%;
}

.si-title {
    margin-bottom: 35px;
}
/* si section ends */

/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    .bn-subtitle {
        color: black;
        font-size: 24px;
    }

    .bn-black-btn {
        padding: 0 10px;
    }

    .bn-trans-btn {
        padding: 0 10px;
        margin-left: 0;
    }

    .bn-schedule-btn {
        padding: 0 10px;
    }

    .bn-text span {
        font-size: 18px;
    }

    .author-new-text::after {
        left: 1px;
        top: 0;
        height: 30px;
        width: 30px
    }

    .author-new-text {
        color: #8e181b;
        font-size: 18px;
        margin-left: 20px;
    }
    .author-new-text span {
        font-size:16px;
    }
    .mobile-no-padd {
        padding: 0;
    }
    .wc-top-new-text {
        font-size: 14px;
    }
        .btn {
        font-size: 14px;
    }

    .bn-section {
        background-image: url(../images/Gifting-banner-phone.png);
        align-items: flex-start;
        height: 810px;
        margin-bottom: 10px;
        padding-top: 25px;
    }

    .bn-row {
        align-items: flex-start;
    }

    .bn-text-wrap {
        margin-bottom: 0;
    }

    .bn-title {
        font-size: 32px;
        line-height: 30px;
    }

    .bn-text {
        font-size: 14px;
    }

    .bn-btn-wrap {
        text-align: left;
    }

    .wc-title {
        font-size: 24px;
        margin: 30px 0 20px;
    }

    .wc-top-text {
        font-size: 14px;
    }

    .wc-wrap {
        margin: 10px 0;
        height: auto;
        align-items: center;
    }

    .wc-circle:before {
        width: 0px;
        height: 0px;
        right: 0;
        top: 0;
        /*display:none;*/
    }

    .wc-arrow:after {
        width: 0;
        height: 0;
    }

    .gi-section {
        padding: 30px 0;
    }

    .gi-flex-row {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .gi-flex-col {
        flex: 25%;
        margin: 8px 0;
    }

    .gi-icon-wrap {
        padding: 0;
    }

    .gi-icon-img-wrap {
        height: 45px;
    }

    .gi-icon-img-wrap-temp {
        width: 40px;
        margin: auto;
    }

    .gi-icon {
        max-height: 45px;
        max-width: 65px;
    }

    .gi-title {
        font-size: 11px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .sg-section {
        margin-top: 40px;
    }

    .sg-main-title {
        font-size: 25px;
    }

    .sg-viewall {
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

    .sg-title-wrap {
        margin-bottom: 10px;
    }

    .sg-row {
        padding: 0 5px;
    }

    .sg-col {
        padding: 5px;
    }

    .sg-item {
        height: 155px;
    }

    .sg-title {
        font-size: 14px;
    }

    .ss-section {
        margin-top: 40px;
    }

    .ss-title {
        font-size: 25px;
    }

    .ss-text {
        font-size: 16px;
    }

    .ss-link {
        font-size: 16px;
    }

    .ss-img {
        height: 250px;
    }

    .ss-right-item {
        flex: 40%;
    }

    .ss-right-img {
        height: 155px;
    }

    .ss-right-title {
        font-size: 14px;
    }

    .ymal-section {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .ymal-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .ymal-item {
        padding: 5px;
    }

    .ymal-img {
        width: 100%;
        padding: 5px;
    }

    .ymal-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ymal-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ymal-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .ymal-viewall {
        display: none;
    }

    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .op-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .op-item {
        padding: 5px;
    }

    .op-img {
        width: 100%;
        padding: 5px;
    }

    .op-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .op-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .op-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .gp-item {
        padding: 10px 10px 20px;
    }

    .gp-slider-wrap {
        margin-top: 0;
    }

    .gp-title {
        margin: 5px 0;
    }

    .gs-btn {
        font-size: 14px;
    }

    .gs-btn-inner-wrap {
        width: 100%;
    }

    .gs-text {
        margin-top: 10px;
    }

    .gs-btn-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gs-btn {
        margin: 5px 0;
        height: 40px;
    }

    .gs-primary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-secondary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-wrap {
        padding: 0;
    }

    .gs-title {
        font-size: 24px;
    }

    .gs-giftbtn-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {

    .bn-subtitle {
        color: black;
        font-size: 24px;
    }

    .bn-black-btn {
        padding: 0 10px;
    }

    .bn-trans-btn {
        padding: 0 10px;
        margin-left: 0;
    }

    .bn-schedule-btn {
        padding: 0 10px;
    }

    .bn-text span {
        font-size: 18px;
    }

    .author-new-text::after {
        left: 1px;
        top: 0;
        height: 30px;
        width: 30px
    }

    .author-new-text {
        color: #8e181b;
        font-size: 18px;
        margin-left: 20px;
    }

        .author-new-text span {
            font-size: 16px;
        }

    .mobile-no-padd {
        padding: 0;
    }

    .wc-top-new-text {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .bn-section {
        background-image: url(../images/Gifting-banner-phone.png);
        align-items: flex-start;
        height: 810px;
        margin-bottom: 10px;
        padding-top: 25px;
    }

    .bn-row {
        align-items: flex-start;
    }

    .bn-text-wrap {
        margin-bottom: 0;
    }

    .bn-title {
        font-size: 32px;
        line-height: 30px;
    }

    .bn-text {
        font-size: 14px;
    }

    .bn-btn-wrap {
        text-align: left;
    }

    .wc-title {
        font-size: 24px;
        margin: 30px 0 20px;
    }

    .wc-top-text {
        font-size: 14px;
    }

    .wc-wrap {
        margin: 10px 0;
        height: auto;
        align-items: center;
    }

    .wc-circle:before {
        width: 0px;
        height: 0px;
        right: 0;
        top: 0;
        /*display:none;*/
    }

    .wc-arrow:after {
        width: 0;
        height: 0;
    }

    .gi-section {
        padding: 30px 0;
    }

    .gi-flex-row {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .gi-flex-col {
        flex: 25%;
        margin: 8px 0;
    }

    .gi-icon-wrap {
        padding: 0;
    }

    .gi-icon-img-wrap {
        height: 45px;
    }

    .gi-icon-img-wrap-temp {
        width: 40px;
        margin: auto;
    }

    .gi-icon {
        max-height: 45px;
        max-width: 65px;
    }

    .gi-title {
        font-size: 11px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .sg-section {
        margin-top: 40px;
    }

    .sg-main-title {
        font-size: 25px;
    }

    .sg-viewall {
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

    .sg-title-wrap {
        margin-bottom: 10px;
    }

    .sg-row {
        padding: 0 5px;
    }

    .sg-col {
        padding: 5px;
    }

    .sg-item {
        height: 155px;
    }

    .sg-title {
        font-size: 14px;
    }

    .ss-section {
        margin-top: 40px;
    }

    .ss-title {
        font-size: 25px;
    }

    .ss-text {
        font-size: 16px;
    }

    .ss-link {
        font-size: 16px;
    }

    .ss-img {
        height: 250px;
    }

    .ss-right-item {
        flex: 40%;
    }

    .ss-right-img {
        height: 155px;
    }

    .ss-right-title {
        font-size: 14px;
    }

    .ymal-section {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .ymal-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .ymal-item {
        padding: 5px;
    }

    .ymal-img {
        width: 100%;
        padding: 5px;
    }

    .ymal-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ymal-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ymal-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .ymal-viewall {
        display: none;
    }

    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .op-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .op-item {
        padding: 5px;
    }

    .op-img {
        width: 100%;
        padding: 5px;
    }

    .op-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .op-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .op-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .gp-item {
        padding: 10px 10px 20px;
    }

    .gp-slider-wrap {
        margin-top: 0;
    }

    .gp-title {
        margin: 5px 0;
    }

    .gs-btn {
        font-size: 14px;
    }

    .gs-btn-inner-wrap {
        width: 100%;
    }

    .gs-text {
        margin-top: 10px;
    }

    .gs-btn-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gs-btn {
        margin: 5px 0;
        height: 40px;
    }

    .gs-primary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-secondary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-wrap {
        padding: 0;
    }

    .gs-title {
        font-size: 24px;
    }

    .gs-giftbtn-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}






/*Update by shivam shil*/

@media (min-width: 551px) and (max-width: 767px) {

    .bn-subtitle {
        color: black;
        font-size: 24px;
    }

    .bn-black-btn {
        padding: 0 10px;
    }

    .bn-trans-btn {
        padding: 0 10px;
        margin-left: 0;
    }

    .bn-schedule-btn {
        padding: 0 10px;
    }

    .bn-text span {
        font-size: 18px;
    }

    .author-new-text::after {
        left: 1px;
        top: 0;
        height: 30px;
        width: 30px
    }

    .author-new-text {
        color: #8e181b;
        font-size: 18px;
        margin-left: 20px;
    }

        .author-new-text span {
            font-size: 16px;
        }

    .mobile-no-padd {
        padding: 0;
    }

    .wc-top-new-text {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .bn-section {
        background-image: url(../images/Gifting-banner-phone.png);
        align-items: flex-start;
        height: 810px;
        margin-bottom: 10px;
        padding-top: 25px;
    }

    .bn-row {
        align-items: flex-start;
    }

    .bn-text-wrap {
        margin-bottom: 0;
    }

    .bn-title {
        font-size: 32px;
        line-height: 30px;
    }

    .bn-text {
        font-size: 14px;
    }

    .bn-btn-wrap {
        text-align: left;
    }

    .wc-title {
        font-size: 24px;
        margin: 30px 0 20px;
    }

    .wc-top-text {
        font-size: 14px;
    }

    .wc-wrap {
        margin: 10px 0;
        height: auto;
        align-items: center;
    }

    .wc-circle:before {
        width: 0px;
        height: 0px;
        right: 0;
        top: 0;
        /*display:none;*/
    }

    .wc-arrow:after {
        width: 0;
        height: 0;
    }

    .gi-section {
        padding: 30px 0;
    }

    .gi-flex-row {
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .gi-flex-col {
        flex: 25%;
        margin: 8px 0;
    }

    .gi-icon-wrap {
        padding: 0;
    }

    .gi-icon-img-wrap {
        height: 45px;
    }

    .gi-icon-img-wrap-temp {
        width: 40px;
        margin: auto;
    }

    .gi-icon {
        max-height: 45px;
        max-width: 65px;
    }

    .gi-title {
        font-size: 11px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .sg-section {
        margin-top: 40px;
    }

    .sg-main-title {
        font-size: 25px;
    }

    .sg-viewall {
        font-size: 16px;
        margin-left: 10px;
        display: none;
    }

    .sg-title-wrap {
        margin-bottom: 10px;
    }

    .sg-row {
        padding: 0 5px;
    }

    .sg-col {
        padding: 5px;
    }

    .sg-item {
        height: 155px;
    }

    .sg-title {
        font-size: 14px;
    }

    .ss-section {
        margin-top: 40px;
    }

    .ss-title {
        font-size: 25px;
    }

    .ss-text {
        font-size: 16px;
    }

    .ss-link {
        font-size: 16px;
    }

    .ss-img {
        height: 250px;
    }

    .ss-right-item {
        flex: 40%;
    }

    .ss-right-img {
        height: 155px;
    }

    .ss-right-title {
        font-size: 14px;
    }

    .ymal-section {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .ymal-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .ymal-item {
        padding: 5px;
    }

    .ymal-img {
        width: 100%;
        padding: 5px;
    }

    .ymal-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ymal-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ymal-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .ymal-viewall {
        display: none;
    }

    .op-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .op-main-title {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .op-item {
        padding: 5px;
    }

    .op-img {
        width: 100%;
        padding: 5px;
    }

    .op-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .op-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .op-btn {
        width: 90%;
        height: 44px;
        margin: auto;
    }

    .gp-item {
        padding: 10px 10px 20px;
    }

    .gp-slider-wrap {
        margin-top: 0;
    }

    .gp-title {
        margin: 5px 0;
    }

    .gs-btn {
        font-size: 14px;
    }

    .gs-btn-inner-wrap {
        width: 100%;
    }

    .gs-text {
        margin-top: 10px;
    }

    .gs-btn-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gs-btn {
        margin: 5px 0;
        height: 40px;
    }

    .gs-primary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-secondary-btn {
        margin-left: 0;
        width: 100%;
    }

    .gs-wrap {
        padding: 0;
    }

    .gs-title {
        font-size: 24px;
    }

    .gs-giftbtn-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}






    @media (max-width: 400px) {
        .btn {
            font-size: 12px;
        }
    }

    /*Tablets, Ipads (portrait)*/
    @media (min-width: 768px) and (max-width: 1023px) {
        .bn-title-head {
            font-size: 38px;
        }

        .bn-text {
            font-size: 14px;
        }

        .bn-top-title-text {
            font-size: 16px;
        }

        .bn-subtitle {
            color: black;
            font-size: 24px;
        }

        .bn-text span {
            font-size: 18px;
        }

        .bn-black-btn {
            padding: 0 8px;
            font-size: 14px;
        }

        .bn-trans-btn {
            padding: 0 8px;
            font-size: 14px;
            margin-left: 0;
        }

        .bn-schedule-btn {
            padding: 0 8px;
            font-size: 14px;
            width: auto;
        }

        .wc-section {
            margin-top: 120px;
        }

        .wc-wrap {
            margin-bottom: 20px;
        }

        .gi-icon-wrap {
            padding: 0 15px;
        }

        .gi-icon {
            width: 100%;
            display: block;
            max-height: 50px;
            max-width: 50px;
            margin: auto;
        }
    }

    /*Ipad Pro (portrait)*/
    @media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
        .wc-section {
            margin-top: 70px;
        }

        .wc-wrap {
            height: 160px;
        }
    }



    /*1152×648, 1280×720*/
    @media (min-width: 1152px) and (max-width: 1299px) {
        .no-padd {
            padding: 0;
        }

        .custom-container {
            max-width: 1200px;
        }

        .custom-container2 {
            max-width: 1150px;
        }

        .sg-item {
            height: 155px;
        }

        .sg-title {
            font-size: 12px;
        }
    }

    /*1366×768,*/
    @media (min-width: 1300px) and (max-width: 1599px) {
        .sg-item {
            height: 155px;
        }

        .no-padd {
            padding: 0;
        }

        .sg-title {
            font-size: 12px;
        }

        .custom-container {
            max-width: 1250px;
        }

        .custom-container2 {
            max-width: 1200px;
        }
    }
    /*1400X900,*/
    @media (min-width: 1400px) and (max-width: 1599px) {
    }

    /*1600x800*/
    @media (min-width: 1600px) and (max-width: 1919px) {
        .custom-container {
            max-width: 1450px;
        }

        .custom-container2 {
            max-width: 1400px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-section {
            height: 805px;
        }
    }

    @media (min-width: 1920px) {
        .custom-container {
            max-width: 1750px;
        }

        .custom-container2 {
            max-width: 1700px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-section {
            height: 958px;
        }
    }
