@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Nunito+Sans&family=Pacifico&family=Proza+Libre&family=Rubik&display=swap");

/*font-family: 'Montserrat', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Proza Libre', sans-serif;
font-family: 'Rubik', sans-serif;*/

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
a {
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
a:focus {
    outline: none !important;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin: 0;
}
ul,
li {
    margin: 0;
    list-style-type: none;
}
input {
    display: block;
    outline: none;
    border: none !important;
}
textarea {
    display: block;
    outline: none;
}
textarea:focus,
input:focus {
    border-color: transparent !important;
}
button {
    outline: none !important;
    border: none;
    background: 0 0;
}
button:hover {
    cursor: pointer;
}
iframe {
    border: none !important;
}
.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-table100 {
    width: 100%;
    min-height:auto;
    /*background: #08071d;*/
    background-image: url(../images/trishul-bg8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*padding: 33px 30px;*/
    padding: 0px 30px;
}
.wrap-table100 {
    width: 1300px;
}
table {
    width: 100%;
    background-color: #fff;
}
th,
td {
    font-weight: unset;
    padding-right: 10px;
}
.column100 {
    width: 130px;
    padding-left: 10px;
}
.column100.column1 {
    width: 265px;
    padding-left: 42px;
}
.row100.head th {
    padding-top: 24px;
    padding-bottom: 20px;
}
.row100 td {
    padding-top: 18px;
    padding-bottom: 14px;
}
.table100.ver1 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
    
}
.table100.ver1 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #36304a;
}
.table100.ver1 .row100:hover {
    background-color: #f2f2f2;
}
.table100.ver1 .hov-column-ver1 {
    background-color: #f2f2f2;
}
.table100.ver1 .hov-column-head-ver1 {
    background-color: #484848 !important;
}
.table100.ver1 .row100 td:hover {
    background-color: #6c7ae0;
    color: #fff;
}
.table100.ver2 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
}
.table100.ver2 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #333;
}
.table100.ver2 .row100:hover td {
    background-color: #83d160;
    color: #fff;
}
.table100.ver2 .hov-column-ver2 {
    background-color: #83d160;
    color: #fff;
}
.table100.ver2 .hov-column-head-ver2 {
    background-color: #484848 !important;
}
.table100.ver2 .row100 td:hover {
    background-color: #57b846;
    color: #fff;
}
.table100.ver2 tbody tr:nth-child(even) {
    background-color: #eaf8e6;
}
.table100.ver2 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
}
.table100.ver2 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #333;
}
.table100.ver2 .row100:hover td {
    background-color: #83d160;
    color: #fff;
}
.table100.ver2 .hov-column-ver2 {
    background-color: #83d160;
    color: #fff;
}
.table100.ver2 .hov-column-head-ver2 {
    background-color: #484848 !important;
}
.table100.ver2 .row100 td:hover {
    background-color: #57b846;
    color: #fff;
}
.table100.ver3 tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.table100.ver3 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
}
.table100.ver3 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #6c7ae0;
}
.table100.ver3 .row100:hover td {
    background-color: #fcebf5;
}
.table100.ver3 .hov-column-ver3 {
    background-color: #fcebf5;
}
.table100.ver3 .hov-column-head-ver3 {
    background-color: #7b88e3 !important;
}
.table100.ver3 .row100 td:hover {
    background-color: #e03e9c;
    color: #fff;
}
.table100.ver4 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
}
.table100.ver4 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #fa4251;
}
.table100.ver4 .row100:hover td {
    color: #fa4251;
}
.table100.ver4 .hov-column-ver4 {
    background-color: #ffebed;
}
.table100.ver4 .hov-column-head-ver4 {
    background-color: #f95462 !important;
}
.table100.ver4 .row100 td:hover {
    background-color: #ffebed;
    color: #fa4251;
    border-collapse: separate;
}
.table100.ver5 tbody tr:nth-child(even) {
    background-color: #e9faff;
    border-collapse: separate;
}
.table100.ver5 td {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
    position: relative;
}
.table100.ver5 th {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #002933;
}
.table100.ver5 .row100:hover td {
    color: #fe3e64;
}
.table100.ver5 .hov-column-ver5 {
    color: #fe3e64;
}
.table100.ver5 .hov-column-ver5::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.table100.ver5 .hov-column-head-ver5 {
    background-color: #1a3f48 !important;
    color: #fe3e64;
}
.table100.ver5 .row100 td:hover {
    color: #fe3e64;
}
.table100.ver5 .row100 td:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid #fe3e64;
}
.table100.ver6 {
    border-radius: 5px;
    overflow: hidden;
/*    background: #7918f2;
    background: -webkit-linear-gradient(-68deg, #ac32e4, #4801ff);
    background: -o-linear-gradient(-91deg, #ac32e4, #4801ff);
    background: -moz-linear-gradient(-91deg, #ac32e4, #4801ff);
    background: #4801ff;*/
    border-collapse: collapse;
    background: #1c1313;

}

