html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  text-decoration: none;
  outline: none;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
header,
section,
article,
aside,
nav,
footer,
address {
  display: block;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #555;
  padding-top: 105px;
  background: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
br.clear {
  clear: both;
  line-height: 0;
}
.clear {
  clear: both;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
p {
  line-height: 1.6em;
}
.hidden {
  display: none;
}
a {
  color: #353536;
}
.container {
  max-width: 1280px;
  width: 95%;
}
header
{
    /*background: rgba(16, 142, 179, 1);*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
   /* background-color: #00ADEF;*/
   background-color: #FFFFFF;
}
header .brand_logo {
  float: left;
}

/*jjjj*/
header .brand_logo img {
  width: 280px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
header .top {
  padding: 10px 0;
  position: relative;
  max-width: 1280px;
  width: 90%;
}
header .top:after
{
    height: 5px;
    width: 100%;
    background: #F15A22;
    position: absolute;
    bottom: -5px;
}
header form {
  margin: 5px auto 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
header form:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../../../themes/arooha/images/earth.svg) no-repeat scroll 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
header.sticky .container:after {
  height: 1px;
  bottom: -1px;
}
header #ajaxsearchlite1 {
  border: none !important;
  box-shadow: none !important;
}
header #ajaxsearchlite1 form input {
  background: #fff;
  border-radius: 3px 0 0 3px;
  border: none;
  height: 40px;
  width: 100%;
  float: left;
  padding-left: 50px;
  font-size: 16px !important;
}
header #ajaxsearchlite1 form input {
  -webkit-appearance: none;
}
header #ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: 40px;
}
header div.asl_w .probox .promagnifier {
  height: 40px !important;
  background-color: #34c7bd !important;
  width: 80px !important;
  box-shadow: none !important;
}
header #ajaxsearchlite1 .probox,
div.asl_w .probox {
  box-shadow: 0 !important;
  border: none !important;
}
header form input[type="submit"] {
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-weight: 700;
  width: 25%;
  border-radius: 0;
  color: #fff;
  padding: 0;
}
header div.asl_m .probox .proinput input.autocomplete {
  margin-top: -40px !important;
}
#mega-menu-wrap-new_navigation {
  margin-top: 10px;
}
header .mega-sub-menu {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2) !important;
}
div.asl_w .probox .proloading,
div.asl_w .probox .proclose {
  margin-top: 10px !important;
}
div.asl_r .results .item div.etc {
  margin-top: 0;
}
div.asl_r .results .item .asl_content h3 {
  margin: 5px 0;
}
div.asl_r .results .item .asl_content h3 a {
  color: #444 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700 !important;
}
div.asl_r .results .item .asl_content {
  padding: 3px !important;
}
div.asl_r .results .item {
  padding: 3px 6px;
}
div.asl_r.vertical .results .asl_spacer:last-child {
  display: none;
}
div.asl_r .results .item:hover,
div.asl_r .results .item.hovered {
  background: #f0ba1a !important;
}
div.asl_r.vertical .results .item:first-child {
  border-radius: 0 !important;
}
header form svg path {
  fill: #fff;
}
header .search_area {
  position: relative;
  margin-top: 3px;
}
header .continents {
  position: absolute;
  top: 40px;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  display: none;
}
header .proclose.showme {
  display: block !important;
}
header .continents ul {
  padding: 10px;
}
header .continents li {
  display: inline-block;
  font-size: 14px;
  background: rgba(4,179,216,1);
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 5px 5px;
}
header .continents li:hover {
  background: #555;
}
header .continents li a {
  display: block;
  color: #fff;
  font-weight: 700;
}
header .continents h3,
header .continents h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  padding: 6px 15px 6px;
  border-top: 1px solid #f5f5f5;
}
header .continents h4 {
  color: #666;
  text-transform: capitalize;
}
header .menu_trigger {
  float: right;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -2px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
header .menu_trigger.cross {
  position: relative;
  z-index: 9999999;
}
header .menu_trigger i {
  height: 2px;
  margin: 3px auto;
  display: block;
  background: rgba(4,179,216,1);
  width: 52%;
  transition: all 0.2s;
}
header .menu_trigger.cross .top-bar {
  transform: rotate(45deg) translate(4px, 4px);
}
header .menu_trigger.cross .middle-bar {
  opacity: 0;
}
header .menu_trigger.cross .bottom-bar {
  transform: rotate(-45deg) translate(6px, -6px);
}
header .menu_trigger .top-bar {
  transform: rotate(0);
}
#navigation {
  height: 0 !important;
  overflow: hidden !important;
  display: block !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
  left: 0;
  right: 0;
  background: rgba(0, 184, 172, 0.9);
  overflow: auto;
  width: 100%;
  z-index: 999999;
}
#navigation.in {
  padding-top: 10%;
  height: 100% !important;
  overflow: auto;
  top: 70px;
}
#navigation ul li {
  margin-bottom: 10px;
  font-size: 24px;
}
#navigation ul li a {
  color: #fff;
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
#navigation ul li a:hover {
  opacity: 0.8;
}
#navigation .scl span {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
#navigation .scl a img {
  width: 40px;
  height: auto;
}
#navigation .scl a {
  display: inline-block;
  margin-left: 5px;
}
/*
header .contact_details {
  position: relative;
  padding: 5px 35px 5px 20px;
  background: #76b8d4;
  border-radius: 40px;
  margin-top: 9px;
}*/
header .call {
  display: block;
  text-align: center;
}
header .call.trigger:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
}
header .call.trigger img {
  width: 30px;
  height: auto;
  display: none;
}
header .contact_details.active .call.trigger:after {
  border-top: none;
  border-bottom: 6px solid #fff;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
header .call small,
header .call b {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
header .call {
  cursor: pointer;
}
header .call b {
  font-size: 17px;
}
header .contact_details span.box
{
    display: block;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 3px 0;
    text-align: center;
    min-width: 200px;
    color: #fff;
    background-color: #3366FF;
}
header .contact_details span.box:hover {
  background: rgba(0, 0, 0, 0.3);
}
header .contact_details span.box a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
header .more_details {
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(4,179,216,1);
  padding: 3px 6px;
  width: 240px;
  z-index: 99999990;
  display: none;
}
header .navigation_cover {
  display: flex;
  justify-content: right;
  margin-top: 10px;
}
#spotlight {
  position: relative;
  overflow: hidden;
}
#spotlight .spot_bg {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#banner_video {
  width: 100%;
  display: block;
}
#spotlight .cover {
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#spotlight .title {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  margin-bottom: 10px;
}
#spotlight .description {
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#spotlight .description p {
  font-size: 30px;
  font-weight: 300;
}
#spotlight .description b,
#spotlight .description strong {
  font-weight: 700;
}
#visa_quick_search {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#visa_quick_search input.button {
  display: block;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  border-radius: 10px;
}
#visa_quick_search input.button:hover {
  background: rgba(255, 255, 255, 0.5);
}
#visa_quick_search .box {
  padding: 0 5px;
}
#visa_quick_search .col {
  background: #fff;
  padding: 0;
  border-radius: 2px;
  border-right: 1px solid #eee;
}
#visa_quick_search .label2 {
  color: #222;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
}
#visa_quick_search select {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}
.select2-results .fi {
  margin-right: 10px;
}
#visa_quick_search .select2-container .select2-selection--single {
  height: 35px;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 13px;
  color: #555;
}
#visa_quick_search
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px;
  padding-left: 15px;
}
#visa_quick_search
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
#visa_quick_search input.button {
  background: #f0ba1a;
  color: #000;
  border: none;
  font-weight: 700;
}
#visa_quick_search .row {
  margin: 0 !important;
}
.radio_list {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  padding-left: 15px;
}
.radio {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  margin: 0 25px 0 0;
  line-height: 14px;
}
.radio input {
  display: none;
}
.radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  line-height: 16px;
}
.radio input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
}
.radio input + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #128eb3;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
a.button,
a.button_1 {
  background: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  color: rgba(16, 142, 179, 1);
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  margin-right: 20px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none !important;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
a.button span,
a.button_1 span {
  font-weight: 600;
  position: relative;
}
a.button_1 {
  background: none;
  color: #fff;
}
a.button:hover {
  background: rgba(4,179,216,1);
  color: #fff;
  border-color: rgba(16, 142, 179, 1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
a.button_1:hover {
  background: #fff;
  color: rgba(16, 142, 179, 1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
.button_3 {
  padding: 10px 30px;
  background: #f0ba1a;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  border: none;
  text-align: center;
}
#head_details .button_3 {
  padding: 10px 10px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.button_4 {
  background: #fff;
  padding: 9px 30px;
  border-radius: 20px;
  color: rgba(16, 142, 179, 1);
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(16, 142, 179, 1);
  margin-right: 20px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none !important;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  text-align: center;
}
.button_4.full {
  width: 100%;
  margin-bottom: 10px;
}
.button_4.small {
  margin-bottom: 10px;
}
#sidebar .button_3 {
  width: 100%;
  text-align: center;
}
.button_3 span {
  font-weight: 700;
}
.button_3.center {
  width: 240px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.mouse_down {
  height: 55px;
  width: 35px;
  border-radius: 20px;
  position: absolute;
  right: 10%;
  top: 60%;
  z-index: 3;
  border: 3px solid #fff;
  opacity: 0.8;
}
.mouse_down:after {
  content: "";
  height: 7px;
  width: 3px;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  border-radius: 20px;
  margin: auto;
  background: #fff;
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.mouse_down:before {
  content: "";
  left: 0;
  right: 0;
  bottom: -25px;
  height: 20px;
  width: 20px;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDM2LjcxNyA0MzYuNzE3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzYuNzE3IDQzNi43MTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxwYXRoIGQ9Ik00MjcuNzU4LDE5NC4zMzFjMTEuOTQ1LDExLjk0LDExLjk0NSwzMS4yOTgsMCw0My4yNDNMMjM5Ljk3OSw0MjUuMzU5Yy01Ljk3LDUuOTU4LTEzLjc5Niw4Ljk0OS0yMS42MjIsOC45NDkgICBzLTE1LjY1MS0yLjk3OS0yMS42MTktOC45NDlMOC45NTksMjM3LjU3NGMtMTEuOTQ2LTExLjk0NS0xMS45NDYtMzEuMzAzLDAtNDMuMjQzYzExLjk0My0xMS45NDIsMzEuMzA2LTExLjk0Miw0My4yNDYsMCAgIGwxNjYuMTUxLDE2Ni4xNTJsMTY2LjE1Mi0xNjYuMTUyQzM5Ni40NDgsMTgyLjM5NSw0MTUuODE4LDE4Mi4zOTUsNDI3Ljc1OCwxOTQuMzMxeiBNMTk2LjczOCwyNDIuMzk3ICAgYzUuOTY3LDUuOTU4LDEzLjc5Myw4Ljk0OSwyMS42MTksOC45NDlzMTUuNjUyLTIuOTkxLDIxLjYyMi04Ljk0OUw0MjcuNzU4LDU0LjYxOGMxMS45NDUtMTEuOTQ4LDExLjk0NS0zMS4zMTIsMC00My4yNTUgICBjLTExLjk0NS0xMS45MzktMzEuMzEtMTEuOTM5LTQzLjI0OSwwTDIxOC4zNTcsMTc3LjUxNUw1Mi4yMDYsMTEuMzYzYy0xMS45NC0xMS45MzktMzEuMzAzLTExLjkzOS00My4yNDYsMCAgIGMtMTEuOTQ2LDExLjk0My0xMS45NDYsMzEuMzA3LDAsNDMuMjU1TDE5Ni43MzgsMjQyLjM5N3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPjwvZz4gPC9zdmc+Cg==)
    no-repeat scroll 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}
#deals.deals_home .container {
  margin-top: -100px;
  position: relative;
}
#deals .owl-prev,
#deals .owl-next {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNQ0KCQljLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXoNCgkJIi8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==)
    no-repeat scroll 0 0;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
  text-indent: -99999px;
  overflow: hidden;
}
#deals .owl-prev {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik0xNDUuMTg4LDIzOC41NzVsMjE1LjUtMjE1LjVjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFzLTEzLjgtNS4zLTE5LjEsMGwtMjI1LjEsMjI1LjFjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xbDIyNS4xLDIyNQ0KCQljMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)
    no-repeat scroll 0 0;
  right: unset;
  left: -40px;
}
#deals {
  padding-bottom: 20px;
}
#deals .cover {
  background: #fff;
  padding: 15px 10px 0;
  position: relative;
  z-index: 9;
}
#deals h2.box_title {
  text-align: center;
  margin-bottom: -20px;
}
#deals h2.box_title span {
  background: #f0ba1a;
  color: #000;
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 99;
  font-weight: 300;
  font-size: 30px;
}
#deals a.thumb {
  position: relative;
  display: block;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
}
#deals img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#deals a.thumb:hover img {
  opacity: 0.4;
}
#deals .col {
  padding: 0 7px;
  position: relative;
  margin-bottom: 14px;
  font-size: 15px;
}
#deals {
  font-size: 0;
}
#deals .row {
  display: flex;
  flex-wrap: wrap;
}
#deals .description_side {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  background: #eee;
  padding: 30px;
}
#deals .list_side {
  background: #f5f5f5;
  padding: 30px 20px 20px;
}
#deals .col {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#deals .hot_scroll {
  height: 0;
}
#deals .hot_scroll.owl-loaded {
  height: auto;
}
#deals .hot_scroll .col {
  margin-bottom: 0;
  width: auto !important;
  float: none !important;
}
#deals .col a.thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
#deals .col .details {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 4;
}
#deals .col .details small p {
  padding: 0 15px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}
