@import "https://fonts.googleapis.com/css?family=Muli";

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {

	font-family: Muli,sans-serif;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.05px;
    -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

h1{
    
    margin:0px;
    font-weight:600;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
p{
    
    font-size: 16px;
    line-height: 26px;
    text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
a{
    text-decoration: none;
}
.noHover{
    pointer-events: none !important;
}
.tourname{
    font-size: 22px;
    font-weight: 800;
}
.fa-check{
    color: #067c33;
    font-weight: 800;
    margin-right: 10px;
}
.fa-xmark{
    color: #ad1818;
    font-weight: 800;
    margin-right: 10px;
}
.fw-9{
    font-weight: 900;
}
.text-cap{
    text-transform: uppercase;
}
.text-footer{
    font-size: 15px;
}
.gg-blue{
    color: #0293b9;
}
.gg-bg-blue{
    background: #0293b9;
}
.gg-bg-light-blue{
    background: #75cef4;
}
.gg-btn{
    background: #0293b9;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 3px;
    color: #fff !important;
    border: 1px solid #0293b9;
}
.gg-btn:hover{
    background-color: #75cef4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #75cef4;
}
.btn-rating {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #ececec;
}
.fa-star, .fa-star-half-stroke {
    color: #ffe041;
}
.hor-line1 {
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}
.hor-line1 {
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}
.fa-bars-staggered{
    font-size: 33px !important;
    color: #0293b9;
}
.nav-item .gg-menu-btn{
    color: #fff !important;
    background: #0293b9;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #0293b9;
}
.nav-item .gg-menu-btn:hover{
    color: #fff !important;
    background-color: #75cef4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #75cef4;
}
.wt-btn{
    color: #ffff;
    background-color: #25D366 !important;
    border: 1px solid #25D366;
}
.text-center{
    text-align: center !important;
}
.font-12{
    font-size: 12px;
}
.dropdown-divider{
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}
.bg-dark-grey{
    background: #f2f2f2;
}
.bg-grey{
    background: #f8f9fa;
}
.bg-white{
    background: #ffff;
}
.grey-text{
    color: #9b9b9b;
}
.redBdr {
    width: 33px;
    height: 1px;
    background: #eb2026;
    display: flex;
}
.carousel{
    position: relative;
}
.carousel-inner{
    
    
}
.carousel img{
    
}
.card{
    border: none;
    border-radius: 2px;
}
.card img{
    border-radius: 2px;
}
.navbar{
    position: relative;
    z-index: 9;
    box-shadow: 0 0 25px #00000047;
    -moz-box-shadow: 0 0 25px #00000047;
    -webkit-box-shadow: 0 0 25px #00000047;
    -ms-box-shadow: 0 0 25px #00000047;
}
.navbar li {
    padding: 5px;
}
.navbar-nav li a{
   color: #000 !important; 
   font-size: 18px;
}
.navbar .navbar-nav li a:hover{
    color: #0293b9 !important;
}
.navbar .navbar-nav li .active{
    color: #0293b9 !important;
}
.columns-3{
    min-width: 700px;
}
.columns-3 p{
    margin-left: 20px;
}
.columns-3 li{
    list-style: none;
}
.columns-3 li a{
    display: block;
    font-size: 14px;
    padding: 0;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.navbar .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    border: none;
    border-radius: 0;
    visibility: hidden;
    transform: translateY(20%);
    transition: all .5s;
    padding: 10px;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    box-sizing: border-box;
    transform: translateY(0%);
    box-shadow: 0 0 25px #00000047;
    -moz-box-shadow: 0 0 25px #00000047;
    -webkit-box-shadow: 0 0 25px #00000047;
    -ms-box-shadow: 0 0 25px #00000047
}
.carousel-caption h5{

}

.main-pkg-form{
    background: #0293b9 !important;
}
.main-pkg-form .pkg-form-inner{

    padding-left: 20px;
    padding-right: 20px;

}
.main-pkg-form .container{
    border-radius: 5px;
}
.main-pkg-form .form-floating .btn{
    border: 2px solid #75cef4;
}
.main-pkg-form .form-floating select{
    background-color: #fff !important;
    border-radius: 30px;
    border: none;

}
.main-pkg-form .form-floating input{
    background-color: #fff !important;
    border-radius: 30px;
    border: none;

}

.main-pkg-form .form-floating .btn{
    border-radius: 30px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.main-box-inner {
    border-radius: 6px !important;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.2);   
}
.all-card-heading{
    font-size: 32px !important;
    color: black !important;
    font-weight: 900 !important;
}
.main-dest-item{
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 0 0 8px 8px;
    padding: 12px 12px 12px 12px;
}
.main-dest-item .card{
    border-radius:  8px 8px;
}
.main-dest-item img{
    border-radius:  8px 8px;
}
.main-dest-item .card-title{
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 3px 2px 4px #000000;
}
.package-list-main .card{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;
}
.package-list-main .card .card-heading {
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.card-heading .pkg-head-option {
    padding-bottom: 0;
    margin-bottom: -5px;
    font-size: 11px;
    color: #0293b9;
    font-weight: 800;
    text-transform: uppercase;
}
.package-list-main .card .card-heading .card-pkg-head {
    font-weight: 800;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0;
}
.package-list-main .card .card-img {
    padding-top: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.package-list-main .card .card-img img {
    
    border-radius: 8px !important;
}
.pkg-item-top .pkg-top-list .pkg-top-item{
    padding-left: 5px;
}
.pkg-item-top .pkg-top-list .pkg-top-item p{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.pkg-item-top .pkg-top-list i {
    font-size: 14px;
    color: #3e3e3e;
}
.package-list-main .card-title p{
    font-weight: 600;
    font-size: 14px;
    color: #0293b9;
    text-transform: uppercase;
}
.pkg-item-top .pkg-top-list .pkg-top-item-name{
    font-size: 12px;
}
.pkg-item-footer .row{
    padding: 0 !important;
    margin: 0 !important;
}
.pkg-item-footer{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}
.pkg-item-footer ul{
    margin-left: -7px;
    padding: 0;
}
.pkg-item-footer .pkg-item-feature{
    width: 70%;
    font-size: 14px;
    text-align: left;
}
.pkg-item-price{
    margin-top: -5px;
    position: absolute;
    right: 30px;
    text-align: right;
}
.pkg-item-price p{
    margin: 0;
}
.lineThroughRed{
    width: 46px;
    background: red !important;
    right: 0;
    height: 1px;
    transform: rotate(-8deg);
    position: absolute;
    top: 6px;
}
.pkg-item-footer .pkg-item-price .price-actual{
    font-size: 12px;
    font-weight: 600;
    margin-top: -6px;
    padding: 0;
}
.pkg-item-footer .pkg-item-price .price-current{
    font-size: 22px;
    font-weight: 900;
    margin-top: -6px;
    padding: 0;
}
.theme-pkg{

}
.theme-pkg .pkg-theme-item{
    
}
.theme-pkg .pkg-theme-item img{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.theme-pkg .theme-pkg-bottom{
    margin: 0;
    padding: 0;
    background: #f8f9fa !important;
}
.theme-pkg-bottom h5{
    font-size: 15px;
    padding-top: 5px;
}
.theme-pkg-bottom p{
    margin-top: -8px;
    font-size: 13px;
    margin-bottom: 0;
}
.main-offer-list{
    margin-bottom: 20px;
    margin-right: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    cursor: pointer;
}
.main-offer-list .offer-list-img{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.main-offer-list .offer-list-img img{
    border-radius: 5px;
}
.main-offer-list .card .offer-top{
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-offer-list h5{
    font-size: 18px;
    color: #000;
}
.main-offer-list .offer-content{
    font-size: 14px;
    line-height: 14px;
    color: #2b2b2b;
    margin-top: 15px;

}
.offer-item-footer{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}
.offer-item-footer .offer-book{
    text-align: right;
}
.offer-book a{
    text-decoration: none !important;
}
.main-pkg-text{
    text-align: left !important;
}
.main-pkg-btn{
    background-color: #1a87c2;
    font-size: 18px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.offer-slider img{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}/* New Package Design */
.pkg-box{
    border-radius: 5px;
    box-shadow: 0 0 10px #00000012;
    background: #FFF; 
}
.pkg-box-2 {
    height: 250px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000012;
    background: #FFF;  
}
.pkg-box-3{
    border-radius: 5px;
    box-shadow: 0 0 10px #00000012;
    background: #FFF;
}
.pkg-location-img{
    width: 100%;
}
.pkg-location-img img{

}
.pkg-inner-list-cta .inner-list-hotel{
    display: flex;
    justify-content: space-between;
    
}
.pkg-inner-list-details h3{

}
.pkg-list-right-bg{
    background: #d7eaef;
}
.btn-pkg-view{
    width: 100%;
    height: 45px!important;
    line-height: 29px;
    background: #0293b9;
    color: #ffff;
    border: none;
    border-radius: 5px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s all ease;
}

.pkg-qte-btn{
    width: 100%;
    height: 45px!important;
    line-height: 29px;
    background: #78ccf7;
    color: #ffff;
    border: none;
    border-radius: 5px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    transition: .3s all ease;
}
/* Package inner Pages Start*/
.pkg-inner-page-top{
    background: url(../images/slide-1.jpg) no-repeat;
    background-size: cover;
    min-height: 450px;
    max-height: 450px;
    position: relative;
}
.font-pkg-inner{
    font-size: 13px !important;
    font-weight: 400;
    line-height: 14px;

}
.pkg-inner-item-footer{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}
.pkg-inner-item-price{
    
    position: relative;
    text-align: left;
}
.pkg-inner-item-price h5{
    font-weight: 900;
    color: #30790a;
    font-size: 14px;
    margin-bottom: 15px;
}
.pkg-inner-item-price p{
    margin: 0;
}
.lineThroughRed1{
    width: 76px;
    background: red !important;
    top: 6;
    margin-left: -35px;
    height: 2px;
    transform: rotate(-9deg);
    position: absolute;
    
}
.pkg-inner-item-price .price-actual{
    font-size: 22px;
    font-weight: 400;
    margin-top: -11px;
    padding: 0;
}
.pkg-inner-item-price .price-current{
    font-size: 32px;
    font-weight: 900;
    margin-top: 0;
    padding: 0;
}
.pkg-inner-item-book{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}
.pkg-inner-call{
    text-align: left;
}
.pkg-inner-view{
    text-align: right;
}
.pkg-inner-call .btn{
    font-size: 16px !important;
    border-radius: 3px;
    border: 1px solid #0293b9;
    color: #0293b9;
    padding: 5px;
    margin-right: 10px;
}
.pkg-inner-call .btn:hover{
    border: 1px solid #0293b9;
    background: #0293b9;
    color: #fff;
}
.pkg-inner-view .btn{
    font-size: 16px !important;
    font-weight: 600;
    border: 1px solid #0293b9;
    border-radius: 3px;
    background: #0293b9;
    color: #fff;
    padding: 5px;
}
.pkg-inner-view .btn:hover{
    border: 1px solid #7bccee;
    background: #7bccee;
    color: #fff;
}
.pkg-list-item-dest p{
    font-size: 16px;
    font-weight: 900;
}
.pkg-list-item-dest .pkg-top-list{
    margin-top: -6px;
}
.inner-details{
    text-align: left;
}
.inner-details h3{
    font-size: 16px;
}
.inner-details li{
    font-size: 14px;
}
.pkg-list-item-dest .pkg-dest-item{
    font-size: 13px;
}
.pkg-list-item-dest .pkg-top-list i {
    font-size: 14px;
    color: #282828;
}
.pkg-list-item-dest .pkg-top-list p{
    margin: 0;
    color: #0293b9;
}


/* Package inner Pages End*/
/* Package Details Pages STart*/
.pkg-dt-top-img{
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    border-radius: 0 9px 9px 0;
    position: relative;
}
.pkg-details-banner{
    border-radius: 20px;
}
.pkg-details-head{
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
}
.pkg-details-img-left{
    justify-content: left;
}
.accordion-button {
  color: #0293b9 !important;
  font-weight: 900 !important;
}
.itinerary-details .pkg-details-right .pkg-details-price h5{
    font-size: 12px;
    color: #5cac33;

    
}
.itinerary-details .pkg-details-right .pkg-details-price .text-small1{
    font-size: 11px;
    color: #595959;
    margin-bottom: 3px;
    font-weight: 500;
}
.itinerary-details .pkg-details-right .pkg-details-price .pkg-price{
    font-size: 28px;
    font-weight: 900;
    margin-top: 6px;
    margin-bottom: -4px;
    padding: 0;
}
.itinerary-details .pkg-details-right .pkg-details-price span{
    font-size: 11px;
    color: #595959;
    margin-top: -6px;
    padding: 0;
    font-weight: 500;
}
.itinerary-inclusion ul li{
    font-size: 15px;

}
/* Package Details Pages END*/
/* Payment Page Start*/
.bank-details .bank-1 img{
    width: 70%;
}
.payment-enq-form .form-control {
    width: 100%;
    height: 50px;
    padding: 8px 10px;
    background-color: none;
    background-color: transparent;
    display: block;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
    float: left;
}

/* Payment Page END*/

/* Contact Page */
.contact-page{
    background: url(../images/gg-contact-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 450px;
    max-height: 450px;
    position: relative;
}
.contact-page-banner{
    
}
.contact-inner-left .contact-icon span i{
    float: left;
    margin: 0 20px 0 0;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #0991b7;
}
.contact-icon span i:hover{
    background-color: #75cef4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contact-box{
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 23px;
}
.contact-box p{
    padding: 0;
    margin: 0;
}
.contact-page-form{
    width: 90%;

}
.contact-page-form .input-group{
    height: 70px;
}
.contact-page-form .input-group-text{
    background-color: #0293b9;
    color: #fff;
}

/* Contact Page End */

.gg-footer{
    background-color: #3e3e3e!important;
}
.gg-footer h5{
    font-weight: 600;
}
.text-white{
    color: #ffff !important;

}
.text-white a {
    color: #ffff !important;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 75px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 22px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}