/*.ver7 {
    background: linear-gradient(-68deg, #e91e63, #673ab7) !important;

       background: #8A2387 !important;  
background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387) !important;  
background: linear-gradient(to right, #F27121, #E94057, #8A2387) !important;

}*/
.table100.ver6 table {
    background-color: transparent;
    border-collapse: collapse;
}
.table100.ver6 td {
    font-family:arial;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    
}

.tishul-num {
    font-family: arial !important;  
    font-size: 46px !important;
    padding: 0px !important;    
    font-weight: 600 !important;
    line-height: 38px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.trishul-space {
    padding: 0px 5px !important;
}

.table100.ver6 th {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.32);
    font-weight: 500;
    letter-spacing: 0.5px;
}

tbody td {
    border: 2px solid #f1f1f196;
}

.table100.ver6 .row100:hover td {
    background-color: rgba(255, 255, 255, 0.1);
}
.table100.ver6 .hov-column-ver6 {
    background-color: rgba(255, 255, 255, 0.1);
}
.table100.ver6 .row100 td:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-collapse:separate;
}


.trishul-number-color{
    background-color:#ffd966 !important;
}

.trishul-number-color td {
    color: #0a0a0a !important;
    border-color: #000;
    border-width: 1px;
    
}

/*add css by kunal*/

.chart-head {
    background: #3e3d3de8;
    /*background: #fa7800;*/
    padding: 6px 0px 3px;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom:13px;
}
.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin: 30px 0;
}

.faq-list .faq-heading::before {
    content: "+";
    font-size: 33px;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #c2c2c2;
}

.faq-list .the-active .faq-heading::before {
    content: "-";
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    background: #3e3d3de8;
    /*background:#8834f7;*/
    border: 1px solid rgb(205, 205, 205);
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    margin:4px 0px;
}

.faq-heading:hover {
    color: #fff;
}

.faq-text {
    display: none;
}
.container {
    width: 1200px;
    margin: auto;
}
.art-box svg {
    width: 100%;
}
.row {
    display: flex;
}
.row .col {
    flex-basis: 50%;
}
.read {
    color: rgb(100, 100, 100);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

.live-result {
    color: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 13px;
}
.live-result h2 {
    font-size: 35px;
    font-weight: 600;
}

.live-result-head {
    position: fixed;
    top:160px;
    z-index:1111;
}
.trishul-bottom-btn{
	z-index:1111;
}
.trishul-top-btn{
	margin-top: 10px;
}







.live-result-head-bot {
    color: #fff;
    text-align: center;
    padding: 5px;
    /*add kunal 9-12-2021*/
    position: fixed;
    top: 200px;
    left: 0px;
    bottom: 0px;
    z-index: 1111;
}

#live-result {
    text-align: center;
    font-size: 60px;
    margin-top: 0px;
}
.live-result-center {
    margin-left: 100px;
}



.banner {
    background-image: url(../images/trishul-banner.png);
    /* height: 503px;*/
    /*padding: 159px 0px;*/
/*    padding: 383px 0px 159px;*/
    padding: 229px 0px 123px;
    background-size: cover;
    background-position: center;
}

.mobile-banner{
    display: none;
}



.banner-text {
    margin-right: 260px;
   /* margin-top: -20pc;*/
     margin-top:0px;
    text-align: right;
    position: relative;
    top: 49px;
}

