:root {
    --primary-blue-color: #1D266B;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --red-color: #CF3131;
    --light-white: #7E7E81;
    --light-blue-bg: #D7E9FF;
    --circle-color: #B8B8BD;
    --bg-blue:#1d266b;
    --pbg:#F8F8FF;
}

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

p {
    margin-bottom: 0rem;
}

ul {
    padding-left: 0rem;
}

h2 {
    margin-bottom: 0rem;
}

/* Navigation css */

.svtm-navbar-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(180deg, #FFF3F4 0%, #F1F2FB 100%);
    border-top: 16px solid var(--red-color);
    border-bottom: 16px solid var(--primary-blue-color);

}

.b1 {
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid var(--red-color);

}

.b2 {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    border: 8px solid var(--primary-blue-color);

}

.b3 {
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 8px solid var(--red-color);
}


.b4 {
    height: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    border: 8px solid var(--primary-blue-color);
}



.svtm-navbar-container-wrapper {
    max-width: 1366px;
    height: 79px;
    margin: auto;
    padding: 0px 59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svtm-logo-container-image {
    width: 95px;
    height: 66px;

}

.svtm-logo-container-image img {
    width: auto;
    height: 70px;
    object-fit: cover;
}

.navbar-container-list {
    margin-top: auto;
}

.nav-ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    position: relative;
}

.nav-ul>li {
    list-style: none;
    margin-top: 16px;
    margin-right: 64px;
    height: 50px;
    cursor: pointer;
}

.nav-ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
}


.navbar-container-list>.menu-header-menu-container>ul>li.active>a {
    color: black;
    opacity: 1;
    border-bottom: 3px solid red;

}

.sub-menu>li.active>a{
    border-bottom: 3px solid red;
}

.nav-ul>li>ul>li {

    width: 46%;
/*     margin-right: 16px; */
    margin-right: 0px;
    margin-left: auto;
    padding: 24px;

}

.nav-ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--white-color);
}



/* .nav-ul>li>ul>li>a:hover {
    color: var(--red-color);
} */

.nav-ul>li>ul {
    list-style: none;
    display: none;
    position: absolute;
    max-width: 725px;
    top: 50px;
    /* left: 0; */
    background: var(--primary-blue-color);
    height: auto;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    z-index: 100;

}

.nav-ul>li>ul>li>ul>li {
    font-size: 1rem;
    font-weight: 400;
    /* margin-right: 0; */
    list-style: outside;
    color: white;
}


.list-item1:hover .sub-menu{
    display: block;
}

.list-item:hover .sub-menu{
    display: block;
}

.sub-list>li>ul>li>a {
    font-size: 13px;
    opacity: 0.7;
    color: var(--white-color);
}

.sub-list>li>ul>li>a:hover {
    color: var(--red-color);
    opacity: 1;
}


.hamburger-icon {
    display: none;
}

.hamburger-icon img {
    width: 25px;
    height: 25px;
}



/* .list-item>.tools-sub-menu-ul {
    left: 30%;
    width: 30%;
}

.list-item>.tools-sub-menu-ul>li {
    width: 100%;
    padding: 12px !important;

}


.list-item>.media-sub-menu-ul {
    left: unset;
    right: 20%;
    width: 30%;
}

.list-item>.media-sub-menu-ul>li {
    width: 100%;
    padding: 12px !important;
} */




.list-item>.sub-menu li {
    width: 100%;
    padding: 12px !important;

}
.list-item1>.sub-menu li {
    width: 100%;
    padding: 12px !important;

}


.list-item .sub-menu {
    left: unset;
/*     right: 8%; */
    width: 30%;
}
.list-item1 .sub-menu {
    left: unset;
/*     right: -6%; */
    width: 30%;
}

.list-item>.sub-menu>li {
    width: 100%;
    padding: 12px !important;
}
.list-item1>.sub-menu>li {
    width: 100%;
    padding: 12px !important;
}


/* .msjk-product-list{
    position: relative;
} */



