﻿html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
}

.middle-header .row {
  display: block;
}

.container {
  max-width: 95%;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none;
}

.btn {
  font-size: 14px;
  padding: 0.375rem 0.75rem;
}

.navbar {
  padding: unset;
}

.navbar-secondary {
  height: auto;
  min-height: 100%;
  margin: 0;
}

a.navbar-brand {
  color: #666 !important;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
  height: auto;
}

.navbar-brand em {
  font-size: 13px;
}

.navbar-form {
  margin: 0;
  padding: 0;
}

.nav-link {
  padding: 0.3rem 1rem;
  margin: 0;
}

a.nav-link {
  padding: 0.3rem 1rem !important;
  margin-right: 15px;
}

.nav-link.active {
  border-bottom: 0.15rem solid #930707;
}

.nav-btn {
  line-height: 1rem;
  font-size: 18px;
}

input,
select,
button,
textarea {
  border-radius: 0 !important;
}

p {
  color: #666;
}

.btm-border {
  border-bottom: 1px solid #ddd;
}

.mar-btm-25 {
  margin-bottom: 25px !important;
}

.mar-btm-10 {
  margin-bottom: 10px !important;
}

.mar-btm-5 {
  margin-bottom: 5px !important;
}

.mar-lft-10 {
  margin-left: 10px;
}

