/*Additional CSS Styles*/

.header-cover {
    background-size: cover;
    min-height: 300px;
    background: linear-gradient(to right, #56ab2f, #a8e063);
    /* margin-top: -1.5%; */
/*    padding-left: 18%;*/

}

.header-cover p {
    text-align: left;
    margin-top: -6%;
    font-weight: 600;
    font-style: italic;
}

.header-cover .places {
    text-align: center;
    font-size: 22px
}

.header-cover .include-exclude {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 600;
    text-align: left;
}

.header-cover .include-exclude-container {
    margin-top: 4%;
}

.special-note {
    margin-top: 0 !important;
    /*    margin-left: 2%;*/
}

.tour-title {
    /*    margin: 0;*/
    /*    color: #37b721;*/
    font-size: 4em;
    font-weight: 100;
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    padding: 110px;
}

.tours-subtitle {
    margin: 0;
    font-size: 1em;
    color: #313131;
    text-transform: uppercase;
    font-weight: 800;
}

.tour-subcontent p {
    margin: 1em 0 0 0;
    color: #313131;
    font-size: .875em;
    line-height: 1.8em;
    font-weight: 600;
    text-align: justify
}
.tourist-spots-container{
    margin-bottom: 2%
}
.tourist-spots-container h3 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    padding-bottom: .5em;
    color: #37b721;
    font-family: 'Cinzel Decorative', cursive;
    /*    text-align: center;*/
}

.single-package {
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 30em;
}

.locations {
    background-color: black;
    color: white;
}

.single-package .package-image {
    overflow: hidden;
    height: auto;
}

.single-package .package-image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
}

.single-package:hover .package-image a img {
    transform: scale(1);
}

.single-package .package-content {
    padding: 20px;
    text-align: left;
}

.single-package .package-content h3 {
    font-weight: 600px;
    color: #37b721;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
    font-family: inherit;
    font-weight: 800;
    font-size: 1em;
}

.single-package .package-content p {
    /*    text-align: center;*/
}

.single-package .package-content p {
    color: #727272;
    font-size: 15px;
    font-weight: 500;
}

.single-package .package-content p span {
    color: #37b721;
    font-weight: 600;
}

.single-package .package-calto-action {
    padding: 0 20px 25px;
}

.single-package .package-calto-action .ct-action li {
    display: inline-block;
}

.single-package .package-calto-action .ct-action li:first-child a {
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    background-color: #37b721;
    padding: 7px 15px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    /* margin-left: -38px; */
}

.single-package .package-calto-action .ct-action li:last-child a{
    
       transition: all ease-in-out 0.5s;
    overflow: hidden;
    background-color: #37b721;
    padding: 7px 15px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    /* margin-left: -38px; */
    
}

.single-package .package-calto-action .ct-action li a:hover {
    background-color: #99d659;
}

.single-package .package-calto-action .ct-action li:last-child {
    float: right;
    /*     margin-top: 7px;*/
}

.single-package .package-calto-action .ct-action li:last-child i {
    font-size: 16px;
    color: #ffef3b;
}

.tourists-spots {
    margin-left: 15%;
    margin-right: 15%;
}

.read-more-btn a {
    background-color: #37b721;
    padding: 7px 15px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
}

.day-tours-container {
    background-size: cover;
    /*    background-color: whitesmoke;*/
    /*    padding-bottom: 1px;*/
    /*    min-height: 556px;*/
    /*    background: linear-gradient(to right, #56ab2f, #a8e063);*/
    /*    margin-top: -1.5%;*/
    /*
    border-style: solid;
    border-color: #37b73c;
*/
}

.day-tours-container .day {
    font-weight: 800;
    margin: auto;
    font-size: 2em;
}

.day-tours-container h3 {
    font-family: inherit;
    color: black;
    font-weight: 600;
    margin: 10px;
}

.day-tours-container p {
    margin: 10px;
    line-height: 2;
    text-align: justify;
    margin-right: 21%;
}

.day-tours-container hr {
    /*    margin-left: -14em;*/
    border-top-color: black;
}

