/************************ 30.Bottom Navigation Bar  ***************************/
.bottom-panel {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    top: auto;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 60px;
    background-image: -o-radial-gradient(49% -2px, circle, transparent 36px, #ffffff 37px);
    background-image: radial-gradient(circle at 49% -2px, transparent 36px, #ffffff 37px);
    -webkit-filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px rgba(0, 0, 0, 0.12));
    -webkit-transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
    -o-transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
    transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
    background-position: 5px center;
    z-index: 2;
    max-width: 600px;
}

.bottom-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-panel ul {
    max-width: 600px;
    margin: 0 auto;
}

.bottom-panel ul li {
    text-align: center;
    list-style: none;
}

.bottom-panel ul li a {
    padding: 20px;
    position: relative;
}

.nav-menu-icon .navigation-icons.active svg {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
}

.navigation-icons.active:after {
    -moz-transform: translateY(2px) translateX(0px);
    -ms-transform: translateY(2px) translateX(0px);
    -webkit-transform: translateY(2px) translateX(0px);
    transform: translateY(2px) translateX(0px);
}

.navigation-icons:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: auto;
    bottom: 9px;
    /* left: 70px; */
    left: 43%;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #2953E8;
    transform: translateY(8%);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -o-transition: -o-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    transition: transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
}

a.event-icon {
    right: 25px;
    position: relative;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.left-icon {
    position: relative;
    left: 25px;
}

.sc-nav-indicator {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 36px;
    margin: auto;
    left: 0px;
    right: 0px;
    border-radius: 50%;
    background: #2953E8;
    -webkit-box-shadow: 0px 4px 4px rgba(255, 226, 218, 0.32);
    box-shadow: 0px 4px 4px rgba(255, 226, 218, 0.32);
}

.sc-nav-indicator svg {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

#favourite-page {
    margin-bottom: 80px;
}

/************************ 31.FavouritePage Screen  ***************************/
.brookwood-txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2953E8;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-bottom: 0;
}

.favourite-top-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.abc {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;

}

.sort-btn-favoutite {
    border: 2px solid #2953E8;
    width: 113px;
    height: 48px;
    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;
    background: #2953E8;
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
}

.sort-btn-favoutite a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.sort-btn-favoutite1 {
    border: 2px solid #2953E8;
    border-radius: 0px 8px 8px 0px;
    width: 113px;
    height: 48px;
    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;
}

.sort-btn-favoutite1 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.fav-second-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.favourite-bottom-sec-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.language-sel .form-check-label.custom-lable {
    color: #1E293B;
}

.event-icon.navigation-icons.active:after,
.notification-icon.navigation-icons.active:after,
.account-icon.navigation-icons.active:after {
    /* left: 9px; */
    left: 43%;
    /* bottom: -9px; */
    bottom: 8px;
}

.navigation-icons.active svg path {
    stroke: #2953E8;
}

@media(max-width:767px){
	.navigation-icons:after{
		/* left: 70px; */
        left: 43%;
	}
}

@media(max-width:540px){
	.navigation-icons:after{
		/* left: 65px; */
        left: 43%;
	}
}

@media(max-width:500px){
	.navigation-icons:after{
		/* left: 58px; */
        left: 43%;
	}
}

@media(max-width:450px){
	.navigation-icons:after{
		/* left: 50px; */
        left: 43%;
	}
}

@media(max-width:400px){
    .navigation-icons:after{
        /* left: 43px; */
        left: 43%;
    }
}

@media(max-width:350px){
    .navigation-icons:after{
        /* left: 38px; */
        left: 43%;
    }
}