.msjk-product-list:hover.msjk-product-list>.sub-menu{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    left: -90px;
}

.nav-ul>.msjk-product-list>ul{
    max-width: 950px;
    padding: 24px !important;
}

.nav-ul>.msjk-product-list>ul>li{
    width: 31%;
    margin-left: unset;
    margin-right: unset;
    padding:  0px !important;
}

.nav-ul>.msjk-product-list>ul>li>ul>li{
    list-style: none;
}

.nav-ul>.msjk-product-list>ul>li>ul>li>a{
    color: var(--white-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}



.nav-ul>.msjk-product-list>ul>li>ul>li>a:hover{
    text-decoration: underline;
}





@media (max-width: 1200px) {
    .svtm-navbar-container-wrapper {
        padding: 0px 42px;
    }

    .nav-ul {
        display: none;
        z-index: 100;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 79px;
        width: 100%;
        background: linear-gradient(180deg, #FFF3F4 0%, #F1F2FB 100%);
        padding: 0px 24px;
        padding-bottom: 12px;
    }

    .show {
        display: block !important;
    }

    .hamburger-icon {
        display: block;
        cursor: pointer;
    }




    .nav-ul li {
        position: relative;
        display: block;
        z-index: 100;
        padding: 10px;
        margin-top: 0px;
        margin-right: 0px;
        height: unset;
    }

    .nav-ul {
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 95px;
        width: 100%;

    }

    .nav-ul>li:hover>ul {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
    }



    .nav-ul>li>ul {
        background: var(--primary-blue-color);
        box-shadow: none;
        position: relative;
        top: 0;
        left: 0 !important;

    }

    .nav-ul>li>ul>li {
        margin-right: 16px;
        margin-left: unset;
    }

    .nav-ul li a {
        color: var(--primary-blue-color);
    }

    .nav-ul>.msjk-product-list>ul>li{
        width: unset;
    }

    .nav-ul>.msjk-product-list>ul>li>ul>li{
        padding: 4px 0px;
    }
	
	.list-item1 .sub-menu, .list-item .sub-menu{
		width: 100%;
	}
}


@media(max-width:320px) {
    .svtm-navbar-container-wrapper {
        padding: 0px 24px;
    }
}

/* End of the Navbar css  */




/* Hero-section css */

.svtm-hero-container {
    width: 100%;
    height: 500px;
    margin: auto;
    position: relative;
}

.svtm-hero-image {
    width: 100%;
    height: 100%;
}

.svtm-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svtm-hero-details {
    max-width: 340px;
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 24px;
}


.svtm-hero-head {
    color: var(--primary-blue-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 26px;
}

.svtm-hero-head>p {
    font-size: 25px;
}




.btn-btnPrimary {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--primary-blue-color);
    padding: 10px 22px;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    width: max-content;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.btn-btnPrimary:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);

}

@media(max-width: 992px){
	.svtm-hero-container{
		height: 450px;
	}
	.svtm-hero-details{
		max-width: 450px;
	}
}
@media(max-width: 768px){
	.svtm-hero-container{
		height: 400px;
	}
}

@media(max-width: 576px){
	.svtm-hero-container{
		height: 350px;
	}
	
	.svtm-hero-details{
		max-width: 400px;
	}
}
/* End-Hero-section css */




/* About us css */


.svtm-abtus-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 72px 24px;
}


.svtm-about-us-leftside {
    margin-bottom: 36px;
}



.svtm-about-us-leftside>h3 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.svtm-about-title {
    font-size: 30px;

}

.svtm-about-content {
    color: var(--black-color);
    opacity: 0.8;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin-bottom: 7%;
}

.svtm-about-us-rightside {
    width: 100%;
    height: 400px;
}

.svtm-about-us-rightside img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}



.about-us-button {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--primary-blue-color);
    padding: 7px 22px;
    display: block;
    width: max-content;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.about-us-button:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}




