body {
  font-family: "Roboto", sans-serif;
}

/*
[ 5. Preloader ]
================ */
.loader {
  background-color: #ffffff;
  z-index: 99999;
}
.loader img {
  height: auto;
}

.btn-danger {
  background-color: #80011f !important;
  border-color: #80011f !important;
}

.loader .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  height: 40px;
  width: 40px;
}

.loader .circle.one {
  background-color: #95a5a6;
  -webkit-animation: loading 1.3s 0.65s infinite;
  animation: loading 1.3s 0.65s infinite;
}

.loader .circle.two {
  background-color: #95a5a6;
  -webkit-animation: loading 1.3s infinite;
  animation: loading 1.3s infinite;
}

.sidebar-header h3 {
  font-size: 19px;
}

/* preloader-end */
/* @-webkit-keyframes */
@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    -webkit-box-shadow: 0px 10px 30px 0px #95a5a6;
    box-shadow: 0px 10px 30px 0px #95a5a6;
  }
}
/*--------------------*/
.top_bar {
  background-color: #80011f;
  padding: 10px 0;
}
.top_bar ul {
  margin-bottom: 0;
  display: flex;
  align-content: flex-start;
}
.top_bar ul li a {
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
}
.top_bar ul li a:hover {
  color: #000000;
}
.top_bar ul li a i {
  font-size: 23px;
  vertical-align: bottom;
  margin-right: 5px;
}
.top_bar ul.right_area {
  justify-content: flex-end;
}
.top_bar ul.right_area li a {
  padding-right: 0;
  padding-left: 15px;
  border-left: 1px solid #fd8cbb;
  margin-left: 15px;
}
.top_bar ul.right_area li:first-child a {
  border-left: 0;
}
.top_bar ul.right_area li .dropdown-menu {
  border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  top: 11px !important;
  border: 0;
}
.top_bar ul.right_area li .dropdown-menu a {
  padding: 5px 10px;
  margin-left: 0;
  border: 0;
  font-size: 13px;
  background: #000;
}
.top_bar ul.right_area li .dropdown-menu a:hover {
  background-color: #80011f;
  color: #fff;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.logo img {
  width: 125px;
}
.logo a {
  color: #000;
  font-size: 20px;
  padding-right: 10px;
}
.top_tabs .nav {
  border: 0;
  justify-content: flex-start;
}
.top_tabs .nav .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.top_tabs .nav .nav-item .nav-link {
  border: 0;
  text-align: center;
  color: #fff;
  padding: 0.8rem 0.2rem;
  position: relative;
  font-size: 14px;
  border-radius: 0;
  background-color: #303030;
}
.top_tabs .nav .nav-item .nav-link i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.top_tabs .nav .nav-item .nav-link.active {
  background: #80011f;
}

.head_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head_right ul {
  display: flex;
}
.head_right ul li a {
  padding: 0 5px;
  color: #80011f;
  font-size: 14px;
  text-decoration: none;
}
.head_right ul li a i {
  font-size: 18px;
  margin-right: 8px;
}
.head_right ul li a:hover {
  color: #000;
}
.head_right ul li a.btn_logout {
  background-color: #80011f !important;
}
.head_right .form-control {
  border: 0;
  border-bottom: 1px solid #80011f;
  box-shadow: none;
  font-size: 13px;
  border-radius: 0;
  padding: 0;
}
.head_right .form-control:focus, .head_right .form-control:visited, .head_right .form-control:active, .head_right .form-control:hover {
  box-shadow: none;
}

.user_in {
  margin: 0 15px;
}
.user_in .main_user {
  padding: 0;
}
.user_in .main_user img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  padding: 7px;
}
.user_in .main_user i {
  margin-left: 5px;
}

.cont_phone {
  position: relative;
  padding-left: 50px;
  margin-right: 0;
}
.cont_phone i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #80011f;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.cont_phone p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.cont_phone p span {
  display: block;
  color: #3E3E3E;
}
.cont_phone p span.cities {
  font-size: 12px;
}
.cont_phone.currency {
  margin-right: 20px;
}

.inner_banner_image {
  margin-top: -110px;
  position: relative;
}
.inner_banner_image img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.inner_banner_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.81) 43%, rgba(255, 255, 255, 0) 100%);
}

