:root {
    --primary-blue-color: #1D266B;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --red-color: #CF3131;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

ul {
    padding-left: 0rem;
}

/* footer css */

.svtm-footer-container {
    width: 100%;
    height: auto;
}

.footer-container-wrapper {
    width: 100%;
    min-height: 515px;
    background-image: url('../images/svg/footer.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.svtm-footer-description-container {
    max-width: 1200px;
    margin: auto;
    padding: 98px 0px;
}

.footer-logo {
    width: 75%;
    /* width: 285px; */
    height: 100%;
    margin-top: -20%;

}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-text {
    margin-top: -24%;
}

.footer-text>p {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--black-color);
    opacity: 0.8;
    line-height: 1.6;
	text-align: justify;

}

.svtm-icon {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 24px;
}


.svtm-social-icon {
    width: 30px;
    height: 30px;
}

.svtm-social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}


.svtm-footer-product>p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--black-color);
    text-transform: uppercase;
    padding-bottom: 22px;
}

.svtm-footer-product>ul>li {
    list-style: none;
    padding-bottom: 11px;
}

.svtm-footer-product>ul>li>a {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--black-color);
    opacity: 0.7;
    line-height: 1.6;
}


.footer-quicklink>p {
    font-size: 18px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--black-color);
    padding-bottom: 22px;
}

.footer-quicklink>ul>li {
    list-style: none;
    padding-bottom: 11px;
}

.footer-quicklink>ul>li>a {
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--black-color);
    opacity: 0.7;
    line-height: 1.6;
}



.footer-touch>p {
    font-size: 18px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--black-color);

}

.footer-touch>p:nth-child(1) {
    padding-bottom: 22px;
}


.footer-touch>p:nth-child(2) {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black-color);
    opacity: 0.7;
    line-height: 1.6;
    padding-bottom: 11px;
}

.footer-touch>ul>li {
    list-style: none;
    padding-bottom: 7px;
}

.footer-touch>ul>li>a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black-color);
    line-height: 1.6;
}

.svtm-footer-touchIcon {
    text-decoration: none;
}



.svtm-footer-touchIcon img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 8px;


}

.svtm-touch-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black-color);
    opacity: 0.7;
}

.svtm-disclaimer {
    padding-top: 24px;
}

.svtm-disclaimer>p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
    opacity: 0.7;
}


@media(max-width:992px) {
    .svtm-icon {
        margin-bottom: 32px;
    }
}


@media(max-width:575px) {
    .footer-text>p {
        width: 100%;
    }
}

/* end of the footer css */

