.breadcrumb-1 {
    margin-top: 80px;
    background: #ccc;
    /* background-image: linear-gradient(to left top, #fc5e4c, #fc5e4c, #fc5e4c, #fc5e4c, #f84958, #f54163, #f03a6e, #e93678, #e53d82, #e0448c, #da4b95, #d4529d); */
    border-radius: 0;
    margin-bottom: 0;
}

.pad-l-50 {
    padding: 7px 0;
    padding-left: 30px;
}

.breadcrumb-1 img {
    width: 100%;
}

.breadcrumb-1 ul {
    display: flex;
    position: relative;
}

.enquiry-form-btn {
    position: fixed;
    right: -58px;
    top: 46%;
    z-index: 9991;
    transform: rotate(-90deg);
}

.enquiry-form-btn a {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    padding: 11px 25px;
    display: inline-block;
    background: #3665b0;
    border-radius: 8px 8px 0 0;
    letter-spacing: 1px;
}

.enquiry-form-btn a span {
    position: relative;
    z-index: 2;
}

.enquiry-form-btn a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #f89833;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.enquiry-form-btn a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}



.bg-1 {
    background-image: url(../img/page-bg.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: top center;
}

.breadcrumb-1 ul li {
    padding-right: 25px;
    position: relative;
}

.breadcrumb-1 ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ed2d69;
    right: 8px;
    top: 10px;
    border-radius: 50px;
}

.breadcrumb-1 ul li.active::before {
    display: none;
}

.breadcrumb-1 ul li.active {
    color: #ed2d69;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Outfit', sans-serif;
}

.breadcrumb-1 ul li a {
    color: #000;
}

.shop-details {
    padding: 50px 0;
}

.shop-details .category-drop-down {}

.shop-details .category-drop-down label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.shop-details .category-drop-down select {
    border: none;
    background: #f89833;
    color: #fff;
    width: 100%;
    padding: 10px 7px;
    border-radius: 3px;
    font-size: 16px;
}

.box-add-padd {
    padding-top: 40px;
}

.shop-details .row>div .container-1-box {
    padding: 20px 10px;
    border: 2px solid #f89833;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    /* height: 240px; */
    height: calc(100% - 30px);
}

.shop-details .row>div:nth-child(2) .container-1-box {
    border: 2px solid #ed2d69;
}

.shop-details .row>div:nth-child(3) .container-1-box {
    border: 2px solid #d4529d;
}

.shop-details .row>div:nth-child(4) .container-1-box {
    border: 2px solid #7d5ba5;
}

.shop-details .row>div:nth-child(5) .container-1-box {
    border: 2px solid #4651a0;
}

.shop-details .row>div:nth-child(6) .container-1-box {
    border: 2px solid #466bb1;
}

.shop-details .bl-bubble.arrow-one:after,
.bl-bubble.arrow-two:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ed2d69;
}

.shop-details .bl-bubble.arrow-one:after {
    right: 63px;
}

.bl-bubble.arrow-two:after {
    right: 14px;
    border-top: 12px solid #f89833;
}



.shop-details .container-1-box .container-1-box-img {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}

.shop-details .container-1-box .container-1-box-img img {
    width: 100%;
}

.shop-details .container-1-box .bl-text-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0 0;
    text-align: left;
}

.shop-details .container-1-box .bl-text-wrap .bl-text h3 {
    font-size: 16px;
    letter-spacing: 0.3px;
}

.shop-details .container-1-box .bl-text-wrap .bl-text h3 a {
    color: #000;
}

.shop-details .container-1-box .bl-text-wrap .bl-text p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 7px;
    color: #7b7b7b;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.shop-details .container-1-box .bl-text-wrap .bl-icon-wrap {
    display: flex;
    align-items: center;
}

.shop-details .container-1-box .bl-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7d5ba5;
    background: #7d5ba5;
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms ease;
    margin: 0 3px;
}

.shop-details .container-1-box .bl-icon i {
    color: #fff;
    font-size: 20px;
}

.shop-details .container-1-box .bl-icon-2 {
    border: 1px solid #4651a0 !important;
    background: #4651A2 !important;
}


.shop-details .container-1-box .bl-hover {
    position: absolute;
    width: 100%;
    top: -25px;
    padding-bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease;
}