.about {
  padding: 60px 0;
}
.about h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about h5 {
  color: #80011f;
  font-style: italic;
  font-family: "Font Awesome 5 Free";
  margin-bottom: 20px;
}
.about p {
  font-size: 14px;
  text-align: justify;
  line-height: 27px;
  color: #363636;
}

.team {
  background-color: #f8f8f8;
  padding: 60px 0;
}
.team h2 {
  margin-bottom: 50px;
  font-size: 36px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 100;
}
.team h2 strong {
  font-weight: 800;
  color: #80011f;
}
.team .ceo {
  margin-bottom: 80px;
}
.team .ceo img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #80011f;
  border-top-width: 5px;
  box-shadow: 2px 6px 3px 0px rgba(0, 0, 0, 0.2);
  height: auto;
  margin-bottom: 0;
}
.team .ceo h3 {
  text-align: left;
  color: #80011f;
  font-weight: 800;
  font-size: 25px;
}
.team .ceo p {
  text-align: left;
}
.team h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.team p {
  font-family: "Font Awesome 5 Free";
  color: #ababab;
  text-align: center;
}
.team img {
  width: 100%;
  object-fit: cover;
  height: 215px;
  object-position: top;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid;
}
.team ul {
  display: flex;
  margin-bottom: 0;
}
.team ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #605e5e;
  margin-right: 10px;
  text-decoration: none;
  background-color: #fff;
}
.team ul li a:hover {
  background-color: #80011f;
  color: #fff;
  border-color: #80011f;
}

/*---------------*/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #80011f;
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #232222;
  font-size: 14px;
}
#sidebar ul ul a:hover {
  background: #312f2f;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 14px;
  display: block;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #232222;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #fff;
  background: #232222;
}

