@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;0,400;0,500;0,900&display=swap');
@import url('all.min.css');
@import url('animate.min.css');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #efefef;
    color: #000717;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 187px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-top: 0;
}

hr {
    border-top: 1px solid #ababab;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}


/*.row {
    display: flex;
}*/

.container {
    max-width: 1440px;
    width: 100%;
}


.d-flex {
    display: flex;
    align-items: center;
}

.strong {
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
}

.bg-pink {
    background-color: #e91e63;
}

.bg-orange {
    background-color: #fab82c;
}

.bg-blue {
    background-color: #0033a0;
}

.bg-sky-blue {
    background-color: #00aeef;
}

.form-select {
    padding-right: 35px;
}

.text-orange {
    color: #ffc107;
}

header {
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .top-bar {
    width: 100%;
    background-color: #fab82c;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

header .top-bar * {
    z-index: 9;
}

header .top-bar .download-app,
header .top-bar .top-dropdown {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
}

header .top-bar .top-dropdown .form-control,
header .top-bar .top-dropdown a.btn {
    height: auto;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    /* color: #795548; */
    font-size: 16px;
    padding: 4px 15px;
    width: 130px;
}
header .top-bar .top-dropdown a.btn:hover{
    background-color: #212529;color:#fff;
}
header .top-bar .top-dropdown .form-select option {
    color: #000;

}

header .top-bar .top-dropdown .form-select {
    /* background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E); */
}

header .top-bar .top-bg-orange {
    position: relative;
}

header .top-bar .top-bg-orange:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 10000px;
    /* background-color: #fab82c; */
    bottom: 0;
    top: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

header .download-app {
    color: #000717;
}

header .download-app a {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

header .download-app a:hover i {
    transform: scale(1.2);
}

header .download-app a i {
    margin-right: 5px;
    transition: all 300ms ease;
}

header .download-app a i.fa-apple {
    font-size: 19px;
}

header .top-dropdown * {
    margin-left: 10px;
    vertical-align: middle;
}

header .top-bar-two {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

header .top-bar-two-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top-bar-two .logo,
header .top-bar-two .logo img {
    transition: all 300ms ease;
    position: relative;
    height: 56px;
}

header .top-boxes {
    display: flex;
    justify-content: flex-end;
}

header .top-boxes .top-box {
    display: flex;
    align-items: center;
    margin-left: 5%;
}

header .top-boxes a {
    color: #000717;
    transition: all 300ms ease;
}



header .top-boxes i {
    border: 2px dotted #fab82c;
    padding: 8px 10px;
    font-size: 25px;
    border-radius: 12px;
    color: #fab82c;
    margin-right: 10px;
}

/*Calendar*/


.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #ffc600;
    border: 2px solid #ffc600
}

.scrol1 {
    height: 400px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll
}

.cal {
    font-size: 16px;
    color: #949494
}

.cal1 {
    margin-top: 20px
}
.scrol1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.app:after {
    content: "";
    display: table;
    clear: both
}

.myCalendar {
    width: 100%;
    border: none !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.myCalendar a {
    text-decoration: none
}

    .myCalendar tr td.circle a {
        color: #ffffff !important;
    }

.myCalendar .myCalendarTitle {
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    background-color: #07294d;
    color: #fff;
    border: none !important
}

.myCalendar .myCalendarNextPrev {
    text-align: center
}

.myCalendar .myCalendarNextPrev a {
    font-size: 1px
}

.myCalendar .myCalendarNextPrev:nth-child(1) a {
    color: #4ccaef !important;
    background: url(../images/la.png) no-repeat center center
}

.myCalendar .myCalendarNextPrev:nth-child(1) a:hover,
.myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
    background-color: transparent
}

.myCalendar .myCalendarNextPrev:nth-child(3) a {
    color: #4ccaef !important;
    background: url(../images/ra.png) no-repeat center center
}

.myCalendar .myCalendarDay a,
.myCalendar .myCalendarDayHeader a,
.myCalendar .myCalendarNextPrev a,
.myCalendar .myCalendarSelector a {
    display: block;
    line-height: 20px
}

.myCalendar .myCalendarToday {
    background-color: #f2f2f2;
    /* height: 16px; */
}

.myCalendar tr td,
.myCalendar tr th {
    font-size: 14px;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 0.8em;
}

.myCalendar>tbody>tr:nth-child(1) td {
    background-color: transparent !important;
    padding: 0;
    border: 0;
}

.myCalendarTitle tr td {
    padding: 1.7em 0 !important;
}

.myCalendar .myCalendarToday a {
    color: #25bae5 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}



.myCalendar .myCalendarToday a:after {
    content: "TODAY";
    color: #000;
    font-size: .5em;
    display: inline-block;
    pointer-events: none;
    width: 100%;
    float: left
}

/*Social*/

.social-icons {
    margin: 0;
}

.social-icons li a {
    background-color: #fab82c;
    /* padding: 0; */
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
}
.social-icons li a:hover {
    color: #fff;
    background: #795548;
}

/*Menu*/
#Menu1 a.popout {
    background-image: none !important;
}

#Menu1 a.popout:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 13px;
    margin-left: 5px
}

header.minHeader .top-bar-two .logo img {
    height: 56px;
    padding-top: 6px;
}





.main-nav {
    background-color: #f1f1f1;
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 5%);
    /* border: 1px solid #eee; */
    border-top: 0;
}

.main-nav .logo img {
    width: 160px;
    position: relative;
    top: 10px;
}

.main-nav nav {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease;
}

.main-nav nav ul {
    margin-bottom: 0;
}

.main-nav nav ul li {
    display: inline-block;
    padding: 0 10px;
}

.main-nav nav>ul>li:nth-child(1) {
    padding-left: 0;
}

.main-nav nav ul li a {
    color: #222;
    display: block;
    padding: 0 20px !important;
    transition: 300ms;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.main-nav nav ul li a:hover,
.main-nav nav ul li a:focus {
    color: #fab82c;
    outline: 0;
}

/*.main-nav nav ul li a:hover,
.main-nav nav ul li a.active{
  color: #ffe000;
}*/
.main-nav nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 300ms ease;
    background-color: #fab82c;
}

.main-nav nav>ul>li>a:hover,
.main-nav nav>ul>li>a.active {
    color: #fab82c;
}

.main-nav nav>ul>li>a:hover:before,
.main-nav nav>ul>li>a.active:before {
    height: 3px;
}

.main-nav nav ul ul {
    position: absolute;
    top: 95px;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    background-color: #ffffff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 20px 0px rgb(0 0 0 / 16%);
    z-index: 99;
    padding-top: 10px;
    overflow: hidden;
}

.main-nav nav ul li:hover>ul {
    top: 80px;
    opacity: 1;
    visibility: visible;
    transition: .3s linear;
}

.main-nav nav ul ul li {
    /* width: 150px; */
    display: list-item;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 51px;
    border: 1px solid #eee;
    margin-top: -1px;
}

.main-nav nav ul ul li a {
    line-height: inherit;
    height: inherit;
}

.mobile-arrow {
    color: #fff;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    display1: none;
}

.main-nav nav ul ul ul {
    border-top: none;
}

.main-nav nav ul ul ul li {
    position: relative;
    top: -70px;
    left: 150px;
}

.main-nav nav ul ul li a i {
    margin-left: 45px;
}

.main-nav .donate-btn {
    margin-left: 45px;
}

.box-section a img {
    width: 100%;
    height: 100%;
    MAX-HEIGHT: inherit;
}

.banner-section .card {
    height: 100%;
    justify-content: center;
    padding: 0;
}



.box-section a {
    display: block;
    /* width: 100%;
    height: 100%;      position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;*/
}

/**Count Boxes**/

.activity-counts {
    background-color: #fab82c;
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #fab82c;
}

.count-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    position: relative;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 25%);
    background-color: #fff;
    float: left;
}