@media(max-width:767px) {
    .svtm-abtus-container-wrapper {
        padding: 24px 0px;
        margin-bottom: 36px;
    }

    .labt-us {
        padding-left: 16px;
        padding-right: 16px;
    }
	.svtm-about-us-rightside img{
		height: 100%;
	}

}

@media(max-width:576px) {

    .rabt-us {
        padding: 0px;
    }


}


/* End-About-us  */





/* Range of the Product css */

.svtm-timeline {
    background: var(--light-blue-bg);
}

.timeline-container {

    max-width: 1366px;
    margin: auto;
    /* height: 730px; */
    height: auto;
    padding: 36px 0px;

}

.srange-title {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
}

.srange-title>p {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
}

.srange-title>h3 {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
}


.timeline-container-wrapper {

    display: flex;
    justify-content: space-between;
    padding: 0 24px 0 54px;

}


.stimeline {
    position: relative;
    max-width: 1200px;
/*     height: 50%; */
    height: 75%;
    margin: auto 0;

}



.stimeline::after {
    content: '';
    position: absolute;
    width: 2px;
    opacity: 0.3;
    background: linear-gradient(220deg, rgba(0, 0, 0, 0) 0.53%, rgba(0, 0, 0, 0.744444) 23.53%, #000000 52.93%, rgba(0, 0, 0, 0.633663) 83.41%, rgba(0, 0, 0, 0) 102.66%);
    top: -16%;
    bottom: 0;
    right: 0;

}

.pcontainer {
    padding: 18px 36px;
    position: relative;
    cursor: pointer;
    /* width: 50%; */
}

.pcontainer::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: var(--white-color);
    border: 3px solid var(--circle-color);
    border-radius: 50%;
    z-index: 1;
    top: 22px;
}


.scontent {
    text-align: right;
/*     margin-top: 72px; */
}


.scontent a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    color: var(--light-white) !important;
    text-transform: uppercase;
    text-decoration: none;
}


.svtm-range-product-image-wrapper {
    position: relative;
    max-width: 1000px;
    height: 600px;
    padding-left: 36px;
}

.svtm-range-product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svtm-blur-section {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(87.32deg, rgba(165, 165, 165, 0.4) 0%, rgba(165, 165, 165, 0) 100%);
    backdrop-filter: blur(4px);
}

.svtm-blur-section p {
    color: var(--white-color);
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding: 7px 22px;
}

.range-button {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 22px;
    background: var(--primary-blue-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}


.range-button:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}

.text {
    color: var(--red-color);
}

.text::after {
    border: 5px solid var(--red-color);
}

@media(max-width:768px) {


    .timeline-container-wrapper {
        padding: 0;
        flex-direction: column;
    }

    .svtm-range-product-image-wrapper {
        padding-left: 0px;
    }

    .stimeline {
        max-width: 350px;
    }


    .timeline-left {
        padding-left: 24px;
        padding-right: 54px;
        padding-bottom: 24px;
    }

}
@media(max-width: 576px){
	.svtm-blur-section p{
		font-size: 24px;
	}
}

/* end of the Range of the product */






/* Slick Product Section css */

.svtm-product-slick-section {
    padding:54px 24px;
    margin: 0px 24px;

}



.svtm-product-slick-container {
    max-width: 1200px;
    margin: auto;

    text-align: center;
}



.svtm-product-title {
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-blue-color);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 42px;
}


.svtm-product-title>p:nth-of-type(1) {

    font-size: 20px;
    text-transform: uppercase;

}

.svtm-product-title>p:nth-of-type(2) {
    font-size: 30px;

}



.svtm-product-slick-section-wrapper {
    margin: 24px 0px 54px 0px;

}


.svtm-product-container {
    display: flex;
    gap: 24px;
}







.svtm-anchor {
    color: unset;
    text-decoration: none;
}

.svtm-product-red {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;

}


.svtm-product-red img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.svtm-product-image {
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 246px;
}

.svtm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.svtm-product-blue {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 28%;

}

