body,
html {
    width: 100%;
    height: 100%; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #495057;}

hr {
    border-width: 1px;
    border-color: #ddd;}

hr.light {
    border-color: #fff; }

a {
    color: #ffec99;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
a:hover {
    color: #ffec99; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
    background-color: #ffec99 !important; }

.bg-dark {
    background-color: #212529 !important; }

.text-faded {
    color: rgba(255, 255, 255, 0.7); }

section {
    padding: 3rem 0; }

.section-heading {
    margin-top: 0;
    line-height: 1;
    color: #495057;}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none; }

img::selection {
    color: #fff;
    background: transparent; }

img::-moz-selection {
    color: #fff;
    background: transparent; }

body {
    -webkit-tap-highlight-color: #212529; }

#mainNav {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
#mainNav .navbar-brand {
    font-weight: 600;
    color: #ffec99;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1;
    height: 80px;
    padding: 19px 23px;}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #ffec99; }
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1rem;
    font-weight: 400;
    color: #212529; }
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #1a5d62; font-weight: bold;}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #1a5e63 !important;
    background-color: transparent; }
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent; }
@media (min-width: 992px) {
    #mainNav {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        -moz-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        background-color: rgba(118,123,127,0.7); }
    #mainNav .navbar-brand {
        color: #ffec99; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 15px; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.9); }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #fff; }
    #mainNav.navbar-shrink {
        background-color: #fff; }
    #mainNav.navbar-shrink .navbar-brand {
        color: #ffec99; }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #ffec99; }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #212529; }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #1a5e63; font-weight: bold;} }

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    position: relative;overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
}
@media (max-width: 650px) {
  header.masthead {
      background-image: url(../img/peru_trains.jpg);/*aaaa mobilevideoimage less than 650px)*/
  }
}
@media (min-width: 650px) {
  header.masthead {
      background-image: url(../img/peru-trains.jpg);/*aaaa tabletvideoimage 650px and 750px)*/
  }
}
header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
header.masthead h1 {
    font-size: 2rem; }
header.masthead p {
    font-weight: 300; }
@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem; } }
@media (min-width: 992px) {
    header.masthead {
        height: 90vh;
        min-height: 595px;
        padding-top: 0;
        padding-bottom: 0; }
    header.masthead h1 {
        font-size: 3rem; } }
@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem; } }

.service-box {
    max-width: 400px; }

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto; }
.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px; }
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
.portfolio-box:focus {
    outline: none; }
@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px; } }

