.jerDubaiLink a {
    position: relative;
    display: inline-block;
    color: #3fc2f3;
    text-decoration: underline;
    z-index: 9;
    cursor: pointer;
    font-weight: 600;
}

.jerDubaiLink a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffd5ab;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.jerDubaiLink a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.jerDubaiLink a:hover {
    color: #ffd5ab;
    text-decoration: none;
    transition: transform 0.3s ease-out;

}

.container {
    max-width: 1528px;
    margin: 0 auto;
}

.jerWrapper {
    padding: 0 24px;
}

.footerSection {
    background: 5F4A6C;
    padding: 148px 0px 50px;
}

.footerContFlex {
    border: solid 1px #5F4A6C;
    border-radius: 40px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
}

.footerInner {
    width: 33%;
    padding: 70px;
    border-left: solid 1px #5F4A6C;
}

.footerInner:first-child {
    border-left: none;
}

.footerContFlex h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'MeganDisplay';
    color: #ffd5ab;
    font-weight: 500;
}

.footerInner p {
    padding-top: 30px;
    color: #FFD5AB;
}

.footerInner ul {
    padding: 30px 0px 0px 20px;
    margin: 0px;
}

.footerInner ul li {
    color: #FFD5AB;
}

.footerInner ul li a {
    padding: 10px;
    text-decoration: none;
    color: #FFD5AB;
    display: flex;
    transition: 0.3s all;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.footerInner ul li a:hover {
    /* padding: 10px; */
    text-decoration: none;
    color: #55C2F4;
    transition: 0.3s all;
}

.footerSocialLinks li {
    list-style: none;
}

.footerInner p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
}

.celebratingUrduFooterTxt {
    padding: 60px 0px;
}

.celebratingUrduFooterTxt img {
    width: 100%;
}

.footerCopyRightSection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}

.copyrightText p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.bottomFooterLinks ul {
    display: flex;
}

.bottomFooterLinks ul li {
    margin-left: 30px;
    text-transform: uppercase;
    list-style: none;
    position: relative;
}

.bottomFooterLinks ul li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.bottomFooterLinks ul li a:hover {
    color: #55C2F4;
}

.bottomFooterLinks ul li a::before {
    background: #D9B297;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -18px;
    top: 7px;
    content: '';
    border-radius: 20px;
}

.footerSection.jerWrapper {
    padding: 156px 24px 36px 24px;
}

.footerInner ul.footerSocialLinks {
    padding-left: 0px;
}

.footerSocialLinks li a span:nth-child(even) {
    padding-left: 12px;
}

.footerSocialLinks li a span:nth-child(odd) {
    font-size: 28px;
}

.footerGap .footerCopyRightSection {
    padding-bottom: 0px;
}

@media screen and (max-width: 1366px) {
    .jerWrapper {
        padding: 0 24px;
    }
}

@media screen and (max-width: 1024px) {
    .footerInner {
        padding: 25px;
    }

    .footerCopyRightSection {
        justify-content: center;
    }

    .bottomFooterLinks {
        margin-top: 24px;
    }

    .copyrightText {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footerInner {
        padding: 20px;
    }

    .footerContFlex h3 {
        font-size: 22px;
    }

    .jercontactInfo ul {
        flex-wrap: wrap;
    }

    .jercontactInfo ul li {
        flex: 0 0 100%;
        text-align: center;
    }

    .footerCopyRightSection {
        text-align: center;
    }

    .copyrightText {
        flex: 0 0 100%;
    }

    .bottomFooterLinks {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .bottomFooterLinks ul {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: space-around;
        margin-left: 0px;
        padding: 0;
    }

    .bottomFooterLinks {

        display: flex;
        justify-content: space-between;
        flex: 0 0 100%;
    }

    .bottomFooterLinks ul li a::before {
        left: -35px;
    }

    .footerSection.jerWrapper {
        padding: 100px 24px 50px 24px;
    }
}

@media screen and (max-width: 550px) {
    .footerContFlex {
        display: block;
    }

    .footerInner {
        width: auto;
    }

    .footerInner {
        padding: 40px;
        border-top: solid 1px #5F4A6C;
        border-left: none;
    }

    .footerContFlex .footerInner:first-child {
        border-top: none;
    }

    .bottomFooterLinks ul li a {
        font-size: 12px;
    }

    .bottomFooterLinks ul {
        flex-wrap: wrap;
    }

    .bottomFooterLinks ul li a::before {
        left: -11px;
    }

    .copyrightText p {
        font-size: 12px;
        line-height: 18px;
    }

    .bottomFooterLinks ul li {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .footerInner p {
        padding-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .footerInner ul {
        padding: 20px 0px 0px 20px;
        margin: 0px;
    }

    .footerInner ul li a {
        padding: 5px 0px;
        font-size: 16px;
        line-height: 28px;
    }

    .footerSocialLinks li a span:nth-child(odd) {
        font-size: 20px;
        line-height: 27px;
    }

    .jercontactInfo ul li {
        padding: 20px 40px !important;
        margin: 0px;
    }

    .celebratingUrduFooterTxt {
        padding: 0px 0px;
    }

    .footerCopyRightSection {
        padding-bottom: 30px;
    }
}