/*Footer*/
footer {
    /* background: #000000; */
    background: #2b2438;
    padding: 60px 0 0;
    overflow: hidden;
}

.footer-panel1 h5 {
    text-align: left;
    font: normal normal normal 17px / 30px Inter;
    color: #FFFFFF;
    padding-bottom: 8px;
    margin: 0px;

}

.footer-panel1 p {
    text-align: left;
    font: normal 14px/21px 'Lato';
    color: #FFFFFF;
    opacity: 1;
    margin: 0px;
    font: normal normal 300 16px/21px Inter;
}

.footer-panel1 .follow-us ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer-panel1 .follow-us h5 {
    text-align: left;
    font: 400 14px/30px 'Lato';
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 10px;
    padding-right: 16px;
}

.footer-panel1 .follow-us ul li a img {
    width: 20px;
    height: 20px;
}

.footer-panel1 p a {
    color: #fff;
}

.footer-panel1 p a:hover {
    color: #ffba00;
}

.footer-panel1 ul li a:hover {
    color: #eda33f;
}

.footer-panel1 ul li a {
    text-align: left;
    font: normal normal normal 14px/30px Inter;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

footer ul {
    margin-bottom: 40px;
}

.footer-panel2 p {
    font-size: .8rem;
    color: #fff;
    text-align: right;
    margin: 0px;
    padding: 9px 0;
}

.footer-panel2 p a {
    color: #eee;
}

.follow-us footer ul {
    margin-bottom: 0px;
}

.footer-input input.form-control {
    border: 1px solid #ffffff2e;
    background: none;
    color: #fff;
}

.follow-us h3 {
    color: #fff;
    margin: 10px;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px;
    font: normal normal bold 14px/30px Lato;
}

.follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex-direction: column;
}

.follow-us h5 {
    margin: 0px;
    padding-bottom: 0px;
}

.follow-us ul li {
    display: inline-block;
}

.submit-btn {
    position: absolute;
    right: 20px;
    top: 7px;
}

.footer-input {
    position: relative;
}

.footer-input button {
    border: none;
    background: none;
}

.icon-panel {
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 999;
}

li.phone a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    list-style: none;
    -webkit-box-shadow: 1px 1px 7px #00000029;
    box-shadow: 1px 1px 7px #00000029;
}

li.pencil a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    list-style: none;
    -webkit-box-shadow: 1px 1px 7px #00000029;
    box-shadow: 1px 1px 7px #00000029;
}

