﻿.catalogClss {
text-decoration:none !important;
color:black !important;
}

body {
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
}

p, span, th, td, .ps-txtbox {
    font-family: 'Poppins', sans-serif;
}

#sgSection {
    display: none;
}

.balloon-content-wrap {
    display: flex;
}

.qg-pricefilter-item a:hover {
    color: none;
}

.ps-title span {
    font-family: playfairdisplay;
}

.main-align-text-wrap {
    position: absolute;
    left: 15%;
    top: 116px !important;
    width: 60%;
}
.bntxtp {
    color: #ff6f0e;
    font-size: 20px;
    font-style: italic;
}
@media (max-width:991px){
    .bntxtp {
        font-size: 18px;
    }
    }
.main-text-wrap {
    position: absolute;
    left: 10%;
    top: 330px;
    width: 50%;
}

.balloon-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bn-simple-text {
    margin: 0;
    margin-top: 20px;
    color: white;
    font-style: italic;
    font-weight: 500;
    text-align: justify;
}

.bn-balloon:before {
    /* top: 0; */
    content: "";
    left: 25px;
    bottom: -20px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid rgba(255, 255, 255, .8);
}

.bn-balloon {
    background-color: rgb(211,211,211);
    background-color: rgba(255, 255, 255, .8);
    /*background-color: transparent;*/
    position: relative;
    border-radius: 10px;
    padding: 10px 0px 10px 20px;
}

.balloon-text p {
    margin: 0;
    margin-left: 10px;
    color: black;
    padding-right: 20px;
    text-align: left;
}

.bn-balloon-img {
    width: 40px;
    height: 40px;
}

.bn-love-icon {
    width: 35px;
    height: 35px;
}

a:hover {
    text-decoration: none;
}

.gp-slider .slick-prev {
    top: 120px;
    left: 2px;
    position: absolute;
    z-index: 1;
    color: transparent;
    border: none;
    background-color: transparent;
}

    .gp-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 30px;
        width: 30px;
        background-position: center;
    }

.gp-slider .slick-next {
    top: 120px;
    right: 110px;
    position: absolute;
    z-index: 1;
    color: transparent;
    border: none;
    background-color: transparent;
}

    .gp-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 30px;
        width: 30px;
        background-position: center;
    }

.bn-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 52px;
    left: -40px;
    z-index: 99;
}

.qg-gifting-para {
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 25px;
}

.ts-item:focus {
    outline: none;
}

.ee-right-title:hover {
    color: black;
}

.ses-inner-text span {
    color: #ff761a;
}

.ses-span {
    color: #ff6f0e;
    text-transform: uppercase;
}

.ee-flex-wrap a:hover {
    color: black;
}

.bn-error-wrap {
    color: red;
    font-size: 14px;
}

.ca-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-left: 20px;
    width: 32px;
    height: 32px;
}

.error-home-div {
    position: absolute;
    bottom: 56px;
    display: flex;
    justify-content: center;
    color: red;
    font-size: 14px;
    width: 100%;
}

    .error-home-div p {
        margin: 0
    }

.toast {
    transition: 0.32s all ease-in-out;
}

.toast-container {
    top: 50%;
    left: 0;
    /*right: 0;
    bottom: 0;
    left: 0;*/
}
/* a [scale] transition: */
.toast-container--scale {
    right: 0;
    bottom: 0;
}

    .toast-container--scale .toast-wrapper {
        display: inline-block;
    }

.toast.scale-init {
    opacity: 0;
    transform: scale(0);
}


.toast.scale-show {
    opacity: 1;
    transform: scale(1);
}

.toast.scale-hide {
    opacity: 0;
    transform: scale(0);
}
/*Banner Section [bn]*/

.bn-section {
    margin-bottom: 50px;
    background-color: #ffffff;
    height: 655px;
}

.bn-row {
    align-items: flex-start;
}

.bn-text-wrap {
    width: 316px;
    margin: auto;
}

.bn-title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0;
    margin-top: 100px;
}

    .bn-title span {
        color: #ff4a07;
        font-family: 'Playfair Display';
    }
.bn-title-small {
    font-size:24px;
}

.bn-thankyou {
}

.bn-list-wrap {
    margin-top: 34px;
    /*margin-bottom: 55px;*/
}

.bn-list-item {
    font-size: 15px;
    color: #8c1a1a;
    display: flex;
    align-items: center;
    display: inline-block;
    margin-left: 10px;
}

.bn-icon {
    width: 40px;
    display: inline-block;
}

.ps-top-text {
    color: white;
    font-size: 18px;
    /* text-decoration: underline; */
    font-weight: 600;
}
/*.ps-top-text {
    color: black;
    font-weight: 600;
}*/
.bn-slider-wrap {
    overflow: hidden;
}

.bn-slider .slick-prev {
    top: 45%;
    left: 25px;
    z-index: 1;
}

    .bn-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/ts-left.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

.bn-slider .slick-next {
    top: 45%;
    right: 50px;
    z-index: 1;
}

    .bn-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/ts-right.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px;
        width: 50px;
        background-position: center;
    }

