.accordion-header {
    margin-top: 0;
}

.fForm .form-item .date {
    width: 100%;
}

.intl-tel-input {
	width:100%;
}
.int-tel.form-item{
	overflow: visible;
}

/*Iconset*/
.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu {
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu > li {
	list-style: none;
    margin: 1rem; padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.iconset-new .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset-new  .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset-new  img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}
.iconset-new .menu-item-text .action:before{
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    right: 10px;
    top: 19%;
    transform: translate(0,-50%);
    animation: blinking 2s infinite;
}
.iconset-new  .fMenu ul {
	margin-left: 20px;
	margin-top: 0.5rem;
}
.iconset-new  .fMenu ul,
.iconset-new  .fMenu ul li {
	list-style: square;
}
.iconset-new  .fMenu ul a {
	font-weight: 500;
}

li#menu-item-35876 ul li { 
	list-style-type: square;
}

/*Menu-Timeline*/
.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-theme-1);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-3);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
	color: #000;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}


.f-gallerynew .fGalleryList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 35px;
    list-style: none;
    padding: 40px 0;
    margin: 0;
}

.f-gallerynew .fGalleryItem {
    display: flex;
}

.f-gallerynew .ItemfinnerGallery {
    width: 100%;
    background: linear-gradient(180deg, #6910A8, #8C07DD);
    border-radius: 150px 0px 150px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(105, 16, 168, .18);
    transition: .35s;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 520px; */
    padding: 40px;
}

.f-gallerynew .ItemfinnerGallery:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(105, 16, 168, .30);
}


/* Decorative top circle */

.f-gallerynew .ItemfinnerGallery:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
}


/* Image */

.f-gallerynew .fGalleryImage {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.f-gallerynew .fGalleryImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Title */

.f-gallerynew .fGalleryText h3 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 0 0 18px;
}


/* Description */

.f-gallerynew .fGalleryText p {
    color: #fff;
    line-height: 1.8;
    margin: 0;
}


/* Different shades */

.f-gallerynew .fGalleryItem:nth-child(2) .ItemfinnerGallery {
    background: linear-gradient(180deg, #8C07DD, #9F21E3);
}

.f-gallerynew .fGalleryItem:nth-child(3) .ItemfinnerGallery {
    background: linear-gradient(180deg, #9F21E3, #6910A8);
}

.f-gallerynew .fGalleryItem:nth-child(4) .ItemfinnerGallery {
    background: linear-gradient(180deg, #6910A8, #9F21E3);
}

.f-gallerynew .fGalleryItem:nth-child(5) .ItemfinnerGallery {
    background: linear-gradient(180deg, #8C07DD, #6910A8);
}

.f-gallerynew .fGalleryItem:nth-child(6) .ItemfinnerGallery {
    background: linear-gradient(180deg, #9F21E3, #8C07DD);
}



/* Tablet / Small Desktop */
@media (max-width: 1199px) {

    .f-gallerynew .fGalleryList {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        gap: 30px;
        padding: 30px 0;
    }

  
}


/* Tablet */
@media (max-width: 767px) {

    .f-gallerynew .fGalleryList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 25px 0;
    }


}



@media (max-width: 575px) {

    .f-gallerynew .fGalleryList {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 20px 10px;
    }

  
}


.f-welcome-qoute .f-media-text p.quote {
    width: 100%;
    max-width: 100%;
}
.f-welcome-quote-section .f-media-text {
    padding: 30px;
}


