@font-face {   
	font-family: "ElegantIcons";   
	font-style: normal;  
	font-weight: normal;   
	src: local("ElegantIcons"), url("../fonts/ElegantIcons.html") format("woff"); 
}
/*----------------------------
[Table of contents]

[ Body ]

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

/*----------
[ Body ]
-------------*/
body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

a {
	text-decoration:none!important;
}

.btn{
	text-decoration:none;
}

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

.fa-minus:before, .fa-subtract:before,
.fa-add:before, .fa-plus:before{
	font-family: 'FontAwesome';
}

.btn-link:hover,
.btn-link:focus,
.btn-link {
    text-decoration: none!important;
}
input, textarea{
	box-shadow: none !important;
	outline-offset: 0 !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: none !important;
	box-shadow:none !important;
	}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: none !important;
}
.owl-wrapper-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;
}
.btn-primary {
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    padding: 13px 23px;
    line-height: 13px;
    font-weight: 700;
}
.btn-primary i{
	margin-left:6px;
	font-size: 11px;
} 
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:active:focus {
    background: #a41b2a !important;
    color: #fff;
    border: 1px solid transparent;
}
.mar-top{
	margin: 60px 0 80px !important;
}

#menu .dropdown-toggle::after{
	display:none!important;
}

/*----------
[ top / #top ]
-------------*/
#top, #top1 {
	background-color: #fff;
	min-height:40px;
}
#top-links, #top-links1 {
	border-bottom:1px solid #E5E5E5;
	position:relative;
}
#top-links ul, #top-links1 ul{
	padding:20px 0px 13px;
	margin:0px;
	line-height:18px;
}

#top-links ul li, #top-links1 ul li{
	padding:0px 0 0 17px;
}
#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 .top-left li:first-child a:first-child:before,
#top-links1 .top-left li:first-child a:first-child:before {
    content: '';
	position:absolute;
    display:block;
	top: 0px;
	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: 28px;
}
#top-links ul li a,
#top-links1 ul li a {
	color: #000;
	font-size:12px;
	border-right:1px solid #000;
	padding-right:17px;
	vertical-align:middle;
	text-decoration: none;
}

#top-links ul li a i, #top-links1 ul li a i{
	margin-right:8px;
}

#top-links  .top-right .dropdown-menu{
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#form-currency .btn-link, #form-language .btn-link {
	padding:0;
	color: #000;
	font-size:12px;
	border-right:1px solid #000;
	padding-right:17px;
}
#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;
}
#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;
}

#top  .dropdown-toggle::after{
	display:none;
}
/*--------------------
[ Header / header ]
---------------------*/

.header_cls {
    display: flex;
    padding: 5px 0;
    align-items: center;
    position: relative;
}
.logo.logo_shiping {
    margin-bottom: 0;
}
.logo.logo_shiping img {
    max-width: 113px;
}
.menu {
    margin-left: auto;
}
.overlaybox {
    display: none;
}
header {
    position: relative;
    width: 100%;
    z-index: 11;
    padding: 1px 0px;
}
.menu ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    align-self: center;
    margin-bottom: 0;
}
.menu ul li {
    display: inline-block;
    padding: 0px 17px;
    position: relative;
}
.menu ul li a {
    position: relative;
    transition: all 0.5s;
    font-weight: 100;
}
.menu ul li a {
    width: 100%;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 0 !important;
    font-weight: 500 !important;
}
.menu ul li a.active {
    font-weight: 500;
    font-size: 14px;
    background-color: #a41b2a;
    padding: 14px 25px !important;
    color: #fff;
    border-radius: 50px;
}
.account-button a {
    font-weight: 500;
    font-size: 14px;
    background-color: #1d215b;
    padding: 14px 25px;
    color: #fff;
    border-radius: 50px;
}

ul.sub_menu {
    position: absolute;
    display: block;
    left: 0;
    background-color: #1d215b;
    padding: 10px 0;
    top: 191%;
    transition: all 0.4s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    width: 225px;
    left: 0px;
    /* border-top: 2px solid #ff8800; */
    border: 2px solid #1d215b;
    padding: 5px 2px;
}
ul.sub_menu li a {
    color: #fff !important;
}

ul.sub_menu li {
    display: block;
    border-bottom: 1px dotted #ffffff;
    padding: 9px !important;
}
.menu ul li.nav-item:hover ul {
    transform: scale(1);
}
/*--------------------------------- 
[ Header / .header ]
----------------------------------- */
.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: black;
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgb(181 165 157 / 10%);
}

.vs-menu-wrapper .mobile-logo img, .vs-menu-wrapper .mobile-logo svg {
    max-width: 120px;
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.vs-logo a img {
    /* width: 118px; */
    max-width: 229px;
}

ul li {
    list-style: none;
}

nav.main-menu.menu-style1.d-none.d-lg-block {
    text-align: center !important;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 14px;
  }
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -15px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: var(--theme-color);
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  font-family: var(--icon-font);
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 104, 26, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}



.z-index-common {
    position: relative;
    z-index: 3;
}
.vs-header .sticky-wrapper {
    background-color: var(--white-color);
}

.menu-style1 > ul > li > a {
    padding: 0;
}


.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 15px;
    color: var(--title-color);
    margin-right: 25px;
}

.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: 0.8rem;
}

.menu-style1 > ul > li {
    padding: 47px 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul.sub-menu, .main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
/*    border-bottom: 3px solid #ff681a;*/
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}




.main-menu > ul > li {
    margin: 0 13px;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.menu-style1 > ul > li {
    padding: 47px 0;
}

.main-menu ul li:first-child {
    margin-left: 0;
}


.sticky-wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ffff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.header-btns a, .header-btns button {
    margin-right: 15px;
}

.header-btns a, .header-btns button {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    position: relative;
/*    background-color:  #ff8800;*/
    display: inline-block;
}


.header-social a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 15px;
}


.matter a {
    color: black;
}

.header-contact li i {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.5s;
    background-color: #ff8800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}


.header-contact li {
    display: inline-block;
    padding: 6px;
}

.header-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}


.header-contact li a {
    color: #fff;
    margin-right: 15px;
}





/*--------------------------------- 
[ Footer / .footer ]
----------------------------------- */


footer.min-in {
    background-color: #050c10;
}
.footer-main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 50px 0px 0px 0px;
    position: relative;
}
.foot-container {
    max-width: 100%;
    padding: 0 80px;
}

.footer-info img {
    width: 69%;
}

.footer-info h4 {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer-link ul li {
    padding-bottom: 15px;
}
.footer-link ul li a {
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    transition: all ease .4s;
}

.footer-address ul li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 27px;
    color: #FFF;
    padding-bottom: 20px;
}
.footer-address ul li {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 27px;
    color: #FFF;
    padding-bottom: 20px;
}

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

.footer-address ul li i {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}


.header-btns {
    margin-top: 18px;
}

.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--body-color);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.newsinner {
    padding-bottom: 93px;
}

/*--------------------------------- 
[ Slideshow / .slideshow ]
----------------------------------- */

.slideshow{
	margin:0;
	position:relative;
}
.slideshow img{
	width:100%;
	min-height:700px;
}

.slideshow .owl-dots {
    top: 35%;
    z-index: 0;
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 2%;
}

.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%;
}
.slide-detail form .wid1{
	width:81%;
}
.slide-detail form .wid2{
	width:21%;
}
.slide-detail form h2{
	font-size:16px;
	color:#000;
	margin:0 0 29px
}
.slide-detail form label{
	font-size:12px;
	color:#3C3C3C;
	margin:0 0 13px;
	text-transform:uppercase;
	font-weight: bold;
}
.slide-detail form input, .slide-detail form .btn{
	border-radius:0 !important;
	border:1px solid #E3EBEE;
	font-size:11px;
	color:#bab5b5;
	height:37px;
	font-family: 'PT Serif', serif;
}
.slide-detail form .calender{
	border: 0;
    height: 37px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.slide-detail form .calender i, .slide-detail form .btn i{
	background:#ff8800;
	color: #fff;
	padding: 9px 10px;
	font-size: 18px;
}

.slide-detail form .btn span{
	padding:10px 12px;
}
.slide-detail form .btn i{
	position: absolute;
	right: 0;
}
.slide-detail form .btn-primary{
	background:#ff8800;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	width:177px;
	height:40px;
	border:none;
	margin-top: 34px;
}

.trip .bootstrap-select .dropdown-toggle::after{
	background: #ff8800!important;
}

.trip  .selec-icon i{
	top:47px!important;
}

.header3 .slideshow .owl-dots,
.header4 .slideshow .owl-dots{
    top: auto;
    z-index: 0;
    position: absolute;
    bottom: 40px;
    left: 2%;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
}

.header3 .slideshow .owl-dots{
   text-align: left;
   padding-left: 24px;
}

.header4 .slideshow .owl-dots{
	bottom:25px;
}

.slideshow .owl-dots .owl-dot{
	background:#fff;
}

.owl-dots .owl-dot {
    background: #fff;
	border:4px solid transparent;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.54);
	height:11px; 
	width:11px;
	border-radius: 100px;
	margin: 0 7px;

}
.owl-dots .owl-dot.active{
    background: #fff;
	border:4px solid #ff8800;
	width:14px;
	height:14px;
}

