/*************Services - Couple Shoot page********************/
.htp-points li{
    margin-bottom: 20px;
}

/************Services - Candid Photography page***************/

@media(max-width: 767px){
    .cp-border {
        transform: rotate(90deg);
    }

    .cp-border-box{
        display: none;
    }
}

@media(min-width: 768px){
    .cp-border-box {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    .cp-border {
        border-right: 1px solid #000000;
        height: 190px;
        display: flex;
        align-items: flex-end;
    }
}

/******************Services - Muslim Wedding Photography page***************/

.mwp-tab-sec .v--tabs .vtab-links {
    padding-top: 30px;
}

@media(min-width: 1200px){
    .mwp-tab-sec .vtabs-sec{
        padding-top: 0px;
        border-top: 1px solid #000000;
    }
    
    .mwp-tab-sec .vtab--img {
        padding-top: 30px;
    }
}

/******************Services - Office Photography page***********************/

.oc-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 767px){
    .oc-sec {
        overflow-x: scroll;
    }

    .oc-sec img{
        margin-right: 20px;
    }
}

/******************Services - Travel Photography page***********************/

.price-bg-black{
    background: url('../images/services/film/tp/price-bg-black.jpg') no-repeat center;
    background-size: cover;
}

.price-bg-black-dfv{
    background: url('../images/services/film/dfv/price-bg-black-dfv.jpg') no-repeat center;
    background-size: cover;
}

/******************Services - Brands page***********************/

.price-bg-black-brands{
    background: url('../images/services/brands/price-bg-black-brands.jpg') no-repeat center;
    background-size: cover;
}

.price-bg-black-ep{
    background: url('../images/services/brands/ep/price-bg-black-ep.jpg') no-repeat center;
    background-size: cover;
}

/******************Services - Reels and Product videos page***********************/

.tips-box{
    border: 1px solid #000000;
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.tips-box::after {
    content: url('../images/services/brands/rpv/tips-tick-icon.svg');
    position: absolute;
    top: -20px;
    right: -20px;
}

.tips-video-box{
    background: #D8EEEB;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: stretch;
}

@media(max-width: 767px){
    .tips-box::after {
        right: -6px;
    }
}

/******************SEO - Pre wedding photo shoot page***********************/
.ppb-pkg .pckg-box p{
    display: flex;
    align-items: flex-start;
}

.ppb-pkg .pckg-box p::before{
    content: url('../images/seo/ppb/pkg-tick.svg');
    margin-right: 12px;
}

.ppb-pkg .pckg-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: stretch;
}



@media(min-width: 768px){
    .ppb-bpl .swiper-free-mode>.swiper-wrapper {
        justify-content: center;
    }
}

@media(min-width: 1200px){
    .ppb-pkg .pkg-para{
        min-height: 232px;
    }
}

@media(min-width: 1600px){
    .ppb-pkg .pkg-para{
        min-height: 300px;
    }
}

/******************SEO - naming ceremony page***********************/

@media(min-width: 992px){
    .ncpb-tco .swiper-backface-hidden .swiper-slide{
        width: 30% !important;
    }
}
.header-logo img{width: 135px;height:auto;
}.ftr-logo img{height:auto;width: 180px;}