.shop-details .container-1-box .bl-bubble {
    position: relative;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed2d69;
}

.shop-details .container-1-box .bl-icon:hover {
    background-color: #ed2d69;
    border: 1px solid #ed2d69;
}

.shop-details .container-1-box .bl-bubble.arrow-two {
    background-color: #f89833;
}

.shop-details .container-1-box .bl-bubble a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.shop-details .container-1-box .bl-icon:hover .bl-hover {
    opacity: 1;
    pointer-events: initial;
}

.about-us {
    padding: 50px 0;
}

.about-us .head-content {
    text-align: center;
    margin-bottom: 25px;
}

.about-us .head-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ed2d69;
}

.about-us .head-content h4 {
    color: #466bb1;
}

.about-us .head-content .now_more:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 100%;
    max-width: 35px;
    background: #466bb1;
    content: "";
    text-align: center;
}

.about-us .head-content p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 30px;
    letter-spacing: 0.2px;
}


.about-us .abt-box-1 h6 {
    background: #f89833;
    width: 100%;
    padding: 6px 15px;
    border-radius: 50px;
    max-width: 215px;
    color: #fff;
    margin-bottom: 20px;
}

.about-us .abt-box-1 h4 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
}

.about-us .abt-box-floor {}

.about-us .abt-box-floor h5 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.about-us .abt-box-floor h5 .small-text-1 {
    font-size: 18px;
    color: #4651a0;
    font-weight: 500;
}


.about-us .abt-box-floor p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.about-us .block-quote {
    position: relative;
    text-align: center;
    background: #f6f6f6;
    padding: 15px 42px;
    padding-top: 50px;
    margin-top: 30px;
}

.about-us .block-quote .first-quote {
    position: absolute;
    top: -36px;
    left: -13px;
    z-index: -2;
}

.about-us .block-quote .first-quote img,
.about-us .block-quote .second-quote img {
    width: 100%;
    max-width: 75px;
    opacity: 0.6;
}

.about-us .block-quote .second-quote {
    position: absolute;
    bottom: -16px;
    right: 29%;
    transform: rotate(180deg);
}


.about-us .block-img {
    text-align: center;
    margin-top: 50px;
}

.about-us .block-img img {
    width: 100%;
    max-width: 750px;
}


.about-us .block-quote p {
    font-weight: 600;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.about-img-1 img {
    width: 100%;
}

.contact-us>.row {
    margin: 0;
}

.contact-us .contact-box {
    padding: 0 70px 0 50px;
}

.contact-us .contact-box h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #ed2d69;
}

.contact-us .contact-box h1 {
    font-size: 44px;
    color: #000;
}

.margin-tp {
    margin: 50px 0 80px !important;
    font-weight: 700 !important;
    color: #ed2d69 !important;
    line-height: 26px !important;
}

.contact-us .contact-box .icon-1-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contact-us .contact-box .icon-1-box .repeat-box {
    display: flex;
}

.contact-us .contact-box .icon-1-box .repeat-box .cont-1 {
    width: 45px;
    height: 45px;
    border: 1px solid #e53d82;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    background: #e53d82;
}

.contact-us .contact-box .icon-1-box .repeat-box .cont-1 i {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.contact-us .contact-box .icon-1-box .repeat-box .cont-1-contact {}

.contact-us .contact-box .icon-1-box .repeat-box .cont-1-contact h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-us .contact-box .icon-1-box .repeat-box .cont-1-contact a {
    color: #777;
    font-size: 15px;
}

.contact-us .feedback-form {
    margin-top: 30px;
    width: 750px;
    max-width: 100%;
}

.contact-us .feedback-form h3 {
    color: #000;
    margin-bottom: 5px;
}

.contact-us .feedback-form p {
    font-size: 15px;
    color: #777;
}

.contact-us .form-feed .control-group {}

.contact-us .form-feed .control-group input {
    border-radius: 0;
    margin-bottom: 15px;
    color: #000;
    background: #f6f6f6;
    border: 1px solid #ccc;
    box-shadow: none;
}

.contact-us .form-feed .control-group textarea {
    border-radius: 0;
    margin-bottom: 15px;
    color: #000;
    border: 1px solid #ccc;
    background: #f6f6f6;
}

#lblProcessForm2 {
    font-size: 13px;
    color: #ed2d69;
    font-weight: 500;
    margin-top: 7px;
}