.book-now .selec-icon i{
	right: 20px!important;
	top: 43px!important;
}

.book-now .filter-option-inner {
    padding: 10px;
}


.book-now .bootstrap-select .dropdown-toggle::after{
	height: 36px;
    width: 31px;
    background: #BBB5B5;
}

.placetop .bootstrap-select .dropdown-toggle:hover::after{
	background: #ff8800;
}

.placetop{
	padding:40px 0;
}

.mar-top{
	padding:0;
}

.header4 .placetop{
	padding: 0;
}

.places h1{
	margin:0 0 30px;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	text-align:center;	
}

.places p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    /* font-family: ' Serif', serif; */
    position: relative;
}

.places.m-auto {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    width: 83%;
}



.border-margin {
    margin-bottom: 20px;
}

ul.nav.nav-tabs.justify-content-between li {
    padding: 5px;
}

.places .nav-tabs {
	border:none;
	margin:0 0 50px;
	text-align:center;
/*    display: grid;*/
}




.main-menu ul.sub-menu, .main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
/*    border-bottom: 3px solid #ff681a;*/
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}


.places .nav-tabs > li {
	float:none;
	display:inline-block;
	padding:0;
	margin: 0 2px;
}
.places .nav-tabs > li > a{
	border:1px solid #E5E5E5;
	color:#000;
	border-radius:0px;
	margin:0 !important;
	text-transform:uppercase;
	padding: 20px 36px;
	position:relative;
	font-size: 14px;
	cursor: pointer;
}

.places .nav-tabs .nav-link.active, 
.places .nav-tabs > li > a:hover{
	color:#000 !important;
	background:#F7F7F7;
	border:1px solid transparent;
}
.places .nav-tabs > li > a:hover:after, .places .nav-tabs .nav-link.active:after {
    border-bottom: 8px solid #1d215b;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.places .nav-tabs > li > a:hover:before, .places .nav-tabs .nav-link.active:before {
    border-bottom: 10px solid #1d215b;
    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;
}*/
.product-thumb .image{
	position:relative;
}

.product-thumb .image a img{
	width:100%;
    height: 300px;

}
.product-thumb .image .hoverbox{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(252, 183, 20, 0.60);
	text-align:center;
	opacity:0;
	top:0;
}
.product-thumb .hoverbox .icon_plus {
	color:#fff;
	font-size:60px;
	position: absolute;
	top: 35%;
	left:0;
	right:0;
	cursor:pointer;
}
.product-thumb:hover .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%;
    z-index: 1;

}
.product-thumb .image .matter h2{
	font-size:16px;
	margin:0 0 12px 24px;
}
.product-thumb .image .matter p{
	font-family: ' Serif', serif;
	color:#fff;
	font-size:11px;
	margin:0 25px 24px;
}
.product-thumb .image .matter ul{
	margin:0;
	border-top:1px solid #E5E5E5;
}
.product-thumb .image .matter ul li:first-child{
	border-right:1px solid #E5E5E5;
}
.product-thumb .image .matter ul li{
	padding:12px 0px;
	width: 48%;
	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;
}

.caption {
    margin-bottom: 15px;
}

.product-thumb .caption .inner{
	padding:30px 36px;
	border-bottom:1px solid #E5E5E5;
}
.product-thumb .caption .inner img{
	float:left;
	margin-right:18px;
}
.product-thumb .caption .inner h4{
	font-size:13px !important;
	margin:0 0 8px;
	color:#000;
}
.product-thumb .caption .inner span{
	font-size:12px;
	line-height:12px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin-right:50px;
}
.product-thumb .caption .inner i{
	color:#F9953D;
	font-size: 11px;
}

.placegrid .product-thumb .caption .inner i{
	font-size:10px;
}

.placegrid .owl-carousel .owl-item img {
    width: auto;
}

.product-thumb .caption button {
    font-size: 14px !important;
    color: #000;
    margin: 0 auto;
    padding: 21px 0 19px;
    background: none;
    border: 0;
    line-height: 12px;
    font-weight: 700;
}
.product-thumb:hover .caption button {
    color: #a41b2a;
}
.video img{
	width:100%;
}
.video .matter{
	text-align:center;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
}
.video .matter i{
	font-size:32px;
	background:#ff8800;
	color:#fff;
	border-radius:50%;
	width:80px;
	height:80px;
	padding:24px 30px;
}
.video .matter h5{
	font-size:48px;
	color:#fff;
}
.video .matter h6{
	font-size:64px;
	color:#ff8800;
	font-weight:700;
}
.tour .product-thumb .image .matter p span{
	float: right;
	font-size: 20px;
	line-height: 12px;
}
.tour .product-thumb .caption .inner {
    padding: 30px 24px;
}
.tour .product-thumb .caption .inner .rate{
	min-height:40px;
}
.tour .product-thumb .caption .inner p{
	font-size:14px;
	line-height:20px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin:0px;
}
.tour .product-thumb:hover .caption button{
	color:#000;
}
.tour .product-thumb .caption button:hover {
    color: #a41b2a;
}
.tour .product-thumb .caption button{
	width:49%;
}

.product-thumb .caption button i {
    font-size: 10px!important;
}
.tour .product-thumb .caption button:first-child{
	border-right:1px solid #E5E5E5;
}

.testimonail{
	background:#F7F8FA;
	padding:80px 0!important;
}

.testimonail .owl-dots{
	text-align: center;
}

.testimonail .owl-dots .owl-dot{
	background: #CCCCCC;
	box-shadow: none;
}

.testimonail  .owl-dots .owl-dot.active{
	background: #fff;
}

.testimonail .owl-item img{
	width:auto!important;
}

.testimonails .box{
	background:#fff;
	border:1px solid #E2E2E4;
    padding: 32px 23px 28px;
	margin-bottom:30px;
}
.testimonails .box img{
	float:left;
	margin-right:24px;
}
.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:12px;
	line-height:12px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
}
.testimonails .box .caption i{
	color:#F9953D;
	font-size:11px;
}
.testimonails .box .caption p{
	font-size:13px;
	line-height:24px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin:0px;
}
.testimonails .owl-controls .owl-page{
	margin:0 !important;
	padding:0px 9px;
}
.gallery ul{
	margin:0 0 30px 0;
}
.gallery ul li{
	width:19.7%;
	padding:0;
	display: inline-block;
	margin: 0 0 4px;
}
.gallery .product-thumb {
    margin-bottom: 0px;
}
/*.gallery .product-thumb .image img{
	width:100%;
}*/

.gallery .product-thumb .image img {
    width: 100%;
    height: 250px;
}

.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;
}

.fa-angle-double-right{
	font-size: 12px;
}


.blog{
	background:#F7F8FA;
	padding:80px 0 60px;
}
.blog .product-thumb {
    margin-bottom: 0px;
}
.blog .product-thumb .caption .inner {
    padding: 25px 24px;
}
.blog .product-thumb .caption .inner h4{
	margin:0 0 35px;
}
.blog .product-thumb .caption p{
	font-size:14px;
	line-height:22px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin:0px;
}
.news{
	position:relative;
}
.sub{
	height:325px;
	width:100%;
}
.newsinner {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 25px;
    bottom: 0;
}
/*.news .product-thumb {
    margin-bottom: 46px;
}*/
.news .product-thumb .image .hoverbox {
    background: rgba(1, 183, 242, 0.60);
}
.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:24px;
	font-weight:700;
	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:#ff8800;
    color:#fff;
	border:0;
	padding:9px 24px;
	font-size:13px;
	line-height: 16px;
}
.news .product-thumb .off {
    border-right: 100px solid transparent;
    border-top: 83px solid #ff8800;
    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;
}
.subscribe input{
	font-size:12px;
	height:40px;
	border-radius:0;
	width:582px;
	border:0;
	padding:10px 21px;
	margin-right:30px;
}
.subscribe .btn-default{
	background:#ff8800;
	font-size:10px;
	border-radius:0;
	border:0;
	color:#fff;
	padding: 14px 21px;
	line-height: 12px;
}
.SldrBlock::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff0, #000000c2 70%);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}


.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;
	font-family: 'PT Serif', serif;
} 
.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;
}


.testimonail1 .box{
	text-align:center;
}
.testimonail1 .box img{
	margin:0 auto;
}
	.testimonail1 .box h4{
	font-size:14px;
	margin:19px 0 29px;
	line-height:14px;
}
.testimonail1 .box p{
	font-size:13px;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin:0px;
	font-style:italic;
}
.testimonail1 .owl-controls {
    background: transparent;
}

