/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000;
}

.carozol.category-title h4 {
  font-size: 22px;
  font-family: sans-serif;
  font-weight: 500;
}

.owl-item .item .card-img-overlay h5 {
  font-size: 14px;
  top: 50px;
  color: white;
  font-family: "Poppins";
  position: absolute;
  font-weight: 900;
}

.owl-carousel .owl-item img {
  display: block;
  border-radius: 10%;
  width: 100%;
}

.subscribe-pack.text-center {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
}

.owl-item .item .card {
  border-radius: 10%;
}

a:hover {
  color: #bf1f31;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# owl css
--------------------------------------------------------------*/

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  border: 1px solid;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 35px;
  position: relative;
  top: -10px;
  font-weight: 700;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  width: 40px;
  border: 1px solid;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 35px;
  position: relative;
  top: -10px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.business-listing .col-md-3 h5 {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 700;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #bf1f31;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.card-title h5 {
  font-size: 16px;
}

/* img.img-responsive {
    object-fit: cover;
    height: 240px;
    width: -webkit-fill-available;
} */

p.view-single-ad:hover {
  color: #777171;
  border: 1px solid;
  border-radius: 7%;
  font-size: larger;
  font-weight: 500;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #bf1f31;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #bf1f31;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


#blog-listing .post {
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px #979191;
}

#blog-listing .post.packages {
  box-shadow: none;
}


#blog-listing .post .blog-shodow {
  padding: 20px;
  /* box-shadow: 0px 8px 24px rgb(149 157 165 / 20%); */
}
@media (max-width:480px) {
  #blog-listing .post .blog-shodow {
    padding: 15px;
  }
}

#header .logo img {
  max-height: 71px;
}

#blog-listing .post .read-more a {
  background-color: #bf1f31;
  color: #fff;
  border-radius: 10px;
  margin-top: 5px;
  border: 1px solid #bf1f31;
  transition: all 0.3s linear;
}

#blog-listing .post .read-more a:hover {
  background: #fff;
  border: #bf1f31;
  color: #bf1f31;
  border: 1px solid #bf1f31;
}

#blog-listing .post .blog-shodow a:hover>img {
  transform: scale(1.04);
}

#blog-listing .post .blog-shodow a>img {
  transition: all 0.3s linear;
}

div#blog-single {
  padding: 0px 15px;
}

#blog-single .post-content{
  margin-top: 15px;
}



div#disqus_thread,
section.post.post-5,
section.post.post-4,
.comments-title,
div#disqus_recommendations {
  box-shadow: 0px 0px 10px #979191;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}


@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #0b2341;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #bf1f31;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0b2341;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #000;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */

