.alert-heading,
.card-title {
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
#main,
.breadcrumb a {
  transition: 0.3s;
}
body,
div,
header,
main {
  box-sizing: border-box;
}
#btnMakeBook,
.title {
  text-transform: uppercase;
}
.dropdown-menu .dropdown-footer a:hover,
.sub-footer a,
a,
a:hover {
  text-decoration: none;
}
:root {
  scroll-behavior: smooth;
}
a {
  color: #3c4772;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
  font-size: 30;
}

card h2 {
  font-family: Nunito, sans-serif;
  font-size: 30;
}
#main {
  margin-top: 13px;
  padding: 10px 20px;
}
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #012970;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-footer,
.dropdown-menu .dropdown-header {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #3c4772;
  text-decoration: underline;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item,
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i,
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover,
.header-nav .messages .message-item:hover,
.header-nav .notifications .notification-item:hover,
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}
@-webkit-keyframes dropdown-animate {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}
.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}
.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}
.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}
.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}
.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}
.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}
.card {
  margin-bottom: 2px;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}
.card-footer,
.card-header {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}
.card-title {
  padding: 20px 0 15px;
  font-size: 18px;
  color: #012970;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 0 10px 10px;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.alert-heading {
  font-size: 20px;
}
.breadcrumb,
.header-nav .nav-profile span {
  font-weight: 600;
  font-size: 14px;
}
.breadcrumb,
.logo span {
  font-family: Nunito, sans-serif;
}
.btn-close {
  background-size: 25%;
}
.accordion-button:focus,
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  border: 1px solid #ebeef4;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}
.accordion-flush .accordion-button {
  padding: 15px 0;
  background: 0 0;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.breadcrumb,
.breadcrumb .breadcrumb-item::before,
.breadcrumb a,
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px;
  color: #3e4f6f;
  font-size: 15px;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.dashboard .filter .icon:focus,
.dashboard .filter .icon:hover,
.dashboard .news h4 a:hover,
.nav-tabs-bordered .nav-link:focus,
.nav-tabs-bordered .nav-link:hover,
.sidebar-nav .nav-content a.active,
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
.logo {
  line-height: 1;
}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
.logo span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.header {
  transition: 0.5s;
  z-index: 997;
  height: 40px;
  box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #226ebf;
  padding-left: 20px;
}

.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.blocks .strong,
.blocks h1,
.header-nav .nav-icon {
  font-size: 20px;
  color: #fff;
}
.header-nav .nav-profile {
  color: #fff;
}
.header-nav .nav-profile img {
  max-height: 30px;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: 400;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .messages .message-item p,
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444;
}
.dashboard .activity,
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.dashboard .filter {
  position: absolute;
  right: 0;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .dropdown-header,
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 40px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 55px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #3c4772;
  transition: 0.3s;
}
.dashboard .news p {
  font-size: 14px;
  color: #777;
  margin-left: 55px;
}


.title {
  margin-bottom: 50px;
}
.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}
.card {
  font-size: 1em;
  padding: 5;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin-top: 20px;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}
.carousel-indicators .active {
  background-color: #fff;
  max-width: 12px;
  margin: 0 3px;
  height: 12px;
}
.cta-section a,
.cta-section h6 {
  font-weight: 300;
}
#extraAsideTitle {
  background-color: #00477e;
  color: #fff;
  padding: 5px;
  font-size: 1.4em;
  text-align: center;
}
#extraAsideTitle {
  font-weight: 400;
  font-size: 0.8em;
  font-style: oblique;
}
#extraAsideProvider {
  padding: 0 10px 20px;
}
#extraAsideProvider img {
  width: 25%;
  float: left;
}
#extraAsideProviderName,
.extraAsideProviderConditions {
  width: 70%;
  display: block;
  text-align: center;
  float: left;
  font-size: 1.2em;
}
.extraAsideProviderConditions {
  font-size: 1em;
  font-style: oblique;
  cursor: pointer;
  text-decoration: underline;
}
.extraAsideBlock {
  float: left;
  width: 100%;
  background-color: #eee;
  padding-bottom: 20px;
}
.extraAsideBlock h2,
.extraAsideBlock h3 {
  background-color: #888;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.extraAsideBlock h2 {
  background-color: #000;
}
#extraAsidePrice {
  width: 100%;
  background-color: #f1f8e9;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