.testimonail1 .owl-item img{
	width:auto!important;
}
.testimonail1 .owl-dots{
	text-align:center;
}
.testimonail1 .owl-dots .owl-dot{
    background: #CCCCCC;
	border:4px solid #ccc;
	height:10px; 
	width:10px;
	box-shadow:none;
	border-radius: 100px;
	margin: 0 9px;
}
.testimonail1  .owl-dots .owl-dot.active{
    background: #fff;
	border:4px solid #02B6F1;
	width:14px;
	height:14px;
}
.latest{
	background:#F7F8FA;
	padding: 55px 0 10px;
}
.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;
}
.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 .owl-carousel .owl-nav.disabled, 
.owl-carousel .owl-dots.disabled{
	display:block!important;
}
.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: 13px;
	font-family: 'PT Serif', serif;
	line-height:24px;
	color:#000;
}
.latest #tweet .box a{
	font-size:14px;
	color:#5440ec;
}
.latest .tweet .owl-carousel .owl-buttons 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 i, 
.latest #tweet .owl-next i{
	background:#fff;
	border:1px solid #02B6F1;
	font-size:18px;
	color:#02B6F1;
	padding:4px 0;
	border-radius:50%;

}

.latest #tweet .owl-prev i:hover, 
.latest #tweet .owl-next i:hover{
	background:#02B6F1;
	border:1px solid #02B6F1;
	color:#fff;
}


.canada{
	background:url("../images/country-icons/c1.png")no-repeat;
	margin:0 auto;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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;
	dispaly: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:#ff8800;
	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 li {
    padding:0 !important;
    border:0;
    margin-right: 13px;
}
.header4 header .social-icon li:last-child {
    margin-right: 0;
}
.header4 header .social-icon li a{
	padding:0 !important;
	border:0 !important;
}
.header4 header .social-icon li a i {
    margin-right: 0px !important;
    font-size: 13px;
}
.header4 header .social-icon 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 .navbar-nav > li{
	margin:0;
}
.header4 #menu .navbar-nav > li > a,
.header4 #menu1 .navbar-nav > li > a {
    border-bottom: 0px solid transparent;
	font-size:14px;
    color: #000;
	padding:19px 15px 21px;
}
.header4 #menu .navbar-nav > li > a:hover,
.header4 #menu1 .navbar-nav > li > a:hover {
    border-bottom: 0px solid transparent;
    color: #fff;
	background:#00B7F1;
}

.header4 #menu .dropdown-menu li a{
	font-size: 14px;
}
.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: 481px;
}

.header4 .slideshow .owl-controls .owl-page {
    padding: 4px 7px;
    display: inline-block;
}
.header4 .slideshow .owl-dots .owl-dot.active{
    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;
    background: rgba(128, 128, 130, 0.77);
    height: 36px;
}
.header4 .slide-detail form .calender i,
.header4 .bootstrap-select .dropdown-toggle::after, 
 .header4 .slide-detail form .btn-primary {
    background: #00B7F1;
}

.header4  .selec-icon i{
	top: 48px;
	font-size: 12px;
}
.header4 .placetop {
    margin: 50px 0 0;
}
.header4 .placetop hr{
	border-top:1px solid  #999;
	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: -52px 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;
	font-family: 'PT Serif', serif;
	color:#01b7f2;
}
.header4 .deal .owl-buttons div {
	opacity: 1 !important;
}

.header4 .deal .owl-nav{
	display:block!important;
}

.header4 .deal .owl-dots{
	display: none;
}
.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 i, 
.header4 .deal .owl-next i{
	background:#fff;
	border:1px solid #E5E5E5;
	font-size:18px;
	color:#E5E5E5;
	padding:5px 3px;
	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;
}

.test1 .owl-dots {
    text-align: center;

}

.test1 .owl-dots .owl-dot{
	background: #CCCCCC;
	box-shadow: none;
}

.test1 .owl-dots .owl-dot.active{
	background: #fff;
}

.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;
}
.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;
	font-family: 'PT Serif', serif;
	color:#9A9A9A;
	margin:0px;
}
.test .owl-controls .owl-page{
	margin:0 !important;
	padding:0px 9px;
}
.test .owl-pagination {
    top: 2px;
}
.test .owl-controls .owl-page span {
    background: #CCCCCC;
	border:4px solid #ccc;
	height:10px; 
	width:10px;
	box-shadow:none;
}
.test .owl-controls .owl-page.active span {
    background: #fff;
	border:4px solid #ff8800;
	width:14px;
	height:14px;
}
.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:#999;
}
.booking .product-thumb .caption .inner h6{
	font-size:13px;
	color:#999;
	font-family: 'PT Serif', serif;
	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(2, 182, 241, 0.60);
}
.booking .product-thumb .hoverbox .icon_plus {
    font-size: 30px;
    top: 28%;
}
/*.logo{
	background:#F7F8FA;
	padding:50px 0;
}*/
.logo ul{
	margin:0;
}
.logo ul .list-group-item{
	width: 18.2%;
}
.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:38px;
}
.header4 footer .subs{
	width:26%;
	margin-right:20px;
}
.header4 footer .info{
	width:17%;
	margin-right:20px;
}
.header4 .footersrch p {
    margin:0 0 22px;
}
.header4 .footersrch .btn-default {
    background-color: #00B7F1;
}
.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/image-top.jpg) no-repeat;
    /* height: 110px; */
    padding-top: 30px;
    text-align: center;
    box-shadow: 0px 0px 7px 0 hsla(0, 0%, 0%, 0.2);
    /* margin-top: 120px; */
    background-repeat: no-repeat;
    padding: 90px 0px 40px;
}

.bread-crumb h2{
	color:#000;
	font-size:30px;
	margin:0;
}
.bread-crumb  li:last-child:after {
	content: '';
}
.bread-crumb  li{
	padding:0px;
	text-transform:uppercase;
	font-family: "PT Serif",serif;
}
.bread-crumb  li:after {
	content: '/';
	padding: 0 3px;
}
.bread-crumb  li a{
	color:#ff8800;
	font-size: 14px;
}
.bread-crumb  li:first-child a{
	color:#000;
}
.faq{
	margin-top:70px;
	margin-bottom:80px;
}

.faq .accordion-item{
	border:0;
	margin: 0 0 30px;
}

.faq .accordion-header{
	border-radius: 0px!important;
	border: 1px solid #ddd!important;
}

.faq .accordion-item a{
	color:#000;
	padding: 15px 15px 13px;
}

.faq .panel-title {
    font-size: 16px;
    margin:0;
}

.faq a.collapsed:before {
    content: "\f067 ";
    font-family: 'FontAwesome';
    background: #ff8800;
    top: 0;
    height: 48px;
    text-align: center;
    line-height: 47px;
    width: 42px;
}

.faq a:before {
    content: "\f068";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 0;
    height: 48px;
    text-align: center;
    line-height: 47px;
    width: 42px;
}

.faq  .accordion-button::after{
	display:none;
}

.accordion-button:focus{
	border:0;
	box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    background: #ff8800;
    color: #fff;
    border-radius:0;
}


.faq .accordion-collapse{
	background:#f7f7f7;
	padding:15px;
	line-height:30px;
	border:1px solid #ddd;
	border-top:transparent;
	font-size:14px;
}

.faq .answer span:hover{
	background:#ff8800;
}
.faq .form-group .btn-block{
	background:#ff8800;
	color:#fff;
	text-transform:capitalize;
	border:none;
	border-radius:0px;
	min-height:40px;
}
.faq .form-group .form-control{
	border-radius:0px;
	margin-bottom:30px;
	font-size: 14px;

}

.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;
}
.login{
	width: 100%;
	height: 990px;
}
.leftside{
	background-image: url("../images/bg-image.jpg");
	height: 990px;
	background-repeat: no-repeat;
	display:block;
	width:50%;
	left:0;
	position:absolute;  
	z-index: -1;
}
.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;
	font-family: "PT Serif",serif;
}
.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:0;
}
.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;
	font-family:"PT Serif",serif;
	text-transform:uppercase;
}
.loginnow .links a, .loginnow .links{
	color:#000;
	font-size:16px;
	font-family:"PT Serif",serif;
}
.loginnow .links input{
	margin:0 5px 0 0;
}
.loginnow .btn-primary, .contacts .btn-primary{
	background:#ff8800;
	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: -12px 0 30px;
    opacity: 1;
    border-color: #eee;	
}
.loginnow ul{
	margin:0;
	text-align:center;
}
.loginnow ul li{
	width:100%;
	border:1px solid #ddd;
	margin:0 0 30px;
	padding:10px 0;
	font-size: 14px;
}
.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:#999999;
	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 #ff8800;
    position: absolute;
    left: 0;
    top:57px;
    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;
    font-size: 13px;
}
.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 {
    width: 32%;
}