.contact-us .form-feed .control-group .main-cpt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 15px;
}

.contact-us .form-feed .control-group .main-cpt input {
    width: 136px;
    margin: 0;
    font-size: 14px;
}

.contact-us .form-feed .control-group .main-cpt a,
.contact-us .form-feed .control-group .main-cpt span {
    font-size: 14px;
}

.contact-us .form-feed .control-group .main-cpt a {
    color: #ed2d69;
}

.block-quote h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #d4529d;
    font-weight: 700;
}

.office-content .office-img {
    margin: 30px 0px;
}

.office-content .office-img img {
    width: 100%;
    border-radius: 10px;
}


.offcies-space .kotak-logo img {
    width: 100%;
}

.offcies-space .addtion-content {
    margin: 35px 0;
}


.offcies-space .kotak-logo-content p {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
}

.office-content.cont-1 {
    position: relative;
    text-align: center;
    background: #f6f6f6;
    padding: 25px 42px;
    margin-top: 30px;
}

.office-content.cont-1 .block-1 {
    font-weight: 600;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.about-img-1.left {
    position: relative;
    width: 100%;
    margin: 50px auto 70px;
    max-width: 100%;
    display: flex;
    gap: 0 14px;
    flex-wrap: wrap;
}

.about-img-1.left img {
    position: relative !important;
    width: calc(33.33% - 10px);
}

.about-img-1.left .img-left {}


.about-img-1.left .img-center {
    position: absolute;
    left: 0;
    z-index: 1;
}

.about-img-1.left .img-right {
    position: absolute;
    left: 0;
    z-index: 0;
}


.shop-logo-overlap {
    z-index: 10;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 250px;
    margin-top: -110px;
    background: #fff;
    padding: 45px 15px;
    box-shadow: 2px 2px 5px 1px #ccc;
    border: 2px solid #f89833;
}

.shop-logo-overlap .logo-box {}

.shop-logo-overlap .logo-box img {
    width: 100%;
}

.box-details {
    padding: 120px 0 50px;
    text-align: center;
    margin-top: -77px;
}

.box-details .box-detail-content {}

.box-details .box-detail-content h1 {
    margin-bottom: 10px;
    line-height: 30px;
}

.box-details .box-detail-content h5 {}

.box-details .box-detail-content .bl-icon-wrap {
    display: block;
    margin-top: 15px;
    margin-bottom: 55px;
}

.box-details .box-detail-content .bl-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #7d5ba5;
    background: #7d5ba5;
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms ease;
    margin: 0 5px;
}

.box-details .box-detail-content .bl-icon:hover {
    background-color: #ed2d69;
    border: 1px solid #ed2d69;
}

.box-details .box-detail-content .bl-icon a .bl-call i {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.box-details .shop-about {
    text-align: left;
    padding: 60px 30px;
    border-top: 1px solid #ccc;
}

.box-details .shop-about h1 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #ed2d69;
}

.box-details .shop-about p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}

.box-details .shop-about-details {
    text-align: left;
    padding: 60px 30px;
    border-top: 1px solid #ccc;
}

.box-details .shop-about-details h1 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #ed2d69;
}

.box-details .shop-about-details h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.box-details .shop-about-details p {
    font-size: 15px;
    font-weight: 600;
    color: #f89833;
    margin-bottom: 15px;
}

.shop-photos {
    border-top: 1px solid #ccc;
    margin-bottom: 60px;
}

.shop-photos h1 {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #ed2d69;
}

.shop-photos.shop-details {
    margin-bottom: 0;
    padding: 0;
}

.shop-photos.shop-details .box-add-padd {
    padding-top: 0;
}

.shop-photos .img-box {}

.shop-photos .img-box img {
    width: 100%;
}

.services-box {
    padding: 50px 0;
    text-align: center;
}

.services-box h1 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #ed2d69;
}

.services-box .services-icon-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

.services-box .services-icon-content .ser-icon {
    border: 2px solid #f89833;
    padding: 0;
    margin-bottom: 20px;
}

.services-box .row>div:nth-child(2) .ser-icon {
    border: 2px solid #ed2d69;
}