#deals .col span.title {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
}
#deals .pack_details {
  background: rgba(4,179,216,1);
  font-size: 15px;
  color: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
#deals .pack_details .pack_date,
#deals .pack_details .pack_dep {
  padding: 8px 5px;
  background: rgba(4,179,216,1);
  font-size: 14px;
}
#deals .pack_date p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}
#deals .pack_details .pack_dep {
  float: right;
  background: #03887f;
}
#deals .pack_details b {
  font-weight: 700;
}
.tag_price {
  position: absolute;
  right: 0;
  top: 10%;
  background: #f0ba1a;
  color: #000;
  font-size: 15px;
  padding: 6px 10px 4px;
}
#deals .col span.days_no {
  padding: 5px 15px;
  display: block;
  color: #fff;
}
#deals .col span.days_no b {
  font-weight: 700;
}
#deals .col span.days_no small {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
#deals .button_2 {
  padding: 8px 0;
  border-radius: 4px;
  color: #fff;
  width: 140px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 15px;
  text-decoration: none !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  text-align: center;
  z-index: 2;
}
#deals a.thumb:hover .button_2 {
  background: #fff;
  color: rgba(16, 142, 179, 1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
#deals h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
#deals p {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 14px;
}
#deals h2.title {
  margin-bottom: 20px;
}
#deals p.description {
  font-size: 15px;
  line-height: 24px;
}
#deals h3 {
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#deals .info small {
  display: block;
  text-align: right;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
#deals .info b {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
#deals .deal_details {
  background: #f5f5f5;
  overflow: hidden;
  padding: 15px 0;
  border-radius: 0 0 10px 10px;
}
#deals .row {
  margin-left: -7px;
  margin-right: -7px;
}
#how_works {
  background: #f7f7f7;
  padding: 70px 0;
  font-size: 0;
  text-align: center;
}
#how_works .col {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#how_works .container {
  width: 90%;
  max-width: 1400px;
}
h2.title,
h1.title {
  color: #444;
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 35px;
}
h2.title a,
h1.title a {
  color: #444;
  font-weight: 300;
}
h1.title {
  text-transform: uppercase;
}
#how_works h3 {
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#how_works img,
#how_works svg {
  width: 60px;
  height: auto;
  display: block;
  position: relative;
  z-index: 9;
}
#how_works .col span.icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#how_works .col span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #70d5cf;
  border-radius: 50%;
}
#how_works .col:nth-child(1) span:after,
#how_works .col:nth-child(3) span:after {
  right: 0;
  top: 0;
}
#how_works .col:nth-child(2) span:after,
#how_works .col:nth-child(4) span:after {
  left: 0;
  bottom: 0;
}
#how_works .col:nth-child(5) span:after {
  left: 0;
  top: 0;
}
#where_we_go {
  padding: 70px 0;
}
#where_we_go .widget {
  margin-bottom: 20px;
}
#where_we_go .box {
  position: relative;
  display: block;
  background: #000;
  margin: 0 -5px;
  overflow: hidden;
}
#where_we_go .box img {
  display: block;
  height: auto;
  opacity: 0.8;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  width: 100%;
}
#where_we_go .box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#where_we_go .box b {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
}
#activities {
  background: rgba(4,179,216,1);
  font-size: 0;
  position: relative;
}
#activities .container {
  position: relative;
  padding: 90px 0 70px;
}
#activities .col {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  border-right: 1px solid #fff;
}
#activities .col:last-child {
  border-right: none;
}
#activities .col span.icon {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
#activities .col span.icon img {
  position: relative;
  z-index: 2;
  height: auto;
}
#activities .col span.icon:after {
  content: "";
  width: 80px;
  height: 80px;
  background: #f0ba1a;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: -5px;
  top: -20px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
#activities .col h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
#activities .col b {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #f5f5f5;
}
#activities .col:hover span.icon:after {
  right: 10px;
  top: 10px;
}
#activities .container:after {
  height: 6px;
  width: 100%;
  background: #f0ba1a;
  position: absolute;
  top: 0;
}
#services {
  padding: 70px 0;
}
#services img,
#services svg {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
#services .widget {
  margin-bottom: 40px;
}
#services .widget h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
#services .widget h4 a {
  font-weight: 700;
  color: #333;
}
#services .widget .cover {
  padding: 0;
}
.more_arrow {
  text-indent: -200px;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  padding-right: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjY4LjgzMiAyNjguODMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjguODMyIDI2OC44MzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4KCTxwYXRoIGQ9Ik0yNjUuMTcxLDEyNS41NzdsLTgwLTgwYy00Ljg4MS00Ljg4MS0xMi43OTctNC44ODEtMTcuNjc4LDBjLTQuODgyLDQuODgyLTQuODgyLDEyLjc5NiwwLDE3LjY3OGw1OC42NjEsNTguNjYxSDEyLjUgICBjLTYuOTAzLDAtMTIuNSw1LjU5Ny0xMi41LDEyLjVjMCw2LjkwMiw1LjU5NywxMi41LDEyLjUsMTIuNWgyMTMuNjU0bC01OC42NTksNTguNjYxYy00Ljg4Miw0Ljg4Mi00Ljg4MiwxMi43OTYsMCwxNy42NzggICBjMi40NCwyLjQzOSw1LjY0LDMuNjYxLDguODM5LDMuNjYxczYuMzk4LTEuMjIyLDguODM5LTMuNjYxbDc5Ljk5OC04MEMyNzAuMDUzLDEzOC4zNzMsMjcwLjA1MywxMzAuNDU5LDI2NS4xNzEsMTI1LjU3N3oiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMGI4YWMiIGZpbGw9IiMwMGI4YWMiLz4KPC9nPjwvZz4gPC9zdmc+Cg==)
    no-repeat scroll center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 10px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.more_arrow:hover {
  background-position: right center;
  color: rgba(16, 142, 179, 1);
  text-indent: 0;
  text-decoration: none;
}
#testimonials {
  padding: 50px 0 70px;
  color: #333;
  background: #f2f4f9;
}
#testimonial_slide {
  position: relative;
}
body .wpac {
  font-family: "Source Sans Pro", sans-serif !important;
}
#testimonials .cover {
  padding: 0 60px;
  background: #fff;
}
#testimonials .traveler {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#testimonials .traveler img {
  border-radius: 5px;
  width: 100px;
  height: auto;
  float: left;
  margin: 0 20px 0 0;
}
#testimonials img {
  height: auto;
}
#testimonials b {
  display: block;
  padding-top: 15px;
  font-size: 16px;
  color: #000;
  font-style: italic;
  margin-bottom: 2px;
}
#testimonials small {
  display: block;
  font-size: 14px;
  font-style: italic;
}
#testimonials p {
  margin: 25px 0;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 300;
}
.blog_container {
  max-width: 900px;
}
.blog h2.title {
  font-size: 40px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
.blog-content img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 0;
}
.blog-title a,
.blog-title {
  font-size: 22px;
  line-height: 36px;
  text-transform: none;
  color: #000;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-content {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.image_styled {
  float: right;
  width: 70%;
  max-width: 400px;
}
#list_of_blogs .blog-content:nth-child(2n) .image_styled {
  float: left;
}
.entry_content {
  float: left;
  background: rgba(255, 255, 255, 1);
  padding: 30px;
  position: absolute;
  right: 25%;
  top: 10%;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.11);
}
#list_of_blogs .blog-content:nth-child(2n) .entry_content {
  right: unset;
  left: 25%;
}
.entry_content p {
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  color: #666;
  margin-bottom: 20px;
}
.postdate {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}
.bloginner {
  padding: 25px;
}
.blogtitle {
  font-size: 40px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.bloginner p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}