.mar-rgt-10 {
  margin-right: 10px;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-25 {
  padding-top: 25px;
}

.service-container {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  width: 90%;
}

.service-content {
  margin-top: 12px !important;
  float: left;
  width: 100%;
}

.service-content h5 {
  color: #c80009;
  margin: 0;
  font-size: 18px;
  /*font-weight:bold;*/
}

.service-content p {
  margin: 8px 0;
  overflow: hidden;
}

.heading {
  font-size: 22px;
  color: #c80009 !important;
  font-weight: normal;
}

.headding {
  /* height: 29px !important; */
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  /*overflow: hidden;*/
}

.headding h4 {
  line-height: 35px;
  font-size: 22px;
  float: left;
  display: inline-block;
  color: #c80009 !important;
  font-weight: normal;
}

.headding .dropdown {
  display: inline-block;
  line-height: 1rem;
}

.dropdown-item {
  padding: 0.25rem 0;
}

.dropdown-item:first-child a {
  border-top: solid 0px #ccc;
  padding-top: 0px;
}

.dropdown-item a,
a.dropdown-item {
  text-decoration: none !important;
  border-top: solid 1px #ccc;
  display: block;
  padding: 5px 1.2rem;
  overflow: hidden;
  color: #666;
  min-width: 200px;
  font-size: 16px;
  line-height: 2rem;
}

.dropdown-item a:hover,
a.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item span {
  vertical-align: top;
}

.red_button {
  /* background: #940809 url(../images/red_button_bg.jpg) repeat-x top left; */
  background: #ce3231;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ce3231),
    to(#930707)
  );
  background: -webkit-linear-gradient(#ce3231, #930707);
  background: -moz-linear-gradient(#ce3231, #930707);
  background: -ms-linear-gradient(#ce3231, #930707);
  background: -o-linear-gradient(#ce3231, #930707);
  background: linear-gradient(#ce3231, #930707);
  display: inline-block;
  color: #fff !important;
  font-family: "PT Sans";
  font-size: 17px;
  padding: 4px 10px;
  text-decoration: none !important;
  border-radius: 0 !important;
  border: 0;
}

.service-widget {
  background: #fff;
  clear: both;
  margin-bottom: 20px;
  margin-top: 0;
}

.service-widget-title {
  background: #c62c2b;
  background-image: -webkit-gradient(
    linear,
    0 0%,
    0 100%,
    from(#c62c2b),
    to(#950808)
  );
  background-image: -webkit-linear-gradient(top, #c62c2b 0%, #950808 100%);
  background-image: -moz-linear-gradient(top, #c62c2b 0%, #950808 100%);
  background-image: -ms-linear-gradient(top, #c62c2b 0%, #950808 100%);
  background-image: -o-linear-gradient(top, #c62c2b 0%, #950808 100%);
  min-height: 30px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
  padding: 0.45rem 1.25rem;
}

.service-widget-title > .h4,
h4 {
  display: block !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding-top: 5px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
}

.service-widget-title > .h4,
h4 em {
  font-size: 24px;
  margin-right: 5px;
}

.service-widget-title span.tools {
  position: relative;
  float: right;
  margin-top: -5px;
  padding: 2px 5px 1px 10px;
}

.service-widget-title h4:after {
  font-family: FontAwesome;
  content: "\f068";
  float: right;
  color: #fff;
}

.service-widget-title.collapsed h4:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.service-widget-body {
  border: 1px solid #cccccc;
  padding: 10px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.service-widget-body-form {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  width: 100%;
}

.panel-heading {
  padding: unset;
  border-bottom: none;
}

.nav-tabs {
  border-bottom: 0px;
}

.tab-pane {
  padding: 15px 0;
}

.tab-pane ul {
  margin-left: 5px;
  padding: 5px 20px;
}

.resp-tabs-list a {
  float: left;
  background: none;
  border-bottom: 2px solid #636363;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px !important;
  padding-bottom: 0 !important;
  color: #666666;
  margin-bottom: 5px;
}

.resp-tabs-list a {
  float: left;
  background: none;
  border-bottom: 2px solid #636363;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px !important;
  padding-bottom: 0 !important;
}

.resp-tabs-list a {
  text-decoration: none !important;
}

.resp-tabs-list a {
  color: #000 !important;
}

.resp-tabs-list a.active {
  color: #d13138 !important;
}

.resp-tabs-list a.active {
  background: none !important;
  border-bottom: 2px solid #c80009 !important;
  position: relative !important;
}

.widget-text-center h4 {
  text-align: center;
  padding-top: 7px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.widget-grey-title {
  background: #585858;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#555555),
    to(#3c3c3c)
  );
  background: -webkit-linear-gradient(#555555, #3c3c3c);
  background: -moz-linear-gradient(#555555, #3c3c3c);
  background: -ms-linear-gradient(#555555, #3c3c3c);
  background: -o-linear-gradient(#555555, #3c3c3c);
  background: linear-gradient(#555555, #3c3c3c);
}

.form-col {
  min-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-col label {
  font-weight: bold;
  text-align: right;
}

.service-form-actions {
  margin: 0;
  background-color: transparent;
  text-align: center;
}

.service-form-actions button {
  margin-bottom: 10px;
  margin-right: 10px;
}

.button_style {
  background: #c80009;
  font-family: "PT Sans";
  font-size: 16px;
  color: #fff;
  border: 0px;
  padding: 5px 15px;
  transition: all 0.3s;
}

.eSerivceL {
  height: 30px;
  margin-left: 0 !important;
}

.eSerivceL h4 {
  color: #333;
  border-bottom: 1px solid #e3e3e3 !important;
  font-size: 18px !important;
  font-weight: bold;
  padding-bottom: 5px !important;
  line-height: 22px !important;
}

.etraining-menu-list div a {
  float: left;
  min-width: 55px;
  color: #fff;
}

.eservice-box {
  display: flex;
  gap: 0.8rem;
}

.eservice-disc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.eservice-disc h6 {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  margin: 0 !important;
}

.eservice-disc h5 {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  margin: 0px;
}

.eservice-disc p {
  line-height: 16px;
  color: #666;
  overflow: hidden;
  font-size: 13px;
  margin: 0px;
  width: 100%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-widget-body-table {
  border: 0;
  padding: 0;
  width: 100.05%;
}

.table-resp {
  display: table;
  color: #444;
  margin: 0px 0;
  width: 100%;
  background: #eaeaea;
}

.table-resp {
  border-top: 1px solid #ccc;
}

.table-resp thead th {
  background: #e3e3e3;
  color: #333;
  font-weight: 400;
  border-right: 1px solid #ccc;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.table-resp tbody tr {
  background: #fff;
}

.table-resp tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.popover {
  width: 290px;
  font-size: 14px;
  top: 35px !important;
  right: 2.5% !important;
  left: auto !important;
  margin-bottom: 20px;
  margin-right: 15px;
  transform: none !important;
}

.popover-header {
  padding: 1rem 0.75rem;
  font-size: 14px;
}

.popover .arrow {
  right: 15px !important;
  left: auto !important;
  top: -20px;
}

.popover .arrow::after,
.popover .arrow::before {
  border-width: 10px;
}

.popover .arrow::after {
  border-bottom-color: #f7f7f7;
}

.popover ul {
  margin: 0;
  padding: 0;
}

.popover ul li {
  list-style: none;
  overflow: hidden;
}

.popover ul li a {
  text-decoration: none !important;
  border-top: solid 1px #ccc;
  display: block;
  padding: 5px 0;
  overflow: hidden;
  color: #666;
}

.popover ul li:first-child a {
  margin-top: 0px;
  border-top: solid 0px #ccc;
}

.popover ul li a span {
  vertical-align: top;
}

.popover-left {
  top: 35px !important;
  left: 2.5% !important;
  right: auto !important;
  margin-bottom: 20px;
  margin-left: 15px;
}

button.dropdown-toggle {
  font-size: 18px;
  line-height: 1rem;
  background-color: #4a4949;
  color: white;
}

button.dropdown-toggle:hover {
  background-color: #e11931;
  color: white;
}

.burger-menu {
  color: #333;
  background: #b7b7b7;
}

.form-control {
  font-size: 1.4rem;
  padding-left: 5px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.2rem + 8px);
}

.search-form .form-control {
  line-height: 1rem;
  max-height: 27.5px;
}

.search-form .btn {
  line-height: 1rem;
  font-size: 18px;
}

.form-check-input {
  margin-top: 0.5rem;
}

.form-check-label {
  margin-left: 1rem;
}

.label {
  font-weight: bold;
  color: #000;
  padding: unset;
  display: block;
  font-size: 16px;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}

legend {
  border-bottom: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin-left: -1.25rem;
}

.table-active {
  border-radius: unset;
  border: 0;
  text-align: left;
}

h5.modal-title {
  font-size: 1.6rem;
}

button.close {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .service-container {
    width: 95%;
  }

  .form-col label {
    text-align: left;
  }

  .label {
    text-align: left;
  }
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-md-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }

  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
