@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("eot"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("eot"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("../fonts/RobotoSlab-Bold.eot");
  src: url("../fonts/RobotoSlab-Bold.eot?#iefix") format("eot"),
    url("../fonts/RobotoSlab-Bold.woff") format("woff"),
    url("../fonts/RobotoSlab-Bold.ttf") format("truetype"),
    url("../fonts/RobotoSlab-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../fonts/RobotoSlab-Regular.eot");
  src: url("../fonts/RobotoSlab-Regular.eot?#iefix") format("eot"),
    url("../fonts/RobotoSlab-Regular.woff") format("woff"),
    url("../fonts/RobotoSlab-Regular.ttf") format("truetype"),
    url("../fonts/RobotoSlab-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("eot"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("eot"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Roboto-Regular";
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.tablewidth01 table {
  table-layout: auto !important;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
.datepicker .table-condensed {
  width: -webkit-fill-available;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*header css */

body {
  background: #f4f4f4;
}

header {
  background: url(../img/web-bg.png) left top repeat;
}
.roundflip {
  position: fixed;
  bottom: 8px;
  right: 0;
  z-index: 10;
}
.roundflip a {
  font-family:"Roboto-Regular";
  color:#fff;
  font-size:16px;
  background: #fcb333;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;  
}
.logo {
  margin: 10px 0px;
}

.tagline {
  text-align: center;
  font-family: "RobotoSlab-Bold";
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 30px 0px 0px;
  width: 300px;
  float: right;
}

.tagline p {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-family: "Roboto-Regular";
}

.dropdown-menu {
  min-width: 230px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 7px;
  margin: 0px 5px 0px 0px;
}

/*.navbar{min-height: auto;}*/

.login-form {
  width: 30%;
  margin: 0px auto;
}

.login-form form {
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.form-control,
.btn {
  height: 36px;
  border-radius: 2px;
}

.btn {
  font-size: 15px;
  font-weight: bold;
}

.remember-me {
  margin: 8px 0 0 12px;
}

.loginheader {
  width: 30%;
  margin: 10px auto;
  height: auto;
  overflow: hidden;
}

.login-form h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.login-form label {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto-Regular";
  font-weight: normal;
  margin-bottom: 15px;
}

.loginheader .innerrt-logo {
  text-align: center;
  font-family: "RobotoSlab-Bold";
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 10px 0px 0px;
  float: right;
}

.login-form input {
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
}

.loginfooter {
  background: none;
  color: #fff;
}

.login-form .btntopmar {
  margin-top: 30px;
  text-align: center;
}

.mainlogo {
  width: 50%;
  float: left;
  text-align: left;
}

.redlogo {
  width: 50%;
  float: left;
  text-align: left;
}

/*content css*/

.f_box {
  background: #d24d6a;
}

.Logo_box {
  background: #fff;
  text-align: center;
  height: 371px;
}

.Logo_box img {
  margin: 25px auto 0px;
}

.s_box {
  background: #f3a054;
}

.t_box {
  background: #51bd5a;
}

.f_box:hover {
  background: #c1425e;
  transition: 0.5s ease;
}

.s_box:hover {
  background: #e09149;
  transition: 0.5s ease;
}

.t_box:hover {
  background: #45ac4e;
  transition: 0.5s ease;
}

.common-box {
  padding: 20px 35px;
  overflow: hidden;
  margin: 0 2px 0px -16px;
}

.common-box2 {
  padding: 20px 35px;
  overflow: hidden;
  margin: 0 -16px 0px -16px;
}

.common-box3 {
  overflow: hidden;
  margin: 0 -15px 0px -16px;
}

.boxcont ul {
  padding: 0px;
  margin: 0px;
}

.boxcont ul li {
  padding: 4px 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
  font-family: "Roboto-Medium";
  font-size: 16px;
}

.boxcont ul li span {
  font-size: 13px;
}

.boxcont ul li p {
  text-align: left;
  padding: 0px 0px 0px 16px;
  font-family: "Roboto-Regular";
  font-size: 16px;
}

.boxcont h2 {
  font-size: 16px;
  font-family: "Roboto-Bold";
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
}

.img-m {
  border-radius: 5px;
}

.pagninationdiv {
  text-align: center;
}

.boxicon {
  text-align: center;
}

.boxtitle {
  font-family: "RobotoSlab-Bold";
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  font-size: 22px;
}

.boxcont {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.boxcont p {
  text-align: left;
  font-size: 14px;
  padding: 0px 0px 0px 38px;
  margin: 3px 0px 3px 0px;
}

.boxmore {
  text-align: center;
  padding: 10px 0px;
}

.boxmore a {
  color: #fff;
  text-decoration: underline;
}

.t_box .boxcont p:first-child {
  font-size: 16px;
}

.t_box .boxcont p span {
  margin: 0px 0px 0px 10px;
}

.t_box .boxcont p span a {
  color: #fff;
  text-decoration: underline;
}

.t_box .r-margin {
  margin: 0px 0px 0px 55px;
}

.t_box .r-margin a {
  color: #fff;
  text-decoration: underline;
}

.centerbg {
  padding-bottom: 25px;
  padding-top: 0px;
  background: url(../img/web-bg.png) left top repeat;
}

.navbg {
  background: #0072b9;
}

.logowrapper {
  position: relative;
}

.bannerbox {
  margin: 0px 0px 15px 0px;
  overflow: hidden;
}

/*footer css */

footer {
  background: #f4f4f4;
  /*border-bottom:3px solid #0072b9;*/
  color: #333333;
  font-size: 14px;
  font-family: "Roboto-Light";
  padding: 20px 0px;
  text-align: center;
  width: 100%;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #0c8cb6;
  border: 3px solid #fff;
}

.carousel-indicators li {
  border: 3px solid #f5f5f5;
  background: #f5f5f5;
}

.navbar-top {
  margin-top: 80px;
  margin-left: 0px;
}

.innerpagetitle {
  background: #0e5d8e;
  padding: 20px 0px 20px 0px;
  height: auto;
  overflow: hidden;
  margin: 0px 0px 0px;
}

.innerpagetitle h1 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  color: #fff;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px;
  text-transform: uppercase;
}

.innerrt-logo {
  text-align: center;
  font-family: "RobotoSlab-Bold";
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 15px 0px 10px;
  float: right;
}

.bredcrum {
  text-align: right;
  font-size: 14px;
  font-family: "Roboto-Light";
  color: #fff;
  padding-top: 5px;
}

.bredcrum span {
  font-family: "Roboto-Medium";
  color: #fff;
}

.bredcrum a {
  color: #fff;
  text-decoration: none;
}

.bg-white {
  background: #fff;
  padding: 50px 50px 50px;
  height: 100%;
  overflow: hidden;
  margin-top: 15px;
}

.bg-white h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.bg-white h3 {
  font-family: "RobotoSlab-Bold";
  font-size: 24px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  color: #333333;
}

.text {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin-bottom: 20px;
}

.img-text {
  width: 100%;
  margin: 40px 0px;
}

.img-text01 {
  width: 100%;
  margin: 0px 0px;
}

.img-l {
  border-radius: 5px;
  float: left;
  margin-right: 40px;
}

.img-logo {
  margin-top: 40px;
  border-radius: 5px;
  float: left;
  margin-right: 40px;
  margin-bottom: 100px;
}

.img-r {
  border-radius: 5px;
  float: right;
  margin-left: 40px;
}

.bg-grey {
  background: #ecf6ff;
  padding: 40px 50px;
  height: 100%;
  overflow: hidden;
}

.bg-grey .text span {
  font-size: 18px;
  color: #0072b9;
  font-family: "Roboto-Bold";
}

.bg-white .text span {
  font-size: 18px;
  color: #0072b9;
  font-family: "Roboto-Bold";
}

address {
  font-size: 16px;
  line-height: 35px;
}

address a {
  text-decoration: none;
  color: #000;
}

address a:hover {
  color: #0e5d8e;
}

address strong {
  color: #333333;
}

address strong .fa {
  color: #fcb333;
  margin-right: 10px;
  font-size: 20px;
}

.cntaddress {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto-Regular";
}

.cntaddress span {
  font-family: "Roboto-Medium";
  font-size: 17px;
  color: #333333;
  line-height: 30px;
}

.border {
  margin: 15px 0px;
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0px 45px;
}

.bg-white label {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto-Regular";
  margin-bottom: 15px;
  font-weight: normal;
}

.bg-white label span {
  color: #f80004;
}

.bg-white .form-group input {
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
}

.bg-white .form-group h4 {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto-Regular";
  margin: 2px 0px 18px;
}

.bg-white .form-group h4 span {
  color: #f80004;
}

.input-group .btn-primary {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 7px 25px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #666666;
}

.input-group .btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #666666;
  background-color: #fff;
  border-color: #ccc;
}

.input-group .form-control {
  width: 95%;
  border-radius: 5px !important;
}

.submitbtn:hover {
  background: #9e1432 !important;
}

.cancelbtn:hover {
  background: #f5f5f5 !important;
}

.submitbtn {
  background: #cb2448 !important;
  font-family: "Roboto-Medium";
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 35px;
}

.cancelbtn {
  background: #fff !important;
  font-family: "Roboto-Medium";
  color: #999999 !important;
  border: 2px solid #cccccc !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 35px;
  margin-left: 15px;
}

.btntopmar {
  margin-top: 15px;
}

.uploaddoc {
  background: #0e5d8e;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.uploaddoc a {
  color: #fff !important;
}

.uploaddoc a:hover {
  background: #0e5d8e !important;
  color: #fff !important;
}
/*----------------------------*/

/* Main Menu
/*----------------------------*/

/* Testimonials */
.testimonials {
  border-bottom: 1px solid #ece8e8;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.testimonials blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  color: #666;
  display: block;
  margin: 20px 0 0px;
  line-height: 27px;
  padding: 15px;
  position: relative;
  font-family: "Roboto-Regular";
  font-size: 16px;
}
.testimonials blockquote::before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-bottom-style: inset;
  /*FF fixes*/
}
.testimonials blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0e5d8e transparent transparent transparent;
}

.testimonials .carousel-info img {
  border: 1px solid #f5f5f5;
  border-radius: 150px !important;
  height: 100px;
  padding: 3px;
  width: 100px;
}

.testimonials .carousel-info {
  overflow: hidden;
}

.testimonials .carousel-info img {
  margin-right: 15px;
}

.testimonials .carousel-info span {
  display: block;
}
.testimonials span.testimonials-name {
  color: #0e5d8e;
  font-size: 16px;
  font-weight: 300;
  font-size: 16px;
  margin: 40px 0 7px;
  font-family: "Roboto-Bold";
}
.testimonials span.testimonials-post {
  color: #656565;
  font-size: 12px;
}

.navbar-custom {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.navbar-custom .navbar-brand {
  color: #999;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-custom .navbar-text {
  color: #999;
}

.navbar-custom .navbar-nav > li {
  padding: 0px 0 0px;
}

.navbar-custom .navbar-nav > li > a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-family: "Roboto-Regular";
}

.navbar-custom .navbar-nav > li > a i {
  margin-left: 10px;
  font-size: 14px;
}

.navbar-custom .navbar-nav > li:first-child > a {
  padding-left: 6px; /* border-top-left-radius:5px;*/
}
.navbar-custom .navbar-nav > li:last-child > a {
  padding-left: 7px; /* border-top-left-radius:5px;*/
  margin: 0px 0px 0px 0px;
}

.navbar-custom .navbar-nav > li:last-child > a {
  border-right: none;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #004fab;
  background-color: #fcb333;
  border-radius: 5px;
  font-family: "Roboto-Medium";
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #004fab;
  background-color: #fcb333;
  border-radius: 5px;
  font-family: "Roboto-Medium";
}

.navbar-cusmto .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-custom .navbar-toggle {
  border-color: transparent;
  border-left: 1px solid #bc9450;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color:/* transparent*/ #fcb333;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #6f4d12;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #e4e4e4;
  padding-left: 0;
  padding-right: 0;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
  border-color: #bc9450;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 17px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-custom .navbar-nav .dropdown-menu {
  background-color: #f5f5f5;
  left: 0;
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.navbar-custom .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}

.navbar-custom .navbar-nav .dropdown-menu > li > a {
  margin: 0;
  padding: 8px 30px 8px 15px;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  font-family: "Roboto-Regular";
}

.navbar-custom .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.navbar-custom .navbar-nav .dropdown-menu > li > a:focus,
.navbar-custom .navbar-nav .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav .dropdown-menu > li.active > a {
  background-color: #e9eaf2;
  color: #004fab;
  border-radius: 5px;
}

.navbar-custom .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-custom .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-custom
  .navbar-nav
  .dropdown-menu
  .dropdown-submenu
  .dropdown-menu
  > li
  > a {
  color: #23297a;
}

.dropdown-submenu i {
  position: absolute;
  top: 12px;
  right: 10px;
  float: right;
  transition: all ease 0.5s;
}

.dropdown-submenu:hover i {
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

@media (min-width: 767px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: 150%;
    display: block;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .dropdown:hover .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;

    display: block;
    visibility: visible;
    opacity: 1;
  }

  .dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    opacity: 0;
  }

  .dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #e9eaf2;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .navbar-custom {
    padding: 0;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .navbar-custom .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }

  .navbar-custom .navbar-nav > li {
    padding: 0;
    border-bottom: 1px solid #bc9450;
  }

  .navbar-custom .navbar-nav > li > a {
    border-right: none;
    color: #000;
    padding: 10px 8px;
    height: auto;
  }

  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #000;
    background-color: #edf9fd;
  }

  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #edf9fd;
  }

  .navbar-custom .navbar-collapse,
  .navbar-custom .navbar-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-submenu i {
    position: absolute;
    top: initial;
    right: 15px;
    margin-top: 5px;
    float: right;
    transform: rotateZ(0deg);
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav > li > a i {
    margin-top: 4px;
    float: right;
  }

  .navbar-custom
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu
    .dropdown-menu
    > li
    > a {
    color: #ffffff;
    background: #131642;
  }
}

