/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.page-footer {
    position: relative;
    padding-top: 0;
    z-index: 1;
}

.footer-logo {
    max-width: 230px;
    margin: 0 auto;
}

.footer-social ul li:before {
    display: none;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 30px 0;
}

.footer-social ul li {
    padding: 0;
    margin: 0 7px;
}

.footer-social ul li a {
    width: 43px;
    height: 43px;
    background-color: #05B5C8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border: none;
    transition: all ease 0.3s;
    font-weight: 400;
}

.footer-social ul li a i.icon-X {
    font-size: 18px;
}

.footer-info-col h3 {
    font-size: 17px;
    font-weight: 700;
    color: #28303C;
    margin: 0;
    padding: 0 0 10px 0;
}

.footer-info-col p {
    position: relative;
    padding: 0 0 15px 32px;
    font-size: 15px;
}

.footer-info-col p i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #0062AB;
    font-size: 16px;
}

.footer-info-col i.icon-Map-pin {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0062AB;
}

.footer-info-col p a {
    color: #28303C;
    border: none;
    font-weight: 400;
}

.footer-info-col p span {
    font-weight: 700;
}

.footer-info-col {
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DDE8F8;
}

.footer-info-col:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    padding: 23px 0 36px;
    background-color: rgba(221,232,248,0.35);
}

.footer-bottom-link ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-link ul li {
    padding: 0;
    margin: 0 18px 3px 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #424B5A;
}

.footer-bottom-link ul li:last-child {
    width: 100%;
    margin: 0;
}

.footer-bottom-link ul li:before {
    display: none;
}

.footer-bottom-link ul li a {
    border: none;
    font-size: 15px;
    color: #424B5A;
    font-weight: 400;
}

.backtop-btn {
    margin-top: 20px;
}

.backtop-btn a {
    font-size: 15px;
    color: #058D9B;
    font-weight: 700;
    text-align: center;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-bottom: none;
}

.backtop-btn a span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    box-shadow: 0 0 10px rgba(14,35,67,0.26);
}

.backtop-btn a span i {
    width: 23px;
    height: 23px;
    background: #05B5C8;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-footer-curve {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
}

.footer-top {
    position: relative;
    z-index: 1;
    top: -5px;
}

.footer-info-details{
    display: flex;
}

.footer-info-details p{
    padding-left: 12px;
    padding-top: 0;
}

.footer-info-details a{
    border: none;
    margin-left: 12px;
    font-size: 15px;
    margin-bottom: 12px;
}

@media(min-width: 768px) {
    .footer-info-col {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer-info-col-left {
        width: 50%;
    }

    .footer-info-col-right {
        width: 50%;
    }

    

    .footer-logo-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .footer-logo {
        max-width: 332px;
        margin: 0;
    }

    .footer-social ul {
        margin: 0;
    }

    .footer-social ul li:last-child {
        margin-right: 0;
    }

    .footer-social ul li:first-child {
        margin-left: 0;
    }

    .page-footer-curve {
        top: -34px;
    }

    .footer-bottom-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .footer-bottom {
        padding: 16px 0 13px;
    }

    .backtop-btn {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -28px;
    }

    .footer-info-col:last-child {
        border: none;
    }

    .footer-info-details{
        font-size: 15px;
    }

    .footer-info-details i{
        margin-bottom: 12px;
    }

    .footer-info-details p{
        padding-left: 15px;
    }
}


@media(min-width: 1200px) {
    .footer-logo {
        max-width: 342px;
        margin: 0 61px;
    }

    .footer-logo-flex {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-info-details{
        align-items: center;
        flex-direction: column;
    }

    .footer-link ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .footer-link ul li:before {
        display: none;
    }

    .footer-link ul li {
        padding: 0;
        margin: 0 40px 0 0;
    }

    .footer-link ul li:last-child {
        margin: 0;
    }

    .footer-link{
        padding: 18px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 10px rgba(221, 232, 248,1);
        margin-bottom: 47px;
    }

    .footer-info-col {
        display: block;
    }

    .footer-info-col p i {
        display: block;
        position: relative;
        margin-bottom: 12px;
    }

    .footer-info-col p {
        padding: 5px 0 15px 0 !important;
        text-align: center;
    }

    .footer-info-col {
        text-align: center;
        width: 33.333%;
        padding: 0;
        margin: 0;
        border-bottom: none;
        border-right: 1px solid #DDE8F8;
    }

    .footer-info-col h3 {
        font-size: 20px;
    }

    .footer-info-col p i.icon-Fax {
        font-size: 18px;
    }

    .footer-info {
        display: flex;
        justify-content: space-between;
    }

    .footer-info-col-left {
        width: 100%;
    }

    .footer-info-col-right {
        width: 100%;
    }

    .footer-bottom {
        padding: 16px 0;
        margin-top: 55px;
    }

    .footer-bottom-link ul li:last-child {
        width: auto;
    }

    .footer-bottom-wrapper {
        justify-content: center;
    }

    .backtop-btn {
        top: -38px;
    }

    .page-footer-curve {
        top: -54px;
    }

    .page-footer {
        padding-top: 0;
    }

    .footer-top {
        top: -40px;
        margin-bottom: -15px;
    }

    .footer-social ul li a:hover {
        background-color: #0062ab;
    }

    .footer-info-col p a:hover {
        color: #0062ab;
    }

    .backtop-btn a:hover span i {
        background: #0062ab;
    }

    .backtop-btn a:hover {
        color: #0062ab;
    }

    .footer-bottom-link ul li a:hover {
        color: #0062ab;
    }
}

@media(min-width: 1300px) {
    .footer-link ul li {
        margin: 0 64px 0 0;
    }

    .page-footer-curve {
        top: -62px;
    }
}

@media(min-width: 1600px) {
    .page-footer-curve {
        top: -67px;
    }
}


@media(min-width: 1920px) {
    .page-footer-curve {
        top: -67px;
    }
}

@media(min-width: 2100px) {
    .page-footer-curve {
        top: -77px;
    }
}


@media(min-width: 2400px) {
    .page-footer-curve {
        top: -87px;
    }
}


@media(min-width: 2500px) {
    .page-footer-curve {
        top: -95px;
    }
}