.ip-banner {
    display: none;
}
#content-full {
    margin-top: 0;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

#content .entry-title {
    display: none;
}

.ip-container .default-header {
    position: absolute;
}
#footer-wrapper {
    margin-top: 0;
}
#ip-online-portal {
    position: relative;
}
    .op-banner {
        padding: 238px 0 85px;
        background: url(../../images/online-portal/online-portal-banner.jpg) center/cover no-repeat;
        position: relative;
        z-index: 1;
    }
        .op-banner:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000;
            opacity: 0.1;
            z-index: -1;
        }
        .op-banner-inner {
            max-width: 945px;
            margin: 0 auto;
            display: flex;
            flex-flow: row wrap;
        }
            .op-banner-title,
            .op-banner-links {
                width: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .op-banner-title {
                color: #fff;
                background: rgba(41,40,38,0.9);
                padding: 30px 6.8%;
            }
                #content .op-banner-title h1,
                #content .op-banner-title h2 {
                    font-weight: 700;
                    font-size: 40px;
                    letter-spacing: 0.02em;
                    line-height: 1;
                    margin: 0 0 17px;
                }
                #content .op-banner-title p {
                    font-weight: 600;
                    font-size: 16px;
                    letter-spacing: 0.02em;
                    line-height: 26px;
                    margin: 0;
                }

            .op-banner-links {
                background: rgba(255,255,255,0.9);
                padding: 68px 3% 53px;
                text-align: center;
            }
                .op-banner-icon {
                    text-align: center;
                }
                    .op-banner-icon img {
                        display: block;
                        margin: 0 auto;
                    }
                #content .op-banner-links h2 {
                    font-weight: 700;
                    font-size: 25px;
                    letter-spacing: 0.025em;
                    line-height: 1;
                    color: #7f7f7f;
                    margin: 21px 0 16px;
                }
                a.op-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 247px;
                    height: 54px;
                    background: #012c91;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                    color: #fff;
                    transition: all .3s ease;
                }
                    a.op-btn:hover {
                        opacity: 0.7;
                    }
                #content .op-banner-links p {
                    font-weight: 400;
                    font-size: 14px;
                    letter-spacing: 0.02em;
                    line-height: 1;
                    color: #7f7f7f;
                    margin-top: 17px;
                }
                    #content .op-banner-links p a {
                        font-weight: 600;
                    }
                        #content .op-banner-links p a:hover {
                            color: #012c91;
                        }

    .op-content {
        position: relative;
        padding: 105px 0 81px;
        background: #fff;
    }
        .op-content-title {
            text-align: center;
            margin-bottom: 79px;
        }
            #content .op-content-title h2 {
                margin: 0 0 10px;
                font-weight: 700;
                font-size: 50px;
                letter-spacing: 0.01em;
                line-height: 1;
                color: #012c91;
                text-transform: uppercase;
            }
            #content .op-content-title p {
                margin-top: 0;
                font-size: 18px;
                line-height: 26px;
                letter-spacing: 0.02em;
                color: #7f7f7f;
            }

        .op-content-row {
            display: flex;
            flex-flow: row wrap;
            align-items: flex-start;
        }
            .op-content-img {
                width: 602px;
                width: 40.953%;
            }
                .op-content-img img {
                    display: block;
                    width: 100%;
                }
            .op-content-texts {
                width: 59.047%;
                padding-left: 36px;
            }
                #content .op-content-texts ul {
                    margin: 0;
                    list-style: none;
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: space-between;
                }
                    .op-content-texts ul li {
                        width: calc(50% - 30px);
                        position: relative;
                        padding-left: 75px;
                        margin-bottom: 49px;
                    }
                        .op-content-texts ul li div {
                            position: relative;
                            display: flex;
                            align-items: center;
                            flex-flow: row wrap;
                        }
                        .op-content-texts ul li i {
                            position: absolute;
                            right: 100%;
                            margin-right: 10px;
                        }
                            .op-content-texts ul li i.op-content-icon.icon-rent {
                                margin-right: 17px;
                            }
                            .op-content-texts ul li i.op-content-icon.icon-communication {
                                margin-right: 10px;
                            }
                            .op-content-texts ul li i.op-content-icon.icon-requests {
                                margin-right: 18px;
                            }
                            .op-content-texts ul li i.op-content-icon.icon-insurance {
                                margin-right: 10px;
                            }
                        #content .op-content-texts h3 {
                            margin: 5px 0 13px;
                            font-size: 25px;
                            font-weight: 700;
                            letter-spacing: 0.02em;
                            color: #012c91;
                            line-height: 26px;
                        }
                        #content .op-content-texts p {
                            margin-top: 0;
                            font-size: 15px;
                            line-height: 24px;
                            letter-spacing: 0.02em;
                            color: #7f7f7f;
                        }

@media only screen and (min-width: 1480px) {
    .op-content .container {
        width: 1500px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .op-content-texts {
        padding-left: 15px;
    }
        .op-content-texts ul li {
            width: calc(50% - 10px);
        }
        #content .op-content-texts h3 {
            font-size: 20px;
            line-height: 1.2;
        }
}
@media only screen and (max-width: 991px) {
    .op-banner {
        padding: 60px 0;
    }
        .op-banner-title, .op-banner-links {
            padding: 30px 5%;
            width: 100%;
        }

    .op-content-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .op-content-texts {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #content .op-content-title h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 567px) {
    .op-content-texts ul li {
        width: 100%;
    }
        .op-content-texts ul li i {
            margin-right: 10px!important;
            min-width: 56px;
            text-align: center;
        }
}
@media only screen and (max-width: 480px) {

}