h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Montserrat", serif !important;
}

body {
    font-family: "Montserrat", serif !important;
}

.marquees-wrapper {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.heroTextContents {
    position: absolute;
    top: 25%;
    left: 13%;
    z-index: 99;
}

.marquees-wrapper::before {
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    width: 85%;
    height: 100%;
    content: "";
    z-index: 2;
    left: 0;
    background: linear-gradient(to left, rgba(251, 251, 251, 0) 10%, rgb(254, 254, 254)46.00000000000001%, rgb(255, 251, 249) 70%);
}

.associationsPage {
    padding-top: 100px;
}

.marquee {
    --gap: 1rem;
    margin-block: 10px;
    display: flex;
    gap: var(--gap);
    overflow: hidden;
    user-select: none;
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
}

.scroll {
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* .marquee-2 .scroll {
  animation: scroll 25s linear infinite reverse;
} */
.associationHeroHeading {
    color: #363636;
    font-size: 50px;
    font-weight: 700;
}

.associationHeroTextContents {
    padding-left: 10%;
}

.getWebsiteButton {
    margin-top: 25px;
}

.associationJoinNowButton {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 50px !important;
    background: linear-gradient(156deg, #F9A71C 0%, #D71F2A 100%);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    margin-top: 35px;
}

.associationJoinNowButtonContents:hover .associationJoinNowButton span {
    transform: translateX(20%);
}

.associationJoinNowButton span {
    transition: transform 0.5s ease-out;
}

.associationJoinNowButton:hover {
    border-radius: 50px !important;
    color: #fff;
}

.blockText {
    display: block;
}

.benefitBladeOne img,
.benefitBladeTwo img,
.benefitBladeThree img {
    max-width: 100px;
}

.directories {
    padding: 20px 15px 10px 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
}

.whyAssociationHeading,
.benefitHeading {
    color: #363636;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 44px;
}

.benefitHeading {
    padding-bottom: 50px;
}

.whyAssociations {
    background-color: #FFF9EF;
    padding: 100px 0;
}

.benefitsSection {
    background-color: #FFF;
    padding: 100px 0;
}

.directoryText h6 {
    color: #1B3D6E;
    font-size: 25px;
    font-weight: 600;
}

.directoryText a {
    color: #EA6824;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.whyMcLinks span {
    padding-left: 5px;
}

.whyAssociationsContents {
    width: 68%;
    margin: auto;
}

.directoryOne .directoryImg,
.directoryFour .directoryImg {
    width: 42%;
}

.directoryOne .directoryText,
.directoryFour,
.directoryText {
    width: 58%;
}

.whyAssociationsBladeOne,
.whyAssociationsBladeTwo {
    gap: 70px;
    margin-bottom: 44px;
}

.directoryOne {
    width: 56%;
}

.directoryTwo {
    width: 44%;
}

.directoryThree {
    width: 53%;
}

.directoryFour {
    width: 47%;
}

.directoryFive {
    width: 70%;
    margin: auto;
}

.directoryTwo .directoryImg,
.directoryTwo .directoryText,
.directoryThree .directoryImg,
.directoryThree .directoryText {
    width: 50%;

}

.directoryFive .directoryImg,
.directoryFive .directoryText {
    width: 100%;
}

.directoryFive .directoryText {
    padding-top: 34px;
}

.benefitDescription {
    padding-top: 20px;
    color: #363636;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.3px;
    width: 90%;
    margin: auto;
}

.benefitBladeOne,
.benefitBladeTwo,
.benefitBladeThree {
    text-align: center;
}

.benefitBladeOneContents,
.benefitBladeTwoContents,
.benefitBladeThreeContents {
    width: 81%;
    margin: auto;
}

.benefitBladeTwo,
.benefitBladeOne {
    border-right: 2px solid #D7D7D7;
}

/* .benefitBladeOne,.benefitBladeTwo{
    padding:25px;
    border-radius: 18px;
    border: 1px solid #D4D4D8;
    background:#FFF; 
    width:100%;
    text-align: center;
} */
/* .benefitBlades{
    gap:25px;
} */
.benefitsSectionContents {
    width: 80%;
    margin: auto;
}

.directoryImg {
    padding: 20px 15px 40px 0;
    align-items: center;
}

.directories a {
    margin-bottom: 20px;
}

.headerJoinNow {
    padding: 8px 31px;
    border-radius: 29px !important;
    background: linear-gradient(156deg, #F9A71C 0%, #D71F2A 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.cta-wrapper a {
    text-transform: capitalize !important;
}

.search_open img {
    width: 22px;
}

.headerJoinNow:hover {
    color: #fff;
    border-radius: 29px;
}

.cta-wrapper {
    gap: 20px;
}

.associationsSearch input {
    border-radius: 6px;
    border: 1px solid #AFAFAF;
    background: rgba(255, 249, 239, 0.60);
    padding: 8px 30px 7px 10px;
}


.associationSearchimg {
    position: absolute;
    right: 15px;
    top: 10px;
}

.cta-wrapper .search_item {
    display: none;
}

.mblLoginButton {
    margin-bottom: 10px;
}

.mc-border-btn {
    color: #363636;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize !important;
}

.logo-img {
    width: 140px;
}

.header-nav {
    padding: 20px 0;
}

.whyMcLinks a:hover .whyMcArrow {
    transform: translateX(20%);
}

.whyMcArrow {
    transition: 0.5s ease;
}

@media only screen and (max-width:1600px) {
    .whyAssociationsContents {
        width: 85%;
    }

    .directoryText h6 {
        font-size: 26px;
    }

    .associationSearchimg {
        top: 7px;
    }

    .associationsPage {
        padding-top: 88px;
    }
}

@media only screen and (max-width:1420px) {

    .whyAssociationHeading,
    .benefitHeading {
        font-size: 30px;
    }

    .ecosystemCarousal .slick-dots {
        bottom: -13%;
    }

    .whyAssociations,
    .benefitsSection {
        padding: 75px 0;
    }

    .benefitDescription {
        font-size: 24px;

    }

    .benefitsSectionContents {
        width: 80%;
    }

    .whyAssociationsContents {
        width: 95%;
    }

    .associationsPage .ecosystemHeading {
        font-size: 30px;
        width: 90%;
        margin: auto;
    }

    .associationHeroHeading {
        font-size: 42px;
    }

    .associationHeroTextContents {
        padding-left: 7%;
    }

    .benefitDescription {
        font-size: 20px;
    }

    .benefitsSectionContents {
        width: 95%;
    }
}

@media only screen and (max-width:1350px) {
    .associationsSearch {
        display: none;
    }

    .cta-wrapper .search_item {
        display: block;
    }

    .cta-wrapper .search_form {
        right: 273px !important;
    }
}

@media only screen and (max-width:1200px) {

    .directoryTwo,
    .directoryThree,
    .directoryOne,
    .directoryFour {
        width: 100%;
    }

    .directoryOne .directoryText,
    .directoryFour,
    .directoryText {
        width: 100%;
    }

    .directoryOne .directoryImg,
    .directoryFour .directoryImg {
        width: 100%;
    }

    .directoryText h6 {
        font-size: 23px;
    }

    .logo-img {
        width: 110px;
    }

    .cta-wrapper .search_form {
        min-width: 60% !important;
    }

    .benefitDescription {
        width: 100%;
        line-height: 25px;
    }
}

@media only screen and (max-width:1120px) {
    .cta-wrapper .search_form {
        right: 265px !important;
    }
}

@media only screen and (max-width:1300px) {

    .whyAssociationsBladeOne,
    .whyAssociationsBladeTwo {
        gap: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1200px) {
    .headerJoinNow {
        padding: 5px 10px;
        font-size: 14px;
        min-width: 100px;
        text-align: center;
    }

    .associationHeroHeading {
        font-size: 35px;
    }
}
@media (min-width: 769px) and (max-width:992px){
    .header-nav .mc-border-btn {
        padding: 6.5px 18px !important;
        font-size: 12px !important;
    }
    .headerJoinNow {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }
    .search_wrapper {
        gap: 9px !important;
    }
    .search_toggle {
        max-width: 26px !important;
    }
    .cta-wrapper {
        margin: 0 4px !important;
    }
    .header-nav .navbar-nav .nav-link {
        margin: 0 8px !important;
    }

}
@media only screen and (max-width:991px) {
    .header-nav .mc-border-btn {
        padding: 5px;
        font-size: 12px;
        min-width: 80px;
    }

    .header .input-group {
        width: 500px;
        min-width: 100px;
    }

    #searchKeyword::placeholder {
        font-size: 14px;
    }
}

@media only screen and (max-width:1000px) {
    .benefitsSectionContents {
        width: 100%;
    }

    .benefitDescription {
        font-size: 18px;
    }

    .cta-wrapper .search_form {
        right: 230px !important;
    }

    .directoryImg {
        max-width: 150px;
        max-height: 150px;
    }
}

@media only screen and (max-width:865px) {
    .header .input-group {
        width: 430px;
    }
}

@media only screen and (max-width:850px) {

    .whyAssociationsBladeOne,
    .whyAssociationsBladeTwo {
        flex-direction: column;
    }

    .cta-wrapper .search_form {
        right: 204px !important;
    }

    .directoryFive {
        width: 100%;
        margin: auto;
    }

    .benefitBlades {
        flex-direction: column;
    }

    /* .benefitBlades{
        flex-wrap:wrap;
    } */
    .benefitBladeOne,
    .benefitBladeTwo,
    .benefitBladeThree {
        border: none;
    }

    .benefitBladeOneContents,
    .benefitBladeTwoContents,
    .benefitBladeThreeContents {
        padding-bottom: 20px;
        display: flex;
    }

    .benefitDescription {
        padding-left: 10px;
    }

    .benefitsSection {
        padding: 50px 0;
    }
}

@media only screen and (max-width:767px) {
    .sliding-background {
        background: url('http://dev.marketcentral.in/associations/images/associationSliderMblImg.webp') repeat-x !important;
        min-height: 400px !important;
    }

    .associationsPage {
        padding-top: 78px;
    }

    .whyAssociations,
    .benefitsSection {
        padding: 30px 0;
    }

    .benefitHeading {
        padding-bottom: 25px;
    }

    .directoryText {
        padding-right: 5px;
    }

    .logo-img {
        width: 105px;
    }

    .header .form-control {
        background-color: transparent !important;
    }

    .header .form-control::placeholder {
        color: #363636;
        font-size: 16px;
        font-weight: 600;
    }
}

@media only screen and (max-width:764px) {
    .benefitBlades {
        flex-direction: column;
    }

    .whyAssociationHeading,
    .benefitHeading,
    .associationsPage .ecosystemHeading {
        font-size: 25px;
        width: 90%;
        margin: auto;
    }

    .associationHeroHeading {
        margin-top: 20px;
        font-size: 25px;
    }

    .associationHeroTextContents {
        padding-left: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .associationHeroHeading {
        text-align: center;
    }

    .mainImageSlider {
        margin-bottom: 0;
        background-color: #FFFBF9;
    }
}

@media only screen and (max-width:500px) {
    .directories {
        padding: 20px 5px 10px 18px;
    }

    .directoryText h6 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .directoryImg img {
        max-width: 120px;
        max-height: 120px;
    }
}

@media only screen and (max-width:450px) {

    .benefitBladeOneContents,
    .benefitBladeTwoContents,
    .benefitBladeThreeContents {
        display: unset;
        padding-left: 0;
    }

    .benefitDescription {
        padding-bottom: 20px;
    }

    .benefitBladeOne,
    .benefitBladeTwo,
    .benefitBladeThree {
        max-width: 300px;
        margin: auto;
    }
}

@media only screen and (max-width:350px) {
    .directoryImg img {
        max-width: 100px;
        max-height: 100px;
    }
}