html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #cc191c; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #cc191c;
  border: 2px solid #cc191c;
  padding: 12px 30px;
  font-size: 17px;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin: 15px 0; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #7b0a04;
  border-color: #7b0a04;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  color: #fff !important;
  background-color: #7b0a04;
  border-color: #7b0a04; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #7b0a04;
  border-color: #7b0a04; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #7b0a04;
  border-color: #7b0a04; }

.title-h {
  font-family: "Lato", sans-serif;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 31px !important;
      line-height: 35px !important; } }

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 30px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 22px !important;
      line-height: 28px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.display-view {
  display: block !important; }
  @media (max-width: 991px) {
    .display-view {
      display: none !important; } }

/******navbar start*******/
.top_bar {
  height: 55px;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100%;
  padding: 10px 0 10px 0; }

.top-right {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .top-right {
      text-align: left; } }

@media screen and (max-width: 991px) {
  .top_bar {
    display: block; } }
.top_bar .btn {
  padding: 11px 32px 11px 32px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-left: 6px;
  min-width: 150px;
  border-radius: 7px;
  margin-top: 0; }

.top_bar .btn:hover {
  color: #fff; }

.top_bar .btn2 {
  background-color: #cc191c;
  border: 2px solid #cc191c; }

.mobile-view {
  display: none !important; }
  @media screen and (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******** top bar end ********/
.navbar {
  min-height: 95px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

nav.navbar.bootsnav {
  background: #fff;
  border-bottom: 1px solid #eee; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background: transparent; }

  .desctop-navbar {
    display: none; }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #cc191c; } }
.navbar-brand {
  padding: 16px 5px 2px 10px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 10px 5px 2px 15px; } }

.navbar-brand img {
  width: auto;
  height: 50px;
  margin-top: 10px;
  z-index: 100; }
  @media (max-width: 1150px) {
    .navbar-brand img {
      height: 40px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 30px;
      margin-top: 5px; } }

.caret {
  margin-left: 2px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 230px;
    border-radius: 2px;
    padding: 0 10px;
    background: white;
    border: solid 1px #ccc;
    border-top: 5px solid #cc191c;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: 4px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 65px 0px 6px 26px;
    font-weight: 500;
    font-size: 17px;
    color: #cc191c;
    font-family: "Lato", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1150px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 65px 0px 6px 18px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #cc191c; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 5px;
    color: #444;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #cc191c;
    background-color: #f8f8f8; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #333 !important;
    font-family: "Lato", sans-serif; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    font-family: "Lato", sans-serif; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
.navbar-nav .mob-version {
  display: none; }
  @media (max-width: 992px) {
    .navbar-nav .mob-version {
      display: block; } }

nav.navbar.bootsnav ul.nav > .mob-version > a {
  color: #cc191c !important;
  font-weight: 600; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
/******navbar end**********/
/*************** hero start ****************/
.hero {
  position: relative;
  min-height: 77vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/img1.jpg); }
  @media (max-width: 1100px) {
    .hero {
      min-height: 30vh; } }
  .hero img {
    margin-top: 22vh;
    height: 45vh;
    width: auto; }
    @media (max-width: 1170px) {
      .hero img {
        height: 35vh; } }
    @media (max-width: 1100px) {
      .hero img {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 16vh; } }
    @media (max-width: 991px) {
      .hero img {
        margin-top: 10px; } }
  .hero .hero-text {
    margin-top: 33vh;
    padding-left: 8px; }
    @media (max-width: 1100px) {
      .hero .hero-text {
        padding-left: 0;
        margin-top: 20vh; } }
    @media (max-width: 768px) {
      .hero .hero-text {
        text-align: center; } }
  .hero h1 {
    color: #333;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Lato", sans-serif; }
    @media (max-width: 992px) {
      .hero h1 {
        font-size: 32px;
        line-height: 36px; } }
  .hero .btn {
    margin-top: 15px;
    margin-bottom: 30px; }

/***** hero end ********/
.hero-bottom {
  padding: 30px 0;
  margin-bottom: 30px; }
  .hero-bottom h3 {
    font-size: 60px;
    font-weight: 800;
    color: #7b0a04;
    margin-top: 30px; }
  .hero-bottom img {
    padding: 0 125px 0 0; }
    @media (max-width: 991px) {
      .hero-bottom img {
        padding: 0; } }
  .hero-bottom .hero-bottom-padd {
    padding: 20px;
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .hero-bottom .hero-bottom-padd {
        border-right: none; } }
  .hero-bottom .hero-right {
    padding-left: 100px; }
    @media (max-width: 991px) {
      .hero-bottom .hero-right {
        padding-left: 15px;
        text-align: center;
        padding-top: 20px; } }
  .hero-bottom h4 {
    font-size: 25px;
    line-height: 38px;
    color: #555;
    font-weight: 300;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .hero-bottom h4 {
        margin-top: 0;
        line-height: 32px; } }

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px; }
  .cta p {
    color: #fff;
    font-size: 26px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .cta p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn {
    margin-top: 20px; }
  .cta .back {
    background-color: rgba(0, 0, 0, 0.4); }

/******** cta end ********/
.cta-index {
  padding-top: 30px;
  overflow: hidden; }

.cta-box {
  padding: 60px;
  background: rgba(234, 239, 250, 0.6);
  border-radius: 10px; }
  @media (max-width: 768px) {
    .cta-box {
      padding: 20px; } }
  .cta-box .btn {
    margin-top: 0; }

.services .svg-inline--fa {
  color: #cc191c;
  margin-right: 12px;
  margin-left: -28px; }
.services .services-svg {
  margin-left: 28px; }
@media (max-width: 768px) {
  .services .img-services {
    margin-top: 30px; } }

/******* faq start******/
a:hover, a:focus {
  text-decoration: none;
  outline: none; }

#accordion .panel {
  border: none;
  border-top: 1px solid #e8e8e8;
  box-shadow: none;
  border-radius: 0;
  margin: 0; }

#accordion .panel:last-child {
  border-bottom: 1px solid #e8e8e8; }

#accordion .panel-heading {
  padding: 0; }

#accordion .panel-title a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #635858;
  background: #fff;
  padding: 25px 20px 25px 47px;
  position: relative;
  transition: all 0.5s ease 0s; }

#accordion .panel-title a:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 50%;
  background: #cc191c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 32%;
  left: 0;
  transition: all 0.3s ease 0s; }

#accordion .panel-title a.collapsed:before {
  content: "+"; }

#accordion .panel-body {
  font-size: 15px;
  color: #635858;
  line-height: 25px;
  border: none;
  padding: 14px 20px 14px 47px; }

