.navbar-toggle {
  border: 1px solid black;
}
.navbar-toggle .icon-bar {
  background: black;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
.cbtnnew {
  display: none;
}
.gradientbg-1 {
  background: #3264f5;
  background: -moz-linear-gradient(left, #3264f5 2%, #f7e405 82%);
  background: -webkit-linear-gradient(left, #3264f5 2%, #f7e405 82%);
  background: linear-gradient(to right, #3264f5 2%, #f7e405 82%);
}
.flitab {
  display: none;
}
.vacation_banner .flitab {
  display: inherit;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.z-index-1 {
  z-index: 1;
}
.opacity-7 {
  opacity: 0.7;
}
.weblogo {
  display: block;
}
.moblogo {
  display: none;
}
.m-sketch {
  width: 100%;
  padding: 20px 0;
  display: inline-table;
}
.skt__image {
  float: left;
  margin-right: 15px;
}
.skt__image-con {
  float: left;
  margin-right: 20px;
}
.skt__icon,
.skt__icon-1,
.skt__icon-2,
.skt__icon-3 {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images1/sprite-sketch.png);
}
.skt__icon-2 {
  background-position: 0 -100px;
}
.skt__icon-3 {
  background-position: 0 -200px;
}
.skt__tit {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 5px;
  color: #234;
  line-height: 1.2;
  font-weight: 400;
}
.c-banner-gallery-item__tit,
.c-hot-hotel-item-v2__name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skt__desc {
  font-size: 10px;
  line-height: 1.4;
}
.flitab {
  font-size: 2.5em;
  color: #fff;
  position: relative;
  padding-left: 50px;
}
.flitab:after {
  position: absolute;
  left: 20px;
  bottom: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
}
.phone_mob {
  display: none;
}
.form_bx {
  /* border-radius:8px; */ /* background-color: #fff; */
  padding: 15px 0;
}
.flight_type {
  margin: 0;
}
.flight_type ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_bx input {
  padding: 15px 15px 15px 15px;
  font-size: 18px;
  height: auto;
  border: none;
  box-shadow: none;
  font-weight: 500;
  color: #000;
  border: 1px solid #dbdbdb;
}

.row.fm_ln1 label {
  font-size: 13px;
  color: #b1b1b1;
  /* position: absolute; */
  /* top: -25px; */
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
}
select.ipt1 {
  background: #fff;
  color: #5d5d5d;
  border: solid 1px #ccc;
  font-size: 14px;
  padding: 20px 10px 5px 10px;
  font-weight: 600;
  text-transform: capitalize;
  height: 32px;
  border-radius: 0;
}

.form-group label i {
  font-size: initial;
}
.form-group label .fi-flight {
  transform: rotate(45deg);
}
.ui-menu .ui-menu-item {
  padding: 0;
}
.ui-menu-item-wrapper {
  padding: 5px 10px 5px 30px;
  border-bottom: 1px solid #ccc;
}
.ui-menu-item .ui-state-active {
  background-position: 59% 20% !important;
  background-color: #ecf0ff;
  color: #2139ac;
}
.form-group p {
  color: #a5a5a5;
  border-bottom: 2px solid #a5a5a5;
  padding-bottom: 5px;
  font-weight: 500;
}
.closed_icon {
  position: absolute;
  top: 16px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e8381b;
  text-align: center;
  cursor: pointer;
}
.closed_icon i {
  line-height: 20px;
  color: #fff;
}
.form-control:focus {
  box-shadow: 0 0 0 #5d5d5d !important;
}
.fm_ln1 button {
  float: right;
  margin-top: 24px;
  background: #223f89;
  color: #fff;
  padding: 0;
  text-align: center;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  height: 56px;
  width: 100%;
}
.flight_type label {
  padding: 3px 8px 0 28px;
}
.mainformcsrhh {
  margin: 140px 0;
}
.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mob_bar {
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 15px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #333;
}
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  background-color: transparent !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
}
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}
.customradio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #5d5d5d;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customradio input:checked ~ .checkmark:after {
  display: block;
}
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.gapres_dd {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
}
.number-spinner {
  width: 45%;
  float: right;
}
.number-spinner .form-control {
  width: 30px;
  display: inline-block;
  padding: 0;
}
.fm_ln1 {
  position: relative;
  padding: 40px 15px 15px;
  background: #fff;
  box-shadow: 0px 1px 9px #00000012;
  border-radius: 5px;
  box-shadow: -1px 9px 14px 0px rgb(0 0 0 / 15%);
  display: flex;
}
.main_fm {
  position: relative;
}
.add_btn,
.mns_btn {
  display: block;
  color: #662d91 !important;
  font-size: small;
  padding: 5px 10px;
  border: solid 2px #ddd3e7;
  border-radius: 3px;
}
.add_btn:hover,
.add_btn:focus,
.mns_btn:hover,
.mns_btn:focus {
  background: #ddd3e7;
  color: #5d5d5d;
  text-decoration: none;
}
.pass_bx {
  float: left;
  margin: 5px 0 0;
  width: 100%;
}
.pass_bx label {
  font-weight: 400;
  color: #000;
  float: left;
  font-size: 12px;
  width: 60%;
}
.btn_dn {
  margin: 8px 0 0 0;
}
.btn_dn button {
  background: #0a4879;
  color: #fff !important;
  min-height: 36px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin: 0;
  height: 30px;
  width: auto;
  float: right;
  font-weight: 400;
  font-size: 12px;
}
.psg_dls {
  width: 270px;
  display: table;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 9;
  border: solid 1px #ccc;
  box-shadow: 0 0 15px #00000054;
  border-radius: 5px;
}
.class-labl {
  width: 50%;
  float: left;
  margin-top: 5px;
}
.eco-selct {
  width: 50%;
  float: left;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
}
#radioBtn .notActive {
  color: #3276b1;
  background-color: #5d5d5d;
}
a #add-button {
  background: #1a3683;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin: 8px 10px 0 10px;
  display: inline-block;
  float: left;
}
a #remove-button {
  background: #1a3683;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin: 8px 10px 0 0;
  display: inline-block;
  float: left;
}
.two_site {
  display: none;
  position: absolute;
  top: 35px;
  left: 46%;
  width: 29px;
  height: 32px;
  background: #f1f1f1;
  border-radius: 50%;
  z-index: 9;
  border: solid 1px #ccc;
}
.two_site i {
  line-height: 29px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 7px;
}
.graybg {
  background: #fffefe;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.title {
  font-size: 29px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.2;
  text-transform: capitalize;
}
.title:after {
  position: absolute;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
}
.tabflight__link {
  text-decoration: none;
  border: 1px solid #cac7c7;
  margin: 1em 0;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 41, 99, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 41, 99, 0.1);
  color: #333;
  display: block;
}
.tabflight__link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 41, 99, 0.1);
  box-shadow: 0 3px 30px 0 rgba(0, 41, 99, 0.1);
}
.tabflight__route {
  position: relative;
  padding: 12px 12px 8px;
}
.tabflight__airline-logo {
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tabflight__from {
  font-size: 12px;
  color: #666;
  padding-right: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabflight__to {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabflight__date {
  color: #666;
  margin-top: 5px;
  font-size: 12px;
}
.tabflight__date .fi-round-trip {
  line-height: 1;
  color: #666;
  font-size: 12px;
  vertical-align: middle;
}
.tabflight__price-box {
  border-top: 1px dashed #e5e5e5;
  padding: 7px 0;
  margin: 0 12px;
  position: relative;
}
.o-price {
  font-size: 14px;
  height: 30px;
}
.o-price__from {
  color: #999;
}
.tabflight .o-price__currency {
  color: #933;
  font-size: 20px;
}
.flightdt {
  margin-bottom: 30px;
  display: inline;
}
.flightdt .nav-tabs {
  border-bottom: 0 solid #cac7c7;
}
.flightdt .nav-tabs .nav-item.show .nav-link,
.flightdt .nav-tabs .nav-item.show .nav-link:hover {
  padding: 0;
  text-decoration: none;
  border: 0;
}
.flightdt .nav-tabs .nav-link {
  border: 1px solid #cac7c7;
  color: #333;
  margin: 3px;
}
.flightdt .nav-tabs .nav-item.show .nav-link,
.flightdt .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #cac7c7 #cac7c7 #fff;
  border-bottom: 4px solid;
}
.footer-up {
  width: 100%;
  margin: 0 auto;
  background: #f0f0f0;
}
.footer-up .footer-desktop {
  padding: 15px 0;
  border-top: 1px solid #b3afaf;
}
.footer-up .footer__text {
  line-height: 22px;
}
.footer-up .footer__link {
  color: #333;
  padding-right: 18px;
  display: block;
  font-size: small;
}
.menu-bar {
  display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
}
.sidenav ul {
  list-style: none;
  padding: 0;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.3em;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a:hover {
  background: #f1f1f1;
}
.sidenav ul li:last-child a {
  background: #002d51;
}
.sidenav ul li:last-child a:hover {
  color: #fff;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#demo {
  margin-top: 40px !important;
}
.tw_logo {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
}
.header_hnew {
  width: 100%;
  height: auto;
  float: left;
  background: #933;
  margin-top: 10px;
}
.search_frm {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30px;
}
.hnew_navigation {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
  padding: 0.5em 0 0;
}
.hnew_navigation ul {
  margin: 0;
  padding: 0;
}
.hnew_navigation ul li {
  list-style: none;
  display: inline-block;
  line-height: 36px;
}
.hnew_navigation ul li a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
  padding: 0.5em;
  letter-spacing: 1px;
}
.hnew_navigation ul li a:hover {
  color: #933;
}
.hnew_navigation ul li:last-child a {
  background: #ff9b00;
}
.hnew_upperheader {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #b3afaf;
}
.hnew_logo {
  width: 60%;
  float: left;
  margin-top: 5px;
}
.hnew_call {
  width: 100%;
  height: auto;
  float: right;
  color: #0a7298;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 700;
  text-align: right;
}
.hnew_call a {
  text-decoration: none;
  color: #933;
}
.hnew_email {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  text-align: right;
}
.callimage {
  width: 102px;
  display: inline-block;
  margin-top: -38px;
}
.hnew_email span {
  width: 50%;
  height: auto;
  float: left;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  margin-left: 27%;
  text-align: center;
}
.hnew_email p {
  width: 46%;
  height: auto;
  float: left;
  margin-left: 24%;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.menu_icon {
  display: none;
}
.phone_icon {
  display: none;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}
.number-spinner1 {
  width: 40%;
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input-group-btn {
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 30px;
}
.d-none-cst {
  display: none;
}
.form_bx .add_num {
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 20px;
  border: 0;
  padding: 0;
}
.hmlist {
  list-style: none;
  float: left;
  width: 100%;
}
.hmlist li {
  float: left;
  width: 33%;
  list-style: none;
  display: block;
  padding: 2px 0 5px 32px;
  color: #333;
  font-weight: 400 !important;
  background-image: url(../image/tick-new.html) !important;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 14px;
}
.banner_section {
  width: 100%;
  height: auto;
  background-size: cover;
  position: relative;
}
.banner_section img {
  height: fit-content;
  height: -moz-fit-content;
}
.vacation_banner {
  width: 100%;
  height: 425px;
  float: left;
  background: url(../images1/banner_firstflytravel.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.firstfly_outer {
  width: 100%;
  height: auto;
  float: left;
  background: #f8f8f8;
  padding: 20px 0;
  margin-top: 40px;
}
.destinatios_white {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 30px 0;
  border: solid 1px #e1e1e1;
  margin-bottom: 60px;
}
.destinatios_white-new {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 30px 0;
  border: solid 1px #e1e1e1;
  margin-bottom: 10px;
}
.destinatios_white-new h4 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 36px;
  color: #2c2d2b;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.destinatios_white-new p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  color: #666;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  padding: 5px 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.destinatios_white-new span {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-align: left;
  padding: 5px 20px;
  line-height: 24px;
}
.destination ul {
  width: 17%;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  float: left;
  margin-left: 30px;
}
.destination ul li {
  list-style: none;
  display: block;
  padding: 12px 0 10px 42px;
  color: #fff;
  font-weight: 700;
  background: url(../image/tick-img.html) #648446 4% 65% no-repeat;
  border-radius: 4px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
.destination_flt ul {
  width: 30%;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 30px;
}
.destination_flt ul li {
  list-style: none;
  display: block;
  padding: 12px 0 10px 42px;
  color: #fff;
  font-weight: 700;
  background: url(../image/tick-img.html) #648446 4% 65% no-repeat;
  border-radius: 4px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
.text_n {
  font-size: 14px !important;
  color: #777 !important;
}
.destinations_box {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  box-shadow: 0 2px 10px #b3b1b1;
  margin-bottom: 20px;
}
.destinations_box img {
  width: 100%;
  text-align: center;
}
.destinations_box h5 {
  text-align: center;
  color: #2c2d2b;
  font-size: larger;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.destinations_box b {
  text-align: center;
  color: #933;
  font-size: x-large;
  display: block;
}
.destinations_box p {
  text-align: center;
  color: #7b7b7b;
  font-size: small;
  margin: 0;
}
.desti_content {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 13px;
}
.desti_content h6 {
  color: #2c2d2b;
  margin-bottom: 2px;
  text-decoration: none;
  font-weight: 400;
  padding: 0 0 0 15px;
}
.desti_content span {
  width: 100%;
  height: auto;
  float: left;
  color: #648446;
  font-size: 20px;
  margin-bottom: 2px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
.wallpaper_section {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 20px 0;
  background: url(../image/luxury_img.html) center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 25px #aba6a6;
  position: relative;
}
.wallpaper_section_inner {
  width: 100%;
  height: auto;
  float: left;
}
.wallpaper_section h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 1em 0 0;
  text-shadow: 0 1px 10px #000;
}
.wallpaper_section h6 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 0 1px 10px #000;
}
.destinations_inner {
  color: #333;
  text-decoration: none;
  padding-bottom: 15px;
}
.destinations_inner a {
  border: 1px solid #cac7c7;
  text-decoration: none;
  padding: 15px;
  display: block;
}
.destinations_inner a:hover {
  text-decoration: none;
  background: #e5e5e5;
}
.destinations_inner img {
  float: left;
  margin-right: 15px;
  width: 55px;
}
.destinations_inner h6 {
  font-size: large;
  color: #333;
  line-height: 26px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.destinations_inner span {
  font-size: larger;
  font-weight: 700;
  color: #933;
}
.nbs-flexisel-inner {
  background: 0 0;
}
.flexbg {
  background: #f0f0f0;
}
.flex-offer {
  background-color: #473080;
  color: #fff;
  text-align: center;
}
.flex-offer figure {
  margin: 0;
}
.flex-offer figcaption {
  padding: 15px 5px;
  font-size: small;
}
.why_us {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.why_us h4 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #2c2d2b;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.why_us_details {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  text-align: center;
}
.why_us_details h6 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  color: #2c2d2b;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
.why_us_details p {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  line-height: 28px;
  margin-top: -13px;
}
.content-wrap li {
  list-style: none;
  margin: 5px 0 5px 15px;
}
.feature-center {
  text-align: center;
}
.feature-center .feature-caption {
  display: block;
}
.feature-center .feature-icon {
  margin-left: auto;
  margin-right: auto;
}
.feature-wrap-fade-white {
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.2);
}
.directories li {
  float: left;
  list-style: outside none none;
  padding: 5px;
  width: 32.9%;
  font-size: 14px;
}
.content-wrap {
  display: block;
  padding: 20px;
  background: #fff;
  color: #5c6272;
  margin-top: 30px;
}
.directories li:before {
  content: "\00BB \0020";
  float: left;
  line-height: 18px;
  display: block;
  padding-right: 5px;
}
.head-wrap li a {
  color: #005081;
  text-decoration: none;
}
ul {
  padding-inline-start: 0 !important;
}
strong.content-wrap-title.no-margin-top {
  background: #6d4e8ad6;
  color: #fff;
  padding: 5px;
}
h6.abc {
  margin-top: 17px;
}
.fly_aboutheading {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0;
}
.fly_aboutheading h1 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  text-decoration: none;
}
.fly_aboutheading_new {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0;
  font-size: 1.8rem;
}
.fly_aboutheading_new h1 {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  text-decoration: none;
}
.about_fdetails {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 0;
}
.text_Fdetails,
.text_fdetails {
  width: 100%;
  height: auto;
  float: left;
}
.text_Fdetails h2,
.text_fdetails h2 {
  text-decoration: none;
  padding: 10px;
  border-left: 3px solid #473080;
  background: #f5f4f4;
  font-size: 24px;
}
.text_Fdetails h2 a,
.text_fdetails h2 a {
  color: #662d91;
}
.text_Fdetails span,
.text_fdetails span {
  width: 100%;
  height: auto;
  float: left;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.text_Fdetails p,
.text_fdetails p {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 20px;
}
.text_Fdetails h3,
.text_Fdetails h1,
.text_Fdetails h2,
.text_Fdetails h5,
.text_fdetails h3,
.text_fdetails h1,
.text_fdetails h2,
.text_fdetails h5 {
  font-size: 24px;
  padding: 10px;
  font-weight: 100;
  margin: 15px 0;
  border-left: 3px solid #473080;
  background: #f5f4f4;
}
.text_Fdetails h5 strong,
.text_fdetails h5 strong {
  font-size: 14px;
}
.sideban {
  float: right;
  margin-left: 15px;
  box-shadow: 0 1px 9px #afabab;
  border: 10px solid #f5f4f4;
}
.desti_links {
  width: 100%;
  height: auto;
  padding-bottom: 7px;
}
.desti_links ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.desti_links ul li {
  list-style: none;
  display: block;
  padding: 2px 0 5px 25px;
  color: #333;
  font-weight: 400 !important;
  background-image: url(../image/tick-new.html) !important;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 14px;
}
.text_Fdetails ul,
.text_fdetails ul {
  margin: 0 0 20px;
  padding: 0;
}
.text_Fdetails ul li,
.text_fdetails ul li {
  list-style: none;
  display: block;
}
.text_Fdetails ul li:before,
.text_fdetails ul li:before {
  content: "\e28a";
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  color: #6d4e8a;
  padding-right: 5px;
}
.desti_links ul li a,
.text_Fdetails ul li a,
.text_fdetails ul li a {
  padding: 0;
  text-decoration: underline;
  transition: 0.5s;
}
.desti_links ul li a:hover,
.text_Fdetails ul li a:hover,
.text_fdetails ul li a:hover {
  padding-left: 5px;
  text-decoration: none;
}
.site_links {
  width: 100%;
  height: auto;
  padding-bottom: 7px;
}
.site_links h3,
.site_links h5 {
  font-size: 24px;
  padding: 10px;
  font-weight: 100;
  margin: 15px 0;
  border-left: 3px solid #473080;
  background: #f5f4f4;
}
.site_links ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.site_links ul li {
  width: 33.3%;
  float: left;
  list-style: none;
  display: block;
  padding: 2px 0 5px 25px;
  color: #333;
  font-weight: 400 !important;
  background-image: url(../image/tick-new.html) !important;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 14px;
}
.site_links ul li a {
  padding: 0;
  text-decoration: underline;
  transition: 0.5s;
}
.site_links ul li a:hover {
  padding-left: 5px;
  text-decoration: none;
}
.airline_use ul {
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
}
.airline_use ul li {
  list-style: none;
  display: block;
  padding: 2px 0 2px 30px;
  color: #444;
  font-size: 14px;
  margin-top: 10px;
  background: url(../image/tick.html) left center no-repeat;
  background-size: 20px;
}
.routes {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}
.routes ul {
  width: 35% !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  float: left;
}
.routes ul li {
  list-style: none;
  display: block;
  padding: 2px 0 10px 42px;
  color: #444;
  font-weight: 700;
  background: url(../image/tick-new.html) left top no-repeat;
}
.checp_links {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.checp_links a {
  width: 100%;
  height: auto;
  float: left;
  background: #648446;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
}
.contact_services {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 30px 0;
  text-align: center;
}
.single-icon {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 2px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.contact_services p {
  margin: 0 0 15px;
  color: #444;
  font-size: 17px;
  text-align: center;
}
.map_section {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0;
}
.contact_us_main {
  padding: 40px 0;
  background: #f9f9f9;
}
.cont_main {
  background: #662d91;
  padding: 26px;
  box-shadow: 0 0 30px #00000021;
  margin-bottom: 50px;
  border-radius: 10px;
}
.cont_main h2 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  padding: 0 0 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.cont_main lable {
  color: #fff;
}
.cont_frms {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #ffffff1a;
  background-image: none;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
}
.sms_button {
  width: 150px;
  height: 40px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #662d91;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer_section {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0 0;
  border-top: 1px solid #b3afaf;
}
.footer_text {
  width: 100%;
  height: auto;
  float: left;
}
.footer_text h5 {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.footer_text p {
  padding: 0;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 400;
}
.footer_tab {
  width: 100%;
  height: auto;
  float: left;
}
.footer_tab h5 {
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
}
.footer_tab ul {
  margin: 0;
  padding: 0;
}
.footer_tab ul li {
  list-style: none;
  display: block;
}
.footer_tab ul li:before {
  content: "\f0da";
  font-family: "Roboto", sans-serif;
  padding-right: 5px;
  color: #6d4e8a;
}
.footer_tab ul li a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  text-decoration: none;
  transition: 0.5s;
}
.footer_tab ul li a:hover {
  color: #000;
  padding-left: 5px;
}
.footer_tab ul li a i {
  font-size: x-small;
}
.footer-desktop h4:after {
  position: absolute;
  left: 50%;
  margin-top: 5px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
}
.vacation_blog {
  width: 100%;
  height: auto;
  float: right;
  text-align: right;
}
.vacation_blog h5 {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.footer_visa {
  width: 100%;
  height: auto;
  float: left;
  background: #160d1d;
  padding: 5px 0;
}
.visa_sec {
  width: 100%;
  height: auto;
  float: right;
  text-align: right;
}
.footer_rgtBL {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0;
  border-top: 1px solid #b3afaf;
  background: #e0d6fb;
}
.foot_social {
  width: 100%;
  height: auto;
  float: left;
}
.foot_social span {
  font-weight: 700;
}
.fb_tw {
  font-size: 20px;
  background: #6d4e8a;
  color: #fff;
  line-height: 20px;
  padding: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.text_cp {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.timeline-Header-title {
  font-size: 25px !important;
}
.timeline-TweetList-tweet {
  width: 100% !important;
}
.timeline-Tweet-text {
  font-size: 14px !important;
  line-height: 25px !important;
}
.MediaCard-media {
  width: 420px !important;
  height: 246px !important;
}
.twitter {
  height: 300px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px #cacaca;
}

.points h3 {
  font-size: 16px;
  border: 0px;
  background: #fff;
  padding: 0px;
  font-weight: 600;
  margin-bottom: 2px;
  display: list-item;
  list-style: square;
  list-style-position: inside;
}
.ul-new {
  padding-left: 30px !important;
}
.ul-new li {
  list-style: disc !important;
  display: list-item !important;
  padding-bottom: 5px !important;
}

@media (max-width: 767px) {
  .tg-rightarea {
    float: right;
    margin-top: 7px !important;
  }
  .tg-nav {
    position: relative;
    padding: 0;
  }
  .tg-nav .navbar-header {
    position: relative;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
  }
  .tg-nav .collapse {
    padding: 0 15px;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
  .navbar-toggle {
    background: #fff;
  }
  .navbar-toggle .icon-bar {
    background: #333;
  }
  .navbar-collapse ul {
    width: 310px;
    background: #fff;
    padding: 10px;
  }
  .navbar-collapse ul li {
    width: 100%;
    float: left;
    width: 100%;
    float: left;
    padding: 10px;
    font-size: large;
  }
  .navbar-collapse ul li a {
    color: #333;
    display: block;
  }
  .tg-nav ul li ul {
    z-index: 5;
  }
  .tg-nav > .collapse > ul > li > a:after {
    background: #333;
  }
  .tg-nav ul li:nth-child(n + 5) ul {
    left: 0;
    right: auto;
  }
  .ui-widget-content {
    width: 84% !important;
    left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .contentBox ul li {
    width: 50%;
  }
  .tg-nav .tfn {
    display: none;
  }
  .fm_ln1 {
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    background: transparent;
  }
  .fm_ln1 button {
    margin-left: 15px;
  }
  .desti_links ul li {
    font-size: 16px;
  }
  .text_Fdetails p,
  .text_fdetails p {
    color: #444;
    font-size: 16px;
    line-height: 24px;
  }
  .map_section {
    overflow: hidden;
  }
  .add_num {
    width: 25% !important;
  }
  .hmlist li {
    width: 100%;
  }
  .mainformcsrhh {
    margin: 20px 0;
  }
  .menu-bar {
    position: relative;
    right: 10px;
    top: 0;
    color: #007bff;
    display: block;
    border: 1px solid #003d7b;
    padding: 1% 3%;
    margin: 0;
    z-index: 99;
    order: 2;
  }
  .container {
    width: 100%;
  }
  .form_bx {
    margin: 10px;
    box-shadow: 1px 1px 7px 3px #00000038;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }
  .psg_dls {
    top: -63px;
    width: 100%;
  }
  .tg-header {
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    position: absolute;
  }
  .weblogo {
    display: none;
  }
  .moblogo {
    display: inline-block;
  }
  .moblogo img {
    width: 60px;
  }
  .tophead {
    display: none;
  }
  .header_hnew {
    display: none;
  }
  .hnew_call {
    display: none;
  }
  .hnew_email {
    display: block;
  }
  .nav > li {
    height: auto;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
    text-align: left;
  }
  .wallpaper_section {
    display: none;
  }
  .about_Fdetails img {
    width: 100%;
  }
  .destination ul {
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
  }
  .destination_flt ul {
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
  }
  .white_inner {
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
    border: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .airline_use ul {
    width: 100%;
    height: auto;
    float: left;
  }
  .banner_section img {
    width: 100%;
    height: 500px !important;
    float: left;
  }
  .search_frm {
    top: 80px;
  }
  .fly_aboutheading_new {
    width: 100%;
    height: auto;
    float: left;
  }
  .vacation_banner {
    width: 100%;
    height: auto;
    float: left;
    background-size: cover;
  }
  .phone_mob {
    font-size: larger;
    font-weight: 700;
    color: #000;
    display: inline-block;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.active > a,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover {
    width: 85% !important;
  }
  .firstfly_outer {
    margin-top: 0;
  }
  .firstfly_heading {
    margin-top: 0;
  }
  .destinatios_white {
    margin-bottom: 10px;
  }
  .desti_content {
    text-align: left;
  }
  .desti_content span {
    text-align: left;
  }
  .desti_content h4 {
    padding: 0;
  }
  .input-group {
    display: -webkit-box;
  }
  #demo {
    display: none;
  }
  .hnew_upperheader {
    border-bottom: solid 2px #ccc;
    padding: 0 0 10px 0;
    /* display: flex; */
  }
  .sidenav {
    background-color: #0a4879;
  }
  .carousel-indicators.cartop {
    top: 294px;
  }
  #demo_1 {
    margin-top: 40px;
  }
  .sidenav a {
    color: #fff;
    border-bottom: dotted 1px #fff;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
  }
  .header_hnew {
    display: none;
  }
  .vacation_blog {
    display: none;
  }
  .footer_section {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
  }
  .footer_text {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: none;
  }
  .footer_visa {
    width: 100%;
    height: auto;
    float: left;
    background: #000;
    padding: 5px 0;
  }
  .visa_sec {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
  }
  .foot_social {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
  }
  .text_cp {
    text-align: center;
  }
  .wallpaper_section {
    width: 100%;
    height: auto;
    float: left;
  }
  .with-nav-tabs.panel-default .nav-tabs > li.active > a,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus,
  .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover {
    width: 85% !important;
  }
  .header_hnew {
    display: none;
  }
  .tophead {
    display: none;
  }
  .icon_mobF {
    display: none;
  }
  .hnew_navigation {
    width: 63%;
    height: auto;
    float: right;
    display: none;
    margin-top: 0;
  }
  .bg_clrddd {
    margin: 20px 0;
  }
  .footer_rgtBL {
    margin-bottom: 120px;
  }
  .cbtnnew {
    display: inline-block;
    margin-left: 12%;
    background: linear-gradient(to right, #fd1d1d 0, #4b45fc 100%);
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 7px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
  }
  .fiix-call {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px 0 10px;
    font-size: initial;
    background: url(../images1/capbg.jpg) right bottom no-repeat;
    background-size: 100% 100%;
    color: #222;
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    z-index: 1;
  }
  .fiix-call:hover {
    text-decoration: none;
    color: #222;
  }
  .fiix-call h4 {
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
  }
  .fiix-call p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .call-but-bot {
    border-radius: 100px;
    background: #00ccfa;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 5px 10px;
    padding: 8px 24px;
    display: inline-block;
  }
  .operator-na {
    position: absolute;
    background: url(../images1/calpic.png) no-repeat;
    width: 78px;
    height: 79px;
    content: "";
    display: block;
    top: 0;
    left: 0;
    transform: scale(0.8);
    background-size: 100%;
  }
  .mbff {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {
  body {
    letter-spacing: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 0% !important;
    white-space: nowrap;
    vertical-align: middle;
  }
  .add_num {
    width: 100% !important;
  }
}

@media screen and (max-width: 380px) {
  body {
    letter-spacing: 0;
  }
  .flight_type label {
    font-size: small;
    line-height: 24px;
  }
  .phone_mob {
    display: none;
  }
  .tg-mapbox {
    display: none;
  }
  .psg_dls {
    top: -82px;
  }
  .pass_bx label {
    font-weight: 400;
    color: #000;
    float: left;
    font-size: 12px;
    width: 50%;
  }
  .number-spinner1 {
    width: auto;
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(font/fi_common.c451f25f.eot);
  src: url(font/fi_common.c451f25f.eot) format("embedded-opentype"),
    url(font/fi_common.8fa90f4e.woff) format("woff"),
    url(font/fi_common.9d1dc052.ttf) format("truetype"),
    url(font/fi_common.html#iconfont) format("svg");
}
.fi,
.m-cld .next-btn,
.m-cld .prev-btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-flight:before {
  content: "\e3f1";
}
.fi-hotel:before {
  content: "\e3f6";
}
.fi-train:before {
  content: "\e3fa";
}
.fi-car:before {
  content: "\e58d";
}
.fi-airport-transfer:before {
  content: "\e6f4";
}
.fi-train-eu:before {
  content: "\e3fa";
}
.fi-account:before {
  content: "\e204";
}
.fi-mobile:before {
  content: "\e258";
}
.fi-facebook:before {
  content: "\e34f";
}
.fi-twitter:before {
  content: "\e351";
}
.fi-google-plus:before {
  content: "\e353";
}
.fi-round-trip:before {
  content: "\e345";
}
.fi-info-o:before {
  content: "\e3ef";
}
.fi-close:before {
  content: "\e289";
}
.fi-plus:before {
  content: "\e332";
}
.fi-minus:before {
  content: "\e340";
}
.fi-tick:before {
  content: "\e411";
}
.fi-arrow-down:before {
  content: "\e32c";
}
.fi-arrow-up:before {
  content: "\e32b";
}
.fi-arrow-left:before {
  content: "\e32a";
}
.fi-arrow-right:before {
  content: "\e28a";
}
.fi-swap-arrow:before {
  content: "\e41a";
}
.fi-shopping:before {
  content: "\e3f2";
}
.fi-bus:before {
  content: "\e3f3";
}
.fi-global:before {
  content: "\e3f4";
}
.fi-group-company:before {
  content: "\e3f5";
}
.fi-metro:before {
  content: "\e3f7";
}
.fi-scenic-spot:before {
  content: "\e3f9";
}
.fi-flight-train:before {
  content: "\e412";
}
.fi-city:before {
  content: "\e413";
}
.fi-district:before {
  content: "\e414";
}
.fi-downtown:before {
  content: "\e415";
}
.fi-landmark:before {
  content: "\e416";
}
.fi-metro-line:before {
  content: "\e417";
}
.fi-region:before {
  content: "\e418";
}
.fi-surrounding:before {
  content: "\e419";
}
.fi-province:before {
  content: "\e3f8";
}
.fi-brand:before {
  content: "\e234";
}
.fi-hotel-star:before {
  content: "\e40f";
}
.fi-hotel-diam:before {
  content: "\e25d";
}
.fi-hotel-star-o:before {
  content: "\e410";
}
.fi-bussiness:before {
  content: "\e704";
}
.fi-sub-arrow:before {
  content: "\e41b";
}
.fi-keyboard:before {
  content: "\e41c";
}
.fi-service-phone:before {
  content: "\e7ae";
}
.fi-mail-subscription:before {
  content: "\e352";
}
.fi-clear-circle:before {
  content: "\e235";
}
.fi-clear-circle-o:before {
  content: "\e23a";
}
.fi-travel-guide:before {
  content: "\e912";
}
.fi-things-to-do:before {
  content: "\e912";
}
.fi-calendar-search:before {
  content: "\eace";
}
.fi-people:before {
  content: "\eacf";
}
.fi-search:before {
  content: "\ead0";
}

.switch-field {
  padding: 0;
  overflow: hidden;
  margin-left: 15px;
}
.switch-title {
  margin-bottom: 0.5em;
}
.switch-field input {
  display: none;
}
.switch-field label {
  float: left;
}
.switch-field label {
  display: inline-block;
  background-color: #efefef;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-shadow: none;
  padding: 0.9em 1.2em;
  border: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 10px 8px;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field input:checked + label {
  background-color: #3664b7;
  color: #ffffff;
}
.switch-field label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.switch-field label:last-of-type {
  border-radius: 0 3px 3px 0;
}

.slideHeading h1 {
  text-align: left;
  /* text-transform: uppercase; */
  font-size: 24px;
  color: #000000;
  /* text-shadow: -1px 1px 10px #222; */
  font-weight: 600;
  padding: 25px 0;
}

/* Tabs */
.tabs {
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  background: #ddd;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #223f89;
}
#tabs-nav li a {
  text-decoration: none;
  color: #223f89;
}
.tab-content {
  background-color: #fff;
}

.footerdesti {
  background: #f9f9f9;
  padding: 40px 0;
  margin: 0 auto;
  float: left;
  width: 100%;
}

.footerdesti #tabs-nav {
  padding: 0 0 25px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footerdesti #tabs-nav a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 15px;
}

div#tabs-content a {
  font-size: 16px;
}

ul#tabs-nav li.active a {
  color: #fff;
}
ul#tabs-nav li:hover a {
  color: #fff;
}
.mobile-bg {
  text-align: right;
}
.mobile-bg .footer__call a {
  font-size: 26px;
  color: #000;
  font-weight: 700;
}

.mobile-bg a.email {
  font-size: 16px;
}

.mobile-bg .footer__call {
  margin-bottom: 3px;
  padding-top: 7px;
}

@media (max-width: 767px) {
  .footerdesti #tabs-nav a {
    font-size: 14px;
  }
  .slideHeading h1 {
    font-size: 18px;
    padding: 0 0 0 15px;
  }
  .switch-field input:checked + label {
    background-color: #0a4879;
    color: #ffffff;
    /* padding: 8px; */
  }
  .switch-field {
    margin-left: 30px;
  }
  .tg-footer ul.list-unstyled li {
    width: 50%;
  }
  .tg-footer ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
  }
  .tg-footer ul.list-unstyled li a {
    padding: 0 10px;
    border-right: none;
    font-weight: 400;
    font-size: 14px;
  }
  .form_bx input::placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 15px;
  }
  .container.customerService {
    margin-top: 0;
  }
  .footerdesti {
    padding: 20px 0;
  }
  .mobile-bg .footer__call {
    margin-bottom: 3px;
    padding-top: 7px;
  }
  .tg-mapbox {
    display: none;
  }
}