.contacts .matter  i{
	float:left;
	background:#ff8800;
	border:1px solid #ff8800;
	padding: 53px 38px;
    color: #fff;
    font-size: 22px;
	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:#999;
	font-size:14px;
	margin:17px 0 24px; 
	font-family:"PT Serif",serif;
}
.about .bg{
	position:relative;
}
.about .bg img{
 	height:372px;
	width:100%;
}
.about .bg .places{
	position: absolute;
    top: 76px;
    left: 0;
    right: 0;
	width:83%;
}
.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:#999;
	font-size:14px;
	line-height:24px;
	font-family:"PT Serif",serif;
	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:#ff8800;
	border:1px solid #ff8800;
	color:#fff;
}
.about .testimonail {
    background: transparent;
}
.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 .expert .places h1:after{
	top: 56px;
}

.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-family:"PT Serif",serif;
	font-size:16px;
	padding:0 0 30px;
	margin:0;
	color:#999;
	line-height:12px;
}
.sidebar{
	position:absolute;
	left:0;
	top:20%;
	z-index:99;
}
.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;
	float:right;
}
.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:23px;
	color:#666;
	font-weight:700;
	line-height:36px;
	font-family:"PT Serif",serif;
}
.error .search {
    background: none;
	border: 1px solid #ff8800;
	border-radius: 0;
	position: relative;
	margin: 50px auto;
	width: 26%;
}
.error .search input {
    font-size: 20px;
    height: 50px;
    background: none;
}
.error .search .btn {
    background:none;
}
.error .search .btn i{
	color:#ff8800;
}
.error .btn-primary {
    background: #ff8800;
    color: #fff;
    border: 1px solid #ff8800;
    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;
}

.gallery1 .list-inline li {
	display: inline-block;
}
.gallery1 .product-thumb {
    margin-bottom: 0px;
}
.gallery1 li img{
	vertical-align:top;
}
.gallery1 li:first-child img{
	width: 545px;
	height:284px;
}
.gallery1 li:nth-child(2) img{
	width: 565px;
	height:384px;
}
.gallery1 li:nth-child(3) img{
	width: 258px;
    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: 188px;
	height:285px;
}
.gallery1 li:nth-child(6) img{
	width:374px;
	height:285px;
}
.gallery1 li:nth-child(7){
	margin: -188px 0 0 261px;
}
.gallery1 li:nth-child(8){
	margin:-188px 0 0 0;
}
.gallery1 li:nth-child(7) img{
	width: 560px;
    height: 188px;
}
.gallery1 li:nth-child(8) img{
	width: 288px;
	height:187px;	
}

.gallery1  .image .four.hoverbox{
    margin: -91px 0 0 0;
    height: 131%;
}

.three.hoverbox{
	margin: -91px 0 0 0;
    height: 118%!important;
}

.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:50px;
}
.left-box h6{
	border-bottom:1px solid #E3E3E3;
	padding:0 0 20px;
	margin:0 0 30px;
	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:#999;
}
.left-box .about p{
	font-size:12px;
	font-family:"PT Serif",serif;
	color:#999;
	margin:0;
	line-height:24px;
}
.left-box .about p a{
	font-family: 'Montserrat', sans-serif;
	color:#ff8800;
	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:13px;
}
.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:11px;
	color:#000;
}
.left-box .last .product-thumb .caption p, .left-box .last1 .product-thumb .caption p{
    font-family:"PT Serif",serif;
	margin:0;
	font-size:11px;
	color:#999;
}
.left-box .last .product-thumb .caption p span{
    font-family: 'Montserrat', sans-serif;
	color:#ff8800;
	margin:0 0 0 8px;
}
.left-box .last1 .product-thumb .caption h4{
    margin:0 0 7px;
}
.left-box .last1 .product-thumb .caption i{
	color:#FA9640;
	font-size: 11px;
} 
.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:#999;
	font-size:16px;
}
.left-box .talk ul li:hover i{
	background:#ff8800;
	border:1px solid #ff8800;
	color:#fff;
}
.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:10px
}
.left-box .talk ul li p{
	font-family:"PT Serif",serif;
	margin:0;
	font-size:11px;
	color:#999;
}
.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;
}
.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:#3C3C3C;
	margin:0 0 13px;
	font-weight: bold;
	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;
	font-family: 'PT Serif', serif;
	background: #fff;
}

.left-box .book .selec-icon i{
	right: 9px;
    top: 47px;
    font-size: 12px;
}

.left-box .book  .bootstrap-select .dropdown-toggle::after{
	height: 35px;
	width: 31px;
}

.left-box .book .tab-content .date{
	position:relative;
}
.left-box .book .tab-content .calender{
	border:0;
	height:37px;
	padding:0;
	position: absolute;
	top: 0px;
	right: 0px
}
.left-box .book .tab-content .calender i, .left-box .book .tab-content .btn i{
	background:#BBB5B5;
	color: #fff;
	padding: 9px 10px;
	font-size: 18px;
}
.left-box .book .tab-content .calender:hover i, .left-box .book .tab-content .btn:hover i{
	background:#ff8800;
}

.left-box .book .tab-content .btn span{
	padding:10px 12px;
}
.left-box .book .tab-content .btn i{
	position: absolute;
	right: 0;
}
.left-box .book .tab-content .btn-primary{
	background:#ff8800;
	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 .accordion-item .accordion-header{
	border:0;
	padding:10px 15px;
}

.left-box .who .accordion-item{
    background-color: #fff;
	border-radius:0px;
	border: 1px solid #ddd;
	margin:0 0 4px;
}
.left-box .who  .panel-title {
    margin: 0;
    font-size: 14px;

}
.left-box .who .accordion-header  a{
	color:#000;
}

.accordion-header.active a{
	color:#fff!important;
}

.accordion-header.active {
	background: #ff8800;

}

.left-box .who  .panel-title .fa{
	float:right;
}
.left-box .who .panel-group .panel + .panel {
    margin-top: 2px;
}
.left-box .who .accordion-item .accordion-header + .accordion-collapse  > .panel-body,
 .accordion-item .accordion-header + .accordion-collapse > .list-group {
    border-top:0px;
	background:#fff;
	margin-bottom:3px;
}


.left-box .who .accordion-body p{
	font-size:14px;
	font-family:"PT Serif",serif;
	color:#999999;
	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;
	font-family:"PT Serif",serif;
} 
.left-box .slider-handle {
    background: #ff8800;
	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';
	font-family:"PT Serif",serif;
	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: #ff8800;
}
.left-box .rating .prettycheckbox > a{
	top:5px !important;
}
.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: 13px;
}
.left-image img{
	width:100%;
}
.ourblog .product-thumb .caption{
	background:#FBFBFB;
	padding:10px 9px 0;
	margin: 0 0 60px;
}
.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:#999;
}
.ourblog .product-thumb .caption .admin p span{
	color:#ff8800;
}
.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:#999;
}
.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 .des{
	font-size:14px;
	line-height:24px;
	font-family:"PT Serif",serif;
	margin:21px 21px 30px;
	color:#999;
}
.ourblog .product-thumb .caption .des1{
	font-size:15px;
	line-height:24px;
	font-style:italic;
	font-family:"PT Serif",serif;
	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:#ff8800;
}
.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;
	font-family:"PT Serif",serif;
	color:#666;
	padding:0;
}
.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:#ff8800;
}
.ourblog .owl-buttons, #related-pro .owl-buttons{
	min-height:40px;
}
.ourblog .owl-buttons div, #related-pro .owl-buttons div {
	opacity: 1 !important;
}

#blog-carousel .carousel-control-next, 
#blog-carousel .carousel-control-prev,
#related-pro .owl-nav .owl-prev,
#related-pro .owl-nav .owl-next{
    top: auto;
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:12px 32px;
	font-size:15px;
	line-height:14px;
	color:#000;
}

#blog-carousel .carousel-control-next,
#blog-carousel .carousel-control-prev{
	top: auto!important;
	bottom: -13px;
	opacity:1!important;
	width: auto;
}

#related-pro .owl-nav button{
	position: absolute;
}

.ourblog .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}
#related-pro .owl-nav .owl-prev{
    left: 15px;
}
.ourblog .owl-controls .owl-buttons .owl-next {
    right: 0px;
}
#related-pro .owl-nav .owl-next {
    right:15px;
}
#blog-carousel .carousel-control-next:hover,
#blog-carousel .carousel-control-prev:hover,
#related-pro .owl-nav .owl-prev:hover,
#related-pro .owl-nav .owl-next:hover{
	color:#fff!important;
	background:#ff8800;
	border:1px solid #ff8800;
}
.ourblog .post{
	margin:46px 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%;
}
.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;
	font-family:"PT Serif",serif;	
	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;
	border-color: #999;
}
.ourblog .comment h1{
	font-size:16px;
	margin:0 0 20px;
	color:#000;	
}
.ourblog .comment p{
	font-size:12px;
	font-family:"PT Serif",serif;	
	margin:0 0 30px;
	color:#999;
}
.ourblog .comment .form-group{
	margin-bottom:0;
}
.ourblog .comment input, .ourblog .comment textarea{
	font-size:11px;
	font-family:"PT Serif",serif;	
	margin:0 0 30px;
	color:#ccc;
	border-radius:0;
	font-style:italic;
	height:37px;
}