/********faq end**********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative;
  background-position: bottom; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background: rgba(90, 130, 216, 0.1); }
  .tc-footer .footer-right {
    text-align: right; }
  .tc-footer .footer-title {
    color: #cc191c;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .tc-footer .footer-title {
        margin: 30px 0 10px 0; } }
  .tc-footer a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 20px;
        font-size: 16px; } }
  .tc-footer a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #cc191c; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .tc-footer p {
        line-height: 20px;
        font-size: 14px; } }
  .tc-footer img {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }

.footer-copyright {
  margin-top: 40px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 50px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #cc191c;
    color: #cc191c;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #cc191c;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cc191c; }
  .footer-copyright a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer-copyright a {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #333;
  font-size: 52px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(90, 130, 216, 0.15); }

input, textarea {
  width: 100%;
  padding: 13px 15px;
  background-color: rgba(234, 239, 250, 0.6);
  border: 1px solid rgba(234, 239, 250, 0.6);
  margin-bottom: 25px;
  outline: none;
  border-radius: 0; }

select {
  width: 100%;
  padding: 14px 15px;
  background-color: rgba(234, 239, 250, 0.6);
  border: 1px solid rgba(234, 239, 250, 0.6);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  color: #666;
  font-size: 15px;
  height: 53px; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px; }

::placeholder {
  font-size: 15px; }

.contact-page .title-h {
  margin-bottom: 20px; }
.contact-page ul {
  list-style: none;
  padding-left: 0; }
.contact-page li {
  margin-bottom: 12px; }
.contact-page a {
  color: #333; }
.contact-page a:hover {
  color: #cc191c; }
.contact-page .svg-inline--fa {
  min-width: 20px;
  margin-right: 10px;
  color: #cc191c; }

.login-page {
  min-height: 100vh;
  padding: 200px 0 130px  0; }
  @media (max-width: 766px) {
    .login-page {
      padding: 150px 0 100px  0; } }

.login-page input {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px 15px; }

.login-box {
  overflow: hidden;
  background-color: #fff;
  box-shadow: -2px 5px 35px rgba(0, 0, 0, 0.15); }

.login-form {
  padding: 40px 45px 20px 30px; }

.login-page h4 {
  margin-top: 40px;
  font-size: 15px; }

.login-page h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333; }
  @media (max-width: 1050px) {
    .login-page h1 {
      margin-bottom: 20px;
      font-size: 38px; } }

@media (max-width: 767px) {
  .login-box .back-img {
    display: none; }

  .login-form {
    padding: 20px 20px 20px 20px; } }
@media (max-width: 766px) {
  .sign-h3 {
    font-size: 17px;
    margin-top: 0; } }

/***************/
.tab-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px; }

.maxwidth {
  width: 100%;
  margin: 0 auto; }