.wrapper h2 {
    color: #fff;
    font-size: 92px;
    font-family: "ubuntu";
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right, #5ddc1c 10%, #ffffff 50%, #f0ff07 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2.5s linear infinite;
    display: inline-block;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.banner-text h2 {
    color: #cef300;
    font-size: 65px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Nunito Sans";
}

.banner-text h3 {
    padding-right:104px;
    font-size: 84px;
    color: #cef300;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    padding-top: 7px;
    font-family: "Nunito Sans";
    background:linear-gradient(to left, #5ddc1c 10%, #ffffff 50%, #f0ff07 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3.6s linear infinite;
    /*  text-transform: uppercase;*/
    /*   display: inline-block;*/
}

.banner-text h4 {
    font-size: 75px;
    color: #c8e622;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    font-family: "Nunito Sans";
    background:linear-gradient(to right, #5ddc1c 10%, #ffffff 50%, #f0ff07 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4.7s linear infinite;
    /*text-transform: uppercase;*/
    /* display: inline-block;*/
}
.time-table h2 {
    margin: auto;
    /*background: #fa7800;*/
    background: #3e3d3de8;
    padding: 5px 0px 4px;
    border-radius: 50px;
    color: #fff;
    width: 65%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 1px;
}

.live-result-head h2 {
    font-size: 25px;
}

.chart-head h2 {
    font-size:32px;
}

marquee{
       font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: -8px;
    background: #f96a01;
    color: #100f0f;
/*    background: #610ef8fa;
    color: #fff;*/
    padding: 4px 0px;
    letter-spacing: 0.7px;
}


   .Disclaimer-text {
       padding: 10px 14px 15px;
        text-align: center;
        font-size: 17px;
        color: #1c0a48;
        font-weight: 600;
        letter-spacing: 0.4px;
       /* border: 1px solid #ccc;
        margin-bottom: 35px;*/
    }
    .Disclaimer-text h2 {
        background: #3e3d3de8;
       /*background: #fa7800;*/
        padding: 5px 0px 5px;
        border-radius: 50px;
        color: #fff;
        width: 27%;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
    }
.Disclaimer-text  p{
     border: 1px solid #07134ead;
    margin-bottom: 35px;
    padding: 10px 14px 15px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
}

footer {
    text-align: center;
    background:url(../images/footer-bg.jpg);
    color: #fff;
    /*padding: 10px 0px 20px;*/
}
.footer-logo{
    text-align: left;
    position: relative;
}




.footer-logo img {
    /*width: 100%;*/
    width: 40%;
    /*text-align: center;
    margin: 0 auto;*/
}

.logo-text {
    position: absolute;
    top: 32px;
    left: 119px;
}

.logo-text h1 {
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 0.6px;
    color: #fff;
}
.footer-logo h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #fff;
}


.total-hints {
    margin-top: 40px;
}

.total-hints h4 {
    font-size: 25px;
    color: #fadb0a;
    font-weight: 700;
    font-family:arial;
    margin-bottom: 8px;
    background:#000;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4.6s linear infinite;
    letter-spacing: 0.6px;
}
.total-hints h5 {
    letter-spacing: 0.9px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    margin-left: 8px;
    font-family: "Montserrat-Medium" !important;
    margin-bottom: 8px;
    background: #fff;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4.6s linear infinite;
}
.mobile-view {
    display: none;
}
.table-head {
    text-align: center;
}

.footer-copyright p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    font-family: "Nunito Sans";
    margin-bottom: 8px;
    background:#fff;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4.6s linear infinite;
}

/*time style*/

#middle {
/*    position: absolute;*/
   /* top: 68%;
    right:5%;
    transform: translate(-50%, -50%);
    text-align: center;*/
}

#middle1 {
  /*  position: absolute;*/
   /* top: 52%;
    right:7%;
    transform: translate(-50%, -50%);
    text-align: center;*/
}

#countdown-container {
    display: inline-flex;
    box-sizing: border-box;
    border-top:none;
    border-bottom: 1px solid #fff;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 1.1em;
    width: 100%;
    padding: 12px;
}

.countdown-box {
    padding-right:0px;
    padding-left: 0px;
    color: #0a0531d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.countdown-box p {
    font-size: 20px;
    text-shadow: 0px 1.5px 12.5px rgb(86 86 86 / 67%);
    font-family: "Montserrat-Medium" !important;
    }
p.text {
    padding-top: 8px;
    font-family:"Montserrat-Medium" !important;
    /*color: #e3cd7a;*/
       color:#841d05c7;
}

label {
    margin-bottom: 0px;
}