.rltd_blog {
  background: rgba(4,179,216,1);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.relatedposts h4.related {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 20px;
  text-align: center;
}
.rltd_blog h4 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.rltd_blog p {
  font-size: 16px;
  text-align: left;
  color: #fff;
}
#links_to_page {
  padding-bottom: 70px;
}
#links_to_page .link_col {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-position: center center;
}
#links_to_page .link_col p {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3em;
}
#links_to_page .link_col .cover {
  padding: 80px 40px;
  display: block;
}
#links_to_page .link_col b {
  border: 1px solid #fff;
  padding: 8px 30px;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  font-size: 15px;
  text-transform: uppercase;
}
#links_to_page .link_col:hover b {
  background: #fff;
  color: #000;
}
footer {
  background: rgba(4,179,216,1);
  position: relative;
  padding: 50px 0;
  color: #fff;
}
footer div.container {
  position: relative;
  z-index: 99;
}
footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../../../themes/arooha/images/map.png) no-repeat scroll center
    center;
  background: contain;
  opacity: 0.1;
  margin: auto;
}
footer .head_title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
footer .head_title h2 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
footer .head_title h2 a {
  color: #fff;
  font-weight: 300;
}
footer .head_title p {
  font-size: 15px;
}
footer .widget {
  color: #fff;
  font-size: 15px;
}
footer .widget a {
  color: #fff;
}
footer .widget b {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
footer .widget p.mail {
  font-size: 20px;
  margin-top: 20px;
}
footer .widget p.mail a {
  font-weight: 300;
}
footer .widget li {
  margin-bottom: 4px;
}
footer .locations_widget li {
  width: 50%;
  float: left;
}
footer .locations_widget {
  overflow: hidden;
}
footer form .nf-field-element input {
  width: 100% !important;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 40px;
  background: none;
  color: #fff;
  padding-left: 10px;
}
footer form .nf-field-element input:focus::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
footer form .nf-field-element input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
footer form .nf-field-element input[type="button"] {
  background: #f0ba1a;
  color: #111;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  border: none;
  font-size: 13px;
}
#scl {
  margin-top: 30px;
}
#scl li {
  display: inline-block;
  width: 42px;
  margin: 0 10px;
}
#scl li:hover {
  opacity: 0.6;
}
#scl li img {
  width: 100%;
  height: auto;
}
#package_content {
  padding: 35px 0 30px;
}
.breadcrumbs {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
}
.breadcrumbs a,
.breadcrumbs span {
  float: left;
}
.next_arrow {
  height: 12px;
  width: 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzgyLjY3OCwyMjYuODA0TDE2My43Myw3Ljg2QzE1OC42NjYsMi43OTIsMTUxLjkwNiwwLDE0NC42OTgsMHMtMTMuOTY4LDIuNzkyLTE5LjAzMiw3Ljg2bC0xNi4xMjQsMTYuMTIgICAgYy0xMC40OTIsMTAuNTA0LTEwLjQ5MiwyNy41NzYsMCwzOC4wNjRMMjkzLjM5OCwyNDUuOWwtMTg0LjA2LDE4NC4wNmMtNS4wNjQsNS4wNjgtNy44NiwxMS44MjQtNy44NiwxOS4wMjggICAgYzAsNy4yMTIsMi43OTYsMTMuOTY4LDcuODYsMTkuMDRsMTYuMTI0LDE2LjExNmM1LjA2OCw1LjA2OCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjgtMi43OTIsMTkuMDMyLTcuODZMMzgyLjY3OCwyNjUgICAgYzUuMDc2LTUuMDg0LDcuODY0LTExLjg3Miw3Ljg0OC0xOS4wODhDMzkwLjU0MiwyMzguNjY4LDM4Ny43NTQsMjMxLjg4NCwzODIuNjc4LDIyNi44MDR6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDBiOGFjIiBmaWxsPSIjMDBiOGFjIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=)
    no-repeat scroll 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  margin: 5px 3px 0;
}
.breadcrumbs span {
  display: inline-block;
}
#head_details .info.price {
  color: rgba(16, 142, 179, 1);
}
#head_details small {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
}
#head_details .info {
  font-weight: 700;
  color: #000;
  font-size: 23px;
}
#head_details h2.title {
  font-size: 40px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}
#head_details h1.title {
  font-size: 40px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}
#head_details {
  margin-bottom: 30px;
}
#package_content h3.title {
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
  clear: both;
}
.gallery {
  font-size: 0;
  padding-right: 0;
}
.featured_image {
  position: relative;
  overflow: hidden;
}
.featured_image .play {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NzcuNjA2LDEyOC4wNTVDNDQzLjQzMSw2OC44NjMsMzg4LjI1MSwyNi41MiwzMjIuMjI5LDguODNDMjU2LjIwOC04Ljg2MiwxODcuMjUsMC4yMTcsMTI4LjA1NSwzNC4zOTQgICAgQzY4Ljg2MSw2OC41NywyNi41MiwxMjMuNzUsOC44MywxODkuNzcyYy0xNy42OSw2Ni4wMjEtOC42MTEsMTM0Ljk4MSwyNS41NjQsMTk0LjE3MyAgICBDNjguNTY4LDQ0My4xMzcsMTIzLjc1LDQ4NS40OCwxODkuNzcxLDUwMy4xN2MyMi4wNDYsNS45MDgsNDQuNDE3LDguODMsNjYuNjQ2LDguODNjNDQuMzM5LDAsODguMTAxLTExLjYyOSwxMjcuNTI5LTM0LjM5MyAgICBjNTkuMTkyLTM0LjE3NSwxMDEuNTM1LTg5LjM1NSwxMTkuMjI1LTE1NS4zNzdDNTIwLjg2MiwyNTYuMjA3LDUxMS43ODEsMTg3LjI0OSw0NzcuNjA2LDEyOC4wNTV6IE00NzcuNDI5LDMxNS4zMzMgICAgYy0xNS44NDgsNTkuMTQ2LTUzLjc4LDEwOC41ODEtMTA2LjgxLDEzOS4xOTdjLTUzLjAyOCwzMC42MTctMTE0LjgwNiwzOC43NDktMTczLjk1MiwyMi45MDMgICAgYy01OS4xNDctMTUuODQ4LTEwOC41ODEtNTMuNzgtMTM5LjE5OC0xMDYuODFjLTMwLjYxNi01My4wMjgtMzguNzQ5LTExNC44MDctMjIuOS0xNzMuOTU0ICAgIEM1MC40MTgsMTM3LjUyMyw4OC4zNSw4OC4wOSwxNDEuMzc5LDU3LjQ3MmMzNS4zMjUtMjAuMzk1LDc0LjUyNC0zMC44MTIsMTE0LjI0OS0zMC44MTJjMTkuOTEsMCwzOS45NTksMi42MTgsNTkuNzAyLDcuOTA5ICAgIGM1OS4xNDYsMTUuODQ4LDEwOC41ODEsNTMuNzgsMTM5LjE5NywxMDYuODFDNDg1LjE0NCwxOTQuNDA4LDQ5My4yNzgsMjU2LjE4Niw0NzcuNDI5LDMxNS4zMzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIiBmaWxsPSIjZmZmZmZmIi8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNzguNzc4LDIzMS44NTJsLTE2NC41MjYtOTQuOTljLTguNzMxLTUuMDQxLTE5LjE1NS01LjAzOS0yNy44ODYtMC4wMDFjLTguNzMxLDUuMDQtMTMuOTQ0LDE0LjA2OS0xMy45NDQsMjQuMTV2MTg5Ljk4ICAgIGMwLDEwLjA4MSw1LjIxMiwxOS4xMDksMTMuOTQ0LDI0LjE1YzQuMzY1LDIuNTIxLDkuMTUyLDMuNzgsMTMuOTQxLDMuNzhjNC43OSwwLDkuNTc5LTEuMjYyLDEzLjk0NC0zLjc4MWwxNjQuNTI4LTk0Ljk4OSAgICBjOC43My01LjA0MiwxMy45NDEtMTQuMDcsMTMuOTQxLTI0LjE1MUMzOTIuNzIsMjQ1LjkyLDM4Ny41MDgsMjM2Ljg5MiwzNzguNzc4LDIzMS44NTJ6IE0zNjUuNDUyLDI1Ny4wNzRsLTE2NC41MjcsOTQuOTg5ICAgIGMtMC4yMDEsMC4xMTctMC42MiwwLjM1OC0xLjIzNiwwYy0wLjYxOC0wLjM1Ny0wLjYxOC0wLjgzOS0wLjYxOC0xLjA3MXYtMTg5Ljk4YzAtMC4yMzIsMC0wLjcxNCwwLjYxOC0xLjA3MSAgICBjMC4yNDItMC4xNCwwLjQ1My0wLjE4OCwwLjYzMy0wLjE4OGMwLjI4LDAsMC40ODIsMC4xMTcsMC42MDUsMC4xODhsMTY0LjUyNiw5NC45OWMwLjIwMSwwLjExNiwwLjYxOCwwLjM1NywwLjYxOCwxLjA3MSAgICBDMzY2LjA3MSwyNTYuNzE2LDM2NS42NTIsMjU2Ljk1OCwzNjUuNDUyLDI1Ny4wNzR6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIiBmaWxsPSIjZmZmZmZmIi8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MTMuMzAzLDEzNC40NGMtMzEuNjg5LTQwLjkzOC03OS4zMjYtNjguNDQyLTEzMC42OTgtNzUuNDYxYy03LjI4My0wLjk5Ny0xNC4wMDksNC4xMDYtMTUuMDA2LDExLjM5OSAgICBjLTAuOTk1LDcuMjkxLDQuMTA4LDE0LjAwOSwxMS4zOTksMTUuMDA2YzQ0LjUxMiw2LjA4MSw4NS43ODMsMjkuOTA5LDExMy4yMzIsNjUuMzY5YzIuNjI2LDMuMzkyLDYuNTY1LDUuMTY4LDEwLjU0Niw1LjE2OCAgICBjMi44NDksMCw1LjcyLTAuOTA5LDguMTQ2LTIuNzg5QzQxNi43NDEsMTQ4LjYyOCw0MTcuODA3LDE0MC4yNTksNDEzLjMwMywxMzQuNDR6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIiBmaWxsPSIjZmZmZmZmIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=)
    no-repeat scroll center center rgba(0, 0, 0, 0.3);
  -webkit-background-size: 64px;
  background-size: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  cursor: pointer;
}
.featured_image.active {
  width: 100%;
  display: block;
  height: 405px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  border-radius: 10px;
  background-color: #eee;
}
.featured_image iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.gallery .thumb {
  width: 48%;
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  height: 132px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#what_you_get {
  padding: 30px 0 0;
  font-size: 0;
}
.images_section {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.full_image {
  position: relative;
  overflow: hidden;
  background: #ccc;
  border-radius: 10px;
}
.full_image .pack_details {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(4,179,216,1);
  color: #fff;
  padding: 5px 10px;
}
.full_image .pack_details p {
  margin-bottom: 0;
}
#what_you_get h4 {
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
}
#what_you_get .col {
  width: 16%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#what_you_get img,
