/*----------------------------
[Table of contents]

[ Body ]

----------------------------*/

/*----------
[ Body ]
-------------*/
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}
input,
textarea {
    box-shadow: none !important;
    outline-offset: 0px !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    outline: none !important;
    outline-offset: 0px !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.owl-wrapper-outer,
.owl-stage-outer {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
}
.owl-carousel,
.owl-controls {
    background: none !important;
    margin: 0 !important;
}
.paddleft {
    padding-left: 0px;
}
.padd0 {
    padding: 0px;
}
.paddright {
    padding-right: 0;
}
.paddl {
    padding-left: 5px;
}
.paddr {
    padding-right: 5px;
}
.fullwidth-btn {
    width: 100%;
    margin: 0px !important;
    display: block;
    text-align: center; /*This will result in centering the link text, which is probably what you want -brianjohnsondesign.com*/
}
.btn-primary {
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin-top: 20px;
    padding: 13px 13px;
    line-height: 13px;
    cursor: pointer;
}
.btn-primary i {
    margin-left: 6px;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background: #0486d2;
    color: #fff;
    border: 1px solid transparent;
}
.mar-top {
    margin: 60px 0 80px !important;
}
/*----------
[ top / #top ]
-------------*/
#top,
#top1 {
    background-color: #fff;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
#top-links,
#top-links1 {
    position: relative;
    display: block;
    min-height: 40px;
}
#top-links ul,
#top-links1 ul {
    padding: 10px 0px 6px;
    margin: 0px;
    line-height: 18px;
}
#top-links ul li,
#top-links1 ul li {
    padding: 0px 0 0 15px;
    display: inline-block;
}
#top-links ul li:first-child,
#top-links1 ul li:first-child {
    padding: 0px 0 0 0px;
}
#top-links ul li:last-child a,
#top-links1 ul li:last-child a {
    border-right: 0;
    padding-right: 0;
}
#top-links .button li:first-child a:first-child,
#top-links1 .button li:first-child a:first-child {
    border-right: 0;
}
/* #top-links .button li:first-child a:first-child:after, #top-links1 .button li:first-child a:first-child:after {
    content: '';
	position:absolute;
    display:block;
	top: 21px;
	width: 16px;
	height: 16px;
	border-right: 1px solid #000;
	-webkit-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	transform: rotate(12deg);
	margin-left:27px;
	padding-left:17px;
} */
#top-links ul li a,
#top-links1 ul li a {
    color: #000;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 17px;
    vertical-align: middle;
    line-height: 20px;
}
#top-links ul li a i,
#top-links1 ul li a i {
    margin-right: 8px;
}
#form-currency .btn-link,
#form-language .btn-link {
    padding: 0;
    color: #000;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 17px;
    border-radius: 0px;
}
#form-currency .btn-link {
    border-right: 0;
}
#form-currency .dropdown-menu > li > .btn-link,
#form-language .dropdown-menu > li > a {
    border-right: 0px solid #000;
    padding-right: 0;
}
#form-currency .dropdown-menu > li {
    padding: 0px 0 0 0px;
    display: block;
}
#form-language .dropdown-menu > li > a {
    display: block;
    padding: 3px 3px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
.btn-group .dropdown-menu {
    padding: 5px !important;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    background-color: #f5f5f5;
    color: #010101;
}
/*--------------------
[ Header / header ]
---------------------*/
header {
    margin: 15px 0 10px;
}
header .button-login {
    padding-top: 9px;
}
header .button-login .btn-default {
    background: #0486d2;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 21px;
    border-radius: 0px;
    border: none;
    line-height: 16px;
    margin-right: 14px;
}
header .button-login .btn-default:active:hover {
    color: #fff;
    background: #0486d2;
}
.header-btn {
    padding: 8px 10px !important;
}
header .button-login .btn-primary {
    background: transparent;
    border: none;
    color: #413f4d;
    padding: 0;

    font-style: italic;
    margin-top: 0;
    width: auto;
    height: auto;
}
header .button-login .btn-primary:hover,
header .button-login .btn-primary:active:hover,
header .button-login .btn-primary:focus,
header .button-login .btn-primary:active:focus {
    background: transparent;
    color: #413f4d;
    border: 0;
}
img {
    display: block;
}
header .social-icon {
    padding: 8px 0 0 0;
}
header .social-icon ul {
    margin: 0;
}
header .social-icon ul li {
    padding: 6px 10px 6px 10px;
    border: 1px solid #939297;
    background: transparent;
    line-height: 16px;
    margin-right: 4px;
    display: inline-block;
}
header .social-icon ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
}
header .social-icon ul li:hover {
    background: #0486d2;
    border: 1px solid #0486d2;
}
header .social-icon ul li:hover a {
    color: #fff;
}
/*--------------------------------- 
[ menu / #menu ]
----------------------------------- */
#menu,
#menu1 {
    min-height: 26px;
    background: #0486d2;
    border-radius: 0px;
}
#menu .navbar,
#menu1 .navbar {
    margin-bottom: 0;
    border: 0px solid transparent;
    min-height: 40px;
    padding: 0px;
}
#menu .navbar-nav,
#menu1 .navbar-nav {
    float: none !important;
    text-align: center !important;
}
#menu .navbar-nav > li,
#menu1 .navbar-nav > li {
    float: none !important;
    display: inline-block !important;
}
#menu .nav > li,
#menu1 .nav > li {
    margin: 0 14.5px;
}
.menutext {
    display: none;
}
#menu .dropdown a::after {
    border: none !important;
}
#menu .nav > li:first-child,
#menu1 .nav > li:first-child {
    margin: 0 14.5px 0 0;
}
#menu .nav > li > a,
#menu1 .nav > li > a {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 11px 11px 9px;
    border-bottom: 5px solid transparent;
    line-height: 11px;
    display: block;
}
#menu .nav > li > a:hover,
#menu1 .nav > li > a:hover {
    color: #ababab;
    border-bottom: 5px solid #ababab;
}
#menu .navbar-nav > .active > a,
#menu .navbar-nav > .active > a:hover,
#menu .navbar-nav > .active > a:focus,
#menu1 .navbar-nav > .active > a,
#menu1 .navbar-nav > .active > a:hover,
#menu .navbar-nav > .active > a:focus {
    color: #0486d2;
    background-color: #0486d2;
}
#menu .dropdown:hover > .dropdown-menu,
#menu1 .dropdown:hover > .dropdown-menu {
    display: block;
}
#menu .dropdown-menu,
#menu1 .dropdown-menu {
    padding: 5px 25px;
    border-radius: 0px;
    min-width: 230px;
    margin-top: 0;
}
#menu .dropdown-menu li .fa,
#menu1 .dropdown-menu li .fa {
    margin-right: 15px;
}
#menu .dropdown-menu li,
#menu1 .dropdown-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
#menu .dropdown-menu li:last-child,
#menu1 .dropdown-menu li:last-child {
    border-bottom: none;
}
#menu .dropdown-menu li a,
#menu1 .dropdown-menu li a {
    color: #000000;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}
#menu .dropdown-menu li a:hover,
#menu1 .dropdown-menu li a:hover {
    color: #0486d2;
    padding-left: 15px;
    background: transparent;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 0px;
    -webkit-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*--------------------------------- 
[ Slideshow / .slideshow ]
----------------------------------- */
.slice {
    position: relative;
    height: 500px;
}
.slideshow {
    margin: 0;
    position: relative;
}
.slideshow img {
    width: 100%;
    min-height: 400px;
}
.slide-content {
    width:50%;
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background-color: rgba(1, 133, 207, 0.4); */
    color: #fff;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.6) 0px 30px 60px -12px inset,
        rgba(0, 0, 0, 0.6) 0px 18px 36px -18px inset;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
.slide-content h5{
    line-height: 30px;;
}
.slide-detail {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    top: auto;
    bottom: 27px;
}
.slide-detail form {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    min-height: 190px;
    padding: 39px 30px 15px 30px;
}
.slide-detail form .wid {
    width: 19%;
    flex: none;
    max-width: 19%;
}
.slide-detail form .wid1 {
    width: 81%;
    max-width: 81%;
    flex: none;
}
.slide-detail form .wid2 {
    max-width: 21%;
    width: 21%;
    flex: none;
}
.slide-detail form h2 {
    font-size: 16px;
    color: #000;
    margin: 0 0 29px;
    width: 100%;
    display: block;
}
.slide-detail form label {
    font-size: 14px;
    color: #000000;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.slide-detail form input,
.slide-detail form .btn {
    border-radius: 0 !important;
    border: 1px solid #e3ebee;
    font-size: 12px;
    color: #bab5b5;
    height: 37px;
    background: #fff;
}
.slide-detail form .calender {
    background: #0486d2;
    padding: 8px 10px;
}
.slide-detail form .btn i {
    background: #0486d2;
    color: #fff;
    padding: 9px 10px;
    font-size: 18px;
}
.slide-detail form .calender .fa,
.slide-detail form .btn .fa {
    color: #fff;
    font-size: 16px;
}
.slide-detail form .btn {
    padding: 0;
}
.slide-detail form .btn span {
    padding: 10px 12px;
}
.slide-detail form .btn i {
    position: absolute;
    right: 0;
}
.slide-detail form .btn-primary {
    background: #0486d2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin-top: 35px;
    padding: 12.5px 0;
}
.slideshow .owl-dots {
    top: 35%;
    z-index: 0;
    position: absolute;
    right: 10px;
    display: inline-block;
}
.slideshow .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 4px 1px 7px;
    display: block;
    text-align: center;
}
.slideshow .owl-dots .owl-dot span {
    background: #fff;
    border: 4px solid transparent;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.54);
    height: 11px;
    width: 11px;
    border-radius: 20px;
    display: block;
}
.slideshow .owl-dots .owl-dot.active span {
    background: #fff;
    border: 4px solid #0486d2;
    width: 14px;
    height: 14px;
}
.placetop {
    margin: 30px 0;
}
.placetop .places {
    width: 100%;
}
.places h1 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.places p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #000000;
    text-align: center;

    position: relative;
}
.places p:after {
    border-top: 5px solid #0486d2;
    position: absolute;
    left: 0;
    top: 34px;
    content: "";
    width: 70px;
    margin: 0 auto;
    right: 0;
}
.places hr {
    width: 170px;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.places .nav-tabs {
    border: none;
    margin: 0 0 50px;
    text-align: center;
}
.places .nav-tabs > li {
    float: none;
    display: inline-block;
    padding: 0;
}
.places .nav-tabs > li > a {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #000;
    display: block;
    border-radius: 0px;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 24px 25px;
    line-height: 14px;
    position: relative;
}
.places .nav-tabs > li.active > a,
.places .nav-tabs > li > a:hover {
    color: #000;
    background: #f7f7f7;
    border: 1px solid transparent;
}
.places .nav-tabs > li > a:hover:after,
.places .nav-tabs > li.active > a:after {
    border-bottom: 8px solid #0486d2;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.places .nav-tabs > li > a:hover:before,
.places .nav-tabs > li.active > a:before {
    border-bottom: 10px solid #0486d2;
    border-top: 10px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 44%;
    bottom: 6px;
    margin: 0 auto;
    display: block;
    content: "";
}
.product-thumb {
    margin-bottom: 30px;
    position: relative;
}
.product-thumb .image {
    position: relative;
}
.product-thumb .image .hoverbox,
.product-thumb .image .remove-hotel-item,
.product-thumb .rental-hoverbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    top: 0;
}
.product-thumb .hoverbox .icon_plus,
.product-thumb .rental-hoverbox .icon_plus {
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    cursor: pointer;
}
.product-thumb .remove-hotel-item .fa-trash {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    cursor: pointer;
}
.product-thumb:hover .hoverbox,
.product-thumb:hover .remove-hotel-item,
.product-thumb:hover .rental-hoverbox {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 1;
}
.product-thumb .image .matter {
    position: absolute;
    opacity: 1;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.product-thumb .image .matter h2 {
    font-size: 16px;
    margin: 0 0 12px 24px;
}
.product-thumb .image .matter p {
    color: #fff;
    font-size: 11px;
    margin: 0 25px 24px;
}
.product-thumb .image .matter ul {
    margin: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #0486d2;
}
.product-thumb .image .matter ul li:first-child {
    border-right: 1px solid #e5e5e5;
}
.product-thumb .image .matter ul li {
    padding: 12px 0px;
    width: 49%;
    text-align: center;
    line-height: 12px;
    display: inline-block;
}
.product-thumb .image .matter ul li a {
    color: #fff;
    font-size: 12px;
}
.product-thumb .caption {
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.product-thumb .caption .inner {
    padding: 14px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.product-thumb .caption .inner img {
    float: left;
    margin-right: 18px;
    width: auto;
}
.product-thumb .caption .inner h4 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 18px;
    color: #000;
}
.product-thumb .caption .inner span {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 50px;
}
.product-thumb .caption .inner i {
    color: #f9953d;
    font-size: 13px;
}
.product-thumb .caption button {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: none;
    border: 0;
    line-height: 12px;
    cursor: pointer;
}
.product-thumb:hover .caption button {
    font-weight: bold;
}
.product-thumb .caption a.view-more {
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    padding: 21px 0 19px;
    background: none;
    border: 0;
    line-height: 12px;
}
.product-thumb:hover .caption a.view-more {
    color: #ffb812;
}
.product-thumb .caption div.view-more-wrapper {
    padding: 20px 0px;
}
.video img {
    width: 100%;
}
.video .matter {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.video .matter i {
    font-size: 32px;
    background: #0486d2;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 24px 30px;
}
.video .matter h5 {
    font-size: 20px;
    color: #fff;
}
.video .matter h6 {
    font-size: 30px;
    color: #0486d2;
    font-weight: 700;
}
.tour .product-thumb .image .matter p span {
    float: right;
    font-size: 10px;
    line-height: 12px;
    margin-left: 2px;
}
.tour .product-thumb .caption .inner {
    padding: 16px 20px;
}
.tour .product-thumb .caption .inner .rate {
    min-height: 24px;
}
.tour .product-thumb .caption .inner p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0px;
}
#rentals .product-thumb .caption .inner p {
    text-transform: uppercase;
    font-size: 16px;
}
.tour .product-thumb:hover .caption button {
    color: #fff;
}
.tour .product-thumb .caption button:hover {
    font-weight: bold;
}
.tour .product-thumb .caption button {
    width: 49%;
}
.tour .product-thumb .caption button:first-child {
    border-right: 1px solid #e5e5e5;
}
.testimonail {
    background: #f7f8fa;
    padding: 20px 0;
}
.testimonails .box {
    background: #fff;
    border: 1px solid #e2e2e4;
    padding: 32px 23px 28px;
    margin-bottom: 30px;
}
.testimonails .box img {
    float: left;
    margin-right: 24px;
    width: auto !important;
}
.testimonails .box .caption h4 {
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 14px;
}
.testimonails .box .caption .rate {
    min-height: 32px;
}
.testimonails .box .caption span {
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ffffff;
}
.testimonails .box .caption i {
    color: #f9953d;
    font-size: 13px;
}
.testimonails .box .caption p {
    font-size: 13px;
    line-height: 24px;

    color: #000000;
    margin: 0px;
}
.testimonails .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0px 9px;
    display: inline-block;
}
.testimonails .owl-dots {
    text-align: center;
    top: 20px;
    position: relative;
}
.testimonails .owl-dots .owl-dot span {
    background: #cccccc;
    border: 4px solid #ccc;
    height: 10px;
    width: 10px;
    box-shadow: none;
    display: block;
    border-radius: 20px;
}
.testimonails .owl-dots .owl-dot.active span {
    background: #fff;
    border: 4px solid #0486d2;
    width: 14px;
    height: 14px;
}
.gallery ul {
    margin: 0 0 30px 0;
}
.gallery ul li {
    width: 19.7%;
    padding: 0;
    display: inline-block;
}
.gallery .product-thumb {
    margin-bottom: 0px;
}
.gallery .product-thumb .image img {
    width: 100%;
}
.gallery .product-thumb .image .show {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
.gallery .product-thumb .image .show p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
}
.gallery .product-thumb .image .show a {
    font-size: 18px;
    color: #000;
    line-height: 18px;
}
.blog {
    background: #f7f8fa;
    padding: 20px 0 20px;
}
.blog .product-thumb {
    margin-bottom: 0px;
}
.blog .product-thumb .caption .inner {
    padding: 25px 24px;
}
.blog .product-thumb .caption .inner h4 {
    margin: 0 0 10px;
}
.blog .product-thumb .caption p {
    font-size: 14px;
    line-height: 22px;

    color: #000000;
    margin: 0px;
}
.news {
    position: relative;
}
.sub {
    height: 325px;
    width: 100%;
    /* opacity: .6; */
}
.newsinner {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 50px;
    bottom: 0;
}
.news .product-thumb {
    margin-bottom: 46px;
}
.news .product-thumb .image .hoverbox {
    background: rgba(0, 0, 0, 0.6);
}
.news .product-thumb .image .matter {
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: none;
}
.news .product-thumb .image .matter .des {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif !important;
    text-shadow: 0px 2px 0 #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news .product-thumb .image .matter .des span {
    font-size: 30px;
    margin-right: 20px;
}
.news .product-thumb .image .matter .des1 {
    font-size: 13px;
    font-family: "Montserrat", sans-serif !important;
    text-shadow: 0px 2px 0 #000;
    letter-spacing: 1px;
}
.news .product-thumb .image .matter .des1 span {
    font-size: 20px;
    font-weight: 700;
}
.news .product-thumb .image .matter .des1 small {
    font-size: 30px;
    font-weight: 700;
}
.news .product-thumb .image .matter .des2 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif !important;
    text-shadow: 0px 2px 0 #000;
    letter-spacing: 1px;
    text-align: left;
    margin: 12px 24px;
}
.news .product-thumb .image .matter .des2 i {
    margin-right: 10px;
    font-size: 28px;
}
.news .product-thumb .image .matter .des2 span {
    font-size: 32px;
}
.news .product-thumb .image .matter button {
    background: #0486d2;
    color: #fff;
    border: 0;
    padding: 9px 24px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}