/*----------------------------*/
/* Hamburger Animation
/*----------------------------*/

.navbar-hamburger-slider .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-hamburger-slider .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-hamburger-slider .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-hamburger-slider.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-hamburger-slider.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-hamburger-slider.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

/* accorng*/

.panel-group .panel {
  border-radius: 5px;
  border-color: #eeeeee;
  padding: 0;
}

.panel-default > .panel-heading {
  color: #fff;
  background: #087ac1 !important;
  border-color: #eeeeee;
  font-family: "RobotoSlab-Bold" !important;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  text-transform: uppercase;
}

.short-full {
  float: right;
  color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

/* table css */
tbody tr:nth-child(even) {
  background: #ffffff !important;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
}

table caption {
  font-size: 14px;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f0f0f1;
  border: 1px solid #d6d1d1;
  padding: 20px 0px;
}

table th,
table td {
  padding: 10px 0px;
  text-align: center;
}

table th {
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #aad6f1;
  color: #1d0c0c;
  padding: 12px 0px;
  font-family: "Roboto-Regular";
}

.septhir {
  font-size: 24px;
  font-family: "RobotoSlab-Bold";
  color: #0277bd;
  text-align: center;
}

.bg-white tr td:first-child {
  font-size: 16px;
  font-family: "Roboto-Medium";
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* table css end here*/

/* payment section */
/* payment section */

.paymenthead {
  font-family: "RobotoSlab-Bold";
  color: #333333;
  font-size: 26px;
  margin-bottom: 40px;
}

.downloadbtn {
  text-align: center;
}

.downloadbtn button {
  font-family: "Roboto-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #88bc2d;
  border-radius: 0px;
  padding: 10px 25px;
  border: none;
}

.downloadbtn button a {
  color: #fff;
}

#tabsWrap {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

#tabsWrap h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

#tabWrap {
  margin-top: 0px;
}
/* Styling the main text contents of the tabs */
.tabPaneInfo {
  margin: 20px 20px;

  background-color: #fff;
  clear: both;
}

/* Styling the main contents of the tabs */
.tab-pane {
  margin: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
}

/* Hidding the bottom border for the nav */
.nav-tabs {
  border-bottom: none;
}

#tabWrap .nav > li > a {
  font-size: 15px;
  color: #999999;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}

#tabWrap .nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none; /*background-color: #fcb333  !important;*/
}
.notetab {
  font-size: 15px;
  color: #a10023;
  font-family: "Roboto-Medium";
  padding: 8px 20px;
  background: #fff8e6;
  margin-bottom: 25px;
}

