@font-face {
    font-family: 'century';
    font-style: normal;
    font-weight: 700;
     src: url("../fonts/centurybold.ttf")
    src: url('../fonts/centurybold.eot') format('embedded-opentype'),
         url('../fonts/centurybold.woff2') format('woff2'),
         url('../fonts/centurybold.woff') format('woff'),
         url('../fonts/centurybold.ttf') format('truetype'),
         url('../fonts/centurybold.svg#centurybold') format('svg');
}
@font-face {
    font-family: 'century1';
    font-style: normal;
    font-weight: 300;
      src: url('../fonts/centuryregular.eot');
    src: url('../fonts/centuryregular.eot') format('embedded-opentype'),
         url('../fonts/centuryregular.woff2') format('woff2'),
         url('../fonts/centuryregular.woff') format('woff'),
         url('../fonts/centuryregular.ttf') format('truetype'),
         url('../fonts/centuryregular.svg#centuryregular') format('svg');
}

body{background: #f8f8f8 !important;}
.topheader{background-size: cover; height:100% !important;}
.topheader img{
height:auto !important;
}

.topsingledoor{padding-top: 80px; }

.backgroundimg {position: relative;padding-bottom: 780px;z-index: 9;}
.backgroundimg:before {background: url(https://in.sharp/b2c/wp-content/uploads/sites/3/2024/03/bottom-bg.webp);content: '';position: absolute;bottom: 0px;left: 0px;width: 100%;height: 100vh;right: 0;margin: 0px auto;background-size: cover;z-index: -1; background-repeat: no-repeat;}
.topheading{text-align: center;font-family: 'century1';}
.topheading h1 {color: #737376;font-size: 40px;font-weight: 100;text-transform: uppercase;color: #58595b;}
.topheading h2{border-bottom: 1px solid #ed1a3b;display: inline-block;line-height: 55px;}
.topheading p {display: block;font-size: 18px;color: #58595b;margin-bottom: 30px;line-height: 30px;}

.productcontent{}
.productcontent h2 {color: #58595b;text-transform: uppercase;border-bottom: 1px solid #ed1a3b;display: inline-block;margin-bottom: 15px;line-height: 45px;font-size: 35px;font-weight: 100;}
.productcontent p{font-size: 18px; line-height: 28px;color: #58595b;}

.coloroption_bg {background: url(https://in.sharp/b2c/wp-content/uploads/sites/3/2024/03/tabbing-bg.png);width: 100%;height: 100vh;background-size: 100%;background-repeat: no-repeat;background-position: top center;}
.coloroption_bg img{width: 100%;}
.colourvariants {text-align: right;padding-right: 60px;padding-top: 45px;font-size: 18px;text-transform: uppercase;}
.colourvariants span{color: #e72b4b;}
.colouroption1, .colouroption2, .colouroption3 {margin-top: 30px;text-align: center;}
.colouroption1 span, .colouroption2 span, .colouroption3 span {background: #fff;color: #023991;box-shadow: 0px 0px 6px #0000001f;border-radius: 20px;padding: 5px 15px 8px;display: inline-block;margin-bottom: 10px;line-height: normal;text-transform: capitalize;}
.colouroption2 span{color: #161814;}
.colouroption3 span{color: #c10014;}

.specification_box{margin-top: 40px;background: #df263b;}
/*.specification_box .table-striped tbody tr:nth-of-type(odd) {background-color: #e8f5fd;}*/
.specification_box .table-striped tbody tr td{border: none;}
.specification_box .table{color: #ffffff;}
.specification_box .table .thead-dark th{background: #7a7777;border: none;}
.specification_box .thead-dark {position: relative;box-shadow: 0px 7px 20px #0000003b;}


.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
    background: #eef0f1;
    margin-bottom: 0px;
}
.price-table tr:not(:last-child) {
    border-bottom: 5px solid rgb(255 255 255);
}
.price-table tr td {
    border-left: 5px solid rgb(255 255 255);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
/*.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}*/
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #5336ca;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
    background: #414142;
}
.price-table .price-blank {
    background-color: #414142;
}

.redbg{
    background: #ec1d3d;
    color: #ffffff;
}

.tablebox {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 9px #ec1d3d61;
    margin-top: 50px;
}

ul.productIcon {
    padding: 0;
    margin: 0;
}
ul.productIcon li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 0px 17px;
}
ul.productIcon li img {
    width: 40px;
}
ul.productIcon li span {
    display: block;
}


@media only screen and (max-width: 767px){
.topheader { position: relative; background-repeat: no-repeat; background-size: 100%; height: auto;}
.coloroption_bg {background: #fff;width: 100%;height: 100%;box-shadow: 0px 0px 15px #0000001a;border-radius: 15px;}
.colourvariants {padding-right: 0;padding-top: 20px;font-size: 26px;text-align: center;}
.colouroption1 span, .colouroption2 span, .colouroption3 span {font-size: 22px;padding: 10px 25px 14px;font-weight: 600;}
.colouroption2{border-top: 1px solid #cdcccc; border-bottom: 1px solid #cdcccc; margin: 20px 0px;padding: 40px 0px; background: #f5f5f5;}
.col-reverse {flex-direction: column-reverse;}
.topsingledoor {padding-top: 30px;}
.topheading h1{font-size: 26px;line-height: normal;}
.productcontent h2{font-size: 26px;line-height: normal;display: block;}
.backgroundimg {position: relative;padding-bottom: 250px;z-index: 9;}
.backgroundimg:before {background-size: 100%;background-position: bottom;}
.topheading h2 {font-size: 26px;margin-bottom: 10px;padding-bottom: 10px;}
}

@media (min-width: 768px) and (max-width: 1024px){
.coloroption_bg {background: #fff;width: 100%;height: 100%;box-shadow: 0px 0px 15px #0000001a;border-radius: 15px;margin-top: 20px;padding-bottom: 30px;}
.colourvariants {padding-right: 0;padding-top: 20px;font-size: 26px;text-align: center;}
.topheading h1{font-size: 26px;font-weight: normal;}
.productcontent h2{font-size: 26px;line-height: normal;}
.productcontent p, .topheading p {font-size: 15px;line-height: 24px;}
.specification_box .table-striped tbody tr td{font-size: 12px;}
.specification_box .table-striped tbody tr:nth-of-type(odd) {background-color: inherit;}
}    