.footer-top-section {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
}

.header-section > .container {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
}

.header-info {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    border-top: 1px solid  #dce1e5 !important;
    background: #eff2f4 !important;
}


.contact-info .ci-content p {
    font-size: 21px !important;
    color: #2d2d2d !important;
    line-height: 1.5 !important;
}


.page-info-section {
    height: 176px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    h2{
        position: relative;
        z-index: 5;
        color: #fff;
        font-size: 60px;
        font-weight: 400;
    }
    &:after {
        position: absolute;
        content:"";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #10817C !important;
        background-image: url("../img/pattren.png");
        background-repeat: repeat;
        opacity: 0.81;
    }
}

.hs-item {
    height: 520px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hi-item .hi-content {
    padding-left: 64px;
}

.hi-item .hs-icon {
    float: left;
    margin-right: 22px;
    margin-top: 17px;
}

.resposive-mobile {
    display: none !important;
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hi-content > p {
        font-size: 13px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .hi-content > h6 {
        font-size: 15px !important;
    }

    .hi-item .hi-content {
        padding-left: 64px;
    }
}


/*Resp. screen < 768*/

@media only screen and (max-width: 767px) {
    .resposive-desktop {
        display: none !important;
    }
    .resposive-mobile {
        display: flex !important;
    }
    .header-info {
        padding-top: 10px;

    }
    .nav-switch {
        height: 75px !important;
    }
    .main-menu {
        top:73px !important;
    }
    .hi-item {
        margin-bottom:12px !important;
    }

    .hi-item .hs-icon {
        margin-right: 0px;
        margin-top: 0px;
        width: 50px;
        margin-right: 10px !important;
    }

    .hi-item .hi-content {
        padding-left: 0px !important;
        display: inline-block;
    }
    .hi-content > p {
        font-size: 12px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .hi-content > h6 {
        font-size: 16px !important;

    }
    .header-info {
        padding-top: 10px !important;
    }

    .align-center{
        justify-content: center;
    }

    .img-resposive {
        height: 373px !important;
    }

}

@media only screen and (max-width: 479px) {
    .spad {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .hi-item .hs-icon {
        width: 40px;
        margin-right: 10px !important;
    }
}