.count-box-one:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 10000px;
    background-color: #fff;
    top: 0;
}

.count-box {
    text-align: center;
    width: 33.33%;
    padding: 35px 0;
}

.count-icon {
    color: #fab82c;
    font-size: 40px;
}

.count-number {
    font-size: 35px;
    /* font-weight: 300; */
}

.count-text span {
    text-transform: uppercase;
}

.count-box.count-cost .count-number {
    color: #569900;
    line-height: 25px;
}

.count-box.count-cost .count-icon {
    color: #569900;
}

.count-box.count-cost .count-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}

.count-box-two {
    display: flex;
    justify-content: center;
    width: 20%;
    flex-direction: column;
}

.count-box-two .text-white-black {
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-box-two .text-white-black span {
    color: #fff;
    font-size: 30px;
    min-width: 50px;
    text-align: right;
    margin-right: 5px;
}

.fade.show {
    opacity: 1 !important;
}




/* #MainContent_div_search .input-group input {
        height: 45px
    }
*/
.single-event-list {
    align-items: center;
}

.single-event-list h4 {
    margin-top: 15px
}

#teachers-page input[type="submit"] {
    border-left: 1px solid #ccc;
}

.You-makelike {
    background-color: transparent !important;
}

/**Event Section**/
.card {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px 25px;
    box-shadow: 0 4px 13px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    transition: all 300ms ease;
}