.icon-panel ul li {
    list-style: none;
    margin: 10px;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.icon-panel ul li:hover {
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    -webkit-transition: .5s;
    transition: .5s;
}

li.whatsapp a {
    background: #FFC300;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    list-style: none;
    -webkit-box-shadow: 1px 1px 7px #00000029;
    box-shadow: 1px 1px 7px #00000029;
}

.follow-us ul li {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.follow-us ul li:hover {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: .5s;
    transition: .5s;
}

.mobile-footer {
    display: none;
}

.section-h2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-h2 ul li {
    width: 50%;
}

.section-h2 ul {
    margin: 0;
}

.section-h2 ul li h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
}

.section-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-link h2 {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.section-link h2:before {
    content: "";
    width: 20%;
    height: 1px;
    background: #ffffff59;
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.section-link h2:after {
    content: "";
    top: 0;
    width: 20%;
    height: 1px;
    background: #ffffff59;
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.icon-panel li a,
.icon-panel li a img {
    transition: 0.3s;
}

.icon-panel li a:hover {
    transform: translateX(-2px);
}

.icon-panel li a:hover img {
    transform: rotate(180deg);
}

/*Footer RESPONSIVE*/
@media (max-width: 1440px) {
    .footer-panel1 .follow-us ul li a img {
        width: 14px;
        height: 14px;
    }
}

/*---end css 1440----*/

@media (max-width: 1366px) {
    .footer-input input.form-control {
        font-size: 13px;
    }

    .submit-btn {
        position: absolute;
        right: 10px;
        top: 4px;
    }

    .submit-btn img {
        height: 10px;
    }

    .footer-panel1 .follow-us h5 {
        font: 400 12px/30px 'Lato';
        padding-right: 12px;
    }

    .footer-panel1 .follow-us ul li a img {
        width: 15px;
        height: 15px;
    }

}

@media (max-width: 1199px) {
    li.nav-item {
        margin: 0;
        list-style: none;
    }

    .follow-us ul li img {
        width: 22px;
    }

    .footer-input input.form-control {
        font-size: 11px;
        right: 5px;
        top: 1;
    }

    .submit-btn img {
        height: 8px;
    }

}

@media (max-width: 991px) {
    .footer-panel2 .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-panel2 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-panel2 p {
        text-align: center;
    }

    .follow-us {
        justify-content: center;
        padding: 0px 0 0;
        align-items: center;
    }

    footer .follow-us ul {
        margin-bottom: 0;
    }

    footer ul {
        margin-bottom: 40px;
    }

    .footer-panel1 p {
        text-align: center;

    }

    footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        padding: 60px 0;
    }

    .mobile-footer .footer-panel1 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-footer .footer-panel1 ul li {
        justify-content: space-between;
        width: 48%;
        /* margin-bottom: 10px; */
         /* margin-bottom: 6px; */
          margin-bottom: -8px;
        display: flex;
        border-bottom: 1px solid #1c1c1c;
        /* justify-content: center; */
        justify-content: start;
        padding-left: 30px;    /* here is the suspect */
    }

    .mobile-footer .footer-panel1 ul li:nth-child(odd) {
        margin-right: 4%;
    }

    .mobile-footer .footer-panel1 ul li:nth-child(even) {
        margin-right: 0%;
    }

    .mobile-footer .footer-panel1 ul li a {
        font: normal 16px/24px 'Inter';
        padding: 8px 0px;
        opacity: 1;
    }

    .mobile-footer .footer-panel2 ul li {
        justify-content: space-between;
        width: auto;
        margin-bottom: 10px;
        display: flex;
        border-bottom: none;
        justify-content: center;
        padding: 0px 7px;
    }

    .mobile-footer .footer-panel2 ul li:nth-child(odd) {
        margin-right: 0;
    }

    .mobile-footer .footer-panel2 ul li:nth-child(even) {
        margin-right: 0;
    }

    .footer-input {
        position: relative;
        width: 100%;
        margin: auto;
    }

    .submit-btn {
        top: 10px;
    }

    .mobile-footer .footer-input input.form-control {
        border: 1px solid #ffffff2e;
        background: none;
        font: normal 18px/30px 'Lato';
        border-radius: 0;
    }

    .mobile-footer .footer-panel2 {
        margin-bottom: 50px;
    }

}

/*----991 css end----*/

@media (max-width: 575px) {
    .footer-panel1 h2 {
        font-weight: 700;
        font-size: 1rem;
    }

    footer {
        padding: 40px 0 0;
    }

    footer ul {
        margin-bottom: 30px;
    }

    .footer-panel2 p span {
        display: block;
    }

    .mobile-footer .footer-panel2 {
        margin-bottom: 60px;
    }
}

@media (max-width: 375px) {
    .mobile-footer {
        display: block;
        padding: 40px 0;
    }

    .mobile-footer .footer-panel2 {
        margin-bottom: 50px;
    }
}


/* Modern Footer Mobile Responsive */
@media (max-width: 991px) {
    .modern-footer {
        padding: 40px 0 0;
    }

    .modern-footer .footer-logo img {
        max-width: 150px;
    }

    .modern-footer .footer-tagline {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .modern-footer .footer-section-title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .modern-footer ul li {
        margin-bottom: 8px;
    }

    .modern-footer ul li a {
        font-size: 13px;
    }

    .modern-footer .social-icons {
        gap: 12px;
    }

    .modern-footer .social-icon {
        width: 40px;
        height: 40px;
    }

    .modern-footer .social-icon svg {
        width: 20px;
        height: 20px;
    }

    .modern-footer .accreditation-box {
        padding: 12px;
        gap: 12px;
    }

    .modern-footer .accreditation-text h4 {
        font-size: 13px;
    }

    .modern-footer .accreditation-text p {
        font-size: 11px;
    }

    .modern-footer .stay-connected-box {
        padding: 15px 20px;
    }

    .modern-footer .stay-connected-title {
        font-size: 15px;
    }

    .modern-footer .stay-connected-title svg {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .modern-footer .stay-connected-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .modern-footer .email-input {
        padding: 10px 12px;
        font-size: 13px;
    }

    .modern-footer .email-submit-btn {
        padding: 10px 15px;
    }

    .modern-footer .address-item {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .modern-footer .address-item svg {
        width: 16px;
        height: 16px;
    }

    .badges-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-badge-item {
        border-right: none;
        border-bottom: 1px solid rgba(161, 2, 75, 0.2);
        padding: 15px;
    }

    .feature-badge-item:nth-child(even) {
        border-right: none;
    }

    .feature-badge-item:last-child,
    .feature-badge-item:nth-last-child(2) {
        border-bottom: none;
    }

    .badge-icon {
        width: 50px;
        height: 50px;
    }

    .badge-icon svg {
        width: 28px;
        height: 28px;
    }

    .badge-text h4 {
        font-size: 13px;
    }

    .badge-text p {
        font-size: 11px;
    }

    .feature-badges-section {
        padding: 30px 0;
        margin-bottom: 15px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom .copyright {
        font-size: 12px;
    }

    .footer-bottom .footer-links {
        gap: 15px;
    }

    .footer-bottom .footer-links a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        padding: 30px 0 0;
    }

    .modern-footer .col-lg-3 {
        margin-bottom: 30px;
    }

    .modern-footer .footer-logo img {
        max-width: 140px;
    }

    .modern-footer .footer-tagline {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .modern-footer .footer-section-title {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .modern-footer .footer-section-title::after {
        left: 0;
        width: 40px;
    }

    .modern-footer ul li {
        margin-bottom: 6px;
    }

    .modern-footer ul li a {
        font-size: 12px;
    }

    .modern-footer .social-icons {
        gap: 10px;
        margin-top: 15px;
    }

    .modern-footer .social-icon {
        width: 35px;
        height: 35px;
    }

    .modern-footer .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .modern-footer .accreditation-box {
        padding: 10px;
        gap: 10px;
        margin-top: 15px;
    }

    .modern-footer .accreditation-text h4 {
        font-size: 12px;
    }

    .modern-footer .accreditation-text p {
        font-size: 10px;
    }

    .modern-footer .stay-connected-box {
        padding: 12px 15px;
        margin-top: 15px;
    }

    .modern-footer .stay-connected-title {
        font-size: 14px;
        gap: 8px;
    }

    .modern-footer .stay-connected-title svg {
        width: 35px;
        height: 35px;
        padding: 7px;
    }

    .modern-footer .stay-connected-subtitle {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .modern-footer .email-input-group {
        gap: 8px;
    }

    .modern-footer .email-input {
        padding: 9px 10px;
        font-size: 12px;
    }

    .modern-footer .email-submit-btn {
        padding: 9px 12px;
    }

    .modern-footer .email-submit-btn svg {
        width: 18px;
        height: 18px;
    }

    .modern-footer .privacy-note {
        font-size: 10px;
        margin-top: 8px;
    }

    .modern-footer .address-box {
        padding: 0px 0 15px 0px;
        margin-top: 10px;
    }

    .modern-footer .address-item {
        font-size: 11px;
        margin-bottom: 10px;
        gap: 10px;
    }

    .modern-footer .address-item svg {
        width: 15px;
        height: 15px;
    }

    .badges-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-badge-item {
        border-right: none;
        border-bottom: 1px solid rgba(161, 2, 75, 0.2);
        padding: 12px;
    }

    .feature-badge-item:last-child {
        border-bottom: none;
    }

    .badge-icon {
        width: 45px;
        height: 45px;
    }

    .badge-icon svg {
        width: 24px;
        height: 24px;
    }

    .badge-text h4 {
        font-size: 12px;
    }

    .badge-text p {
        font-size: 10px;
    }

    .feature-badges-section {
        padding: 25px 0;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-bottom .copyright {
        font-size: 11px;
    }

    .footer-bottom .footer-links {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom .footer-links a {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .modern-footer {
        padding: 25px 0 0;
    }

    .modern-footer .footer-logo img {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .modern-footer .footer-tagline {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .modern-footer .footer-section-title {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .modern-footer .footer-section-title svg {
        width: 16px;
        height: 16px;
    }

    .modern-footer ul li {
        margin-bottom: 5px;
    }

    .modern-footer ul li a {
        font-size: 11px;
    }

    .modern-footer .social-icons {
        gap: 8px;
        margin-top: 12px;
    }

    .modern-footer .social-icon {
        width: 32px;
        height: 32px;
    }

    .modern-footer .social-icon svg {
        width: 16px;
        height: 16px;
    }

    .modern-footer .accreditation-box {
        padding: 8px;
        gap: 8px;
        margin-top: 12px;
    }

    .modern-footer .accreditation-text h4 {
        font-size: 11px;
    }

    .modern-footer .accreditation-text p {
        font-size: 9px;
    }

    .modern-footer .stay-connected-box {
        padding: 10px 12px;
        margin-top: 12px;
    }

    .modern-footer .stay-connected-title {
        font-size: 13px;
        gap: 6px;
    }

    .modern-footer .stay-connected-title svg {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .modern-footer .stay-connected-subtitle {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .modern-footer .email-input-group {
        gap: 6px;
        flex-direction: column;
    }

    .modern-footer .email-input {
        padding: 8px 10px;
        font-size: 11px;
        width: 100%;
    }

    .modern-footer .email-submit-btn {
        padding: 8px 10px;
        width: 100%;
    }

    .modern-footer .email-submit-btn svg {
        width: 16px;
        height: 16px;
    }

    .modern-footer .privacy-note {
        font-size: 9px;
        margin-top: 6px;
    }

    .modern-footer .address-box {
        padding: 0px 0 12px 0px;
        margin-top: 8px;
    }

    .modern-footer .address-item {
        font-size: 10px;
        margin-bottom: 8px;
        gap: 8px;
    }

    .modern-footer .address-item svg {
        width: 14px;
        height: 14px;
    }

    .badges-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature-badge-item {
        padding: 10px;
    }

    .badge-icon {
        width: 40px;
        height: 40px;
    }

    .badge-icon svg {
        width: 20px;
        height: 20px;
    }

    .badge-text h4 {
        font-size: 11px;
    }

    .badge-text p {
        font-size: 9px;
    }

    .feature-badges-section {
        padding: 20px 0;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    .footer-bottom {
        padding: 12px 0;
    }

    .footer-bottom-content {
        gap: 8px;
    }

    .footer-bottom .copyright {
        font-size: 10px;
    }

    .footer-bottom .footer-links {
        gap: 10px;
    }

    .footer-bottom .footer-links a {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .modern-footer {
        padding: 20px 0 0;
    }

    .modern-footer .footer-logo img {
        max-width: 100px;
        margin-bottom: 12px;
    }

    .modern-footer .footer-tagline {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .modern-footer .footer-section-title {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .modern-footer ul li a {
        font-size: 10px;
    }

    .modern-footer .social-icon {
        width: 30px;
        height: 30px;
    }

    .modern-footer .social-icon svg {
        width: 14px;
        height: 14px;
    }

    .modern-footer .stay-connected-title svg {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .modern-footer .email-input {
        padding: 7px 8px;
        font-size: 10px;
    }

    .badge-icon {
        width: 35px;
        height: 35px;
    }

    .badge-icon svg {
        width: 18px;
        height: 18px;
    }

    .badge-text h4 {
        font-size: 10px;
    }

    .badge-text p {
        font-size: 8px;
    }

    .feature-badges-section {
        padding: 15px 0;
    }

    .footer-bottom .copyright {
        font-size: 9px;
    }

    .footer-bottom .footer-links a {
        font-size: 9px;
    }
}