.news .product-thumb .off {
    border-right: 100px solid transparent;
    border-top: 83px solid #0486d2;
    opacity: 1;
    position: absolute;
    top: 0;
}
.news .product-thumb .off span {
    color: #000;
    font-size: 11px;
    left: -7px;
    position: absolute;
    top: -64px;
    transform: rotate(-40deg);
    width: 100px;
}
.subscribe .form-group {
    margin-bottom: 0;
}
.subscribe label {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 35px 0 0px;
    font-weight: 400;
    background-color: #0486d2;
    padding: 7px 8px;
}
.subscribe input {
    font-size: 12px;
    height: 40px;
    border-radius: 0;
    width: 582px;
    border: 0;
    padding: 10px 21px;
    margin-right: 30px;
}
.subscribe .btn-default {
    background: #0486d2;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 14px 21px;
    line-height: 12px;
}
footer {
    background: #28272f;
    padding: 45px 0;
}
footer .padd-b {
    padding-bottom: 50px;
}
footer h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0486d2;
    text-transform: uppercase;
    text-align: left;
    margin: 25px 0 33px;
}
footer .des {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 28px 0 0 0;
    line-height: 24px;
}
footer .contact ul,
footer .info ul,
footer .insta ul {
    margin: 0;
}
footer .contact ul li {
    padding: 0 0 12px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}
