.gallery_secbx{position: relative; margin-top: 50px;}
.florya-masonry-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    position: absolute;
    left: 0px;
    top: 267px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.florya-masonry-wrapper .item-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 6px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 6px;
  }
  
  .column img {
    margin-top: 12px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

@media screen and (max-width: 1600px) {
    .review-testimonial-con .review-box {
        padding: 37px 42px 15px;
    }
}
.review-testimonial-con .review-box {
    padding: 37px 42px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    min-height: 430px;
    max-height: 100%;
}
.position-relative {
    position: relative !important;
}
.review-testimonial-con .review-box .quote-tag {
    top: 36px;
    left: 0;
}

.position-absolute {
    position: absolute !important;
}
.review-testimonial-con .review-box:hover .quote-tag i {
    background-color: #f6b000;
}
.review-testimonial-con .review-box .quote-tag i {
    background-color: #3aa2ad;
    color: var(--secondary--color);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

.breadcrumb-item a:hover, .review-testimonial-con .review-box:hover p, .top-bar-con a i, .travel-tour-con .tab-content .package-box:hover span.location-span {
    color: #000;
}
.review-testimonial-con .review-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 28px;
    padding-top: 10px;
}
.flip-card-front, p {
    color: #000;
}
.review-testimonial-con{padding: 70px 0px;}

.wrapper {
	max-width: 1100px;
	width: 100%;
	position: relative;
}
.wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}
.wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
	left: -22px;
}
.wrapper i:last-child {
	right: -22px;
}
.wrapper .carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
	display: none;
}
.carousel.no-transition {
	scroll-behavior: auto;
}
.carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carousel.dragging .card {
	cursor: grab;
	user-select: none;
}
.carousel :where(.card, .img) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel .card {
	scroll-snap-align: start;
	height: 342px;
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding-bottom: 15px;
	flex-direction: column;
	border-radius: 8px;
}
.carousel .card .img {
	background: #8b53ff;
	height: 148px;
	width: 148px;
	border-radius: 50%;
}
.card .img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
}
.carousel .card h2 {
	font-weight: 500;
	font-size: 1.56rem;
	margin: 30px 0 5px;
}
.carousel .card span {
	color: #6a6d78;
	font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
	.wrapper .carousel {
		grid-auto-columns: calc((100% / 2) - 9px);
	}
}

@media screen and (max-width: 600px) {
	.wrapper .carousel {
		grid-auto-columns: 100%;
	}
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.review-testimonial-con .carousel-control-prev, .review-testimonial-con .carousel-control-next{
    height: 50px;
    width: 50px;
    text-align: -webkit-center;
    padding: 0px;
    position: absolute;
    bottom: 0;
    top: 100%;
}
.review-testimonial-con .carousel-control-prev{
    left: 45%;
}
.review-testimonial-con .carousel-control-next{
    right: 45%;
}
.bg-pinklight{
    background-color: #3f9393c7;
}

.usericon {
    display: flex;
    gap: 8px;
    font-size: 16px;
    justify-content: center;
    position: absolute;
    top: -72px;
    text-align: center;
    left: 0;
    right: 0;
}
.bg-pinklight p{color:#fff}
.user_sec{position: relative;}
.usericon img {
    width: 30%;
    margin-bottom: 0px;
    border-radius: 100% !important;
    box-shadow: 0 0 50px rgb(252 239 229) !important;
    border: 3px solid #fff !important;
    transition: .3s ease-in-out;
}

.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators [data-bs-target] {
    background-color: #ffffff00!important;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #fff;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #fff;
    transition: all 500ms ease;
    font-family: 'Playfair Display', serif;
}
.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: #000;
}
.faq-wrap{margin-top: 80px;}
.faq-wrap .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    display: block;
    position: absolute;
    top: 15px;
    right: 3%;
  }
  .faq-wrap .accordion-button:not(.collapsed)::after {
    display: block;
    position: absolute;
    top: 15px;
    right: 3%;
    background-image: url("images/downloadp.svg");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .faq-wrap .accordion-button::after {
    transition: all 0.5s;
  }
  .faq-wrap .accordion-button.collapsed{
    width: 100%;
    padding: 15px 0px;
    border-radius: 0px;
  }
  .faq-wrap .accordion-button{
    width: 100%;
    height: 100%;
    padding: 17px 0px;
    border-radius: 0px;
  }
  .faq-wrap .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
}
.faq-wrap .accordion-body{
    background: #fff;
}
.faq-wrap .accordion-item .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    text-align: left;
    line-height: 20px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 15px;
    padding-right: 60px;
    color: #fff;
    transition: all 500ms ease;
    white-space: normal;
}
.faq-wrap .accordion-button:not(.collapsed) {
    background-color: #10365c;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.elementor img{z-index:0;}
.section-subtitle {
    /* font-size: 12px;
    font-weight: 400; */
    position: relative; 
    letter-spacing: 3px;
    margin-bottom: 0px;
    color: #000 !important;
    font-family: var(--e-global-typography-84ca66e-font-family), Sans-serif;
    font-size: var(--e-global-typography-84ca66e-font-size);
    font-style: var(--e-global-typography-84ca66e-font-style);
    line-height: var(--e-global-typography-84ca66e-line-height);
}
.section-title {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.25em;
}
.faq-wrap .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
    margin: 10px 0px;
}


