.logo-size {
    height: 60px !important;
}

.logo-size1 {
    height: 70px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.contact-page .contact-right ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(17px +(23 - 17)*((100vw - 320px) /(1920 - 320)));
    margin-top: calc(20px +(28 - 20)*((100vw - 320px) /(1920 - 320)));
}

.orange {
    color: #777;
}

.line-height {
    line-height: 2;
}

.line-height li {
    display: block;
}

.detail-inline a {
    width: 100%;
}

.login-page .authentication-right {
    height: calc(100%);
}

.font-weight {
    font-weight: 400 !important;
}

.call {
    padding: 20px;
    background-color: #ffffff;
    line-height: 1;
    border: 1px solid #eee;
}

.call-us {
    display: flex;
    gap: 10px;
    text-wrap: nowrap;
    overflow: hidden;
    flex-flow: wrap;
}

.btn-solid.btn-gradient {
    background: #e43a28;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), color-stop(var(--theme-color2)), color-stop(var(--theme-color)), to(var(--theme-color2)));
    background-image: linear-gradient(to right, #e43a28, #f7bb97, #e43a28, #f7bb97);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    border: none;
    border-radius: 10px ;
}
.footer-end a{
    color: #e43a28;
}
.tap-top.gradient-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#e43a28), color-stop(99%, #f7bb97));
    background: linear-gradient(180deg, #e43a28 0%, #f7bb97 99%);
}
.floating_btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.floating_btns {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsings {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icons {
    background-color: #db4242;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #db4242;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
a{
   color: #db4242; 
}
.collection-banner .contain-banner h2 {
    font-size: 50px;
    font-weight: 700;
    /* color: #ffffff; */
    letter-spacing: 0.1em;
    margin-bottom: -6px;
}


.collection-banner .contain-banner {
   
    padding-right: 10px;
}
.text-ends{
    padding-left: 196px;

}


@media (max-width: 767px) {
    .footer-title .according-menu {
        font: normal normal normal 14px / 1 FontAwesome;
        display: none;
    }

    .header-dropdown {
        display: none;
    }

    .contact-page .contact-right ul {

        grid-template-columns: 1fr;
    }

    .footer-social {
        display: block;
    }

    .home {
        background-size: contain !important;
        background-position: center center;
        display: block;
    }

    .call {
        padding: 20px 20px;
        background-color: #ffffff;
        line-height: 1;
        border: 1px solid #eee;
    }
    .footer-title {
       
        border-bottom: none;
       
    }


}

@media (max-width: 480px) {
    .collection-banner .contain-banner h2 {
        font-size: 30px;
        
    }
}

@media (max-width: 577px) {
    .mobile-fix-option {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        background-color: #fff;
        width: 100vw;
        z-index: 8;
        -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
        box-shadow: 0 2px 5px 0 #a8a8a8;
    }

    .home-slider .home {
        height: 23vh;
    }

    footer {
        margin-bottom: 0px;
    }
    .footer-theme .sub-title h4 {
        margin-bottom: 0px;
        margin-top: 20px;
    }
}