.text-primary {
    color: #ffec99 !important; }

.btn {
    font-weight: 700;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
    padding: 1rem 2rem; }

.btn-primary {
    background-color: #ffec99;
    border-color: #ffec99; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important; }
.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }
.navbar-brand {
    background: #1a5e63;
}
.navbar-brand span{
    font-size: 14px !important;
    color: #fff;
    font-weight: 300;
}
.chatnow{
    background: #cca43b;
    color: #fff !important;
}
.header-block {
    text-align: left;
    background: rgba(0,0,0,0.5);
    padding: 25px;
    max-width: 409px;
    margin-bottom: 50px;
}
.header-block h2{
	color: #ffec99;
    font-weight: 600;
}
.header-block label{
    margin-top: 15px;
    /* display: block; */
    padding-left: 25px;
    border-left: 3px solid #ffec99;
    font-size: 20px;
}
.mb-auto, .my-auto {
    margin-bottom: 0 !important;
}
.section-heading span{
    font-size: 18px;
    font-weight: 300;
}
.divider{
    display: inline-block;
    width: 300px;
    margin-bottom: 50px;
}
.divider img{
    width: 100%;
}
.custom-list li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.custom-list{
    padding: 0;
}
.custom-list li img{
    width: 15px;
    margin-right: 10px;
}
.pack-sub h6{
    font-weight: 600;
}
.li1{
    height: 20px;
    margin-right: 8px;
}
.check img{
    width: 15px;
    margin-right: 10px;
}
.cross img{
    width: 15px;
    margin-right: 10px;
}
.bcard ul{
    padding: 0;
    list-style: none;
}
.bcard ul li{
    float: left;
    width: 45px;
}
.bcard ul li img{
    width: 100%;
}
.lb-1{
    font-size: 13px;
    color: #89a77e;
    font-weight: 700;
}
.tour-panel .tour-head h3{
    text-align: center;
    background: #89a77e;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
    position: absolute;;
    width: 100%;
}

.tour-panel img{
    width: 100%;
    font-size: 13px;
}
.panel-ind{
    padding-left: 30px;
    padding-top: 20px;
}
.tour-head{
    height: 241px;
    overflow: hidden;
    position: relative;
}
.tour-body{
    background: #f8f9fa;
    padding: 20px 0;
}
.feature-list{
    padding: 0;
    list-style: none;
}
.feature-list li{
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 0;
    display: table;
    width: 100%;
}
.feature-list li span{
    display: table-cell;
    vertical-align: middle;
}
.pack-cont{
    padding: 0 20px;
    font-size: 13px;
}
.pack-cont h6{
    font-weight: 600;
}
.pack-cont a:hover{
    text-decoration: none;
    color: #fff;
}
.chatnow{
    display: block;
    background: #cca43b;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.chatnow:hover,
.chatnow:focus,
#floatbt:hover{
    background: #89a77e;
}
.fl-label{
    font-size: 13px;
    margin-top: 57px;
    font-weight: 700;
}
.bcard{
    overflow: hidden;
}
.pack-border,.pack-border1{
    overflow: hidden;
    border: 1px solid #ddd;
}
.pack-border1{
    border-top: 0;
}
.worlmap{
    padding: 30px 10px;
}
.worlmap img{
    width: 100%;
}

.sub-feature-list{
    font-size: 13px;
    list-style: none;
    padding: 0;
}
.sub-feature-list li{
    margin: 5px 0;
}
.pack-sub{
    padding: 30px;
}
.cm-bus{
    background: url(../img/bus.jpg) no-repeat center center;
    height: 400px;
    margin: 50px 0;
    background-position: initial;
}
.cm-bus img{
    width: 100%;
    max-width: 383px;
    margin: 68px 10px;

}
.cm-bus-cont{
    color: #fff;
}
.cm-bus-cont a{
    display: block;
    padding: 8px;
    width: 140px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.cm-bus-cont a:hover{
    text-decoration: none;
}
.cm-bus-cont label{
    margin-bottom: 15px;
}
.cm-bus-cont h4{
    margin-top: 130px;
    font-size: 32px;
}
.cm-bus-cont label{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
}
.tab-info{
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.tab-info li{
  width: 18%;
  float: left;
  margin-right: 16.9px;
  background: #ddd;
  text-align: center;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 70px;
  display: table;
}
.tab-info li a{
  color: #333;
display: table-cell;
width: 100%;
font-size: 16px;
line-height: 1;
background: transparent !important;
vertical-align: middle;
}
.tab-info li a:hover{
    color: #333;
    text-decoration: none;
}
.tab-info li:last-child{
    margin-right: 0 !important;
    margin-left: 7.4px;
}
.tab-info li span{
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    display: block;
}
.tab-active{
    background: #89a77e !important;
}
.tab-active a{
    color: #fff !important;
    font-weight: 600;
}
.tab-cont{
  background: #89a77e;
color: #fff;
padding: 20px;
}
.tab-cont h4{
    font-size: 16px;
    font-weight: 700;
}
.tab-cont p{
    font-size: 14px;
    margin-bottom: 0;
}
.tab-carasoul{
    height: auto;
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
}
.tab-carasoul img{
    width: 100%;
}
.img-panel-head{
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.img-panel-head label{
    text-align: center;
    font-size: 18px;
    display: block;
    background: #89a77e;
    color: #fff;
    padding: 5px 0;
}
.img-panel-body p{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.img-panel-body table{
    width: 100%;
    font-size: 14px;
    color: #000;
}
footer{
    background: #333;
    padding: 20px 0;
}
footer .navbar-brand{
    background: transparent !important;
}
footer ul{
    padding: 0;
    list-style: none;
}
footer ul li{
    float: right;
    color: #fff;
    font-size: 13px;
}
#video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
.price1{
    color: #89a77e;
    font-size: 18px;
    font-weight: 600;
}
.price2{
    color: #cca43b;
    font-size: 18px;
    font-weight: 600;
}
.price1 font,
.price2 font{
    color: #495057;
    text-decoration: line-through;
    margin-left: 10px;
}
.img-panel-body{
    font-size: 14px;
}
.img-panel-body div:nth-child(1){
    border: 1px solid #ddd;
    padding: 20px;
}
.img-panel-body div:nth-child(2){
    border: 1px solid #ddd;
    position: relative;
    top: -1px;
    padding: 20px;
}
.img-panel-body label{
    color: #495057;
    font-weight: 600;
}
.img-panel-body ul{
    color: #333;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.img-panel-body ul li{
    margin-bottom: 5px;
}
.img-panel-body ul li .fa{
    margin-right: 10px;
    color: #89a77e;
}
#floatbt{
    display: inline-block;
    background: #89a77e;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    left: 82px;
    width: 250px;
    text-align: center;
}
#floatbt:hover{
    text-decoration: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
    font-size: 12px;
    margin-top: 4px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
#faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #f8f9fb;
    border: 1px solid #ddd;
    margin-bottom: 1px;
}
#faq .panel-heading h4{
    margin: 0;
}
#faq .panel-heading h4 a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #88a77e;
}
#faq .panel-heading h4 .collapsed{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    background: #f8f9fb;
}
#faq .panel-body{
    padding: 15px
}
.col-sm-offset-2{
    margin: 0 auto;
}
.day-link{
    display: none;
}
.active-day{
    display: block;
}
@media (min-width:900px) and (max-width:1200px){
    #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: 13px;
    }
    .panel-ind {
        padding-left: 16px;
        padding-top: 12px;
    }
    .custom-list li {
        list-style: none;
        font-size: 12px;
        margin-bottom: 3px;
        margin-top: 0px;
        font-weight: 700;
    }
    .bcard ul li {
        float: left;
        width: 31px;
    }
    .custom-list li img {
        width: 13px;
        margin-right: 5px;
    }
    .tour-head {
        height: auto;
    }
    .col-sm-2{
        padding-right: 0;
    }
    .price2 {
        color: #cca43b;
        font-size: 16px;
        font-weight: 600;
    }
    .fl-label {
        font-size: 13px;
        margin-top: 48px;
        font-weight: 700;
    }
    .feature-list li {
        border-bottom: 1px solid #ddd;
        padding: 0;
        height: 40px;
    }
    .pack-sub {
        padding: 15px;
    }
    #mainNav {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        -moz-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
    }

    .header-block {
        text-align: left;
        background: rgba(0,0,0,0.5);
        padding: 20px;
        max-width: 400px;
    }
    .header-block label {
        margin-top: 15px;
        /* display: block; */
        padding-left: 25px;
        border-left: 3px solid #ffec99;
        font-size: 18px;
    }
}
@media (max-width:899px){
    .header-block {
        display: none;
    }
    header.masthead {
        height: 540px;
    }
}
@media (max-width:500px){
    #floatbt{
        display: none;
    }
}
@media(max-width:600px){
    .hidden-xs{
        display: none;
    }
}

