| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/indoasiaholidays.com/public/css/ |
Upload File : |
/*
* Table of Contents:
*
* 1. CSS Inits
* 2. PRELOADER
* 3. Horizontal Tabs
* 4. VerticalTab Tabs
* 4. VerticalTab Tabs
* 5. Tabs Responsive
* 6. Footer
*/
/*
===============================================
--------------- 1. CSS Inits ------------------
===============================================
*/
@-webkit-keyframes rotatee {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotatee {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes bouncee {
0%,
100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes bouncee {
0%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
/*
===============================================
--------------- CSS Demo ------------------
===============================================
*/
h3.h3_title {
font-family: "Roboto", sans-serif;
font-size: 30px;
line-height: 33px;
font-weight: normal;
margin: 0;
text-align: center;
margin-bottom: 30px;
}
.header-top {
background-color: #333333;
color: #fff;
padding: 24px 0 39px;
}
.header-top h2 {
font-family: "Oswald", sans-serif;
font-size: 30px;
line-height: 33px;
font-weight: normal;
margin: 0;
text-align: center;
}
.header-bottom {
background-color: #fff;
}
.logo {
padding-top: 25px;
}
.btn-pursache {
color: #fff;
display: block;
font-family: "Oswald", sans-serif;
font-size: 30px;
height: 95px;
line-height: 95px;
padding: 0 30px;
position: relative;
z-index: 1;
text-decoration: none !important;
-webkit-transition: all 0s ease-in-out 0s;
-moz-transition: all 0s ease-in-out 0s;
-o-transition: all 0s ease-in-out 0s;
transition: all 0s ease-in-out 0s;
}
.btn-pursache:before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
-webkit-transform: skewX(-15deg);
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-o-transform: skewX(-15deg);
transform: skewX(-15deg);
}
.btn-pursache:after {
background-color: rgba(0, 0, 0, 0.1);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0;
z-index: -1;
-webkit-transform: skewX(-15deg);
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-o-transform: skewX(-15deg);
transform: skewX(-15deg);
-webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
-moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
-ms-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
-o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.btn-pursache:hover,
.btn-pursache:focus {
color: #fff;
}
.btn-pursache:hover:after,
.btn-pursache:focus:after {
width: 100%;
}
.dark-bg {
background-color: #333333;
}
.white-bg {
background-color: #ffffff;
}
.other-bg {
background-color: #f1f3f7;
}
.section-full {
padding: 80px 0;
}
.effect-tabs {
text-align: center;
margin-bottom: 35px;
font-family: "Roboto", sans-serif;
}
.effect-tabs h3 {
font-family: "Roboto", sans-serif;
color: #fff;
font-size: 20px;
text-transform: capitalize;
font-weight: bold;
}
.effect-tabs .dropdown-select {
position: relative;
width: 200px;
margin: 0;
padding: 6px 20px;
height: 40px;
line-height: 14px;
font-size: 13px;
color: #fff;
background: #3C3E40;
border: 0;
border-radius: 0;
margin-top: 10px;
margin-left: 12px;
}
.demo-header {
text-align: center;
padding: 30px;
}
.demo-header a {
color: #fff;
background: #333;
text-decoration: none;
padding: 10px;
}
.demo-header a:hover {
color: #fff;
background-color: rgba(0,0,0,0.6);
text-decoration: none;
}
.demo-header a.current-demo {
color: #fff;
text-decoration: none;
}
/*
=====================================================
--------------- 3. Horizontal Tabs ------------------
=====================================================
*/
.tabs_scroll {
height: 500px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.nicescroll-rails {
width: 12px !important;
background: rgba(0,0,0,0.1) !important;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
/*
--------------- Demo 1 ------------------
*/
.HorizontalTab.tabs_hor_1 .resp-tabs-list li {
display: inline-block;
margin: 0 1px 0 0;
list-style: none;
cursor: pointer;
float: left;
background:#009ba6 !important;
color: #fff;
border: none;
padding: 18px;
font-size: 30px;
font-weight: 500;
min-width:221px;
margin-right: 1px;
line-height: 24px;
border-radius: 2px 2px 0 0;
margin-bottom:0px !important;
}
.HorizontalTab.tabs_hor_1 .resp-tabs-list .resp-tab-active {
border: 0 !important;
margin-bottom: -1px !important;
padding: 18px !important;
color: #fff !important;
background-color: rgba(0,155,166,0.5) !important;
}
.HorizontalTab.tabs_hor_1 .resp-tabs-list li i {
font-size: 16px;
margin-right: 8px;
}
.HorizontalTab.tabs_hor_1 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #fff;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
}
.HorizontalTab.tabs_hor_1 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
/* -webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);*/
}
.HorizontalTab.tabs_hor_1 p {
color: #ffff;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 2 ------------------
*/
.HorizontalTab.tabs_hor_2 .resp-tabs-list li {
display: inline-block;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
background-color: rgba(0,0,0,0.6) !important;
color: #fff;
border: none;
padding: 18px;
font-size: 14px;
font-weight: 500;
margin-right: 6px;
line-height: 24px;
border-radius: 2px 2px 0 0;
margin-bottom: 3px !important;
width: 100px;
text-align: center;
}
.HorizontalTab.tabs_hor_2 .resp-tabs-list .resp-tab-active {
border: 0 !important;
margin-bottom: -1px !important;
padding: 18px !important;
color: #fff !important;
}
.HorizontalTab.tabs_hor_2 .resp-tabs-list li i {
font-size: 20px;
position: relative;
display: block;
text-align: center;
margin-bottom: 8px;
}
.HorizontalTab.tabs_hor_2 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #eee;
}
.HorizontalTab.tabs_hor_2 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}
.HorizontalTab.tabs_hor_2 p {
color: #434a54;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 3 ------------------
*/
.HorizontalTab.tabs_hor_3 .resp-tabs-list li {
display: inline-block;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
color: #fff;
border: none;
padding: 18px;
font-size: 14px;
font-weight: 500;
margin-right: 6px;
line-height: 24px;
border-radius: 2px 2px 0 0;
margin-bottom: 3px !important;
text-align: center;
padding: 20px !important;
display: block;
text-align: center;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list .resp-tab-active {
border: 0 !important;
margin-bottom: -1px !important;
padding: 18px !important;
background-color: #fff !important;
padding: 20px !important;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li:hover {
background-color: #fff !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
padding: 20px !important;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
width: 42px !important;
height: 42px !important;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
line-height: 43px;
background: #fff !important;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li:hover i,
.HorizontalTab.tabs_hor_3 .resp-tabs-list .resp-tab-active i {
color: #fff !important;
transition-property: background-color;
transition-duration: 0.3s;
transition-timing-function: linear;
}
.HorizontalTab.tabs_hor_3 .resp-tabs-list li span.tabs-text {
display: none;
}
.HorizontalTab.tabs_hor_3 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #eee;
}
.HorizontalTab.tabs_hor_3 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}
.HorizontalTab.tabs_hor_3 p {
color: #434a54;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 4 ------------------
*/
.HorizontalTab.tabs_hor_4 .resp-tabs-list li {
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 13px 15px;
margin: 0 2px 0 0;
list-style: none;
cursor: pointer;
float: left;
border: 0 !important;
border-top: 2px solid transparent !important;
background-color: #fff !important;
color: #000 !important;
padding: 17px !important;
}
.HorizontalTab.tabs_hor_4 .resp-tabs-list .resp-tab-active {
border: 0 !important;
color: #000 !important;
font-weight: 600;
background-color: #fafafa !important;
padding: 17px !important;
}
.HorizontalTab.tabs_hor_4 .resp-tabs-list li:hover {
border: 0 !important;
color: #000 !important;
background-color: #fafafa !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.HorizontalTab.tabs_hor_4 .resp-tabs-list li i {
font-size: 16px;
margin-right: 8px;
}
.HorizontalTab.tabs_hor_4 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #eee;
}
.HorizontalTab.tabs_hor_4 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
background-color: #fafafa;
border: 0;
}
.HorizontalTab.tabs_hor_4 p {
color: #666;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 5 ------------------
*/
.HorizontalTab.tabs_hor_5 .resp-tabs-list {
border-bottom: 1px solid #d9d9d9;
height: 62px;
}
.HorizontalTab.tabs_hor_5 .resp-tabs-list li {
font-weight: 400;
font-size: 14px;
display: inline-block;
padding: 13px 15px;
margin: 0 2px 0 0;
list-style: none;
cursor: pointer;
float: left;
border: 0 !important;
border-bottom: 2px solid transparent !important;
background-color: transparent !important;
color: #000 !important;
padding: 17px !important;
}
.HorizontalTab.tabs_hor_5 .resp-tabs-list .resp-tab-active {
border: 0 !important;
color: #000 !important;
font-weight: 600;
background-color: transparent !important;
padding: 17px !important;
}
.HorizontalTab.tabs_hor_5 .resp-tabs-list li:hover {
border: 0 !important;
color: #000 !important;
background-color: transparent !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.HorizontalTab.tabs_hor_5 .resp-tabs-list li i {
font-size: 16px;
margin-right: 8px;
}
.HorizontalTab.tabs_hor_5 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #eee;
display: none;
}
.HorizontalTab.tabs_hor_5 .resp-tab-content {
border: 0 !important;
padding: 33px 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
box-shadow: 0;
border: 0;
}
.HorizontalTab.tabs_hor_5 p {
color: #666;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
=====================================================
--------------- 4. VerticalTab Tabs -----------------
=====================================================
*/
/*
--------------- Demo 1 ------------------
*/
.VerticalTab.tabs_ver_1.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-top: 0 !important;
}
.VerticalTab.tabs_ver_1.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 73%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
border: none;
padding: 18px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:last-child {
border-bottom: 0 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
border: 0 !important;
margin-bottom: 0px !important;
padding: 18px !important;
background-color: #f4f4f4 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:hover {
color: #fff !important;
padding: 18px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li i {
font-size: 16px;
margin-right: 8px;
}
.VerticalTab.tabs_ver_1 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_1 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}
.VerticalTab.tabs_ver_1 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 2 ------------------
*/
.VerticalTab.tabs_ver_2.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-top: 0 !important;
float: left;
width: 8%;
margin-bottom: 10px;
}
.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 89%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
margin-left: 13px;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
padding: 17px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
text-align: center;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active {
margin-bottom: 0px !important;
padding: 17px !important;
background-color: #f4f4f4 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover {
background-color: #f4f4f4 !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
width: 42px !important;
height: 42px !important;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
line-height: 43px;
background: #fff !important;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover i {
color: #f4f4f4 !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li span.tabs-text{
display: none;
}
.VerticalTab.tabs_ver_2 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_2 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.VerticalTab.tabs_ver_2 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 3 ------------------
*/
.VerticalTab.tabs_ver_3.resp-vtabs ul.resp-tabs-list {
float: right;
margin-top: 0 !important;
width: 8%;
}
.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 89%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
margin-left: 13px;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
padding: 17px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
text-align: center;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list .resp-tab-active {
margin-bottom: 0px !important;
padding: 17px !important;
background-color: #f4f4f4 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li:hover {
background-color: #f4f4f4 !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
width: 42px !important;
height: 42px !important;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
line-height: 43px;
background: #fff !important;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_3 .resp-tabs-list li:hover i {
color: #f4f4f4 !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_3 .resp-tabs-list li span.tabs-text{
display: none;
}
.VerticalTab.tabs_ver_3 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_3 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.VerticalTab.tabs_ver_3 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 4 ------------------
*/
.VerticalTab.tabs_ver_4.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-top: 0 !important;
float: left;
width: 9%;
margin-bottom: 10px;
}
.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 88%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
margin-left: 13px;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
padding: 17px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
text-align: center;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list .resp-tab-active {
margin-bottom: 0px !important;
padding: 17px !important;
background-color: #f4f4f4 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li:hover {
background-color: #f4f4f4 !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
color: #fff;
margin-bottom: 5px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list .resp-tab-active i ,
.VerticalTab.tabs_ver_4 .resp-tabs-list li:hover i {
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_4 .resp-tabs-list li span.tabs-text {
display: block;
}
.VerticalTab.tabs_ver_4 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_4 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.VerticalTab.tabs_ver_4 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 5 ------------------
*/
.VerticalTab.tabs_ver_5.resp-vtabs ul.resp-tabs-list {
margin-top: 0 !important;
float: right;
width: 9%;
margin-bottom: 10px;
}
.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 88%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
margin-left: 13px;
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
padding: 17px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
text-align: center;
}
.VerticalTab.tabs_ver_5 .resp-tabs-list .resp-tab-active {
margin-bottom: 0px !important;
padding: 17px !important;
background-color: #f4f4f4 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li:hover {
background-color: #f4f4f4 !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
color: #fff;
margin-bottom: 5px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_5 .resp-tabs-list li span.tabs-text {
display: block;
}
.VerticalTab.tabs_ver_5 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_5 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.VerticalTab.tabs_ver_5 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
--------------- Demo 6 ------------------
*/
.VerticalTab.tabs_ver_6.resp-vtabs ul.resp-tabs-list {
float: left;
width: 25%;
margin-top: 0 !important;
float: left;
width: 9%;
margin-bottom: 10px;
}
.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #f4f4f4;
border: 0;
float: left;
width: 88%;
min-height: 250px;
border-radius: 4px;
clear: none;
border-radius: 0;
margin-left: 13px;
}
.VerticalTab.tabs_ver_6 .resp-tabs-list li {
display: block;
margin: 0;
list-style: none;
cursor: pointer;
float: none;
color: #fff;
padding: 17px !important;
font-size: 14px;
font-weight: 500;
margin-right: 0;
line-height: 24px;
border-radius: 0;
margin-bottom: 0 !important;
margin: 0 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
text-align: center;
}
.VerticalTab.tabs_ver_6 .resp-tabs-list .resp-tab-active {
margin-bottom: 0px !important;
padding: 17px !important;
background-color: #f4f4f4 !important;
border: 0 !important;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_6 .resp-tabs-list li:hover {
background-color: #f4f4f4 !important;
padding: 17px !important;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_6 .resp-tabs-list li i {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
display: block;
color: #fff;
margin-bottom: 5px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_6 .resp-tabs-list li span.tabs-text {
display: block;
}
.VerticalTab.tabs_ver_6 h2.title_contanier {
font-family: "Roboto", sans-serif;
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 25px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_6 .resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.VerticalTab.tabs_ver_6 p {
color: #999;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
/*
=====================================================
--------------- 5. Tabs Responsive ------------------
=====================================================
*/
h2.resp-accordion {
font-size: 17px;
text-transform: uppercase;
color: #fff;
padding: 0.32em 0em 0.32em 0.70em;
margin: 0 !important;
list-style: none;
cursor: pointer;
background: rgba(0, 155, 166, 0.8) !important;
border: 0;
border-bottom: 1px solid rgba(0, 155, 166, 0.9) !important;
cursor: pointer;
line-height:0.5 !important;
padding: 10px 15px;
border-left: 0 !important;
border-right: 0 !important;
}
h2.resp-tab-active {
border: 0 !important;
border-bottom: 1px solid #ccc !important;
margin-bottom: 0 !important;
padding: 5px 15px !important;
background: rgba(0, 155, 166, 0.8) !important;
border-left: 0 !important;
border-right: 0 !important;
}
h2.resp-accordion:first-child {
border-top: 1px solid rgba(0, 155, 166, 0.9) !important;
}
h2.resp-accordion .tabs-text {
position: relative;
top: -3px;
left: 10px;
font-size: 14px;
display:inline-table;
}
.arrow-tabs {
float: right;
margin-top: 10px;
font-size: 18px !important;
display:none;
}
h2.resp-accordion .fc_icons {
font-size: 22px;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;
display: inline-block;
cursor: pointer;
margin: 0;
width: 42px !important;
height: 42px !important;
text-align: center;
position: relative;
z-index: 2;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
line-height: 43px;
background: #fff !important;
}
@media only screen and (max-width: 900px){
.resp-vtabs .resp-tabs-container {
border: none !important;
float: none !important;
width: 100% !important;
min-height: 250px !important;
clear: none !important;
}
.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container,
.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container,
.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container,
.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container,
.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container {
margin-left: 0;
}
}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
border-bottom: 1px solid #e1e1e1;
width: 100%;
}
ul.tabs li {
float: left;
margin: 0;
font-size:18px;
cursor: pointer;
padding:1rem 3rem;
border-left: 1px solid #fff;
background-color: #f0f3f6;
color: #444;
text-transform:uppercase;
overflow: hidden;
position: relative;
}
.tab_last { border-right: 1px solid #fff; }
ul.tabs li:hover {
background: rgba(255, 57, 0, 0.9);
color: #fff;
}
ul.tabs li.active {
background: rgba(255, 57, 0, 0.9);
color: #fff;
border-bottom: 1px solid #e1e1e1;
display: block;
}
.tab_container {
border: 1px solid #e1e1e1;
border-top: none;
clear: both;
float: left;
width: 100%;
background: #fff;
overflow: auto;
}
.tab_content {
padding: 20px;
display: none;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 800px) {
.tabs {
display: none;
margin-top:5rem;
}
.tab_drawer_heading {
color: #fff;
border-top: 1px solid #fff;
margin: 0;
display: block;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size:16px;
cursor: pointer;
padding:1rem 3rem;
background-color: #f0f3f6;
color: #444;
text-transform:uppercase;
}
.d_active {
background: rgba(255, 57, 0, 0.9);
color: #fff;
}
.box-package {
padding: 0;
display: block;
clear: both;
}
.search-result-section {
padding: 2em 0 0 0 !important;
}
.tab_content {
padding: 0px;
display: none;
}
.tab_container {
margin-top:0;
}
.table-padding{padding:2rem 0!important;}
.box-package-middle h4 {
padding: 0.5rem 0 0.5rem 0;
margin: 0;
}
.hotel-img{width:100%;
}
.btttn{padding-bottom:10px; display:block; clear:both; overflow:hidden;}
.fh5co-hand1{display:none;}
.middle_box_recomended {
margin:15px !important;
}
.Recommended-section{padding:3em 0 0 0 !important;}
.trending-tours{padding:0 !important;}
.trending-tours-mob {
margin-bottom: 0;
padding:0 !important;
}
.trending-box-mob {
margin-bottom: 15px !important;
width:100%;
}
.trending__hot_middle_box_over_content h1 {
font-size: 18px;
}
.trending__hot_middle_box_over_content h2 {
font-size: 18px;
}
.trending-activities-section h1 {
font-size: 18px;
margin-bottom:15px !important;
}
.trending-activities-section h1 span{
font-size:18px;
}
.trending-ho-section h1{
font-size:18px;
margin-bottom:15px !important;
}
.trending-ho-section h1 span{
font-size:18px;
}
.Recommended-section h1{
font-size:18px;
margin-bottom:0 !important;
}
.Recommended-section h1 span{
font-size:18px;
}
.box h1 {
font-size:18px;
}
.box h1 span{
font-size: 36px;
}
.box h1 b{
font-size: 36px;
}
.mb-4 {
padding-top: 0rem !important;
}
.mb-4-mob {
padding-top:1rem !important;
}
.box .small-heading { font-size:15px; margin-bottom:0.5rem; display:block; clear:both;}
.box .small-btn { margin-top:0.9rem; width:100%;}
.widget_package ul li {
display: inline-table;
width: inherit !important;
margin:0 !important;
list-style-type: none;
border: 1px solid #ddd;
padding: 0 1rem 1rem 1rem;
text-align: center;
}
.widget_package ul li a i {
margin:0px;
margin-top: 1rem;
font-size: 16px !important;
display: block;
color: #444;
}
.Day-tour-count h1 {
margin: 0 !important;
background: #feda0f;
text-transform: inherit !important;
padding: 1rem 2rem;
color: #444 !important;
width: 100% !important;
display: inheritl !important;
font-size: 18px !important;
text-align: center !important;
}
.Day-tour-count-left-line{display:none;}
.Day-tour-count-middle {
background: #fafafa;
padding: 2rem 3rem;
margin-top: 0rem;
margin-bottom: 0rem;
}
.Day-tour-count-right {
margin-top: 0rem;
margin-bottom: 4rem;
padding:0;
}
.contact-list-media {
width: 100%;
}
.contact-list-media .media-left {
padding-bottom: 0px;
}
.contact-list-media .media-left, .contact-list-media .media-right {
display: table-cell !important;
vertical-align: middle;
}
.contact-list-media .media-left {
padding: 0;
padding-bottom: 0px;
text-align: center;
padding-bottom: 18px;
}
.contact-list-media .media-left, .contact-list-media .media-right {
display: inline-table !important;
}
.media-body, .media-left, .media-right {
display: table-cell;
vertical-align: top;
}
.media-left, .media > .pull-left {
padding-right: 10px;
}
.contact-list-media .media-right {
text-align: left;
padding-left: 20px;
}
.contact-list-media .media-right {
text-align: left;
padding-left: 15px;
}
.contact-list-media .media-left, .contact-list-media .media-right {
display: table-cell !important;
vertical-align: middle;
}
.contact-list-media .media-right {
padding-left: 0px;
}
.contact-list-media .media-left, .contact-list-media .media-right {
display: inline-table;
}
.media-body, .media-left, .media-right {
display: table-cell !important;
vertical-align: top;
}
.media-right, .media > .pull-right {
padding-left: 10px !important;
}
.col-contact {
width: 100% !important;
}
.sort-hed-1{ display:block;}
.gototop {
position: fixed;
bottom: 40px !important;
right: 20px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.filter-dp{ display:none;}
.sort-dp{ display:none;}
.sort-dp-heading{font-size:16px !important;}
.filter-bot{background:#fff; width:100%; padding:0; position:fixed; bottom:0; display:block !important; z-index:999 !important; box-shadow:0 5px 20px #444}
.filter-bot a{ padding:0.5rem 0.3rem; width:19.500%; text-align:center; color:#009ba6; display:inline-table; border-left:1px solid #ccc; font-size:11px; font-weight:500; line-height:18px;}
.filter-bot a:hover{ color:#ff3900;}
.sort-count{background:#fff; width:100%; padding:0.5rem 0 ; position:fixed; bottom:40px; display:block !important; z-index:999 !important; box-shadow:0 5px 20px #444;}
.new-theme .link, .new-theme .under-link {
font-size:11px !important;
}
.com-div-hide{display:none;}
.sort-nav > li a {
font-size:11px !important;
}
.box-filter{padding:1rem;}
.btn-small-1{padding:0.5rem 2rem !important; border-radius: 1px;}
.m-2 {
margin:0.5rem!important
}
.DayView_count h6 {
margin:0;
padding: 0;
color: #444;
font-size: 12px;
line-height: 18px;
display: block;
}
.mob-pad-space {
padding-top:25px !important;
}
.mob-pad-tab {
padding-left:0;
padding-right:0;
}
.resp-tab-content {
padding:0px !important;
}
.resp-tab-content {
border:0 !important;
}
.heading-price{ font-size:16px !important; text-align:center;}
.book-price{ font-size:12px !important; padding:0.5rem 1.5rem; }
.package_det_d_line_day {
background: #009ba6 none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-size:16px;
margin:0 auto;
overflow: hidden;
text-align: center;
transition: all 400ms linear 0s;
width:100%;
padding:0;
}
.package_det_d_line {
padding:0 15px;
margin: 0;
position: relative;
}
.package_det_day_cont {
padding: 0 0 2% 0;
margin: 0;
font-size: 24px;
color: #444;
position: relative;
border-top: 0;
width:100%;
}
.search-result-detail h1 {
font-size:18px;
text-align: left;
margin-top:5px;
}
.mb-5 {
padding-top: 0rem !important;
}
.day-pading{padding:0; margin:0; width:100%; margin-top:1rem}
.package_det_day_cont h1 {
padding: 0 0 3% 0 !important;
margin: 0;
display: block;
font-size: 16px !important;
line-height: 24px;
}
.search-btn{padding:0.5rem 2rem !important; margin:0; background: rgba(255, 57, 0, 0.9) !important; width:100%;}
#fh5co-gallery .fh5co-gallery_item {
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}
.mb-6 {
padding-top:1rem!important
}
.booking-bt{padding:0; margin:0; text-align:center;}
.braek-line{display:block; clear:both; width:100%; overflow:hidden; margin-bottom:1rem; margin-top:1rem !important; border-bottom:1px ssolid #444 !important; padding:0.1rem 0 0 0; background:#f0f3f6;}
.small1{font-size:11px !important; line-height:14px !important; padding:0px !important; }
.roomBoxMain{
width:100% !important;
display: inline-block;
top: 35px;
}
.travelerbox {
padding: 0.3rem 1rem;
display: inline-block;
width: 100%;
}
.travelerbox::after {
top: 14%;
right: 7px;
}
.img-homepage {
display: block;
max-width: 100%;
height:inherit !important;
}
.img-homepage-1 {
display: block;
max-width: 100%;
height:inherit !important;
}
.fh5co-nav #fh5co-logo img {
margin: 0;
padding: 0;
width: 30%;
}
.fh5co-nav {
padding:0;
}
.img-mobile-responsive{ width:100%;}
.img-booking-responsive{ width:100%;}
.search-result {
margin: 0;
padding: 0 0 7rem 0;
position: relative;
min-height: inherit;
}
.booking-result{
margin: 0;
padding: 0 0 7rem 0;
position: relative;
min-height: inherit;}
.heade-booking .logo-bok{ width:50%; }
.heade-booking .logo-bok-center{ width:100%; text-align:center;}
.heade-booking h1{ padding:0; color:#FFF; font-size:14px; margin:0;}
.heade-booking .btn{ padding:0.5rem 1.5rem; color:#FFF; font-size:12px; margin:0;}
.heade-booking .logo-bok{ margin:0; padding:0; width:30%;}
.booking-top-padding{padding:0px !important}
.jcarousel-control-prev, .jcarousel-control-next {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px !important;
height: 36px !important;
text-align: center;
background: rgba(0, 0, 0, 0.5) !important;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font:37px/30px Arial, sans-serif !important;
z-index: 999;
}
.bo-padd{padding-right:inherit !important;}
.bo-padd-btn{padding-top:inherit !important; margin-top:inherit !important}
.trending-pad-box{width:100%; display:none; clear:both; margin-bottom:2rem}
.DayView_count_top h1 {
padding: 0.5rem 1.2rem;
font-size: 16px !important;
}
.dayPackage-line_heding {
padding: 0.5rem 10px;
line-height: 22px !important;
font-weight: 300;
font-size:14px;
}
.btn-outline {
background: none;
border:1px solid #eee;
font-size: 12px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin-top:1rem !important;
}
.package_det_d_side1_box{margin-top:1rem;}
.rightFloat{ display:none;}
.letsHelp{width:100% !important;}
.callIcon {
background:#029ba6 url(../images/call1.png) no-repeat 10px center;
padding:6px 15px 7px 35px !important;
color:#FFF;
width:49.3%;
margin:0;
text-align:left !important;
border-radius: 0rem !important;
}
.callIcon:hover {
background:#1eaeaa url(../images/call1.png) no-repeat 10px center;
color:#FFF;
}
.enquiryIcon {
background:#ff3900 url(../images/Send_Enquiry1.png) no-repeat 10px center;
padding:6px 15px 7px 35px !important;
color:#FFF;
width:49.4%;
text-align:left !important;
border-radius: 0rem !important;
font-size:14px !important;
}
.enquiryIcon:hover {
background:#1eaeaa url(../images/Send_Enquiry1.png) no-repeat 10px center;
color:#FFF;
}
.happy_Help {
text-align:center;
color:#ffffff;
width:100%;
position:fixed;
bottom:-4px;
left:0;
right:0;
z-index:999;
}
.colspan-enquiry {
display:inline-table;
width:100%;
}
.colspan-enquiry .btn{
padding:1rem 1.5rem !important;
display:block;
width:100%;
margin:0 !important;
}
.home_tabs1 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: relative;
background: rgba(0, 155, 166, 0.5);
padding:0;
width: 100%;
margin-top:85px;
}
.form-control1 {
display: block;
width: 100%;
padding: 10px 10px;
height:inherit;
font-size:12px;
}
.trending-tours h3{ font-size:16px; margin:0; padding:0;}
.trending-tours h3 span{}
.trending-tours h4{ margin:0; padding:0; font-size:14px; margin-bottom:5px;}
.trending-tours .btn{ margin-bottom:1.5rem !important; margin-top:1rem}
.trending-acti h3{} h3{ font-size:16px; margin:0; padding:0;}
.trending-acti h3{} h3 span{}
.trending-acti h3{} h4{ margin:0; padding:0; font-size:14px; margin-bottom:5px;}
.trending-acti .btn{ margin-bottom:1.5rem !important; margin-top:1rem}
.trending-acti-pad {
padding: 5px 0;
display: block;
}
.fh5co-nav #fh5co-logo a {
font-size: 35px;
color: #fff !important;
}
.modify-s-btn{margin-top:2rem;}
.result-comman .overlay img{ width:100%; height:150px; }
.result-comman-pack{ }
.result-comman-pack h2{ font-size:18px; margin:0; padding:0; }
.box-border {
padding:0;
}
.result-comman-pack p {
font-size: 13px !important;
font-weight: 300;
color: #444 !important;
padding: 0;
line-height: 20px !important;
margin: 1rem 0 0 0 !important;
text-align: justify;
}
.incIcon1 {
margin-top:0px;
}
.incIcon2 {
margin-top:0px;
}
.incIcon3 {
margin-top:0px;
}
.incIcon4 {
margin-top:0px;
}
.incIcon5 {
margin-top:0px;
}
.incIcon6 {
margin-top:0px;
}
.incIcon7 {
margin-top:0px;
}
.incIcon8 {
margin-top:0px;
}
.colspan-3 .inputBox .inputBoxIn .txtField {
font-size:12px;
padding:0.5rem 0;
}
.taxes{display:inline-table; clear:inherit; font-size:11px !important; color:#444; padding:0 10px 1rem 0 !important;}
.package_box_booking h1 {
line-height: 34px;
font-size:24px !important;
}
.package_box_booking h1 span{
font-size:24px !important;
}
.price-mobileCount1 {
display:none !important;
}
.price-mobileCount {
margin:0;
padding:5px 5px 5px 5px !important;
position:fixed;
z-index:99999 !important;
bottom:46px;
background:#1eaeaa;
left:0;
right:0;
display:block !important;
}
.price-mobileCount h1 span {
font-size:12px !important;
color:#fff;
text-transform:inherit !important;
border-bottom:0px;
}
.price-mobileCount h1 {
margin:0!important;
padding:5px 0 0 0!important;
font-size:24px !important;
text-align:left !important;
line-height:20px;
text-decoration:inherit !important;
color:#FFF !important;
}
.price-mobileCount h2 {
text-align:left !important;
font-size:20px;
}
.price-mobileCount p {
margin:0!important;
padding:0 !important;
text-align:right !important;
}
.price-mobileCount .btn {
margin:0!important;
width:100%;
padding:5px 0!important;
border-radius:0rem !important;
}
.price-mobileCount .group {
text-align:right !important;
font-size:12px !important;
display:inline;
}
.price-mobileCount .group-icon {
font-size:16px !important;
}
.price-mobileCount-perso {
font-size:12px !important;
color:#333;
}
.package-detail-count h2 {
margin:0 !important;
padding: 0;
font-size: 24px;
font-weight: 300;
}
h6{
margin: 10px 0 10px 0;
}
.box-inner {
display: block;
color: #FFF;
padding: 0;
width: 100%;
background: rgba(0, 0, 0, 0.5);
}
.box-inner h1 {
margin: 0px;
font-size:24px;
font-weight: 700;
color: #FFF;
}
.breadcrumb {
padding:0;
}
.box img{ width:inherit !important; height:inherit !important}
.package-detail-count {
margin:0 0 2rem 0;
padding:0;
}
.package-detail-count h2 {
margin:0 !important;
padding:0;
font-size:24px;
font-weight:300;
}
.top_package_detail_price_bot h2{padding:0px !important; margin:0px !important;}
.top_package_detail_price_bot h2 span{padding:0px !important; margin:0px !important; }
.delux-con-top{margin-top:1rem;}
.delux-con{margin:0; padding:0.2rem 0; display:block; clear:both; overflow:hidden; border-bottom:1px solid #CCC;}
.home_tabs1 ul li img{
text-align: center;
width:95%;
}
.box-package h2 {
font-size:18px !important;
font-weight: 300;
}
.activities-detail {
padding:0 !important;
}
.activity-type-list li .icon-holder {
background: #f5f5f5;
padding:0.5rem 0.5rem;
width:20px;
height:20px;
margin-right: 0.5rem;
}
.activity-type-list li {
position: relative;
list-style-type: none;
margin: 0;
margin-bottom: 0px;
padding: 0;
margin-bottom:1rem;
display: inline-block;
clear: both;
font-size: 12px;
}
.Trip-Adv h3 {
margin: 1rem 0;
font-size: 12px;
color: #060;
}
.Trip-Adv {
margin:0.5rem 0 0.5rem 0;
padding: 0.5rem 1.5rem 1rem 1.5rem;
border: 1px solid #e2e2e2;
width: 100%;
display: block;
font-size: 12px;
}
.Trip-Adv h3 {
margin: 0 !important;
font-size: 12px;
color: #060;
}
.home-logo{display:block;}
.home-logo-1{display:none;}
#fh5co-header .display-tc, .fh5co-cover .display-tc {
display: table-cell !important;
vertical-align: inherit !important;
width: 100%;
padding-bottom:2rem !important;
}
#fh5co-header {
min-height:inherit;
}
.fh5co-cover .display-t {
display: table;
width: 100%;
margin-top:inherit !important;
}
.blog-content .row {
margin-left:0px;
margin-right:0px;
}
.blog-content .col-xs-1{
width: 100%;
}
.blog-wrapper .blog-post .blog-content .date {
margin-bottom: 5px;
text-align:left;
}
.blog-post .blog-content .date .month {
display: inline-block;
}
.blog-post .blog-content .date .day {
display: inline-block;
}
.blog-post .blog-content .date .day {
margin: 0;
font-size: 2.86rem;
font-weight: 500;
line-height: 2.86rem;
}
.blog-post .blog-content .date {
text-align: left;
color: #3c3c3c;
}
.blog-post .blog-content .content-wrapper {
padding-left: 10px;
}
.blog-post .blog-content .date .month {
font-size: 1.43rem;
line-height: 2rem;
text-transform: uppercase;
}
.blog-post .blog-content .date .year {
display: inline-block;
}
.blog-post .blog-content .date .year {
font-size: 1.14rem;
}
}
}