#what_you_get svg {
  width: 50px;
  height: auto;
  position: relative;
  z-index: 9;
}
#what_you_get svg {
  fill: #444;
}
#what_you_get span.icon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
#what_you_get span.icon:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #70d5cf;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}
#itinerary h4 {
  text-transform: uppercase;
  color: #333;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}
#itinerary ul {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 40px;
}
#itinerary ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #ddd;
}
#itinerary ul:before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -2px;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  z-index: 9;
}
#itinerary ul li {
  padding: 10px 0;
  position: relative;
  padding-left: 20px;
}
#itinerary ul li:first-child {
  padding-top: 0;
}
#itinerary ul li:last-child {
  padding-bottom: 0;
}
#itinerary ul li:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4wMcBjAiD8Ba3gAAAulJREFUWMOtlktIVGEUx3/fvVPmq+wpFj0WPgIjWoSr6AHmqDBTqN2giFwURIK1CVsUBdGDFi1sK9hOGs1HEUwWWdADemJEUWNRgpg6TY3KlM7M/VpoQjT3NTNnec+5///vnu9wvitwEvd68olO70bgAVEErJrNDAEfEeIWiG7cNaN2JYWtqr6uPKb0kwjZiCTTojqCpBmXfomdWjh1gNudxaj6TaAEZ/EJXfdSrb1LHqDXtwldeQAsIrkII9lKVd0b5wD3evKJRZ8Ba0gtvqDrZVRrY4mSiuFrsdjlNJgDrENVLjrrgL+jFOgHVNITcXR9Y6J5cCUsl9QjjM3zXPNoXFvIjsXLALgfCtI8GCAcixm9oqKIg0CTPQCB10hpxfwMHpVtoyg7d+7Z9qUr2F+wmi3PHhKMThk125sI4P8Z8PkygWIjgAtFG/4x/xslObmcLy41O4b19LUusAZYohaYqXiXG6d3L19pPgnT2QXWAHGRZaaR61JNci6LWXRlWwNI+d1M4uWE8XZ9MR4y91fVMWsAd803wBDibOAdupT/N05Kzgy8N1u6Qcp3jVgDCCGRPDFckKFR6vqfMvg7Mvfs668Ita+f0hcaMwGQjxMeikF1G+AxkuoaGaZ7ZJjCrBwABiKTSMtrT7TZB5jQu1mohM0uIQkEIpN2N+E44fhN+3eBpv0C0Um6QtA+o+nkMhLiCqCnwV5HKleNksYA7pq3QHvK9lK0UVnT7xxgJnsaiKV0CxI/Z25hFhV1ARDXkj970UKV9iF5gJmPaAJGk3APMj11yqrKGqBSC4E84dxfP45nXzA9v+VSCu7c6AXKbU7eXSr3VNipVGyepSSq1wMhG9U/UeUhu41SbLfUow0h5WEbsEfYqQ2mHwCgak8niFYT9xbctdedSCqOhytj/CjwKkHmDdH5x5xv6WTC7ysE5TmQNyvzAxebKa/97FRKSQqgUhtAkXtnt2QcOJCMeerh72jA39GQisQfaqvhxbFx++IAAAAASUVORK5CYII=)
    no-repeat scroll 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -33px;
  z-index: 9;
  top: 0;
}
#itinerary li h5 {
  font-size: 17px;
  color: #555;
  margin-bottom: 10px;
  font-weight: 700;
}
#itinerary {
  height: 750px;
  overflow: hidden;
  transition: 0.8s ease all;
  -moz-transition: 0.8s ease all;
  -webkit-transition: 0.8s ease all;
}
.button_container {
  background: #fff;
  margin-top: -40px;
}
.button_container {
  background: #fff;
  margin-top: -71px;
  padding: 22px;
  position: relative;
  z-index: 10;
}
.button_container.clear_cover .expand_it,
.button_container .collapse_it {
  display: none;
}
.button_container.clear_cover .collapse_it {
  display: block;
}
.button_container.clear_cover {
  margin-top: 0;
}
.button_container .button_3 {
  z-index: 9;
  position: relative;
}
.other_content {
  margin-bottom: 30px;
}
.button_container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
  top: 0;
  bottom: 0;
  margin: auto;
}
#box_content {
  background: #f5f5f5;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}
.single_page {
  color: #000;
  font-size: 15px;
}
.single_page ul {
  margin-bottom: 20px;
}
.single_page li {
  color: #000;
  margin-bottom: 10px;
  line-height: 1.6em;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.single_page li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 14px;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wMcCwQT7ew6QAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAF0SURBVCjPdZG9S1txGIWf87tJ40XRSJdSxw5OuthJ2rEUU0hLi0mhQf+AugkuFneXUjeFUmgQzBdKU79dxP9A6OzgIKJIhyBRc+99HSRpbZpnfc95OfCIJpt5B/4QMIkYARJgR4RW4qaxx9vcJYBrFeRPI1Vw1BCzYFOgXTw3g9+1ws+VJIAA2Ci/xjGPRVlS2UP+ZqvYi7lFZDWIPor1so/jB0TfSGUL/I/t0gCmLYLwjcNTP+IhpgM6EdkZ8AvPPXFEoQ9c4VTvWIhdB8A5ot8hV0f4RPgdC41EHHiE2YVD/MY4xdnLzpP0GBjEdOQYG69jtgCaZbv0tC28Xugmpi+Y7RM2ju88pDI7mH3GtMZG4VkrXC0m8bwqRkgYzpH+EOret83yBGIOz15wzQmelpF59PGO0YzdN135KlLjeeA7AavEtISsh0vLNcN/TLf2VkRwCA+GPyE9hyDH2Puzu3klkc6Y2q0uiyAeQ+riVab27/kWc/uB9OETSQgAAAAASUVORK5CYII=)
    no-repeat scroll left top;*/