.svtm-product-blue img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.svtm-product-des {
    position: absolute;
    width: 100%;
    bottom: -13%;
    left: 0;
    text-align: center;
    padding: 20px 8px 12px 8px;
    background-color: var(--bg-blue);
	min-height: 80px;
}

.svtm-product-des>h6 {
    margin-bottom: 0;
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.svtm-product-des>p {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.svtm-pbtn:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}


.slick-prev::before,
.slick-next::before {

    font-size: 32px;
    color: var(--bg-blue);
    opacity: 1;
}


.slick-prev {
    left: -36px;
}


@media(max-width:651px) {
    .svtm-product-wrapper {
        width: 275px;
    }
}

/* End of the Slick section css*/




/* Svtm budget Calculator css */

.svtm-calculator-container {
    position: relative;
    width: 100%;
    height: auto;
}


.svtm-calculator-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

.svtm-calculator-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svtm-calculator-details-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0px 24px;
}

.svtm-calculator-details {

    max-width: 467px;
    height: auto;
    padding: 98px 0px;

}

.svtm-calculator-details>h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    color: var(--primary-blue-color);
    margin-bottom: 24px;

}

.svtm-calculator-details>h2::first-line {
    font-size: 20px;
}

.svtm-calculator-details>p {

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    color: var(--black-color);
    opacity: 0.8;

}

.svtm-calculator-details>p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 11px;
}

.svtm-calculator-details>p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 24px;
}

.svtm-cal-btn {
    display: block;
    width: max-content;
    padding: 7px 22px;
    background: var(--primary-blue-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.svtm-cal-btn:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}



/* end of the Svtm budget Calculator css */

/* Sarvootam Color Vastu css */

/* .svtm-color-vastu-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0px 24px;
}
 */



.svtm-color-vastu-leftside>h2 {

    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    line-height: 1.6;
    margin-bottom: 22px;

}

.ss-vastu p{
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svtm-color-btn {
    display: block;
    width: max-content;
    padding: 7px 22px;
    background: var(--primary-blue-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;

}



.svtm-color-btn:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}

.svtm-color-vastu-rightside {
    width: 100%;
    height: auto;
    /* height: 480px; */
}

.svtm-color-vastu-rightside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* end of the color vastu css */


/* Expert Advice css */
.svtm-expert-container {
    position: relative;
}


.svtm-expert-background-image {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 100%;

}


.svtm-expert-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.svtm-expert-container-wrapper {
    display: flex;
    /* justify-content: space-between; */
    max-width: 1200px;
    margin: auto;
}



.svtm-expert-details-wrapper {
    padding: 0px 24px;

}

.svtm-expert-details {
    max-width: 456px;
    padding: 54px 0px;
}

.svtm-expert-details>h2 {

    max-width: 207px;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: var(--primary-blue-color);
    margin-bottom: 22px;


}

.svtm-expert-details>p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: var(--white-color);

}

.svtm-expert-details>p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 15px;
}


.svtm-expert-details>p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 36px;
	text-align: justify;
}

.svtm-expert-contact-btn {
    display: block;
    width: max-content;
    padding: 7px 22px;
    background: var(--primary-blue-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
}


.svtm-expert-contact-btn:hover {
    transition: 320ms;
    background: var(--white-color);
    color: var(--primary-blue-color);
}


.svtm-expert-image {
    width: 43%;
    height: auto;
    /* height: 455px; */
}

.svtm-expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: contain; */
}


@media(max-width:768px) {
    .svtm-expert-image {
        display: none;
    }
	
	.svtm-expert-details-wrapper {
    padding: 0px 16px;

}
}

/* end of the expert advice css */


/* 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 24px;
}

.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;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.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 {
    margin-left: -24px;
}


.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:1200px) {
    .footer-container-wrapper {
        background-position: 0px 0px;
    }

    .footer-touch {
        margin-left: 0;
    }

}


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

@media(max-width:768px) {
	 .svtm-footer-description-container {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media(max-width:575px) {
    .svtm-footer-description-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-text>p {
        width: 100%;
    }
}

/* end of the footer css */