.tab-info li a:hover,
.tab-info li a:focus,
.tab-info li a:active,
.tab-info li:hover,
.tab-info li:focus,
.tab-info li:active{
    background: #88a77e;
    color: #fff;
}
@media (max-width:768px){
    .cm-bus {
        background: url(../img/bus.jpg) no-repeat center center;
        height: auto;
        margin: 50px 0;
        background-position: initial;
        background-size: 120%;
        min-height: 155px;
    }
    .tab-info li {
        width: 17%;
        float: left;
        margin-right: 7px;
        background: #ddd;
        text-align: center;
        padding: 20px 0px;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 85px;
    }
    .tab-cont {
        background: #89a77e;
        color: #fff;
        padding: 10px;
        position: relative;
    }
    .img-panel{
        padding: 25px 20px;
    }
    #TourAdditions .img-panel-body{
        border: 1px solid #ddd;
        padding: 10px;
    }
    .img-panel-body p {
        margin-top: 0;
    }
    .tab-cont h4{
        font-size: 16px;
        font-weight: 600;
    }
    .tab-cont p {
        font-size: 13px;
    }
    footer ul li {
        float: none;
        padding: 0 !IMPORTANT;
        margin: 10px 0px;
    }
    footer ul li:last-child img{
        display: none;
    }
    .cm-bus-cont label {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 50%;
        line-height: 1;
    }
    .cm-bus-cont h4 {
        margin-top: 5px;
        font-size: 18px;
        width: 50%;
        float: right;
    }
    .cm-bus-cont a {
        display: block;
        padding: 5px;
        width: 110px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        margin-left: 50%;
        font-size: 12px;
    }
    .tour-head {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .pack-cont {
        padding: 20px;
        font-size: 13px;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 12px;
        padding-left: 0px;
    }
    #mainNav {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        -moz-box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
        box-shadow: 0px 3px 10px 0px rgba(73,80,87,0.52);
    }
    .ml-auto, .mx-auto {
        margin-left: auto !important;
        padding: 10px 20px;
    }
}
.tab-small{
  margin: 20px;
  border: 1px solid #ddd;
}
.tab-small img{
  width: 100%;
}
.tab-small .tab-cont {
    background: transparent;
    color: #495057;
    padding: 15px;
    position: relative;
}
.tab-small-carasoul{
  display: none;
}
@media (max-width:768px){
  .tab-carasoul{
    display: none;
  }
  .tab-small-carasoul{
    display: block;
  }
}
.tab-small > h4{
  margin: 0;
padding: 10px 20px;
font-size: 20px;
background: #89a77e;
color: #fff;
}
.img-panel{
    margin-bottom: 50px;
}
.faq-info-why{
  margin: 40px 0;
}
.nav-item .input-group{
      padding: 0.5rem 0;
}
.nlink a{
  line-height: 1;
  font-size: 16px !important;
}
.nav-item .input-group input[type="email"]{
  border: 0;
border-radius: 0;
font-size: 14px;
outline: none;
width: 200px;
height: 28px;
padding-left: 5px;
border: 1px solid #1a5c61;
box-shadow: none;
}
.nav-item .input-group .btn{
  border: 0;
border-radius: 0;
font-size: 14px;
outline: none;
height: 28px;
padding: 0 10px;
color: #ffec99;
background: #1a5d62;
border: 1px solid #1a5c61;
}
.nav-item .input-group .btn:focus,
.nav-item .input-group .btn:active{
  outline: 0;
}