.get-started-btn {
  margin-left: 25px;
  background: #bf1f31;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #ef6445;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}

/* Mobile Navigation */

.mobile-nav-toggle.menu_button {
  border: 0;
  background: none;
  font-size: 24px;
}

.mobile-nav-toggle i {
  color: #0b2341;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0b2341;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #bf1f31;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}


nav.nav-menu.d-none.d-lg-block {
  margin-top: 30px;
}

.get-started-btn {
  /* margin-left: 25px; */
  background: #bf1f31;
  color: #fff !important;
  margin-top: -6px;
  border-radius: 4px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 12, 21, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
  }

  .icon_bar.icofont-close:before {
    content: "\efa2";
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}
.card-header{
text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Montserrat";
  font-size: 17px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  text-align: center;
  padding: 5px 0;
}
.card-header.reg {
  background: #7bab47;
 }
 .card-header.pre {
 background: #e96969;
 } 
.card-header.pre.regular {
  background: #03ab4e;
}
.pro-price {
  font-family: "Montserrat";
  color: #333333;
  position: relative;
  display: inline-block;
}

.single-plan .pro-price .currency {
  position: relative;
  line-height: 0;
  top: -35px;
  font-size: large;
  left: 0;
  vertical-align: super;
}
.subscribe-pack.text-center.fixed-bottom a {
  background: #03ab4e;
  border: 2px solid #03ab4e;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.subscribe-pack.text-center.fixed-bottom a:hover {
  border-color: #03ab4e;
  background: #fff;
  color: #03ab4e;
}

.single-plan .product-title h3 {
  font-family: "Roboto";
  /* font-weight: 300; */
  padding-bottom: 0px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.pro-price .price {
  font-size: 80px;
  font-weight: 700;
}

.col-md-4.view-single-ad .card-body {
  text-align: center;
}

.package-content {
  text-align: justify;
}

.col-md-4.view-single-ad {
  border: 1px solid;
  border-color: #ddd;
  width: 255px;
  padding: 20px;
  border-radius: 10px;
  height: auto;
  position: relative;
  padding-bottom: 80px;
  margin: 15px;
  justify-items: center;
}

@media (max-width:579px) {
  .col-md-4.view-single-ad {
    width: 350px;
  }

  .pro-price .price {
    font-size: 60px;
  }
}

.content-container {
  padding-bottom: 30px;
}


.row.card_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
}

.card_wrap {
  display: flex;
  width: 100%;
  /* height: 100%; */
  flex-wrap: wrap;
}

.packages .row.card_wrap {
  margin: 0;
}


.mainslider {
  background: url("../img/third-banner.png") no-repeat;
  height: 120vh;
  background-position: center;
  background-size: cover;
  bottom: 120px;
  text-align: center;
}

.mainslider .wlrages.t {
  width: 100%;
  color: #fff;
}

/*************Custom Sections****************/

.wlragest {
  position: relative;
  top: 250px;
  text-align: center;
  margin: 0 auto;
}

/* .search {
  background: #fff;
  padding: 10px;
  position: relative;
  top: 260px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

/* 
div#blogs-container {
  padding: 0;
} */

#blogs-container .container {
  max-width: 1200px;
}

#blogs-container h2 {
  font-size: 20px;
  margin: 0;
}

#blogs-container .col-md-6 {
  display: inline-block;
}

#blogs-container .breadcrumb {
  margin: 0;
  padding: 0;
}


.main-index-container section {
  padding-top: 70px;
  padding-bottom: 50px;
}

.wlragest h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.wlragest h4 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: Roboto;
}

.porduct-list {
  background: #f3f4f4;
}

.porduct-list .card {
  height: 399px;
}

.procontent h2 {
  text-align: center;
  font-weight: bold;
}

.procontent p {
  text-align: center;
}

.carozol h2 {
  font-weight: bold;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -60px;
}

.form-row {
  padding: 30px;
}

/*Media*/

@media (max-width: 575.98px) {
  .wlragest h2 {
    font-size: 16px;
  }

  .wlragest h4 {
    font-size: 12px;
  }

  .get-started-btn {
    margin: 0 10px 0 0;
    padding: 4px 10px 7px 0px;
  }

  .card {
    margin-top: 40px;
  }

  .business-listing h5 {
    font-size: 12px;
    font-weight: bold;
  }

  .business-listing ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .carousel {
    padding: 40px;
  }
}

/*************Custom Sections****************/

/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 100% !important;
  width: 20px;
  height: 0px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

.business-listing {
  background: #f3f4f4;
}

.map {
  font-size: 12px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #071527;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #bf1f31;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #bf1f31;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #bf1f31;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 1199px) {
  .text_language .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}






/* /////////////////////////////////////////////////////////////////////////////////////////////////
//////////                                 Admin Dashboard             //////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////// */

/* section.admin_dashboard {
  background: #dcdde1;
} */

.admin_dashboard #header {
  box-shadow: none;
  background: #fff;
  padding: 0px 10px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  width: 100%;
}

.admin_dashboard .header_wrap {
  min-height: 89px;
  margin-bottom: 20px;
}

.admin_dashboard .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}