.services-box .row>div:nth-child(3) .ser-icon {
    border: 2px solid #d4529d;
}

.services-box .row>div:nth-child(4) .ser-icon {
    border: 2px solid #7d5ba5;
}

.services-box .row>div:nth-child(5) .ser-icon {
    border: 2px solid #4651a0;
}

.services-box .row>div:nth-child(6) .ser-icon {
    border: 2px solid #466bb1;
}


.services-box .services-icon-content .ser-icon img {
    width: 100%;
}

.services-box .services-icon-content .ser-content {
    text-align: left;
}

.services-box .services-icon-content .ser-content h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px;
}

.services-box .services-icon-content .ser-content p {
    font-size: 15px;
    line-height: 22px;
}

.be-colpase-1 .sec-btn a::after {
    background-color: #FFF;
}

.be-colpase-1.sev1 .sec-btn a {
    background: #f89833;
}

.be-colpase-1.sev2 .sec-btn a {
    background: #7d5ba5;
}

.be-colpase-1.sev3 .sec-btn a {
    background: #ed2d69;
}

.be-colpase-1.sev4 .sec-btn a {
    background: #4651a0;
}

.be-colpase-1.sev5 .sec-btn a {
    background: #d4529d;
}

.be-colpase-1.sev6 .sec-btn a {
    background: #466bb1;
}

.be-colpase-1.sev1 .sec-btn a:hover span {
    color: #f89833;
}

.be-colpase-1.sev2 .sec-btn a:hover span {
    color: #7d5ba5;
}

.be-colpase-1.sev3 .sec-btn a:hover span {
    color: #ed2d69;
}

.be-colpase-1.sev4 .sec-btn a:hover span {
    color: #4651a0;
}

.be-colpase-1.sev5 .sec-btn a:hover span {
    color: #d4529d;
}

.be-colpase-1.sev6 .sec-btn a:hover span {
    color: #466bb1;
}

.data-not-found {
    text-align: center;
    width: 100%;
    padding: 50px 0;
}

.data-not-found img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
}

.data-not-found p {
    font-size: 18px;
    color: #3665b0;
    font-weight: 600;
}


/* -- enquiry popup -- */

.modal_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
    display: none;
}

.modal_popup_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_popup .modal_container {
    width: 470px;
    max-width: 90%;
    position: relative;
    background: #FFF;
    padding: 25px 35px;
    border-bottom: 5px solid #ed1163;
    border-radius: 5px;
}

.modal_popup .popup_close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: #ed1163;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.modal_popup .modal_container h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
    color: #ed2d69;
    position: relative;
}

.modal_popup .modal_container h1 span {
    position: relative;
    display: inline;
}

.modal_popup .modal_container h1 span::before {
    position: absolute;
    content: '';
    background: #ed2d69;
    bottom: -2px;
    height: 2px;
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#enquiry_form .form_input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #ccc;
}

#enquiry_form textarea.form_input {
    height: 100px;
    padding: 15px;
    background: #fff;
}

#enquiry_form .form_control {
    margin-bottom: 20px;
}

#enquiry_form .btn_submit {
    font-weight: 400;
    text-transform: uppercase;
    background: #ed2d69;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border-radius: 50px;
    border: none;
    outline: none !important;
}

#enquiry_form .btn_submit:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #f89833;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px;
}

#enquiry_form .btn_submit:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #f89833;
}

#enquiry_form .btn_submit span {
    position: relative;
    z-index: 2;
}

#enquiry_form .main-cpt {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    gap: 5px 13px;
    font-size: 14px;
    justify-content: space-between;
    letter-spacing: 0.4px;
}

#enquiry_form .main-cpt input {
    width: 140px;
}

.modal_popup .modal_container p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.modal_popup .modal_container p span {
    color: #000;
}

.modal_popup .modal_container:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/popup_bg.png');
    background-size: auto 100%;
    background-repeat: repeat;
    opacity: 0.5;
    background-position: top left;
    z-index: 0;
}

.modal_popup .modal_container>* {
    position: relative;
    z-index: 1;
}

.menu-btn {
    display: none;
}

.privacy-content {
    text-align: justify !important;
    position: relative;
}

.privacy-content h1 {
    text-align: center !important;
}