footer .contact ul li,
footer .contact ul li a,
footer .info ul li a {
    font-size: 12px;
    color: #fff;
}
footer .contact ul li i {
    color: #0486d2;
    margin-right: 10px;
    font-size: 14px;
}
footer .contact ul li .inner {
    width: 37%;
    float: left;
}
footer .contact ul li .in {
    width: 63%;
    float: right;
}
footer .contact ul li .paddleft {
    padding-left: 23px;
}
footer .info ul li {
    width: 49%;
    padding: 0 0 12px;
    line-height: 12px;
    display: inline-block;
}
footer .info ul li:last-child,
footer .contact ul li:last-child {
    padding: 0;
}
footer .info ul li i {
    margin-right: 15px;
    font-size: 14px;
}
footer .info ul li a:hover {
    color: #0486d2;
}
footer .insta ul li {
    padding: 0 2px 5px 0px;
    display: inline-block;
}
footer .powered {
    border-top: 1px solid #6e6d72;
    padding: 22px 0 0;
}
footer .powered p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}
footer .powered p a {
    color: #fff;
}
footer .powered p span {
    color: #0486d2;
}
footer .powered .social-icon ul {
    margin: 0;
}
footer .powered .social-icon ul li {
    padding: 0 22px 0 0;
    display: inline-block;
}
footer .powered .social-icon ul li:last-child {
    padding: 0;
}
footer .powered .social-icon ul li a {
    color: #fff;
    font-size: 14px;
}
footer .powered .social-icon ul li a:hover {
    color: #0486d2;
}
.header2 #top-links ul {
    padding: 13px 0px 14px;
}
.header2 #top-links .button li:first-child a:first-child:after {
    top: 14px;
}
.header2 header {
    margin: 27px 0;
}
.header2 #logo img {
    margin: 0;
}
.search {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    position: relative;
}
.search .form-group {
    margin: 0;
}
.search input {
    color: #5a5959;
    border: none;
    font-size: 12px;
    height: 40px;
}
.search .btn {
    position: absolute;
    background: #02b6f1;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 4px 4px 0px;
    padding: 6px 19px;
}
.search .btn i {
    color: #fff;
    font-size: 16px;
}
.header2 .phone span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.header2 .phone p {
    font-size: 18px;
    font-weight: 700;
    color: #02b6f1;
    margin: 0;
}
.header2 #menu .navbar-nav {
    text-align: left !important;
}
.header2 #menu .nav > li > a:hover {
    color: #fff;
    border-bottom: 0;
    background: #02b6f1;
}
.header2 #menu .nav > li > a {
    padding: 25px 14px;
    border-bottom: 0;
    font-size: 14px;
}
.header2 #menu .dropdown-menu li a:hover {
    color: #02b6f1;
}
.header2 .slide-detail form .calender,
.header2 .slide-detail form .btn i,
.header2 .slide-detail form .btn-primary {
    background: #02b6f1;
}
.header2 .slide-detail form .btn i {
    padding: 9px 6px;
}
.header2 .slide-detail .matter p {
    font-size: 43px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.header2 .slide-detail .matter p span {
    font-size: 54px;
}
.header2 .slideshow .owl-dots {
    top: 62%;
    left: 0;
    text-align: center;
}
.header2 .slideshow .owl-dots .owl-dot.active span {
    border: 4px solid #02b6f1;
}
.header2 .slideshow .owl-dots .owl-dot {
    padding: 4px 5px;
    display: inline-block;
}
.header2 .places h1 {
    position: relative;
}
.header2 .places h1:after {
    border-top: 5px solid #02b6f1;
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    content: "";
    width: 70px;
    margin: 0 auto;
}
.header2 .places .nav-tabs > li > a:hover:after,
.header2 .places .nav-tabs > li.active > a:after {
    border-bottom: 8px solid #02b6f1;
}
.header2 .places .nav-tabs > li > a:hover:before,
.header2 .places .nav-tabs > li.active > a:before {
    border-bottom: 10px solid #02b6f1;
}
.header2 .product-thumb .image .hoverbox {
    background: rgba(0, 0, 0, 0.6);
}
.header2 .product-thumb .hoverbox .icon_plus {
    top: 22%;
}
.header2 .product-thumb .image .matter h2 {
    margin: 0 0 11px 13px;
}
.header2 .product-thumb .image .matter p,
.mainpage .product-thumb .image .matter p {
    margin: 0 14px 13px;
}
.header2 .product-thumb .caption .inner {
    padding: 30px 19px;
}
.header2 .product-thumb .caption .inner i,
.header2 .product-thumb:hover .caption button {
    color: #02b6f1;
}
.header2 .product-thumb .caption .inner span {
    margin-right: 26px;
}
.header2 .btn-primary:hover,
.header2 .btn-primary:active:hover,
.header2 .btn-primary:focus,
.header2 .btn-primary:active:focus {
    background: #02b6f1;
}
.header2 .product-thumb .caption button {
    padding: 20px 0;
}
.header2 .product-thumb .caption .inner h4 {
    font-size: 14px;
}
.header2 .tour .product-thumb:hover .caption button {
    color: #000;
}
.header2 .tour .product-thumb .caption button:hover {
    color: #02b6f1;
}
.header2 .tour .product-thumb .image .matter p,
.mainpage .tour .product-thumb .image .matter p {
    text-align: right;
}
.header2 .tour .product-thumb .image .matter p span,
.mainpage .tour .product-thumb .image .matter p span {
    float: left;
}
.header2 .main {
    margin: 80px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 30px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}
.header2 .shop ul,
.header2 .blog ul,
.header2 .guide ul {
    margin: 0;
}
.header2 .shop ul li,
.header2 .blog ul li,
.header2 .guide ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.header2 .guide > ul > li {
    min-height: 116px;
}
.header2 .shop ul li:last-child,
.header2 .blog ul li:last-child,
.header2 .guide ul li:last-child {
    border-bottom: 0;
    margin-bottom: 20px;
}
.header2 .shop li img,
.header2 .blog li img,
.header2 .guide li img {
    float: left;
    margin-right: 14px;
    padding-bottom: 30px;
}
.header2 .shop li h4,
.header2 .blog li h4,
.header2 .guide li h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 13px;
}
.header2 .shop li i {
    color: #02b6f1;
    font-size: 13px;
}
.header2 .shop .rate {
    min-height: 24px;
}
.header2 .shop li span {
    font-size: 12px;

    color: #000000;
    margin-left: 20px;
}
.header2 .shop li p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.header2 .view {
    font-size: 13px;
    color: #000;
    padding: 0;
    background: none;
    border: 0;
    line-height: 12px;
}
.header2 .view:hover {
    color: #02b6f1;
}
.header2 .gallery ul {
    margin: 0 0 50px 0;
}
.header2 .gallery ul li {
    width: 32%;
}
.header2 .blog {
    background: transparent;
    padding: 0;
}
.header2 .blog li h4 {
    margin: 0 0 8px;
}
.header2 .blog li h6 {
    font-size: 10px;

    color: #000000;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.header2 .blog li h6 span {
    float: right;
}
.header2 .blog li p {
    font-size: 13px;

    color: #000000;
    margin: 0;
}
.header2 .blog li p a {
    font-size: 11px;
    color: #02b6f1;
    font-family: "Montserrat", sans-serif;
}
.header2 .guide li p {
    font-size: 12px;
    color: #02b6f1;
    text-transform: uppercase;
}
.header2 .guide ul li .icon li {
    border: 0;
    margin-bottom: 0;
    padding: 0 18px 0 0 !important;
    width: auto;
    display: inline-block;
}
.header2 .guide ul li .icon li:last-child {
    padding: 0;
}
.header2 .guide ul li .icon li a {
    color: #000;
    font-size: 12px;
}
.testimonail1 .box {
    text-align: center;
}
.testimonail1 .box img {
    margin: 0 auto;
    width: auto !important;
}
.testimonail1 .box h4 {
    font-size: 14px;
    margin: 19px 0 29px;
    line-height: 14px;
}
.testimonail1 .box p {
    font-size: 13px;

    color: #000000;
    margin: 0px;
    font-style: italic;
}
.testimonail1 .owl-controls {
    background: transparent;
}
.testimonail1 .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.testimonail1 .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0px 9px;
    display: inline-block;
}
.testimonail1 .owl-dots .owl-dot span {
    background: #cccccc;
    border: 4px solid #ccc;
    height: 10px;
    width: 10px;
    box-shadow: none;
    border-radius: 20px;
    display: block;
}
.testimonail1 .owl-dots .owl-dot.active span {
    background: #fff;
    border: 4px solid #02b6f1;
    width: 14px;
    height: 14px;
}
.latest {
    background: #f7f8fa;
    padding: 55px 0 42px;
}
.latest .social-icon h5 {
    font-size: 23px;
    color: #000;
    margin: 0 0 20px;
}
.latest .social-icon ul {
    margin: 0;
}
.latest .social-icon ul li {
    margin: 0 15px 0 0;
    border: 1px solid #02b6f1;
    border-radius: 50%;
    padding: 12px 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
}
.latest .social-icon ul li a {
    color: #02b6f1;
    font-size: 20px;
}
.latest .social-icon ul li:hover {
    background: #02b6f1;
}
.latest .social-icon ul li:hover a {
    color: #fff;
}
.latest .tweet h5 {
    font-size: 23px;
    color: #000;
    margin: 0 0 20px;
}
.latest #tweet .box i {
    float: left;
    border-radius: 50%;
    padding: 13px 15px;
    background: #02b6f1;
    font-size: 20px;
    color: #fff;
    margin: 0 20px 25px 0;
}
.latest #tweet .box p {
    font-size: 14px;

    line-height: 24px;
    color: #000;
}
.latest #tweet .box a {
    font-size: 14px;
    color: #5440ec;
}
.latest .tweet .owl-carousel .owl-nav div {
    opacity: 1;
}
.latest #tweet .owl-prev {
    left: 85%;
    position: absolute;
    top: -46%;
}
.latest #tweet .owl-next {
    right: 0%;
    position: absolute;
    top: -46%;
}
.latest #tweet .owl-prev .fa,
.latest #tweet .owl-next .fa {
    background: #fff;
    border: 1px solid #02b6f1;
    font-size: 18px;
    color: #02b6f1;
    padding: 6px 9px;
    border-radius: 50%;
}
.latest #tweet .owl-prev .fa:hover,
.latest #tweet .owl-next .fa:hover {
    background: #02b6f1;
    border: 1px solid #02b6f1;
    color: #fff;
}
.header2 footer {
    background: #11101e;
    padding: 50px 0 75px;
}
.header2 footer h3 {
    font-size: 20px;
    font-weight: 400;
    color: #02b6f1;
    text-transform: capitalize;
    text-align: left;
}
.header2 footer .info ul li {
    width: 100%;
    padding: 12px 0 12px;
    line-height: 12px;
    border-bottom: 1px solid #373737;
}
.header2 footer .info ul li:first-child {
    padding: 0px 0 12px;
}
.header2 footer .info ul li:last-child {
    padding: 12px 0 0px;
    border-bottom: 0;
}
.header2 footer .info ul li a:hover {
    color: #02b6f1;
    padding: 0 12px;
}
.header2 footer .info ul li i {
    margin-right: 10px;
}
.header2 footer .contact ul li i,
.header2 footer .powered p span {
    color: #02b6f1;
}
.header2 footer .contact ul li .inner {
    width: 33%;
}
.header2 footer .contact ul li .in {
    width: 67%;
}
.header2 footer .padd-b {
    padding-bottom: 33px;
}
.header2 footer .powered {
    padding: 25px 0 0;
}
.header2 footer .powered p {
    margin: 8px 0 0;
}
.header2 .footersrch .btn-default {
    background-color: #02b6f1;
}
.header2 .footersrch p {
    font-size: 11px;
}
.wifi {
    background: url("../images/wifi.png") no-repeat;
    display: block;
    height: 19px;
    width: 28px;
    margin: 0 auto;
}
.pool {
    background: url("../images/pool.png") no-repeat;
    display: block;
    height: 24px;
    width: 30px;
    margin: 0 auto;
}
.gym {
    background: url("../images/gym.png") no-repeat;
    display: block;
    height: 11px;
    width: 30px;
    margin: 0 auto;
}
.rest {
    background: url("../images/rest.png") no-repeat;
    display: block;
    height: 23px;
    width: 17px;
    margin: 0 auto;
}
.golf {
    background: url("../images/golf.png") no-repeat;
    display: block;
    height: 25px;
    width: 13px;
    margin: 0 auto;
}
.tourr {
    background: url("../images/tour.png") no-repeat;
    display: block;
    height: 33px;
    width: 40px;
    margin: 0 auto;
}
.flight {
    background: url("../images/flight.png") no-repeat;
    display: block;
    height: 33px;
    width: 30px;
    margin: 0 auto;
}
.pacake {
    background: url("../images/pacake.png") no-repeat;
    display: block;
    height: 33px;
    width: 33px;
    margin: 0 auto;
}
.hotel {
    background: url("../images/hotel.png") no-repeat;
    display: block;
    height: 33px;
    width: 20px;
    margin: 0 auto;
}
li.active .tourr,
li:hover .tourr {
    background: url("../images/icon1.png") no-repeat;
}
li.active .flight,
li:hover .flight {
    background: url("../images/icon5.png") no-repeat;
}
li.active .pacake,
li:hover .pacake {
    background: url("../images/icon3.png") no-repeat;
}
li.active .hotel,
li:hover .hotel {
    background: url("../images/icon2.png") no-repeat;
}
.header3 .booking {
    background: #0486d2;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    float: right;
    border-radius: 5px;
}
.header3 .booking a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.header3 header {
    background: rgba(128, 127, 133, 0.8);
    margin: 0;
    min-height: 98px;
    padding: 30px 0;
}
.header3 #logo img {
    margin: 0;
}
.header3 #menu .nav > li {
    padding: 15px 0 10px;
}
.header3 #menu .nav > li > a {
    font-size: 14px;
    padding: 0;
    border: none;
}
.header3 #menu .navbar {
    min-height: auto;
}
.header3 #menu {
    background: transparent;
    float: left;
}
.header3 .slideshow .owl-dots .owl-dot {
    display: inline-block;
    padding: 4px 7px;
}
.header3 .slideshow .owl-dots {
    bottom: 35px;
    top: auto;
    right: auto;
    left: 25px;
}
.header3 .slide-detail form {
    margin-left: 40px;
    margin-top: 120px;
}
.header3 .slide-detail form {
    min-height: 370px;
}
.header3 .slide-detail form .btn-primary {
    margin-top: 45px;
}
.header3 .slide-detail {
    top: 102px;
}
.header3 .slide-detail form label {
    margin: 0 0 10px;
}
.footer3 h3 {
    text-align: left;
}
.footer3 .info ul li {
    width: 100%;
}
.footer3 .contact ul li .inner {
    width: 26%;
}
.footer3 .contact ul li .in {
    float: left;
    width: auto;
}
.footersrch {
    margin-top: 10px;
}
.footersrch .form-control {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
}
.footer3 .footersrch .form-control {
    width: auto;
}
.footersrch .btn-default {
    border-radius: 0px;
    border: none;
    background-color: #0486d2;
    padding: 7px 20px;
    color: #fff;
}
.footersrch p {
    color: #fff;
    font-size: 12px;
}
.footer3 .powered img {
    margin: 15px auto;
}
.footer3 .powered .des {
    width: 50%;
    line-height: 25px;
    color: #fff;
    margin: 0 auto 15px;
}
.footer3 .powered {
    text-align: center;
}
.footer3 .powered .social-icon ul {
    margin-bottom: 15px;
}
.footer3 .info ul li a:hover {
    padding-left: 5px;
}
.map iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.mapouter {
    width: 100% !important;
}
.gmap_canvas {
    width: 100% !important;
}
.header3 .places hr {
    border-color: #0486d2;
    border-width: 3px;
    margin: 23px 0 50px;
    width: 100px;
}
.header3 .places .bor {
    border-bottom: 3px dotted #0486d2;
    margin: -53px 0 50px;
    width: 127px;
}
.header3 .places h1 {
    margin: 0 80px 20px 0;
    text-align: left;
}
.header3 .places p:after {
    display: none;
}
.header3 .places p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.header3 .places .nav-tabs {
    text-align: left;
}
.header3 .places .nav-tabs > li + li {
    margin-left: 25px;
}
.header3 .places .nav-tabs > li {
    text-align: center;
}
.header3 .places .nav-tabs > li > a:hover::before,
.header3 .places .nav-tabs > li.active > a::before {
    border-color: #0486d2 transparent transparent;
    bottom: -19px;
}
.header3 .places .nav-tabs > li.active > a,
.header3 .places .nav-tabs > li > a:hover {
    background-color: #0486d2;
}
.header3 .product-thumb .image .matter p .fa {
    margin-right: 7px;
}
.header3 .product-thumb .image .matter p {
    margin: 0 10px 14px;
}
.header3 .tour .product-thumb .caption .inner {
    padding: 20px 12px;
}
.header3 .tour .product-thumb .caption .inner span {
    margin-right: 0px;
}
.header3 .tour .product-thumb .caption button {
    height: 38px;
    padding: 0;
    width: 50%;
}
.header3 .tour .product-thumb .caption button:hover {
    background: #0486d2;
    color: #fff;
}
.header3 .tour .product-thumb .caption button + button {
    border-left: 1px solid #e5e5e5;
    margin-left: -4px;
}
.header3 .tour .product-thumb .caption button:first-child {
    border-right: none;
}
.icons {
    margin: 27px 0 0 0;
}
.icons li img {
    margin: 0 auto !important;
    float: none !important;
}
.icons li + li {
    margin-left: 5px;
}
.icons li {
    border: 1px solid #e5e5e5;
    width: 37px;
    height: 37px;
    padding: 6px 0;
    display: inline-block;
    background-color: #b8b8b8;
}
.header3 .tour .product-thumb .caption .inner .rate {
    min-height: auto;
}
.icons li:nth-child(3) {
    padding: 12px 0;
}
.header3 .places .nav-tabs > li:hover .text,
.header3 .places .nav-tabs > li.active .text {
    color: #0486d2;
}
.header3 .places .nav-tabs > li .text {
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}
.header3 .places .nav-tabs > li > a {
    height: 50px;
    width: 98px;
    padding: 8px 0;
}
.canada {
    background: url("../images/country-icons/c1.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .canada,
li:hover .canada {
    background: url("../images/country-icons/c1_w.png") no-repeat;
}
.usa {
    background: url("../images/country-icons/c2.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .usa,
li:hover .usa {
    background: url("../images/country-icons/c2_w.png") no-repeat;
}
.india {
    background: url("../images/country-icons/c3.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .india,
li:hover .india {
    background: url("../images/country-icons/c3_w.png") no-repeat;
}
.spain {
    background: url("../images/country-icons/c4.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .spain,
li:hover .spain {
    background: url("../images/country-icons/c4_w.png") no-repeat;
}
.england {
    background: url("../images/country-icons/c5.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .england,
li:hover .england {
    background: url("../images/country-icons/c5_w.png") no-repeat;
}
.switzerland {
    background: url("../images/country-icons/c6.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .switzerland,
li:hover .switzerland {
    background: url("../images/country-icons/c6_w.png") no-repeat;
}
.newzealand {
    background: url("../images/country-icons/c7.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .newzealand,
li:hover .newzealand {
    background: url("../images/country-icons/c7_w.png") no-repeat;
}
.nepal {
    background: url("../images/country-icons/c8.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .nepal,
li:hover .nepal {
    background: url("../images/country-icons/c8_w.png") no-repeat;
}
.malasya {
    background: url("../images/country-icons/c9.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 36px;
    height: 24px;
}
li.active .malasya,
li:hover .malasya {
    background: url("../images/country-icons/c9_w.png") no-repeat;
}
.allgallery {
    background: url("../images/gallery-icon/icon1.png") no-repeat;
    margin: 5px auto 0;
    display: block;
    width: 24px;
    height: 24px;
}
li.active .allgallery,
li:hover .allgallery {
    background: url("../images/gallery-icon/icon1-hover.png") no-repeat;
}
.summer {
    background: url("../images/gallery-icon/icon4.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 30px;
    height: 38px;
}
li.active .summer,
li:hover .summer {
    background: url("../images/gallery-icon/icon4-hover.png") no-repeat;
}
.sport {
    background: url("../images/gallery-icon/icon5.png") no-repeat;
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 36px;
}
li.active .sport,
li:hover .sport {
    background: url("../images/gallery-icon/icon5-hover.png") no-repeat;
}
.header3 .country .places li > a {
    padding: 12px 0;
}
.country .product-thumb h2 {
    color: #fff;
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
}
.country .product-thumb .caption .inner {
    padding: 25px 10px 25px 25px;
    min-height: 109px;
}
.country .product-thumb .caption .inner .rate .fa-star {
    margin-bottom: 6px;
}
.country .product-thumb .caption .inner .rate {
    float: left;
}
.country .product-thumb .caption .inner img {
    margin-right: 15px;
}
.country .product-thumb .caption .inner h4 {
    font-size: 15px;
}
.country .product-thumb .btn-block:hover {
    background: #0486d2;
    color: #fff;
}
.country .product-thumb .btn-block {
    height: 38px;
    background: #ebebeb;
    padding: 10px 0;
}
.header4 #top,
.header4 #top1 {
    min-height: 30px;
}
.header4 #top-links ul,
.header4 #top-links1 ul {
    padding: 0px 0 13px;
}
.header4 #top-links ul li a,
.header4 #top-links ul li,
.header4 #top-links1 ul li a,
.header4 #top-links1 ul li {
    font-size: 13px;
    color: #000;
}
.header4 header {
    margin: 16px 0 0;
    border-bottom: 1px solid #ebebeb;
}
.header4 header .social-icon {
    padding: 0;
}
.header4 header .social-icon ul li {
    padding: 0 !important;
    border: 0;
    margin-right: 13px;
}
.header4 header .social-icon ul li:last-child {
    margin-right: 0;
}
.header4 header .social-icon ul li a {
    padding: 0 !important;
    border: 0 !important;
}
.header4 header .social-icon ul li a i {
    margin-right: 0px !important;
}
.header4 header .social-icon ul li:hover {
    background: transparent;
}
.header4 header .button-login .btn-default {
    background: #00b7f1;
    width: 170px;
    margin: 22px 0 0px;
}
.header4 #menu,
.header4 #menu1 {
    background: transparent;
    margin: 22px 0 0 0;
}
.header4 #menu .nav > li,
.header4 #menu1 .nav > li {
    margin: 0;
}
.header4 #menu .nav > li > a,
.header4 #menu1 .nav > li > a {
    border-bottom: 0px solid transparent;
    font-size: 14px;
    color: #000;
    padding: 19px 15px 21px;
}
.header4 #menu .nav > li > a:hover,
.header4 #menu1 .nav > li > a:hover {
    border-bottom: 0px solid transparent;
    color: #fff;
    background: #00b7f1;
}
.header4 #menu .dropdown-menu li a:hover,
.header4 #menu1 .dropdown-menu li a:hover {
    color: #00b7f1;
}
.header4 #menu .navbar-nav,
.header4 #menu1 .navbar-nav {
    text-align: left !important;
}
.header4 .slideshow img {
    min-height: auto;
}
.header4 .slideshow .owl-dots {
    right: 0;
    left: 0;
    bottom: 17px;
    top: auto;
    text-align: center;
}
.header4 .slideshow .owl-dots .owl-dot {
    padding: 4px 7px;
    display: inline-block;
}
.header4 .slideshow .owl-dots .owl-dot.active span {
    border: 4px solid #00b7f1;
}
.header4 .slide {
    margin: 26px 0 28px;
}
.header4 .slide-detail form {
    background: transparent;
    padding: 0 30px;
}
.header4 .slide-detail form h2,
.header4 .slide-detail form label {
    color: #fff;
}
.header4 .slide-detail form input,
.header4 .slide-detail form .btn,
.header4 .slide-detail form .form-control {
    border: 0px solid rgba(128, 128, 130, 0.77);
    color: #fff !important;
}
.header4 .slide-detail form .calender,
.header4 .slide-detail form .btn i,
.header4 .slide-detail form .btn-primary {
    background: #00b7f1;
}
.header4 .slide-detail form .btn i {
    padding: 10.5px 10px;
}
.header4 .slide-detail form .btn-primary {
    margin-top: 32px;
}
.header4 .placetop {
    margin: 50px 0 0;
}
.header4 .placetop hr {
    border-top: 1px solid #e5e5e5;
    width: 98%;
    margin-bottom: 0;
    margin-top: 0;
}
.header4 .places h1 {
    margin: 0 50px 30px 0;
    text-align: left;
    text-transform: capitalize;
}
.header4 .places hr {
    border-color: #00b7f1;
    border-width: 3px;
    margin: 25px 0 50px;
    width: 100px;
}
.header4 .places .bor {
    border-bottom: 3px dotted #00b7f1;
    margin: -53px 0 50px;
    width: 132px;
}
.header4 .places p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.header4 .places p:after {
    display: none;
}
.header4 .product-thumb {
    margin-bottom: 50px;
}
.header4 .product-thumb:hover {
    box-shadow: 0px 0px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.header4 .product-thumb .caption .inner {
    padding: 15px 12px;
    border-bottom: 0;
}
.header4 .product-thumb .caption .inner h4 {
    margin: 0 0 12px;
}
.header4 .product-thumb .caption .inner p {
    margin: 0;
    font-size: 13px;

    color: #01b7f2;
}
.header4 .deal .owl-nav div {
    opacity: 1 !important;
}
.header4 .deal .owl-prev {
    left: 92% !important;
    position: absolute;
    top: -14% !important;
}
.header4 .deal .owl-next {
    right: 15px !important;
    position: absolute;
    top: -14% !important;
}
.header4 .deal .owl-prev .fa,
.header4 .deal .owl-next .fa {
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #e5e5e5;
    padding: 5px 13px;
    border-radius: 0;
}
.header4 .deal .owl-prev .fa:hover,
.header4 .deal .owl-next .fa:hover {
    background: #00b7f1;
    border: 1px solid #00b7f1;
    color: #fff;
}
.test1 {
    background: #f7f8fa;
    padding: 50px 0;
}
.test .box {
    background: #fff;
    border: 1px solid #e2e2e4;
    padding: 32px 23px 28px;
    margin-bottom: 50px;
    text-align: center;
}
.test .box img {
    margin: 0 auto;
    margin-bottom: 22px;
    width: auto !important;
}
.test .box .caption h4 {
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 14px;
}
.test .box .caption i {
    color: #f9953d;
    font-size: 13px;
}
.test .box .caption p {
    font-size: 13px;
    line-height: 24px;

    color: #000000;
    margin: 0px;
}
.test .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0px 9px;
    display: inline-block;
}
.test .owl-dots {
    top: 2px;
    text-align: center;
}
.test .owl-dots .owl-dot span {
    background: #cccccc;
    border: 4px solid #ccc;
    height: 10px;
    width: 10px;
    box-shadow: none;
    border-radius: 20px;
    display: block;
}
.test .owl-dots .owl-dot.active span {
    background: #fff;
    border: 4px solid #0486d2;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    display: block;
}
.booking .product-thumb .image h2 {
    color: #fff;
    font-size: 24px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
}
.booking .product-thumb:hover {
    box-shadow: none;
}
.booking .product-thumb:hover .hoverbox {
    opacity: 0;
}
.booking .product-thumb .caption .inner:hover .hoverbox {
    opacity: 1;
}
.booking .product-thumb .caption .inner {
    padding: 24px 10px;
    min-height: 108px;
    border-bottom: 1px solid #e5e5e5;
}
.booking .product-thumb .caption .inner:last-child {
    border-bottom: 0px solid #e5e5e5;
}
.booking .product-thumb .caption .inner h4 {
    font-size: 14px;
}
.booking .product-thumb .caption .inner p {
    font-size: 13px;
    color: #000;
}
.booking .product-thumb .caption .inner h6 {
    font-size: 13px;
    color: #000;

    margin: 0;
}
.booking .product-thumb .caption .inner h6 span {
    font-size: 18px;
    color: #f9953d;
    font-weight: 700;
    margin: 0;
}
.booking .product-thumb .caption .image {
    float: left;
    margin-right: 11px;
}
.booking .product-thumb .caption .inner img {
    margin-right: 0;
}
.booking .product-thumb .image .hoverbox {
    background: rgba(0, 0, 0, 0.6);
}
.booking .product-thumb .hoverbox .icon_plus {
    font-size: 30px;
    top: 28%;
}
.logo {
    background: #f7f8fa;
    padding: 50px 0;
}
.logo ul {
    margin: 0;
}
.logo ul li {
    width: 16.2%;
    display: inline-block;
}
.logo ul li img {
    margin: 0 auto;
}
.header4 footer .powered p span,
.header4 footer .powered .social-icon ul li a:hover {
    color: #00b7f1;
}
.header4 footer h3 {
    font-size: 20px;
    font-weight: 400;
    color: #00b7f1;
    text-align: left;
    margin: 25px 0 33px;
}
.header4 footer .logos {
    margin-right: 40px;
}
.header4 footer .subs {
    width: 26%;
    margin-right: 20px;
}
.header4 footer .info {
    width: 17%;
    max-width: 17%;
    margin-right: 20px;
}
.header4 .footersrch p {
    margin: 0 0 22px;
}
.header4 .footersrch .btn-default {
    background-color: #00b7f1;
    position: absolute;
    right: 0;
}
.header4 footer .info ul li {
    width: 100%;
    padding: 0 0 10px;
}
.header4 footer .info ul li a:hover {
    color: #00b7f1;
    padding: 0 10px;
}
.header4 .help p {
    font-size: 20px;
    color: #fff;
}
.header4 .help span {
    font-size: 12px;
    color: #fff;
}
.bread-crumb {
    /* background:url("../images/kerala-tourisam-attractions.jpg") no-repeat; */
    height: 110px;
    padding-top: 30px;
    text-align: center;
    box-shadow: 0px 0px 7px 0 hsla(0, 0%, 0%, 0.2);
    background-position: center;
}
.bread-crumb h2 {
    color: #fff;
    /* margin:0 0 5px; */
    text-transform: uppercase;
    font-size: 30px;
}
.bread-crumb li:last-child:after {
    content: "";
}
.bread-crumb li {
    padding: 0px;
    text-transform: uppercase;

    display: inline-block;
}
.bread-crumb li:after {
    content: "";
    padding: 0 0px 0 5px;
}
.bread-crumb li a {
    color: #0486d2;
}
.bread-crumb li:first-child a {
    color: #000;
}
.faq {
    margin-top: 70px;
    margin-bottom: 80px;
}
.faq > .row {
    display: block;
}
.faq .panel-default > .panel-heading {
    background: #fff;
    color: #000;
    min-height: 48px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: none;
    padding: 15px;
}
.faq .panel-default > .panel-heading a {
    color: #000;
}
.faq .panel-default.active .panel-heading {
    background: #0486d2;
    color: #fff;
}
.faq .panel-default.active .panel-heading a {
    color: #fff;
}
.faq .panel .panel-collapse {
    background: #f7f7f7;
    padding: 30px;
    line-height: 30px;
}
.faq .panel .panel-heading .fa {
    background: #0486d2;
    color: #fff;
    margin-top: -15px;
    padding: 16px 15px;
    position: absolute;
    right: 15px;
    top: auto;
}
.faq .answer span:hover {
    background: #0486d2;
}
.faq .panel-title {
    margin: 0;
    font-size: 16px;
}
.faq .form-group .btn-block {
    background: #0486d2;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 0px;
    min-height: 40px;
}
.faq .form-group .form-control {
    border-radius: 0px;
    margin-bottom: 30px;
}
.faq .answer span {
    background: #b9b3b3;
    color: #fff;
    padding: 8px 20px;
    margin-left: 10px;
    cursor: pointer;
}
.faq .form-control::-moz-placeholder {
    color: #b9b3b3;
    text-transform: uppercase;
}
.faq .answer {
    background: #fff;
    margin: 50px 0;
    min-height: 67px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    color: #b9b3b3;
}
.faq .panel {
    margin-bottom: 30px;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
}
.login {
    width: 100%;
    height: 990px;
}
.leftside {
    background-image: url("../images/bg-image.jpg");
    height: 990px;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
}
.loginto {
    margin-top: 60%;
    color: #fff;
    padding: 0 40px 0 0;
}
.loginto h2 {
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding: 0 0 25px;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.loginto .donot {
    font-size: 16px;
    margin-top: 10px;
}
.loginto .donot a,
.loginto .donot .fa {
    color: #fdb714;
    text-transform: capitalize;
}
.loginto p {
    font-size: 14px;
    line-height: 24px;
}
.loginnow {
    padding: 70px 0 0 100px;
}
.loginnow p {
    margin: 0 0 20px;
}
.loginnow .places p::after {
    top: 38px;
}
.loginnow h1 {
    margin: 0 0 20px;
}
.loginnow .form-group,
.contacts .form-group {
    margin-bottom: 30px;
}
.loginnow .form-group .fa,
.contacts .form-group .fa {
    position: absolute;
    left: auto;
    padding: 11px 12px;
    color: #cbcbcb;
}
.loginnow .form-group .eye {
    right: 20px;
}
.loginnow .form-control::-moz-placeholder,
.contacts .form-control::-moz-placeholder {
    color: #ccc;
}
.loginnow .form-control,
.contacts .form-control {
    height: 36px;
    border-radius: 0px;
    padding-left: 30px;
    color: #ccc;
    font-size: 14px;

    text-transform: uppercase;
}
.loginnow .links a,
.loginnow .links {
    color: #000;
    font-size: 16px;
}
.loginnow .links input {
    margin: 0 5px 0 0;
}
.loginnow .btn-primary,
.contacts .btn-primary {
    background: #0486d2;
    color: #fff;
    height: 38px;
    border-radius: 0px;
    margin: 50px 0 25px;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
}
.loginnow .or {
    text-align: center;
    text-transform: capitalize;
}
.loginnow .or span {
    background: #fff;
    padding: 0 8px;
    color: #000;
}
.loginnow .or hr {
    margin: -10px 0 30px;
}
.loginnow ul {
    margin: 0;
    text-align: center;
}
.loginnow ul li {
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 10px 0;
}
.loginnow ul li i {
    margin-right: 15px;
}
.loginnow ul li .fb {
    color: #4e71a7;
}
.loginnow ul li .tw {
    color: #1cb8eb;
}
.loginnow ul li .gp {
    color: #e44120;
}
.loginnow ul li:first-child {
    border-color: #4e71a7;
}
.loginnow ul li:nth-child(2) {
    border-color: #1cb8eb;
}
.loginnow ul li:last-child {
    border-color: #e44120;
}
.loginnow ul li:hover .fb,
.loginnow ul li:hover .tw,
.loginnow ul li:hover .gp {
    color: #fff;
}
.loginnow ul li:first-child:hover {
    background: #4e71a7;
}
.loginnow ul li:nth-child(2):hover {
    background: #1cb8eb;
}
.loginnow ul li:last-child:hover {
    background: #e44120;
}
.contacts .places p {
    line-height: 24px;
    color: #000000;
    margin: 0 0 50px;
}
.contacts .places p:after,
.about .places p:after {
    display: none;
}
.contacts .places h1,
.about .places h1 {
    position: relative;
}
.contacts .places h1:after,
.about .places h1:after {
    border-top: 5px solid #0486d2;
    position: absolute;
    left: 0;
    top: 42px;
    content: "";
    width: 70px;
    margin: 0 auto;
    right: 0;
}
.contacts .places hr {
    margin-bottom: 23px;
}
.contacts .form-control {
    font-family: "Montserrat", sans-serif;
    height: 42px;
}
.contacts .form-group .fa {
    padding: 14px 12px;
}
.contacts .form-group textarea {
    height: 150px;
}
.contacts .btn-primary {
    margin: 20px 0 50px;
    height: 44px;
}
.contacts .btn-primary .fa {
    position: relative;
    padding: 0 20px 0 0;
    color: #fff;
}
.contacts .matter i {
    float: left;
    background: #0486d2;
    border: 1px solid #0486d2;
    padding: 47px 38px;
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
}
.contacts .matter .caption {
    border: 1px solid #e5e5e5;
    border-left: 0;
}
.contacts .matter h3 {
    color: #000;
    font-size: 18px;
    margin: 17px 0 24px;
    text-transform: uppercase;
}
.contacts .matter p {
    color: #000;
    font-size: 14px;
    margin: 17px 0 24px;
}
.about .bg {
    position: relative;
}
.about .bg img {
    height: 372px;
    width: 100%;
}
.about .bg .places {
    position: absolute;
    bottom: 50px;
}
.about .bg .places h1,
.about .bg .places p {
    color: #fff;
}
.about .matter {
    text-align: center;
}
.about .matter .imgs {
    height: 66px;
}
.about .matter img {
    margin: 0 auto;
}
.about .matter h1 {
    font-size: 18px;
    color: #000;
    margin: 28px 0 32px;
}
.about .matter p {
    color: #000;
    font-size: 14px;
    line-height: 24px;

    margin: 0 0 34px;
}
.about .matter a {
    color: #000;
    font-size: 12px;
    border: 1px solid #dcdadb;
    padding: 14px 19px;
}
.about .matter i {
    margin: 0 0 0 7px;
}
.about .matter:hover a {
    background: #0486d2;
    border: 1px solid #0486d2;
    color: #fff;
}
.about .testimonail {
    background: transparent;
    margin-bottom: 30px;
}
.about .expert {
    background: #f7f8fa;
    padding: 80px 0 50px;
}
.about .expert .product-thumb:hover .sidebar {
    opacity: 1;
}
.about .expert .product-thumb .sidebar {
    opacity: 0;
}
.about .expert .product-thumb .image .hoverbox {
    background: rgba(4, 4, 4, 0.6);
}
.about .product-thumb .caption {
    border: 0;
    background: #fff;
    text-align: center;
    border-radius: 0 0 8px 8px;
}
.about .product-thumb .caption h4 {
    font-size: 18px;
    padding: 30px 0 12px;
    margin: 0;
    color: #000;
    line-height: 12px;
    text-transform: uppercase;
}
.about .product-thumb .caption p {
    font-size: 16px;
    padding: 0 0 30px;
    margin: 0;
    color: #000;
    line-height: 12px;
}
.sidebar {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 99999;
}
.sidebar ul {
    margin: 0;
}
.sidebar li {
    margin-bottom: 10px;
}
.sidebar li button {
    width: 50px;
    height: 37px;
    border-radius: 0;
    text-align: center;
    padding: 7px 15px;
    color: #fff;
    font-size: 20px;
    border: none;
}
.sidebar li:last-child {
    margin-bottom: 0;
}
.sidebar li:first-child button {
    background: #4e71a7;
}
.sidebar li:nth-child(2) button {
    background: #1cb8eb;
}
.sidebar li:nth-child(3) button {
    background: #e44120;
}
.sidebar li:nth-child(4) button {
    background: #3e729a;
}
.sidebar li:last-child button {
    background: #cb2028;
}
.sidebar .fb,
.sidebar .tw,
.sidebar .go,
.sidebar .inst,
.sidebar .pint {
    left: 0px;
    position: absolute;
    min-width: 122px;
    z-index: 1000;
    top: 0;
    bottom: 0px;
    background-color: #4e71a7;
    height: 37px;
    padding: 10px 12px;
    display: none;
}
.sidebar .fb a,
.sidebar .tw a,
.sidebar .go a,
.sidebar .inst a,
.sidebar .pint a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.sidebar .fb i,
.sidebar .tw i,
.sidebar .go i,
.sidebar .inst i,
.sidebar .pint i {
    margin: 0 0 0 10px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.sidebar .tw {
    top: 21%;
    background-color: #1cb8eb;
}
.sidebar .go {
    top: 41.6%;
    background: #e44120;
}
.sidebar .inst {
    top: 62.2%;
    background: #3e729a;
}
.sidebar .pint {
    background: #cb2028;
    top: 83.5%;
}
.about .guide {
    background: transparent;
    padding: 80px 0 30px;
}
.about .guide .product-thumb {
    margin-bottom: 50px;
}
.about .guide .product-thumb .caption {
    border: 1px solid #e5e5e5;
}
.error {
    position: relative;
}
.error img {
    width: 100%;
    height: 1000px;
}
.error .matter {
    position: absolute;
    bottom: 244px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.error .matter h2 {
    font-size: 200px;
    font-weight: 700;
    color: #000;
    margin: 0 0 50px;
}
.error .matter p {
    font-size: 36px;
    color: #000;
    margin: 0 0 50px;
}
.error .matter span {
    font-size: 24px;
    color: #666;
    font-weight: 700;
    line-height: 36px;
}
.error .search {
    background: none;
    border: 1px solid #0486d2;
    border-radius: 0;
    position: relative;
    width: 32%;
    margin: 50px auto;
}
.error .search input {
    font-size: 20px;
    height: 50px;
    background: none;
}
.error .search .btn {
    background: none;
}
.error .search .btn i {
    color: #0486d2;
}
.error .btn-primary {
    background: #0486d2;
    color: #fff;
    border: 1px solid #0486d2;
    margin-top: 0px;
    padding: 13px 26px;
    line-height: 13px;
}
.error .btn-primary i {
    margin-right: 12px;
}
.gallery1 ul {
    margin: 0 0 50px 0;
}
.gallery1 ul li {
    padding: 0;
    vertical-align: top;
    display: inline-block;
}
.gallery1 .product-thumb {
    margin-bottom: 0px;
}
.padd5 {
    padding: 0 5px;
}
.gallery1 li img {
    vertical-align: top;
}
.gallery1 li:nth-child(1) img {
    width: 570px;
    height: 284px;
}
.gallery1 li:nth-child(2) img {
    width: 565px;
    height: 384px;
}
.gallery1 li:nth-child(3) img {
    width: 280px;
    height: 584px;
    margin: -91px 0 0 0;
}
.gallery1 li:nth-child(4) img {
    width: 283px;
    height: 385px;
    margin: -91px 0 0 0;
}
.gallery1 li:nth-child(5),
.gallery1 li:nth-child(6) {
    margin: 8px 0 0 0;
}
.gallery1 li:nth-child(5) img {
    width: 190px;
    height: 285px;
}
.gallery1 li:nth-child(6) img {
    width: 374px;
    height: 285px;
}
.gallery1 li:nth-child(7) {
    margin: -188px 0 0 25%;
}
.gallery1 li:nth-child(8) {
    margin: -188px 0 0 0;
    float: right;
}
.gallery1 li:nth-child(7) img {
    width: 565px;
    height: 187px;
}
.gallery1 li:nth-child(8) img {
    width: 284px;
    height: 187px;
}
.gallery1 .product-thumb .image .show {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}
.gallery1 .product-thumb .image .show p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
}
.gallery1 .product-thumb .image .show i {
    font-size: 48px;
    color: #fff;
    margin-bottom: 35px;
}
.gallery1 .text-center img {
    margin: 0 auto;
}
.left-box {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 28px 26px;
    margin-bottom: 30px;
}
.left-box h6 {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 16px;
    color: #000;
}
.left-box .search {
    border-radius: 0px;
}
.left-box .search input {
    height: 35px;
    color: #ccc;
}
.left-box .search .btn {
    background: transparent;
    padding: 5px 10px;
}
.left-box .search .btn i {
    color: #000;
}
.left-box .about p {
    font-size: 12px;

    color: #000;
    margin: 0;
    line-height: 24px;
}
.left-box .about p a {
    font-family: "Montserrat", sans-serif;
    color: #0486d2;
    float: right;
}
.left-box .last ul,
.left-box .talk ul .left-box .last1 ul {
    margin: 0;
}
.left-box .last ul li:first-child,
.left-box .last1 ul li:first-child {
    padding: 0 0 30px;
}
.left-box .last ul li:last-child,
.left-box .last1 ul li:last-child {
    padding: 30px 0 0px;
    border: 0;
}
.left-box .last ul li,
.left-box .last1 ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
}
.left-box .last .product-thumb,
.left-box .last1 .product-thumb {
    margin-bottom: 0px;
    min-height: 60px;
}
.left-box .last .product-thumb .image,
.left-box .last1 .product-thumb .image {
    /* float: left; */
    margin-right: 0px;
}
.left-box .last .product-thumb .hoverbox .icon_plus,
.left-box .last1 .product-thumb .hoverbox .icon_plus {
    font-size: 32px;
    top: 28%;
}
.left-box .last .product-thumb .caption,
.left-box .last1 .product-thumb .caption {
    border: 0px solid #e5e5e5;
}
.left-box .last .product-thumb .caption h4,
.left-box .last1 .product-thumb .caption h4 {
    margin: 0 0 13px;
    font-size: 14px;
    color: #000;
}
.left-box .last .product-thumb .caption p,
.left-box .last1 .product-thumb .caption p {
    margin: 0;
    font-size: 11px;
    color: #000;
}
.left-box .last .product-thumb .caption p span {
    font-family: "Montserrat", sans-serif;
    color: #0486d2;
    margin: 0 0 0 8px;
}
.left-box .last1 .product-thumb .caption h4 {
    margin: 7px 0 7px;
}
.left-box .last1 .product-thumb .caption i {
    color: #fa9640;
}
.left-box .last1 .product-thumb .caption p {
    margin: 4px 0 0 0;
}
.left-box .talk ul li i {
    float: left;
    margin-right: 8px;
    border: 1px solid #e4e4e4;
    padding: 7px;
    border-radius: 50%;
    color: #0486d2;
    font-size: 16px;
}
.left-box .talk ul li:hover i {
    background: #0486d2;
    border: 1px solid #0486d2;
    color: #ffffff;
}
.left-box .talk ul li:nth-child(2) {
    padding: 30px 0;
}
.left-box .talk ul li h4 {
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
}
.left-box .talk ul li p {
    margin: 0;
    font-size: 13px;
    color: #000;
}
.left-box .book .nav-tabs {
    border: none;
    margin: 0;
}
.left-box .book .nav-tabs > li {
    padding: 0 26px 24px 0;
    display: inline-flex;
}
.left-box .book .nav-tabs > li:nth-child(3) {
    padding: 0 0px 24px 0;
}
.left-box .book .nav-tabs > li > a {
    border: 0px solid #eaeaea;
    font-size: 13px;
    color: #000;
    line-height: 14px;
    margin: 0 !important;
    text-transform: capitalize;
    background: transparent;
    padding: 0;
}
.prettycheckbox > a {
    background: rgba(0, 0, 0, 0) url("../images/uncheck.png") no-repeat scroll 0
        0 !important;
    width: 10px !important;
    height: 16px !important;
    margin-right: 5px !important;
    top: 0 !important;
}
.prettycheckbox > a.checked {
    background: url("../images/check.png") no-repeat !important;
    border: none;
}
.left-box .book .tab-content .form-group {
    margin: 0 0 30px;
}
.left-box .book .tab-content h2 {
    font-size: 13px;
    color: #000;
    margin: 0 0 29px;
}
.left-box .book .tab-content label {
    font-size: 10px;
    color: #000000;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.left-box .book .tab-content input,
.left-box .book .tab-content .btn {
    border-radius: 0 !important;
    border: 1px solid #f4f4f4;
    font-size: 11px;
    color: #bab5b5;
    height: 37px;
}
.left-box .book .tab-content .date {
    position: relative;
}
.left-box .book .tab-content .calender {
    background: #bbb5b5;
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
}
.left-box .book .tab-content .btn i {
    background: #bbb5b5;
    color: #fff;
    padding: 9px 7px;
    font-size: 18px;
}
.left-box .book .tab-content .calender:hover i,
.left-box .book .tab-content .btn:hover i {
    background: #0486d2;
}
.left-box .book .tab-content .btn {
    padding: 0;
}
.left-box .book .tab-content .btn span {
    padding: 10px 5px;
}
.left-box .book .tab-content .btn i {
    position: absolute;
    right: 0;
}
.left-box .book .tab-content .btn-primary {
    background: #0486d2;
    color: #fff;
    font-weight: 700;
    width: 177px;
    height: 40px;
    border: none;
    margin-top: 0px;
}
.left-box .who .panel-group {
    margin-bottom: 0px;
}
.left-box .who .panel {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none !important;
}
.left-box .who .panel-group .active .panel-heading {
    background: #0486d2;
    border: 0;
}
.left-box .who .panel-group .active .panel-title {
    color: #fff;
}
.left-box .who .panel-default > .panel-heading {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px 15px;
}
.left-box .who .panel-title {
    margin: 0;
    font-size: 14px;
    color: #000;
}
.panel-body {
    padding: 15px;
}
.left-box .who .panel-heading a {
    text-decoration: none;
}
.left-box .who .panel-title .fa {
    float: right;
}
.left-box .who .panel-group .panel + .panel {
    margin-top: 2px;
}
.left-box .who .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px;
    background: #fff;
    margin-bottom: 3px;
}
.left-box .who .panel-body p a {
    font-size: 14px;

    color: #000000;
    margin: 0;
    line-height: 24px;
}
.left-box .price-filter {
    position: relative;
    min-height: 86px;
    padding-top: 40px;
}
.left-box .min {
    left: 0;
}
.left-box .max {
    right: 0;
}
.left-box .min,
.left-box .max {
    position: absolute;
    color: #999;
    top: 70px;
    font-size: 12px;
}
.left-box .slider-handle {
    background: #0486d2;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    padding: 2px 1px;
    position: absolute;
    top: 36px;
    left: 49%;
    border: 1px solid #fff;
}
.left-box .slider-handle:before {
    content: "$400";

    color: #fff;
    font-size: 9px;
    padding-left: 5px;
    background: #000;
    position: absolute;
    top: -36px;
    padding: 6px 8px;
    border-radius: 4px;
}
.left-box .slider-handle:after {
    border-bottom: 4px transparent dashed;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    left: 46%;
    top: -13px;
    text-align: center;
    display: block;
    content: "";
}
.left-box .price-range {
    border: 8px solid #e6e2e1;
    height: 8px;
}
.left-box .price-range .bg {
    margin-left: -8px;
    margin-top: -7px;
    width: 60%;
    height: 15px;
    background: #0486d2;
}
.left-box .rating .prettycheckbox > a {
    top: 5px !important;
    border: none;
}
.left-box .rating ul {
    margin: 0;
}
.left-box .rating ul li {
    padding: 0 0 5px;
}
.left-box .rating ul li:last-child {
    padding: 0 0 0px;
}
.left-box .rating ul li i {
    color: #fa983f;
    padding: 0 5px;
    font-size: 16px;
}
.left-image img {
    width: 100%;
}
.ourblog .product-thumb .caption {
    background: #fbfbfb;
    padding: 10px 9px 0;
}
.ourblog .product-thumb .caption .admin {
    border: 1px solid #e3e3e3;
    min-height: 44px;
    padding: 12px 19px;
    background: #fff;
}
.ourblog .product-thumb .caption .admin p {
    float: left;
    margin: 0;
    font-size: 11px;
    color: #000;
}
.ourblog .product-thumb .caption .admin p span {
    color: #0486d2;
}
.ourblog .product-thumb .caption .admin li {
    float: left;
    padding: 0 15px;
}
.ourblog .product-thumb .caption .admin li:last-child {
    padding: 0 0px 0 15px;
}
.ourblog .product-thumb .caption .admin li a {
    font-size: 11px;
    color: #000;
}
.ourblog .product-thumb .caption .admin li a i {
    font-size: 14px;
    margin-right: 6px;
}
.ourblog .product-thumb .caption h4 {
    font-size: 18px;
    color: #000;
    margin: 21px;
}
.ourblog .product-thumb .caption p {
    font-size: 14px;
    line-height: 24px;

    margin: 21px 21px 30px;
    color: #000;
}
.ourblog .product-thumb .caption .des1 {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;

    padding: 30px 19px;
    color: #000;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 0;
}
.ourblog .product-thumb .caption .des1 .fa-quote-left {
    margin-right: 6px;
}
.ourblog .product-thumb .caption .des1 .fa-quote-right {
    margin-left: 9px;
}
.ourblog .product-thumb .caption .des1 i {
    color: #0486d2;
}
.ourblog .product-thumb .caption .tag {
    min-height: 22px;
    margin: 0 19px 30px;
}
.ourblog .product-thumb .caption .tag ul {
    margin: 0;
}
.ourblog .product-thumb .caption .tag ul li span {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
.ourblog .product-thumb .caption .tag ul li:first-child {
    padding: 0 6px 0 0;
}
.ourblog .product-thumb .caption .tag ul li {
    font-size: 14px;

    color: #666;
    padding: 0;
    display: inline-block;
}
.ourblog .product-thumb .caption .tag ul li a {
    color: #666;
    margin-right: 28px;
}
.ourblog .product-thumb .caption .tag ul li:last-child a {
    margin-right: 0px;
}
.ourblog .product-thumb .caption .tag ul li a:hover {
    color: #0486d2;
}
.ourblog .owl-nav,
#related-pro .owl-nav,
#booking-pro .owl-nav {
    min-height: 40px;
}
.ourblog .owl-nav div,
#related-pro .owl-nav div,
#booking-pro .owl-nav div {
    opacity: 1 !important;
}
.ourblog .owl-nav .owl-prev,
.ourblog .owl-nav .owl-next,
#related-pro .owl-nav .owl-prev,
#booking-pro .owl-nav .owl-prev,
#related-pro .owl-nav .owl-next,
#booking-pro .owl-nav .owl-next {
    top: auto;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 12px 32px;
    font-size: 15px;
    line-height: 14px;
    color: #000;
}
.ourblog .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
}
#related-pro .owl-nav .owl-prev {
    left: 15px;
    position: absolute;
}
#booking-pro .owl-nav .owl-prev {
    /* left: 15px; */
    position: absolute;
}
.ourblog .owl-nav .owl-next {
    right: 0px;
    position: absolute;
}
#related-pro .owl-nav .owl-next {
    right: 15px;
    position: absolute;
}
#booking-pro .owl-nav .owl-next {
    right: 1px;
    position: absolute;
}
.ourblog .owl-nav .owl-prev:hover,
.ourblog .owl-nav .owl-next:hover,
#related-pro .owl-nav .owl-prev:hover,
#related-pro .owl-nav .owl-next:hover,
#booking-pro .owl-nav .owl-prev:hover,
#booking-pro .owl-nav .owl-next:hover {
    color: #fff;
    background: #0486d2;
    border: 1px solid #0486d2;
}
.ourblog .post {
    margin: 30px 0;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 29px 29px 0;
}
.ourblog .post h1 {
    margin: 0 0 30px;
    font-size: 16px;
    color: #000;
}
.ourblog .post ul {
    margin: 0;
}
.ourblog .post ul li {
    padding: 0;
    width: 19.5%;
    display: inline-block;
}
.ourblog .post .product-thumb .hoverbox .icon_plus {
    font-size: 70px;
    top: 26%;
}
.ourblog .post .product-thumb .caption {
    background: #fff;
    padding: 0;
}
.ourblog .post .product-thumb .caption h4 {
    font-size: 12px;
    text-align: center;
    color: #000;
    padding: 13px 0 12px;
    margin: 0;
}
.ourblog .comment {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 29px;
}
.ourblog .comment h3 {
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 30px;
    color: #000;
}
.ourblog .comment ul {
    margin: 0;
}
.ourblog .comment ul li {
    padding: 0 0 50px;
}
.ourblog .comment ul li:nth-child(2) {
    padding: 0 0 50px 70px;
}
.ourblog .comment ul li img {
    float: left;
    margin-right: 30px;
}
.ourblog .comment ul li p {
    font-size: 14px;

    margin: 0;
    color: #515151;
    line-height: 24px;
    min-height: 70px;
}
.ourblog .comment ul li p a {
    font-size: 12px;
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-transform: uppercase;
}
.ourblog .comment ul li p a:hover {
    color: #fcb712;
}
.ourblog .comment hr {
    margin: 30px 0 80px;
}
.ourblog .comment h1 {
    font-size: 16px;
    margin: 0 0 20px;
    color: #000;
}
.ourblog .comment p {
    font-size: 12px;

    margin: 0 0 30px;
    color: #000;
}
.ourblog .comment .form-group {
    margin-bottom: 0;
}
.ourblog .comment input,
.ourblog .comment textarea {
    font-size: 11px;

    margin: 0 0 30px;
    color: #ccc;
    border-radius: 0;
    font-style: italic;
    height: 37px;
}
.ourblog .comment textarea {
    height: 162px;
}
.ourblog .comment .btn-primary {
    margin-top: 0px;
    padding: 14px 27px;
    border-radius: 0;
}
.ourblog .comment .btn-primary:hover,
.ourblog .comment .btn-primary:active:hover,
.ourblog .comment .btn-primary:focus,
.ourblog .comment .btn-primary:active:focus {
    background: #0486d2;
    color: #fff;
    border: 1px solid transparent;
}
.mainpage .product-thumb .caption .inner {
    padding: 20px 12px;
}
.pagination {
    margin: 20px 0 0 0;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    padding: 8px 32px;
    border-radius: 0;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    font-size: 15px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: #0486d2;
    color: #fff;
    border-color: #0486d2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0486d2;
    border-color: #0486d2;
}
.pagination > li:last-child > a {
    margin-right: 0px;
}
.topplaces .sort {
    margin-bottom: 55px;
}
.topplaces .mainpage .product-thumb .caption .inner {
    padding: 32px 10px;
}
.topplaces .mainpage .product-list .product-thumb .caption .inner {
    padding: 23px 10px;
}
.topplaces .pagination {
    margin: 0px 0 0 0;
}
.sort {
    margin-bottom: 35px;
}
.sort .form-group label {
    font-size: 14px;
    color: #000;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 30px;
}
.sort .form-group {
    width: 100%;
}
.sort .form-group .bootstrap-select {
    height: 37px;
}
.sort .bootstrap-select .btn-default {
    background-color: #fbfbfb;
    background-image: linear-gradient(to bottom, #fbfbfb, #fbfbfb);
    background-repeat: repeat-x;

    border-color: #e5e5e5;
    border-radius: 0 !important;
    color: #b7b5b6;
    height: 37px;
}
.sort .bootstrap-select .btn-default i {
    background: #bbb5b5;
    border: 1px solid #bbb5b5;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    font-size: 15px;
    color: #fff;
}
.sort .bootstrap-select .btn-default:hover i {
    background: #0486d2;
    border: 1px solid #0486d2;
}
.sort .bootstrap-select .dropdown-menu li > a:hover {
    text-decoration: none;
    color: #0486d2;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
}
.sort .list .btn-default {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #bbb5b5;
    margin: 0 30px 0 0;
    box-shadow: none;
    padding: 8px 11px;
}
.sort .list .btn-default:last-child {
    margin: 0 0px 0 0;
}
.sort .list .btn-default i {
    font-size: 18px;
}
.sort .list .btn-default:hover,
.sort .list .btn-default.active {
    color: #0486d2;
}
.product-list .product-thumb .image {
    float: left;
}
.product-list .product-thumb .image img {
    width: 270px;
    height: 230px;
}
.product-list .product-thumb .caption {
    border-top: 1px solid #e5e5e5;
    margin-left: 270px;
    min-height: 230px;
}
.product-list .product-thumb .caption .inner {
    padding: 23px 15px;
    width: 68%;
    float: left;
    border: 0;
}
.product-list .product-thumb .caption .matter p {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.product-list .product-thumb .caption .matter span {
    position: absolute;
    right: 18px;
    top: 40px;
    font-size: 20px;
    color: #0486d2;
}
.product-list .product-thumb .caption .text-left {
    float: right;
    padding: 40px 25px;
    border-left: 1px solid #e5e5e5;
}
.product-list .product-thumb .caption button {
    width: auto;
    display: block;
    padding: 12px 20px;
    border: 1px solid #dbdbdb;
    margin-top: 30px;
}
.product-list .product-thumb .caption button:first-child {
    margin-top: 38px;
}
.product-list .product-thumb .caption button:hover {
    color: #fff;
    border: 1px solid #0486d2;
    background: #0486d2;
}
.product-grid .product-thumb .caption .matter {
    display: none;
}
.product-list .product-thumb .image .matter {
    display: none;
}
#additional {
    margin: 30px 0 !important;
    background: #fbfbfb !important;
    border: 1px solid #e5e5e5;
    /* padding:20px 60px; */
}
#additional .product-thumb {
    margin: 0;
}
#additional .owl-item {
    width: auto !important;
    margin-right: 6px;
}
#additional .owl-nav div {
    opacity: 1 !important;
}
#additional .owl-nav .owl-prev {
    left: 0;
    top: 30%;
    position: absolute;
}
#additional .owl-nav .owl-next {
    right: 0;
    top: 30%;
    position: absolute;
}
#additional .owl-nav div i {
    font-size: 26px;
    background: #bbb5b5;
    color: #fff;
    padding: 1px 11px 4px 7px;
}
#additional .owl-nav div i:hover {
    background: #0486d2;
}
.tour-detail .nav-tabs {
    border: none;
    margin: 0;
}
.tour-detail .nav-tabs > li {
    padding: 0 30px 30px 0;
    display: inline-flex;
}
.tour-detail .nav-tabs > li img {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}
.tour-detail .nav-tabs > li > a {
    border: 0px solid #eaeaea;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin: 0 !important;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}
.tour-detail .nav-tabs > li.active > a,
.tour-detail .nav-tabs > li.active > a:hover,
.tour-detail .nav-tabs > li.active > a:focus {
    color: #000;
    border: 0px solid #ddd;
}
.tour-detail .nav-tabs .prettycheckbox > a {
    margin-right: 10px;
    top: 2px !important;
}
.tour-detail .tab-pane {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    background: #fbfbfb;
    padding: 29px;
}
.tour-detail #check-availabilty .form-group,
.book-now .form-group {
    margin: 0;
}
.tour-detail #check-availabilty label,
.book-now label {
    font-size: 12px;
    color: #000000;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.tour-detail #check-availabilty input,
.book-now input,
.book-now .btn,
.tour-detail #check-availabilty .btn-default {
    border-radius: 0 !important;
    border: 1px solid #e3ebee;
    font-size: 11px;
    color: #000000;
    height: 37px;
}
.tour-detail #check-availabilty .date,
.book-now .date {
    position: relative;
}
.booknw > .row {
    margin: 0;
}
.tour-detail #check-availabilty .calender,
.book-now .calender {
    background: #bbb5b5;
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
}
.book-now .btn i,
.tour-detail #check-availabilty .btn i {
    background: #bbb5b5;
    color: #fff;
    padding: 9px 10px;
    font-size: 18px;
}
.tour-detail #check-availabilty .calender:hover i,
.book-now .calender:hover i,
.book-now .btn:hover i,
.tour-detail #check-availabilty .btn:hover i {
    background: #0486d2;
}
.tour-detail #check-availabilty .btn-primary {
    background: #0486d2;
    color: #fff;
    width: auto;
    height: 37px;
    border: none;
    margin-top: 30px;
    padding: 5px 9px;
}
.book-now .btn-primary {
    background: #0486d2;
    color: #fff;
    width: 150px;
    height: 37px;
    border: 1px solid #0486d2;
    padding: 10px 34px;
}
.book-now .mar-t {
    margin-top: 39px;
}
.tour-detail #location {
    padding: 0;
}
.tour-detail #location iframe {
    height: 230px;
}
.tour-detail #itinerary h6 {
    font-size: 16px;
    color: #000;
    margin: 0 0 25px;
}
.tour-detail #itinerary p {
    font-size: 14px;
    color: #000;
    margin: 0 0 29px;
}
.tour-detail #itinerary p:last-child {
    margin: 0;
}
.tour-detail #gallery ul {
    margin: 0;
}
.tour-detail #gallery ul li {
    padding: 0;
    display: inline-block;
    width: 19.5%;
}
.tour-detail .review img {
    float: left;
}
.tour-detail .review .caption {
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 0px 0px 30px 94px;
    padding: 14px;
}
.tour-detail .review .caption h6 {
    font-size: 16px;
    color: #000;
    margin: 0 0 9px;
}
.tour-detail .review .caption h6 span {
    font-size: 10px;
    float: right;
}
.tour-detail .review .caption i {
    color: #f9973c;
}
.tour-detail .review .caption p {
    font-size: 14px;
    color: #000;
    margin: 5px 0 10px;
}
.tour-detail #review .btn-primary {
    margin: 0;
}
.tour-detail #add-review h2 {
    font-size: 16px;
    color: #000;
    margin: 0 0 30px;
}
.tour-detail #add-review .form-group {
    margin: 0;
}
.tour-detail #add-review label {
    font-size: 10px;
    color: #000;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.tour-detail #add-review input,