.admin_dashboard #header .container .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.admin_dashboard #header .d_content,
.admin_dashboard #header .d_logo {
  width: 100% !important;
}

.admin_dashboard #header .d_logo .logo {
  margin: 0;
}

.admin_dashboard #header .d_logo .logo a {
  display: block;
}

.admin_dashboard #header .d_logo .logo a img {
  max-height: unset;
  height: auto;
  max-width: 150px;
}



.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.admin_dashboard #footer {
  margin-top: 20px;
  padding: 0;
}

.admin_dashboard #footer .copyright {
  padding: 10px 0 0;
}

.admin_dashboard #page-wrapper,
.admin_dashboard #wrapper .navbar-default {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 10px;
  padding: 25px 15px;

}

.admin_dashboard #wrapper {
  justify-content: space-between;
  background: transparent;
  margin-top: 30px;
}
@media (max-width:575px) {
  .admin_dashboard #wrapper {
    margin-top: 20px;
  }
}

.admin_dashboard #page-wrapper .huge sup {
  font-size: 50%;
}

html {
  scroll-behavior: smooth;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li {
  padding: 0;
  margin: 0 10px;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li a {
  padding: 5px 5px;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li ul.dropdown-menu {
  right: 0;
  left: auto;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li ul.dropdown-menu a {
  padding: 5px 10px;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li ul.dropdown-menu li {
  margin: 5px 0;
}

.admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li ul.dropdown-menu li:hover a {
  padding-left: 15px;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #aaa;

}

::-webkit-scrollbar-thumb {
  background: #888;
}


@media (min-width: 992px) {
  #wrapper .side_menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .admin_dashboard #wrapper .navbar-default {
    position: fixed;
    top: 109px;
    height: calc(100vh - 108px);
    left: -100%;
    transition: all 0.3s linear;
    width: 100%;
    max-width: 300px;
  }

  .admin_dashboard #wrapper {
    position: relative;
  }

  .admin_dashboard #page-wrapper {
    width: 100%;
  }

  #wrapper .side_menu {
    font-size: 25px;
    color: #bf1f31;
    text-align: right;
    cursor: pointer;
  }

  #wrapper.side_menu .crose {
    display: none;
  }

  .admin_dashboard.slide #wrapper .navbar-default {
    left: 0;
    overflow-y: auto;
    padding-bottom: 45px;
  }

  .slide #wrapper .side_menu .crose {
    display: block;
    margin-bottom: 10px;
  }

  .slide #wrapper .side_menu .bar {
    display: none;
  }

  .admin_dashboard.slide #page-wrapper {
    position: fixed;
    left: 0;
    z-index: -1;
  }

  .admin_dashboard.slide {
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
}

@media (max-width: 575px) {
  .admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li:first-child {
    display: none;
  }

  .admin_dashboard #header .d_logo .logo a img {
    width: 85px;
  }

  .admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li {
    margin: 0 3px;
  }

  .admin_dashboard #header .d_content nav.nav-menu.d-none.d-lg-block li a {
    padding: 5px 4px;
    font-size: 14px;
  }

  .admin_dashboard .header_wrap {
    min-height: 66px;
    margin-bottom: 14px;
  }

  #page-wrapper h1.page-header {
    font-size: 25px;
  }

  .admin_dashboard #page-wrapper .profile-avatar {
    margin-left: auto;
    margin-right: auto;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 4px;
  }

  /* .admin_dashboard #page-wrapper .table-bordered tr th,
  .admin_dashboard #page-wrapper .table-bordered tr td {
    display: block;
  } */


}


.btn-primary {
  border-color: #bf1f31;
}

#listingFilterForm .form-group {}

.dynamic_content {
  box-shadow: 0px 0px 10px #979191;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.dynamic_content .panel.panel-default,
.dynamic_content .panel-heading {
  border: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: unset;
}
p#dropdown-btn {
    margin-bottom: 0px;
}