.ourblog .comment input{
	width:96%;
}
.ourblog .comment textarea{
	height:162px;
}
.ourblog .comment .btn-primary {
    margin-top: 0px;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 13px;
    color: #000;
    background: #fff;
    border-color: #ddd;
}
.ourblog .comment .btn-primary:hover, .ourblog .comment .btn-primary:active:hover, .ourblog .comment .btn-primary:focus, .ourblog .comment .btn-primary:active:focus {
    background: #ff8800;
    color: #fff;
    border: 1px solid transparent;
}
.mainpage .product-thumb .caption .inner {
   padding: 20px 10px;
}
.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:#ff8800;
	color:#fff;
	border-color: #ff8800;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff8800;
    border-color: #ff8800;
}
.pagination > li:last-child > a{
	margin-right:0px;
}
.topplaces .sort{
	margin-bottom: 55px;
}
.topplaces .mainpage .product-thumb .caption .inner {
    padding: 32px 12px;
}
.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;
	padding: 0 5px 0 0;
}
.sort .form-group{
	width:100%;
}
.sort .form-group .bootstrap-select{
	height:37px;
}
.sort .bootstrap-select .btn-light{
    background-color: #FBFBFB;
    background-image: linear-gradient(to bottom, #FBFBFB, #FBFBFB);
    background-repeat: repeat-x;
	font-family:"PT Serif",serif;
    border-color: #E5E5E5;
	border-radius: 0 !important;
	color:#B7B5B6!important;
	height:37px;
	font-size: 12px;
}
.sort .bootstrap-select .btn-light 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:#ff8800;
	border:1px solid #ff8800;
}
.sort .bootstrap-select .dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ff8800;
    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:#ff8800;
}

.sort .selec-icon i{
	right: 10px;
    z-index: 3;
    top: 11px;
    font-size: 13px;
}

.sort .input-group .btn:focus{
	 z-index:0;
}

.sort .bootstrap-select .dropdown-toggle::after{
	width: 30px;
}

.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;
	position: relative;
	
}

.hotels .product-list .product-thumb .caption{
	margin-left: 267px;
}

.flights .product-list .product-thumb .caption{
	margin-left: 268px;
}
.product-list .product-thumb .caption .inner {
    padding:23px 15px;
	width: 67%;
	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:#ff8800;
}
.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 #ff8800;
	background:#ff8800;
}
.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 .owl-nav{ 
	display:block;
}


#additional .owl-dots{
	display:none;
}
#additional .product-thumb{
	margin:0;
}

#additional .owl-buttons div {
    opacity: 1 !important;
}

#additional .owl-nav button{
	position: absolute;
	top: 32%;
}

#additional .owl-nav .owl-prev {
    left: 0
}
#additional .owl-nav .owl-next {
    right: 0;
}
#additional .owl-nav i {
	font-size: 25px;
	background: #BBB5B5;
    color: #fff;
    padding: 9px 0;
}
#additional .owl-nav i:hover {
    background: #ff8800;	
}
.tour-detail .nav-tabs {
	border:none;
	margin:0;
}
.tour-detail .nav-tabs > li {
	padding:0 30px 30px 0;
	display:inline-flex;
	cursor: pointer;
}
.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:45px;
	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:10px;
	color:#3C3C3C;
	margin:0 0 13px;
	text-transform:uppercase;
	font-weight:bold;
}
.tour-detail #check-availabilty .form-control,
.book-now input,
.book-now .btn-light, 
.tour-detail #check-availabilty .btn-light{
	border-radius:0 !important;
	border:1px solid #E3EBEE;
	font-size:11px;
	color:#bab5b5;
	height:37px;
	font-family: 'PT Serif', serif;
}

.tour-detail #check-availabilty .btn-light{
	background: #fff;
	padding: 10px;
}

.book-now .btn-light{
	background:#fff;
}

.tour-detail #check-availabilty .col-sm-1{
	width:14%;
}

.tour-detail .selec-icon i {
    right: 24px;
    top: 46px;
}

.tour-detail #check-availabilty .date, .book-now .date{
	position:relative;
}
.tour-detail #check-availabilty .calender, .book-now .calender{
	border:0;
	height:39px;
	padding:0;
	position: absolute;
	top: -1px;
	right: 0px
	
}
.tour-detail #check-availabilty .calender i, .book-now .calender i, .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:#ff8800;
}
.tour-detail #check-availabilty .btn-primary{
	background:#ff8800;
	color:#fff;
	width:150px;
	height:37px;
	border:none;
	margin-top: 34px;
}
.book-now .btn-primary{
	background:#ff8800;
	color:#fff;
	width:150px;
	height:37px;
	border:1px solid #ff8800;
	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:#999;
	margin:0 0 29px;
	font-family: 'PT Serif', serif;
}
.tour-detail #itinerary p:last-child{
	margin:0;
}
.tour-detail #gallery ul{
	margin:0;
}
.tour-detail #gallery ul li{
	padding:0;
	width: 18.5%;
    display: inline-block;
    margin: 0 0 5px;
}
.tour-detail .review img{
	float:left;
}
.tour-detail .review .caption{
	background:#fff;
	border:1px solid #E3E3E3; 
	margin: 0px 0px 30px 114px;
	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;
	font-size: 11px;
}
.tour-detail #review .caption p{
	font-size:14px;
	color:#999;
	margin:20px 0 40px;
	font-family: 'PT Serif', serif;
}
.tour-detail #review .btn-primary{
	margin:0;
}
.tour-detail #reviews h2{
	font-size:16px;
	color:#000;
	margin:0 0 30px;
}
.tour-detail #reviews .form-group{
	margin:0;
}
.tour-detail #reviews label{
	font-size:10px;
	color:#000;
	margin:0 0 15px;
	text-transform:uppercase;
	font-weight: bold;
}
.tour-detail #reviews input, 
.tour-detail #reviews textarea{
	border-radius:0 !important;
	border:1px solid #E3EBEE;
	height:37px;
	margin-bottom:30px;
}
.tour-detail #reviews textarea{
	height:140px;
}
.tour-detail #reviews i{
	color:#F9973C;
	font-size: 12px;
}
.tour-detail #reviews .btn-primary{
	margin:0;
	border-radius:0;
	background:#ff8800;
	padding:14px 42px;
	border:1px solid #ff8800;
	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:50px;
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:29px;
}
.book-now h1{
	font-size:16px;
	margin:0 0 24px 0;
	color:#000;
	line-height:12px;
}
.book-now h1 span{
	float:right;
	color:#ff8800;
}
.book-now p{
	font-size:14px;
	margin:0 0 20px 0;
	color:#999;
	font-family: 'PT Serif', serif;
	width:80%;
}
.book-now h5{
	font-size:16px;
	margin:0;
	color:#000;
	font-family: 'PT Serif', serif;
	line-height:12px;
}
.book-now hr{
	margin:25px 0;
}
.related{
	position:relative;
}
.related h1::after {
    border-top: 5px solid #ff8800;
    position: absolute;
    left: 0;
	right:0;
    top: 54px;
    content: "";
    width: 70px;
	text-align:center;
	margin:0 auto;
}
.booking-form {
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	padding:30px 30px;
}
.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 0px 0;
	width:240px;
	height:184px;
}
.booking-form .astro .caption{
	margin-bottom:20px;
}
.booking-form .astro h3{
	font-size:15px;
	margin:0 0 12px;
	color:#000;
}
.booking-form .astro .rate span{
	font-size:12px;
	color:#999;
	font-family: 'PT Serif', serif;
	margin-right:32px;
}

.booking-form .astro .rate i {
    color: #FA9539;
    font-size: 12px;
}

.booking-form .astro .des{
	color:#999;
	font-family: 'PT Serif', serif;
	font-size:11px;
	margin:12px 0 22px;
}
.booking-form .astro ul, .booking-form .astro ul li p{
	margin:0;
}
.booking-form .astro ul li{
	padding:0 25px 0 0;
	border-right:1px solid #E5E5E5;
	color:#999;
	font-family: 'PT Serif', serif;
	font-size:13px;
	display:inline-block;
}
.booking-form .astro ul li span{
	color:#000;
	text-transform: uppercase;
}

.booking-form .astro ul li p {
    color: #000;
}