.privacy-content h1::before {
    top: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 35px;
    background: #ed2d69;
    content: "";
    right: 0;
    width: 100%;
    max-width: 35px;
    margin: 0 auto;
}

.privacy-content p {
    font-size: 16px !important;
    color: #000 !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px !important;
    margin: 15px 0;
}

.privacy-content ul {
    padding-left: 35px;
}

.privacy-content ul li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    list-style: disc;
}

.privacy-content h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-content ul li ul {
    padding-top: 15px;
}

.blog_header_sec {
    margin-bottom: 25px;
}

.blog_header_sec .head-content h1 {
    text-align: left !important;
}

.blog_header_sec .head-content h1:before {
    margin: 0;
    top: auto;
}

.blog_header_sec .head-content p.date {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.blog_banner_sec {
    margin-bottom: 30px;
}

.blog_banner_sec img {
    max-width: 100%;
}

.blog_content_sec ul.listing li:not(:last-child) {
    margin-bottom: 15px;
}

.blog_content_sec ul.listing li {
    list-style: disc;
}

.blog_content_sec ul.listing {
    padding-left: 16px;
}

.blog_related_section .blog-carousel {
    margin-top: 0;
}

.blog_related_section .owl-nav {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.blogs-sec.home h1::before {
    right: auto;
}

.blog_related_section .owl-nav .owl-prev,
.blog_related_section .owl-nav .owl-next {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ed2d69;
    cursor: pointer;
}

.blog_related_section .item {
    padding: 0 15px;
}

.footer_section .quick_links ul.social_medial {
    display: flex;
    gap: 0 15px;
}

.footer_section .quick_links ul.social_medial li a {
    width: 30px;
    height: 30px;
    border: 1px solid #FFFF;
    display: block;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.4s ease;
}

.footer_section .quick_links ul.social_medial li a:hover {
    background: #ed1163;
    border-color: #ed1163;
}

.shop-details .container-1-box .container-1-box-img a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffc;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.shop-details .container-1-box:hover .container-1-box-img a span {
    opacity: 1;
    visibility: visible;
}

.shop-details .container-1-box .container-1-box-img a {
    position: relative;
    display: block;
}

.mobile_banner {
    display: none;
    position: relative;
}

.desktop_banner {
    display: block;
    position: relative;
}


.btn-mute {
    background-image: url('../img/sound-pause.png');
    width: 60px;
    height: 60px;
    background-color: #ee1d6b;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    bottom: 50px;
    left: 40px;
    border-radius: 50px;
    border: none;
    outline: none !important;
}

.btn-mute.active {
    background-image: url('../img/sound-play.png');
}

.store_details ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.store_details ul li {
    width: 25%;
    padding: 20px 10px;
    font-size: 15px;
}

.store_details {
    background: #f6f6f6;
    margin-top: 20px;
}

.store_details ul li span {
    font-weight: 700;
    text-transform: uppercase;
}

.store_details ul li img {
    width: 200px;
    max-width: 100%;
}

.store_details ul li:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}

.store_details ul li:first-child {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-details .container-1-box .container-1-box-img a p {
    position: absolute;
    top: -17px;
    right: -7px;
    margin: 0;
    background: #ed1163;
    text-transform: uppercase;
    padding: 6px 11px;
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    border-radius: 50px;
    letter-spacing: 0.8px;
    line-height: 1;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 45%);
    z-index: 1;
}

.box-details .box-detail-content .bl-icon-wrap p {
    text-align: center;
}

.box-details .box-detail-content .bl-icon-wrap p .open_tag {
    display: inline-block;
    margin-top: 20px;
    background: #ed1163;
    text-transform: uppercase;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    border-radius: 50px;
    letter-spacing: 0.8px;
    line-height: 1;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 45%);
}

.malls_timing_padding {
    padding: 50px 0;
}

.malls_timing_padding h1 {
    text-align: center;
    margin-bottom: 30px;
}

.malls_timing .contact-box .icon-1-box {
    flex-wrap: wrap;
}

.malls_timing .contact-box .icon-1-box .repeat-box {
    width: 25% !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 19px;
}

.malls_timing .contact-box .icon-1-box .repeat-box .cont-1 {
    margin-right: 0 !important;
    margin-bottom: 20px;
    width: 60px !important;
    height: 60px !important;
    padding: 14px;
}

