*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'lato', helvetica, 'helvetica neue', arial, sans-serif;
}
.row{
    max-width: 1170px;
    margin: auto;
}
.column{
    float: left;
    padding: 12px;
}
.column-left{
    width: 65%;
    margin-top: 30px;
}
.column-right{
    width: 35%;
    margin-top: 30px;
}
.col-left{
    width: 65%;
    margin-top: 30px;
}
.col-right{
    width: 35%;
    float: right;
    top: 0;
}
.heading{
    font-size: 6vw;
    top: 0;
    margin-top: -30px;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #1e73be;
    padding: 5px 0;
    font-weight: 800;
    display: none;
    box-shadow: 0px -20px 20px -20px rgba(0,0,0,0.3)
}
.sub-heading{
    font-size: 3vw;
    padding: 0 50px;
    color: #404040;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
.sub-heading::after,
.sub-heading-ab::after{
    content: '';
    display: block;
    border: 1px solid #1e73be;
    width: 65%;
    margin: 10px 0 20px;
    float: left;
}
.ql-heading{
    font-size: 25px;
    padding: 5px 20px;
    color: #1e73be;
    font-weight: 700;
}
.contact-form{
    padding: 0 20px;
}
.team{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    max-width: 400px;
    width: 100%;
}
.team img{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    max-width: 500px;
    width: 100%;
    padding: 20px 0;
}
.sidepic img{
    border-radius: 6px;
    max-width: 400px;
    width: 100%;
}
.description{
    color: #404040;
    margin: 20px 20px 30px;
    font-size: 16px;
    text-align: left;
}
@media (max-width: 1578.98px){
    .sub-heading{
        font-size: 4vw;
    }
    .sub-heading-ab{
        font-size: 3vw;
    }
    .tour-heading-home{
        font-size: 6vw;
    }
    .tour-sub-heading-home{
        font-size: 3vw;
    }
    .col-right-home{
        margin-top: -40px;
    }
    .tour-sub-heading-book{
        font-size: 3vw;
    }
}
@media (max-width: 990.98px){
    .column-left{
        width: 100%;
    }
    .column-right{
        display: none;
    }
    .col-left,
    .col-left-home{
        width: 100%;
    }
    .col-right{
        width: 100% !important;
    }
    .col-right-home{
        width: 100% !important;
        margin-top: 15px;
    }
    .col50-left{
        width: 100%;
    }
    .col50-right{
        width: 100%;
    }
    .row:after{
        content: "";
        display: table;
        clear: both;
    }
    .description{
        margin: 30px 40px;
    }
    .description-home{
        margin: 30px 40px 10px;
    }
    .tour-sub-heading,
    .tour-sub-heading-ww,
    .tour-sub-heading-home,
    .tour-sub-heading-book{
        font-size: 4vw;
        padding: 20px 40px 0 100px;
    }
    .tour-heading-home{
        font-size: 6.5vw;
    }
    .tour-sub-heading-home::after,
    .tour-sub-heading-book::after{
        content: '';
        display: block;
        border: 1px solid #3cd2af;
        width: 80%;
        margin: 10px 0 20px;
        float: right;
    }
    .sub-heading-ty{
        font-size: 5vw;
    }
    .checkbox img{
        width: 200px;
    }
}
@media (max-width: 830px){
    .col-left-cab{
        width: 100%;
    }
    .col-right-cab{
        width: 100%;
    }
    .col-book{
        width: 100%;
        margin-top: 30px;
        padding: 0 0 20px;
    }
    .app h2{
        font-size: 4vw;
    }
    .heading,
    .tour-heading,
    .landmarks-time{
        display: block;
    }
    .tour-sub-heading::after,
    .tour-sub-heading-ww::after,
    .tour-sub-heading-home::after,
    .tour-sub-heading-book::after{
        content: '';
        display: none;
    }
    .tour-heading-home{
        font-size: 6.5vw;
        text-align: left;
    }
    .tour-heading-book{
        font-size: 6.5vw;
        text-align: left;
        display: block;
    }
    .tour-heading-home:after,
    .tour-heading-book:after{
        content: '';
        display: block;
        border: 1px solid #3cd2af;
        width: 15%;
        float: left;
    }
    .sub-heading,
    .sub-heading-ab{
        font-size: 5vw;
        padding: 20px 40px 0;
    }
    .sub-heading-ab{
        font-size: 4vw;
        padding: 20px 40px 0;
    }
    .tour-sub-heading,
    .tour-sub-heading-ww,
    .tour-sub-heading-home{
        text-align: left;
        font-size: 4vw;
        padding: 20px 40px 0 20px;
    }
    .tour-sub-heading-book{
        text-align: left;
        font-size: 4vw;
        padding: 20px 40px 0 20px;
        margin-bottom: 20px;
    }
    .faq-heading{
        padding: 20px 0 0;
    }
    .details{
        padding: 0 20px;
    }
    .description{
        margin: 0 20px 30px;
    }
}
@media (max-width: 599.98px){
    .sub-heading{
        padding: 20px 20px 0;
    }
}
@media (max-width: 530px){
    .heading{
        display: block;
        font-size: 7vw;
    }
    .sub-heading,
    .sub-heading-ab{
        font-size: 5vw;
    }
}
@media (max-width: 479.98px){
    .heading{
        display: block;
        font-size: 8vw;
    }
    .sub-heading{
        font-size: 6vw;
        padding: 20px 20px 0 40px;
        text-align: right;
    }
    .description{
        margin: -5px 20px 30px;
        font-size: 15px;
    }
}