@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Prata&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Prata", serif;
}
p, a, li, span{
    font-family: "Work Sans", serif;
}
a{
    text-decoration: none !important;
}
img{
    width: 100%;
}
.da-font{
    font-family: "Dancing Script", serif;
}
.tbp{
    padding: 70px 0;
}
.tbm{
    margin: 70px 0;
}
.tph-ic {
    display: flex;
    justify-content: space-between;
}

section.top-header {
    padding: 10px 0;
    background: linear-gradient(270deg, #eba0af, #ffe3ed, #eba0af);
    color: #E83A75;
}
.tph-r {
    display: flex;
    align-items: center;
}
.tph-r a {
    color: #E83A75;
    padding-inline: 16px;
    border-right: 1px solid #E83A75;
    display: block;
    font-size: 14px;
}
.tph-r a:last-child {
    padding-right: 0;
    border-right: none;
}
img.header-logo {
    width: 100%;
    max-width: 150px;
}
.tph-l span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
nav.navbar {
    padding: 0 0;
}
ul.navbar-nav {
    margin: 0 0 0 auto;
}.sticky a.nav-link {
    padding: 20px 0 !important;
}
a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #222222;
    padding: 42px 0 !important;
    margin: 0 15px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #E83A75 !important;
}
.btn1 {
    display: inline-block;
    background: #E83A75;
    color: #fff;
    padding-inline: 20px;
    line-height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    /* text-shadow: 4px 4px 2px #00000050; */
    letter-spacing: 0.4px;
    border: 2px solid #E83A75;
}
.hrb-box {
    background: linear-gradient(270deg, #eba0af, #ffe3ed, #eba0af);
    position: relative;
    overflow: hidden;
}
.navbar .cus-container {
    width: 100%;
    max-width: 95%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
}
.hrbl-ic h4 {
    line-height: 100px;
    letter-spacing: 0.039em;
    font-size: 72px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hrbl-ic span {
    color: #E83A75;
    text-transform: capitalize;
    font-size: 150px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 40px;
    letter-spacing: 0.019em;
    display: block;
}
.hrbl-ic p {
    font-weight: 500;
    color: #000000;
    line-height: 34px;
    letter-spacing: 0.179em;
    font-size: 24px;
    margin: 20px 0 40px;
}
.btn2 {
    display: inline-block;
    background: #E83A75;
    color: #fff;
    padding-inline: 30px;
    line-height: 44px;
    border-radius: 45px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    /* text-shadow: 4px 4px 2px #00000050; */
    letter-spacing: 0.4px;
    border: 2px solid #E83A75;
}
.hrb-ic {
    padding: 60px 0;
}
.decor-animation .decor1 {
    position: absolute;
    left: 5%;
    bottom: 14%;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
}
@-webkit-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
  }
  .decor-animation .decor2 {
    position: absolute;
    right: 48%;
    bottom: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
}
.decor-animation .decor3 {
    position: absolute;
    right: 5%;
    bottom: 36%;
    -webkit-animation: round-jump 9s linear infinite;
    animation: round-jump 9s linear infinite;
}
@keyframes round-jump {
    0% {
      transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
      opacity: .7;
    }
    25% {
      transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
      opacity: .8;
    }
    50% {
      transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
      opacity: .9;
    }
    75% {
      transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
      opacity: .7;
    }
    100% {
      transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
      opacity: .9;
    }
  }
  .decor-animation .decor5 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    -webkit-animation: star 7s linear infinite;
    animation: star 7s linear infinite;
}
@keyframes star {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }
  .decor-animation .decor12 {
    position: absolute;
    left: 12%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
    animation: star 7s linear infinite;
}
.decor-animation .decor7 {
    position: absolute;
    right: 8%;
    top: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
    animation: myOrbit 9s linear infinite;
}
.decor-animation .decor8 {
    position: absolute;
    right: 5%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
    animation: star 7s linear infinite;
}
.decor-animation .decor9 {
    position: absolute;
    bottom: 10%;
    -webkit-animation: run 7s linear infinite;
    animation: run 7s linear infinite;
}
.decor-animation .decor11 {
    position: absolute;
    left: -10%;
    top: 0;
    -webkit-animation: movebounce 70s linear infinite;
    animation: movebounce 70s linear infinite;
}
@-webkit-keyframes movebounce {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes run {
  0% { right: 10%;}
  50%{ right : 11%;}
  100%{ right: 10%;}
}
.decor-animation img {
    width: auto;
}
.main-tt h5 {
    font-size: 40px;
    font-weight: 500;
    color: #ff6096;
    text-transform: capitalize;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
}
.main-tt h5:before {
    content: "";
    height: 5px;
    width: 125px;
    background: -webkit-gradient(linear, left top, right top, from(#ff6096), to(#ffffff));
    background: linear-gradient(90deg, #ff6096, #ffffff);
    border-image-slice: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hbtl-ic {
    position: relative;
    margin: 0 40px 0 40px;
}
.hbtr-ic {
    margin: 0 80px 0 80px;
}
.hbtl-ic h5 {
    color: #E83A75;
    position: absolute;
    right: -115px;
    transform: rotate(-90deg);
    font-size: 24px;
    font-weight: 700;
    word-spacing: 10px;
    letter-spacing: 2px;
    top: 65px;
}
.main-con p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
section.h-pro.tbp {
    background: linear-gradient(270deg, #ffec8d, #fff4bb, #ffec8d);
    position: relative;
    overflow: hidden;
}
.main-tt2 span {
    color: #ff6096;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 32px;
}
.main-tt2 h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2a2a2a;
    padding-top: 20px;
    margin-bottom: 0;
}
.mt-40{
    margin-top: 40px !important;
}
.hpr-box {
    text-align: center;
}
.hprb-ic {
    margin-top: 20px;
}
.hprb-ig {
    box-shadow: 0 0 60px #ffffff20;
}
.hprb-ic h5 {
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
.hprb-ic span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.working-hourse-icon > div:nth-child(1) {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(-90deg, #fff0a7, #ffffff);
    border-image: -webkit-gradient(linear, right top, left top, from(#fff0a7), to(#ffffff));
    border-image: linear-gradient(-90deg, #fff0a7, #ffffff);
    border-image-slice: 1;
}
.working-hourse-icon > div .logo {
    padding-bottom: 40px;
}

.working-hourse-icon p {
    margin-bottom: 0;
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 1;
    color: #333;
    font-weight: 400;
}
.working-hourse-icon > div .logo img {
    max-width: 50px;
}
.working-hourse-icon > div:nth-child(2) {
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(0deg, #fff0a7, #ffffff);
    border-image: -webkit-gradient(linear, left bottom, left top, from(#fff0a7), to(#ffffff));
    border-image: linear-gradient(0deg, #fff0a7, #ffffff);
    border-image-slice: 1;
}
.working-hourse-icon > div:nth-child(3) {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(-90deg, #ffffff, #fff0a7);
    border-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#fff0a7));
    border-image: linear-gradient(-90deg, #ffffff, #fff0a7);
    border-image-slice: 1;
}
.working-hourse-icon > div:nth-child(5) {
    border-right: 2px solid;
    border-left: 2px solid;
    -o-border-image: linear-gradient(0deg, #ffffff, #fff0a7);
    border-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff0a7));
    border-image: linear-gradient(0deg, #ffffff, #fff0a7);
    border-image-slice: 1;
}
.working-hourse-icon > div:nth-child(n+4) .logo {
    padding-top: 40px;
}
.working-hourse-contain ul li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: capitalize;
    color: #333;
    letter-spacing: 0.08em;
    font-family: "Prata", serif;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.working-hourse-contain ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.working-hourse-contain ul li span {
    float: right;
}
section.h-services {
    background: linear-gradient(270deg, #eba0af, #ffe3ed, #eba0af);
    position: relative;
    overflow: hidden;
}
.hsrb a .hsrb-con {
    /* position: absolute; */
    /* bottom: -35px; */
    background: #f9ceda;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.hsrb {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px #00000020;
}
.hsrb a .hsrb-con:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ff6096;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}   
.hsrb a .hsrb-con:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}
.hsrb:hover .hsrb-con {
    bottom: 0;
    transition: bottom 0.3s linear;
}
.hpr-box {
    margin: 0 12px;
}
.hpr-slider .slick-list{
    margin: 0 -12px;   
}
.hpr-con {
    position: relative;
    z-index: 9;
}
.hsr-ic {
    position: relative;
    z-index: 9;
}
section.h-why-us {
    background: linear-gradient(270deg, #ffec8d, #fff4bb, #ffec8d);
    position: relative;
    overflow: hidden;
}
.feature-section .feature-box > div:nth-child(1) {
    margin-top: 90px;
}
.feature-section .feature-box .features-rtl {
    text-align: right;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-section .feature-box .features h4 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #89002f;
    text-transform: uppercase;
    font-family: "Prata", serif;
    letter-spacing: 0.02em;
}
.media img {
    max-width: 50px;
}
.feature-section .feature-box > div:nth-child(2) {
    margin-top: 80px;
}

.bottle-image img {
    max-height: 500px;
    object-fit: contain;
}
.comment_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.comment_box .comment {
    position: relative;
    display: inline-block;
}
.feature-section .feature-box .features h4 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #333;
    text-transform: uppercase;
    font-family: "Prata", serif;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.comment_box .comment:before {
    content: "\f10d";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: -20px;
    left: -20px;
}
.comment_box .comment:after {
    content: "\f10e";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.comment_box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 4px;
    color: #ffa000;
}
.comment_box h6 {
    font-weight: 600;
    color: #89002f;
}
.comment_box .rating p {
    color: #89002f;
}   
.comment_box .reg {
    position: relative;
    display: inline-block;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.comment_box .reg:before {
    content: "";
    position: absolute;
    background: #6a4031;
    height: 2px;
    width: 10px;
    top: 50%;
    margin: 0 -16px;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}
.htt-img img {
    border-radius: 100px;
    z-index: 2;
    width: 140px;
}
.htt-main-img {
    position: relative;
    float: right;
    margin-right: 50px;
}
.htt-img-icon {
    position: absolute;
    right: -20px;
    top: -20px;
}
.htt-box .row {
    align-items: center;
}
.htt-ic {
    max-width: 900px;
    margin-inline: auto;
}
.htt-box {
    padding-top: 30px;
}
section.h-adv {
    background: linear-gradient(270deg, #eba0af, #ffe3ed, #eba0af);
    position: relative;
    /* overflow: hidden; */
}   
.adi-r {
    padding: 60px 0 40px;
}
.adi-l {
    margin-top: -120px;
    min-height: 567px;
    width: 100%;
    height: 100%;
}
.adi-l img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.hins-box {
    margin: 16px 8px;
}
.hins-box {
    position: relative;
}
a.fancybox-buttons {
    width: 100%;
    height: 100%;
    background: #000000b3;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    opacity: 0;
}
.hins-box:hover a.fancybox-buttons{
    opacity: 1;
}
a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}
.hins-box:hover a.fancybox-buttons:before {
    transform: translate(-50%, -50%) scale(1);
    transition: 1s;
}
.ftr-addr {
    display: flex;
    column-gap: 12px;
    margin-bottom: 10px;
}
.ftr-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-logo {
    max-width: 180px;
    margin-bottom: 10px;
}
.ftr-con p {
    font-size: 16.5px;
    line-height: 1.6;
    color: #33322d;
    font-weight: 400;
}
.ftr-ic {
    margin-right: 60px;
}
.ftr-social a {
    background: #f9ceda;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ff6096;
}
.ftr-social {
    display: flex;
    column-gap: 10px;
}
.ftr-tt h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a2a2a;
    padding-bottom: 14px;
    margin-bottom: 22px;
    position: relative;
}
.ftr-tt h5:before {
    content: "";
    height: 5px;
    width: 125px;
    background: -webkit-gradient(linear, left top, right top, from(#ff6096), to(#ffffff));
    background: linear-gradient(90deg, #ff6096, #ffffff);
    border-image-slice: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ftr-ul ul li {
    margin: 10px 0;
}
.ftr-ul ul li a {
    color: #333;
}
.addr-l {
    color: #ff6096;
}
.addr-r, .addr-r a {
    color: #000;
}
.ftr-top {
    padding: 50px 0 40px;
}
.ftr-top {
    background: linear-gradient(270deg, #eba0af, #ffe3ed, #eba0af);
}
.btm-ic p {
    margin: 0;
}
.btm-ic {
    display: flex;
    justify-content: space-between;
}
.ftr-btm {
    padding: 10px 0;
    background: #ff6096;
}
.ftr-btm a{
    color: #000;
}
.sticky {
    width: 100%;
    position: fixed!important;
    top: 0px;
    z-index: 999999;
}   
.sticky img.header-logo {
    width: 100%;
    max-width: 100px;
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px #00000020;
    padding: 5px 10px;
}
a.dropdown-item {
    padding: 4px 4px;
    border-bottom: 1px solid #efefef;
}
ul.dropdown-menu li:last-child a.dropdown-item {
    border: none;   
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #E83A75 !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}

.color-2{
    color: #e9a75e !important;
}
section.h-about, .h-mission {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.hbt-ic, .hms-ic {
    position: relative;
    z-index: 9;
}
.main-header {
    background: #fff;
    box-shadow: 0 0 10px #00000020; position:relative; z-index:9
}
.tph-l span a {
    color: #E83A75;
    margin-inline: 10px;
    font-weight: 500;
}
.tph-l span a:first-child {
    margin-left: 0px;
}
.hsrb:hover .hsrb-img img {
    transform: scale(1.2) rotate(5deg);
    transition: 3s;
    transition-timing-function: ease-in-out;
}
.hsrb-box {
    margin: 0 12px;
}
.hsr-slider .slick-list{
    margin: 0 -12px;
}
.fancy-box img {
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
}
.hprb-ig img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.hsrb-img img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.hrbr-ic {
    margin-left: 60px;
    position: relative;
    z-index: 0;
}
.hrbr-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    border: 6px solid #E83A75;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    z-index: -1;
}
.hrbr-ic img {
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
}
.hrb-slider .slick-prev {
    left: 25px !important;
    z-index: 1;
}
.hrb-slider .slick-next {
    right: 25px !important;
}
.hrb-slider .slick-next:before, .hrb-slider .slick-prev:before, .hsr-slider .slick-next:before, .hsr-slider .slick-prev:before {
    color: #fff !important;
}
.slick-next:before, .slick-prev:before {
    color: #fff !important;
}
.hsrb-img {
    position: relative;
    z-index: 0;
}
.hsrb-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
}
.hsrb a:hover .hsrb-img:before {
    transform:  translate(-50%, -50%) scale(1);
    transition: 1s;
}
a.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 50px;
    z-index: 99;
}
a.btt-btn {
    background: #E83A75;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: fixed;
    bottom: -100px;
    right: 20px;
    box-shadow: 5px 5px 8px #00000020;
}
a.btt-btn-show {
    bottom: 20px;
    transition:  bottom 0.5s linear;
}
section.i-banner img {
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
    object-position: 0 20%;
}
section.i-banner {
    position: relative;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000054;
}
.ibc-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.ibc-con h4 {
    font-size: 46px;
    font-weight: 600;
    margin: 0 0 4px;
}
.ibc-con p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.ibc-con p a{
    color: #fff;
}
.hgl-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.hgl-ic .hins-box {
    margin: 0 0;
    width: 100%;
    max-width: 32%;
}
section.a-gallery {
    background: #ffeff4;
}
.srs-ir table {
    width: 100%; margin-top:20px;
}
.srs-ir table thead th {
    background: #E83A75;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #efefef;
}
.srs-ir table tbody td {
    padding: 8px 15px;
    border: 1px solid #efefef;
}
.srs-ir table tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.srs-il {
    height: 100%;
}
.srs-il img{
    height: 100%;
    object-fit: cover;
}
.main-tt h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    line-height: 36px;
}
.main-tt h6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 5px;
    background: #E83A75;
    left: 0;
    border-radius: 20px;
} 
.rgg-30{
    row-gap: 30px ;
}
.bg2 {
    background: #ffeff4;
}
.srs-ir table tbody {
    background: #fff;
}
.mbr-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px #00000020;
    padding: 20px 24px;
    border-radius: 100px;
    column-gap: 20px;
}
.mbr-bl p {
    margin-bottom: 0;
}
.mbr-bl p {
    margin: 0;
    font-size: 20px;
}
.mbr-box {
    margin: 0 0 30px;
}
.mbr-box:last-child {
    margin: 0 0 0px;
}
.mbr-br {
    width: 100%;
    max-width: max-content;
}
.mcnl-con {
    margin-top: 30px;
}
.mcnl-box {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
}
.mcnl-box {
    margin-bottom: 12px;
}
.mcnb-l span {
    background: linear-gradient(to right top, #E83A75, #db2361);
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
}
.mcnb-r h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f1e1e;
    margin-bottom: 2px;
}
.mcnb-r span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
    color: #2e2e2e;
}
.mcnb-r span a {
    color: #2e2e2e;
}

.form-row {
    display: flex;
    column-gap: 22px;
}
.form-group {
    width: 100%;
    margin-bottom: 22px;
}
.form-group .form-control, .form-group .form-select {
    border: none;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
}
.mcnr-ic {
    background: #efefef;
    padding: 40px 40px;
    border-radius: 10px;
}
.form-control {
    background: #fff !important;
}
.srs-ir table {
    width: 100%;
    /* min-width: 670px;
    overflow: scroll; */
}

.slick-next, .slick-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: #0000009c !important;
}
.slick-prev:before {
    content: '\f177' !important;
    font-family: 'FontAwesome' !important;
}
.slick-next:before {
    content: '\f178' !important;
    font-family: 'FontAwesome' !important;
}
.slick-prev {
    z-index: 1 !important;
}
section.popup-sec {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000b3;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.pps-b{
    display: flex  !important;
}
.pps-ic {
    position: relative;
    border: 10px solid #fff;
}
.pps-ic img {
    max-height: 600px;
    object-fit: contain;
}
.pps-close span {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 0;
    position: absolute;
    top: -60px;
    right: -10px;
    font-size: 20px;
    color: #111;
    cursor: pointer;
    border: 1px solid #fff;
}

.pps-close span:hover {
    background: #000;
  color: #fff;
  transition: 0.5s;
}