.malls_timing .contact-box .icon-1-box .repeat-box p strong {
    margin-top: 5px;
    display: inline-block;
}


.malls_timing .contact-box .icon-1-box .repeat-box .cont-1 img {
    width: 100%;
}

/* ---- events ----- */
.event_card {
    position: relative;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 27%);
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
}


.events_section,
.event_detail_section {
    padding: 70px 0;
}
.events_section .event_head {
    margin-bottom: 40px;
}
.events_section .event_head h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ed2d69;
    text-align: center;
}
.events_section .event_head p {
    text-align: center;
    color: #466bb1;
    font-weight: 700;
    font-size: 14px;
}
.event_card .image {
    border-radius: 10px;
    overflow: hidden;
}

.event_card .image img {
    width: 100%; 
    transition: all 0.5s ease;
}

.event_card .content h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #466bb1;
    font-weight: 600;
    text-transform: none;
}
 
.event_card .content {
    padding: 18px 25px;
}

.event_card .content p {
    margin-bottom: 5px;
    color: #d4529d;
    font-weight: 700;
    font-size: 14px;
}

.event_card .content p i {
    margin-right: 4px;
}

.event_card:hover .image img {
    transform: scale(1.1);
}

.event_card .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000040;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.event_card .image {
    position: relative;
}

.event_card:hover .image:before {
    opacity: 1;
} 

.event_card_row {
    gap: 30px 0;
}


