

/*Footer*/

.footer-link {

    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.capitalize {
    text-transform: capitalize;
}

footer {
    background: #1075BD;
}

footer h5 {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

footer i {
    color: #F1592B;
    font-size: 24px !important;
}

.footer-link {
    text-decoration: none;
    color: #fff;
}

#newsletter1 {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
}

#newsletter1:focus {
    box-shadow: none !important;
}

.subscribe-btn {
    height: 52px;
    color: #fff;
    border-radius: 6px;
    border: none;
    outline: none;
    width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    background: #fbb216;
}

.footer-list {
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.footer-list a {
    text-decoration: none;
    color: #fff;
}

.copy1 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
}


.animated-offcanvas {
    transition: transform 0.5s linear, opacity 0.5s linear;
}

.offcanvas-start {
    transform: translateX(-100%);
}

.offcanvas-start.show {
    transform: translateX(0);
}



@media(min-width:1024px) and (max-width:1200px) {
    .navbar .nav-item {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    

    /* .phone-show {

        width: 500px;
        height: 88px;
        padding-left: 24px;
        gap: 24px;
        font-size: 40px;
    }

    .main-header-icon {
        width: 100px;
        height: 98px;
        margin-top: 20%;
    } */
}
@media(max-width:1200px){
    .navbar .nav-link {
        font-size: 16px;
    }
}