.modal-header button{background-color:#10365c !important;color: #fff!important; background: none; opacity:1;}
.form-control.dropdownsec{color:#2125299e!important; background-color:#c0dddd85!important;appearance: auto!important;}
#become_form .modal-header .btn-close, #book_form .modal-header .btn-close, #register_form .modal-header .btn-close, #offer_form .modal-header .btn-close {
    padding: 2px;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    right: 1px;
    top: 3px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#become_form .modal-header, #book_form .modal-header, #register_form .modal-header{
    background: #d1ecec;
}

#become_form label, #book_form label, #register_form label{
    font-size: 14px;
}
#become_form .modal-header .modal-title , #book_form .modal-header .modal-title , #register_form .modal-header .modal-title, #offer_form  .modal-title{
    width:100%;text-align: center;
}
.description_text{padding: 0px 0px;
    background: #c9eded33;
    border-bottom: 1px solid #ccc;
    border: 5px solid #00375c;
    border-left: 0px;
    border-right: 0px;
}
.fontdate b{
    font-size: 20px;
}


.offer_right {
    right: 0%;
    bottom: 8%;
    position: fixed;
    z-index: 9999;
}


.offer_right .button {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 10px;
    line-height: 18px;
    box-shadow: 0 2px 5px 0 rgba(0, 55, 92, 0.514);
    transition: 0.5s all ease-in-out;
    font-family: var(--e-global-typography-84ca66e-font-family), Sans-serif;
    font-size: var(--e-global-typography-84ca66e-font-size);
    font-style: var(--e-global-typography-84ca66e-font-style);
    line-height: var(--e-global-typography-84ca66e-line-height);
}
.offer_right .button:hover {
    cursor: pointer;
    background: #f2cbbb; 
    color: #111111; 
    animation: none;
}
.offer_right .button-wiggle {
    animation: wiggle 2s 2s infinite;
    -webkit-animation: wiggle 2s 2s infinite;
}
textarea {
    resize: none; 
}

#myBtn {
    display: none;
    position: fixed; 
    bottom: 2px;
    right: 20px;   
    z-index: 99;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: rgb(0 55 92);
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 58px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  .wht-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 68px;
    right: 20px;
    background-color: #0cb74c;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
}
.wht-my-float { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
}
@keyframes wiggle {
    5%, 50% {
        transform: scale(1);
   }
    10% {
        transform: scale(0.9);
   }
    15% {
        transform: scale(1.15);
   }
    20% {
        transform: scale(1.15) rotate(-5deg);
   }
    25% {
        transform: scale(1.15) rotate(5deg);
   }
    30% {
        transform: scale(1.15) rotate(-3deg);
   }
    35% {
        transform: scale(1.15) rotate(2deg);
   }
    40% {
        transform: scale(1.15) rotate(0);
   }
}
.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(0, 55, 92, 0.514);
   }
}
 