.tour-detail #add-review textarea {
    border-radius: 0 !important;
    border: 1px solid #e3ebee;
    height: 37px;
    margin-bottom: 30px;
}
.tour-detail #add-review textarea {
    height: 140px;
}
.tour-detail #add-review i {
    color: #f9973c;
}
.tour-detail #add-review .btn-primary {
    margin: 0;
    border-radius: 0;
    background: #0486d2;
    padding: 14px 42px;
    border: 1px solid #0486d2;
    color: #fff;
}
.book-now .btn {
    padding: 0;
}
.book-now .btn span {
    padding: 10px 12px;
}
.book-now .btn i {
    position: absolute;
    right: 0;
}
.book-now {
    margin-bottom: 30px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 29px;
}
.book-now > .row {
    display: block;
}
.book-now h1 {
    font-size: 16px;
    margin: 0 0 24px 0;
    color: #000;
    line-height: 12px;
}
.book-now h1 span {
    float: right;
    color: #0486d2;
}
.book-now p {
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #000;
    width: 100%;
}
.book-now h5 {
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 12px;
}
.book-now hr {
    margin: 10px 0;
    border-top: 1px solid #eee;
    height: 1px;
}
.badge-primary {
    background-color: #0486d2 !important;
}
.related {
    position: relative;
}
.related h1::after {
    border-top: 5px solid #0486d2;
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    content: "";
    width: 70px;
    text-align: center;
    margin: 0 auto;
}
.booking-form {
    background: #fbfbfb;
    /* border:1px solid #E5E5E5; */
    /* padding:30px 15px; */
}
.booking-form .astro {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 30px 20px 30px 30px;
    margin-bottom: 50px;
}
.booking-form .astro img {
    float: left;
    /* margin:0 22px 25px 0; */
    width: 90px;
    height: 90px;
}
.booking-form .astro .caption {
    margin-bottom: 30px;
}
.booking-form .astro h3 {
    font-size: 16px;
    margin: 0 0 12px;
    color: #000;
}
.booking-form .astro .rate span {
    font-size: 12px;
    color: #000;
    margin-right: 32px;
}
.booking-form .astro .rate i {
    color: #fa9539;
}
.booking-form .astro .des {
    color: #000;
    font-size: 11px;
    margin: 12px 0 22px;
}
.booking-form .astro ul,
.booking-form .astro ul li p {
    margin: 0;
}
.bootstrap-select .dropdown-toggle::after {
    border: none;
}
.booking-form .astro ul li {
    /* padding:0 25px 0 0; */
    border-right: 1px solid #e5e5e5;
    color: #000;
    font-size: 13px;
    display: inline-block;
}
.booking-form .astro ul li span {
    color: #000;
    text-transform: uppercase;
}
.booking-form .astro h5 {
    color: #000;
    font-size: 14px;
    margin: 11px 0 0;
}
.booking-form .astro h5 i {
    margin-right: 7px;
}
.booking-form .astro .des1 {
    font-size: 14px;
    color: #000;
}
.booking-form .astro label {
    margin-bottom: 2px !important;
}
.booking-form .astro .radio-btn {
    margin-left: 10px;
}
.booking-form .detail {
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}
.booking-form .detail h3 {
    font-size: 16px;
    color: #000;
    margin: 30px;
}
.booking-form .detail ul,
.booking-form .detail li p {
    margin: 0;
}
.booking-form .detail ul li {
    padding: 16px 30px;
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 14px;
    line-height: 12px;
}
.booking-form .detail ul li span {
    float: right;
}
.booking-form .detail ul li h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.booking-form form h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
}
.booking-form .form-group {
    margin: 0 0 0px;
}
.booking-form .form-group label {
    font-size: 11px;
    margin: 0 0 16px;
}
.booking-form .form-group input,
.booking-form .form-group .btn {
    font-size: 13px;
    height: 37px;
    border-radius: 0;
    color: #000;
}
.booking-form .form-group .form-control {
    margin-bottom: 10px !important;
}
.booking-form .form-group .btn i {
    background: #0486d2;
    color: #fff;
    padding: 9px 10px;
    font-size: 18px;
    position: absolute;
    right: 0;
    border: 1px solid #fdb714;
    height: 37px;
}
.booking-form .form-group .btn {
    padding: 0;
}
.booking-form .form-group .btn span {
    padding: 10px 12px;
}
.booking-form hr {
    margin: 10px 0px;
}
.booking-form .confirmation label {
    font-size: 14px;
    margin: 20px 0 0 0;
}
.booking-form .confirmation label a {
    color: #0486d2;
}
.booking-form .confirmation input[type="checkbox"] {
    margin: 0 7px 0 0;
}
.booking-form .btn-primary {
    background: #0486d2;
    border: 1px solid #0486d2;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
}
.thanks,
.information,
.summary {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.thanks {
    margin-bottom: 80px;
}
.thanks h3 {
    margin: 0 0 16px;
    color: #000;
    font-size: 26px;
}
.thanks p {
    font-size: 18px;
    margin: 0;
}
.thanks .btn-primary {
    background: #0486d2;
    border: 1px solid #0486d2;
    margin: 12px 0 12px;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
}
.information h1,
.summary h1,
.summary h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 50px;
}
.information ul,
.summary ul {
    margin: 0;
}
.information ul li {
    padding: 0 0 0px;
    border-right: 1px solid #e5e5e5;
    width: 49.5%;
    display: inline-block;
}
.information ul li:last-child {
    border-right: 0;
    padding: 0 0 0 184px;
}
.information ul li p,
.summary ul li p {
    font-size: 14px;
    color: #000;
    margin: 0 0 36px;
}
.information ul li span,
.summary ul li span {
    font-size: 14px;
    color: #000;
    margin: 0 0 36px;
    display: block;
}
.information ul li p:last-child,
.information ul li span:last-child,
.summary ul li:last-child p,
.summary ul li:last-child span,
.summary ul li:nth-child(9) p,
.summary ul li:nth-child(9) span {
    margin: 0;
}
.information hr {
    margin: 50px 0 30px;
}
.information .des {
    font-size: 14px;
    color: #000;
    margin: 0 0 20px;
}
.information a {
    font-size: 14px;
    color: #0083ff;
}
.summary h1 {
    margin: 0 0 35px;
}
.summary h5 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 14px;
}
.summary .rate {
    text-align: center;
}
.summary .rate span {
    font-size: 12px;
    color: #000;
    margin-right: 28px;
}
.summary .rate i {
    color: #f7983e;
}
.summary .des {
    font-size: 11px;
    color: #000;
    text-align: center;
    margin: 15px 0 0;
}
.summary .des i {
    margin-right: 8px;
}
.summary ul li:last-child {
    border-top: 1px solid #eee;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}
.summary ul li {
    padding: 0;
    width: 100%;
    display: inline-flex;
}
.summary ul li p {
    width: 58%;
}
.summary ul li span {
    width: 40%;
}
.summary h4 {
    margin: 0 0 30px;
}
#yes-no .yes {
    background: #0486d2;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    line-height: 20px;
}
#yes-no .No {
    background: #bbb5b5;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 22px;
    line-height: 20px;
}
#yes-no ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
    color: #000;
    line-height: 30px;
}
#yes-no ul li img {
    display: inline-block;
    margin-right: 5px;
}
#yes-no ul li:last-child {
    border-bottom: none;
}
#yes-no {
    padding: 0px;
}
.product-hotels {
    border: 1px solid #e5e5e5;
    padding: 10px 0 10px 10px;
    margin-bottom: 30px;
    display: flex;
}
.product-hotels:last-child {
    margin-bottom: 0;
}
.product-hotels .hotels-detail {
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}
.product-hotels .bor {
    text-align: center;
    padding-left: 0px;
}
.product-hotels .hotels-detail h4 {
    margin: 0 0 5px;
    font-size: 14px !important;
}
.product-hotels .hotels-detail h4 a {
    color: #000;
    font-size: 16px;
    line-height: 12px;
}
.heading-box .icons {
    margin: 0;
}
.heading-box {
    min-height: 50px;
    /* margin-bottom: 10px; */
}
.hotels-detail .rate span {
    color: #000000;
    font-size: 12px;
    line-height: 12px;
}
.hotels-detail .rate i {
    color: #F9953D;
    font-size: 13px;
}
.hotels-detail p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.product-hotels .price span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.product-hotels .bor span {
    font-size: 12px;
}
.product-hotels .price {
    color: #0486d2;
    font-weight: bold;
    font-size: 16px;
}
.mainpage .hotels .product-thumb .image .matter p {
    text-align: left;
}
.mainpage .hotels .product-thumb .image .matter p i,
.mainpage .hotels .product-list .product-thumb .inner .matter p i {
    margin-right: 6px;
}
.mainpage .hotels .product-grid .des {
    display: none;
}
.mainpage .hotels .product-list .des {
    display: block;
}
.mainpage .hotels .product-thumb .image .matter p span {
    display: none;
}
.mainpage .hotels .product-list .product-thumb .inner .matter p i {
    color: #000000;
}
.mainpage .hotels .product-list .product-thumb .caption .matter p {
    margin-bottom: 20px;
}
.mainpage .product-list .product-thumb .caption .icons {
    margin: 15px 0 10px 0;
}
.mainpage .product-thumb .caption .icons {
    margin: 15px 0 0 0;
}
.hotel-check form .col-sm-5 {
    width: 23.667%;
}
.hotel-check form .col-sm-2 {
    width: 18.667%;
}
.hotel-check form .col-sm-1 {
    width: 12.667%;
}
.tour-detail .hotel-check .btn i {
    position: absolute;
    top: 0;
}
.hotel-check hr {
    margin: 30px 0;
}
.hotel-check .available h3 {
    font-size: 16px;
    margin: 0 0 30px;
    color: #000;
    text-transform: uppercase;
}
.hotel-check .product-thumb {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 9px;
}
.hotel-check .product-thumb .image {
    float: left;
    margin-right: 18px;
}
.hotel-check .product-thumb .caption {
    border: 0;
    min-height: 116px;
}
.hotel-check .product-thumb .caption .inner {
    padding: 0;
    border: 0;
    float: left;
    width: 48%;
}
.hotel-check .product-thumb .caption .inner h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.hotel-check .product-thumb .caption .inner h6 {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffb715;
    margin-bottom: 20px;
}
.hotel-check .product-thumb .caption .inner h6 span {
    color: #676767;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
}
.hotel-check .product-thumb .caption .inner .des {
    font-size: 13px;
    color: #000;
}
.hotel-check .product-thumb .caption .text-left {
    float: right;
    padding: 0 10px 0 10px;
    border-left: 1px solid #e5e5e5;
    min-height: 116px;
}
.hotel-check .product-thumb .caption .text-left p {
    font-size: 18px;
    color: #feb614;
    text-align: center;
    margin: 0 0 15px;
}
.hotel-check .product-thumb .caption .text-left p span {
    font-size: 10px;
    color: #fff;
}
.hotel-check .product-thumb .caption .text-left button:hover {
    color: #fff;
    background: #0486d2;
    border: 1px solid #0486d2;
}
.hotel-check .product-thumb .caption .text-left button {
    font-size: 12px;
    color: #000;
    padding: 10px 18px;
    border: 1px solid #e5e5e5;
}
.button-details {
    display: block;
}
.hotel-check .available .btn-primary {
    margin-top: 0 !important;
}
#amenities ul {
    margin: 0;
}
#amenities ul li {
    width: 33%;
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
}
#amenities ul li .icon img {
    margin: 0 auto;
}
#amenities ul li a {
    display: inline-flex;
}
#amenities ul li .icon {
    width: 30px;
    height: 30px;
    background: #0486d2;
    margin-right: 15px;
    padding: 5px 0;
    text-align: center;
}
#amenities ul li p {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin: 4px 0 0 0;
}
#amenities ul li .icon:hover {
    background: #bbb5b5;
}
.btn-front {
    background-color: #0486d2;
}
.placegrid .product-thumb .image .matter h2 {
    margin: 0 0 8px 14px;
}
.placegrid .product-thumb .caption .inner span {
    margin-right: 38px;
}
.placegrid .product-thumb .caption .inner h4 {
    font-size: 14px;
}
.placegrid .product-thumb .hoverbox .icon_plus {
    top: 24%;
}
.placegrid .product-thumb .caption h2,
.placegrid .product-thumb .text-center p {
    display: none;
}
.placegrid .product-list .product-thumb .caption h2,
.placegrid .product-list .product-thumb .text-center p,
.placegrid .product-list .product-thumb .image .matter {
    display: block;
}
.placegrid .product-list .product-thumb .image .matter p,
.placegrid .product-list .product-thumb .image .matter h2 {
    display: none;
}
.placegrid .product-list .product-thumb .caption .common {
    float: left;
    width: 69%;
}
.placegrid .product-list .product-thumb .caption h2 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
    margin: 0;
    text-transform: uppercase;
}
.placegrid .product-list .product-thumb .caption .text-center {
    float: right;
    padding: 56px 24px;
    border-left: 1px solid #e5e5e5;
    min-height: 230px;
}
.placegrid .product-list .product-thumb .caption .text-center p {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}
.placegrid .product-list .product-thumb .caption .text-center p span {
    font-size: 20px;
    color: #fcb913;
}
.packages .product-thumb .caption .link {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.packages .product-thumb .caption .link li {
    border-right: 1px solid #e5e5e5;
    padding: 10px 8px;
    font-size: 14px;
    color: #000;

    display: inline-block;
}
.packages .product-thumb .caption .link li:last-child {
    border-right: none;
}
.packages .product-thumb .caption .link li i {
    color: #fcb913;
    margin-right: 4px;
}
.packages .product-thumb .caption .inner ul,
.packages .product-thumb .caption .text-left p,
.packages .product-list .product-thumb .caption .link {
    display: none;
}
.packages .product-list .product-thumb .caption .inner ul,
.packages .product-list .product-thumb .caption .text-left p {
    display: block;
}
.packages .product-list .product-thumb .caption .text-left p {
    text-align: center;
    color: #fcb913;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 7%;
}
.packages .product-list .product-thumb .caption .text-left {
    padding: 29px 25px;
    min-height: 230px;
}
.packages .product-list .product-thumb .caption .inner ul li i {
    margin-right: 5px;
}
.flight-bottom img {
    margin: 0 0 5px;
    width: auto !important;
}
.flight-bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;

    font-size: 12px;
}
.flight-bottom p {
    margin: 0;
}
.take {
    border-bottom: 1px solid #e5e5e5;
}
.take .takeoff img,
.take .landing img {
    float: left;
    margin-right: 10px;
    width: auto !important;
}
.take .detail .date1 {
    color: #000;

    font-size: 11px;
    text-transform: uppercase;
}
.take .detail h5 {
    color: #000;
    margin: 0 0 5px;

    font-size: 13px;
    text-transform: uppercase;
}
.take .detail {
    margin-left: 30px;
}
.fflight {
    border-top: 1px solid #e5e5e5;
}
.take .takeoff + .landing {
    border-left: 1px solid #e5e5e5;
}
.take .takeoff,
.take .landing {
    width: 49%;
    display: inline-block;
    padding: 18px 15px;
    vertical-align: top;
}
.main-box {
    padding: 20px 15px;
    min-height: 86px;
}
.main-box p,
.main-box1 p,
.flights .product-thumb .des {
    color: #000;

    font-size: 12px;
    text-transform: uppercase;
}
.flights .product-thumb .des {
    text-transform: none;
    font-size: 14px;
}
.main-box .price {
    font-size: 18px;
    color: #fbb811;
    font-family: "Montserrat", sans-serif;
    text-align: right;
}
.main-box h2,
.main-box1 h2 {
    margin: 5px 0 5px;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.flights .product-list .main-box {
    min-height: auto;
}
.flights .product-thumb .des,
.flights .product-thumb .main-box1,
.flights .product-thumb .price1,
.flights .product-list .main-box .pull-left,
.flights .product-list .flight-bottom p {
    display: none;
}
.flights .product-list .product-thumb .des,
.flights .product-list .product-thumb .main-box1,
.flights .product-list .product-thumb .price1 {
    display: block;
}
.flights .product-list .flight-bottom img {
    width: auto !important;
    height: auto;
}
.flights .product-list .inner1 {
    width: 68%;
    float: left;
    padding: 10px;
}
.flights .product-list .take {
    border-bottom: 0;
    margin-bottom: 20px;
}
.flights .product-list .take .takeoff,
.flights .product-list .take .landing {
    padding: 10px 0 0 0;
}
.flights .product-list .take .landing {
    padding: 0 0 0 10px;
}
.flights .product-list .main-box .pull-right {
    position: absolute;
    top: 20px;
    right: 7.5%;
}
.flights .product-list .main-box .price {
    text-align: center;
}
.flights .product-list .product-thumb .caption button {
    width: 100%;
}
#restaurants .product-hotels .hotels-detail {
    padding: 0px;
}
#restaurants .product-hotels .btn-primary,
#cafes .product-hotels .btn-primary {
    margin-top: 5px;
}
#restaurants .product-hotels,
#places .product-hotels {
    padding: 10px 0 10px 0px;
}
.openat {
    color: #000;
}
#cafes .heading-box {
    /* margin-bottom: 5px; */
}
#flight-detail ul li {
    color: #000;
    line-height: 25px;
    font-size: 14px;
    padding: 5px 0;
}
#flight-detail ul li span {
    color: #000;
    font-size: 14px;
    padding: 0 5px;

    text-transform: capitalize;
}
#detail ol li {
    color: #000;
    padding: 5px 0;
}
#detail p {
    font-size: 13px;
    color: #000;
    line-height: 23px;
    margin: 0px;
}
#detail h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 10px;
}
#myModal {
    background: rgba(5, 5, 5, 0.6) none repeat scroll 0 0;
}
#myModal button.close {
    display: none;
}
#myModal .controls {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    color: #fff;
    top: 50%;
}
#myModal .controls:hover {
    background: #fdb714;
}
#myModal .previous {
    left: 0;
    padding: 5px 15px 5px 10px;
}
#myModal .next {
    right: 0;
    padding: 5px 10px 5px 15px;
}
#myModal .modal-body {
    padding: 0px;
}
#myModal .modal-body img {
    width: 100%;
}
.image {
    cursor: pointer;
}
#myModal .modal-dialog {
    max-width: 40% !important;
}

