.s-middle-content
{
    text-align: left;
}

.s-middle-content h2
{
    text-align: left;
}

hr
{
    border-bottom: solid 1px #a3a3a3;
    margin: 25px 0;
}

.services-blk .row .col-md-4,
.services-blk .row .col-md-6
{
    padding: 0 15px;
}

.services-blk .row
{
    margin: 0 -15px;
}

.services-blk
{
    background: #ffff;
    padding: 60px 0;
    margin: 60px 0 0;
}

.serv-sub-blk
{
    padding: 30px;
    background: #f7fa52;
    height: calc(100% - 30px);
    margin-top: 30px;
}

.serv-sub-blk h3
{
    font-size: 1.2rem;
}

.half-sec
{
    display: flex;
    flex-wrap: wrap;
}

.half-sec .left,
.half-sec .right
{
    flex: 0 0 50%;
    width: 50%;
}

.half-sec .txt-blk
{
    padding: 60px;
    max-width: 710px;
}

.left .txt-blk
{
    margin-right: 0;
    margin-left: auto;
}

.right .txt-blk
{
    margin-left: 0;
    margin-right: auto;
}

.con-ancr
{
    padding: 12px 25px;
    background: #f7fa52;
    display: block;
    width: 160px;
    color: #000;
    text-align: center;
}

.con-ancr:hover
{
    background: #000;
    color: #fff;
}

.bg-img
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-img img
{
    display: none;
}

ul.arw-ul
{
    padding-left: 15px;
}

.why-ul
{
    padding: 0;
    list-style: none;
}

.why-ul h4
{
    font-size: 1.1rem;
}


.why-ul > li
{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.why-ul > li::before
{
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    background: url(../img/arrow-black.png) no-repeat left top;
    background-size: 100% auto;
    top: 2px;
    left: 0;
}

.s-footer
{
    margin-top: 0;
}

.faq-sec
{
    padding: 50px 0;
}

.faq-sec h5
{
    font-size: 1.1rem;
}

.faq-ul
{
    padding: 0;
    list-style: none;
}

.faq-ul ul p,
.faq-ul > li p:last-child
{
    margin-bottom: 0;
}

.faq-ul > li:not(:last-child)
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dddddd;
}

.bg-white
{
    background: #fff;
}

.padd-sec
{
    padding: 50px 0;
}

.pt-0
{
    padding-top: 0 !important;
}

@media (max-width:767px)
{

    .half-sec .left,
    .half-sec .right
    {
        flex: 0 0 100%;
        width: 100%;
    }

    .services-blk
    {
        padding: 40px 0;
    }

    .half-sec .txt-blk
    {
        padding: 40px 25px;
        max-width: 580px;
    }

    .s-middle-content .container
    {
        padding: 0 25px;

    }

    .bg-img
    {
        background: none;
    }

    .bg-img img
    {
        display: block;
        width: 100%;
    }

    .s-middle-content h2
    {
        font-size: 26px;
    }
}