background: url(data:image/png;base64,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)
no-repeat scroll left top;
}
.single_page h3 {
  font-weight: 600;
  color: #222;
  font-size: 20px;
  margin-bottom: 15px;
}
.single_page form h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.single_page h2 {
  font-weight: 700;
  color: #000;
  font-size: 22px;
  margin-bottom: 20px;
}
.single_page b,
.single_page strong {
  font-weight: 400;
  font-weight: 700;
}
.single_page img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single_page h1,
.single_page h2,
.single_page h3,
.single_page h4,
.single_page h5,
.single_page h6 {
  margin: 0;
  margin-bottom: 20px;
}
.single_page h4 {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}
.single_page h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.single_page h6 {
  font-size: 15px;
}
.single_page p {
  margin-bottom: 20px;
  font-size: 16px;
}
.single_page p a,
.single_page li a {
  color: rgba(16, 142, 179, 1);
}
.single_page table {
  border-collapse: collapse;
  width: auto !important;
}
.single_page td {
  border: 1px solid #eee;
  padding: 10px;
  width: auto !important;
  vertical-align: top;
}
.single_page td h4,
.single_page td h3 {
  margin: 0;
}
.single_page .single p {
  margin-bottom: 0;
}
#sidebar aside,
#sidebar_left aside {
  background: rgba(4,179,216,1);
  padding: 30px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.side_wrap {
  position: relative;
}
i#apply-now {
  position: absolute;
  top: -70px;
  z-index: -1;
}
#sidebar.target_activated {
  position: unset !important;
}
#sidebar.fixed {
  position: fixed;
  top: 75px;
}
#nf-field-10 {
  margin-top: 4px;
}
#sidebar form input {
  border: none;
  background: #fff;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  outline: none;
}
#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 10px !important;
}
#sidebar input[type="button"] {
  background: #f0ba1a;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
#sidebar input[type="button"]:hover {
  background: #fff;
}
#sidebar .nf-field-label label {
  color: #fff;
  font-weight: 400 !important;
  font-size: 15px;
}
.label-above .nf-field-label {
  margin-bottom: 5px !important;
}
#sidebar .nf-before-form-content {
  display: none !important;
}
#sidebar h4,
#sidebar_left h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
#sidebar .button_2 {
  display: block;
  width: 100%;
  text-align: center;
}
#sidebar .content {
  color: #fff;
  margin-bottom: 20px;
}
#sidebar .content b {
  font-weight: 700;
}
#international_packages {
  padding: 60px 0;
  background: #f5f5f5;
}
#international_packages h2 {
  margin-bottom: 30px;
}
#international_packages h2.title a {
  font-weight: 300;
}
#international_packages .button_4 {
  margin-right: 0;
}
.packages_list {
  padding-bottom: 30px;
}
.packages_list .item {
  padding: 0 10px;
}
.packages_list .package_inner {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
.packages_list .row {
  display: flex;
  flex-wrap: wrap;
}
.packages_list .row .col_item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.packages_list a.thumb {
  height: 200px;
  width: 100%;
  display: block;
  border-radius: 3px 3px 0 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  overflow: hidden;
  position: relative;
}
.packages_list a.thumb .pack_details {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.packages_list a.thumb .pack_details p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.packages_list a.thumb span {
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  text-indent: -99999px;
}
.packages_list .package_inner:hover a.thumb span {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.packages_list .package_details {
  overflow: hidden;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  position: relative;
  background: #fff;
}
.packages_list .package_details a.link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}
.packages_list h3 {
  font-size: 17px;
  color: #222;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 10px;
}
.packages_list small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #111;
}
.packages_list .days b {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  display: block;
  line-height: 30px;
}
.packages_list .price b {
  color: rgba(16, 142, 179, 1);
  font-weight: 700;
  font-size: 20px;
}
.packages_list .price b small {
  font-size: 13px;
  font-weight: 300;
  display: inline;
}
#middle_east_visa {
  padding: 80px 0;
  background: #fff;
}
#question .container .contact {
  background: rgba(4,179,216,1);
  padding: 50px;
  text-align: center;
  margin-bottom: 50px;
}
#question h2.title {
  margin-bottom: 20px;
  color: #fff;
}
#question p a small,
#sidebar .phone small {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  display: block;
  text-align: left;
  line-height: 25px;
}
#question .container p,
#sidebar .phone {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
#question .container p a,
#sidebar .phone a {
  color: #fff;
  position: relative;
  padding-left: 60px;
  text-decoration: none;
  display: inline-block;
  line-height: 46px;
}
#sidebar .phone a {
  font-size: 26px;
  font-weight: 700;
}
#question .container p a:hover {
  opacity: 0.5;
}
#question .container p a:before,
#sidebar .phone a:before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMTYuODc3IDE2Ljg3NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYuODc3IDE2Ljg3NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPgoJPHBhdGggZD0iTTUuMzAxLDUuNTg3TDEuNDA0LDEuNjg4YzAuNTAzLTAuNTAzLDEuMDA1LTEuMDA3LDEuNTA5LTEuNTExQzMuMTQ2LTAuMDU2LDMuNTIyLTAuMDYsMy43NTYsMC4xN2wzLjAzNiwzLjAzOSAgIGMwLjIzMiwwLjIzMiwwLjIzMiwwLjYxNC0wLjAwMywwLjg0OEw2LjEyNCw0LjcyMUw1LjUwNSw1LjM0QzUuNDI5LDUuNDE3LDUuMzYsNS40OTksNS4zMDEsNS41ODd6IE04LjUwNywxMS45MzggICBjLTAuNjM4LTAuNTQ5LTEuMjUtMS4xMzItMS44NDQtMS43MjVDNi4wNyw5LjYxNiw1LjQ4OSw5LjAwNiw0LjkzOSw4LjM2NWMtMC40NS0wLjUyLTAuNTM4LTEuMjczLTAuMzAzLTEuOTA3TDAuNjM2LDIuNDU3ICAgYy0wLjkzMSwwLjk1Ny0wLjgxMiwzLjMzLDAuMjA4LDUuNDE1YzAuNDM4LDAuOTAyLDEuMDA2LDEuNzE2LDEuNTkzLDIuNDljMC41ODYsMC43NjgsMS4yMjksMS40OTQsMS45MDYsMi4xNzYgICBjMC42NzksMC42ODEsMS40MDEsMS4zMjcsMi4xNzEsMS45MTNjMC43NzQsMC41ODksMS41OSwxLjE1MywyLjQ4NiwxLjU5YzIuMDg4LDEuMDE5LDQuNDYyLDEuMTMxLDUuNDE4LDAuMTk5bC00LjAwMS00LjAwMSAgIEM5Ljc4MywxMi40NzQsOS4wMjksMTIuMzg3LDguNTA3LDExLjkzOHogTTE2LjcwMiwxMy4xMTlsLTMuMDM2LTMuMDM3Yy0wLjIzMy0wLjIzLTAuNjE1LTAuMjMtMC44NDgsMC4wMDNoLTAuMDAybC0wLjY2NywwLjY2NiAgIGwtMC42MTUsMC42MThjLTAuMDc2LDAuMDc2LTAuMTU5LDAuMTQzLTAuMjQ3LDAuMjA1bDMuODk2LDMuODk4YzAuNTA0LTAuNTA1LDEuMDA3LTEuMDA3LDEuNTEyLTEuNTEgICBDMTYuOTMsMTMuNzI5LDE2LjkzNSwxMy4zNTIsMTYuNzAyLDEzLjExOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPjwvZz4gPC9zdmc+Cg==);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.9;
}
#banner {
  padding: 80px 0 50px;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  background-position: center center;
  position: relative;
}
#banner .container {
  position: relative;
  z-index: 2;
}
#banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#banner.taxonomy_banner {
  background-image: url(../../../themes/arooha/images/banner.jpg);
}
#banner p {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
}
#banner .banner_title
{
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
#banner .banner_title .cap {
  text-transform: capitalize;
  text-decoration: underline;
}
.mega-menu-description {
  display: none !important;
}
#banner .banner_description {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 23px;
}
#banner .text {
  margin-bottom: 30px;
}
#content_area {
  padding: 80px 0;
}
#sidebar h3,
#sidebar_left h3 {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 20px;
}
#sidebar h3 small,
#sidebar_left h3 small {
  font-weight: 300;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.tag_list {
  font-size: 0;
}
.tag_list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 4px;
  /*width: 50%;*/
  width: 100%;
  text-align: left;
  padding: 0 2px;
}
.tag_list li label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.tag_list li a {
  display: table-cell;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  width: 1000px;
  height: 53px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
}
.tag_list li a:hover {
  background: #fff;
  color: rgba(16, 142, 179, 1);
  text-decoration: none;
}
h3.search_items {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
h3.search_items,
h1.search_items {
  font-size: 21px;
  color: #444;
  margin-bottom: 20px;
}
h3.search_items small {
  font-size: 16px;
  color: #444;
  background: #f3f3f3;
  padding: 6px 10px;
  border-radius: 20px;
  margin: 3px;
  display: inline-block;
  font-weight: 600;
}
h3.search_items small i {
  text-decoration: none;
  font-style: normal;
}
h3.search_items small:last-child i {
  display: none;
}
.check_cover {
  position: relative;
}
.check_cover label {
  cursor: pointer;
  position: relative;
}
.check_cover label span {
  padding-left: 25px;
}
.check_cover label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 2px solid #fff;
}
.check_cover label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 16px;
  height: 16px;
}
.check_cover input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.check_cover input[type="checkbox"]:checked + label:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik01MDQuNTAyLDc1LjQ5NmMtOS45OTctOS45OTgtMjYuMjA1LTkuOTk4LTM2LjIwNCwwTDE2MS41OTQsMzgyLjIwM0w0My43MDIsMjY0LjMxMWMtOS45OTctOS45OTgtMjYuMjA1LTkuOTk3LTM2LjIwNCwwICAgIGMtOS45OTgsOS45OTctOS45OTgsMjYuMjA1LDAsMzYuMjAzbDEzNS45OTQsMTM1Ljk5MmM5Ljk5NCw5Ljk5NywyNi4yMTQsOS45OSwzNi4yMDQsMEw1MDQuNTAyLDExMS43ICAgIEM1MTQuNSwxMDEuNzAzLDUxNC40OTksODUuNDk0LDUwNC41MDIsNzUuNDk2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiIgZmlsbD0iI2ZmZmZmZiIvPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4K)
    no-repeat scroll 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}