/*---------------------- 
[ shopping / .shopping ]
------------------------ */
.shopinner .places {
    bottom: 80px !important;
}
.shopinner img {
    height: 393px !important;
}
.shopinner .places p {
    margin: 0 0 50px !important;
}
.shopinner .places ul {
    margin: 0;
    text-align: center;
}
.shopinner .places ul li {
    padding: 10px 23px;
    border: 1px solid #fff;
    display: inline-block;
}
.shopinner .places ul li:hover {
    background: #0486d2;
    border: 1px solid #0486d2;
}
.shopinner .places ul li + li {
    margin-left: 20px;
}
.shopinner .places ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.shopping .bigimg {
    display: flex;
}
.shopping {
    margin: 80px 0;
}
.shopping .product-thumb {
    margin-bottom: 50px;
}
.shopping .product-thumb .image {
    border: 1px solid #e5e5e5;
}
.shopping .product-thumb .image p {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    color: #3399db;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.shopping .product-thumb .image .hoverbox {
    background: rgba(252, 183, 20, 0.85);
}
.shopping .product-thumb .hoverbox .buttons {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.shopping .product-thumb .hoverbox .buttons .btn-danger {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 12px;
    font-size: 15px;
}
.shopping .product-thumb .hoverbox .buttons .btn-danger:hover {
    background: #0486d2;
    border: 1px solid #0486d2;
    box-shadow: 0px 1px 6px 0 hsla(0, 0%, 0%, 0.3);
}
.shopping .product-thumb .hoverbox .buttons button + button {
    margin-left: 20px;
}
.shopping .product-thumb .caption {
    padding: 15px 0 0 0;
}
.shopping .product-thumb .caption .rating i {
    color: #f8963b;
    font-size: 13px;
}
.shopping .product-thumb .caption h4 {
    padding: 8px 0 12px;
}
.shopping .product-thumb .caption h4 a {
    font-size: 14px;
    color: #989898;
    text-transform: none;
    font-weight: 400;
}
.shopping .product-thumb .caption .price {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 500;
}
.shopping .pagination {
    margin: 0;
}
.shopping .pagination > li > a {
    padding: 8px 16px;
    font-size: 14px;
}
.shopping .pagination > li:first-child > a,
.shopping .pagination > li:last-child > a {
    padding: 8px 32px;
}
.shopping .show p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.shopping .product-thumb .caption .desc {
    display: none;
}
.shopping .product-list .product-thumb .caption .desc {
    display: block;
    margin: 30px 0 0;
    line-height: 24px;
    padding: 0;
}
.shopping .product-list .product-thumb .image img {
    width: auto;
    height: auto;
}
.shopping .product-list .product-thumb .caption {
    border: 1px solid #e5e5e5;
    min-height: 403px;
    text-align: left;
    padding: 20px;
    border-radius: 0px;
}
/*---------------------- 
[ shopdetail / .shopdetail ]
------------------------ */
.shopdetail .thumbnail {
    padding: 0;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.shopdetail h2 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.shopdetail .rating .fa {
    font-size: 18px;
    color: #f6973d;
}
.shopdetail .price {
    font-size: 22px;
    color: #000;
    margin: 20px 0;
    line-height: 18px;
}
.shopdetail .links,
.shopdetail .share ul {
    margin: 0;
}
.shopdetail .links li {
    padding: 0 0 20px;

    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.shopdetail .links li:last-child {
    padding: 0 0 0px;
}
.shopdetail .links li span {
    color: #000;
}
.shopdetail hr {
    margin: 22px 0;
    border-top: 1px solid #e4e4e4;
}
.shopdetail .shortdes {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 30px;
}
.shopdetail .qtypara {
    margin: 0 30px 0 0;
}
.shopdetail .buttons .btn-primary {
    background: #0486d2;
    border: 0;
    padding: 15px 23px;
    text-transform: uppercase;
    margin: 0;

    font-size: 16px;
    color: #fff;
}
.shopdetail .buttons .btn-primary i {
    margin-right: 8px;
}
.shopdetail .buttons .btn-default {
    background: #e5e5e5;
    border: 0;
    padding: 11px 23px;
    font-size: 16px;
    color: #000000;
    margin-left: 30px;
}
.shopdetail .color {
    margin: 30px 0 0 0;
}
.shopdetail .color li {
    border: 1px solid #e7e7e7;
    padding: 5px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
}
.shopdetail .color li .red,
.shopdetail .color li .green,
.shopdetail .color li .grey,
.shopdetail .color li .black,
.shopdetail .color li .orange,
.shopdetail .color li .blue {
    background: #ff5824;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.shopdetail .color li .green {
    background: #3fd045;
}
.shopdetail .color li .grey {
    background: #aab2bd;
}
.shopdetail .color li .black {
    background: #222222;
}
.shopdetail .color li .orange {
    background: #ffc43a;
}
.shopdetail .color li .blue {
    background: #651efe;
}
.shopdetail .color li:hover:first-child {
    border: 1px solid #ff5824;
}
.shopdetail .color li:hover:nth-child(2) {
    border: 1px solid #3fd045;
}
.shopdetail .color li:hover:nth-child(3) {
    border: 1px solid #aab2bd;
}
.shopdetail .color li:hover:nth-child(4) {
    border: 1px solid #222222;
}
.shopdetail .color li:hover:nth-child(5) {
    border: 1px solid #ffc43a;
}
.shopdetail .color li:hover:last-child {
    border: 1px solid #651efe;
}
.shopdetail .color li + li {
    margin-left: 12px;
}
.shopdetail .share label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}
.shopdetail .share ul li {
    padding: 0 25px 0 0;
    display: inline-block;
}
.shopdetail .share ul li a {
    font-size: 16px;
    color: #354052;
}
.shopdetail .share ul li a:hover {
    color: #fcb912;
}
.shopdetail .nav-tabs {
    margin: 40px 0 15px;
    border: 0;
}
.shopdetail .nav-tabs > li:hover a,
.shopdetail .nav-tabs > li.active a {
    background: #0486d2;
    color: #fff;
    border: 1px solid #0486d2;
}
.shopdetail .nav-tabs > li + li {
    margin-left: 15px;
}
.shopdetail .nav-tabs > li a {
    border-radius: 0px;
    background: transparent;
    color: #989898;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 19px 50px;
    border: 1px solid #e5e5e5;
    margin: 0;
    display: block;
}
.shopdetail .tab-content {
    border: 1px solid #e5e5e5;
    padding: 29px;
    margin-bottom: 80px;
}
.shopdetail .tab-content p {
    margin: 0;

    font-size: 14px;
    color: #000;
}
.shopdetail #tab-review h2 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 0 24px;
}
.shopdetail #tab-review .image {
    float: left;
    margin-right: 10px;
}
.shopdetail #tab-review .detail {
    padding: 12px 18px 0px;
    border: 1px solid #ccc;
    margin: 0 0 25px 70px;
    color: #000000;
}
.shopdetail #tab-review .detail p {
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 20px;
}
.shopdetail #tab-review .detail ul li {
    font-family: "Noto Sans";
    font-size: 12px;
}
.shopdetail #tab-review .detail ul li .fa-stack {
    width: 1.25em;
    height: 1em;
    color: #0486d2;
}
.shopdetail #tab-review .detail ul li .fa-stack:last-child {
    color: #000000;
}
.shopdetail #tab-review .fa-stack {
    width: 1.25em;
    height: 1em;
    color: #000000;
}
.shopdetail #tab-review .fa {
    font-size: 12px;
}
.shopdetail #form-review {
    margin: 25px 0 0;
}
.shopdetail #form-review h2 {
    font-weight: 400;
    text-transform: capitalize;
}
.shopdetail #form-review label {
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 12px;
    padding: 0;
    color: #000000;
}
.shopdetail #form-review .form-control {
    min-height: 34px;
    box-shadow: none;
    border-radius: 0px;
}
.shopdetail #form-review .buttons .btn-primary {
    background: #0486d2;
    padding: 14px 40px;
    margin: 10px 0 0;
    color: #fff;
    border-radius: 0;
}
.shopdetail #form-review li {
    display: inline-block;
    line-height: 15px;
}
.shopdetail #form-review li + li {
    border-left: 1px solid #cccccc;
}
.qtypara {
    margin: 0 35px;
    position: relative;
}
.qtypara .minus {
    position: absolute;
    left: 0;
    cursor: pointer;
}
.qtypara .add {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}
.qtypara .fa {
    background-color: #e5e5e5;
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    padding: 13px 17px;
}
.qtypara .fa:hover {
    background-color: #0486d2;
    color: #fff;
}
.qtypara .form-control {
    font-size: 20px;
    height: 45px;
    width: 182px;
    text-align: center;

    border-radius: 0;
}
.related .product-thumb {
    margin-bottom: 0;
}
/*---------------------- 
[ Mycart / .mycart ]
------------------------ */
.mycart,
.checkout {
    margin: 80px 0;
}
.mycart h4 {
    background: #28272f;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin: 0 0 50px;
    font-size: 18px;
    color: #fff;
}
.mycart h4 span {
    float: right;
    font-size: 14px;
}
.mycart .tabl1 {
    margin: 0 0 50px;
}
.mycart .tabl1 td {
    padding: 15px !important;
}
.mycart .tabl1 tbody tr td:nth-child(1) {
    width: 30%;
}
.mycart .tabl1 tbody tr td:nth-child(3) {
    width: 20%;
}
.mycart .tabl1 tbody tr td:nth-child(2),
.mycart .tabl1 tbody tr td:nth-child(4),
.mycart .tabl1 tbody tr td:nth-child(5) {
    width: 15%;
}
.mycart .tabl1 thead td {
    font-size: 14px;
    text-transform: uppercase;
    color: #2f141d;
    font-weight: 500;
}
.mycart .tabl1 td img {
    margin: 0 14px 0 60px;
    float: left;
}
.mycart .tabl1 td .name {
    margin-left: 56%;
    text-align: left;
    font-size: 13px;
    color: #000;
}
.mycart .tabl1 td .rating i {
    font-size: 12px;
    color: #fa953b;
}
.mycart .tabl1 td .name p {
    font-size: 12px;
    color: #000;

    text-transform: uppercase;
}
.mycart .tabl1 td .name p span {
    color: #a9a9a9;
}
.mycart .tabl1 tbody tr td:nth-child(2),
.mycart .tabl1 tbody tr td:nth-child(4) {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
}
.mycart .tabl1 tbody tr td:nth-child(2),
.mycart .tabl1 tbody tr td:nth-child(4),
.mycart .tabl1 tbody tr td:nth-child(3),
.mycart .tabl1 tbody tr td:nth-child(5) {
    vertical-align: middle;
}
.mycart .tabl1 td button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 22px;
}
.mycart .tabl1 td button:hover .fa {
    color: #0486d2;
}
.mycart .tabl1 tbody tr:last-child td:last-child,
.mycart .tabl1 tbody tr:last-child td:first-child {
    padding: 50px 75px !important;
}
.mycart .tabl1 .total p {
    font-size: 18px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
.mycart .tabl1 .price p {
    font-size: 18px;
    color: #000;
    margin: 0;
}
.mycart .qtypara .form-control {
    font-size: 14px;
    height: 32px;
    width: 132px;
}
.mycart .qtypara .fa {
    font-size: 14px;
    padding: 9px 18px;
}
.mycart .qtypara .add {
    right: 10px;
}
.mycart .buttons .btn-primary {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 23px;
    border: 1px solid #e5e5e5;
    background: transparent;
    color: #000;
    margin: 0px;
}
.mycart .btn-primary + .btn-primary {
    margin-left: 15px;
    background: #0486d2;
    color: #fff;
    border: 1px solid #0486d2;
}
.mycart .btn-primary:hover {
    background: #0486d2;
    color: #fff;
    border: 1px solid #0486d2;
}
/*---------------------- 
[ checkout / .checkout ]
------------------------ */
.checkout .places h1 {
    margin: 0 0 32px;
    font-size: 16px;
}
.checkout .places h1:after {
    top: 48px;
}
.checkout .form-group {
    margin-bottom: 30px;
}
.checkout .form-group:last-child {
    margin-bottom: 0px;
}
.checkout label {
    font-size: 10px;
    color: #3b3b3b;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.checkout .form-control {
    height: 37px;
    border-radius: 0;
    color: #ccc;
}
.checkout .check {
    font-size: 14px;
    color: #000;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}
.checkout .check span {
    color: #a9a9a9;

    margin-left: 15px;
}
.checkout .prettycheckbox > a {
    width: 12px !important;
    height: 12px !important;
    margin-right: 17px !important;
    border: none;
}
.checkout .bank-transfer .form-group {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.checkout .mycart .tabl1 {
    margin: 0 0 0px;
}
.checkout .mycart .tabl1 td {
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
}
.checkout .mycart .tabl1 td .name {
    margin-left: 0;
}
.checkout .mycart .tabl1 tbody tr:last-child td:first-child,
.checkout .mycart .tabl1 tbody tr:last-child td:last-child {
    padding: 0 !important;
    border: 0;
}
.checkout .mycart .tabl1 tbody tr:last-child td:last-child {
    padding: 30px 15px 0 0 !important;
}
.checkout .mycart .tabl1 p {
    font-size: 16px;
    color: #000;
}
.checkout .btn-primary {
    margin: 35px 0 0 0;
    background: #0486d2;
    padding: 13px 32px;
    color: #fff;
    border: 0;
}
.checkout .btn-primary:hover {
    border: 0;
}
/*---------------------- 
[ myaccount / .myaccount ]
------------------------ */
.myaccount {
    margin: 80px 0;
}
.myaccount .top {
    margin: 0 0 50px;
    border: 1px solid #e5e5e5;
}
.myaccount .top li {
    width: 20%;
    text-align: center;
    font-size: 16px;
    padding: 33px 64px;
    display: inline-block;
}
.myaccount .top li:hover,
.myaccount .top li.active {
    background: #0486d2;
}
.myaccount .top li:hover a,
.myaccount .top li.active a {
    color: #fff;
}
.myaccount .top li a {
    color: #000;
    display: inline-grid;
}
.myaccount .top li i {
    font-size: 30px;
    font-weight: 500;
}
.myaccount .top li + li {
    border-left: 1px solid #e5e5e5;
    margin-left: -4px;
}
.accountinner {
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 29px;
}
.myaccount .dashboard .links {
    margin: 0 0 30px;
}
.myaccount .dashboard .links li {
    background: #0486d2;
    text-align: center;
    padding: 38px 44px 22px;
    width: 24.1%;
    display: inline-block;
}
.myaccount .dashboard .links li img {
    margin: 0 auto 20px;
}
.myaccount .dashboard .links li p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.myaccount .dashboard .links li p i {
    margin-left: 16px;
}
.myaccount .dashboard .links li + li {
    margin-left: 6px;
}
.myaccount .dashboard .links li:nth-child(2) {
    background: #ea3637;
}
.myaccount .dashboard .links li:nth-child(3) {
    background: #00b7f1;
}
.myaccount .dashboard .links li:last-child {
    background: #42c93f;
}
.myaccount .dashboard .des {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 29px;

    font-size: 14px;
    color: #000000;
    margin: 0 0 22px;
}
.myaccount .dashboard h2 {
    font-size: 20px;
    color: #000;
    margin: 0 0 50px;
    height: 44px;
}
.myaccount .dashboard h2 span {
    float: right;
}
.myaccount .dashboard h2 span i {
    background: #fdb815;
    border: 1px solid #e5e5e5;
    color: #fff;
    padding: 10px;
}
.myaccount .dashboard .notified,
.myaccount .booking .notified {
    margin-bottom: 15px;
}
.myaccount .dashboard .notified .image img,
.myaccount .booking .notified .image img {
    margin: 0 auto;
}
.myaccount .dashboard .notified .image,
.myaccount .booking .notified .image {
    float: left;
    background: #0486d2;
    padding: 10px 0;
    width: 70px;
    min-height: 50px;
    text-align: center;
}
.myaccount .dashboard .notified .inner,
.myaccount .booking .notified .inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-left: 70px;
    border-left: 0;
    min-height: 50px;
}
.myaccount .dashboard .notified .inner .pull-left,
.myaccount .booking .notified .inner .pull-left {
    padding: 10px 15px;
}
.myaccount .dashboard .notified .inner p,
.myaccount .booking .notified .inner p {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.myaccount .dashboard .notified .inner p span,
.myaccount .booking .notified .inner p span {
    font-size: 18px;
    color: #feb614;
    font-weight: 700;
}
.myaccount .dashboard .notified .inner button,
.myaccount .booking .notified .inner button {
    background: #e5e5e5;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 14px 0;
    width: 140px;
}
.myaccount .dashboard .notified1 .image,
.myaccount .booking .notified1 .image {
    background: #ea3637;
}
.myaccount .dashboard .notified1 .inner p span,
.myaccount .booking .notified1 .inner p span {
    color: #ea3637;
}
.myaccount .dashboard .notified2 .image,
.myaccount .booking .notified2 .image {
    background: #00b7f1;
}
.myaccount .dashboard .notified2 .inner p span,
.myaccount .booking .notified2 .inner p span {
    color: #00b7f1;
}
.myaccount .dashboard .notified3 .image,
.myaccount .booking .notified3 .image {
    background: #42c93f;
}
.myaccount .dashboard .notified3 .inner p span,
.myaccount .booking .notified3 .inner p span {
    color: #42c93f;
}
.myaccount .dashboard .text-center i {
    font-size: 30px;
}
.myaccount .profile table {
    width: 100%;
}
.myaccount .profile table td {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 25px;
    width: 50%;
}
.myaccount .profile table tr td span {
    color: #000;
    text-transform: none;
}
.myaccount .profile table tr:last-child td {
    padding: 0;
}
.myaccount .profile hr {
    margin: 48px 0 50px;
}
.myaccount .profile h2 {
    font-size: 20px;
    color: #000;
    margin: 0 0 30px;
}
.myaccount .profile p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.myaccount .profile .icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #0486d2;
    padding: 10px 12px;
}
.myaccount .profile .icon a {
    color: #fff;
    font-size: 16px;
}
.myaccount .edit form h2,
.myaccount .edit form h3 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0 46px;
}
.myaccount .edit form h3 {
    margin: 49px 0 46px;
}
.myaccount .edit form .form-group {
    margin-bottom: 30px;
}
.myaccount .edit form label {
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0 15px;
}
.myaccount .edit form .form-control,
.myaccount .edit form .bootstrap-select .btn-default {
    font-size: 11px;
    color: #000;
    margin: 0;

    border-radius: 0;
    height: 37px;
    text-transform: uppercase;
    padding: 0;
}
.myaccount .edit form .bootstrap-select .btn-default {
    padding: 0;
}
.myaccount .edit form .bootstrap-select .btn-default span {
    padding: 10px 12px;
}
.myaccount .edit form .bootstrap-select .btn-default i {
    background: #0486d2;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    position: absolute;
    right: 0;
    border: 1px solid #0486d2;
}
.myaccount .edit form textarea {
    height: 100px !important;
}
.myaccount .edit .btn-primary {
    background: #0486d2;
    color: #fff;
    border: 0;
    padding: 12px 21px;
    margin-bottom: 20px;
}
.myaccount .booking .common {
    margin: 0 0 50px;
    height: 37px;
}
.myaccount .booking button {
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #bbb5b5;
    padding: 8px 23px;
}
.myaccount .booking .nav-tabs {
    border: none;
    margin: 0;
    float: left;
}
.myaccount .booking .nav-tabs > li {
    padding: 0 28px 0px 0;
    display: inline-flex;
}
.myaccount .booking .nav-tabs > li:last-child {
    padding: 0;
}
.myaccount .booking .nav-tabs > li > a {
    border: 0px solid #eaeaea;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin: 0 !important;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
}
.myaccount .booking .prettycheckbox > a {
    margin-right: 10px !important;
    top: 3px !important;
    border: none;
}
.myaccount .booking .notified .image {
    padding: 20px 0;
    width: 100px;
    min-height: 70px;
}
.myaccount .booking .notified .inner {
    margin-left: 100px;
    min-height: 70px;
}
.myaccount .booking .notified .inner p {
    margin: 0 0 5px;
}
.myaccount .booking .notified .inner h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.myaccount .booking .notified .inner button {
    font-size: 12px;
    padding: 6px 0;
}
.myaccount .booking .notified .inner button span {
    font-size: 14px;
    color: #000;
}
.myaccount .booking .notified4 .image {
    background: #e5e5e5;
}
.myaccount .wishlist .tabl1 {
    background: #fff;
}
.myaccount .wishlist .tabl1 td {
    padding: 15px !important;
    vertical-align: middle;
}
.myaccount .wishlist .tabl1 thead td {
    font-size: 14px;
    text-transform: uppercase;
    color: #2f141d;
    font-weight: 500;
}
.myaccount .wishlist .tabl1 td img {
    margin: 0 14px 0 60px;
    float: left;
}
.myaccount .wishlist .tabl1 td .name {
    margin-left: 46%;
    text-align: left;
    font-size: 13px;
    color: #000;
}
.myaccount .wishlist .tabl1 td .rating i {
    font-size: 12px;
    color: #fa953b;
}
.myaccount .wishlist .tabl1 td .name p {
    font-size: 12px;
    color: #000;

    text-transform: uppercase;
}
.myaccount .wishlist .tabl1 td .name p span {
    color: #a9a9a9;
}
.myaccount .wishlist .tabl1 tbody tr td:nth-child(2) {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
}
.myaccount .wishlist .tabl1 tbody tr td:nth-child(3) {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.myaccount .wishlist .tabl1 td button {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 22px;
}
.myaccount .wishlist .tabl1 td button:hover .fa {
    color: #0486d2;
}
.myaccount .wishlist .tabl1 .color {
    color: #e5e5e5;
}
.myaccount .edit h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.datepicker td,
.datepicker th.day {
    font-size: 14px !important;
    padding: 5px;
}

.datepicker td,
.datepicker th.dow {
    font-size: 14px !important;
    padding: 5px;
    color: #333;
}

th.datepicker-switch {
    font-size: 14px;
    padding: 5px;
}

.datepicker {
    padding: 10px !important;
}
.travel-terms {
    border: 1px solid #ddd;
    background-color: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
}
.travel-terms h6 {
    margin-bottom: 10px !important;
}
ul.itinerary-items {
    padding-left: 0px;
}
ul.itinerary-items li {
    list-style-type: none;
}

ul.itinerary-items li:before {
    content: counter(item, disc) " ";
    color: #0486d2;
}
hr.style-four {
    height: 1px;
    border: 0;
    background-color: #fff;
}
.icon_plus a {
    color: #ffffff !important;
}
.hotel-booking .product-thumb .caption .inner {
    padding: 5px !important;
    border: none !important;
}
.hotel-booking .product-thumb .caption .inner h4 {
    font-size: 16px !important;
}
.hotel-booking .product-thumb .caption .inner .rate {
    min-height: 10px;
}
.hotel-booking .product-thumb {
    margin-bottom: 10px;
}
.is-invalid {
    border: 1px solid #dc3545;
    padding: 5px;
}
.booking-radio {
    margin-left: 5px;
}
.booking-hotel-wrapper,
.booking-tour-wrapper,
.booking-package-wrapper {
    background-color: #eeeeee;
    padding: 10px;
    /* padding-left: 4px; */
    margin-top: 4px;
}
.booking-hotel-wrapper p,
.booking-tour-wrapper p,
.booking-package-wrapper p {
    margin: 0px !important;
}
#myModal .brand-logo img {
    width: 50% !important;
}
.div-overlay {
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding:30px
}
.div-overlay i {
    font-size: 52px;
    left: 45%;
    position: absolute;
    top: 46%;
    color: #0486d2;
}
.link-flash {
    border-bottom: 2px solid #eeeeee;
    font-size: 14px;
    transition: all 0.25s linear;
    position: relative;
}
.link-flash:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #61a3ff;
    position: absolute;
    left: 0;
    bottom: -2px; /* this is to match where the border is */
    transform-origin: left;
    transform: scale(0);
    transition: 0.25s linear;
    /*   will-change: transform; */
}
.link-flash:hover:before {
    transform: scale(1);
}
#ItenaryHolder h6 {
    margin: 10px 0px !important;
}
#ItenaryHolder hr {
    border: 1px solid #ffffff !important;
}
.itenerary-hotel {
    margin: 10px 0px !important;
}
.astro h6 {
    font-size: 14px !important;
}
.booking-nav .navbar-brand {
    font-size: 16px;
}
.booking-nav .navbar {
    background: none !important;
}
.booking-nav .nav-link {
    color: #000000 !important;
}
.booking-nav h1 {
    font-size: 14px;
    margin-bottom: 0px !important;
    margin-left: 10px;
}
.booking-nav nav {
    width: 100%;
}
.booking-nav nav ul {
    list-style: none;
    padding-left: 0px;
}
.booking-nav nav ul li {
    display: inline-block;
}
.booking-nav nav ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 2px 10px;
}
.booking-nav nav ul li a,
.booking-nav nav ul li a:after,
.booking-nav nav ul li a:before {
    transition: all 0.5s;
}
.booking-nav nav ul li a:hover {
    color: #555;
}