.bn-item {
    position: relative;
    width: 151px;
    height: 117px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(69deg, #ff6b07 13%, #ff832f 31%, #ff8837 62%);
    /*display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;*/
    margin: 0 4px;
    cursor: pointer;
    transition: .25s;
}

    .bn-item:hover {
        background-image: linear-gradient(150deg, #f1702e, #ff3727);
        box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.8);
        transition: .25s;
    }

.bn-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bn-img-item {
}

.bn-item-img-wrap {
    height: 60px;
    display: flex;
    align-items: center;
}

.bn-item-img {
    max-height: 60px;
}

.bn-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bn-item-text {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.bn-item-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.bn-number-item {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #f94c0b, 0 0 5px #f94c0b;
    position: absolute;
    top: -35px;
    left: 15px;
}

.bn-orange-block {
    height: 447px;
    border-radius: 10px;
    background-image: linear-gradient(to top,#ff955e,#f8922e,#f1702e,#ff3727);
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: -1;
    font-family: poppins;
    color: black;
}

.bn-flex-wrap {
    display: flex;
}

.bn-go-btn-wrap {
    background-color: #ff4a07;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: poppins;
    font-weight: 600;
    font-size: 16px;
    /*position: absolute;*/
    right: -64px;
    /* width: 100%; */
    z-index: 99;
    border-radius: 5px;
    height: 50px;
    cursor: pointer;
}

.bn-txt-wrap {
    width: 370px;
    margin-top: 0;
    z-index: 2;
    position: relative;
}

.bn-txtbox-wrap {
    display: flex;
    justify-content: flex-end;
}

    .bn-txtbox-wrap p {
        font-size: 14px;
        font-family: poppins;
        margin-bottom: 0;
        font-weight: 600;
    }

.bn-txt-box {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    box-shadow: 0 8px 15px 0 rgba(255, 181, 169, 0.48);
    border: solid 1px #ffeeee;
    font-size: 13px;
    padding: 15px;
    z-index: 1;
    background-color: white;
}

.ee-txtbox {
}

.bn-bottom-text {
    font-size: 25px;
    color: #ff4a07;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0;
}

    .bn-bottom-text p {
        font-family: playfairdisplay;
        text-align: center;
        margin-left: -40px;
        font-size: 25px;
    }

.bn-circle {
    position: absolute;
    content: "";
    width: 500px;
    left: -226px;
    bottom: -236px;
    opacity: .5;
    height: 400px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.bn-overlay {
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3));
    height: 100%;
    width: 100%;
    position: relative;
}

.bn-text {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 140px;
    padding: 0 43px 0 0;
    /* width: 100%; */
}

.bn-percent {
    font-size: 30px;
    color: #ff4a07;
    font-weight: 600;
}

.bn-text strong {
    text-transform: uppercase;
}
/*Banner Section [bn]*/

/*Section 2 [br]*/
.br-row {
    align-items: center;
}

.br-title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0;
}

.br-text {
    font-size: 14px;
}

.br-left-img {
    width: 100%;
}

.br-right-wrap {
    display: flex;
    flex-wrap: wrap;
}

.br-right-item {
    flex: 30%;
    padding: 0px 10px;
    margin: 7px;
    border-radius: 10px;
    box-shadow: 0 1px 19px 0 rgba(0, 0, 0, 0.16);
    transition: .25s;
    cursor: pointer;
}

    .br-right-item:hover {
        box-shadow: 0 10px 25px 0 rgba(255, 111, 14, 0.4);
        transition: .25s;
    }

.br-right-link:hover {
    outline: none;
}

.br-right-img-wrap {
    height: 118px;
}

.br-right-img {
    height: 100%;
    margin: auto;
}

.br-right-text {
    font-size: 14px;
    text-shadow: 0 0;
    width: 100%;
    text-align: center;
    margin-top: 19px;
    color: #000;
}

.br-right-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.br-right-inner-wrap-left {
    justify-content: flex-start;
}

/*Section 2 [br]*/


/**/
.gp-text {
    text-align: center;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.gp-description-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slider .slick-track {
    margin: 0;
}

.gp-slider-wrap {
    width: 110%;
    margin-top: 30px;
}

.gp-slider {
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #fbd9d9;
}

/*.gp-slider .slick-prev {
        top: 45%;
        left: 25px;
        z-index: 1;
    }

        .gp-slider .slick-prev:before {
            content: "";
            display: block;
            background-image: url(../images/ts-left.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 50px;
            width: 50px;
            background-position: center;
        }

    .gp-slider .slick-next {
        top: 45%;
        right: 50px;
        z-index: 1;
    }

        .gp-slider .slick-next:before {
            content: "";
            display: block;
            background-image: url(../images/ts-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 50px;
            width: 50px;
            background-position: center;
        }*/

.gp-item {
    text-align: center;
    padding: 15px 15px 25px;
    position: relative;
}

    .gp-item:focus {
        outline: 1px solid #ff6f0e;
    }

.gp-img {
    margin: auto;
    width: 100%;
    height: 185px;
    object-fit: contain;
}

.gp-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
}

.gp-text {
    font-size: 11px;
    margin: 0;
}

.gp-price {
    font-size: 11px;
    color: #ff7111;
    margin: 0;
}

.gp-price-img {
    height: 8px;
    display: inline !important;
}

.ps-outer-wrap {
    height: 450px;
}

.ps-text-outer-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding-left: 90px;
    position: relative;
}

.ps-text-wrap {
    color: #fff;
}

.ps-title {
    font-size: 35px;
    font-weight: bold;
}

