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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes infinite-blink {
  0% {
    opacity: 1;
    top: 0; }
  30% {
    opacity: 1;
    top: 30%; }
  70% {
    opacity: 0;
    top: 30%; }
  100% {
    opacity: 0;
    top: 0; } }

@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); } }

@keyframes starsAnimation {
  from {
    transform: translateY(-2000px); }
  to {
    transform: translateY(0px); } }

@keyframes background-move {
  0% {
    background-position: 0 0, 0 0; }
  100% {
    background-position: 100vw 0, 0 0;
    background-position: max(100vw, 40em) 0, 0 0; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a:hover,
a:focus {
  text-decoration: none; }

input:focus {
  outline: none; }

 h2, h3, h5, p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #5d646d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.line-height-24 {
  line-height: 24px !important; }

.radius-none {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

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

.section-block {
  height: 1px;
  background-color: #F5F7FC; }
  
.border {
  border-color: rgba(128, 137, 150, 0.1) !important; }
  
.text-black {
  color: #0d233e !important; }

.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .responsive-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.theme-btn {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #287dfa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #287dfa;
  font-weight: 500; }
  .theme-btn:hover {
    background-color: #fff;
    color: #287dfa; }

.theme-btn-small {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px; }

.theme-btn-hover-gray {
  color: #0d233e;
  font-weight: 500; }
  .theme-btn-hover-gray:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e; }

.padding-top-60px {
  padding-top: 60px; }

.padding-top-40px {
  padding-top: 40px; }

.padding-top-30px {
  padding-top: 30px; }

.padding-bottom-90px {
  padding-bottom: 90px; }

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

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

.margin-top-40px {
  margin-top: 40px; }

.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px; }
    .loader .spinner .path {
      stroke: #287dfa;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; }

.title {
  font-size: 18px;
  color: #0d233e; }

.stroke-shape {
  position: relative;
  display: inline-block; }
  .stroke-shape::before, .stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: #287dfa; }
  .stroke-shape::after {
    width: 7px;
    background-color: #fff;
    left: 25px; }

.custom-checkbox {
  display: block;
  margin-bottom: 8px; }
  .custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    cursor: pointer; }
    .custom-checkbox label a {
      color: #287dfa;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .custom-checkbox label a:hover {
        color: #0d233e; }

.list-items li {
  margin-bottom: 6px;
  color: #5d646d; }
  .list-items li a {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .list-items li a:hover {
      color: #287dfa; }

.list-items-2 li span {
  display: inline-block;
  width: 150px;
  color: #0d233e;
  font-weight: 500; }
  
.qty-box label {
  color: #0d233e;
  font-size: 15px;
  margin-bottom: 0; }
  .qty-box label span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    color: #5d646d; }


.qtyInc,
.qtyDec,
.qtyInc-2,
.qtyDec-2 {
  width: 28px;
  height: 28px;
  line-height: 29px;
  font-size: 18px;
  background-color: rgba(128, 137, 150, 0.08);
  color: #0d233e;
  /* display: inline-block; */
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  display: flex;
  flex-direction : column;
  justify-content :center; 
  }
  
  .qtyInc:hover,
  .qtyDec:hover,
  .qtyInc-2:hover,
  .qtyDec-2:hover {
    background-color: #287dfa;
    color: #fff; }


.qtyBtn input {
  width: 35px;
  border: none;
  text-align: center;
  color: #0d233e;
  font-weight: 500; }

#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #2273e5;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #0d233e;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  #back-to-top.active {
    color: white;
    right: 30px;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
     }

.daterangepicker {
  font-family: "Roboto", sans-serif;
  border-color: rgba(128, 137, 150, 0.3); }
  .daterangepicker td.active {
    background-color: #287dfa;
    color: #fff; }

.icon-element {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #287dfa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 25px;
  color: #fff; }

.contact-form-action .form-group {
  position: relative; }
  .contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #5d646d;
    font-size: 18px; }

.contact-form-action .form-control {
  height: auto;
  line-height: inherit;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  color: #0d233e;
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff; }
  .contact-form-action .form-control:focus {
    border-color: #287dfa; }

.contact-form-action .message-control {
  height: 130px; }

.breadcrumb-top-bar {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  border-top: 1px solid rgba(128, 137, 150, 0.1); }

.breadcrumb-area {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .breadcrumb-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(80deg, #000000, #01060d);
    background-position: 50% 50%;
    animation: background-move 20s linear infinite;
    background-size: 100vw auto, 100% 100%;
    opacity: 0.3;
    z-index: -1; }

.bread-bg-4 {
  background-image: url("../../images/bread-bg4.jpg"); }

.breadcrumb-list .list-items {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-list .list-items {
      padding-top: 15px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-list .list-items {
      padding-top: 15px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-list .list-items {
      padding-top: 15px; } }
  @media (max-width: 320px) {
    .breadcrumb-list .list-items {
      padding-top: 10px; } }
  .breadcrumb-list .list-items li {
    padding-right: 22px;
    color: #fff;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block; }
    .breadcrumb-list .list-items li:last-child {
      padding-right: 0; }
      .breadcrumb-list .list-items li:last-child::before {
        display: none; }
    .breadcrumb-list .list-items li a {
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .breadcrumb-list .list-items li a:hover {
        color: #287dfa; }
    .breadcrumb-list .list-items li::before {
      position: absolute;
      content: '';
      top: 12px;
      right: 8px;
      width: 4px;
      height: 4px;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }

/*==== breadcrumb-top-list ======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-top-list .list-items {
    padding-top: 0;
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

.breadcrumb-top-list .list-items li {
  color: #5d646d; }
  .breadcrumb-top-list .list-items li a {
    color: #5d646d; }
  .breadcrumb-top-list .list-items li::before {
    background-color: #5d646d; }

/*==== breadcrumb-btn ======*/
.breadcrumb-btn {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative; }
  .breadcrumb-btn .btn-box {
    position: absolute;
    bottom: 30px;
    left: 0; }
  .breadcrumb-btn .theme-btn {
    color: #0d233e;
    cursor: pointer;
    background-color: #fff;
    border: none; }
    .breadcrumb-btn .theme-btn:nth-child(2) {
      margin-left: 10px; }
    .breadcrumb-btn .theme-btn:hover {
      background-color: #287dfa;
      color: #fff; }


/*===== modal-backdrop =====*/
.modal-backdrop.show {
  opacity: .8; }

/*===== modal-popup =====*/
.modal-popup .modal-header,
.modal-popup .modal-body,
.modal-popup .modal-footer {
  padding: 20px; }

.modal-header .close {
  background-color: rgba(128, 137, 150, 0.2);
  padding: 0;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -5px;
  margin-right: 0;
  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none; }
  .modal-header .close:hover {
    background-color: #287dfa;
    color: #fff; }

/*===== copy-to-clipboard =====*/
.copy-to-clipboard {
  position: relative;
  margin-bottom: 15px; }
  .copy-to-clipboard .contact-form-action .form-control {
    padding: 10px 20px; }
  .copy-to-clipboard .theme-btn {
    margin-left: 5px; }

/*===== text-success-message =====*/
.text-success-message {
  background-color: #28d5a7;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .text-success-message.active {
    top: -40px;
    opacity: 1;
    visibility: visible; }
  .text-success-message:after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #28d5a7;
    width: 8px;
    height: 8px; }

/*===== copy-tooltip =====*/
.copy-tooltip {
  position: relative;
  display: inline-block; }
  .copy-tooltip .tooltip-text {
    width: 140px;
    background-color: #0d233e;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -70px;
    display: none; }
    .copy-tooltip .tooltip-text:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #0d233e transparent transparent transparent; }
  .copy-tooltip:hover .tooltip-text {
    display: block; }
    
    

.accordion-item .card {
  -webkit-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px; }

.accordion-item .card:not(:last-of-type),
.accordion-item .card:not(:first-of-type) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2); }

.accordion-item .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0; }
  .accordion-item .card-header .btn {
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 20px; }
    @media (max-width: 375px) {
      .accordion-item .card-header .btn {
        font-size: 16px; } }
    .accordion-item .card-header .btn .la {
      width: 30px;
      height: 30px;
      line-height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #0d233e;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
      box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
      color: #fff;
      text-align: center;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 16px;
      display: none; }
  .accordion-item .card-header .btn[aria-expanded=false] i.la-plus {
    display: block; }
  .accordion-item .card-header .btn[aria-expanded=true] i.la-minus {
    display: block; }

.accordion-item .card-body {
  padding: 0 20px 25px 20px;
  font-weight: 400; }

.accordion-item .list-items li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  font-weight: 400; }
  .accordion-item .list-items li:last-child {
    margin-bottom: 0; }
  .accordion-item .list-items li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(128, 137, 150, 0.5); }

.collapse-btn[aria-expanded="true"] {
  background-color: rgba(128, 137, 150, 0.1); }
  .collapse-btn[aria-expanded="true"] i::before {
    content: "\f106"; }

.table-form .table {
  margin-bottom: 0; }

.table-form thead th {
  border: none;
  background-color: rgba(128, 137, 150, 0.1); }

.table-form th {
  color: #0d233e; }

.table-form th,
.table-form td {
  font-size: 15px;
  vertical-align: middle;
  border-top-color: rgba(128, 137, 150, 0.1); }

.table-form td {
  color: #5d646d; }

.table-content img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px; }

.table-content .title {
  font-size: 15px; }

.single-tour-feature:hover .icon-element {
  background-color: #287dfa;
  color: #fff; }

.single-feature-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(40, 125, 250, 0.1);
  color: #287dfa;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.single-feature-titles span {
  display: inherit;
  margin-top: -1px; }

.single-feature-titles .list-items li {
  font-size: 13px;
  line-height: 20px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-nav ul {
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    overflow-x: auto; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-nav ul {
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    overflow-x: auto; } }

.single-content-nav ul::-webkit-scrollbar {
  height: 6px; }

.single-content-nav ul::-webkit-scrollbar-track {
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.single-content-nav ul::-webkit-scrollbar-thumb {
  background-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.single-content-nav ul::-webkit-scrollbar-thumb:hover {
  background-color: rgba(128, 137, 150, 0.4); }

.single-content-nav ul li {
  display: inline-block; }
  .single-content-nav ul li a {
    display: block;
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 26px 20px;
    font-size: 15px;
    position: relative; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-content-nav ul li a {
        padding: 15px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .single-content-nav ul li a {
        padding: 15px; } }
    .single-content-nav ul li a::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scale(0);
      -moz-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
      -o-transform: translateX(-50%) scale(0);
      transform: translateX(-50%) scale(0);
      width: 40px;
      height: 2px;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      background-color: transparent;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .single-content-nav ul li a:hover {
      color: #287dfa; }
    .single-content-nav ul li a.active {
      color: #287dfa; }
      .single-content-nav ul li a.active::before {
        background-color: #287dfa;
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cabin-type-item {
    display: block !important; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cabin-type-item {
    display: block !important; } }

.cabin-type-item .custom-checkbox {
  position: relative;
  /* top: 70px; */ }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-item .custom-checkbox {
      top: auto;
      margin-top: 15px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-item .custom-checkbox {
      top: auto;
      margin-top: 15px; } }
  .cabin-type-item .custom-checkbox label {
    color: #fff;
    background-color: #287dfa;
    display: inline-block; }
    .cabin-type-item .custom-checkbox label:hover {
      background-color: #2273e5; }
  
  .cabin-type-item .custom-checkbox input[type=radio]:not(:checked) + label,
  .cabin-type-item .custom-checkbox input[type=radio]:checked + label {
    padding-left: 35px; }
  
  .cabin-type-item .custom-checkbox input[type=radio]:not(:checked) + label:before,
  .cabin-type-item .custom-checkbox input[type=radio]:checked + label:before {
    left: 10px;
    top: 8px;
    border: none; }
  
  .cabin-type-item .custom-checkbox input[type=radio]:not(:checked) + label:after,
  .cabin-type-item .custom-checkbox input[type=radio]:checked + label:after {
    left: 13px; }
  
  .cabin-type-item .custom-checkbox input[type=radio]:checked + label:before {
    background-color: #28d5a7; }

.cabin-type-img {
  width: 170px;
  margin-right: 20px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-img {
      margin-right: 0;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-img {
      margin-right: 0;
      margin-bottom: 20px; } }
  .cabin-type-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%; }

.cabin-type-detail {
  width: 620px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-type-detail {
      width: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-type-detail {
      width: auto; } }

.cabin-price {
 /*  text-align: right; */
  width: 200px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cabin-price {
      width: auto;
      text-align: left !important; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cabin-price {
      width: auto;
      text-align: left !important; } }

.cabin-type-detail .list-items li {
  margin-bottom: 0; }
  .cabin-type-detail .list-items li span {
    color: #0d233e;
    margin-right: 3px; }

.cabin-type-detail p span {
  font-weight: 700; }

@media (max-width: 375px) {
  .single-content-item .accordion-item .card-body {
    display: block !important; } }

.single-content-item .accordion-item .card-body img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  @media (max-width: 375px) {
    .single-content-item .accordion-item .card-body img {
      margin-bottom: 20px; } }

.collapse-btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-group .form-icon {
  z-index: 2; }
  
.sidebar {
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px 30px 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sidebar {
      margin-top: 40px;
      margin-bottom: 40px; } }

.sidebar-widget {
  /* margin-bottom: 30px; */
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2); }
  .sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px; }
  .sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.sidebar-list .list-items li {
  margin-bottom: 0; }
  .sidebar-list .list-items li + li {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
    padding-top: 10px;
    margin-top: 10px; }
  .sidebar-list .list-items li .icon-element {
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    display: inline-block; }

.single-content-sidebar {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-content-sidebar {
      margin-top: 30px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-content-sidebar {
      margin-top: 30px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-sidebar {
      margin-top: 30px; } }

.single-content-widget {
  border: 1px solid rgba(128, 137, 150, 0.2);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.03);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.03); }
  .single-content-widget:last-child {
    border-bottom: 1px solid rgba(128, 137, 150, 0.2); }

.sidebar-book-title-wrap h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0d233e;
  text-transform: uppercase;
  margin-bottom: 14px; }

.sidebar-book-title-wrap .text-value {
  color: #287dfa;
  font-size: 28px;
  font-weight: 700; }

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}