
.three-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 115px);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.screen-reader-text {
    display: none;
}

.navigation.pagination .nav-links .page-numbers.current {
    background-color: #73926f;
    padding: 6px 10px;
    border-radius: 50%;
    color: #fff;
}

.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
    display: none;
}

.navigation.pagination .nav-links .page-numbers {
    color: #444;
    font-size: 16px;
    line-height: 30px;
    margin-left: 13px;
    margin-right: 13px;
    padding: 6px 10px;
}

#menu-main-menu li ul li {
    margin: 0 !important;
}

#menu-main-menu li ul li ul {
    left: 211px;
    top: -1px;
    width: 100%;
}

.form-group.col-12.btn-captcha {
    display: flex;
    justify-content: left;
}

.social-icons {
    margin-top: 65px;
}

.addtoany_list a span {
    border-radius: 0px !important;
    padding: 10px;
}

.addtoany_list .a2a_button_facebook span {
    background-color: #3c5a9a !important;
}

.addtoany_list .a2a_button_twitter span {
    background-color: #32ccfe !important;
}

.addtoany_list .a2a_button_pinterest span {
    background-color: #fe0000 !important;
}

.addtoany_list .a2a_button_linkedin span {
    background-color: #2866b3 !important;
}

/*Additional Style*/
.blk-link {
    pointer-events: none;
}
.blk-link i {
    display: none;
}
.acc-box:not(:last-child) {
    margin-bottom: 40px;
}
.acc-box h3 {
    font-size: 30px;
    margin: 30px 0 20px;
}
.faq .acc-box .panel-heading a[aria-expanded="true"]:before {
    content: "\f106";
}
.acc-list h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.acc-list p {
    line-height: 1.5;
}

@media(min-width: 992px){
    .fl-img {
        float: right;
        width: 50%;
        margin: 0 auto 20px;
    }
}
@media(max-width: 991px){
    .fl-img {
        margin: 20px 0;
    }
    .fixed-top {
        top: 46px !important;
    }
}

@media(max-width: 820px){
	#is-search-input-1976{
		height: 25px !important;
		margin-bottom:30px;
	}
}

@media screen and (max-width: 600px){
    .acc-box h3 {
        font-size: 20px;
    }
}

.read-more-btn { 
    color: #73926f;
    margin-top: 10px;
}
.et-text {
    overflow: hidden;
    height: 95px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
     transition:all 0.2s linear;
}

.et-text.large {
	height: auto !important;
}
#membership-sections1 .member-item,
#membership-sections2 .member-item,
#membership-sections3 .member-item  {
    display: none;
}

/* jan 26 2022 */

.fixed-top {
	top: 50px;
}
.container-fluid.wrapper {
    background-color: #73926f;
    text-align: center;
    padding: 10px;
	position: fixed;
    top: 0;
    z-index: 16;
}

.container-fluid.wrapper a:nth-child(2)::before {
content: "";
border-left: 1px solid #fff;
    padding-right: 15px;
		-webkit-transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);

}
.container-fluid.wrapper a:nth-child(2) {
padding-left:15px;
    display: flex;
/*     pointer-events: none; */
}
.container-fluid.wrapper .row p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
    line-height: 1.9;
    word-wrap: break-word;
}
.container-fluid.wrapper .row {
	justify-content: center;
}

.container-fluid.wrapper a:nth-child(1) {
padding-right: 5px;
	pointer-events: none;
}

.container-fluid.wrapper .col-12 {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 575px) {
.fixed-top {
    top: 44px !important;
}
}

@media(max-width: 767px){
	.ty-br{
		display: none;
	}
}