.card .img {
    margin-bottom: 10px;
    height: 165px;
}

.events-section {
    padding-bottom: 40px;
}

.events-section .card {
    /* height: 370px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.events-section .event-pipes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}

.events-section .event-pipes a {
    color: #fff;
    display: flex;
    font-size: 23px;
    width: 50%;
    border: 12px solid #fff;
    padding: 12px 15px;
    border-radius: 25px;
    font-weight: 300;
    align-items: center;
    justify-content: space-between;
}

.events-section .event-pipes a i.fal {
    margin-right: 10px;
    width: 40px;
    text-align: center;
}

.events-section .event-pipes a i.fa-chevron-right {
    margin-left: auto;
    margin-right: 0;
}

.club-meeting h2 {
    font-weight: 300;
}

.club-meeting h2 span {
    color: #fab82c;
    font-weight: 900;
    margin-right: 10px;
}

.text-icon {
    display: flex;
    align-items: flex-start;
    margin-left: 8%;
    margin-bottom: 10px;
}

.text-icon i {
    border: 2px dotted #fab82c;
    padding: 10px;
    font-size: 25px;
    border-radius: 12px;
    color: #fab82c;
    margin-right: 15px;
    width: 52px;
}

.text-icon p {
    text-align: left;
    text-transform: capitalize;
}

.text-icon p.meeting-day-time {
    width: 150px;
}


.advt-block {
    padding: 0;
    overflow: hidden;
    border: 1px solid #fab82c;
}

.advt-block img {
    width: 100%;
    height: 100%;
}




/**Club Members**/
.club-members {
    background-color: #fff;
    padding: 60px 0 30px;
    margin: 0;
}

.club-members .row {
    align-items: center;
    display: flex;
}

.club-members .dignitaries h2 {
    border-left: 5px solid;
    padding-left: 15px;
    color: #ffc107;
    font-weight: bold;
}

.club-members .dignitaries span {
    color: #333;
    font-weight: 400;
    font-size: 19px;
    position: relative;
    bottom: -4px;
    display: block;
    /* clear: both; */
    line-height: 1.2;
}

.member-profile-box {
    background-color: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    flex-direction: row;
}

.member-profile-box .member-pic {
    border-radius: 50%;
    overflow: hidden;
    height: 190px;
    width: 190px;
    box-shadow: 2px 5px 0px 0px #fecc00;
}

.member-profile-box .member-pic img {
    height: 100%;
}

.member-profile-box .member-profile {
    text-align: left;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
    width: calc(100% - 200px);
}

.member-profile-box .member-profile .member-name h2 {
    font-weight: 300;
    border-bottom: 1px solid #fab82c;
    padding-bottom: 5px;
    font-size: 28px;
}

.member-profile-box .member-profile .member-name h2 a {
    color: #000717;
}

.member-profile-box .member-profile .member-name .member-post {
    color: #808080;
    font-size: 14px;
}

.member-profile-box .member-profile .member-profile-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-profile-box .member-profile .member-profile-footer .member-social-links a {
    color: #fab82c;
    margin-right: 15px;
}

.member-profile-box .member-profile .member-profile-footer .member-know-more {
    font-size: 14px;
}

.member-profile-box .member-profile .member-profile-footer .member-know-more:hover {}

/**Inner Banner**/
#page-banner {
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
    text-align: left;
    background-color: #000000;
    margin-bottom: 18px;
}


.page-banner-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-banner-cont h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 300;
}


.page-banner-cont nav {
    display: none;
}

/*Projects*/
.projects-wrapper h3 {
    margin-bottom: 40px;
}

.projects-wrapper .projects-count {}

.projects-wrapper .count-value {
    display: block;
    width: 50px;
    height: 48px;
    background-color: #ffe000;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 48px;
    font-size: 20px;
}

.projects-wrapper {
    margin-bottom: 35px;
}

.projects-wrapper .projects-txt {}

.ui-autocomplete {
    background-color: #eee;
    padding: 20px;
    width: 455px;
    height: 500px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px 2px #00000012;
}

.menu-bar {
    display: none;
}

.event-cont .col-lg-2 .btn {
    padding: 0.5rem 1rem !important;
    height: 31px !important;
    margin-top: 4px !important;
}