.day-tours-container img {
    /*    margin-right: 10px;*/
}

.city-tours-container .description {
    margin: 20px;
    line-height: 2;
    /*    margin-left: 7%;*/
    text-align: justify
}

.city-tours-container .foot {
    margin: 20px;
    line-height: 2;
    margin-left: 7%;
    text-align: center
}

.city-tours-container .heading {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    padding-bottom: .5em;
    color: #37b721;
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    margin: 20px;
    margin-left: 7%;
}

.single-package1 {
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.single-package1 .package-image {
    overflow: hidden;
}

.single-package1 .package-image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    width: 400px;
    height: auto;
}

#package1 {
    height: 28em;
}

#package2 {
    /*height: 100%;*/
}

#package3 {
    height: 100%;
}

#package4 {
    height: auto;
}

.text-block {
    position: absolute;
    top: 80%;
    background: #00000061;
    z-index: 0;
    opacity: 1.6;
    height: 17%;
    width: 100%;
    text-align: center;
}

.text-block h4 {
    font-size: 14px;

}

@media only screen and (min-width: 1800px) {
    .special-note {
        margin-left: 1.5%;
    }
}

.introduction-txt {
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
    color: #313131;
    line-height: 2em;
}

/*sightseeings section*/
.packages {
    /*padding: 5em 0;*/
}

h3.title {
    text-align: center;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 100;
    color: #37b721;
    margin-bottom: 1em;
    margin: 0;
}

.packages_grid1,
.packages_grid2 {
    text-align: center;
}

.package1 img {
    width: 100%;
    border-radius: 5px;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.package1:hover img {
    transform: scale(1);
}

.package1 h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 1em 0 .5em;
    color: #545454;
    letter-spacing: 1px;
    font-weight: 700;
    /*    font-family: 'Source Sans Pro', sans-serif;*/
}

.package1 h5 {
    font-size: 17px;
    font-weight: 800;
    color: #db3552;
    margin-bottom: 1em;
    font-family: 'Source Sans Pro', sans-serif;
}

.package1 a {
    background: #2c925e;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 0px;
    border-radius: 2px;
    text-decoration: none;
}

.seesights-container .place-name {
    font-weight: 700;
    padding: 11px 20px;
    background: grey;
    color: white;
}

.seesights-container .description {
    line-height: 2;
    color: gray;
    text-align: justify;
}

.seesights-container .main-image {
    width: 100%;
    padding-top: 20px;
    /*    padding: 11px 20px;*/
    /*    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.seesights-container .seesights-subcontainer {
    background-color: whitesmoke;
    margin-bottom: 2%;
}



.wrap {
    overflow: hidden;
    margin: 10px;
}

.box {
    float: left;
    position: relative;
    width: 33.33%;
    padding-bottom: 33.33%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}

.boxInner img {
    width: 100%;
}

.boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body.no-touch .boxInner:hover .titleBox,
body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width : 480px) {

    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        padding-bottom: 100%;
    }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {

    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {

    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {

    /* Medium desktop: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }
}

.selectableImageContainer {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 7px;
    float: left;
    width: 212px;
    text-align: center;
}

.zoom_toolbar_button {
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    border: 1px solid #000000;
    padding: 6px 0 0 3px;
}

.approved_image_toolbar_button {
    background-color: #8bc249;
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    padding: 6px 0 0 3px;
}

.disapproved_image_toolbar_button {
    background-color: #bb232a;
    height: 32px;
    width: 32px;
    float: right;
    border-radius: 4px;
    margin-left: 2px;
    margin-top: 8px;
    cursor: pointer;
    padding: 6px 0 0 1px;
}

.reviewIssuesButton {
    margin-left: 20px;
    color: #ffffff;
    background-color: #00aeef;
}

.markAllReviewed {
    background-color: #00aeef;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #ffffff;
}

.white {
    color: #ffffff;
}

.route {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 21%
}


.package-calto-action{
    position: absolute;
    left: 0;
    bottom: 0;
}

#bookingbtn{
    position: inherit;
}