.booking-form .astro ul li:last-child{
	padding:0 0 0 25px;
	border-right:0px solid #E5E5E5;
}
.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:#999;
	font-family: 'PT Serif', serif;
	margin: 0 0 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:#999;
	font-family: 'PT Serif', serif;
	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;
	font-size: 12px;
	margin: 9px 0;
}
.booking-form form h4{
	font-size:16px;
	color:#000;
	margin:0 0 30px;
}
.booking-form .form-group{
	margin:0 0 0px;
}
.booking-form .form-group label{
	font-size:11px;
	margin:0 0 16px;
	font-weight: bold;
}
.booking-form .form-group input,
 .booking-form .form-group .btn{
	font-size:13px;
	height:35px;
	border-radius:0;
	font-family: 'PT Serif', serif;
	color:#999;
}
.booking-form .form-group .form-control{
	margin-bottom: 30px !important;
	border: 1px solid #ccc;
	border-radius: 0;

}

.booking-form .form-control:focus{
	box-shadow: none;
}

.selec-icon i{
	color: #fff;
    font-size: 14px;
    position: absolute;
    right: 22px;
    z-index: 1;
    top: 50px;
}

.expiration .selec-icon i {
    top: 12px;
}

.bootstrap-select .dropdown-item.active, 
.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-item:hover{
	background-color: #f5f5f5;
	color:#000;
}

.bootstrap-select .dropdown-menu{
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.booking-form .form-control{
    text-align: left;
    height: 37px;
}

.booking-form .selected{
	font-family: 'PT Serif', serif;
	color: #999;
	font-size: 13px;
}

.booking-form .form-group .btn{
	padding: 8px;
}

 .bootstrap-select .dropdown-toggle::after{
    height: 38px;
    width: 34px;
    background:rgb(187, 181, 181);
    position: absolute;
    border: 0;
    right: -2px;

}

.booking-form .bootstrap-select .dropdown-toggle::after{
	background: #ff8800;
}

.booking-form hr{
	margin:20px 0 50px;
}
.booking-form .confirmation label{
	font-size:14px;
	font-family: 'PT Serif', serif;
	margin:20px 0 0 0;
}
.booking-form .confirmation label a{
	color:#ff8800;
}
.booking-form .confirmation input[type="checkbox"]{
	margin:0 7px 0 0;
}
.booking-form .btn-primary{
	background:#ff8800;
	border:1px solid #ff8800;
	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-family: 'PT Serif', serif;
	font-size:18px;
	margin:0;
}
.thanks .btn-primary{
	background:#ff8800;
	border:1px solid #ff8800;
	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-family: 'PT Serif', serif;
	font-size:14px;
	color:#999;
	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;
	border-color:#999;
}
.information .des{
	font-family: 'PT Serif', serif;
	font-size:14px;
	color:#999;
	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-family: 'PT Serif', serif;
	font-size:12px;
	color:#999;
	margin-right:28px;
}
.summary .rate i{
	color:#F7983E;
	font-size: 12px;
}
.summary .des{
	font-family: 'PT Serif', serif;
	font-size:11px;
	color:#999;
	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:#ff8800;
	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;
	font-size: 14px;
}
#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;
}
.product-hotels:last-child{
	margin-bottom:0;
}
.product-hotels img{
	display:inline-block;
	float:left;
}
.product-hotels .hotels-detail{
	padding-right:0px;
}
.product-hotels .bor{
	border-left:1px solid #e5e5e5;
	text-align:center;
	padding-left:15px;
}
.product-hotels .hotels-detail h4{
	 margin: 0 0 5px;
}

#hotels .product-hotels .hotels-detail h4{
	line-height:10px;
}
.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: #9a9a9a;
    font-family: "PT Serif",serif;
    font-size: 12px;
    line-height: 12px;
}
.hotels-detail  .rate i {
    color: #f9953d;
    font-size: 11px;
}
.hotels-detail p {
    color: #9a9a9a;
    font-family: "PT Serif",serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.product-hotels .price span{
	color:#000;
	font-weight:400;
	font-size:14px;
}
.product-hotels .price{
	color:#ff8800;
	font-weight:bold;
	font-size:20px;
}
.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: #9A9A9A;
}
.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;
}

.hotels  .product-list .caption,
.packages .product-list .caption{
	position:relative;
}

.hotels .product-thumb .image img ,
.flights .product-thumb .image a img{
 	width:100%;
}

.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:54%;
	border-right: 1px solid #E5E5E5;
	margin-right: 16px;
}
.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:#999;
	font-family: "PT Serif",serif;
}
.hotel-check .product-thumb .caption .text-left {
	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:#000;
}
.hotel-check .product-thumb .caption .text-left button:hover {
    color: #fff;
	background:#ff8800;
	border:1px solid #ff8800;
}
.hotel-check .product-thumb .caption .text-left button {
    font-size: 12px!important;
    color: #000;
    padding: 10px 18px;
    border: 1px solid #E5E5E5;
}

.hotel-check .available .btn-primary {
    margin-top:0 !important;
}
#amenities ul{
	margin:0;
}
#amenities ul li{
	width:32%;
	padding:0;
	margin-bottom:30px;
	display: inline-block;
}
#amenities ul li a{
	display:inline-flex;
}
#amenities ul li .icon{
	width:30px;
	height:30px;
	background:#ff8800;
	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;
}
.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:68%;
}
.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:#999;
	text-transform:uppercase;
	font-family: "PT Serif",serif;
}
.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:#999;
	font-family: "PT Serif",serif;
	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: 2px;
    font-size: 12px;
}
.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;
}
.packages .product-list .product-thumb .caption .inner ul li{
	font-size: 14px;
}
.flight-bottom img{
	margin:0 0 5px;
}
.flight-bottom{
	position:absolute;
	bottom:10px;
	left:10px;
	color:#fff;
	text-transform:uppercase;
	font-family:"PT Serif",serif;
	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;
}
.take .detail .date1{
	color:#999;
	font-family:"PT Serif",serif;
	font-size:11px;
	text-transform:uppercase;
}
.take .detail h5{
	color:#000;
	margin:0 0 5px;
	font-family:"PT Serif",serif;
	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;
}
.main-box{
	padding:20px 15px;
	min-height:86px;
}
.main-box p, .main-box1 p, .flights .product-thumb .des{
	color:#999;
	font-family:"PT Serif",serif;
	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,
.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:66%;
	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;
}

#places .bor .btn-primary{
	padding: 13px 16px;
}

#restaurants .product-hotels img,
#places .product-hotels img{
	padding:0 15px;
}
.openat{
	color:#999;
}
#cafes .heading-box{
	margin-bottom:5px;
}

#Detail ul li{
	color:#000;
	line-height:25px;
	font-size:14px;
	padding:5px 0;
}

#Detail p {
    font-size: 13px;
    color: #999;
    line-height: 23px;
    margin: 0px;
    font-family: "PT Serif",serif;
}

#Detail h6{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 10px;
}

#Detail ol li {
    color: #999;
    padding: 5px 0;
    font-size: 14px;
}

#Info ul li{
	color: #000;
    line-height: 25px;
    font-size: 14px;
    padding: 5px 0;
}

#Detail ul li span,
#Info ul li span{
	color:#999;
	font-size:14px;
	padding:0 5px;
	font-family: "PT Serif",serif;
	text-transform: capitalize;
}


#Info h6{
	font-size:14px;
	color:#000;
	font-weight: 600;
	margin: 25px 0 10px;
}
.galleryview #myModal{
	background:rgba(5, 5, 5, 0.6) none repeat scroll 0 0;
}
.galleryview #myModal button.close{
	display:none;
}
.galleryview #myModal .controls{
	position: absolute;
	background:rgba(0, 0, 0, 0.80);
	font-size: 18px; 
	color: #fff; 
	top:50%;
}
.galleryview #myModal .controls:hover{
	background:#FDB714;
}
.galleryview #myModal .previous{
	left:0;
	padding: 5px 15px 5px 10px;
}
.galleryview #myModal .next{
	right:0;
	padding: 5px 10px 5px 15px;
}
.galleryview #myModal .modal-body{
	padding:0px;
}	
.galleryview #myModal .modal-body img{
	width:100%;
}
.galleryview .image{
	cursor:pointer;
}