#extraAsidePriceOnlineContainer,
#extraAsidePriceOnsiteContainer,
#extraAsidePriceTotalContainer {
  width: 95%;
  font-size: 1.2em;
  text-align: left;
  display: inline-block;
  padding: 10px 30px;
}
#extraAsidePriceTotalContainer {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-weight: 700;
}
.extraAsidePriceLabel {
  display: inline-block;
  width: 65%;
  float: left;
}
.extraAsidePriceOnline {
  display: inline-block;
  float: right;
  text-align: right;
}
.extraAsidePriceCurrency {
  display: inline-block;
  float: right;
}
.extraAsidePriceTaxIncl {
  text-align: right;
  margin-right: 10%;
  color: #888;
}
#extrasSidebar {
  width: 30%;
  display: block;
  float: right;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px #aaa;
  margin-bottom: 50px;
  background-color: #fff;
}
#btnMakeBook {
  cursor: pointer;
  background: #43a047;
  height: 45px;
  line-height: 45px;
  width: 30%;
  float: right;
  color: #fff;
  font-size: 1.4em;
}
.searchDetailField {
  text-align: left;
}
@media (max-width: 992px) {
  .mobileshare {
    display: block;
  }
}
.site-title h1 {
  width: auto !important;
  float: left !important;
}
.blocks,
.sub-footer,
.sub-footer p {
  width: 100%;
  text-align: center;
}
#LightBoxContent,
#termsConditionsLightboxContent {
  max-height: 450px;
}
@media screen and (max-width: 320px) {
  .accordion li,
  .card-block {
    position: relative;
  }
  .features-section {
    margin-top: 30px;
  }
  .features-section .section-heading {
    text-align: center;
  }
  .features-section .section-heading h2 {
    color: #1e1e1e;
  }
  .features-section .feature-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .features-section .feature-item .icon {
    float: left;
    margin-top: 12px;
  }
  .features-section .feature-item .icon img {
    max-width: 80px;
    margin-right: 30px;
  }
  .features-section .feature-item h4 {
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
  }
  .accordion a,
  .our-services .left-content h4,
  section.our-services .service-item h4 {
    font-weight: 600;
    font-size: 17px;
    color: #232323;
  }
  .features-section .feature-item p {
    margin-left: 106px;
  }
  section.our-services .service-item {
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 30px;
  }
  section.our-services .service-item .icon img {
    max-width: 100%;
  }
  section.our-services .service-item h4 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .our-services .left-content h4 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .our-services .left-content .blue-button {
    margin-top: 25px;
  }
  .down-services {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 20px;
  }
  .accordion li a {
    border: 1px solid #3c4772;
  }
  .accordion li p {
    display: none;
  }
  .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    letter-spacing: 0.5px;
    user-select: none;
    padding: 15px 20px;
    text-decoration: none;
  }
  .accordion a:after {
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    content: " ";
    top: 22.5px;
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .accordion p {
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
  }
  a.active:after {
    background-color: #4883ff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  hr.dotted {
    border-top: 0 dotted #bbb;
  }
  image {
    height: 150px;
    width: 100%;
  }
  div [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .card {
    transition: 0.5s;
    cursor: pointer;
  }
  .card-title,
  .card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
  }
  .card-title i {
    color: #ffa710;
  }
  .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;
  }
  .card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  }
  .card-text {
    height: 80px;
  }
  .card::after,
  .card::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
  }
  .card::before {
    transform-origin: left top;
  }
  .card::after {
    transform-origin: right bottom;
  }
  .card:focus::after,
  .card:focus::before,
  .card:hover::after,
  .card:hover::before {
    transform: scale3d(1, 1, 1);
  }
  body {
    background-color: #eee;
  }
  .title {
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .card-block {
    font-size: 1em;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    box-shadow: none;
  }
  .cards {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: 0.28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
  }
  .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
  }
  .carousel-indicators .active {
    background-color: #fff;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
  }
  
}
.footer {
  padding: 20px 0;
  font-size: 15px;
  transition: 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 15px;
  color: #012970;
}
.sub-footer p {
  display: inline-block;
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 15px;
  color: #aaa;
}
.sub-footer a {
  color: #3c4772;
}
.sub-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #4883ff;
  color: #fff;
}