/*---------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-right: 0;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

input[type=radio] + label span,
input[type=checkbox] + label span {
  display: inline-block;
  width: 100%;
  height: 25px;
  margin: -2px 0 0 0;
  vertical-align: middle;
  background: url(../images/radio.png) left top no-repeat;
  cursor: pointer;
  padding-left: 30px;
  color: #fff;
  background-size: 25px;
  font-size: 14px;
}

input[type=radio]:checked + label span,
input[type=checkbox] + label span {
  background: url(../images/radio.png) 0 -26px no-repeat;
  opacity: 1;
  background-size: 25px;
}

.check input[type=radio] + label span {
  background: url(../images/radio.png) left top no-repeat;
  height: 25px;
  background-size: 25px;
  color: #000;
  font-size: 13px;
}
.check input[type=radio]:checked + label span {
  background: url(../images/radio.png) 0 -26px no-repeat;
  opacity: 1;
  background-size: 25px;
}

.banner {
  padding: 90px 0;
  min-height: 50vh;
  position: relative;
  background: url("../images/banner.jpg") no-repeat;
  background-size: cover;
  padding-top: 10px;
}

.on_banner {
  background-color: rgba(255, 255, 255, 0.79);
  padding: 15px 15px 16px;
  border: 2px solid #fff;
}
.on_banner .nav {
  border-bottom: 0;
  margin-bottom: 20px;
}
.on_banner .nav .nav-item .nav-link {
  padding: 0 15px;
  border: 0;
}
.on_banner .nav .nav-item .nav-link.active {
  background: none;
  border: 0;
}
.on_banner .nav .nav-item .nav-link.active .check label span {
  background: url(../images/radio.png) 0 -27px no-repeat;
  opacity: 1;
  background-size: 25px;
}
.on_banner .nav .nav-item .nav-link:hover {
  border: 0;
}
.on_banner .nav .nav-item .nav-link .check label span {
  padding-top: 4px;
}
.on_banner .nav .nav-item .nav-link .form-control {
  background-color: #80011f;
  color: #fff;
  width: 150px;
  border-radius: 0;
  border: 0;
  display: none;
}
.on_banner .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.coming_soon {
  border: 1px solid #f9eeef;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px 0px #80011f;
}
.coming_soon h1 {
  margin-bottom: 0;
  color: #80011f;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.inner_opt {
  display: flex;
  background: #80011f;
  padding: 2px 5px;
  align-items: center;
  margin-bottom: 10px;
  height: 50px;
}

.icon {
  margin-right: 10px;
}
.icon img {
  width: 35px;
  margin: 0 5px;
}

.btn_search {
  background-color: #343233;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  height: 50px;
  width: 150px;
  margin-left: 15px;
}
.btn_search:hover {
  background-color: #80011f;
  color: #fff;
}

.btn_moreOpt {
  font-size: 17px;
}
.btn_moreOpt.text-dark:hover {
  color: #fff !important;
}

.airport_opt .depart_from {
  position: relative;
  display: block;
  font-size: 14px;
}
.airport_opt .depart_from .depart {
  position: absolute;
  top: 5px;
  z-index: 10;
  color: #fff;
  left: 2px;
  font-size: 12px;
}
.airport_opt .depart_from .form-control {
  text-transform: capitalize;
  color: #fff;
  z-index: 9;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  height: 51px;
  padding: 24px 15px 14px 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.airport_opt .depart_from .form-control::placeholder {
  color: #fff;
}
.airport_opt .depart_from .short_frm {
  position: absolute;
  bottom: -5px;
  z-index: 9;
  color: #fff;
  left: 2px;
}
.airport_opt .depart_from .short_frm p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}

.input {
  height: 100%;
  background: #80011f;
  position: relative;
  margin-bottom: 10px;
  height: 50px;
}
.input.for_height {
  height: 50px;
}
.input button {
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 100%;
  background: url(../images/date.png) no-repeat !important;
  background-position: 95% !important;
  background-size: 40px !important;
  color: #fff;
  text-align: left;
}
.input button .ui-icon {
  display: none;
}
.input .form-control {
  height: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none !important;
  background: url("../images/date.png") no-repeat;
  background-position: 95%;
  background-size: 40px;
  color: #fff;
  font-size: 25px;
}
.input .form-control.hasDatepicker::placeholder {
  color: #fff;
  font-size: 18px;
}
.input.passenger {
  opacity: 1;
}
.input.passenger .quantity {
  position: absolute;
  top: 0px;
  width: 100%;
  padding-left: 11px;
}
.input.passenger .quantity span {
  color: #fff;
  font-size: 12px;
  display: none;
}
.input.passenger .quantity span:first-child {
  display: inline;
}
.input.passenger .form-control {
  background: url("../images/user.png") no-repeat;
  background-position: 95%;
  background-size: 40px;
  padding-top: 23px;
  pointer-events: none;
}
.input.passenger.dropdown-toggle:after {
  display: none;
}

.dropdown-menu[aria-labelledby=more_opt_pass1], .dropdown-menu[aria-labelledby=more_opt_pass2], .dropdown-menu[aria-labelledby=more_opt_pass3] {
  width: 340px;
  padding: 0;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card {
  border: 0;
  padding: 10px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card .col-md-12, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card .col-md-12, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card .col-md-12 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card span, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card span, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card span {
  margin-right: 5px;
  width: 190px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card span small, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card span small, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card span small {
  display: block;
  font-size: 12px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card .input-group, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card .input-group, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card .input-group {
  margin-bottom: 10px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card .input-group .input-group-btn, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card .input-group .input-group-btn, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card .input-group .input-group-btn {
  background-color: #80011f;
  color: #fff;
  width: auto;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card .input-group .input-group-btn i, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card .input-group .input-group-btn i, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card .input-group .input-group-btn i {
  color: #fff;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .card-body.card .input-group .form-control, .dropdown-menu[aria-labelledby=more_opt_pass2] .card-body.card .input-group .form-control, .dropdown-menu[aria-labelledby=more_opt_pass3] .card-body.card .input-group .form-control {
  text-align: center;
  flex: 0 0 100px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .custom-control, .dropdown-menu[aria-labelledby=more_opt_pass2] .custom-control, .dropdown-menu[aria-labelledby=more_opt_pass3] .custom-control {
  margin: 0 !important;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .custom-control .custom-control-label, .dropdown-menu[aria-labelledby=more_opt_pass2] .custom-control .custom-control-label, .dropdown-menu[aria-labelledby=more_opt_pass3] .custom-control .custom-control-label {
  font-size: 13px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .custom-control .custom-control-label::before, .dropdown-menu[aria-labelledby=more_opt_pass1] .custom-control .custom-control-label::after, .dropdown-menu[aria-labelledby=more_opt_pass2] .custom-control .custom-control-label::before, .dropdown-menu[aria-labelledby=more_opt_pass2] .custom-control .custom-control-label::after, .dropdown-menu[aria-labelledby=more_opt_pass3] .custom-control .custom-control-label::before, .dropdown-menu[aria-labelledby=more_opt_pass3] .custom-control .custom-control-label::after {
  top: 2px;
}
.dropdown-menu[aria-labelledby=more_opt_pass1] .custom-control-input:checked ~ .custom-control-label::before, .dropdown-menu[aria-labelledby=more_opt_pass2] .custom-control-input:checked ~ .custom-control-label::before, .dropdown-menu[aria-labelledby=more_opt_pass3] .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #80011f;
  border-color: #80011f;
}

.ui-widget-header {
  background: #80011f;
  border-radius: 0;
  color: #fff;
}

.ui-state-default {
  background: none !important;
}

.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a {
  border: 0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #80011f;
  border: #80011f;
}

.ui-autocomplete {
  width: 300px !important;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.ui-autocomplete .ui-menu-item a {
  color: #fff;
  background: #80011f;
  border-radius: 0;
  padding: 10px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-autocomplete .ui-menu-item a:hover {
  background: #000;
  border: 0;
}

#more_opt_pass {
  width: 100%;
  margin-top: 5px;
}
#more_opt_pass .card {
  border-radius: 0;
}

.btn_full {
  height: 100%;
  background: #7d7d7d;
  color: #fff;
  width: 100%;
  border-radius: 0;
  font-size: 31px;
  border: 0;
}
.btn_full:hover {
  background: #000;
  color: #fff;
}

.multiple .row {
  margin-bottom: 5px;
}
.multiple .passenger {
  height: 50px;
}

.recent_title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 15px 0;
}

.inner_recent {
  border: 1px solid #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.inner_recent h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.inner_recent h3 span {
  font-size: 12px;
  color: #ccc;
  display: block;
}
.inner_recent i {
  color: #fff;
  font-size: 16px;
}

.home_blocks {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 20px;
}

.inner_block {
  position: relative;
}
.inner_block .desc {
  background: #343434;
  padding: 10px;
  color: #fff;
}
.inner_block .desc .content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.inner_block .desc .content h4 {
  font-size: 16px;
}
.inner_block .desc .content .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inner_block .desc .content .inner .left {
  text-align: left;
}
.inner_block .desc .content .inner .right {
  text-align: right;
}
.inner_block .desc .content .inner .right ul {
  margin-bottom: 0;
}
.inner_block .desc .content .inner .right ul li i {
  color: #fee301;
}
.inner_block .desc .content .inner h3 {
  font-size: 17px;
  text-align: left;
}
.inner_block .desc .content .inner h3 small {
  font-size: 8px;
}
.inner_block .desc .content .inner h3 i {
  color: #80011f;
}
.inner_block .desc.light {
  background: #fff;
  color: #000;
}

.title {
  padding: 10px 0;
}
.title.light {
  color: #fff;
}

.btn_default {
  background: #80011f;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}

.img {
  position: relative;
  z-index: 1;
}
.img img {
  height: 225px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.package {
  padding: 25px 0;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}
.package [class*=col-] {
  margin-bottom: 30px;
}

.services {
  background-color: #80011f;
  padding: 50px 0;
  color: #fff;
}
.services h3 {
  font-size: 22px;
}
.services p {
  font-size: 14px;
  margin-bottom: 0;
}

.inner_service {
  text-align: center;
}
.inner_service i {
  background-color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #80011f;
  font-size: 23px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #ebe117;
}
.inner_service h4 {
  font-size: 18px;
  margin: 15px 0;
}
.inner_service p {
  font-size: 13px;
}

/*-------------*/
.login {
  background: url("../images/banner.jpg") no-repeat;
  padding: 120px 0;
  position: relative;
  background-size: cover;
}
.login:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #80011f;
  opacity: 0.5;
  z-index: 1;
}
.login .accordion {
  padding: 50px;
  border: 1px solid #ccc;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  background-color: #fff;
  width: 50%;
  position: relative;
  z-index: 2;
}
.login .accordion .form-control {
  height: 52px;
  margin-bottom: 15px;
}
.login .text-white {
  color: #000 !important;
}
.login .collapse .btn {
  width: 250px;
  background-color: #80011f;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  height: 45px;
  display: block;
  margin: 10px auto;
}