.blink-bg{
        color: #fff;
        padding: 10px;
        display: inline-block;
        border-radius: 5px;
        animation: blinkingBackground 5s infinite;
    }
    @keyframes blinkingBackground{
        0%      { background-color: #10c018;}
        25%     { background-color: #1056c0;}
        50%     { background-color: #ef0a1a;}
        75%     { background-color: #254878;}
        100%    { background-color: #04a1d5;}
    }

/*timer style end*/


/*button css*/

.button {
     display: inline-block;
    padding: 2px 15px;
    border-radius: 10rem;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.6px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
 .button:after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #0cf;
     border-radius: 10rem;
     z-index: -2;
}
 .button:before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0%;
     height: 100%;
     background-color: #008fb3;
     transition: all 0.3s;
     border-radius: 10rem;
     z-index: -1;
}
 .button:hover {
     color: #fff;
}
 .button:hover:before {
     width: 100%;
}


/* optional reset for presentation */
 * {
     font-family: Arial;
     text-decoration: none;
     font-size: 20px;
}
 .container {
     padding-top: 50px;
     margin: 0 auto;
     width: 100%;
     text-align: center;
}
 /*h1 {
     text-transform: uppercase;
     font-size: 0.8rem;
     margin-bottom: 2rem;
     color: #777;
}*/
 span {
     display: block;
     margin-top: 2rem;
     font-size: 0.7rem;
     color: #777;
}
 span a {
     font-size: 0.7rem;
     color: #999;
     text-decoration: underline;
}


.live-result p {
    font-size: 21px;
    font-weight: 600;
}
/*media class responsive*/

@media screen and (max-width: 992px) {
    .banner {
        /* height: 180px;*/
        padding: 287px 0px 30px;
    }

    .time-table h2 {
        padding: 4px 0px 2px;
        width: 100%;
        font-size: 27px;
        font-weight: 600;
        
    }
    .live-result-head h2 {
        font-size: 20px;
    }

    .live-result-center {
        margin-left: 0px;
    }

    .live-result h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .column100.column1 {
        padding-left: 20px;
    }

    .row100 td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .chart-head {
        padding: 3px 0px 2px;
        width: 100%;
        margin-bottom:10px;
    }
    .m-b-50 {
        margin-bottom:15px;
    }
    .faq-list li {
        margin: 13px 0 0px;
    }

    .mobile-view {
        display: table-row;
    }
    .mobile-view1 {
        display: none;
    }

    .row100.head th {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .column100 {
        padding-left: 5px;
    }
    .table100.ver6 th {
        font-size: 13px;
        text-align: center;
    }

    .table100.ver6 .date-no {
        font-size: 13px;
        text-align: center;
    }

    .table-head {
        font-size: 14px !important;
    }
    .container-table100 {
        padding: 7px 10px 10px;
    }

    .chart-head h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .faq-heading {
        padding: 7px 30px;
        font-size: 18px;
        margin:3px 0px;
    }
    .faq-list .faq-heading::before {
        top:3px;
    }
    .footer-logo img {
        margin-top: 2px;
    }
    .banner-text h2 {
        font-size: 30px;
    }

    .banner-text h3 {
        font-size: 46px;
        padding-right: 40px;
    }

    .banner-text h4 {
        font-size: 35px;
    }

    .banner-text {
        margin-right: 10px;
         margin-top: -8pc;
    }

    #middle1 {
        left: 49%;
         right: -105px;
        top: 35%;
    }

    #middle {
        right: -36%;
        top: 47%;
        margin-bottom: 7px;
    }
    .countdown-box p {
        font-size: 20px;
        font-family: "Montserrat-Medium" !important;
    }
    .total-hints {
        margin-top: 4px;
    }
    .footer-copyright p {
        margin-top: 10px;
        font-size: 13px;
    }
    .total-hints h4 {
    font-size: 20px;
    
    }
    
    .live-result p {
    font-size: 21px;
    font-weight: 600;
}

    .total-hints h5{
        font-size: 15px;
    }
    .banner {
        display: none;
      } 

    .mobile-banner{
        background-image: url(../images/trishul-banner-mobile.png);
        /* height: 503px;*/
        /*padding: 159px 0px;*/
        padding: 287px 0px 30px;
        background-size: cover;
        background-position: center;
        display: block;
      
    }

.overlay-banner {        
       opacity: 0.9;
    }

    body{
      background-color: #232020c9;
      text-transform: uppercase;
    }
    marquee.m14.d14.rounded{
        margin-bottom: 5px;
    }

    #countdown-container{
        margin-top: 7PX;
        margin-bottom: 7PX;
        border-top: none;
        padding: 0px 0px 7px;
    }

   .logo-text{
     top: 18px;
    /*left: 75px;*/
    left: 89px;

   } 

   .logo-text h1{
    font-size: 26px;

   }
   .footer-logo h2 {
    font-size: 22px;
   }
   .footer-logo{
    margin-left: 41px;
   }
   .Disclaimer-text h2{
        font-size: 27px;
        font-weight: 600;
        width: 100%;
        padding: 5px 0px 2px;
   }
   .tishul-num {  
    font-size: 25px !important;
    line-height: 36px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
   
   }
   
   .Disclaimer-text p {
    font-size: 10px;
    text-align: justify;
     margin-bottom: 0px;
     text-transform: none;
    } 
    
    .trishul-space {
    padding: 0px!important;
    
    }
        
}

/*media class responsive*/