.textwhite{color: #fff !important;cursor: pointer;}
.text-white.textwhite:hover{color: #202020 !important;}
.faq-wrap .accordion-button:not(.collapsed)::after {
    display: block;
    position: absolute;
    top: 15px;
    right: 3%;
    background-image: url(../images/downloadm.svg);
    /* background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E); */
}
.faq-wrap .accordion-button::after {
    background-image: url(../images/downloadp.svg);
    transition: all 0.5s;
    display: block;
    position: absolute;
    top: 15px;
    right: 3%;
}
textarea.form-control {
    resize: none !important;
}
.content_text{ 
    position: absolute;
    top: 100%;
    text-align: center;
    margin-top: 15px;
}
textarea{resize:none !important;}
.timeline .event:before{opacity: 1;}
.mb20{margin-bottom: 20px;}
@media(min-width:992px){
.sponsorsec{
    background-image: url("https://www.womenlisted.in/wlb/homepage-3/images/sponsor.webp");   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block; 
    height: 475px;
  }
}
  @media(max-width:991px){ 
    .sponsorsec{
        background-image: url("https://www.womenlisted.in/wlb/homepage-3/images/sponsormob.webp");   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: block; 
        height: 290px; 
      }
    .bdrbtnline {
        border-left: 1px solid #ffffff00;
    }

    .bdrbtnline .col-md-6.text-right, .bdrbtnline .col-md-6.text-left{
        text-align: center !important;
    }
   
    .sponsor_content {
        width: 55% !important;
        justify-content: center;
        /* margin: auto; */
        left: 28% !important;
        top: 15% !important;
        position: absolute;
    }
    .sponsorsec img{
        width:75%;
    }
    .sponsor_content p{
        font-size: 11px;
        line-height: 15px;
    }

  }
.e-con>.elementor-widget>.elementor-widget-container{height: auto!important;}

.mofisologo img{
    height: 53px !important;
    width: 190px; 
    margin-top: 20px;
}  
.mbfooter{ 
    text-align: center;
    padding-bottom: 5px;
}
 .fontpoer {
    font-size: 16px!important; 
    letter-spacing: 1px;
  }  
  .elementor-567 .elementor-element.elementor-element-40a20f9.elementor-element{width: 100%;}
 .sponsorsec {
    position: relative;
  }
  .sponsor_content{
    width: 42%;
    justify-content: center;
    /* margin: auto; */
    left: 23%;
    top: 15%;
    position: absolute;

  }
  .venue_partner{
    text-align: center;
    padding: 75px 0px;
  }
  .bdrbtnline{border-left: 1px solid #0e0f10;}
  .text-left{text-align: left;}
  .text-right{text-align: right;}
.text_powerhouse{
    display: contents!important;
}

.font39{font-size: 39px;} 
  /* .font-contenttext{font-size: 14px;}  */
@media screen and (max-width:1224px) {
    .elementor-33 .elementor-element.elementor-element-7c1397a .elementor-menu-toggle {
        background-color: #00375c !important;
    }
}

@media screen and (max-width: 900px) {
    .review-testimonial-con .carousel-control-prev{
        left: 30%;
    }
    .review-testimonial-con .carousel-control-next{
        right: 30%;
    }
  
    .elementor-element .elementor-button {
        font-size: 13px !important; 
        padding: 10px 10px;
    }
    .timeline {
        border-left: 4px solid #3f9393;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: rgba(255, 255, 255, 0.03);
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Source Sans Pro', sans-serif;
        margin: 26px auto;
        letter-spacing: 0.5px;
        position: relative;
        line-height: 1.4em;
        font-size: 1.03em;
        padding: 15px;
        list-style: none;
        text-align: left;
        font-weight: 100;
        max-width: 0%;
    }
    .offer_right .button{font-size: 14px;}
    .offer_right {
        bottom: 0%;
        position: fixed;
        z-index: 99;
        left: 50%;
        right: inherit;
        transform: translate(-50%, 0);
    }
    .elementor-33 .elementor-element.elementor-element-7c1397a .elementor-menu-toggle {
        border-radius: 0%!important;
    }
    .fontdate b {font-size: 12px;}
    .usericon img {width: 30%;}
.elementor-element.e-con-full.e-grid.e-con.e-child{display: block;}
.elementor-567 .elementor-element.elementor-element-85ef04e .elementor-heading-title.elementor-size-default.mfontsize{font-size: 50px!important;}
.testimonialslider .swiper-button-prev {
    right: auto;
    left: 38%!important;
}
.testimonialslider .swiper-button-next {
    right: 38% !important;
    left: auto;
}
.faq-wrap .accordion-item .accordion-header .accordion-button{
    font-size: 14px;
    white-space: normal;
    line-height: 20px;
    padding: 12px 20px;
}
.textarea{resize:none;}
.timeline{max-width:10%!important;margin:50px 155px!important;} 
.schedule.wrap .timeline h3 {font-size: 18px !important;left: -13px;position: relative;}
.elementor-33 .elementor-element.elementor-element-7c1397a .elementor-menu-toggle {
    background-color: #00375c !important;
}
.elementor.elementor-33 .elementor-element.elementor-element-0d37aac img {
    height:95px !important;
}
.elementor-33 .elementor-element.elementor-element-7c1397a div.elementor-menu-toggle:hover svg {
    fill: #ffffff!important;
}
.elementor-nav-menu a {
    padding: 8px 20px;
}
.btn.button.button-pulse br{
    display: none;
}
#myBtn {
    bottom: 5px;
    right: 8px;
} 
.timeline .event:before {
    left: -212.5px!important;
    color: #000;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 94px;
    opacity: 1;
}
.elementor-33 .elementor-element.elementor-element-7c1397a .elementor-nav-menu--dropdown {
    background-color: #00375c;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
}
.elementor-nav-menu--dropdown a {
    color: #ffffff;
}
form .form-group:nth-child(2) {
    margin-top: 10px;
  }
  .elementor-33 .elementor-element.elementor-element-a87d8e5 {
    position: fixed;
    background: #dce4e4;
    }
.timeline .event:before {
    font-weight: 400!important; 
}
.mofisologo img{
    margin-bottom:8px;
} 
.container-count li span {
    display: block;
    font-size: 1.5rem !important;
    margin-bottom: 11px!important;
    font-weight: 500;
    color: #000;
}
.container-count li {
    color: #000;
}
#countdown ul{margin-left: 0px!important;padding-left: 0px !important;}
.elementor-567 .elementor-element.elementor-element-40a20f9.elementor-element {
    --align-self: center;
    margin-bottom: 20px;
}

.third_usersec{
    margin-top: 157px!important;
    margin-bottom: 70px!important;
}

}

@media screen and (max-width:375px) {
    .elementor-element .elementor-button {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    .bi.bi-calendar-week{margin-left: 15px;margin-right: 5px;}
    .d-flex.me-4.mobmar{margin-right: 0.5rem !important;} 

}
@media screen and (max-width:360px) {
    .container-count li {
        padding: 6px;
    }
    #countdown ul{margin-left: 0px;padding-left: 0rem;}
}


.description_text thead{background-color: #c9eded;border:1px solid #ccc;}
.description_text th, .description_text td {
  text-align: left;
  padding: 8px;
  border:1px solid #ccc;
}

.testimonialslider .swiper-slide{padding-top: 3rem !important;}
.swiper.mySwiper.testimonialslider{position: initial;margin-top: 35px;}
.testimonialslider .swiper-button-next, .testimonialslider .swiper-button-prev {
    position: absolute;
    top: 94%;
    width: 40px;
    height: 40px;
}
.testimonialslider .swiper-button-next{
    right: 46%;
    left: auto;
}
.testimonialslider .swiper-button-prev {
    right:auto;
    left: 46%;
}
.testimonialslider .swiper-button-next:after, .testimonialslider .swiper-button-prev:after {
    font-size: 15px !important;
    background: #36abab;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-pinklight .text-white{color:#fff!important;}
.testimonial-item{
    height: 270px;
}