/* stroke */
.booking-nav nav.stroke ul li a,
.booking-nav nav.fill ul li a {
    position: relative;
}
.booking-nav nav.stroke ul li a:after,
.booking-nav nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #aaa;
    height: 1px;
}
.booking-nav nav.stroke ul li a:hover:after {
    width: 100%;
}

.booking-nav nav.fill ul li a {
    transition: all 2s;
}

.booking-nav nav.fill ul li a:after {
    text-align: left;
    content: ".";
    margin: 0;
    opacity: 0;
}
.booking-nav nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}
.booking-nav nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}
.slide-content h2 { color: #ffffff; font-size: 40px; line-height: 40px; font-weight: normal; margin-bottom: 0px; margin-top: 0px; text-shadow: 0 1px 1px #000000; }
.slide-content p { color: #ffffff; font-size: 20px;  line-height: 30px;text-shadow: 0 1px 1px #000000; padding-top: 20px; }
.slide-content p i{ color: #F9953D}
.news-text h1 { color: #ffffff; font-size: 16px;  line-height: 24px;text-shadow: 0 1px 1px #000000; margin-bottom: 0px;padding:5px;}
.news-text {border-radius: 5px;background-color: rgba(0, 0, 0, 0.3);}
.left-box a {color:#000000}
.left-box h6 {color:#0486d2}