.ux-vertical-tabs {
  position: relative;
  display: flex;
  /*background: linear-gradient(to bottom, #eee, #fff 200px);*/ }

.ux-vertical-tabs .tabs {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.ux-vertical-tabs .tabs button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1.2rem;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  transition: background 250ms ease; }

.ux-vertical-tabs .tabs button:first-child {
  border-top: 1px solid #ddd; }

.ux-vertical-tabs .tabs button:hover {
  background: rgba(139, 148, 129, 0.1); }

.ux-vertical-tabs .tabs button.active {
  background: transparent;
  border-right: 0;
  color: #222;
  border-left: 3px solid #cc191c;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px; }

.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid #ddd;
  pointer-events: none; }

.ux-vertical-tabs .tabs button:hover.empty {
  background: none; }

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease; }

.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1; }

.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 6px solid #cc191c;
  opacity: 1; }

.ux-vertical-tabs .maincontent {
  flex: 1;
  border: 1px solid #ddd;
  border-left: 0;
  padding: 20px 20px;
  overflow: hidden; }

.ux-vertical-tabs .maincontent .tabcontent {
  display: none; }

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: flex;
  flex: 1;
  position: relative; }

.ux-vertical-tabs .btn {
  font-size: 12px;
  padding: 9px 25px 7px 25px;
  margin-top: 15px; }
  @media (max-width: 768px) {
    .ux-vertical-tabs .btn {
      margin-top: 5px;
      margin-bottom: 10px; } }

.ux-vertical-tabs h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  color: #cc191c; }

.ux-vertical-tabs ul {
  padding-left: 20px; }

.ux-vertical-tabs p, .ux-vertical-tabs li {
  font-size: 15px; }

.ux-text {
  width: 100%; }

@media (max-width: 50rem) {
  .ux-vertical-tabs {
    flex-direction: column;
    background: none; }

  .ux-vertical-tabs .tabs {
    width: 100%; }

  .ux-vertical-tabs .tabs button.empty {
    display: none; }

  .ux-vertical-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: linear-gradient(to bottom, #eee, #fff 200px); }

  .ux-vertical-tabs .tabs button {
    padding: 1rem; }

  .ux-vertical-tabs .tabs button.active {
    background: #eee; }

  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg); }

  .ux-vertical-tabs .maincontent {
    padding: 1rem; } }
/**************************/
.slider img {
  margin: 20px 0; }
.slider .owl-prev {
  float: none !important;
  text-align: center; }
  .slider .owl-prev img {
    height: 30px;
    width: auto;
    padding: 2px 15px;
    margin: 0; }
.slider .owl-next {
  float: none !important;
  text-align: center; }
  .slider .owl-next img {
    height: 30px;
    width: auto;
    padding: 2px 15px;
    margin: 0; }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 10px 5px;
  border: 2px solid #cc191c;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  opacity: 1; }
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #f9f9f9; }

/*********services start*******/
.rates-page .rates-ul {
  padding-left: 20px;
  margin-bottom: 40px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(90, 130, 216, 0.05); }

.table-striped td {
  font-size: 16px;
  padding: 11px 10px !important; }
  @media (max-width: 500px) {
    .table-striped td {
      font-size: 14px;
      padding: 11px 8px !important; } }

.table > thead > tr > th {
  padding: 11px 10px !important; }
  @media (max-width: 500px) {
    .table > thead > tr > th {
      font-size: 14px;
      padding: 11px 8px !important; } }

/***********************************************/
.dashboard h1 {
  margin-bottom: 70px; }

@media screen and (max-width: 991px) {
  .dashboard h1 {
    margin-bottom: 30px; } }
.sidebar-dealer {
  padding: 20px 15px;
  background: rgba(234, 239, 250, 0.6);
  margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .sidebar-dealer {
    padding: 10px 15px; } }
.sidebar-dealer h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #000080;
  font-size: 33px;
  color: #000080;
  font-weight: 500; }

.sidebar-dealer ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px; }

@media screen and (max-width: 991px) {
  .sidebar-dealer ul {
    margin-top: 0; } }
