@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.forTab,
.forMob {
    display: none;
}

.header {
    text-align: center;
    float: left;
    width: 100%;
    background: #cc1b1e;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
}

.main-sec {
    float: left;
    width: 100%;
    padding: 60px 70px;
}

.prd-img {
    float: left;
}

.top-box {
    float: left;
    width: calc( 100% - 200px);
    text-align: left;
    padding-left: 70px;
    margin-bottom: 20px;
}

.main-hdng {
    font-size: 48px;
    line-height: 70px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.green-tick-img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

.comn-hdng {
    font-size: 38px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
    margin-top: 30px;
}

.alrt-box {
    float: left;
    width: 100%;
    background: #f9f1f1;
    padding: 20px 30px;
    margin-top: 40px;
}

.alrt-box p {
    text-align: left;
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    letter-spacing: 0.5px;
}

.comn-para {
    text-align: left;
    font-size: 21px;
    line-height: 33px;
    color: #000000;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

.red-text {
    color: #ff0000;
}

.blue-t {
    color: #000fff;
    font-weight: 600;
}

.marg-20 {
    margin-top: 20px;
}

.txt-left {
    text-align: left;
}


/*FOOTER CSS*/

.footer {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #323232;
}

.foter-para {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #d9d9d9;
    margin-top: 20px;
    font-weight: normal;
}

.txt-cen {
    text-align: center;
}

.ftrtxt a {
    color: #d9d9d9;
}

.fotr-bg-t {
    background: #dddddd;
    padding: 8px 8px;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }
    .main-sec {
        padding: 60px 0;
    }
}

@media only screen and (max-width:1004px) {
    .container {
        width: 750px;
    }
    .forDesk {
        display: none;
    }
    .forTab {
        display: block;
    }
    .top-box {
        padding-left: 30px;
    }
    .main-hdng {
        margin-top: 0;
        font-size: 44px;
    }
    .comn-hdng {
        font-size: 36px;
        line-height: 40px;
        margin-top: 25px;
    }
    .alrt-box {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 15px;
    }
    .forMob {
        display: block;
    }
    .hide-mob {
        display: none;
    }
    .logo {
        width: 95px;
        margin: 15px 0;
    }
    .main-sec {
        padding: 30px 0;
    }
    .green-tick-img {
        width: 30px;
    }
    .main-hdng {
        font-size: 26px;
        line-height: 30px;
    }
    .prd-img {
        width: 100px;
        margin: 30px 0 0 0;
    }
    .top-box {
        width: calc( 100% - 100px);
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .comn-hdng {
        font-size: 19px;
        line-height: 22px;
        margin: 20px 0 0;
    }
    .alrt-box {
        padding: 10px;
        margin-top: 15px;
    }
    .alrt-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .comn-para {
        font-size: 17px;
        line-height: 27px;
        margin-top: 20px;
    }
    .para-mob {
        font-size: 14px;
    }
    .footer {
        padding: 20px 0;
    }
    .foter-para {
        margin-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }
}

ul.ftrlist {
    text-align: center;
}

ul.ftrlist li {
    display: inline-block;
    padding: 0 8px 0 8px;
    border-right: 1px solid #bfbfbf;
    font-size: 14px;
    line-height: 14px;
    color: #bfbfbf;
    text-align: center;
    font-weight: 700;
}

ul.ftrlist li:last-child {
    border-right: none;
}

ul.ftrlist li a {
    color: #dddddd;
}

.ftrtxt2 {
    background: #dddddd;
    padding: 8px 8px;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0;
    }
    .ftrtxt,
    ul.ftrlist li {
        font-size: 12px;
        line-height: 18px;
    }
    ul.ftrlist li {
        line-height: 12px;
    }
    .ftrtxt2 {
        font-size: 10px;
        line-height: 16px;
    }
}