﻿.rmrg0 {
    margin: 0;
}

.nolpdg {
    padding-left: 0;
}

.norpdg {
    padding-right: 0;
}

.pdg5 {
    padding: 0 5px;
}

.pdg7 {
    padding: 0 7px;
}

.minpght {
    min-height: 800px;
}

.header-section {
    background: linear-gradient(to bottom, #223351, #3d4b66);
    background: #223351;
    padding: 2pc 0 3pc;
}

.Pgheader h2 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-size: 50px;
}

.topcta {
    text-align: center;
    margin-top: 10px;
}

    .topcta a, .topcta a:hover {
        color: #fff;
        font-size: 3pc;
        line-height: 0;
    }

.main-section {
    margin: 5pc 0 2pc;
}

.content-block {
    max-width: 59%;
    padding: 0 20px 0 0;
}

    .content-block h3 {
        font-size: 20px;
        color: #000;
    }

    .content-block p {
        font-size: 15px;
    }

        .content-block p:last-child {
            margin: 0;
        }

.content-div {
    display: flex;
    align-items: center;
}

.image-div {
    position: relative;
}

.step {
    position: absolute;
    font-size: 30px;
    background: #362551;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    top: -16px;
    font-weight: 600;
    left: -15px;
    display: none;
}

    .step.step-right {
        left: auto;
        right: -15px;
    }

.content-div-2 .content-block {
    padding: 0 0 0 20px;
}

.bgcolor {
    background: #fafbff;
    padding: 50px 0;
}

.our-designs {
    margin: 5pc 0 0;
}

    .our-designs h3 {
        font-size: 35px;
        color: #000;
        margin-bottom: 20px;
    }

.btn-d {
    text-align: center;
    margin-top: 30px;
}

.gallery {
    page-break-inside: avoid;
    margin: 1pc 0;
}

.gal {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.galimage {
    margin-bottom: 10px;
}

    .galimage img {
        border: 1px solid #eee;
    }

.rpdg2 {
    padding-right: 2px;
}

.lpdg2 {
    padding-left: 2px;
}

.custom-cta {
    margin: 3pc 0;
    text-align: center;
    background: #223351;
    padding: 30px;
    color: #fff;
}

    .custom-cta h3 {
        color: #fff;
        margin-bottom: 30px;
    }

    .custom-cta p {
        margin-bottom: 20px;
    }

.btnbook, .btnbook:hover {
    color: #fff;
    background: #3c4d6a;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 35px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media(min-width: 1600px) and (max-width: 2100px) {
    .content-block h3 {
        font-size: 30px;
        color: #000;
    }

    .content-block p, .custom-cta p {
        font-size: 17px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .image-div-2 {
        display: none;
    }

    .content-block {
        max-width: 100%;
        padding: 0 20px 0 0;
    }
}

@media(max-width: 991px) {
    .header-section .offset-2 {
        margin: 0;
    }

    .main-section {
        margin: 3pc 0 2pc;
    }

    .Pgheader h2, .topcta a, .topcta a:hover, .our-designs h3 {
        font-size: 30px;
    }

    .content-div {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .content-div.content-div-2 {
            margin-top: 0px;
            margin-bottom: 20px;
        }

    .content-block {
        max-width: 50%;
    }

        .content-block h3 {
            font-size: 20px;
        }

        .content-block p {
            font-size: 16px;
        }

    .section-3 {
        margin-top: 20px;
    }
}

@media(max-width: 550px) {
    #ccta {
        padding: 0;
    }

    .custom-cta {
        margin: 3pc 0 0;
    }

    .Pgheader h2, .topcta a, .topcta a:hover, .our-designs h3 {
        font-size: 25px;
    }

    .pdg7 {
        padding: 0 5px;
    }

    .lpdg2 {
        padding-left: 0px;
    }

    .rpdg2 {
        padding-right: 0px;
    }

    .content-div {
        flex-direction: column;
        display: flex;
    }

        .content-div.content-div-2 {
            margin-bottom: 20px;
            margin-top: 0;
        }

    .content-block {
        max-width: 100%;
        padding: 0 0 30px !important;
    }

    .step.step-right {
        left: -15px;
        right: auto;
    }

    .our-designs {
        margin: 0;
    }

    .section-2.mb-5 {
        margin-bottom: 0 !important;
    }

    .btnbook, .btnbook:hover {
        display: block;
        margin-bottom: 25px;
        margin-right: 0px;
    }
}