#content_area.contact-page {
  padding: 80px 0;
}
.contact_box {
  padding-right: 60px;
}
.nf-before-form-content {
  display: none;
}
.nf-field-label label {
  font-weight: 400 !important;
  font-size: 15px;
}
.contact-page .nf-field-element input,
.contact-page .nf-field-element select,
.contact-page .nf-field-element textarea {
  width: 100% !important;
  height: 40px !important;
  background: none;
  border: none !important;
  padding-left: 5px;
  border-bottom: 1px solid #444 !important;
  font-size: 16px;
}
.contact-page .nf-field-element input:focus {
  border-color: rgba(16, 142, 179, 1);
}
.contact-page .contact_box textarea {
  height: 120px !important;
  resize: none;
}
.contact_box .nf-field-container {
  margin-bottom: 35px !important;
}
.contact-page .nf-field-element input[type="submit"] {
  background: rgba(4,179,216,1);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  width: 200px !important;
  cursor: pointer;
  border: none !important;
  border-radius: 5px;
}
.side_box .box {
  background: rgba(4,179,216,1);
  padding: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.side_box .box .title {
  font-weight: 600;
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.side_box .box a.phone {
  font-size: 25px;
  color: #f5f5f5;
  font-weight: 300;
  position: relative;
  padding-left: 40px;
  text-decoration: none !important;
}
.side_box .box a.phone:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMTYuODc3IDE2Ljg3NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYuODc3IDE2Ljg3NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPgoJPHBhdGggZD0iTTUuMzAxLDUuNTg3TDEuNDA0LDEuNjg4YzAuNTAzLTAuNTAzLDEuMDA1LTEuMDA3LDEuNTA5LTEuNTExQzMuMTQ2LTAuMDU2LDMuNTIyLTAuMDYsMy43NTYsMC4xN2wzLjAzNiwzLjAzOSAgIGMwLjIzMiwwLjIzMiwwLjIzMiwwLjYxNC0wLjAwMywwLjg0OEw2LjEyNCw0LjcyMUw1LjUwNSw1LjM0QzUuNDI5LDUuNDE3LDUuMzYsNS40OTksNS4zMDEsNS41ODd6IE04LjUwNywxMS45MzggICBjLTAuNjM4LTAuNTQ5LTEuMjUtMS4xMzItMS44NDQtMS43MjVDNi4wNyw5LjYxNiw1LjQ4OSw5LjAwNiw0LjkzOSw4LjM2NWMtMC40NS0wLjUyLTAuNTM4LTEuMjczLTAuMzAzLTEuOTA3TDAuNjM2LDIuNDU3ICAgYy0wLjkzMSwwLjk1Ny0wLjgxMiwzLjMzLDAuMjA4LDUuNDE1YzAuNDM4LDAuOTAyLDEuMDA2LDEuNzE2LDEuNTkzLDIuNDljMC41ODYsMC43NjgsMS4yMjksMS40OTQsMS45MDYsMi4xNzYgICBjMC42NzksMC42ODEsMS40MDEsMS4zMjcsMi4xNzEsMS45MTNjMC43NzQsMC41ODksMS41OSwxLjE1MywyLjQ4NiwxLjU5YzIuMDg4LDEuMDE5LDQuNDYyLDEuMTMxLDUuNDE4LDAuMTk5bC00LjAwMS00LjAwMSAgIEM5Ljc4MywxMi40NzQsOS4wMjksMTIuMzg3LDguNTA3LDExLjkzOHogTTE2LjcwMiwxMy4xMTlsLTMuMDM2LTMuMDM3Yy0wLjIzMy0wLjIzLTAuNjE1LTAuMjMtMC44NDgsMC4wMDNoLTAuMDAybC0wLjY2NywwLjY2NiAgIGwtMC42MTUsMC42MThjLTAuMDc2LDAuMDc2LTAuMTU5LDAuMTQzLTAuMjQ3LDAuMjA1bDMuODk2LDMuODk4YzAuNTA0LTAuNTA1LDEuMDA3LTEuMDA3LDEuNTEyLTEuNTEgICBDMTYuOTMsMTMuNzI5LDE2LjkzNSwxMy4zNTIsMTYuNzAyLDEzLjExOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiIGZpbGw9IiNmZmZmZmYiLz4KPC9nPjwvZz4gPC9zdmc+Cg==);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.side_box .box a.email {
  color: #fff;
}
.side_box .box a.email b {
  font-weight: 700;
}
.side_box .address p {
  font-size: 15px;
  color: #f5f5f5;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.scl_icons svg,
.scl_icons img {
  width: 32px;
  height: 32px;
}
.scl_icons svg:hover path {
  fill: #000;
}
.scl_icons li {
  display: inline-block;
}
#sidebar_left #price_range {
  background: none;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 24px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  display: block;
}
.ui-widget.ui-widget-content {
  border: none !important;
  border-radius: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  border-radius: 50%;
  background: #f0ba1a;
  cursor: pointer;
}
.range_slider .button_3 {
  margin-top: 20px;
  width: 180px;
  float: right;
  max-width: 100%;
}
.range_slider .currency {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 24px;
  float: left;
  width: 30px;
  margin-top: 2px;
}
#boxes_list h3 {
  background: rgba(4,179,216,1);
  padding: 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#boxes_list h4 {
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
  font-size: 24px;
}
#boxes_list {
  font-size: 0;
}
#boxes_list .visa_type {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#boxes_list .boxes {
  background: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
#boxes_list .boxes .inner {
  padding: 10px;
}
#boxes_list .boxes table {
  border-collapse: collapse;
  width: 100%;
}
#boxes_list .boxes td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  font-size: 15px;
}
#boxes_list .boxes tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.panel-default > .panel-heading {
  background: rgba(4,179,216,1);
  color: #fff;
  border: none;
  padding: 0;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 20px;
  text-decoration: none !important;
  font-size: 18px;
}
.panel {
  border: none;
  box-shadow: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.panel p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}