.ps-section {
    height: 550px;
    margin: 0;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.ps-circle1 {
    position: absolute;
    width: 187px;
    left: 0;
    top: -60px;
    opacity: 1;
    height: 202px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ps-circle2 {
    position: absolute;
    /*content: "";*/
    width: 187px;
    right: 45%;
    bottom: 0px;
    opacity: 1;
    z-index: -2;
    height: 202px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ps-band {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 345px;
    width: 100%;
    background-image: linear-gradient(83deg, #ff6b07 5%, #ff832f 25%, #ff8837 59%);
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
}

.gp-btn-wrap {
    position: absolute;
    bottom: -11px;
    width: 90%;
    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;
    font-family: poppins
}

    .gp-btn:hover {
        background-image: linear-gradient(150deg, #f1702e, #ff3727);
        box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.4);
        transition: .25s;
    }

.gp-outer-slider-wrap {
    overflow: hidden;
    height: 100%;
}

/**/

/*Select-Edit-Schedule Section [ses]*/

.ses-section {
    position: relative;
}

.ses-row {
    justify-content: flex-end;
}

.ses-title {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 0;
    color: #000;
}

.ses-title-icon {
    width: 88px;
    margin: 0 5px;
}

.ses-item-inner-warp {
    display: flex;
    justify-content: center;
    padding: 25px 35px 30px;
}

.ses-inner-title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    transition: .25s;
}

.ses-item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ses-item {
    margin: 11px 0;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    cursor: pointer;
    width: 90%;
    transition: .25s;
    background-color: #fff;
}

    .ses-item:hover {
        border: solid 1px #ff6f0e;
        box-shadow: 0 10px 25px 0 rgba(255, 111, 14, 0.2);
        transition: .25s;
    }

        .ses-item:hover .ses-item-inner-img {
            color: #ff6f0e;
        }

        .ses-item:hover .ses-inner-title {
            color: #ff6f0e;
            transition: .25s;
        }



.ses-inner-title.ses-active {
    color: #ff6f0e;
}

.ses-inner-text {
    font-size: 14px;
}

.ses-inner-link {
    font-size: 20px;
    /* color: #ff761a; */
    /* text-transform: uppercase; */
}

    .ses-inner-link:hover {
        text-decoration: none;
        color: #000;
    }
/*.ses-img-inner {
    width:60px;
}*/
.ses-img-inner {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.ses-item-inner-img {
    display: block;
    max-height: 60px;
    max-width: 60px;
    margin: auto;
    fill: #000;
}
*/

.ses-item-inner-img {
    display: block;
    height: 48px;
    width: 48px;
    margin: auto;
    fill: #000;
}
/*Popup*/
.pu-select-wrap p {
    font-size: 15px;
}

.pu-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
}

.chkbox-wrap {
    position: absolute;
}

.rs-title {
    color: black;
    /*font-family: playfairdisplay;*/
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.dis-btn-wrap {
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .dis-btn-wrap a {
        color: #ff6f0e;
        text-decoration: underline;
    }

.dis-btn {
    width: 160px;
    height: 40px;
    padding: 0 25px;
    color: white;
    border: none;
    background: linear-gradient(to left, #ff9207 20%, #ff7700 40%, #ef7100 60%, #f05d00 80%);
    border-radius: 5px;
    font-size: 14px;
    font-family: poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.proceed-btn {
    border: none;
    color: #fff;
    background-image: linear-gradient(150deg, #fc8a3e, #ff6c09);
    /* border-radius: 30px; */
    height: 40px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.disclaimer-wrap li {
    font-size: 15px;
    font-family: poppins;
    color: black;
}

.pu-section-package {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.pu-para {
    margin-bottom: 10px;
    font-family: poppins;
    font-size: 15px;
}

.pu-design-name p {
    margin-bottom: 5px;
    font-family: poppins;
}

.pu-txtbox {
    height: 30px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #d2cfcf;
}

.pu-select-wrap {
    margin-top: 10px;
}

.pu-title {
    color: black;
    /*font-family: playfairdisplay;*/
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.pu-flex {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pu-card {
    /* padding: 40px; */
    /* background-color: #fff; */
    position: relative;
    width: 55%;
}

.text-danger {
    left: 0px;
}

.pu-design-name {
    position: relative;
}

.pu-close {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -23px;
    cursor: pointer;
}

    .pu-close img {
        vertical-align: top;
        height: 15px;
        width: 15px;
    }

.pu-dropdown {
    height: auto;
    border: 1px solid orange;
    color: gray;
    background-image: url(../Images/DownArrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px;
    cursor: pointer;
    width: 400px;
    -webkit-appearance: none;
    padding: 4px 20px;
    font-family: poppins;
}

.add-btn {
    background-color: deepskyblue;
    color: black;
    padding: 5px 35px;
    text-align: center;
    border-radius: 8px;
    margin-left: 20px;
    cursor: pointer;
    font-family: poppins;
}

.pu-dropdown-wrap {
    display: flex;
}

.marg-left {
    margin-left: 30px;
}

.sender-detail-wrap {
    background-color: #fcf6f6;
    margin-top: 40px;
    padding: 10px;
}

.pu-input-wrap span {
    font-size: 12px;
    font-family: poppins;
}


/*Popup-----END*/
@media (max-width: 1023px) and (min-width: 320px) {
    .ses-item-inner-img {
        height: 45px;
        width: 45px;
    }
}

.wp {
    background-size: cover;
    background-image: url(https://d1efgzzr7j2wai.cloudfront.net/Images/whatsapp-black.png);
}

.eml {
    background-size: cover;
    background-image: url(../Images/email-black.png);
}

.ses-item:hover .wp {
    background-size: cover;
    background-image: url(https://d1efgzzr7j2wai.cloudfront.net/Images/whatsapp-orange.png);
}

.ses-item:hover .eml {
    background-size: cover;
    background-image: url(https://d1efgzzr7j2wai.cloudfront.net/Images/email-orange.png);
}



.ses-item-inner {
    margin: 0 15px;
}

.ses-img-wrap {
    position: relative;
}

.ses-circle1 {
    position: absolute;
    content: "";
    width: 188px;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: -1;
    height: 188px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ses-circle2 {
    position: absolute;
    content: "";
    width: 188px;
    top: -22%;
    right: 10%;
    opacity: .4;
    height: 188px;
    z-index: -1;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ses-img {
    width: 100%;
}

.ses-block {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 25%;
}

.ses-block-item {
    position: absolute;
    left: -50px;
    top: 45px;
    width: 313px;
    height: 313px;
    background-color: rgba(255, 177, 101, 0.5);
}

.ses-block-img {
    position: relative;
    background-image: url(../images/ses-block.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 313px;
    height: 313px;
    z-index: -1;
}

/*Select-Edit-Schedule Section [ses] --END-- */

/*Looking to send a quick gift? [qg]*/
.qg-section:after {
    content: "";
    background-image: url(../images/home-after-left2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    width: 450px;
    position: absolute;
    bottom: -30px;
    left: -160px;
}

.qg-section:before {
    content: "";
    background-image: url(../images/home-after-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 500px;
    position: absolute;
    bottom: 0px;
    right: -100px;
}

.qg-section {
    height: 527px;
    /*background-image: url(../images/qg-banner.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff8f8;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.qg-circle1 {
    position: absolute;
    content: "";
    width: 356px;
    top: -180px;
    left: -200px;
    opacity: .6;
    height: 444px;
    /*z-index:-1;*/
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.qg-circle2 {
    position: absolute;
    content: "";
    width: 188px;
    top: -60px;
    right: 0;
    opacity: .4;
    height: 188px;
    /*z-index:-1;*/
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.qg-circle3 {
    position: absolute;
    content: "";
    width: 158px;
    bottom: -50px;
    left: 15%;
    opacity: .6;
    height: 169px;
    /*z-index:-1;*/
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.qg-container {
    height: 100%;
}

.qg-row {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.qg-text-wrap {
    text-align: center;
}

.qg-title {
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 0;
}

.qg-text {
    FONT-WEIGHT: 900;
    font-size: 16px;
    font-weight: bold;
    color: #ff6f0e;
}

.qg-cat-wrap {
    position: relative;
    z-index: 5;
}

.qg-cat-item {
    height: 36px;
    border-radius: 5px;
    background-color: #ff6f0e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.qg-filter-wrap {
    margin: 30px 0;
    position: relative;
    z-index: 5;
}

.qg-filter-title {
    font-size: 18px;
    font-weight: bold;
}

.qg-pricefilter-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.qg-pricefilter-item {
    z-index: 1;
}

.qg-pricefilter-dots {
    height: 12px;
    width: 12px;
    background-color: #b7b1b1;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}

    .qg-pricefilter-dots:before {
        height: 12px;
        width: 12px;
        background-color: #b7b1b1;
        border-radius: 50%;
        margin: auto;
        cursor: pointer;
    }

.qg-pricefilter-text {
    font-size: 14px;
    margin-top: 5px;
}

.qg-pricefilter-line {
    height: 1px;
    background-color: #b7b1b1;
    position: absolute;
    top: 0;
    left: 0;
}

.qg-cat-item p {
    color: white;
    font-size: 14px;
    font-family: poppins;
    margin-bottom: 0;
    text-align: center;
}

.qg-active .qg-pricefilter-dots {
    background-color: #ff8736;
    transform: scale(1.5);
}

.qg-active .qg-pricefilter-text {
    font-weight: bold;
    color: #ff8736;
}

.qg-filter-link {
    font-size: 18px;
    color: #f2670b;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 5;
}

    .qg-filter-link:hover {
        color: #f2670b;
        text-shadow: 0 0;
    }

/*Looking to send a quick gift? [qg] --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: 240px;
    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: 25px;
    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-- */

/*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;
    cursor: pointer;
}

.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-- */

/*Experience & Event [ee]*/

.ee-section {
    margin-top: 43px;
}

.ee-left-wrap {
    position: relative;
}

.ee-circle1 {
    position: absolute;
    content: "";
    width: 83px;
    right: 30%;
    bottom: -60px;
    opacity: .4;
    height: 91px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ee-circle2 {
    position: absolute;
    content: "";
    width: 212px;
    top: -50%;
    right: -30%;
    opacity: .4;
    height: 233px;
    z-index: -1;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ee-left-title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0;
    margin-bottom: 15px;
}

.ee-left-text {
    font-size: 14px;
    /* width: 60%; */
}

.ee-left-txtbox-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.ee-txtbox {
    height: 48px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 15px 0 rgba(255, 181, 169, 0.48);
    border: solid 1px #ffeeee;
    font-size: 13px;
    padding: 15px;
    z-index: 1;
}

    .ee-txtbox:focus {
        outline: 1px solid #ff6f0e;
    }

.ee-txtbox-marg {
    margin-left: 6px;
}

.ee-left-btn-wrap {
    display: flex;
    align-items: center;
    height: 55px;
    cursor: pointer;
}

.ee-left-btn-icon-wrap {
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(61deg, #fe0000 -1%, #fc6600 37%, #ff6903 59%, #ff7d24 80%, #ff8837 97%);
    border-radius: 50%;
}

.ee-left-btn-icon {
    /*padding:11px;*/
}

.ee-left-btn-text {
    font-size: 15px;
    font-weight: bold;
    color: #ff7313;
    margin-left: 10px;
    text-transform: uppercase;
}

.ee-flex-wrap {
    display: flex;
}

.ee-flex-item {
    margin: 0 10px;
    cursor: pointer;
}

    .ee-flex-item:hover .ee-img {
        box-shadow: 0 10px 25px 0 rgba(255, 111, 14, 0.3);
        transition: .25s;
    }

.ee-right-title {
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 0;
    margin: 0;
}

.ee-img {
    width: 100%;
    border-radius: 10px;
}

/*Experience & Event [ee] --END-- */

/*Testimonial [ts] */

.ts-section {
    padding-bottom: 80px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ts-circle1 {
    position: absolute;
    content: "";
    width: 290px;
    top: -100px;
    left: -90px;
    opacity: .6;
    height: 290px;
    z-index: -1;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ts-circle2 {
    position: absolute;
    content: "";
    width: 410px;
    top: -230px;
    right: -130px;
    opacity: .6;
    height: 410px;
    z-index: -1;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ts-circle3 {
    position: absolute;
    content: "";
    width: 107px;
    bottom: 25px;
    right: 35%;
    opacity: .6;
    height: 107px;
    z-index: -1;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ts-row {
    justify-content: flex-end;
}

.ts-col {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(78deg, #ff6b07 7%, #ff832f 26%, #ff8837 60%);
}

.ts-title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0;
    margin-bottom: 24px;
}

.ts-slider-wrap {
    width: 70%;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    outline: none;
}

    .ts-slider-wrap:before {
        content: "";
        display: block;
        background-image: url(../images/quote.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        width: 65px;
        background-position: center;
        position: absolute;
        top: -55px;
        left: -40px;
    }

.ts-slider {
    /*overflow:hidden;*/
    outline: none;
}

.ts-item {
    opacity: 0;
    transition: .25s;
}

    .ts-item.slick-active {
        opacity: 1;
        transition: .25s;
    }

.ts-text {
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.ts-author, .ts-designation {
    font-size: 18px;
    margin: 0;
}

.ts-slider .slick-prev {
    top: 85%;
    left: calc(100% - 100px);
    z-index: 1;
}

    .ts-slider .slick-prev:before {
        content: "";
        display: block;
        background-image: url(../images/ts-left.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 35px;
        width: 50px;
        background-position: center;
    }

.ts-slider .slick-next {
    top: 85%;
    right: 25px;
    z-index: 1;
}

    .ts-slider .slick-next:before {
        content: "";
        display: block;
        background-image: url(../images/ts-right.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 35px;
        width: 50px;
        background-position: center;
    }

.ts-main-img-wrap {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    border: 10px solid #ff4a07;
    position: absolute;
    left: -350px;
    top: -70px;
    overflow: hidden;
    background-color: #fff;
}

.ts-main-img {
    background-image: url(../images/Testimonials1.jpeg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.no-padd-col {
    padding: 0;
}
/*Testimonial [ts] END */
/*=====Media Queries=====*/
/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 480px) and (max-width: 550px) {
    .br-right-item {
        flex: 40%;
    }
        .bn-simple-text {
        font-size: 14px;
    }

    .main-align-text-wrap {
        position: absolute;
        left: 15%;
        top: 20px !important;
        width: 60%;
    }

    .main-text-wrap {
        position: absolute;
        left: 0%;
        top: 150px;
        width: 100%;
        top: 120px;
        padding: 15px;
    }

    .balloon-text p {
        font-size: 14px;
        padding-right: 10px;
    }

    .bn-simple-text {
        font-size: 14px;
    }

    .ps-outer-wrap {
        height: 540px;
    }

    .bn-slider-wrap {
        margin-top: 45px;
    }

    .qg-section:after {
        display: none;
    }

    .qg-section:before {
        display: none;
    }

    .bn-go-btn-wrap {
        position: relative;
        right: 0;
    }

    .no-padd-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bn-txt-wrap {
        width: 100%;
    }

    .mobile-no-padd {
        padding: 0;
    }

    .bn-section {
        margin-bottom: 30px;
        height: auto;
    }

    .bn-img {
        height: 345px;
    }

    .bn-overlay {
        background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.9) 120%);
    }

    .bn-row {
        flex-wrap: wrap-reverse;
    }

    .bn-text {
        font-size: 16px;
        bottom: 85px;
        left: 50px;
    }

    .bn-percent {
        font-size: 20px;
    }

    .bn-text-wrap {
        width: auto;
        margin-top: 70px;
    }

    .bn-title {
        font-size: 25px;
        font-family: 'Playfair Display';
    }

    .bn-thankyou {
        display: block;
    }

    .bn-list-wrap {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .bn-list-item {
        font-size: 14px;
    }

    .bn-bottom-text {
        font-size: 16px;
    }

    .bn-item-wrap {
        justify-content: space-between;
        bottom: -40px;
    }

    .bn-item {
        height: auto;
        width: auto;
        flex: 20%;
    }

    .bn-item-img-wrap {
        height: 40px;
    }

    .bn-item-img {
        max-height: 40px;
    }

    .bn-item-text {
        font-size: 12px;
    }

    .bn-number-item {
        font-size: 30px;
        top: -25px;
    }

    .bn-orange-block {
        display: none;
    }

    .bn-bottom-text:before {
        left: 57px;
        top: -37px;
        opacity: .3;
    }

    .br-title {
        font-size: 25px;
    }

    .br-text {
        font-size: 14px;
    }

    .br-right-img-wrap {
        height: 95px;
    }

    .br-right-text {
        font-size: 16px;
    }

    .ps-section {
        height: auto;
        margin-bottom: 20px;
    }

        .ps-section:before {
            background-image: url();
            height: 0;
            width: 0;
        }

        .ps-section:after {
            background-image: url();
            height: 0;
            width: 0;
        }

    .ps-circle1, .ps-circle2 {
        display: none;
    }

    .ps-text-outer-wrap {
        padding-left: 15px;
    }

    .ps-text-wrap {
        margin: 30px 20px 0;
    }

    .ps-title {
        font-size: 24px;
        font-weight: bold;
    }

    .ps-band {
        top: 50px;
    }

    .gp-slider-wrap {
        margin-top: 0px;
    }

    .qg-section {
        margin-top: 25px;
    }

    .qg-cat-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .qg-filter-link {
        font-size: 14px;
    }

    .ses-section {
        margin-top: 25px;
    }

    .ses-title {
        font-size: 25px;
    }

    .ses-item {
        width: 100%;
    }

    .ses-item-inner-warp {
        padding: 20px 20px 25px;
    }

    .ses-img-inner {
        height: 45px;
        width: 45px;
    }

    .ses-item-inner-img {
        max-height: 55px;
        max-width: 55px;
    }

    .ses-block {
        left: -20%;
        top: 12%;
    }

    .qg-title {
        font-size: 25px;
    }

    .qg-cat-item {
        width: 100%;
        height: 45px;
        margin: 3px 0;
    }

        .qg-cat-item p {
            font-size: 15px;
        }

    .qg-pricefilter-wrap {
        /*justify-content:space-evenly;*/
    }

    .qg-pricefilter-text {
        font-size: 8px;
    }

    .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: 20px;
    }

    .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;
        display: flex;
        justify-content: center;
    }

    .gi-icon {
        max-height: 45px;
        max-width: 65px;
    }

    .gi-title {
        font-size: 11px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .ee-flex-item {
        margin: 0px 3px;
    }

    .ee-left-wrap {
        margin-bottom: 20px;
        /*margin-left:50px;*/
    }

        .ee-left-wrap:before, .ee-left-wrap:after {
            height: 0;
            width: 0;
            background-image: url();
        }

    .ee-left-title {
        font-size: 25px;
    }

    .ee-right-title {
        font-size: 16px;
    }

    .ts-section {
        padding-top: 50px;
    }

        .ts-section:before, .ts-section:after {
            background-image: url();
            height: 0;
            width: 0;
        }

    .ts-title-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .ts-title {
        font-size: 25px;
        flex: 50%;
        margin-bottom: 12px;
    }

    .ts-slider-wrap {
        width: 100%;
        margin: 140px auto 20px;
    }

        .ts-slider-wrap::before {
            left: 0px;
            height: 44px;
            width: 50px;
            top: -61px;
        }

    .ts-slider .slick-next, .ts-slider .slick-prev {
        display: none !important;
    }

    .ts-text {
        font-size: 14px;
    }

    .ts-author, .ts-designation {
        font-size: 14px;
    }

    .ts-main-img-wrap {
        top: -225px;
        left: 0px;
        height: 170px;
        width: 170px;
        border: 5px solid #ff4a07;
    }

    .ses-circle1, .ses-circle2 {
        display: none;
    }

    .ee-circle1, .ee-circle2 {
        display: none;
    }

    .qg-circle1, .qg-circle2, .qg-circle3 {
        display: none;
    }

    .ts-circle1, .ts-circle2, .ts-circle3 {
        display: none;
    }

    .ts-slider .slick-dots {
        bottom: -70px;
    }

        .ts-slider .slick-dots li {
            width: 8px;
            height: 8px;
            opacity: 1;
            background: black;
            border-radius: 20px;
            top: 30%;
            transition: 0.5s;
            position: relative;
            overflow: hidden;
        }

            .ts-slider .slick-dots li:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 100%;
                background: red;
                transition: 0.5s;
                position: absolute;
                border-radius: 20px;
                visibility: hidden;
                overflow: hidden;
            }

            .ts-slider .slick-dots li button:before {
                content: '';
            }

            .ts-slider .slick-dots li.slick-active {
                width: 100px;
                height: 8px;
                transition: 0.5s;
            }

                .ts-slider .slick-dots li.slick-active:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 8px;
                    right: 0;
                    background: #ff4a07;
                    transition: 3s;
                    position: absolute;
                    border-radius: 20px;
                    visibility: visible;
                }
}



/*Updated by shivam shil*/
@media (min-width: 551px) and (max-width: 767px) {

    .br-right-item {
        flex: 40%;
    }

    .bn-simple-text {
        font-size: 14px;
    }

    .main-align-text-wrap {
        position: absolute;
        left: 15%;
        top: 20px !important;
        width: 60%;
    }

    .main-text-wrap {
        position: absolute;
        left: 0%;
        top: 150px;
        width: 100%;
        top: 120px;
        padding: 15px;
    }

    .balloon-text p {
        font-size: 14px;
        padding-right: 10px;
    }

    .bn-simple-text {
        font-size: 14px;
    }

    .ps-outer-wrap {
        height: 540px;
    }

    .bn-slider-wrap {
        margin-top: 45px;
    }

    .qg-section:after {
        display: none;
    }

    .qg-section:before {
        display: none;
    }

    .bn-go-btn-wrap {
        position: relative;
        right: 0;
    }

    .no-padd-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bn-txt-wrap {
        width: 100%;
    }

    .mobile-no-padd {
        padding: 0;
    }

    .bn-section {
        margin-bottom: 30px;
        height: auto;
    }

    .bn-img {
        height: 345px;
    }

    .bn-overlay {
        background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.9) 120%);
    }

    .bn-row {
        flex-wrap: wrap-reverse;
    }

    .bn-text {
        font-size: 16px;
        bottom: 85px;
        left: 50px;
    }

    .bn-percent {
        font-size: 20px;
    }

    .bn-text-wrap {
        width: auto;
        margin-top: 70px;
    }

    .bn-title {
        font-size: 25px;
        font-family: 'Playfair Display';
    }

    .bn-thankyou {
        display: block;
    }

    .bn-list-wrap {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .bn-list-item {
        font-size: 14px;
    }

    .bn-bottom-text {
        font-size: 16px;
    }

    .bn-item-wrap {
        justify-content: space-between;
        bottom: -40px;
    }

    .bn-item {
        height: auto;
        width: auto;
        flex: 20%;
    }

    .bn-item-img-wrap {
        height: 40px;
    }

    .bn-item-img {
        max-height: 40px;
    }

    .bn-item-text {
        font-size: 12px;
    }

    .bn-number-item {
        font-size: 30px;
        top: -25px;
    }

    .bn-orange-block {
        display: none;
    }

    .bn-bottom-text:before {
        left: 57px;
        top: -37px;
        opacity: .3;
    }

    .br-title {
        font-size: 25px;
    }

    .br-text {
        font-size: 14px;
    }

    .br-right-img-wrap {
        height: 95px;
    }

    .br-right-text {
        font-size: 16px;
    }

    .ps-section {
        height: auto;
        margin-bottom: 20px;
    }

        .ps-section:before {
            background-image: url();
            height: 0;
            width: 0;
        }

        .ps-section:after {
            background-image: url();
            height: 0;
            width: 0;
        }

    .ps-circle1, .ps-circle2 {
        display: none;
    }

    .ps-text-outer-wrap {
        padding-left: 15px;
    }

    .ps-text-wrap {
        margin: 30px 20px 0;
    }

    .ps-title {
        font-size: 24px;
        font-weight: bold;
    }

    .ps-band {
        top: 50px;
    }

    .gp-slider-wrap {
        margin-top: 0px;
    }

    .qg-section {
        margin-top: 25px;
    }

    .qg-cat-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .qg-filter-link {
        font-size: 14px;
    }

    .ses-section {
        margin-top: 25px;
    }

    .ses-title {
        font-size: 25px;
    }

    .ses-item {
        width: 100%;
    }

    .ses-item-inner-warp {
        padding: 20px 20px 25px;
    }

    .ses-img-inner {
        height: 45px;
        width: 45px;
    }

    .ses-item-inner-img {
        max-height: 55px;
        max-width: 55px;
    }

    .ses-block {
        left: -20%;
        top: 12%;
    }

    .qg-title {
        font-size: 25px;
    }

    .qg-cat-item {
        width: 100%;
        height: 45px;
        margin: 3px 0;
    }

        .qg-cat-item p {
            font-size: 15px;
        }

    .qg-pricefilter-wrap {
        /*justify-content:space-evenly;*/
    }

    .qg-pricefilter-text {
        font-size: 8px;
    }

    .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: 20px;
    }

    .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;
        display: flex;
        justify-content: center;
    }

    .gi-icon {
        max-height: 45px;
        max-width: 65px;
    }

    .gi-title {
        font-size: 11px;
        margin: 15px 0px 0px;
        text-align: center;
    }

    .ee-flex-item {
        margin: 0px 3px;
    }

    .ee-left-wrap {
        margin-bottom: 20px;
        /*margin-left:50px;*/
    }

        .ee-left-wrap:before, .ee-left-wrap:after {
            height: 0;
            width: 0;
            background-image: url();
        }

    .ee-left-title {
        font-size: 25px;
    }

    .ee-right-title {
        font-size: 16px;
    }

    .ts-section {
        padding-top: 50px;
    }

        .ts-section:before, .ts-section:after {
            background-image: url();
            height: 0;
            width: 0;
        }

    .ts-title-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .ts-title {
        font-size: 25px;
        flex: 50%;
        margin-bottom: 12px;
    }

    .ts-slider-wrap {
        width: 100%;
        margin: 140px auto 20px;
    }

        .ts-slider-wrap::before {
            left: 0px;
            height: 44px;
            width: 50px;
            top: -61px;
        }

    .ts-slider .slick-next, .ts-slider .slick-prev {
        display: none !important;
    }

    .ts-text {
        font-size: 14px;
    }

    .ts-author, .ts-designation {
        font-size: 14px;
    }

    .ts-main-img-wrap {
        top: -225px;
        left: 0px;
        height: 170px;
        width: 170px;
        border: 5px solid #ff4a07;
    }

    .ses-circle1, .ses-circle2 {
        display: none;
    }

    .ee-circle1, .ee-circle2 {
        display: none;
    }

    .qg-circle1, .qg-circle2, .qg-circle3 {
        display: none;
    }

    .ts-circle1, .ts-circle2, .ts-circle3 {
        display: none;
    }

    .ts-slider .slick-dots {
        bottom: -70px;
    }

        .ts-slider .slick-dots li {
            width: 8px;
            height: 8px;
            opacity: 1;
            background: black;
            border-radius: 20px;
            top: 30%;
            transition: 0.5s;
            position: relative;
            overflow: hidden;
        }

            .ts-slider .slick-dots li:before {
                content: '';
                display: block;
                width: 100%;
                height: 8px;
                right: 100%;
                background: red;
                transition: 0.5s;
                position: absolute;
                border-radius: 20px;
                visibility: hidden;
                overflow: hidden;
            }

            .ts-slider .slick-dots li button:before {
                content: '';
            }

            .ts-slider .slick-dots li.slick-active {
                width: 100px;
                height: 8px;
                transition: 0.5s;
            }

                .ts-slider .slick-dots li.slick-active:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 8px;
                    right: 0;
                    background: #ff4a07;
                    transition: 3s;
                    position: absolute;
                    border-radius: 20px;
                    visibility: visible;
                }



}



    @media (min-width: 320px) and (max-width: 480px) {
        .bn-simple-text {
            font-size: 14px;
        }

        .main-align-text-wrap {
            position: absolute;
            left: 15%;
            top: 20px !important;
            width: 60%;
        }

        .main-text-wrap {
            position: absolute;
            left: 0%;
            top: 150px;
            width: 100%;
            top: 120px;
            padding: 15px;
        }

        .balloon-text p {
            font-size: 14px;
            padding-right: 10px;
        }

        .bn-simple-text {
            font-size: 14px;
        }

        .ps-outer-wrap {
            height: 540px;
        }

        .bn-slider-wrap {
            margin-top: 45px;
        }

        .qg-section:after {
            display: none;
        }

        .qg-section:before {
            display: none;
        }

        .bn-go-btn-wrap {
            position: relative;
            right: 0;
        }

        .no-padd-col {
            padding-left: 15px;
            padding-right: 15px;
        }

        .bn-txt-wrap {
            width: 100%;
        }

        .mobile-no-padd {
            padding: 0;
        }

        .bn-section {
            margin-bottom: 30px;
            height: auto;
        }

        .bn-img {
            height: 345px;
        }

        .bn-overlay {
            background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.9) 120%);
        }

        .bn-row {
            flex-wrap: wrap-reverse;
        }

        .bn-text {
            font-size: 16px;
            bottom: 85px;
            left: 50px;
        }

        .bn-percent {
            font-size: 20px;
        }

        .bn-text-wrap {
            width: auto;
            margin-top: 70px;
        }

        .bn-title {
            font-size: 25px;
            font-family: 'Playfair Display';
        }

        .bn-thankyou {
            display: block;
        }

        .bn-list-wrap {
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .bn-list-item {
            font-size: 14px;
        }

        .bn-bottom-text {
            font-size: 16px;
        }

        .bn-item-wrap {
            justify-content: space-between;
            bottom: -40px;
        }

        .bn-item {
            height: auto;
            width: auto;
            flex: 20%;
        }

        .bn-item-img-wrap {
            height: 40px;
        }

        .bn-item-img {
            max-height: 40px;
        }

        .bn-item-text {
            font-size: 12px;
        }

        .bn-number-item {
            font-size: 30px;
            top: -25px;
        }

        .bn-orange-block {
            display: none;
        }

        .bn-bottom-text:before {
            left: 57px;
            top: -37px;
            opacity: .3;
        }

        .br-title {
            font-size: 25px;
        }

        .br-text {
            font-size: 14px;
        }

        .br-right-img-wrap {
            height: 95px;
        }

        .br-right-text {
            font-size: 16px;
        }

        .ps-section {
            height: auto;
            margin-bottom: 20px;
        }

            .ps-section:before {
                background-image: url();
                height: 0;
                width: 0;
            }

            .ps-section:after {
                background-image: url();
                height: 0;
                width: 0;
            }

        .ps-circle1, .ps-circle2 {
            display: none;
        }

        .ps-text-outer-wrap {
            padding-left: 15px;
        }

        .ps-text-wrap {
            margin: 30px 20px 0;
        }

        .ps-title {
            font-size: 24px;
            font-weight: bold;
        }

        .ps-band {
            top: 50px;
        }

        .gp-slider-wrap {
            margin-top: 0px;
        }

        .qg-section {
            margin-top: 25px;
        }

        .qg-cat-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .qg-filter-link {
            font-size: 14px;
        }

        .ses-section {
            margin-top: 25px;
        }

        .ses-title {
            font-size: 25px;
        }

        .ses-item {
            width: 100%;
        }

        .ses-item-inner-warp {
            padding: 20px 20px 25px;
        }

        .ses-img-inner {
            height: 45px;
            width: 45px;
        }

        .ses-item-inner-img {
            max-height: 55px;
            max-width: 55px;
        }

        .ses-block {
            left: -20%;
            top: 12%;
        }

        .qg-title {
            font-size: 25px;
        }

        .qg-cat-item {
            width: 100%;
            height: 45px;
            margin: 3px 0;
        }

            .qg-cat-item p {
                font-size: 15px;
            }

        .qg-pricefilter-wrap {
            /*justify-content:space-evenly;*/
        }

        .qg-pricefilter-text {
            font-size: 8px;
        }

        .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: 20px;
        }

        .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;
            display: flex;
            justify-content: center;
        }

        .gi-icon {
            max-height: 45px;
            max-width: 65px;
        }

        .gi-title {
            font-size: 11px;
            margin: 15px 0px 0px;
            text-align: center;
        }

        .ee-flex-item {
            margin: 0px 3px;
        }

        .ee-left-wrap {
            margin-bottom: 20px;
            /*margin-left:50px;*/
        }

            .ee-left-wrap:before, .ee-left-wrap:after {
                height: 0;
                width: 0;
                background-image: url();
            }

        .ee-left-title {
            font-size: 25px;
        }

        .ee-right-title {
            font-size: 16px;
        }

        .ts-section {
            padding-top: 50px;
        }

            .ts-section:before, .ts-section:after {
                background-image: url();
                height: 0;
                width: 0;
            }

        .ts-title-wrap {
            display: flex;
            justify-content: flex-end;
        }

        .ts-title {
            font-size: 25px;
            flex: 50%;
            margin-bottom: 12px;
        }

        .ts-slider-wrap {
            width: 100%;
            margin: 140px auto 20px;
        }

            .ts-slider-wrap::before {
                left: 0px;
                height: 44px;
                width: 50px;
                top: -61px;
            }

        .ts-slider .slick-next, .ts-slider .slick-prev {
            display: none !important;
        }

        .ts-text {
            font-size: 14px;
        }

        .ts-author, .ts-designation {
            font-size: 14px;
        }

        .ts-main-img-wrap {
            top: -225px;
            left: 0px;
            height: 170px;
            width: 170px;
            border: 5px solid #ff4a07;
        }

        .ses-circle1, .ses-circle2 {
            display: none;
        }

        .ee-circle1, .ee-circle2 {
            display: none;
        }

        .qg-circle1, .qg-circle2, .qg-circle3 {
            display: none;
        }

        .ts-circle1, .ts-circle2, .ts-circle3 {
            display: none;
        }

        .ts-slider .slick-dots {
            bottom: -70px;
        }

            .ts-slider .slick-dots li {
                width: 8px;
                height: 8px;
                opacity: 1;
                background: black;
                border-radius: 20px;
                top: 30%;
                transition: 0.5s;
                position: relative;
                overflow: hidden;
            }

                .ts-slider .slick-dots li:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 8px;
                    right: 100%;
                    background: red;
                    transition: 0.5s;
                    position: absolute;
                    border-radius: 20px;
                    visibility: hidden;
                    overflow: hidden;
                }

                .ts-slider .slick-dots li button:before {
                    content: '';
                }

                .ts-slider .slick-dots li.slick-active {
                    width: 100px;
                    height: 8px;
                    transition: 0.5s;
                }

                    .ts-slider .slick-dots li.slick-active:before {
                        content: '';
                        display: block;
                        width: 100%;
                        height: 8px;
                        right: 0;
                        background: #ff4a07;
                        transition: 3s;
                        position: absolute;
                        border-radius: 20px;
                        visibility: visible;
                    }
    }


    @media (max-width: 400px) {
        .bn-simple-text {
            font-size: 12px;
        }

        .balloon-text p {
            font-size: 12px;
            padding-right: 8px;
        }
    }
    /*Tablets, Ipads (portrait)*/
    @media (min-width: 768px) and (max-width: 1023px) {
        .main-text-wrap {
            position: absolute;
            left: 15%;
            top: 100px;
            width: 65%;
        }

        .bn-section {
            margin-bottom: 30px;
            height: auto;
        }

        .qg-section:after {
            display: none;
        }

        .qg-section:before {
            display: none;
        }

        .bn-slider-wrap {
            margin-top: 45px;
        }

        .qg-section:after {
            display: none;
        }

        .qg-section:before {
            display: none;
        }

        .bn-go-btn-wrap {
            position: relative;
            right: 0;
        }

        .no-padd-col {
            padding-left: 15px;
            padding-right: 15px;
        }

        .bn-txt-wrap {
            width: 100%;
        }

        .mobile-no-padd {
            padding: 0;
        }

        .bn-section {
            margin-bottom: 30px;
            height: auto;
        }

        .bn-img {
            height: 345px;
        }

        .bn-overlay {
            background-image: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.9) 120%);
        }

        .bn-row {
            flex-wrap: wrap-reverse;
        }

        .bn-text {
            font-size: 16px;
            bottom: 85px;
            left: 50px;
        }

        .bn-percent {
            font-size: 25px;
        }

        .bn-text-wrap {
            width: auto;
            margin-top: 70px;
        }

        .bn-title {
            font-size: 25px;
            font-family: 'Playfair Display';
        }

        .bn-thankyou {
            display: block;
        }

        .bn-list-wrap {
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .bn-list-item {
            font-size: 14px;
        }

        .bn-bottom-text {
            font-size: 16px;
        }

        .bn-item-wrap {
            justify-content: space-between;
            bottom: -40px;
        }

        .bn-item {
            height: auto;
            width: auto;
            flex: 20%;
        }

        .bn-item-img-wrap {
            height: 40px;
        }

        .bn-item-img {
            max-height: 40px;
        }

        .bn-item-text {
            font-size: 12px;
        }

        .bn-number-item {
            font-size: 30px;
            top: -25px;
        }

        .bn-orange-block {
            display: none;
        }

        .bn-bottom-text:before {
            left: 57px;
            top: -37px;
            opacity: .3;
        }

        .br-title {
            font-size: 25px;
        }

        .br-text {
            font-size: 14px;
        }

        .br-right-img-wrap {
            height: 95px;
        }

        .br-right-text {
            font-size: 16px;
        }

        .ps-section {
            height: auto;
            margin-bottom: 20px;
        }

            .ps-section:before {
                background-image: url();
                height: 0;
                width: 0;
            }

            .ps-section:after {
                background-image: url();
                height: 0;
                width: 0;
            }

        .ps-circle1, .ps-circle2 {
            display: none;
        }

        .ps-text-outer-wrap {
            padding-left: 15px;
        }

        .ps-text-wrap {
            margin: 30px 20px 0;
        }

        .ps-title {
            font-size: 24px;
            font-weight: bold;
        }

        .ps-band {
            top: 50px;
        }

        .gp-slider-wrap {
            margin-top: 0px;
        }

        .qg-section {
            margin-top: 25px;
        }

        .qg-cat-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .qg-filter-link {
            font-size: 14px;
        }

        .ses-section {
            margin-top: 50px;
        }

        .ses-title {
            font-size: 25px;
        }

        .ses-item {
            width: 100%;
        }

        .ses-item-inner-warp {
            padding: 20px 20px 25px;
        }

        .ses-img-inner {
            height: 45px;
            width: 45px;
        }

        .ses-item-inner-img {
            max-height: 55px;
            max-width: 55px;
        }

        .ses-block {
            left: -20%;
            top: 12%;
        }

        .qg-title {
            font-size: 25px;
        }

        .qg-cat-item {
            width: 100%;
            height: 45px;
            margin: 3px 0;
        }

            .qg-cat-item p {
                font-size: 15px;
            }

        .qg-pricefilter-wrap {
            /*justify-content:space-evenly;*/
        }

        .qg-pricefilter-text {
            font-size: 10px;
        }

        .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: 20px;
        }

        .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 {
            max-height: 45px;
            max-width: 65px;
        }

        .gi-title {
            font-size: 11px;
            margin: 15px 0px 0px;
            text-align: center;
        }

        .ee-flex-item {
            margin: 0px 3px;
        }

        .ee-left-wrap {
            margin-bottom: 20px;
            /*margin-left:50px;*/
        }

            .ee-left-wrap:before, .ee-left-wrap:after {
                height: 0;
                width: 0;
                background-image: url();
            }

        .ee-left-title {
            font-size: 25px;
        }

        .ee-right-title {
            font-size: 16px;
        }

        .ts-section {
            padding-top: 50px;
        }

            .ts-section:before, .ts-section:after {
                background-image: url();
                height: 0;
                width: 0;
            }

        .ts-title-wrap {
            display: flex;
            justify-content: flex-end;
        }

        .ts-title {
            font-size: 25px;
            flex: 50%;
            margin-bottom: 12px;
        }

        .ts-slider-wrap {
            width: 100%;
            margin: 140px auto 20px;
        }

            .ts-slider-wrap::before {
                left: 0px;
                height: 44px;
                width: 50px;
                top: -61px;
            }

        .ts-slider .slick-next, .ts-slider .slick-prev {
            display: none !important;
        }

        .ts-text {
            font-size: 14px;
        }

        .ts-author, .ts-designation {
            font-size: 14px;
        }

        .ts-main-img-wrap {
            top: -225px;
            left: 0px;
            height: 170px;
            width: 170px;
            border: 5px solid #ff4a07;
        }

        .ses-circle1, .ses-circle2 {
            display: none;
        }

        .ee-circle1, .ee-circle2 {
            display: none;
        }

        .qg-circle1, .qg-circle2, .qg-circle3 {
            display: none;
        }

        .ts-circle1, .ts-circle2, .ts-circle3 {
            display: none;
        }

        .ts-slider .slick-dots {
            bottom: -70px;
        }

            .ts-slider .slick-dots li {
                width: 8px;
                height: 8px;
                opacity: 1;
                background: black;
                border-radius: 20px;
                top: 30%;
                transition: 0.5s;
                position: relative;
                overflow: hidden;
            }

                .ts-slider .slick-dots li:before {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 8px;
                    right: 100%;
                    background: red;
                    transition: 0.5s;
                    position: absolute;
                    border-radius: 20px;
                    visibility: hidden;
                    overflow: hidden;
                }

                .ts-slider .slick-dots li button:before {
                    content: '';
                }

                .ts-slider .slick-dots li.slick-active {
                    width: 100px;
                    height: 8px;
                    transition: 0.5s;
                }

                    .ts-slider .slick-dots li.slick-active:before {
                        content: '';
                        display: block;
                        width: 100%;
                        height: 8px;
                        right: 0;
                        background: #ff4a07;
                        transition: 3s;
                        position: absolute;
                        border-radius: 20px;
                        visibility: visible;
                    }
    }

    /*Ipad Pro (portrait)*/
    @media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
        .bn-section {
            margin-bottom: 30px;
        }

        .bn-txt-wrap {
            width: 370px;
            margin-top: 0px;
            z-index: 2;
            position: relative;
        }

        .bn-title {
            font-size: 35px;
            font-weight: bold;
            text-shadow: 0 0;
            margin-top: 10px;
        }
    }



    /*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;
        }

        .bn-img {
            height: 590px;
        }

        .bn-text {
            left: 8%;
        }

        .qg-section {
            height: 485px;
        }

        .ses-title-icon {
            width: 70px;
            margin: 0 3px;
        }

        .ses-item {
            width: 95%;
        }

        .ses-circle2 {
            top: -26%;
        }

        .qg-cat-item {
            width: 138px;
        }
    }

    /*1366×768,*/
    @media (min-width: 1200px) and (max-width: 1299px) {
        .qg-cat-item p {
            color: white;
            font-size: 12px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-go-btn-wrap {
            right: -40px;
            /* width: 100%; */
        }

        .custom-container {
            max-width: 1250px;
        }

        .custom-container2 {
            max-width: 1200px;
        }

        .qg-cat-item {
            width: 140px;
        }
    }

    @media (min-width: 1300px) and (max-width: 1599px) {
        .qg-cat-item p {
            color: white;
            font-size: 12px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-go-btn-wrap {
            right: -50px;
            /* width: 100%; */
        }

        .custom-container {
            max-width: 1250px;
        }

        .custom-container2 {
            max-width: 1200px;
        }

        .qg-cat-item {
            width: 140px;
        }
    }
    /*1400X900,*/
    @media (min-width: 1400px) and (max-width: 1599px) {
        .ps-band {
            height: 380px;
        }

        .qg-cat-item {
            width: 140px;
        }
    }

    /*1600x800*/
    @media (min-width: 1600px) and (max-width: 1919px) {
        .custom-container {
            max-width: 1450px;
        }

        .custom-container2 {
            max-width: 1400px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-orange-block {
            width: 340px;
        }

        .ps-section {
            height: 530px;
        }

        .ses-circle2 {
            top: -15%;
        }

        .qg-cat-item {
            width: 170px;
        }
    }

    @media (min-width: 1920px) {
        .custom-container {
            max-width: 1750px;
        }

        .custom-container2 {
            max-width: 1700px;
        }

        .no-padd {
            padding: 0;
        }

        .bn-orange-block {
            width: 550px;
        }

        .ps-band {
            height: 400px;
        }

        .ses-circle2 {
            top: -8%;
        }

        .qg-cat-item {
            width: 200px;
        }
    }

    .video-btn {
        position: absolute;
        width: 54.5px;
        height: 54.5px;
        background: linear-gradient(51deg, #ff6c08 21%, #ff9853 79%);
        top: 64%;
        cursor: pointer;
        left: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

        .video-btn i {
            color: white;
        }

    @media (max-width:991px) and (min-width:767px) {
        .video-btn {
            top: 50%;
            left: 50%;
        }
    }

    @media (max-width:767px) and (min-width:320px) {
        .ses-inner-text {
            font-size: 10px;
        }

        .ses-item-inner {
            margin: 0 10px;
        }

        .ses-inner-title {
            font-size: 22px;
        }

        .gp-slider .slick-next {
            right: 60px;
        }
    }