.single-event-list .event-cont a {
    margin-right: 10px !important;
    margin-top: 4px !important;
}

/*Chapter 21-04-2022*/


/*Activities*/
.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities-list .card {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.activities-list .card a {
    transition: all 200ms ease;
}

.activities-list .card:hover a {
    transform: scale(1.1);
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .30) !important;
}

.activities-list .card .card-footer {
    padding: 1em 2em !important;
    background-color: transparent;
}

.activities-list .card .card-footer i {
    color: #ffc107;
}

 

.activities-list .card .card-img {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
    background-size: cover;
    background-position: top center;
}

.activities-list .card .card-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


.activities-list .card .card-text {
   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities-list .card .card-text * {
    font-size: 14px !important;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.activities-loop {
    display: flex !important;
    width: inherit !important;
    flex-wrap: wrap;
}

.activities-loop .card {
    margin-bottom: 0;
}


.card-holder .leader-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 5px 16px 0px #afd6ff;
    margin-top: 0;
}

.card-holder .leader-img img {
    width: 100%;
}

.card-holder .title {
    text-align: center;
}

.activities-loop.fix-height .card {
    height: 300px;
    justify-content: center;
    text-align: center;
}

.share-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.share-text {
    position: relative;
    height: 25px;
    width: 70px;
}

.share-text .btn {
    position: absolute;
    bottom: -20px;
    display: none;
    padding: 0;
    text-align: left;
    color: #2196f3;
    font-size: 12px;
    left: 50%;
    margin-left: -30px;
}

.share-text .btn:hover {
    transform: scale(1);
}

.share-text:hover .btn {
    display: block;
}

.share-text #div_copied {
    position: absolute;
    bottom: -55px;
    background-color: #eee;
    padding: 2px 8px;
}


.act-detail-wrapper {}

.act-detail-wrapper .act-det-header {}

.act-detail-wrapper .act-det-header h4 {}

.act-detail-wrapper .act-category h4 {
    margin-bottom: 0;
}

.act-detail-wrapper .fal {
    margin-right: 10px;
}

.act-detail-sidebar {
    margin-bottom: 30px;
}


.act-detail-sidebar .sidebar-title {
    font-size: 18px;
}

.act-detail-sidebar .sidebar-title .fal {
    width: 35px;
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #ffc107;
}

.act-detail-sidebar .sidebar-desc {
    margin-left: 40px;
}


.act-gallery {
    display: flex;
}

.act-gallery>span {
    height: 200px;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    width: 20%;
    transition: all 300ms ease;
}

.act-gallery>span a {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: top;
}

.act-gallery>span a img {
    display: block;
    height: 100%;
}

.act-gallery>span:hover {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45) !important;
}

.act-gallery>span br {
    display: none;
}

.chapterName {
    position: absolute;
    top: 0;
    left: 3em;
    font-size: 20px;
    background-color: #ffb100;
    color: #fff;
    padding: 6px 12px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.act-chapter {
    position: absolute;
    bottom: 0;
    background-color: #ffb100;
    padding: 4px 10px;
    color: #fff;
}

.no-data-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.currently-loading {
    background-image: url(../../images/rolling.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
}

.div-share {
    float: right;
    position: relative;
}

.div-share:hover #sidebar {
    display: block !important;
}

#sidebar {
    position: absolute;
    padding-top: 9px;
    left: -2px;
}

#sidebar a {
    color: #ff9800;
    display: block;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
}

#sidebar a i {
    font-size: 25px;
}

#div_copied {
    position: absolute;
    z-index: 9999;
    right: 100%;
    top: -1px;
    margin-right: 10px;
    background-color: #222;
    padding: 0px 8px;
    border-radius: 7px;
    color: #f3f3f3;
}


