/*reset-style-start-here*/

.heading-menu,
#ftrgetstd {
    display: none;
}

.prd-nav li {
    width: calc( 99% / 3);
}


/*reset-style-end-here*/


/*page-common-style-start-here*/

body {
    font-family: Zoho_Puvi_Regular, sans-serif;
    font-size: clamp(1rem, 0.7778rem + 0.463vw, 1.125rem);
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
ul,
li,
table {
    box-sizing: border-box;
    color: #000;
}

#main-container {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.sdp-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.double-col>div {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    box-sizing: border-box;
}

.triple-col>div {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    box-sizing: border-box;
}

#main-container section p,
#main-container section li {
    font-family: Zoho_Puvi_Regular;
    line-height: 1.6;
    font-size: calc(clamp(1.063rem, 0.446vw + 0.848rem, 1.125rem));
}

#main-container a {
    text-decoration: none;
}

#main-container li {
    margin-bottom: 15px;
}

section img,
section source,
section picture {
    width: 100%;
}

.sdp-section {
    padding: 100px 0px;
    position: relative;
}

.sdp-content-wrap {
    max-width: 1200px;
    margin: 0px auto;
    width: 90%;
}

.sdp-cta-wrap {
    margin-top: 35px;
}

.sdp-cta-wrap a {
    background: rgba(255, 0, 0, 1);
    padding: 10px 25px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font: 16px / 1.6 Zoho_Puvi_Semibold;
    border-radius: 5px;
    transition: .3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.sdp-cta-wrap a:hover {
    background: #c4291c;
}


/*page-common-style-end-here*/


/*demo-form-style-end-here*/

@media only screen and (max-width:767px) {
    .sdp-flex-wrap {
        display: block;
    }
    .double-col>div,
    .triple-col>div {
        max-width: calc(100%);
    }
}