body {

    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

footer {
    padding: 50px 0;
    background-color: #01172c;
    position: relative;
    margin-top: 25px;
}

.ft-logo {
    text-align: center;
}

.ft-logo img {
    width: 220px;
}

.ft-scaner {
    margin-top: 25px;
    text-align: center;
}

.ft-scaner img {
    width: 220px;
}

.footer-box h4 {
    color: #fff;
    padding-bottom: 12px;
}

.company a {
    color: #807f7f;
    line-height: 25px;
}

.company {
    margin: 0;
    padding: 0;
    padding-top: 65px;

}

.support a {
    color: #807f7f;
    line-height: 25px;
}

.support {
    margin: 0;
    padding: 0;
    padding-top: 65px;

}

.contact-width-us {
    text-align: right;
}

.socail-icon-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: right;
    text-align: right;
    padding-right: 0;
    margin: 0;
}

.socail-icon-flex i {
    color: #fff;
    font-size: 16px;

}

.socail {
    padding: 8px;
    background-color: #6a6a6a4c;
    border-radius: 50%;
    text-align: center;
    transition: 05 s ease-out;
}

.socail:hover {
    background-color: #8725d7;
    cursor: pointer;
}

.con-with-us h4 {
    color: #fff;
}

.con-with-us {
    padding-top: 20px;
}

.con-with-us p {
    font-size: 13px;
    color: #ffff;
}

.con-email {
    background-color: #c5c3c327;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    margin: 8px 0;
}

.con-email input {

    width: 100% !important;
    background-color: transparent;
    padding: 3px;
    border: none;
    outline: none;
    color: #ffff;
}

.con-email input:focus {
    background-color: transparent;
}

.con-email i {
    color: #ffff;
}

.submit-btn button {
    background-color: #8725d7;
    padding: 8px 10px;
    color: #fff;
    border-radius: 20px;
    border: none;
    outline: none;
    width: 50%;
}

.contact-us-flex-bottom h4 {
    color: #fff;
}

.contact-us-flex-bottom {
    text-align: left;
}

.footer-box h6 {
    color: #fff;
}

.footer-box p {
    color: #807f7f;
    padding: 6px 0;
}

.contact-one {
    padding-top: 15px;
}

.location-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
}


.location-flex-two {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
    display: none;
}

.copy-right p {
    text-align: center;
    color: #ffff;
    padding-top: 35px;
    white-space: nowrap;
    position: relative;
}

.copy-right p::after {
    position: absolute;
    content: "";
    top: 45px;
    left: 0;
    width: 37%;
    height: 2px;
    background-color: #807f7f;

}

.copy-right p::before {
    position: absolute;
    content: "";
    top: 45px;
    right: 0;
    width: 37%;
    height: 2px;
    background-color: #807f7f;

}


@media(max-width:992px) {
    .copy-right p::after {
    position: absolute;
    content: "";
    top: 45px;
    left: 0;
    width: auto;
    height: 2px;
    background-color: #807f7f;

}

.copy-right p::before {
    position: absolute;
    content: "";
    top: 45px;
    right: 0;
    width: auto;
    height: 2px;
    background-color: #807f7f;

}
    .location-flex {
        display: none;
    }

    .location-flex-two {
        display: block;
    }

    .socail-icon-flex {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: left;
        text-align: start;
        padding-right: 0;
        margin-top: 10px;
    }

    .contact-width-us {
        text-align: left;
    }

    .company {
        margin: 0;
        padding: 0;
        padding-top: 15px;

    }

    .support {
        margin: 0;
        padding: 0;
        padding-top: 15px;

    }

    .ft-logo {
        text-align: left;
    }


    .ft-scaner {
        margin-top: 25px;
        text-align: left;
    }


}