/*---------------------- 
[ 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:#ff8800;
	border:1px solid #ff8800;
}
.shopinner .places ul li + li{
	margin-left:20px;
}
.shopinner .places ul li a{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.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;
	color: #fff;
}
.shopping .product-thumb .hoverbox .buttons .btn-danger:hover{
	background:#ff8800;
	border:1px solid #ff8800;
	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: 11px;
}
.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;
	font-family: "PT Serif",serif;
}
.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:#999999;
	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 .thumbnails li{
	margin: 0 0 20px;
	border: 1px solid #ddd;
	transition: all .5s ease;
	display: inline-block;
}

.shopdetail .thumbnails li:hover{
    border-color: #337ab7;
}
.shopdetail h2{
	margin:0 0 20px;
	font-size:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:400;
}
.shopdetail .rating .fa{
	font-size: 15px;
	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-family: 'PT Serif', serif;
	font-size:14px;
	color:#999999;
	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 #999;
}
.shopdetail .shortdes{
	font-size:14px;
	line-height:24px;
	color:#686868;
	margin:0 0 30px;
	font-family: 'PT Serif', serif;
}
.shopdetail .qtypara {
    margin: 0 30px 0 0;
}
.shopdetail .buttons .btn-primary {
    background: #ff8800;
	border:0;
	padding: 15px 23px;
    text-transform:uppercase;
	margin:0;
	font-family: 'PT Serif', serif;
	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:#999999;
	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-family: 'PT Serif', serif;	
	font-size:14px;
	color:#999999;
	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 .nav-link.active{
	background:#ff8800;
	color:#fff;
	border:1px solid #ff8800;
}
.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;
}
.shopdetail .tab-content{
	border:1px solid #E5E5E5;
	padding:29px;
	margin-bottom:80px;
}
.shopdetail .tab-content p{
	margin:0;
	font-family: 'PT Serif', serif;	
	font-size:14px;
	color:#999;
}
.shopdetail #review h2{
	font-weight:700;
    font-size: 16px;
    color:#000;
    margin:0 0 24px;
}
.shopdetail #review .image{
	float:left;
	margin-right:10px;
}
.shopdetail #review .detail{
	padding:12px 18px 0px;
	border:1px solid #ccc;
	margin:0 0 25px 70px;
	color:#686868;
}
.shopdetail #review .detail p{
	font-family: 'PT Serif', serif;	
	font-weight:400;
    font-size: 14px;
    margin:0 0 20px;
}
.shopdetail #review .detail ul li{
	font-family: "Noto Sans";
	font-size:12px;
	display: inline-block;
}
.shopdetail #review .detail ul li .fa-stack{
	width:1.25em;
	height:1em;
	color:#ff8800;
}
.shopdetail #review .detail ul li .fa-stack:last-child{
	color:#686868;
}
.shopdetail #review .fa-stack{
	width:1.25em;
	height:1em;
	color:#686868;
}
.shopdetail #review .fa{
	font-size: 10px;
    margin: 0 1px;
}
.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:#686868;
}
.shopdetail #form-review .form-control{
	min-height:34px;
	box-shadow:none;
	border-radius:0px;
}
.shopdetail #form-review .buttons .btn-primary{
	background:#ff8800;
	padding:14px 40px;
    margin:10px 0 0;
	color:#fff;
	border-radius:0;
}
.shopdetail #form-review li{
	line-height:15px;
	display:inline-block;
	padding: 0 5px;
}
.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 i{
	background-color:#e5e5e5;
	color:#A4A4A4;
	font-size:20px;
	font-weight:500;
	border-radius:0;
    padding: 13px 17px;
}
.qtypara i:hover{
	background-color:#ff8800;
	color:#fff;
}
.qtypara .form-control{
	font-size:20px;
	height:45px;
	width:182px;
	text-align:center;
	font-family:"PT Serif",serif;
	border-radius:0;
}
.related .product-thumb{
	margin-bottom:0 ;
}
/*---------------------- 
[ Mycart / .mycart ]
------------------------ */ 
.mycart,
.checkout{
	padding: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:9px;
	color:#fa953b;
}
.mycart .tabl1 td .name p{
	font-size:12px;
	color:#000;
	font-family:"PT Serif",serif;
	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:#ff8800;
}
.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-family: 'PT Serif', serif;
	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:#ff8800;
	color:#fff;
	border:1px solid #ff8800;
}
.mycart .btn-primary:hover{
	background:#ff8800;
	color:#fff;
	border:1px solid #ff8800;
}
/*---------------------- 
[ 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;
	font-size: 14px;
}
.checkout .check{
	font-size:14px;
	color:#000;
	text-transform:none;
	margin-bottom:0;
	font-weight:400;
}
.checkout .check span{
	color:#A9A9A9;
	font-family: 'PT Serif', serif;
	margin-left:15px;
}

.checkout .prettycheckbox > a {
    width: 12px !important;
    height: 12px !important;
    margin-right: 17px !important;
}
.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;
	margin-bottom: 8px;
}
.checkout .btn-primary{
	margin:35px 0 0 0;
	background:#ff8800;
	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;
}
.myaccount .top li:hover, .myaccount .top li.active{
	background:#ff8800;
}
.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 40px;
}
.myaccount .dashboard .links{
	margin:0 0 30px;
}
.myaccount .dashboard .links li{
	background:#ff8800;
	text-align:center;
	padding: 38px 44px 22px;
    width: 24.1%;
}
.myaccount .dashboard .links li img{
	margin-bottom: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:8px;
}
.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-family: 'PT Serif', serif;
	font-size:14px;
	color:#999999;
	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, .myaccount .booking .notified .image{
	float:left;
	background:#ff8800;
	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-family: 'PT Serif', serif;
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	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:#999999;
	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{
	font-family: 'PT Serif', serif;
	color:#999;
	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:#999;
	margin:0;
	font-family: 'PT Serif', serif;
}
.myaccount .profile .icon{
	position:absolute;
	top:0;
	right:0;
	background:#ff8800;
	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:#3C3C3C;
	text-transform:uppercase;
	margin:0px 0 15px;
	font-weight: bold;
}
.myaccount .edit form .form-control, 
.myaccount .edit form .bootstrap-select .btn-light{
	font-size:11px;
	color:#999;
	margin:0;
	font-family: 'PT Serif', serif;
	border-radius:0;
	height:37px;
	text-transform:uppercase;
	padding:0 10px;
	background: #fff;
}
.myaccount .edit form .bootstrap-select .btn-light{
	border: 1px solid #ccc;
	padding:10px;
}

.myaccount .edit  .selec-icon i{
	right: 33px;
}
.myaccount .edit .bootstrap-select .dropdown-toggle::after{
	background: #ff8800;
}
.myaccount .edit form textarea{
	height:100px !important;
}
.myaccount .edit .btn-primary{
	background:#ff8800;
	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;
    cursor: pointer;
}
.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;
}
.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;
    font-family: 'PT Serif', serif;
}
.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:10px;
	color:#fa953b;
}
.myaccount .wishlist .tabl1 td .name p{
	font-size:12px;
	color:#000;
	font-family:"PT Serif",serif;
	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:#ff8800;
}
.myaccount .wishlist .tabl1 .color{
	color:#E5E5E5;
}
.myaccount .edit h4{
	font-size:14px;
	color:#999;
	margin:0 0 30px;
	text-transform:uppercase;
}

.hotels #gallery ul li {
	width: 19.5%;
}


    /*======= World historical places section=====*/
        .historical-places{
            padding-top: 20px;
            padding-bottom: 140px;
            background: #f7fafd;
        }
        .historical-places .single-dest{
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            transition: 0.3s;
            margin-bottom:30px;
        }
        .historical-places .single-dest .thumb{
            position:relative;
            overflow: hidden;
        }
        .historical-places .single-dest .thumb img {
            width: 100%;
            height: 300px;
        }
        .historical-places .single-dest .thumb .price{
            position: absolute;
            background:#02acf0;
            padding:7px 18px 4px 18px;
            display:inline-block;
            top:20px;
            left:20px;
            border-radius: 18px;
            color:#fff;
            font-size:16px;
            transition: 0.3s;
        }
        .historical-places .single-dest .dest-info{
            padding:27px 20px 25px 20px;
        }
        .historical-places .single-dest .dest-info h3{
            font-size:22px;
            font-weight: bold;
            color:#040e27;
            margin-bottom: 0;
            transition:0.3s;
        }
        .historical-places .single-dest .dest-info p{
            font-size: 14px;
            font-weight: lighter;
            color:#000;
            margin-top:2px;
            margin-bottom: 7px;
        }
        .historical-places .single-dest .dest-info .rating span i{
            font-size: 12px;
            color:#f88408;
        }
        .historical-places .single-dest .dest-info .rating span a{
            font-size: 14px;
            color:#000;
            margin-left:5px;
        }
        .historical-places .single-dest .dest-info .rating .days{
            font-size:14px;
            font-weight: light;
            color:#000;
        }
        .historical-places .single-dest .dest-info .rating .days i{
            margin-right: 8px;
        }
        .historical-places .single-dest .dest-info .rating .days a{
            font-size:14px;
            color:#000;
        }
        .historical-places .single-dest:hover{
            box-shadow: 0 10px 20px rgba(0,0,0,0.5);
        }
        .historical-places .single-dest:hover .dest-info h3{
            color:#030942;
        }
        .historical-places .single-dest:hover .thumb .price{
            background: #0292f1;
        }
        .historical-places .btn-hist{
            margin-top: 10px;
        }
        .btn-hist{
            background-color: #ff8800!important;
            color:#fff!important;
            margin-right:5px;
            margin-left:5px;
            animation:skew 3s infinite;
            animation-direction: normal;
            transform: skew(20deg);
            animation-direction: alternate;
            padding:3px 3px;
        }
        @keyframes skew{
            0%{
                transform: skewX(20deg);
            }
            100%{
                transform: skewX(-20deg);
            }
        }

        .section-title.text-center.mb-70 p {
            color: #000;
        }

        p.mb-4 {
            color: #000;
  }
      .section-header h2 {
        color: #FFF;
        font-weight: bold;
        font-size: 3em;
        margin-bottom: 20px;
      }

      .section-header p {
        color: #FFF;
      }

      .row  {
        display: flex;
        flwx-wrap: wrap;
/*        align-items: center;*/
        justify-content: space-between;
      }

      .contact-info {
        width: 50%;
      }

      .contact-info-item {
        display: flex;
        margin-bottom: 30px;
      }

      .contact-info-icon {
        height: 70px;
        width: 70px;
        background-color: #fff;
        text-align: center;
        border-radius: 50%;
      }

      .contact-info-icon i {
        font-size: 30px;
        line-height: 70px;
      }

      .contact-info-content {
        margin-left: 20px;
      }

      .contact-info-content h4 {
        color: #ff8800;
        font-size: 1.4em;
        margin-bottom: 5px;
      }

      .contact-info-content p {
        color: #000;
        font-size: 1em;
      }

      .contact-form {
        background-color: #fff;
        padding: 40px;
        width: 45%;
        padding-bottom: 20px;
        padding-top: 20px;
      }

      .contact-form h2 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
        color: #333;
      }

      .contact-form .input-box {
        position: relative;
        width: 100%;
        margin-top: 10px;
      }

      .contact-form .input-box input,
      .contact-form .input-box textarea{
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        resize: none;
      }

      .contact-form .input-box span {
        position: absolute;
        left: 0;
        padding: 5px 0;
        font-size: 16px;
        margin: 10px 0;
        pointer-events: none;
        transition: 0.5s;
        color: #666;
      }

      .contact-form .input-box input:focus ~ span,
      .contact-form .input-box textarea:focus ~ span{
        color: #e91e63;
        font-size: 12px;
        transform: translateY(-20px);
      }

      .contact-form .input-box input[type="submit"] {
            width: 100%;
            background: #ff8800;
            color: #FFF;
            border: none;
            cursor: pointer;
            padding: 10px;
            font-size: 18px;
            border: 1px solid #ff8800;
            transition: 0.5s;
        }

      .contact-form .input-box input[type="submit"]:hover {
            background: #FFF;
            color: #ff8800;
        }





          /*=======End of Contact Us section=====*/

        /*======= Pilgrimage section=====*/
            /*Section Travel Options*/

            .travelOptions h3 {
                margin-bottom: 50px;
            }

            .travelOptions p {
                text-align: justify;
                margin-bottom: 50px;
            }

            .travelOptions h6 {
                font-weight: bold;
            }

   .card-body p {
    color: #000;
    font-size: 13px;
    line-height: 23px;
}
/*=======End of Pilgrimage section=====*/





  /*======= Education section=====*/