.faq {
  margin-top: 30px;
}
.grid_list a.image {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
/*jjjj*/
.grid_list a.image1 {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.grid_list a.image2 {
  display: block;
  width: 100%;
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.grid_list .visa_item {
  margin-bottom: 30px;
}
/*.grid_list a.image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}*/
.grid_list a.image span {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  font-size: 18px;
  text-align: center;
  z-index: 2;
}
.grid_list .popular {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij48Zz48Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQ0Ni45MDYsMjk5Ljc2OWMtNS44NjUtNzYuMzU5LTQxLjQxNy0xMjQuMjEtNzIuNzgxLTE2Ni40MzZDMzQ1LjA4Myw5NC4yNDEsMzIwLDYwLjQ4MywzMjAsMTAuNjg1ICAgIGMwLTQtMi4yNC03LjY1Ni01Ljc5Mi05LjQ4OWMtMy41NjMtMS44NDQtNy44NDQtMS41NDItMTEuMDgzLDAuODEyYy00Ny4xMDQsMzMuNzA2LTg2LjQwNiw5MC41MTUtMTAwLjEzNSwxNDQuNzE5ICAgIGMtOS41MzEsMzcuNzM3LTEwLjc5Miw4MC4xNjEtMTAuOTY5LDEwOC4xOGMtNDMuNS05LjI5MS01My4zNTQtNzQuMzU5LTUzLjQ1OC03NS4wNjhjLTAuNDktMy4zNzUtMi41NTItNi4zMTItNS41NTItNy45MTYgICAgYy0zLjAzMS0xLjU4My02LjU5NC0xLjY5OC05LjY2Ny0wLjE3N2MtMi4yODEsMS4xMDQtNTUuOTksMjguMzk0LTU5LjExNSwxMzcuMzU1QzY0LjAxLDMxMi43MjYsNjQsMzE2LjM2Miw2NCwzMTkuOTk3ICAgIGMwLDEwNS44NTcsODYuMTM1LDE5MS45ODcsMTkyLDE5MS45ODdjMC4xNDYsMC4wMSwwLjMwMiwwLjAzMSwwLjQyNywwYzAuMDQyLDAsMC4wODMsMCwwLjEzNSwwICAgIEMzNjIuMTY3LDUxMS42ODEsNDQ4LDQyNS42NjcsNDQ4LDMxOS45OTdDNDQ4LDMxNC42NzQsNDQ2LjkwNiwyOTkuNzY5LDQ0Ni45MDYsMjk5Ljc2OXogTTI1Niw0OTAuNjUyICAgIGMtMzUuMjkyLDAtNjQtMzAuNTgxLTY0LTY4LjE3MmMwLTEuMjgxLTAuMDEtMi41NzMsMC4wODMtNC4xNTZjMC40MjctMTUuODUzLDMuNDM4LTI2LjY3NSw2Ljc0LTMzLjg3MyAgICBjNi4xODgsMTMuMjkxLDE3LjI1LDI1LjUwOSwzNS4yMTksMjUuNTA5YzUuODk2LDAsMTAuNjY3LTQuNzcxLDEwLjY2Ny0xMC42NjZjMC0xNS4xODYsMC4zMTMtMzIuNzA2LDQuMDk0LTQ4LjUxOCAgICBjMy4zNjUtMTQuMDIsMTEuNDA2LTI4LjkzNiwyMS41OTQtNDAuODkzYzQuNTMxLDE1LjUyLDEzLjM2NSwyOC4wODEsMjEuOTksNDAuMzQxYzEyLjM0NCwxNy41NCwyNS4xMDQsMzUuNjc1LDI3LjM0NCw2Ni42ICAgIGMwLjEzNSwxLjgzMywwLjI3MSwzLjY3NywwLjI3MSw1LjY1NkMzMjAsNDYwLjA3LDI5MS4yOTIsNDkwLjY1MiwyNTYsNDkwLjY1MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNFNUY2MTIiLz4NCgk8L2c+DQo8L2c+PC9nPiA8L3N2Zz4NCg==)
    no-repeat scroll right center;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  color: transparent;
  line-height: 30px;
}
.grid_list a.image:hover .popular {
  width: auto;
  padding-right: 40px;
  color: #fff;
}
#visa_search_bar {
  width: 95%;
  max-width: 350px;
  margin: 20px auto 0;
}
#visa_search_bar input {
  background: #fff;
  border: none;
  height: 45px;
  border-radius: 2px;
  width: 100%;
  padding: 5px 10px;
}
#navigation .brand_logo {
  display: none;
}
.contact_adress {
  clear: both;
  font-size: 0;
  margin-top: 30px;
}
.contact_adress .address {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
}
.contact_adress .address i {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}
.contact_adress .inner {
  background: #f5f5f5;
  padding: 30px 20px;
  position: relative;
}
.contact_adress .inner h3 {
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact_adress .inner a.more {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(16, 142, 179, 1);
  margin-top: 10px;
  position: relative;
  z-index: 999;
}
.contact_adress .inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../../../themes/arooha/images/map.png) no-repeat scroll center
    center;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 0.05;
  margin: auto;
}
#filter {
  display: none;
}
.notfound {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
}
.clearbutton {
  margin-top: -50px;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  border: none !important;
  background: #eee;
  text-decoration: none !important;
}
.wp-pagenavi a:hover {
  background: #ccc;
}
.wp-pagenavi span.current {
  background: rgba(4,179,216,1);
  color: #fff;
}
.wp-pagenavi span.pages {
  display: none;
}
.mobile_sidebar #sidebar.target_activated h4 {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
}
.mobile_sidebar #sidebar.target_activated h4:after {
  content: "×";
  position: absolute;
  color: #fff;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 25px;
  line-height: 21px;
  height: 21px;
  cursor: pointer;
}
#sidebar.target_activated .reset_btn {
  display: none !important;
}
.mobile_sidebar #sidebar aside {
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.mobile_sidebar #book_form {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(4,179,216,1);
  z-index: 9999999;
  padding: 0 20px 20px;
  margin-bottom: 0;
}
.mobile_sidebar #sidebar .button_3 {
  padding: 15px 30px;
}
.fixedhead {
  background: rgba(4,179,216,1);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 0;
  display: none;
  font-size: 0;
}
.fixedhead p.title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.fixedhead .button_3 {
  padding: 4px 20px;
  font-size: 12px;
  width: 50%;
  margin: auto;
  height: 45px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixedhead .button_3:nth-child(1) {
  border-right: 1px solid #555;
}
.filter_list {
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
.filter_list li {
  display: inline-block;
  margin: 0 2px;
}
.filter_list li span {
  background: rgba(4,179,216,1);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.filter_list li span:hover {
  background: #444;
}
.filter {
  overflow: auto;
  margin-bottom: 10px;
}
h4.title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#sidebar_blog .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
#sidebar_blog .widget-container {
  margin-bottom: 20px;
}
#sidebar_blog .attachment-full {
  margin-bottom: 20px;
}
#planning_city {
  margin-left: 15px;
  margin-top: 5px;
  border: 1px solid #fff;
}
#planning_city::placeholder {
  color: #333 !important;
  opacity: 1;
}
.ui-widget.ui-widget-content {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 3px !important;
}
.ui-widget.ui-widget-content .ui-menu-item div:hover {
  background: #f0ba1a;
  border-color: #f0ba1a !important;
  color: #000 !important;
}
#services,
#deals,
#where_we_go,
#links_to_page {
  background: #fff;
}
@media all and (min-width: 767px) {
  .owl-carousel {
    display: block;
  }
  .button_5 {
    background: #fff;
    padding: 9px 30px;
    border-radius: 20px;
    color: rgba(16, 142, 179, 1);
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid rgba(16, 142, 179, 1);
    margin-right: 20px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none !important;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    text-align: center;
    float: right;
  }
}
@media all and (max-width: 993px) {
  .container {
    width: 95%;
  }
  #activities .container .row {
    margin: 0;
  }
  header .call.trigger small,
  header .call.trigger b {
    display: none;
  }
  header .call.trigger {
    margin-top: 10px;
  }
  header .call.trigger img {
    display: block;
  }
  header .more_details {
    width: 100%;
    min-width: 240px;
  }
  header .menu_trigger {
    width: 38px;
    height: 38px;
    padding: 11px 0;
    margin-top: 7px;
  }
  header .menu_trigger i {
    height: 1px;
  }
  header .menu_trigger.cross .bottom-bar {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
  }
  header .menu_trigger.cross .top-bar {
    transform: rotate(40deg) translate(3px, 4px);
    -webkit-transform: rotate(40deg) translate(3px, 4px);
  }
  #spotlight .title {
    font-size: 60px;
    line-height: 60px;
  }
  #deals.deals_home .container {
    margin-top: -20px;
  }
  #spotlight .description p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
  #spotlight .description {
    margin-bottom: 20px;
  }
  #deals .col {
    margin-bottom: 16px;
  }
  #how_works .col {
    width: 33%;
    margin-bottom: 30px;
  }
  #how_works h3 {
    font-size: 18px;
  }
  #activities .col {
    width: 33%;
    margin-bottom: 30px;
  }
  .tag_list li {
    width: 100%;
  }
  #sidebar aside,
  #sidebar_left aside {
    padding: 20px 15px;
  }
  .tag_list li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .gallery .thumb {
    width: 47%;
  }
  #sidebar.fixed {
    position: relative;
  }
  #sidebar {
    width: auto !important;
    position: unset !important;
    top: unset !important;
  }
}
@media all and (max-width: 767px) {
  #deals .container,
  #question .container {
    padding: 0;
  }
  #deals .col span.title {
    top: 55%;
  }
  #deals .col span.days_no {
    top: 55%;
  }
  #how_works {
    padding: 30px 0;
  }
  #how_works .col {
    width: 100%;
  }
  #navigation .scl {
    clear: both;
  }
  #navigation .scl span {
    display: block;
    text-align: left;
    float: none;
    margin-bottom: 20px;
  }
  #navigation .scl {
    clear: both;
    float: none;
  }
  #navigation .scl a {
    margin: 0 10px 0 0;
  }
  header div.asl_w .probox .promagnifier {
    width: 40px !important;
  }
  #activities {
    text-align: center;
  }
  #activities .col {
    border: none;
    margin-bottom: 50px;
  }
  #activities .button_1 {
    margin-right: 0;
  }
  #activities .col span.icon img {
    width: 40px;
    height: 40px;
  }
  #activities .col span.icon:after {
    width: 40px;
    height: 40px;
  }
  #activities .col h3 {
    font-size: 21px;
  }
  #spotlight {
    background: #000;
  }
  #spotlight .title {
    font-size: 30px;
    line-height: 30px;
  }
  #spotlight .cover {
    top: unset;
    bottom: 10%;
  }
  .mobile_banner {
    display: block !important;
    width: 100%;
    opacity: 0.8;
  }
  .mouse_down {
    display: none;
  }
  #testimonial_slide:after {
    display: none;
  }
  #testimonials .cover {
    padding: 0 10px;
  }
  header .more_details {
    left: unset;
    right: 0;
  }
  .full_image {
    margin-bottom: 20px;
  }
  .images_section .gallery {
    padding: 0;
  }
  .gallery .thumb {
    width: 32.3333%;
    margin-left: 1%;
  }
  #head_details h2.title {
    margin-bottom: 20px;
  }
  #head_details {
    overflow: hidden;
  }
  .button_container {
    margin-top: 0;
  }
  .button_container .button_3 {
    color: #fff;
    background: rgba(4,179,216,1);
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
  }
  .content_section {
    margin-right: 0;
    margin-left: 0;
  }
  .similar_packages {
    display: none;
  }
  #where_we_go {
    padding: 30px 0;
  }
  #services .widget .cover {
    padding: 0;
  }
  #services .widget .cover p {
    display: none;
  }
  #services .widget h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #services .widget h4 a {
    font-weight: 600;
    color: #333;
  }
  #services .more_arrow {
    display: none;
  }
  #services {
    font-size: 0;
    padding: 30px 0;
  }
  #services .widget {
    float: none;
    display: inline-block;
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    vertical-align: top;
  }
  #services .widget:nth-child(2n) {
    background: #ddd;
  }
  h2.title {
    margin-bottom: 30px;
  }
  #scl li {
    width: 32px;
  }
  .clearbutton {
    margin-top: 0;
  }
  .clearbutton .button_4 {
    width: 50%;
    float: right;
    margin: 0 0 20px;
    font-size: 13px;
    padding: 10px;
  }
  footer {
    padding: 10px 0 20px;
  }
  footer .widget,
  footer .head_title {
    display: none;
  }
  footer .widget.newsletter {
    display: block;
  }
  .package_inner {
    position: relative;
  }
  .packages_list a.thumb {
    border-radius: 3px;
  }
  .packages_list a.thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: none;
    background-image: none;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(60%, transparent),
      color-stop(66%, rgba(0, 0, 0, 0.1)),
      color-stop(93%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.49))
    );
    background-image: -webkit-linear-gradient(
      transparent 0%,
      transparent 60%,
      rgba(0, 0, 0, 0.1) 66%,
      rgba(0, 0, 0, 0.5) 93%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background-image: linear-gradient(
      transparent 0%,
      transparent 60%,
      rgba(0, 0, 0, 0.1) 66%,
      rgba(0, 0, 0, 0.5) 93%,
      rgba(0, 0, 0, 0.49) 100%
    );
    border-radius: 3px;
  }
  .packages_list .package_details {
    background: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .packages_list .nights {
    display: none;
  }
  .packages_list h3 {
    color: #fff;
  }
  .packages_list small,
  .packages_list b {
    color: #fff !important;
    line-height: 18px;
  }
  .packages_list .item {
    padding: 0 10px 20px;
  }
  #content_area .content_left {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  #content_area.active .content_left {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #content_area.active #sidebar_left {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .tag_list li {
    width: 50%;
  }
  #sidebar_left {
    width: 100%;
    left: 0;
    clear: both;
    position: absolute;
    z-index: 999;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  #filter {
    display: block;
    cursor: pointer;
  }
  .button_5 {
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    float: left;
  }
  .button_5:nth-child(2) {
    border: none;
  }
  .clearbutton {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(4,179,216,1);
  }
  header .top::after {
    display: none;
  }
  header:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #f0ba1a;
    position: absolute;
    bottom: -2px;
  }
  #content_area {
    overflow-x: hidden;
  }
  #question .container .contact {
    padding: 20px 15px;
    border-radius: 10px;
  }
  #question h2.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  #question .container p a {
    font-size: 24px;
  }
  #package_content #left_section {
    padding: 0 20px;
  }
  #question .container p a:before,
  #sidebar .phone a:before {
    top: 3px;
  }
  .grid_list a.image {
    margin-bottom: 15px;
    height: 60px;
  }
  .grid_list a.image span {
    top: 30%;
  }
  #what_you_get .row {
    overflow: auto;
    margin-bottom: 10px;
  }
  #what_you_get .offers {
    white-space: nowrap;
  }
  #what_you_get .col {
    margin-bottom: 0;
    width: 90px;
  }
  #deals .pack_details .pack_date,
  #deals .pack_details .pack_dep {
    padding: 5px 10px;
    width: 100%;
    font-size: 13px;
  }
  #deals .pack_details {
    margin-bottom: 10px;
  }
  #spotlight a.button {
    margin-bottom: 10px;
  }
  #deals h2.box_title {
    margin-bottom: 20px;
  }
  .packages_list a.thumb .pack_details {
    bottom: unset;
    top: 0;
  }
  .packages_list a.thumb .pack_details p {
    font-size: 13px;
  }
  #visa_quick_search .col {
    background: #fff;
    border: 1px solid #eee;
    margin: 9px 0;
    padding: 10px;
  }
  #banner {
    height: auto;
  }
  #mega-menu-wrap-new_navigation {
    margin-right: 10px;
  }
  header .call.trigger {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header .call.trigger img {
    width: 23px;
  }
}
@media all and (max-width: 480px) {
  .clearbutton {
    top: 52px;
  }
  #navigation.in {
    top: 54px;
  }
  body {
    padding-top: 54px;
  }
  #deals .col span.title {
    font-size: 16px;
  }
  #deals .cover {
    padding: 0;
  }
  header .logo_sec {
    padding-right: 0;
    width: 20%;
    position: relative;
  }
  header .brand_logo {
    height: 33px;
  }
    /*jjjj*/  
  header .contact_details span.box
    {
        min-width: 100px;
        font-size: xx-small;
        margin-left: -20px; /*visibility: hidden; */
        padding-left: 0px;
        padding-right: 0px;
        margin-right: -10px;
    }


  header .brand_logo img {
    /*width: 100%;*/
    width: 150px;
    position: absolute;
    left: 10px;
    bottom: -9px;
  }
  .promagnifier {
    display: none;
  }
  .contact_sec {
    width: 15%;
    padding-left: 0;
  }
  .trigger_sec {
    width: 7%;
    padding: 0;
  }
  header .call.trigger,
  header .search_area,
  header .menu_trigger {
    margin-top: 0;
  }
  header .search_sec {
    width: 54%;
  }
  header .call.trigger:after {
    right: 0;
  }
  header .top {
    padding: 10px 0 8px;
  }
  header .top:after {
    height: 2px;
    bottom: -2px;
  }
  header .call.trigger img {
    width: 27px;
  }
  header .menu_trigger {
    width: 30px;
    height: 30px;
    padding: 9px 0;
    margin-right: 0;
  }
  header .menu_trigger i {
    margin: 2px auto;
  }
  header .continents {
    width: 300px;
  }
  header #ajaxsearchlite1 .probox,
  div.asl_w .probox,
  header #ajaxsearchlite1 form input {
    height: 30px;
  }
  header #ajaxsearchlite1 form input {
    font-size: 11px !important;
  }
  header .menu_trigger.cross .bottom-bar {
    -webkit-transform: rotate(-48deg) translate(4px, -4px);
    transform: rotate(-48deg) translate(4px, -4px);
  }
  header .menu_trigger.cross .top-bar {
    transform: rotate(45deg) translate(2px, 3px);
    -webkit-transform: rotate(45deg) translate(2px, 3px);
  }
  #navigation.in {
    padding-top: 40px;
  }
  div.asl_w .probox .proloading,
  div.asl_w .probox .proclose,
  div.asl_w .probox .promagnifier,
  div.asl_w .probox .prosettings {
    margin-top: 3px !important;
  }
  header .continents {
    top: 33px;
  }
  header .more_details {
    width: 100%;
    min-width: 100%;
    position: fixed;
  }
  header .contact_details span.box {
    display: block !important;
  }
  #services .widget {
    width: 50%;
    background: #f5f5f5 !important;
  }
  #services .widget:nth-child(1),
  #services .widget:nth-child(4),
  #services .widget:nth-child(5) {
    background: #ddd !important;
  }
  #services img,
  #services svg {
    width: 32px;
  }
  #where_we_go .box b {
    font-size: 16px;
  }
  .owl-nav div {
    display: inline-block;
    position: relative;
    margin: 0 2%;
    height: 50px;
    width: 30%;
  }
  .owl-nav div:before {
    content: "";
    height: 2px;
    background: #555;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .owl-nav div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #555;
  }
  .owl-prev:after {
    left: -10px;
  }
  .owl-next:after {
    right: -10px;
    border-left: 10px solid #555;
    border-right: none !important;
  }
  footer .widget b {
    margin-top: 15px;
  }
  header .continents {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .packages_list b {
    font-size: 14px;
  }
  .packages_list h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .featured_image.active {
    height: 270px;
  }
  .featured_image iframe {
    height: 270px;
  }
  #head_details h2.title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #head_details .info,
  #head_details small {
    font-size: 12px;
    font-weight: 400;
  }
  #package_content {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .gallery .thumb {
    height: 70px;
    border-radius: 5px;
  }
  #head_details h1.title {
    font-size: 30px;
  }
  #head_details {
    margin-bottom: 10px;
    padding: 0;
  }
  #question .container .contact {
    margin-bottom: 16px;
  }
  #activities .container {
    padding: 60px 0 20px;
  }
  #banner {
    min-height: 200px;
    padding-bottom: 10px !important;
  }
  #banner p {
    font-size: 20px;
    line-height: 20px;
  }
  .side_box .box {
    padding: 30px;
  }
  .contact_box {
    padding-right: 0;
  }
  .side_box {
    display: none;
  }
  #content_area.contact-page .container {
    width: 100%;
  }
  #sidebar .phone a {
    font-size: 23px;
  }
  #sidebar .phone a::before {
    width: 40px;
    height: 40px;
  }
  #question .container p a,
  #sidebar .phone a {
    padding-left: 50px;
  }
  #sidebar aside.callus {
    text-align: center;
  }
  #banner {
    padding: 40px 0 0;
  }
  #content_area.visa {
    padding: 30px 0;
  }
  .fixedhead {
    display: none;
  }
  .showfixed .fixedhead {
    bottom: 0;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    min-height: 38px;
  }
  #head_details h1.title {
    margin-bottom: 10px;
  }
  #deals {
    font-size: 0;
  }
  #deals .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
  }
  .grid_list .col-md-4 {
    margin-bottom: 0;
  }
  .images_section .gallery {
    display: none;
  }
  .images_section {
    margin-bottom: 0;
    margin-left: -18px;
    margin-right: -18px;
  }
  .featured_image.active {
    border-radius: 0;
  }
  #head_details .info.price {
    font-weight: 700;
  }
  #deals .pack_date p {
    font-size: 12px;
  }
  .packages_list small {
    font-size: 13px;
  }
  #visa_quick_search .col-md-3 {
    margin: 15px 0;
  }
  #spotlight .spot_bg {
    height: 700px;
  }
  header .navigation_cover {
    padding-right: 60px;
  }
  header .contact_details {
    padding-right: 50px;
    margin-left: 15px;
  }
  #international_packages .button_4 {
    float: left;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 320px) {
  #deals .col {
    width: 100%;
  }
  .packages_list .item {
    width: 100%;
  }
  .packages_list a.thumb {
    height: 140px;
  }
  .packages_list a.thumb .pack_details p {
    font-size: 11px;
  }
}
.message {
  font-size: 18px;
  padding-top: 20px;
  font-style: italic;
}
.message a {
  color: rgba(16, 142, 179, 1);
}
.message b {
  font-weight: 700;
}
.toggle_descri .panel-default > .panel-heading {
  background: none;
  border-radius: 0 !important;
  padding: 0;
  position: relative;
}
.toggle_descri .panel {
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: none;
}
.toggle_descri .panel .panel-collapse {
  border-bottom: 1px solid #ddd;
}
.toggle_descri .panel-title {
  font-weight: 400;
  font-size: 15px;
}
.toggle_descri .panel-default a.question {
  display: block;
  padding: 10px 20px;
  position: relative;
  color: #444 !important;
  border: 1px solid #666;
}
.toggle_descri .panel-default a.question:after {
  content: "";
  position: absolute;
  right: 10px;
  height: 2px;
  width: 17px;
  background: #666;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.toggle_descri .panel-default a.question.collapsed:before {
  content: "";
  position: absolute;
  right: 17px;
  height: 17px;
  width: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #666;
}
.toggle_descri .panel-body {
  background: #f5f5f5;
}
/*jjjj*/
.info h3
{
    color: #000099;
}