.top_search {
  background-color: #fafafa;
  padding: 0 15px 0;
}
.top_search h4 {
  font-size: 20px;
}
.top_search h4 a {
  color: #80011f;
}
.top_search .contact_now {
  background: #636363;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
}
.top_search .contact_now:hover {
  background: #80011f;
}
.top_search .sector_selection {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.top_search .sector_selection .btn {
  background-color: #313131;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
  width: 25%;
}
.top_search .sector_selection .btn:hover {
  background-color: #80011f;
}
.top_search .sector_selection .btn.active {
  background-color: #80011f;
}
.top_search .sector_selection .btn:first-child {
  margin-left: 0;
}
.top_search .sector_selection .btn:last-child {
  margin-right: 0;
}

.group_ticket_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group_ticket_top h2 {
  color: #80011f;
  margin-bottom: 0;
  font-size: 22px;
}
.group_ticket_top .group_search {
  display: flex;
  width: 35%;
}
.group_ticket_top .group_search .form-control {
  border-radius: 0;
  height: 45px;
  width: 100%;
  font-size: 14px;
}
.group_ticket_top .group_search .btn {
  background-color: #80011f;
  color: #fff;
  border-radius: 0;
  height: 45px;
}
.group_ticket_top .group_search .btn:hover {
  background-color: #313131;
}

.group_ticket_listing .flight_listing {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 7px 15px;
}
.group_ticket_listing .flight_listing .airline_logo {
  margin-bottom: 0;
}
.group_ticket_listing .flight_listing .airline_logo img {
  width: 60px;
}
.group_ticket_listing .flight_listing .airline_name h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
.group_ticket_listing .flight_listing .airline p {
  margin-bottom: 5px;
}

/*-------------*/
.footer {
  padding: 40px 0;
}
.footer h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.footer p {
  margin-bottom: 0;
}
.footer p a img {
  width: 160px;
}

.copy {
  padding: 15px 0;
  background-color: #363636;
}
.copy p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.copy .social {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.copy .social li a {
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
}
.copy .social li a:hover {
  color: #9B9B9B;
}

/*----------*/
.reg_modal .nav-tabs {
  justify-content: center;
  background: #80011f;
  margin: 0 0 10px;
  padding: 10px;
}
.reg_modal .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.reg_modal .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}
.reg_modal .nav-tabs .nav-item .nav-link.active {
  color: #80011f;
  background: #fff;
}
.reg_modal .modal-content {
  border: 0;
}
.reg_modal .md-form {
  position: relative;
}
.reg_modal .md-form i {
  color: #80011f;
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.reg_modal .md-form .form-control {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 42px;
  font-size: 14px;
}
.reg_modal .btn {
  background: #80011f;
  color: #fff;
  border-radius: 0;
  width: 160px;
  margin: 0 auto;
  text-transform: uppercase;
}
.reg_modal .btn:hover {
  background: #000;
}
.reg_modal a.forgot {
  color: #535152;
  font-size: 12px;
}
.reg_modal a.forgot:hover {
  color: #80011f;
}

/*----------*/
.filters {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  border-radius: 15px;
}
.filters .container {
  position: relative;
}
.filters .search_flight p {
  margin-bottom: 0;
  color: #fff;
}
.filters .apply_area .btn {
  color: #fff;
  box-shadow: none;
}
.filters .collapse, .filters .collapsing {
  background: #fff;
  width: 100%;
  padding: 20px 15px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.36);
}
.filters ul {
  display: flex;
  justify-content: space-between;
}
.filters ul li {
  text-align: center;
}
.filters ul li img {
  max-width: 100%;
  width: 40px;
}
.filters ul li span {
  display: block;
  font-size: 12px;
}
.filters .btn-group {
  display: flex;
}
.filters .btn-group .btn {
  border-radius: 0 !important;
  background-color: #80011f;
  border-color: #80011f;
  box-shadow: none !important;
  margin: 5px;
}
.filters .btn-group .btn.active {
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.filters .btn-group .btn small {
  background: #fff;
  display: block;
  color: #b3b0b0;
  margin: 5px -15px -15px;
  font-size: 10px;
  padding-top: 10px;
}
.filters a i {
  transition: all 0.2s linear;
}
.filters a[data-toggle=collapse] {
  color: #80011f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.filters a[aria-expanded=true] i {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.filters .opt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.filters .opt .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  box-shadow: none !important;
}
.filters .opt .custom-checkbox .custom-control-label::after {
  top: 0.15rem;
}
.filters .opt h5 {
  font-size: 11px;
  color: #b3b0b0;
}
.filters .scroller {
  position: relative;
  margin-top: 15px;
  padding-top: 30px;
}
.filters .scroller .leftLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  left: 0;
  top: 2px;
}
.filters .scroller .rightLabel {
  font-size: 10px !important;
  color: #818181 !important;
  position: absolute;
  right: 0;
  top: 2px;
}
.filters .scroller .leftLabel:before, .filters .scroller .rightLabel:before {
  content: "Rs:";
  padding-right: 2px;
}
.filters .scroller .nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 8px;
  background: #fff;
  border: 1px solid #D3D3D3;
}
.filters .scroller .nstSlider .leftGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}
.filters .scroller .nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.filters .scroller .nstSlider .rightGrip {
  position: absolute;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid #fff;
  background-color: #000 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 0.2px rgba(0, 0, 0, 0.3);
  top: -5px;
}
.filters .scroller .nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.filters .scroller .nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #80011f;
  height: 8px;
  top: -1px;
}
.filters .scroller .nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