/**Responsive**/
@media only screen and (max-width: 1199px) {
    .club-members .row {
        flex-wrap: wrap;
    }

    .dignitaries {
        margin-bottom: 20px;
        text-align: center;
    }

    .club-members .dignitaries h2 {
        border-left: 0;
        padding-left: 0;
        display: inline-block;
        position: relative
    }

    .club-members .dignitaries h2:before {
        content: '';
        height: 2px;
        width: 40px;
        background: #ccc;
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 991px) {

    body {
        padding-top: 150px;
    }

    header .top-boxes i {
        border: 0;
        padding: 0;
        font-size: 16px;
        border-radius: 12px;
        color: #fab82c;
        margin-right: 5px;
    }

    .map-box,
    .card-boxes {
        width: 100%;
    }


    .club-members .row {
        flex-direction: column;
        align-items: stretch;
    }

    .activities-loop span {
        width: 50%;
    }

    .main-nav .logo img {
        width: 120px;
        top: 5px;
    }

    header {
        height: 72px;
    }

    .menu-bar {
        display: block;
        z-index: 10;
        color: #9f9f9f;
    }


    .menu-bar input {
        display: none;
    }

    .main-nav nav {
        position: fixed;
        margin-left: -320px;
        top: 0;
        bottom: 0;
        background-color: #000;
        left: 0;
        width: -320px;
        transition: all 200ms ease-in-out;
        overflow-y: scroll;
        /* margin-top: 198px; */
        flex-direction: column;
        padding-top: 80px;
        z-index: 9;
    }


    .main-nav.toggleNav nav {
        margin-left: 0;
        width: 100%;
    }

    .main-nav.toggleNav nav div {
        width: 100%;
    }

    .main-nav nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-top: 50px!important; */
    }

    .main-nav nav ul li {
        display: block;
    }

    .main-nav nav ul li a {
        color: #fff;
    }



    .main-nav nav>ul>li>a:hover:before,
    .main-nav nav>ul>li>a.active:before {
        background-color: #2b2a29;
    }

    .main-nav nav ul li a:before {
        bottom: 0;
    }

    .main-nav nav ul ul {
        justify-content: center;
        align-content: center;
        width: 100%;
        top: 0 !important;
        /* height: 50vh; */
        opacity: 1;
        visibility: visible;
        position: relative !important;
        display: block !important;
    }

    .main-nav nav ul ul li a {
        color: #333333;
    }

    header .top-bar .top-bg-orange {
        padding-left: 0;
    }

    .welcome-txt {
        display: none;
    }

    .download-app .downld-text {
        display: none;
    }

    .download-app span {
        display: none;
    }

    .top-form-inputs {}


    /**/
    /*header .top-boxes {
        display: none;
    }*/
    header .top-boxes {
        justify-content: space-evenly;
        background-color: #f1f1f1;
        padding: 5px 10px;
    }

    header .top-boxes .top-box {
        margin-left: 0;
        font-size: 13px;
    }


    header .top-bar-two-inner {
        display: block;
    }

    header #div_Upperlogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5em 1.5em 0.5em .5em;
    }

    header .top-bar-two {
        padding: 0;
    }

    .count-box-one:before {
        display: none
    }

    .club-meeting h2 span {
        display: block;
    }

    .card {
        margin-bottom: 0.75em;
    }

    .activity-counts {
        margin-bottom: 0.75em;
    }

    .activity-counts .container {
        flex-wrap: wrap;
    }

    .activity-counts .count-box-one {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        border-radius: 15px;
        margin-top: 0.75em;
    }

    .social-icons {

        position: fixed;
        display: flex;
        flex-direction: column;
        top: 50%;
        right: 0;
    }

    .social-icons li a {
        background-color: #fab82c;
        font-size: 17px;
        width: 30px;
        height: 30px;
        line-height: 31px;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 50%;
        color: #fff;
    }

    /**/
    .activity-counts .count-box-two {
        justify-content: space-evenly;
        width: 100%;
        flex-direction: row;
        margin: 35px 0 25px 0;
    }

    .events-section .d-flex {
        flex-direction: column;
    }

    .events-section {
        padding-bottom: 15px;
    }

    .events-section .card {
        height: auto;
    }

    .text-icon {
        margin-left: 0;
    }

    .events-section .event-pipes a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .events-section .event-pipes a {
        width: 100%;
    }

    .activities-loop span {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .member-profile-box {
        align-items: center;
        flex-direction: column;
    }

    .member-profile-box .member-profile {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    .member-profile-box .member-profile .member-profile-footer {
        margin-top: 15px;
    }

    .member-profile-box .member-profile .member-name h2 {
        font-size: 20px;
    }

    .activity-counts .count-box-one {
        display: flex;
        flex-direction: column;
    }

    .count-box {
        padding-bottom: 0;
        width: 100%;
    }

    .count-box:nth-last-child(1) {
        padding-bottom: 35px;
    }

    header .top-bar .top-dropdown .form-control {
        padding: 4px 10px;
    }

    header .top-bar .top-dropdown .form-control,
    header .top-bar .top-dropdown a.btn {
        width: 110px;
        font-size: 14px;
    }



    .box-section .card {
        height: auto;
    }

    .member-profile-box .member-profile .member-profile-footer {
        justify-content: center;
    }
}