/* Changing the border color of the active nav tab */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #333333 !important;
  cursor: default;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-bottom-color: transparent;
  font-size: 15px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}
#tabWrap table th {
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #fff;
  color: #000;
  padding: 12px 0px;
  font-family: "Roboto-light";
  border-right: 1px solid #d6d1d1;
}

#tabWrap table tr {
  background-color: #fff;
  border: 1px solid #d6d1d1;
  padding: 20px 0px;
  font-family: "Roboto-Regular";
  font-size: 16px;
}
#tabWrap table td {
  border-right: 1px solid #d6d1d1;
}
#tabWrap tr td:first-child {
  font-size: 16px;
  font-family: "Roboto-Regular";
}
.checqedraft {
  background: #eff8ff;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  color: #333333;
  margin-top: 30px;
}
.checqedraft p {
  color: #0a649b;
  font-size: 18px;
  padding: 10px 0px;
  margin: 0px 0px 0px;
}

.checqedraft span {
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #333333;
}

.yellowtxt {
  font-size: 15px;
  color: #666666;
  font-family: "Roboto-Regular";
  padding: 8px 20px;
  background: #fff8e6;
  margin-top: 25px;
}
#messages tr td:first-child {
  font-size: 16px;
  font-family: "Roboto-Medium";
  text-align: right;
  padding-right: 20px;
}