.btn_filler {
  box-shadow: none !important;
  color: #fff;
}

.airline_sec {
  display: block;
}
.airline_sec .airline_logo {
  margin-bottom: 10px;
  text-align: center;
}

.flight_listing {
  margin-top: 25px;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}

.airline_logo img {
  width: 80px;
}

.airline_name {
  text-align: center;
}
.airline_name h4 {
  font-size: 16px;
  color: #5B5B5B;
}
.airline_name h4 span {
  display: block;
  font-size: 14px;
}
.airline_name ul {
  display: flex;
  justify-content: center;
}
.airline_name ul li {
  padding-left: 10px;
  color: #cccccc;
}
.airline_name ul li.active {
  color: #80011f;
}

.source_destination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
.source_destination small {
  display: block;
  font-size: 13px;
  margin: 2px 0;
}

.source_dis {
  text-align: center;
  width: 45% !important;
}
.source_dis h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.source_dis p {
  font-size: 14px;
  margin-bottom: 0;
}

.distance {
  max-width: 65%;
  flex: 0 0 65%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.distance i {
  position: absolute;
  right: 0;
  top: 23px;
}
.distance i.fa-plane {
  opacity: 0;
}
.distance:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}
.distance:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #003923;
  top: 30px;
}

.stops {
  display: flex;
  position: relative;
  z-index: 1;
}
.stops i {
  position: relative;
  color: #80011f;
  top: 0;
}
.stops span.dot {
  width: 10px;
  height: 10px;
  background-color: #80011f;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.stops span.name {
  color: #9b9999;
  margin-top: 5px;
  font-size: 12px;
}
.stops span.duration {
  color: #003923;
  font-size: 10px;
}

