﻿.container {
    padding: 0 50px;
}

.minpght {
    min-height: 800px;
}

.rmrg0 {
    margin: 0;
}

.services-header {
    background: #223351;
    background: linear-gradient(to bottom, #223351, #3d4b66);
    background: #223351;
    padding: 5pc 0;
    position: relative;
}

.header-right {
    margin-left: 3pc;
}

    .header-right p {
        color: #fff;
        margin-right: 8pc;
    }

    .header-right .Pgheader {
        border-left: 7px solid #fff;
    }

        .header-right .Pgheader h2 {
            color: #fff;
            margin: 0;
            font-weight: 600;
            font-size: 60px;
            margin-bottom: 32px;
            padding-left: 20px;
        }

.s-shape-square {
    width: 120px;
    height: 120px;
    margin: 0 0 0 auto;
    background: #4f5d75;
    position: absolute;
    bottom: 3pc;
    right: 16pc;
}



/*main*/
.main-section {
    margin: 5pc 0px;
}

.service-image {
    position: relative;
    padding: 0 0 20px;
}

    .service-image img {
        border-radius: 50%;
        max-width: 90px;
    }

.service-content {
    text-align: center;
    background: #f1f2f4;
    padding: 30px;
    margin-top: 2pc;
}

    .service-content p {
        margin-top: 10px;
        font-size: 15px;
        min-height: 90px;
    }

    .service-content h3 {
        font-weight: 600;
        color: #362551;
    }

.knowmore, .knowmore:hover {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

/*CTA*/
.services-cta {
    margin: 5pc 0;
    text-align: center;
    background: #223351;
    padding: 30px;
    color: #fff;
}

    .services-cta h3 {
        color: #fff;
        margin-bottom: 30px;
    }

    .services-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: 1801px) and (max-width: 2100px) {
    .s-shape-square {
        right: 33pc;
    }

    .service-inner-image {
        right: -4pc;
    }

        .service-inner-image.image-right {
            left: -4pc;
        }
}

@media(min-width: 1600px) and (max-width: 1800px) {
    .s-shape-square {
        right: 20pc;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media(max-width: 991px) {
    .main-section {
        margin: 1pc 0px;
    }

    .services-header {
        padding: 3pc 0;
    }

    .header-right {
        margin-left: 0;
    }

        .header-right .Pgheader {
            border-left: 0;
        }

        .header-right p {
            margin-right: 0;
        }

        .header-right .Pgheader h2 {
            font-size: 40px;
            padding: 0;
        }

    .s-shape-square {
        display: none;
    }

    .main-section .offset-3 {
        margin-left: 0;
    }

    .container {
        padding: 0 20px;
    }

    #scta {
        padding: 0;
    }

    .services-cta {
        margin: 3pc 0 0;
    }

    .hidden-xs {
        display: none;
    }
}

@media(max-width: 767px) {
    .header-right {
        padding-top: 2pc;
    }
}