#messages tr td:nth-child {
  text-align: left;
}

#messages table th {
  border-right: 1px solid #eff8ff;
  background: #eff8ff;
}

#messages table td {
  border-right: 1px solid #e6ecf1;
  text-align: left;
  padding-left: 20px;
}

.tablewidth {
  width: 25%;
}

.stepbox img {
  margin-top: 20px;
}

#messages tbody tr:nth-child(even) {
  background: #eff8ff !important;
  border-right: 1px solid #eff8ff;
}

.stepbox {
  background: #eff8ff;
  position: relative;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.stepbox a {
  font-size: 16px;
  color: #001dcd;
  font-family: "Roboto-Regular";
}

.stepbox span {
  background: #338cc4;
  color: #fff;
  font-family: "Roboto-bold";
  font-size: 16px;
  border-radius: 25px;
  width: 30px;
  text-align: center;
  height: 30px;
  position: absolute;
  left: -15px;
  top: 15px;
  padding-top: 5px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */

.viewdocument {
  margin: 50px 0px 0px 0px;
}
.viewdocument table th {
  font-size: 15px;
  letter-spacing: inherit;
  background: #aad6f1;
  color: #1d0c0c;
  padding: 2px 10px;
  font-family: "Roboto-Regular" !important;
  border-right: 1px solid #8ec3e4;
  text-align: center;
  font-weight: bold;
}

.viewdocument tr td {
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-right: 1px solid #d8d8dc;
  word-wrap: break-word;
}

.viewdocument tr td:first-child {
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-right: 1px solid #d8d8dc;
  word-wrap: break-word;
}

.viewbtn {
  font-family: "Roboto-Regular";
  color: #fff !important;
  text-transform: uppercase;
  background: #288dcc !important;
  border: none;
  font-size: 14px;
  height: 30px;
  border-radius: 3px;
  padding: 5px 20px;
}

.homepagecont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cont-left {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.cont-right {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.cont-right img {
  width: 100%;
  height: auto;
}

.cont-left .readmore {
  float: left;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #0050ab;
  font-family: "RobotoSlab-Bold";
  text-transform: uppercase;
  color: #0050ab;
  font-size: 16px;
}

.cont-left .readmore a {
  text-decoration: none;
  color: #0050ab;
}

.cont-left .readmore a:hover {
  text-decoration: none;
  color: #0050ab;
}

.logotheme {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.logotheme .themecontent {
  background: #f4f4f4;
  padding: 25px;
  margin: 0px 0px 0px 20px;
  height: 100%;
  overflow: hidden;
}

.themecontent .text {
  padding: 0px 0px 0px 300px;
  margin-bottom: 25px;
}

/* 2025 new */
.themecontent ul {
  margin-left: 50px;
  margin-bottom: 10px !important;
}

.themecontent img {
  position: absolute;
  left: 25px;
}

.new-text {
  line-height: 23px !important;
}

.days-highlights {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ekta-word {
  font-weight: bold; 
}


.ekta-e {
  color: #d00448 !important;
}
.ekta-k {
  color: #f8a422 !important;
}
.ekta-t {
  color: #69ab38 !important;
}
.ekta-a {
  color: #057ab5 !important;
}


.day2-list li{
  margin-bottom: 5px !important;
}

.day2-head{
  margin-top: 30px !important;
}

.tagline span{
  display: inline-block;
}


@media screen and (max-width:768px) {
  .new-line{
    display: none;
  }
}

/* end */

.themecontent h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 300px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.themecontent .readmore {
  float: left;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #cb2448;
  float: right;
  font-family: "RobotoSlab-Bold";
  text-transform: uppercase;
  color: #cb2448;
  font-size: 16px;
}

.themecontent .readmore a {
  text-decoration: none;
  color: #cb2448;
}

.themecontent .readmore a:hover {
  text-decoration: none;
  color: #cb2448;
}

.bg-white .formtagline {
  font-family: "RobotoSlab-Regular";
  font-size: 18px;
  color: #0a649b;
  padding: 0px 0px 20px;
}
.bg-white .formtagline2 {
  font-family: "RobotoSlab-Regular";
  font-size: 18px;
  color: #0a649b;
  padding: 20px 0px 20px;
  border-top: 1px solid #e3e2e2;
  margin-top: 20px;
}

.bg-white .form-group select {
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
  height: 40px;
}

.bg-white .form-group textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
}

.notice {
  width: 100%;
  font-size: 16px;
  color: #e4960e;
  margin: 10px 15px 20px;
}
.notice .glyphicon-ok {
  margin: 0px 10px;
  color: #797979;
}
.form-group .icheck-default {
  float: left;
  width: 50%;
}
.btmpoint {
  font-size: 16px;
}
.btmpoint ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.btmpoint ul li {
  padding: 0px 0px 0px 0px;
  color: #666666;
  font-size: 16px;
  padding: 2px 0px;
  list-style: none;
}
.btmpoint ul li .glyphicon-menu-right {
  color: #929292;
  font-size: 12px;
  margin-right: 3px;
}
.datepicker-days .table-condensed {
  width: auto;
}
.date .form-control {
  width: 100%;
  border-radius: 5px 0px 0px 5px !important;
}
.input-group-addon {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0px 5px 5px 0px;
}

.photocont {
  float: left;
  padding: 10px 10px;
  color: #666666;
  font-family: "Roboto-Regular";
  font-size: 15px;
}
.imgeplacerholder {
  width: 125px;
  height: 125px;
  background: #f5f5f5;
  border-radius: 5px;
  float: left;
  margin: 0px 20px;
}
.imgeplacerholder img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.photoupload img {
  max-width: 180px;
}
.photoupload input[type="file"] {
  padding: 0px 10px;
  background: transparent;
}
.text2 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #036fb8;
  line-height: 27px;
  margin-bottom: 30px;
}

.pagination-ys {
  /*display: inline-block;*/
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
  display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #84807f;
  background-color: #f5f5f5;
  border-color: #dddddd;
  margin-left: -1px;
  border-right: 1px solid #ccc;
}

.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  z-index: 2;
  color: #97310e;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: default;
  border-right: 1px solid #d6d1d1;
  border-left: 1px solid #d6d1d1;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0x;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
  color: #97310e;
  background-color: #ffffff;
  /* border: 1px solid #dddddd;*/
}

.pagination-ys tr td {
  border-right: none;
  font-weight: bold;
}
.pagination-ys tr td:first-child {
  border-right: none;
  font-weight: bold;
}

/*updated css for day 1 page - 1 oct 2018 */

.rightimg {
  float: right;
  margin: 0px 0px 15px 15px;
}

.imgresponisve {
  width: 100%;
  height: auto;
}

fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.fade .close {
  float: right;
  font-size: 20px;
  /* font-weight: 700; */
  line-height: -2;
  color: #000;
  /*text-shadow: 0 1px 0 #fff;*/
  filter: alpha(opacity=20);
  opacity: 0.9;
  background: #fcb333 !important;
  /* padding: 5px !important; */
  position: absolute;
  right: -11px;
  z-index: 99;
  width: 25px;
  height: 25px;
  top: -12px;
  border-radius: 25px;
}

.close span {
  padding: 0px;
  margin: 0px;
  top: -4px;
  position: relative;
}

.bg-grey01 {
  background: #ecf6ff;
  padding: 35px 50px 0px 50px;
  height: 100%;
  overflow: hidden;
}
.bg-grey02 {
  background: #ecf6ff;
  padding: 35px 50px 35px 50px;
  height: 100%;
  overflow: hidden;
}
.bg-grey02 p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  text-align: center;
}
.bg-grey02 h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  text-align: center;
}
.bg-grey02 .readmore {
  padding: 10px 0px;
  border-radius: 5px;
  border: 2px solid #0050ab;
  font-family: "RobotoSlab-Bold";
  text-transform: uppercase;
  color: #0050ab;
  width: max-content;
  font-size: 16px;
  margin: 0px auto;
}

.days {
  padding: 35px 60px;
  background: #fff;
}
.days h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
.days .cont-left .text {
  padding-right: 50px;
}
.bg-grey02 .readmore a {
  text-decoration: none;
  color: #0050ab;
  padding: 12px 20px;
}
.bg-grey02 .readmore a:hover {
  text-decoration: none;
  color: #fff;
  background: #0050ab;
  padding: 12px 20px;
}
.img-l {
  border-radius: 5px;
  float: left;
  margin-right: 40px;
}
.img-m {
  margin: 0px auto 30px;
  text-align: center;
}
.bg-grey01 .readmore {
  float: left;
  padding: 10px 0px;
  border-radius: 5px;
  border: 2px solid #0050ab;
  font-family: "RobotoSlab-Bold";
  text-transform: uppercase;
  color: #0050ab;
  font-size: 16px;
}
.bg-grey01 h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
.bg-grey01 .readmore a {
  text-decoration: none;
  color: #0050ab;
  padding: 12px 20px;
}

.bg-grey01 .readmore a:hover {
  text-decoration: none;
  color: #fff;
  background: #0050ab;
  padding: 12px 20px;
}

.newstitle h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 26px;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  color: #0050ab;
}
.newstitle h5 {
  font-family: "RobotoSlab-Bold";
  font-size: 18px;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
  color: #333333;
}
.newstitle h3 {
  font-family: "Roboto-Medium";
  font-size: 15px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  color: #363232;
}