.listing_bottom_last {
  display: flex;
  margin-bottom: 0;
  background-color: #80011f;
  padding: 9px 15px;
  border-radius: 35px;
}
.listing_bottom_last li {
  border-right: 1px solid #fff;
  margin-right: 15px;
  padding-right: 15px;
}
.listing_bottom_last li:last-child {
  border: 0;
}
.listing_bottom_last li a {
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
}
.listing_bottom_last li a[aria-expanded=true] {
  background-color: transparent;
}
.listing_bottom_last li span {
  color: #fff;
}

.price_column {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.price_info {
  text-align: right;
}
.price_info h4 {
  font-size: 24px;
  color: #80011f;
  font-weight: 800;
}
.price_info h4 span {
  display: block;
  font-size: 14px;
  color: #ccc;
}
.price_info .btn {
  background: #80011f;
  color: #fff;
  border-radius: 0;
  width: 110px;
  padding: 3px 12px;
  font-size: 13px;
}
.price_info .btn:hover {
  background: #000;
}

.flight_detail {
  border-right: 1px dotted #80011f;
  margin-right: 15px;
  padding-right: 15px;
}
.flight_detail a {
  font-size: 13px;
  color: #80011f;
  text-decoration: none;
}
.flight_detail .badge {
  font-size: 12px;
}
.flight_detail p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}

