﻿.section-1 p {
    line-height: 30px;
    margin-bottom: 5px;
}

.create-page h3 {
    font-weight: 700;
}

p.text-center.width50 span {
    font-size: 46px;
    font-weight: 600;
    margin-right: -10px;
}
.linehght p{
    line-height: 20px;
}

.section-1 {
    margin-bottom: 40px;
}

.section-2 {
    margin-bottom: 40px;
}

.section-3 {
    margin-bottom: 40px;
}

.section-4 {
    margin-bottom: 40px;
}

.section-5 {
    margin-bottom: 40px;
}

.section-6 {
    margin-bottom: 40px;
}

.section-8 {
    margin-bottom: 40px;
}

span.typetitle {
    display: block;
    width: 60%;
    background: #45b6bc;
    color: #fff;
    position: relative;
    bottom: 43px;
    border-top-right-radius: 4pc;
    text-transform: uppercase;
    padding: 10px 5px;
    border-bottom: 3px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.col-sm-4.typebox p {
    text-align: center;
    padding: 0 5px;
    margin-top: -1pc;
}

p.bottomtxt {
    font-style: italic;
    font-family: 'Graphik';
    font-size: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 2;
    color: #000;
}

span.borderline {
    margin: 2pc auto;
    padding: 1px;
    width: 20%;
    background: #45b6bc;
    display: block;
}

.row.processblock {
    display: flex;
    margin-top: 5px;
}

    .row.processblock .col-md-3 {
        background: #f1f1f1;
        border: 1px solid #fff;
        padding: 1pc 1pc;
        align-content: center;
        display: block;
    }

        .row.processblock .col-md-3 b {
            text-align: center;
            text-transform: uppercase;
        }

.row.pricingblock .col-sm-4 b, .row.pricingblock .col-sm-6 b {
    display: grid;
    background: #45b6bc;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    min-height: 80px;
}

ul.pricing-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.row.pricingblock .col-sm-4 ul, .row.pricingblock .col-sm-6 ul {
    border: 1px solid #ddd;
    padding: 10px;
}

    .row.pricingblock .col-sm-4 ul li, .row.pricingblock .col-sm-6 ul li {      
        color: #000;
        padding: 5px 0;
        border-bottom: 2px dotted #d5d5d5;
    }

        .row.pricingblock .col-sm-4 ul li:last-child, .row.pricingblock .col-sm-6 ul li:last-child {
            border-bottom: none;
        }

.linehght {
    line-height: 3;
}

.width50 {
    width: 50%;
    margin: 0 auto;
    display: block;
}

ul.imgicons li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

    ul.imgicons li b {
        padding: 0 5px 0 0px;
    }

ul.imgicons img {
    padding: 0 10px;
}

ul.imgicons {
    padding-left: 0px;
}

.slider-nav.pre-nav, .slider-nav.next-nav {
    position: absolute;
    bottom: -4pc !important;
    right: 45%;
    border: 1px solid #232323;
    padding: 0 1pc;
}

.slider-nav.pre-nav {
    right: 50% !important;
}

.gallery-slider {
    margin-bottom: 0pc;
}

.row.processblock .col-md-3.col-sm-6.slick-slide {
    padding: 0;
}

.row.processblock img {
    padding: 1pc 0;
    border: 1px solid #eee;
}

.bggreyclr {
    background: #eee;
    padding: 1pc 0;
    margin: 0 -15px;
}

p.imgdesc {
    margin-bottom: 0;
    color: #343434;
    position: relative;
    margin-top: 0pc;
    padding: 0px;
}

@media(min-width:1500px) {
    .row.processblock .col-md-3 {
        padding: 1pc 2pc;
        display: block;
        min-height: 215px;       
    }

    .section-4 img {
        padding-left: 30px;
    }
}

@media(max-width:1100px) {
    span.typetitle {
        display: block;
        width: 75%;
    }

    .slider-nav.pre-nav, .slider-nav.next-nav {
        right: 42%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .typebox3 {
        margin-top: 20px;
    }

    .typebox p {
        text-align: center !important;
        padding: 5px 10px;
        margin-top: -3pc;
        margin-bottom: 2pc;
        background: #ebebeb;
        border-bottom: 3px solid #45b6bc;
        height: 190px;
    }
}


@media (max-width: 900px) {
    span.typetitle {
        display: block;
    }

    ul.imgicons li {
        padding: 5px 0;
    }
}

@media(max-width:992px) {
    .width50 {
        width: 95%;
    }

    ul.imgicons img {
        max-width: 100%;
    }

    .slider-nav.next-nav {
        right: 36%;
    }

    .slider-nav.pre-nav {
        right: 42%;
    }

    .create-page h3 {       
        line-height: 30px;
        text-align: center;
    }

    .create-page ul li {
        display: grid;
        text-align: center;
        margin: 10px auto;
        border-bottom: 1px solid #dbdbdb;
        padding: 10px;
    }

        .create-page ul li img {
            margin: 5px auto;
        }

    .col-sm-12.typebox p {
        text-align: center !important;
        padding: 5px 10px;
        margin-top: -3pc;
        margin-bottom: 2pc;
        background: #ebebeb;
        border-bottom: 3px solid #45b6bc;
    }

    .linehght {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .width50 {
        width: auto;
    }
}

@media (max-width: 767px) {
    .col-sm-12.typebox p {
        text-align: center !important;
        padding: 5px 5px;
        margin-top: -3pc;
        margin-bottom: 2pc;
        background: #ebebeb;
        border-bottom: 3px solid #45b6bc;
    }
}

@media (max-width: 600px) {
    .create-page ul li {
        display: grid;
        text-align: center;
        margin: 10px auto;
        border-bottom: 1px solid #dbdbdb;
        padding: 10px;
    }
}