.modal-dialog {
  /*width: 600px;*/
  margin: 100px auto;
}

/*updated css for day 1 page */

@media only screen and (min-width: 1201px) {
  /* Above 1200, Large desktop screens */
}

@media only screen and (max-width: 1200px) {
  /* Below 1200, Desktop screens */
}

@media only screen and (max-width: 1024px) {
  .common-box {
    padding: 20px 10px;
  }
  .nav > li > a {
    padding: 10px 5px;
  }
  .navbar-custom .navbar-nav > li:first-child > a {
    padding-left: 10px;
  }
  .Logo_box {
    height: 308px;
  }
  .Logo_box img {
    margin: 25px auto 0px;
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .uploaddoc {
    background: #0e5d8e;
    color: #fff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .foripadd {
    width: 100%;
    top: 0px;
    position: absolute;
  }
  .bannerbox {
    margin: 0px 0px 0px 0px;
  }
  .navbar-custom .navbar-nav > .open > a,
  .navbar-custom .navbar-nav > .open > a:hover,
  .navbar-custom .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fcb333;
    border-color: #fcb333;
  }
  .navbar-custom .navbar-nav > li {
    border-bottom: 1px solid #0565a1;
  }
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #edf9fd;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #000;
    background-color: #edf9fd;
  }
  .container {
    width: 100%;
  }
  .tagline {
    width: 100%;
    margin: 0px 0px 0px;
  }
  .logowrapper {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .nav > li > a {
    margin: 0px 0px 0px 0px;
  }
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    border-radius: 0px;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    border-radius: 0px;
  }
  .navbar-custom .navbar-nav .dropdown-menu {
    border-radius: 0px;
  }
  footer {
    position: relative;
  }
  .navbar-custom .navbar-nav > li:last-child > a {
    padding-left: 8px;
    /* border-top-left-radius: 5px; */
    margin: 0px 0px 0px 0px;
  }
  .navbar-top {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .foripad {
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  /* Below 992, Medium Desktops */
  .login-form {
    width: 70%;
    margin: 0px auto;
  }
  .loginheader {
    width: 70%;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-header {
    background: #fcb333;
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  /*2018 dais*/
  .bg-grey01 {
    background: #ecf6ff;
    padding: 35px 50px 50px 50px;
    height: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .rightimg {
    float: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .login-form {
    width: 70%;
    margin: 0px auto;
  }
  .loginheader {
    width: 70%;
  }
  #tabWrap .nav-tabs > li {
    width: 100%;
  }
  #tabWrap .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #ffffff !important;
    cursor: default;
    border-radius: 0;
    background-color: #0e5d8e !important;
    border: 1px solid #eaeaea;
    border-bottom-color: transparent;
    font-size: 15px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
  }
  #tabWrap .nav > li > a {
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #eaeaea;
  }
  .tablewidth {
    width: 35%;
  }
  /* Below 768, Laptops, Landscape devices */
  /*.tagline{ font-size:20px;     margin: 30px 0px; position:absolute; top:-117px; right:0; width:500px}*/
  .navbar-custom .navbar-toggle {
    border-color: transparent;
    border-left: 1px solid #146698;
    background: #fcb333;
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  /*.navbar-custom .navbar-nav>li:first-child>a {padding-left: 8px;border-top-left-radius: 5px;}*/
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  /*.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus {color: #004fab;}
*/
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #004fab;
  }
  .navbar-custom .navbar-nav > li {
    border-bottom: 1px solid #0565a1;
  }
  /*.navbar-custom .navbar-nav>li {border-bottom: 1px solid #0565a1;}*/
  .navbar-custom .navbar-nav > li > a {
    color: #fff;
    padding: 10px 10px;
  }
  .f_box {
    padding: 20px 12px;
  }
  .s_box {
    padding: 20px 12px;
  }
  .t_box {
    padding: 20px 12px;
  }
  .boxcont p {
    padding: 0px 0px 0px 0px;
  }
  /*.nav {padding-left: 15px;}*/
  .logo {
    position: relative;
    left: -12px;
    top: 0px;
  }
  .foripad {
    width: 100%;
  }
  .Logo_box {
    height: auto;
  }
  .Logo_box img {
    width: 84.5%;
    overflow: hidden;
  }
  /*.bannerbox{    margin: 15px 0px 15px 0px;}*/
  .innerpagetitle h1 {
    font-size: 24px;
  }
  .foripadd {
    width: 100%;
    top: 0px;
    position: absolute;
  }
  .navbar-top {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0px;
  }
  .img-l {
    border-radius: 5px;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
    width: 60%;
  }
  .img-r {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  /*2018*/

  .days {
    padding: 35px 20px;
    background: #fff;
  }

  .bg-grey01 {
    background: #ecf6ff;
    padding: 35px 20px 50px 20px;
    height: 100%;
    overflow: hidden;
  }
  .bg-grey02 {
    padding: 35px 20px 35px 20px;
  }

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: 150%;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .dropdown:hover .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    opacity: 0;
  }
  .dropdown:hover .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #e9eaf2;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .navbar-custom {
    padding: 0;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-custom .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  .navbar-custom .navbar-nav > li {
    padding: 0;
    border-bottom: 1px solid #bc9450;
  }
  .navbar-custom .navbar-nav > li > a {
    border-right: none;
    color: #fff;
    padding: 10px 8px;
    height: auto;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #000;
    background-color: #edf9fd;
  }
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #edf9fd;
  }
  .navbar-custom .navbar-collapse,
  .navbar-custom .navbar-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
    outline: none;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-submenu i {
    position: absolute;
    top: initial;
    right: 15px;
    margin-top: 5px;
    float: right;
    transform: rotateZ(0deg);
  }
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav > li > a i {
    margin-top: 4px;
    float: right;
  }
  .navbar-custom
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu
    .dropdown-menu
    > li
    > a {
    color: #ffffff;
    background: #131642;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav > .open > a,
  .navbar-custom .navbar-nav > .open > a:hover,
  .navbar-custom .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fcb333;
    border-color: #fcb333;
  }
  .nav {
    padding-left: 0px;
  }
  table th,
  table td {
    padding: 10px 10px;
    text-align: center;
  }
  .bg-white h3 {
    margin: 30px 0px 0px 0px;
  }
  .innerpagetitle h1 {
    text-align: center;
  }
  .bredcrum {
    text-align: center;
  }
  .innerrt-logo {
    position: relative;
    top: 0px;
    right: 15px;
  }
  .img-l {
    border-radius: 5px;
    float: left;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  .img-r {
    border-radius: 5px;
    float: right;
    margin-left: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
  .img-m {
    border-radius: 5px;
    width: 100%;
  }
  .bannerbox {
    margin: 0px 0px 0px 0px;
  }
  .navbar-custom .navbar-nav > li {
    border-bottom: 1px solid #0565a1;
  }
  .navbar-header {
    background: #fcb333;
  }
  .navbar-custom .navbar-toggle {
    border-color: transparent;
    border-left: 1px solid #e8a32b;
    background: #fcb333;
  }
  .navbar-custom .navbar-nav > li:first-child > a {
    padding-left: 7px;
    border-top-left-radius: 0px;
  }
  .logo {
    text-align: center;
    z-index: 9;
    position: relative;
  }
  .tagline {
    margin: 10px 0px;
    width: 100%;
    position: static;
  }
  .t_box .boxcont p:first-child {
    text-align: center;
  }
  .boxcont p {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  .boxheight {
    overflow: hidden;
    height: auto !important;
  }
  .sameHeight {
    overflow: hidden;
    height: auto !important;
  }
  .common-box {
    margin: 0 -16px 0px -19px;
  }
  .Logo_box {
    height: auto;
  }
  .Logo_box img {
    width: 320px;
    height: 321px;
    margin: 25px auto 25px;
  }
  .navbar-nav {
    float: none;
  }
  .nav > li > a {
    margin: 0px 0px 0px 0px;
  }
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    border-radius: 0px;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    border-radius: 0px;
  }
  .navbar-custom .navbar-nav .dropdown-menu {
    border-radius: 0px;
  }
  footer {
    position: relative;
  }
  .navbar-custom .navbar-nav > li:last-child > a {
    padding-left: 8px;
    /* border-top-left-radius: 5px; */
    margin: 0px 0px 0px 0px;
  }
  .navbar-top {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .foripad {
    width: 100%;
  }
  .innerpage .navbar-custom .navbar-collapse,
  .navbar-custom .navbar-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bg-white {
    padding: 30px 15px;
    margin-top: 0px;
  }
  .bg-grey {
    padding: 30px 15px;
  }
  .img-logo {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .logotheme .themecontent {
    margin: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .cont-left {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .cont-right {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .cont-left .readmore {
    margin-bottom: 30px;
  }
  .themecontent img {
    position: relative;
    left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .themecontent h2 {
    padding: 0px 0px 20px 0px;
  }
  .themecontent .text {
    padding: 0px 0px 0px 0px;
  }
  /* Below 600, Tabs, Potrait handheld devices */
  .logo {
    text-align: center;
  }
  .tagline {
    margin: 10px 0px;
  }
  .t_box .boxcont p:first-child {
    text-align: center;
  }
  .boxcont p {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  #messages table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
  }
  #messages tr td:first-child {
    text-align: left;
  }
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* Below 480, Mobile screens */
  .mainlogo {
    width: 50%;
    float: left;
    text-align: left;
  }
  .redlogo {
    width: 50%;
    float: left;
    text-align: left;
  }
  .login-form {
    width: 80%;
    margin: 0px auto;
  }
  .loginheader {
    width: 80%;
  }
  .cancelbtn {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .cancelbtn {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
  .submitbtn {
    width: 100%;
  }
  .login-form {
    width: 90%;
    margin: 0px auto;
  }
  .loginheader {
    width: 90%;
  }
  .logo {
    left: -44px;
  }
  .bg-white {
    padding: 30px 15px !important;
  }
}