.further_detail .stops {
  justify-content: center;
}
.further_detail .nav-pills .nav-link {
  color: #444444;
}
.further_detail .nav-pills .nav-link.active {
  background-color: #80011f;
  border-radius: 0;
  color: #fff;
}
.further_detail .btn {
  box-shadow: none !important;
}
.further_detail .btn[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.further_detail .card .flight_info {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.further_detail .airline_info {
  display: flex;
}
.further_detail .airline_info img {
  margin-right: 10px;
  width: 60px;
}
.further_detail .airline_info p {
  line-height: 16px;
}
.further_detail .airline_info p small {
  display: block;
}
.further_detail .airline_info p strong {
  display: block;
  font-size: 12px;
}
.further_detail .offers {
  display: flex;
  justify-content: space-between;
}
.further_detail .offers li {
  color: #dcdcdc;
}
.further_detail .offers li.active i {
  color: #80011f;
}

/*----------*/
.traveller_info {
  padding: 15px;
  margin-top: 25px;
  border: 1px solid #ccc;
}
.traveller_info h4 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.traveller_info h3 {
  font-size: 14px;
}
.traveller_info p {
  font-size: 13px;
  margin-top: 10px;
}
.traveller_info label {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.traveller_info .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 13px;
}

.fares {
  padding: 15px;
  margin-top: 25px;
  border: 1px solid #ccc;
  margin-top: 25px;
  height: 100%;
}
.fares h4 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.fares ul li {
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.fares h2 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}
.fares .btn {
  background: #80011f;
  color: #fff;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

/*---------*/
.mobile_visible {
  display: none;
}

/*---------*/
.top_message {
  padding: 15px 0;
  text-align: center;
  border: 1px solid #34d30c;
  background-color: #f9fff8;
}
.top_message i {
  background: #34d30c;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 41px;
  line-height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.top_message h4 strong {
  color: #80011f;
}
.flight_modify .on_banner {
  background-color: rgba(243, 243, 243, 0.79);
}

/*----LOGIN / REGISTER----*/
.register {
  margin: 50px 0;
}
.register .log {
  border: 1px solid #eaeaec;
  padding: 15px;
}
.register h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}
.register h2 {
  text-align: center;
  position: relative;
}
.register h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.register h2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 26px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #eaeaec;
}
.register ul {
  text-align: center;
}
.register ul li {
  display: inline-block;
}
.register ul li a {
  color: #787878;
  font-size: 20px;
  padding: 1px 5px;
}
.register ul li a .fa-facebook-f:hover {
  color: #02259e;
}
.register ul li a .fa-instagram:hover {
  color: #ff8604;
}
.register ul li a .fa-google-plus:hover {
  color: #cd3b2f;
}
.register label {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.register label span {
  color: #FC0004;
}
.register label input[type=checkbox] {
  margin-left: 10px;
}
.register .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.register .btn {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  background-color: #80011f;
  margin-bottom: 10px;
}
.register .btn:hover {
  background-color: #000;
}
.register p {
  margin-top: 10px;
}
.register p a {
  color: #80011f;
}

/*----CONTACT US----*/
.map iframe {
  width: 100%;
  height: 350px;
  margin: 0 0 25px 0;
}

.contact_form .form-control {
  border-radius: 0;
  height: 50px;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 25px;
}
.contact_form textarea {
  width: 100%;
  max-width: 100%;
  height: 150px !important;
  max-height: 150px !important;
}
.contact_form .btn {
  background-color: #80011f;
  color: #fff;
  border-radius: 25px;
  padding: 6px 20px;
}
.contact_form .btn:hover {
  background-color: #000;
}

.contact_dsc li {
  display: flex;
  margin-bottom: 25px;
  align-items: baseline;
}
.contact_dsc li i {
  color: #80011f;
  margin-right: 10px;
  font-size: 16px;
}

/*---------*/
.admin_sec {
  background: #80011f;
  padding: 10px 15px;
}
.admin_sec .sidebar-header {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 15px;
}
.admin_sec p {
  color: #fff;
}
.admin_sec p span {
  color: #fff;
}
.admin_sec .components li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_sec .components li ul {
  background: #000;
}
.admin_sec .components li ul li a {
  font-size: 12px;
}
.admin_sec a[aria-expanded=true] {
  background: none;
}

.user_area {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 30px;
}
.user_area .login {
  background-color: #fff !important;
  padding: 0;
}
.user_area .login:after {
  display: none;
}
.user_area .user_title {
  background: #edefed;
  padding: 15px;
  border-bottom: 1px solid #dedede;
  margin: -15px -15px 20px;
}
.user_area .user_title h4 {
  color: #404648;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}
.user_area .inner_block {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px -8px #000;
  margin-bottom: 25px;
}
.user_area .inner_block i {
  font-size: 45px;
  color: #d2d4d2;
  margin-bottom: 10px;
}
.user_area .inner_block h3 {
  font-size: 22px;
  font-weight: 600;
}
.user_area .inner_block p {
  color: #aeb3b5;
  font-size: 14px;
  margin-bottom: 0;
}
.user_area .inner_block h5 {
  font-size: 16px;
  font-weight: 600;
}
.user_area .table tr th {
  font-size: 14px;
}
.user_area .table tr td {
  font-size: 13px;
}
.user_area label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.user_area .form-control {
  border-radius: 0;
  margin-bottom: 10px;
}

.user_booking .table tr th {
  font-size: 12px;
  vertical-align: baseline;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.03);
}
.user_booking .table tr td {
  font-size: 13px;
  vertical-align: baseline;
}
.user_booking .table tr td .btn {
  background: #80011f;
  color: #fff;
  font-size: 14px;
}
.user_booking .table tr td .btn:hover {
  background: #000;
}
.user_booking nav ul {
  justify-content: flex-end;
}
.user_booking nav ul .page-item .page-link {
  color: #5F5F5F;
}
.user_booking nav ul .page-item.active .page-link {
  background-color: #80011f;
  border-color: #80011f;
  color: #fff;
}

/*---------*/
@media (min-width: 992px) {
  .filters .collapsing, .filters .collapse {
    position: absolute;
    z-index: 9;
    top: 44px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top_bar ul {
    justify-content: center;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .top_bar ul.right_area {
    justify-content: center;
  }
  .banner {
    padding: 25px 0 60px;
  }
  .inner_opt {
    margin-bottom: 15px;
  }
  .input.passenger .quantity {
    top: -3px;
  }
  .mobile_visible {
    display: block;
  }
  .hide_mobile {
    display: none;
  }
  .flight_detail {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px;
  }
  .banner, .on_banner {
    padding: 0;
    background: none;
  }
  .banner .h-100, .on_banner .h-100 {
    height: auto !important;
  }
  .banner .btn_full, .on_banner .btn_full {
    margin-top: 15px;
  }
  .on_banner {
    background-color: rgba(243, 243, 243, 0.79);
  }
  .container {
    max-width: 100%;
  }
  .home_blocks {
    margin-top: 50px;
  }
  #multi .passenger .form-control {
    background-size: 50px;
    background-position: 95% 9px;
  }
  .services p {
    margin-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .text-right {
    text-align: center !important;
  }
  .copy {
    text-align: center;
  }
  .copy .social {
    justify-content: center;
  }
  .on_banner {
    padding: 25px 15px 50px;
  }
  .cont_phone {
    margin-right: 8px;
    padding-left: 37px;
  }
  .cont_phone p {
    font-size: 11px;
  }
  .cont_phone p span {
    font-size: 10px;
  }
  .cont_phone i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .head_right ul li a {
    font-size: 13px;
  }
  .head_right ul li a i {
    font-size: 13px;
    margin-right: 5px;
  }
  .icon img {
    width: 50px;
  }
}
@media (max-width: 502px) {
  .on_banner .nav .nav-item .nav-link {
    padding: 0 8px;
  }
  .check input[type=radio] + label span {
    font-size: 11px;
  }
  .home_blocks {
    padding: 0 10vh;
  }
  .head_right {
    flex-direction: column;
    align-items: flex-end;
  }
  .cont_phone {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .logo img {
    width: 90px;
  }
}
@media (max-width: 424px) {
  .check input[type=radio] + label span {
    height: 15px;
    background-size: 15px;
  }
  .check input[type=radio] + label span, .check input[type=checkbox] + label span {
    padding-left: 18px;
    padding-top: 1px !important;
  }
  .on_banner .nav .nav-item .nav-link {
    padding: 0 3px;
  }
  .on_banner .nav .nav-item .nav-link.active .check label span {
    background: url(../images/radio.png) 0 -16px no-repeat;
    background-size: 15px;
  }
  .home_blocks {
    padding: 0 2vh;
  }
  .logo a {
    padding-right: 0;
  }
}
@media (max-width: 364px) {
  .on_banner .nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .on_banner input[type=radio] + label, .on_banner input[type=checkbox] + label {
    width: 85px;
    overflow: hidden;
    margin-top: 0;
    height: 21px;
  }
  .input .comiseo-daterangepicker-triggerbutton.ui-button span {
    font-size: 14px;
    padding: 5px;
  }
}

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