/* Features Destinations */
.section-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-head-title{
  color: $black;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
}
.view-all,.read-more{
  color: $tree-poppy;
  font-size: 1.7rem;
  font-weight: bold;
  transition:.2s;
}
.view-all{
  width: 10rem;
  span{
    transition: all 0.3s ease-in-out;
  }
  &:hover{
    span{
      width: 2rem;
      padding-left: .5rem;
    }
  }
}
.read-more{
  &:hover{
    border-bottom: 1px solid $tree-poppy;
  }
}
.features-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1.5rem;
}
.feature-card{
    flex: 0 1 calc(25% - 1.5rem);
    min-width: 22%;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
  img{
    border-radius:1rem;
  }
}
.feature-card-desc{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: $white;
    border-top-right-radius: .6rem;
    padding: 1.5rem 1.5rem 0 0;
}
.location{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.country{
  display: block;
  font-size: 20px;
  font-weight: 400;
}



/* Trending Stories */
.stories{
  display: flex;
  flex-wrap: wrap;
  grid-gap:3rem 1.5rem;
  justify-content: center;
}
.story{
  flex: 0 1 calc(25% - 1.5rem);
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.story-img{
    height: 100%;
    width: 100%;
}
.story-title{
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: $black;

}
.story-desc{
  font-size: 1.5rem;
  font-weight: 400;
  color: $topaz;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1rem 0 2rem;
}
.read-more{
  font-size: 1.5rem;
}

.feature-card img {
    height: 100%;
    width: 100%;
}

.feature-card-desc {
    color: #fff;
    z-index: 1;
    text-align: center;
}


/*=======End of Education =====*/


 /*===========================  Honeymoon  ===========================*/
      

   .service-item {
    flex: 1;
    padding: 7px 10px;
    border: lightcyan solid 1px;
    box-shadow: 3px 3px 20px lightsteelblue;
    height: 100%;
    }

     /* .service-item:hover {
          box-shadow: 3px 3px 20px lightsteelblue;
      }
*/
      .service-item h2 {
          font-size: 18px;
          width: 120px;
          color: #001F38;
          margin-top: 11px;
          flex: 1;
      }

     .service-item img {
        width: 100%;
        height: 71%;
     }

      .places-text.honeymoon {
    /* margin-top: 33px; */
    margin-bottom: 23px;
}

      /*=============================Places===============================*/
      .places-text {
          text-align: center;
      }

      .places-text small {
    font-family: cursive;
    color: #ff8800;
    font-size: 15px;
    font-weight: 600;
}

      .places-text h2 {
          font-size: 32px;
          color: #191D34;
          letter-spacing: 1px;
      }

      .cards {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: repeat(2, 1fr);
          grid-gap: 30px;
          align-items: center;
          justify-items: center;
          text-align: center;
      }

     .card {
    border: 1px solid lightgray;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 90%;
    height: 100%;
}

      .card img {
          max-width: 100%;
          height: 300px;
          border-radius: 8px;
          cursor: pointer;
      }

      .cards .text {
          padding: 20px;
          line-height: 50px;
      }

      .cards .card-box {
          display: flex;
          flex-flow: row;
          background-color: #ff8800;
          font-size: 18px;
          font-family: Roboto;
          align-items: center;
          justify-content: center;
          text-align: center;
      }

      .cards .time {
          flex: 1;
      }

      .cards .location {
          flex: 2;
      }

      .cards .cost {
          color: #ff8800;
          font-size: 20px;
      }

      /*------------Zoom in Photos--------------*/
      .zoom-img {
          float: left;
          position: relative;
          width: 100%;
          height: 320px;
          overflow: hidden;
      }

      .zoom-img .img-card {
          position: absolute;
          overflow: hidden;
      }
      .img-card {
          height: 100%;
          width: 100%;
      }

      .img-card img {
          height: 100%;
          width: 100%;
      }
      .img-card img {
          -webkit-transition: 0.8s ease;
          transition: 0.8s ease;
      }

      .card:hover .zoom-img img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
      }

      span.amount-price {
          text-decoration-line: line-through;
          padding: 8px;
      }
      .text h2 {
            font-size: 20px;
        }
a.nav-link.active {
    color: #fff !important;
}

  /*============================= End Honeymoon ===============================*/

/*new css ....*/

.world-image img {
    width: 100%;
    border-radius: 50px;
}
section.services {
    padding: 40px 0px;
}
.album.py-5.bg-light .col-md-4 {
    margin-bottom: 38px;
}

section.or-footer-section-3 {
    background-color: #071c1f;
}
.footer-widget-wrapper-3 {
    padding: 90px 0 50px;
}
.or-footer-widget .or-logo-widget {
    color: #fff;
}
.or-footer-widget .or-logo-widget p {
    padding: 25px 0px 25px;
}
.footer-widget-wrapper-3 .or-footer-widget .or-logo-widget .footer-social a {
    width: 35px;
    height: 35px;
    color: #010148;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
}
/*.or-footer-widget .or-menu-widget {
    padding-left: 85px;
}*/
.or-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
}
.footer-widget-wrapper-3 .or-footer-widget .widget-title:after {
    height: 3px;
    bottom: -3px;
    background-color: #ff7800;
}
ul.pecials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.or-footer-widget .or-menu-widget li {
    margin-bottom: 20px;
}
.or-footer-widget .or-menu-widget li a {
    color: #fff;
    position: relative;
}
.or-footer-widget .or-menu-widget li a:after {
    bottom: 0;
    content: "";
    left: 15px;
    height: 1px;
    width: 0%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.footer-widget-wrapper-3 .or-footer-widget .or-logo-widget .footer-social a {
    width: 35px;
    height: 35px;
    color: #010148;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
}
.or-footer-widget .or-logo-widget .footer-social a {
    margin-right: 20px;
}


.footer-gallary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-top: 15px;
}
.footer-gallary-grid .footer-gallary-item img {
    width: 100%;
    border-radius: 4px;
}
.or-logo-widget a img {
    width: 66%;
    margin-left: -7px;
}