.main-nav__logo-box .main-nav__logo img {
    width:200px
}
.stricky-fixed .container .main-nav__logo-box .main-nav__logo img {
    width:125px
}
.banner-two .container h2 {
    text-shadow: 2px 2px 12px black;
}
.site-header__home-two .main-nav__logo-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hidebutmobile {
    display: none;
}
.strikethrough {
    display: inline-block;
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 200.5px 0;
    padding-top: 280px;
    background-size: cover;
}
.pta {
    padding: 15px;
    background: white;
    text-align: center;
}
.pta .topof h3,h5{
font-family: unset;
}
.pta .topof {
    padding: 15px;
    background: #005793;
    color: white;
}
.fullsection {
padding-top: 35px;
    font-family: unset;
}
.fullsection h2 {
    font-family: unset;
    color: red;
    font-weight: 800;
}
.fullsection .price {
    color: red;
    font-size: 60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.fullsection .perks {
    max-width: 280px;
    margin: auto;
}
.tour-search-one__home-seven .features-two__single {
    min-height: 100px;
    padding-left: 110px;
    padding-top: 30px;
}
.person-text {
    padding: 15px;
    margin-top: 45px;
}
.person-text h2 {
        color: #002c4b;
    font-size: 45px;
}
.whiteblock {
    background: white;
    padding: 15px;
}
.features-two__single i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 35px;
}

.fullsection .perks ul {
    text-align: left;
}
.fullsection .perks ul li {
    
}

.tour-search-one__home-seven {
    padding-top: 210px;
}


@media only screen and (max-width: 600px) {
    .hideonmobile {
        display: none;
    }
    .hidebutmobile {
        display: block;
    }
    .destinations-three {
        padding-top: unset;
    }
    .block-title {
        padding-top: 15px;
    }
    .cta-two__btn {
        margin-top: 10px;
    }
    .tour-search-one__home-seven .features-two__single {

    padding-left: unset;

    }
}    