@media (max-width: 1550px) {
    .call-1 {
        top: 50px;
    }

    .enquiry-form-btn {
        top: 48%;
        right: -44px;
    }

    .social_md ul::before {
        top: -52px;
        right: -32px;
        width: 82px;
    }

    .social_md ul li a,
    .lomap a {
        font-size: 18px;
        line-height: 40px;
    }

    .enquiry-form-btn a {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 1400px) {
    .enquiry-form-btn {
        top: 40%;
        right: -44px;
    }

    .email-btn a {
        padding-right: 10px;
        font-size: 13px;
    }

    .email-btn img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .menu ul li {
        margin: 30px 15px;
    }

    .social_md ul::before {
        top: -39px;
        right: -20px;
        width: 60px;
    }

    .menu ul li a {
        font-size: 13px;
    }

    .logo {
        padding: 15px;
        left: 50px;
    }
}

@media (max-width: 1320px) {
    .header_in .menu {
        justify-content: center;
    }

    .home_about_in {
        justify-content: space-evenly;
    }

    .home_about {
        padding: 20px 0 50px;
    }
}

@media (max-width: 1200px) {
    .sec-btn a {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 10px 22px;
    }

    .enquiry-form-btn {
        top: 48%;
    }

    .lifeatyle_lt h1 span {
        font-size: 13px;
        margin-left: 5px;
    }

    .sml_read_more .now_more {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 3px;
    }

    .container-fluid-cust {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .Left-bar {
        display: none;
    }

    .container-fluid-cust.header_in {
        padding: 0 15px !important;
    }

    .life_style_box:nth-child(even) .lifeatyle_lt {
        padding-right: 30px;
        padding-left: 50px;
        padding-top: 20px;
    }

    .lifeatyle_lt {
        padding-right: 40px;
        padding-left: 30px;
        padding-top: 20px;
    }

    .email-btn img {
        margin-top: 0;
    }

    .logo {
        padding: 10px 15px;
        left: 0;
        background: none;
        border-radius: 0;
    }

    .logo img {
        max-width: 130px;
    }

    .email-btn {
        display: none;
    }

    .menu-btn {
        display: block;
        text-align: right;
        width: 78px;
        float: right;
    }

    .menu-btn a {
        margin: 28px 0;
        padding: 0;
        color: #ed2d69;
        font-weight: 600;
    }

    .menu-btn img {
        width: 25px;
    }

    .menu ul li {
        margin: 0;
        margin-bottom: 10px;
    }

    .mega_menu_item ul li.active:before {
        display: none;
    }

    .mega_menu {
        padding: 50px 50px 0 50px;
    }

    .mega_menu .logo-1 {
        text-align: center;
    }

    .mega_menu .logo-1 img {
        width: 100%;
        max-width: 190px;
    }

    .mega_menu_item {}

    .mega_menu_item .menu {
        padding-top: 35px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .mega_menu_item .menu ul {
        display: block;
    }

    .mega_menu_item .menu ul li {
        display: inline-block;
        width: 100%;
    }

    .menu ul li a {
        font-size: 14px;
        font-weight: 700;
        color: #f89833;
    }

    .menu ul li:nth-child(2) a {
        color: #f89833;
    }

    .mega_menu_item ul li.active a,
    .mega_menu_item ul li a:hover {
        transition: unset;
    }

    .social-box {}

    .social-box h4 {
        font-size: 14px;
        color: #ed2d69;
        margin-bottom: 7px;
        font-weight: 700;
    }

    .social-box ul {
        display: flex;
        gap: 0 15px;
        width: 100%;
    }

    .social-box ul li a {
        width: 30px;
        height: 30px;
        background: #CCC;
        display: block;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        color: #FFF;
    }

    .social-box ul li:nth-child(1) a {
        background: #316FF6;

    }

    .social-box ul li:nth-child(2) a {
        background: #d62976;

    }

    .social-box ul li:nth-child(3) a {
        background: #0077b5;
    }

    .social-box ul li a {}

    .disp-1200 {
        display: none !important;
    }



}

@media (max-width: 1299px) {
    .email-btn a {
        padding-right: 5px;
        display: inline-block;
    }

    .email-btn img {
        width: 13px;
        height: 13px;
        margin-right: 2px;
    }

    .email-btn a:last-child {
        padding-right: 0;
    }
}

@media (max-width: 1100px) {
    .life_box ul li a {
        height: 80px;
    }

    .store_details ul li {
        padding: 20px 6px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .logo {
        padding: 5px 15px;
    }

    .logo img {
        max-width: 150px;
    }

    .header_Fixed .header_in {
        height: 100%;
    }

    .lifeatyle_rt {
        width: 100%;
        float: unset;
    }

    .lifeatyle_lt {
        float: left;
        width: 100%;
        padding: 40px 15px;
    }

    .life_box ul li a {
        height: 100%;
    }

    .life_style_box:nth-child(even) .lifeatyle_lt {
        padding: 40px 15px;
    }

    .quick_links {
        margin-bottom: 20px;
    }

    .footer_section {
        padding: 40px 0 0px;
    }

    .footer_section .fotr_copy {
        padding: 10px 0;
        justify-content: center;
    }

    .mega_menu {
        padding: 50px 0 0;
    }

    .mobile_banner {
        display: block;
    }

    .desktop_banner {
        display: none;
    }

    .malls_timing .contact-box .icon-1-box .repeat-box {
        width: 50% !important;
    }

    .malls_timing .contact-box .icon-1-box {
        gap: 0 !important;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 135px;
    }

    .header_Fixed .header_in {
        height: 100%;
    }

    .home_about_in {
        display: block;
    }

    .home_about_lt {
        text-align: left;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .home_about_rt {
        text-align: justify;
        padding: 0 15px;
        width: 100%;
    }

    .be-epic-sec .be-img-1 .be-colpase-1 .content_overlap h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .life_style_DIV {
        padding: 30px 0;
    }

    .blogs-sec h1 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 30px;
        ;
    }

    .blogs-sec {
        padding: 30px 0;
    }

    .contact_info ul li {
        width: 100%;
    }

    .store_details ul li {
        width: 33.33%;
    }

    .store_details ul li:first-child {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #e4e4e4;
        border-right: none;
    }
}

@media (max-width: 580px) {}

@media (max-width: 480px) {

    .footer_section .quick_links ul li,
    .footer_section .quick_links ul li a {
        font-size: 12px;
    }

    .footer_section .quick_links h4 {
        font-size: 14px;
    }

    .footer_section .quick_links p {
        margin-bottom: 0;
    }

    .footer_section .fotr_copy p {
        padding: 10px 0;
        font-size: 12px !important;
    }

    .store_details ul li:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
    }

    .store_details ul li {
        width: 100%;
    }

    .contact-us .form-feed .control-group .main-cpt input {
        width: 100%;
    }

    .malls_timing .contact-box .icon-1-box .repeat-box {
        width: 100% !important;
    }

    .malls_timing .contact-box .icon-1-box {
        gap: 0 !important;
    }
}

@media (max-width: 400px) {}