@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700&display=swap');

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css');*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #f3f3f3;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #000;
    font-weight: normal;
    margin: 30px 0 20px;
}
h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 20px;
}
h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 20px;
}
h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
h5 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 20px;
}
h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}
p {
    font-size: 14px;
    line-height: 30px;
    color: #464a4b;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}
a {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #ff0000;
}
a:focus {
    outline: none;
}
input,
textarea,
select,
option,
button {
    border: none;
}
input[type='submit'],
button {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
input:focus,
button:focus {
    outline: none;
}
select {

}
select:focus {
    outline: -1px solid white !important;
    outline-offset: -2px !important;
}
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #fff !important;
}
img {
    max-width: 100%;
}
a {
    color: #bc0e0e;
    text-decoration: none;
}
.clear {
    width: 100%;
    display: block;
    content: '';
    clear: both;
    font-size: 0;
    line-height: 0;
}
.clearfix:after,
.clearfix:before {
    width: 100%;
    display: block;
    content: '';
    clear: both;
    font-size: 0;
    line-height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.container {
    width: auto;
    margin: 0 1%;
}
.container::after {
    content: '';
    display: block;
    clear: both;
}
header {
    min-height: 57px;
    padding: 22px 0 14px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 3;
}
header .container,
.headerbottomarea .container { width: auto; margin: 0 1%; }
.footerlogo { font-size: 40px; font-weight: bold; }
.footerlogo span { font-size: 20px; }

.logo {
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    vertical-align: baseline;
}
.logo span { font-size: 18px }
.logo a { text-decoration: none; }



.navbar {
    margin-bottom: 0;
    padding-top: 10px;
}
.menu {
    padding-right: 0;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav>li {} 
.nav>li>a {
    padding: 0px 10px;
    line-height: 33px;
}
.navbar-nav {
    float: right;
}
.navbar-collapse {
    padding-right: 0;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    color: #bc0e0e;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-inverse .navbar-nav>li>a:after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #440303;
    width: 0px;
    bottom: 0;
    left: 0;
}
.navbar-inverse .navbar-nav>li>a:hover:after {
    width: 100%;
}
.navbar-inverse .navbar-nav>li>a.active {
    font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ff0000;
}
ul.dropdown-menu li a {
    line-height: 34px;
}
.u-searchicon a::after {
    display: none;
}
.u-searchicon a {
    margin-top: 16px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px!important;
    font-size: 24px !important;
    display: block;
}
.menuasured a {
    border: 1px solid #134163;
    border-radius: 4px;
    color: #440303 !important;
    text-decoration: none;
    padding: 0 8px 0 56px !important;
    background: url(../images/asuredimg.png) no-repeat 8px 50%;
    margin-right: 10px;
    line-height: 31px !important;
}
.menuasured a:hover {
    color: #440303!important;
}
.menuasured a:after {
    display: none;
}
.menulogin a {
    background: #fdcf09;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    padding: 0 15px !important;
    line-height: 33px;
}
.menulogin a:hover {
    background: #440303!important;
}
.menulogin a:after {
    display: none;
}

.marquetextarea {
    position: relative;
    background: #bc0e0e;
    padding: 20px 0 10px;
    color: #fff;
    font-size: 18px;
}
blink, .blink {
  -webkit-animation: blink 1s step-end infinite;
     -moz-animation: blink 1s step-end infinite;
       -o-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
  67% { opacity: 0 }
}

@-moz-keyframes blink {
  67% { opacity: 0 }
}

@-o-keyframes blink {
  67% { opacity: 0 }
}

@keyframes blink {
  67% { opacity: 0 }
}



.bodywrapper { min-height: 400px; margin: 0 auto; max-width: 75%; padding: 20px 0; position: relative; }
.title-block {
    display: block;
}
.title-block>strong {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height:65px;
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.title-block>strong:after {
    content: "";
    height: 5px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #ff0000;
    border-radius: 25px;
    display: block;
    z-index: 1;
}

.titleheading { width: 500px; margin: auto; }
.titleheading span {
    background: #bc0e0e;
    padding: 0 50px;
    color: #fff;
    display: block;
}
.titleheading div:after{ display: none !important }







th {
    text-align: center;
}
.table-bordered {
    border: 1px solid #ff0000;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ff0000;
}
.bodymiddlewrapper { display: flex; flex-wrap: nowrap; }
.calenderarea { border: 1px solid  #ff0000; width: 58%; margin-right: 2%; }
.calenderarea img { width: 100%; }

.calenderarea2 { border: 1px solid  #ff0000; width: 40%; }
.calenderarea img { width: 100%; }

.imageheading {background: #000; text-align: center;
    padding: 20px 0 10px;
    color: #fff;
    font-size: 18px;}

.bodybottomwrapper { display: flex; flex-wrap: nowrap; }
.bodybottomarea1 { border: 0px solid  #ff0000; width: 34%; margin-right: 0%; }
.bodybottomarea2 { border: 1px solid  #ff0000; width: 32%; margin-right: 2%; }
.bodybottomarea3 { border: 1px solid  #ff0000; width: 30%; }


.viewBtn { display: inline-block; height: 40px; line-height: 38px;  width: 150px; text-align: center; background: #000; color: #fff; }
.viewBtn:hover {  color: #ff0000; }
.viewBtn.largeBtn { width: auto; padding:0 50px; border:2px solid #ff0000; height: 50px; line-height: 48px; }
.viewBtn.contactBtn { width: 100%; padding:0px; border:2px solid #ff0000; height: 50px; line-height: 48px; }
.viewBtn.submitBtn { width:200px; margin: 0 auto; display: block; font-size: 18px; padding:0px; border:2px solid #ff0000; height: 50px; line-height: 48px; }



.otherslink { margin-top: 30px;  }
.otherslink h2 { background:#ff0000; color: #fff !important; margin-bottom: 0px; margin-top: 15px; text-align: center; padding: 0;  }
.otherslink h2 a { color: #fff !important; line-height: 49px; display: block; }

.montharea { display: flex; align-items: stretch; margin-bottom: 20px; }
.montharea span{flex: 1; text-align: center;} 
.montharea::before, .montharea::after { content: ''; display: block; clear: both; }
.monthheading { font-size: 24px; color: #000; font-weight: 600; margin: 0; }
.bodyemojiarea { margin: 0 auto; }


.table { margin-bottom: 0; }
.tablemargintop20 { margin-top: 20px; margin-bottom:20px;  }
.margintop20 { margin-top: 20px; }
.marginbottom20 { margin-bottom: 20px; }

.buttonarea { display: flex; align-items: stretch; margin-bottom: 20px; }
.buttonarea .viewBtn { width: 75%; }
.buttonarea span{flex: 1; text-align: center;} 
.buttonarea::before, .buttonarea::after { content: ''; display: block; clear: both; }

.bodynightarea { display: flex; align-items: stretch; margin-bottom: 20px; }
.bodynightarea1 { border: 1px solid  #ff0000; width: 44%; margin-right: 2%; }
.bodynightarea2 { border: 0px solid  #ff0000; width: 32%; margin-right: 2%; }
.bodynightarea3 { border: 1px solid  #ff0000; width: 20%; padding: 0 20px; background: #ff0000; color: #fff; display: flex; align-items: center; justify-content: center; }
.bodynightarea3 a { color: #fff; font-weight: 600; font-size: 20px;text-align: center; }


.blogsectionarea::before, .blogsectionarea::after { content: ''; display: block; clear: both; }
.blogwrapper { box-shadow: 0 0 20px #999; margin: 0 0 40px; border: 1px solid #ccc; padding: 20px 30px; }
.blogsectionarea img { margin: 0 20px 10px 0; width: 250px; float: left; border: 1px solid #ff0000; padding: 3px;  }
.blogsectionarea p { text-align: justify;}
h2 { padding-right: 130px; position: relative; }
h2 span { position: absolute; right: 0; top: 0; font-size: 16px; }


.blogBtnarea { display: flex; align-items: stretch; margin-bottom: 40px; }
.blogBtnarea span{flex: 1; text-align: center;} 
.blogBtnarea::before, .blogBtnarea::after { content: ''; display: block; clear: both; }
.detailsarea::before, .detailsarea::after { content: ''; display: block; clear: both; }

.blogdetailimgwrapper { margin: 10px 0 30px; border:1px solid #ff0000; padding: 5px; }
.blogdetailimgwrapper img { width: 100%; height: 400px; } 
.detailsarea { margin-bottom: 20px; min-height: 20px; }

.blogdetailswrapper { margin-bottom: 40px; }

.contactBtnarea ul { margin: 0; padding: 0; }
.contactBtnarea ul li a { margin: 0 0 20px; padding: 0; }
.contactBtnarea ul li:first-child { margin: 0 0 20px; padding: 0; border: 1px solid #ff0000; padding: 3px; }
.contactBtnarea ul li:last-child a{ margin: 0 0 0px; padding: 0; }

.contactwrapper { display: flex; align-items: ; margin: 0 0 40px; }

.contactBtnarea { width: 25%; float: left; margin-right: 30px; }
.contactinputarea { background: #fff; border: 1px solid #e3e3e3; width: 72%; float: right; padding: 40px; }
.contactinputarea input { width: 100%; padding: 0 20px; height: 50px; line-height: 48px; font-size: 18px; border: 2px solid #999; margin-bottom: 20px; }
.contactinputarea textarea { width: 100%; padding: 10px 20px; height: 150px; resize: none; line-height: 48px; font-size: 18px; border: 2px solid #999; margin-bottom: 20px; }
#banner{
    display: none;
}
.logo2{
    width: 90px;
}












footer {
    margin-top: 0px;
    position: relative;
    z-index: 3;
}
.o-footerbottom-area {
    background: #440303;
    padding: 50px 0;
    color: #fff;
}
.o-footercopy-area {
    background:#210202;
    border-top: 1px solid #7c0a0a;
    padding: 22px 0;
    color: #fff;
}
.o-footercopy-area p {
    color: #fff;
    font-size: 12px;
}
.footericon {
    text-align: right;
}
.footericon a {
    margin-left: 15px;
    color: #fff;
    margin-top: 3px;
    font-size: 18px;
    display: inline-block;
}
.footericon a:hover {
    color: #fdcf09;
}
.o-footerbottom-area h3 {
    font-size: 18px;
    line-height: 22px;
    color: #f9fafc;
    font-weight: 600;
    margin-bottom: 24px;
}
.o-footerbottom-area p {
    font-size: 14px;
    padding-right: 30px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    padding-right: 30%;
}
.o-footertop-area::before,
.o-footertop-area::after,
.o-footerbottom-area::before,
.o-footerbottom-area::after {
    content: '';
    display: block;
    clear: both;
}
.footermenu {
    padding-top: 20px;
}
.footermenu h3 { margin-top: 20px; font-weight: 800; }

.footermenu h4 { margin-bottom: 0; font-weight: 500; }

.footermenu ul {
    margin: 0;
    padding: 0;
}
.footermenu ul li {
    list-style: none;
    margin: 0 0px 10px 0px;
    display: inline-block;
    padding: 0 14px;
    text-transform: uppercase;
}
.footermenu ul li a {
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #f9fafc;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
.footermenu ul li a:hover {
    color: #fdcf09;
}
.footernopadd {
    padding: 0;
}
.footerlogo img {
    max-width: 100%;
    margin-bottom: 20px;
}
.footerlogo a { color: #ff0000; }
.footerlogo a:hover { color: #fdcf09; }


.u-footer-cont p {
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
.u-footer-cont span {
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    display: block;
}

.leftadd { display: none;  }
.rightadd { display: none;  }

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #bdbdbd !important;
 }
 .table-bordered>thead>tr>th { background: #27aae2; color: #fff; font-weight: bold; vertical-align: middle; }
 .table-bordered>tbody>tr>td { font-weight: bold; vertical-align: middle; }
 
 .rotatetext {
    width: 10px;
    word-break: break-all;
    line-height: 16px;
 }
 .midlargetext { font-size: 30px; font-weight: 700; vertical-align: middle; }

 .newsarea {
  margin: 5px 5px 30px;
   padding: 40px 50px; 
   font-size: 24px; 
   color: #000073; 
   text-align: center;
  text-decoration:none;
  background:#fdf094;
  display:block;
  box-shadow: -6px 8px 5px #0c0c0ca1;
/*  transform: skew(5deg);*/
  position: relative;
 }

 .newsarea2 {
  margin: 20px 0px 30px;
  border: 2px solid #27aae2;
   padding: 20px 50px; 
   font-size: 24px; 
   color: #000073; 
   text-align: center;
  text-decoration:none;
  display:block;
/*  transform: skew(5deg);*/
  position: relative;
 }


 img.newsareaicon { position: absolute; left:  -30px ; top: -30px; }
 img.newsareaicon1 { position: absolute;
    right: 25px;
    top: -7px;
    width: 40px;}


.halfbox { width: 50%; margin: 0 auto 40px;}

.liveresulttext { font-size: 40px; font-weight: 800;  color: #000073; text-align: center; text-transform: uppercase; padding: 20px 0 }
.liveresulttext span { color: #ff0000;}


.title-block>div {
    display: block;
    text-align: center;
    margin: 0px 0 20px;
    font-size: 36px;
    line-height:65px;
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.title-block>div:after {
    content: "";
    height: 5px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #ff0000;
    border-radius: 25px;
    display: block;
    z-index: 1;
}
.viewBtnblue { display: inline-block; height: 50px; line-height: 48px; font-size: 20px;  width: 230px; text-align: center; background: #01a5e4; color: #fff; }
.viewBtnblue:hover {  color: #000; }

.welcomeimage { text-align: center; margin: 0 auto; max-width: 1000px; padding: 30px 0 0px;}
.welcomeimage .mobilemsg { text-align: center; margin: 0 auto; max-width: 1000px; padding: 30px 0 0px;}


.welcomeimage .mobilemsg { display: none;}
.welcomeimage .desktopmsg {display: block;}

img.imgwelcomesize {
    width: 90%;
}


.refresh-btn {
    border: 2px solid #fff;
    background-color: #ed1e24;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px 0;
    box-shadow: 0px 0px 1px #000000d6;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
}

.whatapp-btn {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 99;
}

.addthis_inline_share_toolbox {
    position: fixed;
    bottom: 0px;
    left: 5px;
    z-index: 99;
}

.login_btn{
    display: none;
}




































@media(min-width:1280px){
    .leftadd { position: fixed; width: 140px; left: 10px; top: 10%; display: block;  }
    .rightadd { position: fixed; width: 140px; right: 10px; top: 10%; display: block;  }


}


marquee p{
    color:white;
    margin: 0px;
}

@media(max-width:1030px){
    .tableboxwrapper{ overflow-x: auto; }
    /*.tableboxwrapper>table {width: 700px;}*/
    /* .tableboxwrapper table table{width: 100%;} */



    .tablesmallboxwrapper{ overflow-x: auto; }
    /*.tablesmallboxwrapper table {width: 450px;}*/



    .halfbox { width: auto; margin: 0 20px 40px; }

    a.viewBtnblue.left {
       float: none;
       margin-bottom: 20px
    }
    a.viewBtnblue.right {
       float: none;
       margin-bottom: 20px
    }
    .bodywrapper {
       min-height: 400px;
       margin: 0 2%;
       overflow-x: auto;
    }
    
.bodywrapper {
    min-height: 400px;
    margin: 0 2%;
}
.container {
    width: auto;
    margin: 0 2%;
}
.logo {
    padding: 5px 0 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.nav>li>a {
    padding: 0px 10px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 400;
}





}


@media(max-width:991px){

.logo {
    text-align: left;
}
.navbar-nav {
    float: none;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
}

nav.navbar.navbar-inverse {
    float: right;
    margin-top: 15px;
}







}

@media(max-width:767px){
    .welcomeimage .mobilemsg { display: block;}
    .welcomeimage .desktopmsg {display: none;}
    #banner{
        display: block;
        padding: 0px 10px;
    }
    #banner img{
        border-radius: 10px;
    }
    .navbar{
        padding-top: 0px;
    }
    .logo2 {
        width: 80px;
    }
    .login_btn{
        position: absolute;
        right: 60px;
        top: 26px;
        background: #88BE45;
        color: black;
        display: block;
    }

    .welcomeimage {
        padding: 10px 0px 10px;
        font-weight: 800;
        font-size: 30px;
        color: red;
        line-height: 40px;
    }
    .contactwrapper { display: block; }
    .contactBtnarea {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .contactinputarea {width: 100%; margin-top: 30px; float: none;}
    h2 { padding-right: 0; position: relative; padding: 40px 0 0; font-size: 24px;}
    h2 span { right: inherit; left: 0; }
    .blogsectionarea img {
        margin: 0 0px 10px 0;
        width: 100%;
        float: none;
    }

    .montharea {
        display: block;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 30px;
        position: relative;
    }
    .montharea span { display: block;}
    span.monthheading {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}









 
    .bodybottomwrapper  { flex-wrap: wrap; }
    .bodybottomarea1 { width: 100% !important; margin-right: 0; margin-bottom: 20px; order: 1; }
    .bodybottomarea2 { width: 100% !important; margin-right: 0; margin-bottom: 20px;  order: 2}
    .bodybottomarea3 { width: 100% !important; margin-right: 0; order: 3; }




    .buttonarea { display: block;}
    .buttonarea .viewBtn {
        width: 100%;
        margin-bottom: 20px;
    }
    .buttonarea .viewBtn.right {
        float: none;
        margin: 0 auto;
    }
    .bodynightarea { display: block; }
    .bodynightarea1 {  width: 100%; margin-right: 0%; margin-bottom: 20px;}
    .bodynightarea2 {  width: 100%; margin-right: 0%; margin-bottom: 20px;}
    .bodynightarea3 {  width: 100%; margin-right: 0%;}


    .bodymiddlewrapper{ display: block; }
    .calenderarea {  width: 100%; margin-right: 0%; margin-bottom: 20px;}
    .calenderarea2 {  width: 100%; margin-right: 0%; }

}



@media(max-width:767px){

.menu {
    padding-right:0;
    padding-left:0;
}
.nav>li {
    border-bottom:1px solid #fff;
}
.nav>li:last-child {
    border-bottom:0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color:#fff;
    padding:0;
    background:#bc0e0e;
    color:#fff;
}
.navbar-inverse .navbar-nav>li>a {
    font-size:14px;
    color:#fff;
}
.dropdown-menu {
    position:relative;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:100%;
    padding:5px 0 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:0px solid #ccc;
    border:0px solid rgba(0, 0, 0,.15);
    border-radius:0;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, .175);
    box-shadow:0 0px 0px rgba(0, 0, 0,.175);
}
ul.dropdown-menu li {
    text-align:center;
    border-bottom:1px solid #ccc;
}
ul.dropdown-menu li a {
    line-height:34px;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color:#ffffff;
    background:#bc0e0e;
}
.logo {
    text-align:left;
}
.headerbottomarea {
    height:auto;
}
.navbar-inverse {
    background-color:#bc0e0e;
    border-color:transparent;
    position:absolute;
    width:100%;
    margin-top:10px;
    z-index:999;
}
.navbar-inverse .navbar-toggle {
    border-color:#fff;
    background:#bc0e0e;
    position:absolute;
    right:0;
    margin:0;
    top:-56px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color:#27aae2;
}
.menuasured a {
    border:0px solid #134163;
    border-radius:0px;
    color:#fff !important;
    padding:0 8px 0 40px !important;
    background:url(../images/asuredimg.png) no-repeat 37% 50%;
}
.menulogin a {
    border-radius:0px;
    border:0;
}
.navbar {
    min-height:1px;
}
.navbar-nav {
    float:none;
    text-align:center;
    margin:0;
}
.navbar-collapse {
    padding-right:15px;
}
.footermenu {
    text-align:center;
    border-bottom:1px solid #3f6480;
}
.footerlogo {
    border-bottom:1px solid #3f6480;
    text-align:center;
}
.footerlogo p {
    padding-right:0;
    font-size:12px;
}
.businessarea {
    border-bottom:0;
}
.businessarea h3 {
    display:none;
}
.o-footerbottom-area {
    padding-bottom:0;
}
.businessarea {
    padding-left:0;
    text-align:center;
}
.o-footercopy-area p {
    font-size:11px;
    text-align:center;
}
.footericon {
    text-align:center;
}
header {
    padding:6px 0 14px;
}

.loginwrapper { display: block;margin: 0 0 8px; }
.loginleftarea { width: 100%; }
.loginrightarea { width: 100%; }
.loginlogo {
    position: absolute;
    top: 65px;
    left: 35px;
    width: 150px;
}

.title-block>strong { font-size: 24px; line-height: 100px;}
.title-block>div { font-size: 24px;line-height: 36px; }
.tableboxwrapper { margin-bottom: 20px;}
.viewBtn {
    display: block;
    margin: 0 auto;
}
.newsarea { padding: 40px 15px; font-size: 20px;}

.titleheading { width: 100%; margin: auto;}
.titleheading span {
    background: #bc0e0e;
    padding: 5px 20px;
    color: #fff;
    display: block;
}

.table-bordered>tbody>tr>td {
    font-weight: bold;
    vertical-align: middle;
    font-size: 10px;
}

.bodybottomarea2 img { width: 100%; }
/*
.table-bordered tbody tr td:first-child { font-size: 8px; }*/
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th { padding: 8px 1px;}

.o-footerbottom-area h3 {   font-size: 14px;}
.o-footerbottom-area h4 {   font-size: 14px;}
.welcomeimage .mobilemsg img {
    width: 26px;
    margin: 0 15px;
}
.welcomeimage .mobilemsg span {
    font-size: 22px;
}

.halfbox {
    width: auto;
    margin: 0 0px 40px;
}

.bodywrapper{
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: auto;
}
.midlargetext{
    font-size: 25px;
}

#select_year{
    margin: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

}
/*Deepblue { #440303 }*/