.sidebar-dealer li {
  font-size: 18px;
  line-height: 28px;
  padding: 13px 5px;
  border-bottom: 1px dotted #dbdedb; }

@media screen and (max-width: 991px) {
  .sidebar-dealer li {
    font-size: 16px;
    line-height: 26px;
    padding: 9px 0px; } }
.sidebar-dealer li.active > a {
  font-weight: 700;
  letter-spacing: 1px;
  color: #cc191c; }

.sidebar-dealer li:last-child {
  border-bottom: none; }

.sidebar-dealer a {
  color: #333; }

.sidebar-dealer a:hover {
  color: #cc191c;
  font-weight: 700; }

.sidebar-dealer .svg-inline--fa {
  margin-right: 12px;
  font-size: 14px; }

.dashboard-right {
  padding: 0 30px 30px 30px;
  margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .dashboard-right {
    padding: 0 5px 30px 5px; } }
.dashboard-right h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
  font-size: 34px;
  color: #cc191c;
  font-weight: 400; }

@media screen and (max-width: 991px) {
  .dashboard-right h3 {
    margin-top: 0; } }
.dashboard-right .dashboard-img {
  height: 140px; }

.dashboard-right .svg-inline--fa {
  margin-right: 10px; }

.dashboard-right h4 {
  font-size: 25px; }

.dashboard-right .specials-box {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dbdedb;
  padding-bottom: 30px; }

.dashboard-right input[type=file] {
  padding: 0px;
  margin-top: 20px;
  border: none;
  background-color: #fff;
  margin-bottom: 20px; }

.dashboard-right input {
  margin-top: 0px;
  padding: 8px 15px;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .dashboard-right input {
      margin-bottom: 5px; } }

.dashboard-right .btn-profile {
  margin-top: 0px;
  padding: 8px 30px;
  font-size: 14px; }

.dashboard-right label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  margin-top: 10px; }

.dashboard-right iframe {
  background-color: #ccc; }

.dash-list {
  list-style: none;
  padding-left: 0; }

.dash-list li {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 5px; }

.dash-list .swg-inline--fa {
  width: 50px; }

.main-dash {
  background-color: #f9f9f9;
  height: 60px;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 1; }

.main-dash .item {
  display: flex;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  margin: 0 20px; }

.main-dash .item h3,
.main-dash .item a {
  display: inline-flex;
  align-items: center; }

.main-dash .item h3 {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  color: #333; }

.main-dash .item h3 a {
  padding: 0; }

.main-dash .item a {
  font-size: 22px;
  text-decoration: none;
  color: #000080; }

i.fa-bars {
  background: transparent;
  color: #000080;
  display: block;
  position: flex;
  right: 0;
  top: 0;
  align-items: center; }

.menu-dash-new {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%; }

.menu-dash-new #links {
  display: none; }

.desctop-view2 {
  display: none; }

@media (max-width: 991px) {
  .desctop-view2 {
    display: block; } }
.mobile-view2 {
  display: inline-block; }

@media (max-width: 991px) {
  .mobile-view2 {
    display: none; } }
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #cc191c; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 40px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400; }

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%; }

.container-radio .checkmark:after {
  top: 8px;
  left: 7px;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  background: white; }

.container-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-right: 30px;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400; }

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.container-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee; }

.container-check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.result-page .table > tbody > tr > td, .result-page .table > tbody > tr > th, .result-page .table > tfoot > tr > td, .result-page .table > tfoot > tr > th, .result-page .table > thead > tr > td, .result-page .table > thead > tr > th {
  padding: 10px 6px;
  font-size: 13px;
  max-width: 150px; }

@media (max-width: 991px) {
  .result-page .table > tbody > tr > td, .result-page .table > tbody > tr > th, .result-page .table > tfoot > tr > td, .result-page .table > tfoot > tr > th, .result-page .table > thead > tr > td, .result-page .table > thead > tr > th {
    max-width: none; } }
.table-cus td {
  background-color: #fff  !important;
  border-bottom: 2px solid #ccc   !important; }

.result-page h4 {
  font-size: 22px;
  line-height: 32px; }
  @media (max-width: 991px) {
    .result-page h4 {
      font-size: 18px;
      line-height: 24px; } }

.result-page th {
  font-size: 13px !important; }

.table-a .svg-inline--fa {
  margin-right: 6px; }

.builder-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px; }

.result-builder-page .table > tbody > tr > td, .result-builder-page .table > tbody > tr > th, .result-builder-page .table > tfoot > tr > td, .result-builder-page .table > tfoot > tr > th, .result-builder-page .table > thead > tr > td, .result-builder-page .table > thead > tr > th {
  padding: 10px 6px;
  font-size: 15px; }

.tr-bold {
  background: rgba(234, 239, 250, 0.6) !important; }

/*************************/
.search-p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px; }

.blog-more {
  position: relative; }

.b-description_readmore_wrapper {
  /*display: flex;*/
  flex-flow: column wrap;
  align-items: center;
  max-width: none !important;
  width: 100%; }

.b-description_readmore {
  width: 80%;
  position: relative;
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 1em;
  text-align: left;
  box-sizing: border-box;
  padding: 0 15px; }

.b-description_readmore_button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-weight: 500;
  padding: 4px 0px;
  margin-top: 10px;
  color: #cc191c;
  text-transform: capitalize; }

.b-description_readmore_button:hover {
  background-color: transparent;
  color: #333;
  transition: all .4s ease-in-out; }

/*# sourceMappingURL=style.css.map */
