/*==========================================================*/
/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes
This file contains the styling for the actual tempalte, this is the file you need to edit to change the look of the tempalte.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Oppi
@Author: Md. Shahadat Hussain
@Developed By: Masud Rana
@Developer URL: https://themeforest.net/user/droitthemes
@Default Styles
/*----------------------------------------------------*/
/*Base font*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family: "Poppins", sans-serif !important;
    
}
.tcolor {
    color: #5268f2;
}

.dark {
    color: #2c234d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.pop {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #555;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.underline {
    text-decoration: underline !important;
}

.hover-color:hover {
    color: #5268f2;
}

a:hover {
    color: #f13c68;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

a.link {
    color: #5268f2;
}

    a.link:hover {
        color: #5268f2 !important;
    }

/* ======================================          Global style                 ==================================== */
@media (min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}

.sec_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #2c234d;
    font-family: "Poppins", sans-serif;
}

.sec_para {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #707b8e;
    font-family: "Poppins", sans-serif;
}

.sec_title2 {
    color: #4d446b;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.title {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    color: #2c234d;
    font-family: "Poppins", sans-serif;
}

.pl_100 {
    padding-left: 100px;
}

.mt_99 {
    margin-top: 99px;
}

.oppi_btn {
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.oppi_dbtn {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 18px;
    border-radius: 25px;
    font-size: 16px;
    display: inline-block;
    padding: 14px 35px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .oppi_dbtn.btn_border {
        border: 1px solid #f2ba19;
        color: #ffffff;
    }

        .oppi_dbtn.btn_border.btn_icon.opt_btn1 {
            border: 0px;
            background: #E89132;
        }
        .oppi_dbtn.btn_border.btn_icon.opt_btn2 {
            border: 0px;
            background: #72B32D;
        }

            .oppi_dbtn.btn_border:hover, .oppi_dbtn.btn_border.btn_icon.opt_btn:hover {
                background: #F2BA19;
                color: #fff;
            }

    .oppi_dbtn.btn_solid {
        border: 2px solid transparent;
        color: #5268f2;
    }

        .oppi_dbtn.btn_solid:hover {
            background: transparent;
            color: #fff;
            border-color: #fff;
        }

    .oppi_dbtn.btn_solid_color {
        border: 1px solid #EF0568;
        color: #fff;
        background: #5268f2;
    }

        .oppi_dbtn.btn_solid_color:hover {
            background: transparent;
            color: #5268f2;
        }

    .oppi_dbtn.btn_icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .oppi_dbtn.btn_icon i {
            margin-left: 12px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

.m_w_475 {
    max-width: 475px;
    width: 100%;
}

.p_r_45 {
    padding-right: 45px;
}

.p_l_45 {
    padding-left: 45px;
}

@media (min-width: 992px) {
    .pr_0 {
        padding-right: 0;
    }
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f23891;
    position: absolute;
}

    .dot:before, .dot:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
        background: #f23891;
        top: 0;
        left: 0;
    }

    .dot:before {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0.3;
    }

    .dot:after {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        opacity: 0.1;
    }

    .dot .round {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: rgba(242, 56, 146, 0.2);
        -webkit-animation: pulsate 3s infinite;
        animation: pulsate 3s infinite;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.wFull {
    -webkit-animation: wFull 1.5s 1 linear;
    animation: wFull 1.5s 1 linear;
}

/*========================================         oppi_header                 =========================================*/
.oppi_header {
    padding: 21px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .oppi_header.oppi_header_transparent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1080;
    }

    .oppi_header .header_nav {
        padding: 0;
    }

        .oppi_header .header_nav .logo img {
            max-width: unset;
            width: 70%;
        }

            .oppi_header .header_nav .logo img + img {
                display: none;
            }

        .oppi_header .header_nav .oppi_hamburger {
            padding: 0;
            outline: none;
        }

            .oppi_header .header_nav .oppi_hamburger .bar_icon {
                width: 30px;
                height: 13px;
                position: relative;
                display: inline-block;
            }

                .oppi_header .header_nav .oppi_hamburger .bar_icon .bar {
                    position: absolute;
                    width: 100%;
                    background: white;
                    height: 2px;
                    left: 0;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

                    .oppi_header .header_nav .oppi_hamburger .bar_icon .bar.bar_1 {
                        top: 0;
                    }

                    .oppi_header .header_nav .oppi_hamburger .bar_icon .bar.bar_2 {
                        top: 50%;
                    }

                    .oppi_header .header_nav .oppi_hamburger .bar_icon .bar.bar_3 {
                        top: 100%;
                    }

            .oppi_header .header_nav .oppi_hamburger[aria-expanded="true"] .bar.bar_1 {
                top: 50%;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .oppi_header .header_nav .oppi_hamburger[aria-expanded="true"] .bar.bar_2 {
                opacity: 0;
            }

            .oppi_header .header_nav .oppi_hamburger[aria-expanded="true"] .bar.bar_3 {
                top: 50%;
                -webkit-transform: rotate(-45deg) translateY(-50%);
                -ms-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
            }

        .oppi_header .header_nav .oppi_header_menu ul {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .oppi_header .header_nav .oppi_header_menu ul li.nav-item {
                margin-left: 35px;
            }

                .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
                    padding: 0;
                    color: #fff;
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    line-height: 30px;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    position: relative;
                }

                    .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link::before {
                        position: absolute;
                        content: "";
                        bottom: 0;
                        height: 1px;
                        right: 0;
                        width: 0;
                        opacity: 0;
                        -webkit-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                        background: #fff;
                    }

                    .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover::before {
                        width: 100%;
                        opacity: 1;
                        left: 0;
                        right: auto;
                    }

                    .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link.dropdown-toggle::after {
                        position: absolute;
                        content: "\33";
                        right: -17px;
                        top: -2px;
                        font-family: 'eleganticons';
                        border: none;
                        padding: 0;
                    }

                .oppi_header .header_nav .oppi_header_menu ul li.nav-item:first-child {
                    margin-left: 0;
                }

@media (min-width: 992px) {
    .oppi_header .header_nav .oppi_header_menu ul li.nav-item li.nav-item {
        padding-bottom: 40px;
        margin-bottom: -40px;
    }

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu .start_selling {
        display: block;
        visibility: hidden;
        margin: 58px 0 0;
        opacity: 0;
        left: 0;
        top: 0;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        -webkit-transform: translate(-30px, 10px);
        -ms-transform: translate(-30px, 10px);
        transform: translate(-30px, 10px);
        -webkit-box-shadow: 0px 10px 30px 0px rgba(18, 1, 64, 0.08);
        box-shadow: 0px 10px 30px 0px rgba(18, 1, 64, 0.08);
    }

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-30px, 0px);
        -ms-transform: translate(-30px, 0px);
        transform: translate(-30px, 0px);
    }
        .oppi_header .header_nav .oppi_header_menu .oppi_try_for_free:hover .start_selling {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-30px, 0px);
        -ms-transform: translate(-30px, 0px);
        transform: translate(-30px, 0px);
    }
}

.oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 30px 40px;
    border-radius: 4px;
    background-color: white;
    border: none;
}

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li {
        display: block;
    }

        .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a {
            color: #74748c;
            font-size: 14px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            line-height: 36px;
        }

            .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a.active, .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a:hover {
                color: #5268f2;
            }

.oppi_header .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #ffffff;
    font-weight: 500;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 8px 35px;
    margin-left: 40px;
    line-height: 30px;
    border-radius: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #fff;
    background: transparent;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 78, 130, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(9, 78, 130, 0.2);
}

    .oppi_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        color: #5268f2;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #ffffff;
    }

.oppi_header.fixedMenu {
    position: fixed;
    background: #fff;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1080;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

    .oppi_header.fixedMenu .header_nav .logo img {
        display: none;
    }

        .oppi_header.fixedMenu .header_nav .logo img + img {
            display: block;
        }

    .oppi_header.fixedMenu .header_nav .oppi_hamburger .bar_icon .bar {
        background: #5268f2;
    }

    .oppi_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
        color: #4d446b;
    }

        .oppi_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
            color: #5268f2;
        }

    .oppi_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item.try_for_free a.nav-link {
        border-color: #5268f2;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .oppi_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item.try_for_free a.nav-link:hover {
            background: #5268f2;
            color: #fff;
        }

    .oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
        color: #5268f2;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #5268f2;
    }

        .oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
            color: #fff;
            background: #5268f2;
        }

.oppi_header.social_header .header_nav .oppi_header_menu .oppi_btn_right {
    position: absolute;
    right: 0;
    background: #ee6d95;
    border-color: #ee6d95;
    border-width: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(150, 6, 52, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(150, 6, 52, 0.2);
}

    .oppi_header.social_header .header_nav .oppi_header_menu .oppi_btn_right:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.oppi_header.social_header.fixedMenu {
    padding: 30px 0;
}

    .oppi_header.social_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .oppi_header.social_header.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
            color: #ee6d95;
        }

    .oppi_header.social_header.fixedMenu .header_nav .oppi_header_menu .oppi_btn_right {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ee6d95;
        background: transparent;
    }

        .oppi_header.social_header.fixedMenu .header_nav .oppi_header_menu .oppi_btn_right:hover {
            background: #ee6d95;
            border-color: #ee6d95;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.oppi_header.oppi_menu_center {
    padding: 35px 0;
}

    .oppi_header.oppi_menu_center .header_nav .logo {
        position: absolute;
        left: 0;
    }

    .oppi_header.oppi_menu_center .header_nav .oppi_header_menu .oppi_btn_right {
        position: absolute;
        right: 0;
    }

.oppi_header.oppi_header_style_three .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #4d446b;
}

    .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
        color: #f23891;
    }

.oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #f23891;
    border: none;
    position: relative;
    background: transparent;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 28px;
        content: "";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
        background-image: -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: linear-gradient(90deg, #9a11da 0%, #f23891 100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: -1;
        opacity: 0;
    }

    .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 28px;
        content: "";
        border: 2px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: -webkit-gradient(linear, left top, right top, from(#fdf9f8), to(#fdf9f8)), -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
        background-image: -webkit-linear-gradient(left, #fdf9f8 0%, #fdf9f8 100%), -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: -o-linear-gradient(left, #fdf9f8 0%, #fdf9f8 100%), -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: linear-gradient(90deg, #fdf9f8 0%, #fdf9f8 100%), linear-gradient(90deg, #9a11da 0%, #f23891 100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: -1;
    }

    .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        color: #fff;
        border-color: transparent;
        border: none;
        background: transparent;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
    }

        .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free:hover::before {
            opacity: 1;
        }

        .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free:hover::after {
            opacity: 0;
        }

.oppi_header.oppi_header_style_three.fixedMenu .oppi_header_menu .oppi_try_for_free::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, #9a11da 0%, #f23891 100%);
}

.oppi_header.oppi_header_style_three.fixedMenu .oppi_header_menu .oppi_try_for_free:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.oppi_header.oppi_header_menu_border .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    position: relative;
}

    .oppi_header.oppi_header_menu_border .header_nav .oppi_header_menu ul li.nav-item a.nav-link::before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        height: 1px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        width: 0;
        background: #fff;
    }

    .oppi_header.oppi_header_menu_border .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover::before {
        opacity: 1;
        width: 100%;
        right: auto;
        left: 0;
    }

.oppi_header.oppi_header_inner_menu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #fff;
}

.oppi_header.oppi_header_inner_menu .header_nav .oppi_header_menu .oppi_try_for_free {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .oppi_header.oppi_header_inner_menu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        background: #fff;
        color: #5268f2;
    }

.oppi_header.oppi_header_inner_menu.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #4d446b;
}

    .oppi_header.oppi_header_inner_menu.fixedMenu .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
        color: #5268f2;
    }

.oppi_header.oppi_header_inner_menu.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #5268f2;
    border-color: #EF0568;
}

    .oppi_header.oppi_header_inner_menu.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        background: #EF0568;
        color: #fff;
    }

.oppi_header.oppi_header_dark_color .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #4d446b;
}

    .oppi_header.oppi_header_dark_color .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
        color: #EF0568;
    }

.oppi_header.oppi_header_dark_color .header_nav .oppi_header_menu ul li.nav-item.active a.nav-link {
    color: #EF0568;
}

.oppi_header.oppi_utility_header .header_nav .oppi_hamburger .bar_icon .bar {
    background: #EF0568;
}

.oppi_header.oppi_utility_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #fff;
}

.oppi_header.oppi_utility_header .header_nav .oppi_header_menu ul li.nav-item:hover a.nav-link, .oppi_header.oppi_utility_header .header_nav .oppi_header_menu ul li.nav-item.active a.nav-link {
    color: #EF0568;
}

.oppi_header.oppi_utility_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a:hover {
    color: #EF0568;
}

.oppi_header.oppi_utility_header .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #EF0568;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
}

    .oppi_header.oppi_utility_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        color: #fff;
        background: #EF0568;
        border-color: #EF0568;
    }

.oppi_header.oppi_utility_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EF0568;
}

.oppi_header.oppi_travel_header .header_nav .oppi_hamburger .bar_icon .bar {
    background: #ff5e00;
}

.oppi_header.oppi_travel_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #273c63;
}

.oppi_header.oppi_travel_header .header_nav .oppi_header_menu ul li.nav-item:hover a.nav-link, .oppi_header.oppi_travel_header .header_nav .oppi_header_menu ul li.nav-item.active a.nav-link {
    color: #ff5e00;
}

.oppi_header.oppi_travel_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a.active, .oppi_header.oppi_travel_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a:hover {
    color: #ff5e00;
}

.oppi_header.oppi_travel_header .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #ff5e00;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 88, 150, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(6, 88, 150, 0.2);
}

    .oppi_header.oppi_travel_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.oppi_header.oppi_travel_header.fixedMenu .header_nav .oppi_hamburger .bar_icon .bar {
    background: #ff5e00;
}

.oppi_header.oppi_travel_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff5e00;
}

    .oppi_header.oppi_travel_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        background: #ff5e00;
        color: #fff;
    }

.oppi_header.oppi_food_header .header_nav .oppi_hamburger .bar_icon .bar {
    background: #f56e96;
}

.oppi_header.oppi_food_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #2c234d;
}

.oppi_header.oppi_food_header .header_nav .oppi_header_menu ul li.nav-item:hover a.nav-link, .oppi_header.oppi_food_header .header_nav .oppi_header_menu ul li.nav-item.active a.nav-link {
    color: #f56e96;
}

.oppi_header.oppi_food_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a.active, .oppi_header.oppi_food_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a:hover {
    color: #f56e96;
}

.oppi_header.oppi_food_header .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #fff;
    border-radius: 4px;
    background: #f56e96;
    border: 0px;
    padding: 8px 31px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(150, 6, 49, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(150, 6, 49, 0.16);
}

    .oppi_header.oppi_food_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.oppi_header.oppi_food_header.fixedMenu .header_nav .oppi_hamburger .bar_icon .bar {
    background: #f56e96;
}

.oppi_header.oppi_food_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f56e96;
}

    .oppi_header.oppi_food_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        background: #f56e96;
        color: #fff;
    }

.oppi_header.oppi_restaurent_header .header_nav .oppi_hamburger .bar_icon .bar {
    background: #06b85b;
}

.oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
    color: #2c234d;
}

.oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu ul li.nav-item:hover a.nav-link, .oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu ul li.nav-item.active a.nav-link {
    color: #06b85b;
}

.oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a.active, .oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li a:hover {
    color: #06b85b;
}

.oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu .oppi_try_for_free {
    color: #06b85b;
    border-radius: 4px;
    background: #e9f9f1;
    border-color: #7ddaaa;
    padding: 8px 31px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .oppi_header.oppi_restaurent_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        background: #06b85b;
        color: #fff;
        border-color: #06b85b;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
        box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
    }

.oppi_header.oppi_restaurent_header.fixedMenu .header_nav .oppi_hamburger .bar_icon .bar {
    background: #06b85b;
}

/*========================================         oppi_header                 =========================================*/
/*========================================         oppi_banner                 =========================================*/
.oppi_banner.oppi_banner_one {
    padding: 250px 0 199px;
    position: relative;
    background: url(../images/banner/banner_one_bg_1.png) no-repeat scroll top left;
}

    .oppi_banner.oppi_banner_one .overlay {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        opacity: 0.93;
    }

.oppi_banner_content {
    z-index: 1;
    padding-top: 45px;
    position: relative;
}

    .oppi_banner_content .banner_title {
        font-weight: 700;
        font-size: 60px;
        line-height: 76px;
        font-family: "Poppins", sans-serif;
        color: #fff;
        margin-bottom: 20px;
    }

        .oppi_banner_content .banner_title span {
            font-weight: 400;
        }

    .oppi_banner_content .banner_para {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 50px;
        padding-right: 50px;
    }

    .oppi_banner_content .email_box {
        display: inline-block;
        width: 100%;
        max-width: 470px;
        position: relative;
        margin-bottom: 40px;
    }

        .oppi_banner_content .email_box input {
            -webkit-box-shadow: 0px 8px 20px 0px rgba(9, 78, 130, 0.2);
            box-shadow: 0px 8px 20px 0px rgba(9, 78, 130, 0.2);
            background: #fff;
            color: #8881a1;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
            line-height: 30px;
            border-radius: 28px;
            border: 1px solid #fff;
            height: 56px;
            padding: 10px 180px 10px 30px;
        }

        .oppi_banner_content .email_box .oppi_btn {
            position: absolute;
            right: 6px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 1;
            background: #5268f2;
            width: 170px;
            height: 46px;
            border-radius: 23px;
            color: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_banner_content .email_box .oppi_btn:hover {
                opacity: 0.8;
            }

    .oppi_banner_content .video_play .video_play_icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 58px;
        text-align: center;
        background: #667ff1;
        border-radius: 50%;
        border: 2px solid #9cabf7;
        color: #fff;
        margin-right: 20px;
        position: relative;
    }

        .oppi_banner_content .video_play .video_play_icon::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #ffffff40;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .oppi_banner_content .video_play .video_play_icon i {
            margin-left: 2px;
        }

        .oppi_banner_content .video_play .video_play_icon:hover::before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }

    .oppi_banner_content .video_play .play_text {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        line-height: 30px;
        font-size: 16px;
        position: relative;
    }

        .oppi_banner_content .video_play .play_text::before {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            height: 1px;
            width: 0;
            background: #fff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0;
        }

        .oppi_banner_content .video_play .play_text:hover::before {
            opacity: 1;
            width: 100%;
            left: 0;
            right: auto;
        }

.oppi_banner_img_content {
    padding-top: 0px;
    margin-top: -20px;
}

    .oppi_banner_img_content .banner_img {
        position: relative;
        display: inline-block;
        margin-left: -165px;
    }

        .oppi_banner_img_content .banner_img .banner_img_iphoneX {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.oppi_banner.oppi_banner_two {
    overflow: hidden;
    padding: 65px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee6d95), to(#ebdfb4));
    background-image: -webkit-linear-gradient(left, #ee6d95, #ebdfb4);
    background-image: -o-linear-gradient(left, #ee6d95, #ebdfb4);
    background-image: linear-gradient(to right, #ee6d95, #ebdfb4);
}

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        padding-top: 300px;
        max-width: 570px;
        width: 100%;
    }

        .oppi_banner.oppi_banner_two .oppi_banner_content .banner_title {
            font-size: 50px;
            line-height: 60px;
        }

        .oppi_banner.oppi_banner_two .oppi_banner_content .oppi_dbtn.btn_border {
            border: 1px solid #ffffff;
            color: #ffffff;
        }

            .oppi_banner.oppi_banner_two .oppi_banner_content .oppi_dbtn.btn_border:hover {
                background: #fff;
                color: #ee6d95;
            }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin: 0;
    }

        .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img {
            position: relative;
            margin-top: 200px;
        }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .social_banner_img_1 {
                margin-bottom: -256px;
                margin-left: 55px;
                position: relative;
                z-index: 1;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img {
                position: absolute;
            }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_2 {
                    bottom: -48px;
                    left: -106px;
                    z-index: 1;
                }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_3 {
                    bottom: 140px;
                    right: 40px;
                    z-index: 1;
                }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_4 {
                    top: -17px;
                    left: 120px;
                    z-index: 1;
                }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_1 {
                position: absolute;
                left: -325px;
                bottom: 85px;
            }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_1 .wev_inner {
                    height: 11px;
                    width: 90px;
                    background-image: url(../images/home_social/banner_img/wev_icon_2.png);
                    background-position: center;
                    -webkit-animation: slide 3s linear infinite;
                    animation: slide 3s linear infinite;
                }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_3 {
                position: absolute;
                left: 12px;
                bottom: 300px;
            }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_3 .wev_inner {
                    height: 11px;
                    width: 90px;
                    background-image: url(../images/home_social/banner_img/wev_icon_3.png);
                    background-position: center;
                    -webkit-animation: slide 3s linear infinite;
                    animation: slide 3s linear infinite;
                }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_4 {
                position: absolute;
                right: 85px;
                bottom: 70px;
            }

                .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_4 .wev_inner {
                    height: 12px;
                    width: 90px;
                    background-image: url(../images/home_social/banner_img/wev_icon_4.png);
                    background-position: center;
                    -webkit-animation: slide 3s linear infinite;
                    animation: slide 3s linear infinite;
                }

        .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon {
            position: absolute;
        }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_1 {
                top: -5px;
                right: 50px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_2 {
                top: 397px;
                left: 165px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_3 {
                top: 255px;
                left: 0;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_4 {
                top: 480px;
                left: 45px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_5 {
                top: 30px;
                right: 122px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_6 {
                top: 235px;
                right: 67px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_7 {
                top: 160px;
                right: 137px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_8 {
                bottom: 328px;
                right: -3px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .parallax_icon .icon.icon_9 {
                bottom: 120px;
                right: 10px;
            }

.oppi_banner.oppi_banner_three {
    padding: 196px 0 236px;
    background: #fdf9f8;
}

    .oppi_banner.oppi_banner_three .shape_1 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .oppi_banner.oppi_banner_three .shape_1 svg {
            opacity: 0.08;
        }

    .oppi_banner.oppi_banner_three .shape_2 {
        position: absolute;
        right: 0;
        bottom: 0px;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_content {
        padding-top: 132px;
    }

        .oppi_banner.oppi_banner_three .oppi_banner_content .banner_title {
            color: #4d446b;
            line-height: 64px;
            margin-bottom: 30px;
        }

        .oppi_banner.oppi_banner_three .oppi_banner_content .banner_para {
            color: #707b8e;
        }

        .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border {
            padding: 18px 35px;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
            position: relative;
            border: none;
            z-index: 1;
        }

            .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background-image: -moz-linear-gradient(180deg, #f23891 0%, #9a11da 100%);
                background-image: -webkit-linear-gradient(180deg, #f23891 0%, #9a11da 100%);
                background-image: -ms-linear-gradient(180deg, #f23891 0%, #9a11da 100%);
                border-radius: 28px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border::after {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background-image: -moz-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
                background-image: -webkit-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
                background-image: -ms-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
                border-radius: 28px;
                opacity: 0;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border:hover {
                color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border:hover::before {
                    opacity: 0;
                }

                .oppi_banner.oppi_banner_three .oppi_banner_content .oppi_dbtn.btn_border:hover::after {
                    opacity: 1;
                }

    .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img {
        margin: 105px -127px -108px 0;
        position: relative;
    }

        .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_2 {
            position: absolute;
            bottom: -15px;
            left: 0;
        }

            .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_2 img {
                -webkit-animation: jump 2.5s linear infinite;
                animation: jump 2.5s linear infinite;
            }

        .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_3 {
            position: absolute;
            top: -25px;
            right: 15px;
        }

            .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_3 img {
                -webkit-animation: jump 2.8s linear infinite;
                animation: jump 2.8s linear infinite;
            }

        .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_4 {
            position: absolute;
            top: -115px;
            left: 175px;
        }

            .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_4 img {
                -webkit-animation: jump 2.3s linear infinite;
                animation: jump 2.3s linear infinite;
            }

        .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_5 {
            position: absolute;
            right: 0;
            bottom: -30px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_5 img {
                -webkit-animation: upDownRound 5s linear 1;
                animation: upDownRound 5s linear 1;
            }

.oppi_breadcrumb_link {
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
}

    .oppi_breadcrumb_link li {
        display: inline-block;
        position: relative;
    }

        .oppi_breadcrumb_link li + li {
            padding-left: 20px;
        }

            .oppi_breadcrumb_link li + li:before {
                position: absolute;
                content: '\35';
                font-family: 'eleganticons';
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                color: #fff;
                font-size: 14px;
            }

        .oppi_breadcrumb_link li a {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

        .oppi_breadcrumb_link li:last-child a {
            pointer-events: none;
            color: #f6f7fb;
        }

.oppi_inner_banner {
    position: relative;
    padding: 155px 0 110px;
    overflow: hidden;
    /*background: #EF0568;*/
    background: rgba(255,171,145,1); /* fallback for old browsers */
}

    .oppi_inner_banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .oppi_inner_banner .oppi_banner_content .banner_title {
        margin-bottom: 0;
        font-size: 50px;
        line-height: 66px;
    }

    .oppi_inner_banner .oppi_banner_content .banner_sub_title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
    }

    .oppi_inner_banner.oppi_price_two {
        background-image: url(../images/pricing_banner_bg.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top left;
        overflow: initial;
    }

        .oppi_inner_banner.oppi_price_two .oppi_banner_content {
            margin-bottom: 55px;
        }

            .oppi_inner_banner.oppi_price_two .oppi_banner_content .banner_title {
                margin-bottom: 17px;
            }

    .oppi_inner_banner .parallax-effect {
        width: 100%;
        height: 100%;
    }

.oppi_how_it_work_banner {
    overflow: hidden;
}

    .oppi_how_it_work_banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #511c4b;
    }

.parallax-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

/*========================================      oppi_banner_utility   oppi_banner                 =========================================*/
.oppi_utility_banner_wrap {
    position: relative;
    padding-top: 195px;
    padding-bottom: 90px;
}

    .oppi_utility_banner_wrap .shape_top {
        top: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .oppi_utility_banner_wrap .shape_top img {
            top: -517px;
            right: -155px;
            position: absolute;
        }

    .oppi_utility_banner_wrap .oppi_banner_content {
        padding-top: 105px;
    }

        .oppi_utility_banner_wrap .oppi_banner_content .banner_title {
            color: #fff;
            font-size: 50px;
            line-height: 60px;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
        }

        .oppi_utility_banner_wrap .oppi_banner_content .banner_para {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

        .oppi_utility_banner_wrap .oppi_banner_content .oppi_btn_group .oppi_dbtn {
            background: #EF0568;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
            font-size: 16px;
            line-height: 28px;
            border-radius: 28px;
        }

            .oppi_utility_banner_wrap .oppi_banner_content .oppi_btn_group .oppi_dbtn:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img {
        position: relative;
        margin-left: 0;
        z-index: 1;
    }

        .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .banner_mockup img {
            border-radius: 20px;
            /*-webkit-box-shadow: 0px 60px 100px 0px rgba(3, 38, 74, 0.2);
      box-shadow: 0px 60px 100px 0px rgba(3, 38, 74, 0.2);*/
        }

        .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape {
            position: absolute;
            z-index: -1;
        }

            .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_1 {
                left: -200px;
                top: 32px;
            }

            .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_2 {
                top: 40px;
                left: -260px;
            }

            .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_3 {
                top: 180px;
                right: -117px;
            }

.shape_left_circle {
    position: absolute;
    left: -255px;
    top: 450px;
}

    .shape_left_circle .circle {
        border-radius: 50%;
        background-image: -webkit-linear-gradient(40deg, #3197ff 0%, #7403ff 100%);
        background-image: -o-linear-gradient(40deg, #3197ff 0%, #7403ff 100%);
        background-image: linear-gradient(50deg, #3197ff 0%, #7403ff 100%);
        opacity: 0.04;
        width: 800px;
        height: 800px;
    }

.oppi_banner_utility {
    background: #5268f2;
    padding: 170px 0 0;
    position: relative;
    z-index: 1;
}

    .oppi_banner_utility .shape_angle {
        position: absolute;
        top: 0;
        left: 0;
    }

    .oppi_banner_utility .circle_shape {
        position: absolute;
        bottom: 90px;
        right: 325px;
    }

        .oppi_banner_utility .circle_shape .circle {
            border-radius: 50%;
            background-color: white;
            opacity: 0.039;
            width: 420px;
            height: 420px;
        }

    .oppi_banner_utility .oppi_banner_content {
        padding-bottom: 94px;
    }

        .oppi_banner_utility .oppi_banner_content .banner_title {
            font-size: 50px;
            line-height: 60px;
        }

        .oppi_banner_utility .oppi_banner_content .banner_para {
            max-width: 540px;
            width: 100%;
            margin: 0 auto 40px;
        }

        .oppi_banner_utility .oppi_banner_content .oppi_btn_group .oppi_dbtn {
            color: #fff;
            border: 1px solid #fff;
        }

            .oppi_banner_utility .oppi_banner_content .oppi_btn_group .oppi_dbtn:hover {
                background: #fff;
                color: #5268f2;
            }

.utility_banner_video .video_img {
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto -140px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(3, 11, 61, 0.2);
    box-shadow: 0px 50px 100px 0px rgba(3, 11, 61, 0.2);
    border-radius: 10px;
    z-index: 1;
}

    .utility_banner_video .video_img::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3, 8, 41, 0.5);
        border-radius: 10px;
        border: 6px solid #fff;
    }

    .utility_banner_video .video_img img {
        border-radius: 10px;
    }

    .utility_banner_video .video_img .video_icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
    }

        .utility_banner_video .video_img .video_icon .icon {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background-color: #ffffff;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .utility_banner_video .video_img .video_icon .icon img {
                border-radius: 0;
            }

        .utility_banner_video .video_img .video_icon::before {
            position: absolute;
            content: '';
            width: 100px;
            height: 100px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            left: 50%;
            top: 50%;
            -webkit-animation: youTube 3s linear infinite;
            animation: youTube 3s linear infinite;
        }

        .utility_banner_video .video_img .video_icon::after {
            width: 72px;
            height: 72px;
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
            content: "";
            -webkit-animation: youTube 2s linear infinite;
            animation: youTube 2s linear infinite;
            z-index: -1;
        }

/*========================================      oppi_travel_banner   oppi_banner                 =========================================*/
.oppi_travel_banner {
    background-image: url(../images/home_travel/banner/travel_image_01.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    overflow: hidden;
}

    .oppi_travel_banner .oppi_banner_content {
        padding-top: 300px;
    }

        .oppi_travel_banner .oppi_banner_content .banner_title {
            color: #273c63;
        }

        .oppi_travel_banner .oppi_banner_content .banner_para {
            color: #717b8f;
            padding: 0;
        }

        .oppi_travel_banner .oppi_banner_content .oppi_btn_group .oppi_dbtn {
            background: #ff5e00;
            color: #fff;
            padding: 16px 38px;
        }

            .oppi_travel_banner .oppi_banner_content .oppi_btn_group .oppi_dbtn:hover {
                -webkit-box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
            }

    .oppi_travel_banner .sun_img {
        position: absolute;
        top: -100px;
        right: 90px;
        z-index: 2;
    }

.oppi_travel_banner_img {
    z-index: -1;
    position: relative;
}

    .oppi_travel_banner_img .travel_map_img {
        position: relative;
        z-index: 1;
    }

        .oppi_travel_banner_img .travel_map_img img {
            margin-left: -175px;
        }

    .oppi_travel_banner_img .aeroplane {
        position: absolute;
        top: calc(50% - 40px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 40px;
        z-index: 1;
    }

    .oppi_travel_banner_img .map_pin_1 {
        position: absolute;
        bottom: 285px;
        right: 105px;
        z-index: 1;
    }

        .oppi_travel_banner_img .map_pin_1::before {
            position: absolute;
            content: "";
            bottom: -20px;
            left: 0;
            background: #fff;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 2.5s infinite linear;
            animation: map_pin 2.5s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_1::after {
            position: absolute;
            content: "";
            bottom: -20px;
            left: 0;
            background: #fff;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 3s infinite linear;
            animation: map_pin 3s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_1 img {
            -webkit-animation: map_jump 1.4s infinite linear;
            animation: map_jump 1.4s infinite linear;
        }

    .oppi_travel_banner_img .map_pin_2 {
        position: absolute;
        bottom: 220px;
        right: -215px;
        z-index: 1;
    }

        .oppi_travel_banner_img .map_pin_2::before {
            position: absolute;
            content: "";
            bottom: -15px;
            left: 0;
            background: #fff;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 3s infinite linear;
            animation: map_pin 3s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_2::after {
            position: absolute;
            content: "";
            bottom: -15px;
            left: 0;
            background: #fff;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 2.5s infinite linear;
            animation: map_pin 2.5s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_2 img {
            -webkit-animation: map_jump 1.6s infinite linear;
            animation: map_jump 1.6s infinite linear;
        }

    .oppi_travel_banner_img .map_pin_3 {
        position: absolute;
        bottom: 110px;
        right: 205px;
        z-index: 1;
    }

        .oppi_travel_banner_img .map_pin_3::before {
            position: absolute;
            content: "";
            bottom: -45px;
            left: 0;
            background: #00b5ff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 2s infinite linear;
            animation: map_pin 2s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_3::after {
            position: absolute;
            content: "";
            bottom: -45px;
            left: 0;
            background: #00b5ff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            right: 0;
            margin: 0 auto;
            -webkit-animation: map_pin 2.5s infinite linear;
            animation: map_pin 2.5s infinite linear;
        }

        .oppi_travel_banner_img .map_pin_3 img {
            -webkit-animation: map_jump 1.5s infinite linear;
            animation: map_jump 1.5s infinite linear;
        }

    .oppi_travel_banner_img .shape_1 {
        position: absolute;
        top: 0;
        left: -235px;
    }

    .oppi_travel_banner_img .shape_2 {
        position: absolute;
        top: 0;
        left: -175px;
    }

/*========================================      oppi_travel_banner   oppi_banner                 =========================================*/
/*========================================         oppi_banner                 =========================================*/
/*===========================================           oppi_lifestyle_about_us_wrap                     ====================================*/
.oppi_utility_about_us_wrap {
    padding: 50px 0;
}

    .oppi_utility_about_us_wrap .oppi_mobile_scroll {
        position: relative;
        z-index: 2;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile {
        text-align: center;
        margin-top: -730px;
    }

    .oppi_utility_about_us_wrap .oppi_about_details_content {
        padding-top: 90px;
    }

        .oppi_utility_about_us_wrap .oppi_about_details_content .sec_title {
            color: #4d446b;
            margin-bottom: 20px;
        }

        .oppi_utility_about_us_wrap .oppi_about_details_content .sec_para {
            margin-bottom: 50px;
            max-width: 450px;
            width: 100%;
        }

        .oppi_utility_about_us_wrap .oppi_about_details_content .about_item {
            max-width: 270px;
            width: 100%;
            margin-bottom: 55px;
        }

            .oppi_utility_about_us_wrap .oppi_about_details_content .about_item h5 {
                color: #4d446b;
                font-size: 20px;
                line-height: 36px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .oppi_utility_about_us_wrap .oppi_about_details_content .about_item p {
                color: #707b8e;
                font-size: 16px;
                line-height: 26px;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
            }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape {
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: calc(50vh - 360px);
    }

        .oppi_utility_about_us_wrap .oppi_about_mobile_shape::before, .oppi_utility_about_us_wrap .oppi_about_mobile_shape::after {
            position: absolute;
            content: "";
            left: 0;
            width: 100%;
            height: 170px;
            background: #fff;
            z-index: -1;
        }

        .oppi_utility_about_us_wrap .oppi_about_mobile_shape::before {
            top: -150px;
        }

        .oppi_utility_about_us_wrap .oppi_about_mobile_shape::after {
            bottom: -150px;
        }

        .oppi_utility_about_us_wrap .oppi_about_mobile_shape .shape_mobile_bg {
            display: inline-block;
            position: relative;
        }

            .oppi_utility_about_us_wrap .oppi_about_mobile_shape .shape_mobile_bg .about_shape_mobile {
                -webkit-box-shadow: 0px 60px 100px 0px rgba(3, 38, 74, 0.2);
                box-shadow: 0px 60px 100px 0px rgba(3, 38, 74, 0.2);
                border-radius: 20px;
            }

    .oppi_utility_about_us_wrap .oppi_about_details_inner_bg {
        position: -webkit-sticky;
        position: sticky;
        top: calc(50vh - 150px);
        z-index: 1;
    }

        .oppi_utility_about_us_wrap .oppi_about_details_inner_bg:before {
            position: absolute;
            content: "";
            top: -300px;
            width: 100%;
            height: 300px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), color-stop(#fff), to(transparent));
            background-image: -webkit-linear-gradient(#fff, #fff, #fff, transparent);
            background-image: -o-linear-gradient(#fff, #fff, #fff, transparent);
            background-image: linear-gradient(#fff, #fff, #fff, transparent);
            z-index: 1;
        }

        .oppi_utility_about_us_wrap .oppi_about_details_inner_bg:after {
            position: absolute;
            content: "";
            bottom: calc(-50vh + -150px);
            width: 100%;
            height: 260px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#fff), color-stop(#fff), to(#fff));
            background-image: -webkit-linear-gradient(transparent, #fff, #fff, #fff);
            background-image: -o-linear-gradient(transparent, #fff, #fff, #fff);
            background-image: linear-gradient(transparent, #fff, #fff, #fff);
            z-index: 1;
        }

.oppi_lifestyle_about_us_wrap {
    padding-top: 340px;
    position: relative;
}

    .oppi_lifestyle_about_us_wrap .bg_shape {
        position: absolute;
        top: 0;
        left: 0;
    }

    .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_img_content .about_img_content_inner {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_img_content .about_img_content_inner .about_mockup img {
            -webkit-box-shadow: 0px 60px 100px 0px rgba(3, 11, 61, 0.2);
            box-shadow: 0px 60px 100px 0px rgba(3, 11, 61, 0.2);
            border-radius: 20px;
        }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_img_content .about_img_content_inner .about_img_shape {
            position: absolute;
            top: -50px;
            left: -60px;
            z-index: -1;
        }

    .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content {
        padding-top: 40px;
    }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .sec_title {
            color: #4d446b;
            margin-bottom: 20px;
        }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .sec_para {
            margin-bottom: 40px;
            max-width: 450px;
            width: 100%;
        }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .about_item {
            max-width: 270px;
            width: 100%;
            margin-bottom: 45px;
        }

            .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .about_item h5 {
                color: #4d446b;
                font-size: 20px;
                line-height: 36px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .about_item p {
                color: #707b8e;
                font-size: 16px;
                line-height: 26px;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
            }

        .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .oppi_btn_group {
            padding-top: 6px;
        }

            .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .oppi_btn_group .oppi_dbtn {
                background-color: #5268f2;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(63, 80, 186, 0.24);
                box-shadow: 0px 20px 30px 0px rgba(63, 80, 186, 0.24);
                color: #fff;
            }

                .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .oppi_btn_group .oppi_dbtn:hover {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

/*===========================================           oppi_lifestyle_about_us_wrap                     ====================================*/
/*===================================             oppi_feature_wrap           =========================================*/
.oppi_feature_wrap {
    padding: 105px 0;
    position: relative;
    background: #f9f7f4;
}

    .oppi_feature_wrap .sec_title {
        margin-bottom: 85px;
    }

.oppi_feature_item .feature_img {
    width: 170px;
    height: 170px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
    justify-content: center;
}

.oppi_feature_item .feature_title {
    color: #2c234d;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .oppi_feature_item .feature_title:hover {
        color: #5268f2;
    }

.oppi_feature_item.oppi_food_feature_item .feature_title:hover {
    color: #f56e96;
}

.oppi_social_feature {
    padding: 110px 0 120px;
}

    .oppi_social_feature .sec_title2 {
        margin-bottom: 80px;
    }

    .oppi_social_feature .oppi_feature_item {
        max-width: 290px;
        width: 100%;
        margin: 0 auto 70px;
    }

        .oppi_social_feature .oppi_feature_item .feature_img {
            width: 203px;
            height: auto;
            overflow: auto;
            border-radius: 0;
            margin-bottom: 35px;
        }

        .oppi_social_feature .oppi_feature_item .feature_sub_title {
            color: #4d446b;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 13px;
        }

        .oppi_social_feature .oppi_feature_item .feature_para {
            color: #707b8e;
        }

    .oppi_social_feature .oppi_btn_group .oppi_dbtn {
        color: #ee6d95;
        border-color: #ee6d95;
    }

        .oppi_social_feature .oppi_btn_group .oppi_dbtn i {
            margin-left: 12px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            color: #f23891;
        }

        .oppi_social_feature .oppi_btn_group .oppi_dbtn:hover {
            background: #ee6d95;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
            box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
        }

            .oppi_social_feature .oppi_btn_group .oppi_dbtn:hover i {
                color: #fff;
                margin-left: 20px;
                margin-right: -8px;
            }

.oppi_feature_style_three {
    padding: 110px 0 150px;
}

    .oppi_feature_style_three .sec_title {
        margin-bottom: 90px;
    }

.oppi_feature_mockup_wrap {
    position: relative;
}

    .oppi_feature_mockup_wrap .bg_shape {
        position: absolute;
        top: 340px;
        left: 0px;
        right: 0;
        z-index: -1;
        max-width: 770px;
        width: 100%;
        margin: 0 auto;
    }

        .oppi_feature_mockup_wrap .bg_shape .shape {
            background-image: -moz-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
            background-image: -webkit-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
            background-image: -ms-linear-gradient(180deg, #9a11da 0%, #f23891 100%);
            max-width: 770px;
            width: 100%;
            height: 120px;
            border-radius: 60px;
            margin: 0 auto;
        }

.oppi_f_mockup_sing_item .m_img {
    position: relative;
}

    .oppi_f_mockup_sing_item .m_img .left_dot_line {
        position: absolute;
        top: 195px;
        right: 180px;
    }

    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        position: absolute;
        top: 190px;
        right: 165px;
    }

    .oppi_f_mockup_sing_item .m_img .left_shadow {
        position: absolute;
        bottom: 5px;
        right: -35px;
    }

    .oppi_f_mockup_sing_item .m_img .dot {
        position: absolute;
    }

.oppi_f_mockup_sing_item .mockup_details {
    position: absolute;
}

    .oppi_f_mockup_sing_item .mockup_details .icon {
        color: #f23891;
        font-size: 22px;
        line-height: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
        background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, #9a11da 0%, #f23891 100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-left: auto;
        margin-bottom: 20px;
    }

        .oppi_f_mockup_sing_item .mockup_details .icon:hover {
            background-image: -webkit-linear-gradient(40deg, #f23891 0%, #9a11da 100%);
            background-image: -o-linear-gradient(40deg, #f23891 0%, #9a11da 100%);
            background-image: linear-gradient(50deg, #f23891 0%, #9a11da 100%);
            -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            color: #fff;
            border: none;
        }

    .oppi_f_mockup_sing_item .mockup_details a {
        color: #4d446b;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .oppi_f_mockup_sing_item .mockup_details a:hover {
            color: #f23891;
        }

.oppi_f_mockup_sing_item.mockup_left {
    margin-right: -75px;
    padding-top: 130px;
}

    .oppi_f_mockup_sing_item.mockup_left .dot {
        top: 180px;
        right: 200px;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details {
        bottom: 65px;
        right: 475px;
    }

.oppi_f_mockup_sing_item.mockup_right {
    margin-left: -80px;
    margin-top: 35px;
}

    .oppi_f_mockup_sing_item.mockup_right .dot {
        top: 430px;
        right: 460px;
    }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details {
        left: auto;
        right: 30px;
        bottom: auto;
        top: 170px;
    }

        .oppi_f_mockup_sing_item.mockup_right .mockup_details .icon {
            margin-right: auto;
            margin-left: 0;
        }

.oppi_utility_featured_wrap {
    padding-bottom: 10px;
}

    .oppi_utility_featured_wrap .sec_title {
        color: #4d446b;
        margin-bottom: 70px;
    }

    .oppi_utility_featured_wrap .oppi_feature_item {
        margin-bottom: 80px;
    }

        .oppi_utility_featured_wrap .oppi_feature_item .feature_sub_title {
            color: #4d446b;
            font-size: 24px;
            line-height: 35px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

        .oppi_utility_featured_wrap .oppi_feature_item .feature_img {
            width: 100px;
            height: 100px;
            /*background: #9552fa;*/
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 12px;
        }

            .oppi_utility_featured_wrap .oppi_feature_item .feature_img.speedup {
                background: unset;
            }

            .oppi_utility_featured_wrap .oppi_feature_item .feature_img.cleanup {
                /*background: #f5ac21;*/
            }

            .oppi_utility_featured_wrap .oppi_feature_item .feature_img.app_lock {
                /*background: #0fcf89;*/
            }

            .oppi_utility_featured_wrap .oppi_feature_item .feature_img.application {
                /*background: #f03882;*/
            }

    .oppi_utility_featured_wrap .oppi_btn_group .oppi_dbtn {
        border-color: #72B32D;
        color: #72B32D;
    }

        .oppi_utility_featured_wrap .oppi_btn_group .oppi_dbtn i {
            color: #0FCF89;
        }

        .oppi_utility_featured_wrap .oppi_btn_group .oppi_dbtn:hover {
            background: #72B32D;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
        }

            .oppi_utility_featured_wrap .oppi_btn_group .oppi_dbtn:hover i {
                color: #fff;
                margin-left: 20px;
                margin-right: -8px;
            }

.oppi_lifestyle_feature_wrap {
    padding-top: 160px;
    overflow: hidden;
}

    .oppi_lifestyle_feature_wrap .sec_title {
        color: #4d446b;
        margin-bottom: 50px;
    }

.oppi_lifestyle_feature_tab {
    max-width: 800px;
    width: 100%;
    background: #fafafc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 22px;
    border: none;
    height: 44px;
    margin: 0 auto;
}

    .oppi_lifestyle_feature_tab li.nav-item {
        margin: 0 14px 0 0;
        border: none;
    }

        .oppi_lifestyle_feature_tab li.nav-item:last-child {
            margin-right: 0;
        }

        .oppi_lifestyle_feature_tab li.nav-item a.nav-link {
            color: #4d446b;
            font-size: 14px;
            line-height: 26px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            padding: 9px 35px;
            margin: 0;
            border: none;
            border-radius: 22px;
            background: #fafafc;
        }

            .oppi_lifestyle_feature_tab li.nav-item a.nav-link.active {
                border: none;
                background: #5268f2;
                color: #fff;
            }

.oppi_lifestyle_featurded_content {
    padding-top: 135px;
}

    .oppi_lifestyle_featurded_content .title {
        color: #4d446b;
        font-size: 30px;
        line-height: 50px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 17px;
        -webkit-animation: fadeInUp 0.2s 1 linear;
        animation: fadeInUp 0.2s 1 linear;
    }

    .oppi_lifestyle_featurded_content .featured_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 30px;
        -webkit-animation: fadeInUp 0.3s 1 linear;
        animation: fadeInUp 0.3s 1 linear;
    }

    .oppi_lifestyle_featurded_content .take_tour {
        color: #707b8e;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-animation: fadeInUp 0.4s 1 linear;
        animation: fadeInUp 0.4s 1 linear;
    }

        .oppi_lifestyle_featurded_content .take_tour i {
            margin-left: 5px;
            color: #707b8e;
            font-weight: 700;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_lifestyle_featurded_content .take_tour i::before {
                line-height: 30px;
            }

        .oppi_lifestyle_featurded_content .take_tour:hover {
            color: #5268f2;
        }

            .oppi_lifestyle_featurded_content .take_tour:hover i {
                color: #5268f2;
                margin-left: 15px;
            }

.oppi_lifestyle_featurded_graphcontent {
    padding: 165px 0;
}

    .oppi_lifestyle_featurded_graphcontent .graph_inner {
        position: relative;
    }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line {
            display: inline-block;
            position: absolute;
            left: 50px;
            top: 0;
        }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line .graph_dot {
                position: absolute;
                top: 0;
                left: 0;
                width: 40px;
                height: 40px;
                background: #fff;
                border-radius: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(3, 11, 61, 0.1);
                box-shadow: 0px 20px 30px 0px rgba(3, 11, 61, 0.1);
            }

                .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line .graph_dot::before {
                    position: absolute;
                    content: '';
                    width: 24px;
                    height: 24px;
                    background: rgba(58, 224, 101, 0.1);
                    border-radius: 50%;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line .graph_dot .dot_inner {
                    width: 10px;
                    height: 10px;
                    background: #3ae065;
                    border-radius: 50%;
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line .graph_dot .dot_inner::before {
                        position: absolute;
                        content: '';
                        width: 24px;
                        height: 24px;
                        background: rgba(58, 224, 101, 0.3);
                        border-radius: 50%;
                        -webkit-animation: youTube 3s infinite linear;
                        animation: youTube 3s infinite linear;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }

                    .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_line .graph_dot .dot_inner::after {
                        position: absolute;
                        content: '';
                        width: 24px;
                        height: 24px;
                        background: rgba(58, 224, 101, 0.3);
                        border-radius: 50%;
                        -webkit-animation: youTube 2s infinite linear;
                        animation: youTube 2s infinite linear;
                        top: 50%;
                        left: 50%;
                    }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details {
            background: #fff;
            -webkit-box-shadow: 0px 40px 80px 0px rgba(3, 11, 61, 0.1);
            box-shadow: 0px 40px 80px 0px rgba(3, 11, 61, 0.1);
            max-width: 270px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 35px 40px 25px;
        }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details .icon {
                margin-right: 20px;
            }

                .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details .icon i {
                    color: #0edae7;
                    font-size: 30px;
                    line-height: 30px;
                }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details .content h3 {
                color: #707b8e;
                font-weight: 500;
                font-size: 40px;
                line-height: 30px;
                font-family: "Poppins", sans-serif;
                margin-bottom: 10px;
            }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details .content p {
                color: #707b8e;
                font-weight: 400;
                font-size: 16px;
                line-height: 30px;
                font-family: "Poppins", sans-serif;
            }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_comments {
                position: absolute;
                top: -37px;
                left: 110px;
                -webkit-animation: fadeInLeft 0.2s 1 linear;
                animation: fadeInLeft 0.2s 1 linear;
            }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_viewers {
                position: absolute;
                top: 140px;
                left: 210px;
                -webkit-animation: fadeInLeft 0.4s 1 linear;
                animation: fadeInLeft 0.4s 1 linear;
            }

                .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_viewers .icon i {
                    color: #ec3dfc;
                }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_user {
            position: absolute;
            top: -75px;
            right: -10px;
            -webkit-animation: zoomIn 0.5s 1 linear;
            animation: zoomIn 0.5s 1 linear;
        }

            .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_user .user_inner {
                width: 140px;
                height: 140px;
                border-radius: 50%;
                background: #fff;
                -webkit-box-shadow: 0px 40px 80px 0px rgba(3, 11, 61, 0.1);
                box-shadow: 0px 40px 80px 0px rgba(3, 11, 61, 0.1);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

/*===================================             oppi_travel_featured_wrap           =========================================*/
.oppi_travel_featured_wrap {
    padding: 120px 0 0;
}

.oppi_travel_featured_item .travel_featured_item_content {
    padding-top: 22px;
}

    .oppi_travel_featured_item .travel_featured_item_content .sec_title {
        color: #273c63;
        margin-bottom: 20px;
    }

    .oppi_travel_featured_item .travel_featured_item_content .sec_para {
        color: #707b8e;
        margin-bottom: 45px;
    }

    .oppi_travel_featured_item .travel_featured_item_content .travel_featured_item {
        max-width: 250px;
        width: 100%;
        margin-bottom: 35px;
    }

        .oppi_travel_featured_item .travel_featured_item_content .travel_featured_item h5 {
            color: #273c63;
            font-size: 18px;
            line-height: 30px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            margin-bottom: 10px;
        }

        .oppi_travel_featured_item .travel_featured_item_content .travel_featured_item p {
            color: #707b8e;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

.oppi_travel_featured_item.oppi_travel_featured_left_img .travel_featured_line {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    position: relative;
}

    .oppi_travel_featured_item.oppi_travel_featured_left_img .travel_featured_line .travel_featured_line_man {
        position: absolute;
        bottom: 128px;
        left: 115px;
    }

.oppi_travel_featured_item.oppi_travel_featured_right_img .travel_featured_line {
    -webkit-transform: translateX(calc(-50% - 30px));
    -ms-transform: translateX(calc(-50% - 30px));
    transform: translateX(calc(-50% - 30px));
    position: relative;
    margin-bottom: -85px;
}

    .oppi_travel_featured_item.oppi_travel_featured_right_img .travel_featured_line .travel_featured_line_plan {
        position: absolute;
        bottom: 283px;
        right: 135px;
    }

.oppi_travel_featured_item .travel_featured_down_img {
    margin-top: -85px;
}

/*===================================             oppi_travel_featured_wrap           =========================================*/
/*===================================             oppi_feature_wrap           =========================================*/
/*====================================            oppi_how_it_works_wrap                 =====================================*/
.oppi_how_it_works_wrap {
    padding: 90px 0 15px;
    background: #fafbfc;
}

    .oppi_how_it_works_wrap .sec_title {
        margin-bottom: 60px;
    }

.oppi_how_it_tab_wrap nav .oppi_how_it_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e6e5ed;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .oppi_how_it_tab_wrap nav .oppi_how_it_tab .nav-item {
        margin: 0;
    }

        .oppi_how_it_tab_wrap nav .oppi_how_it_tab .nav-item .nav-link {
            color: #707b8e;
            font-size: 16px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            display: inline-block;
            border: none;
            margin: 0 5px;
            padding: 10px 15px;
            border-radius: 25px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            min-width: 110px;
            text-align: center;
        }

            .oppi_how_it_tab_wrap nav .oppi_how_it_tab .nav-item .nav-link.active, .oppi_how_it_tab_wrap nav .oppi_how_it_tab .nav-item .nav-link:hover {
                color: #fff;
                background: #EF0568;
            }

.oppi_how_it_tab_content_wrap {
    position: relative;
}

    .oppi_how_it_tab_content_wrap .tab_custom_arrow {
        border: 1px solid #EF0568;
        color: #5268f2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        position: absolute;
    }

        .oppi_how_it_tab_content_wrap .tab_custom_arrow i {
            font-family: 'eleganticons';
            font-size: 20px;
            opacity: 1;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #EF0568;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .oppi_how_it_tab_content_wrap .tab_custom_arrow:hover {
            background-color: #EF0568;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(82, 104, 242, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(82, 104, 242, 0.3);
        }

            .oppi_how_it_tab_content_wrap .tab_custom_arrow:hover i {
                color: #fff;
            }

        .oppi_how_it_tab_content_wrap .tab_custom_arrow.prevtab {
            left: 140px;
        }

        .oppi_how_it_tab_content_wrap .tab_custom_arrow.nexttab {
            right: 140px;
        }

    .oppi_how_it_tab_content_wrap .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.oppi_mobile_mockup {
    position: relative;
    padding-left: 85px;
}

    .oppi_mobile_mockup .mockup_2 {
        position: absolute;
        left: 210px;
        top: 0;
    }

.oppi_mockup_content {
    max-width: 470px;
    width: 100%;
}

    .oppi_mockup_content .title {
        margin-bottom: 25px;
    }

    .oppi_mockup_content .para {
        color: #707b8e;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 40px;
    }

    .oppi_mockup_content .oppi_dbtn:hover {
        -webkit-box-shadow: 0px 20px 30px 0px rgba(82, 104, 242, 0.3);
        box-shadow: 0px 20px 30px 0px rgba(82, 104, 242, 0.3);
    }

.oppi_how_it_tab_content_wrap .fade .oppi_mobile_mockup .mockup_1 {
    -webkit-animation: fadeOutUp 0.4s both;
    animation: fadeOutUp 0.4s both;
}

.oppi_how_it_tab_content_wrap .fade .oppi_mobile_mockup .mockup_2 {
    -webkit-animation: fadeOutUp 0.6s both;
    animation: fadeOutUp 0.6s both;
}

.oppi_how_it_tab_content_wrap .fade .oppi_mobile_mockup .oppi_mockup_content .title {
    -webkit-animation: fadeOut .2s both;
    animation: fadeOut .2s both;
}

.oppi_how_it_tab_content_wrap .fade .oppi_mobile_mockup .oppi_mockup_content .para {
    -webkit-animation: fadeOutUp .3s both;
    animation: fadeOutUp .3s both;
}

.oppi_how_it_tab_content_wrap .fade .oppi_mobile_mockup .oppi_mockup_content .oppi_dbtn {
    -webkit-animation: fadeOut .5s both;
    animation: fadeOut .5s both;
}

.oppi_how_it_tab_content_wrap .fade.show .oppi_mobile_mockup .mockup_1 {
    -webkit-animation: fadeInUp 0.4s both 0.4s;
    animation: fadeInUp 0.4s both 0.4s;
}

.oppi_how_it_tab_content_wrap .fade.show .oppi_mobile_mockup .mockup_2 {
    -webkit-animation: fadeInUp 0.6s both 0.6s;
    animation: fadeInUp 0.6s both 0.6s;
}

.oppi_how_it_tab_content_wrap .fade.show .oppi_mockup_content .title {
    -webkit-animation: fadeInDown .2s both .2s;
    animation: fadeInDown .2s both .2s;
}

.oppi_how_it_tab_content_wrap .fade.show .oppi_mockup_content .para {
    -webkit-animation: fadeInDown .3s both .3s;
    animation: fadeInDown .3s both .3s;
}

.oppi_how_it_tab_content_wrap .fade.show .oppi_mockup_content .oppi_dbtn {
    -webkit-animation: fadeInDown .5s both .5s;
    animation: fadeInDown .5s both .5s;
}

.oppi_get_appy_wrap {
    background: #fafbfc;
    padding: 90px 0 35px;
    position: relative;
    z-index: 11;
}

    .oppi_get_appy_wrap .sec_title {
        color: #4d446b;
        margin-bottom: 10px;
    }

    .oppi_get_appy_wrap .sec_para {
        color: #707b8e;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        max-width: 746px;
        width: 100%;
        margin: 0 auto 70px;
    }

.oppi_get_appy_tab_wrap .oppi_get_appy_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: unset;
    width: 100%;
    margin: 0 auto 60px;
    border-bottom: 1px solid rgba(8, 22, 113, 0.09);
}

    .oppi_get_appy_tab_wrap .oppi_get_appy_tab li {
        margin: 0 21px;
    }

        .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a {
            border: none;
            background: transparent;
            padding:8px 17px 6px;
            border-radius: 6px 6px 0px 0px;
            color: #707b8e;
        }

            .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .icon {
                margin-bottom: 5px;
                text-align: center;
            }

                .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .icon i {
                    font-size: 48px;
                }

            .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .tab_text {
                font-size: 16px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
                line-height: 30px;
            }

            .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a:hover, .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a.active {
                background: #EF0568;
                color: #fff;
            }

.oppi_get_appy_tab_content {
    padding: 0 50px;
}

    .oppi_get_appy_tab_content .tab-pane {
        display: block;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .oppi_get_appy_tab_content .tab-pane:not(.show) {
            opacity: 0;
            width: 100%;
            position: absolute;
            visibility: hidden;
            left: 0;
            top: 0;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
        }

.oppi_get_appy_tab_slider_item {
    text-align: center;
    padding: 0px 20px 50px;
}

    .oppi_get_appy_tab_slider_item img {
        -webkit-box-shadow: 0px 20px 40px 0px rgba(2, 28, 53, 0.15);
        box-shadow: 0px 20px 40px 0px rgba(2, 28, 53, 0.15);
        display: inline-block;
    }

.oppi_feedback_two_wrap {
    background: #fafbfc;
    padding: 110px 0 100px;
    position: relative;
}

    .oppi_feedback_two_wrap .comma {
        position: absolute;
        top: -30px;
        left: 318px;
    }

    .oppi_feedback_two_wrap .oppi_feedback_two_contant .sec_title {
        z-index: 1;
        position: relative;
        margin-bottom: 50px;
    }

.oppi_feedback_two_tab_wrap {
    margin-bottom: 70px;
}

    .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #e6eaee;
    }

        .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li {
            margin: 0;
        }

            .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li a {
                border: none;
                position: relative;
                font-size: 20px;
                line-height: 30px;
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                color: #a1a9b7;
                padding: 12px 14px;
                margin: 0 26px;
                border-radius: 0;
            }

                .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li a::before {
                    position: absolute;
                    content: "";
                    bottom: -2px;
                    right: 0;
                    width: 0%;
                    height: 2px;
                    background: #EF0568;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

                .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li a.active {
                    color: #EF0568;
                    background: transparent;
                }

                    .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li a.active::before {
                        width: 100%;
                        right: auto;
                        left: 0;
                    }

.oppi_feedback_two_content_wrap {
    padding: 0 80px;
}

.oppi_feedback_two_slider {
    margin: 0 -20px;
}

.oppi_feedback_two_slider_item {
    margin-bottom: 50px;
    padding: 0 20px;
}

    .oppi_feedback_two_slider_item.d_none {
        display: none;
    }

    .oppi_feedback_two_slider_item .oppi_feedback_item_inner {
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 28, 53, 0.05);
        box-shadow: 0px 30px 40px 0px rgba(2, 28, 53, 0.05);
        padding: 40px 45px 45px 50px;
    }

        .oppi_feedback_two_slider_item .oppi_feedback_item_inner .feedback_top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 30px;
        }

            .oppi_feedback_two_slider_item .oppi_feedback_item_inner .feedback_top .user_icon {
                margin-right: 30px;
            }

                .oppi_feedback_two_slider_item .oppi_feedback_item_inner .feedback_top .user_icon img {
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    -webkit-box-shadow: 0px 20px 30px 0px rgba(3, 38, 74, 0.14);
                    box-shadow: 0px 20px 30px 0px rgba(3, 38, 74, 0.14);
                }

            .oppi_feedback_two_slider_item .oppi_feedback_item_inner .feedback_top .user_details h4 {
                font-size: 20px;
                line-height: 26px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
            }

.review_star i {
    color: #bdc6d5;
    font-size: 12px;
}

    .review_star i.checked {
        color: #ffba00;
    }

/*====================================            oppi_how_it_works_wrap                 =====================================*/
/*===================================            oppi_our_service_wrap                 ======================================*/
.oppi_our_service_wrap {
    background: #fff;
    padding: 19px 0 30px;
    position: relative;
    overflow: hidden;
}

    .oppi_our_service_wrap .shape_1 {
        position: absolute;
        right: -160px;
        top: 135px;
    }

    .oppi_our_service_wrap .shape_2 {
        position: absolute;
        left: -285px;
        bottom: -75px;
    }

.oppi_service_item.oppi_service_img_right {
    margin-bottom: 100px;
}

.oppi_service_content {
    padding-top: 65px;
    max-width: 460px;
    width: 100%;
}

    .oppi_service_content .title {
        margin-bottom: 25px;
    }

    .oppi_service_content .servece_note {
        color: #5268f2;
        font-size: 20px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .oppi_service_content .service_para {
        color: #707b8e;
        margin-bottom: 25px;
    }

    .oppi_service_content .take_tour {
        color: #2c234d;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 10px;
    }

        .oppi_service_content .take_tour i {
            margin-left: 5px;
            color: #2c234d;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_service_content .take_tour i::before {
                line-height: 30px;
            }

        .oppi_service_content .take_tour:hover {
            color: #EF0568;
        }

            .oppi_service_content .take_tour:hover i {
                color: #EF0568;
                margin-left: 15px;
            }

.oppi_service_img_content {
    position: relative;
    z-index: 1;
}

    .oppi_service_img_content.img_right .service_img_1 {
        margin-left: -50px;
    }

    .oppi_service_img_content.img_right .service_img_2 {
        position: absolute;
        right: -50px;
        top: -80px;
        z-index: -1;
    }

    .oppi_service_img_content.img_left {
        text-align: right;
    }

        .oppi_service_img_content.img_left .service_img_1 {
            margin-right: -50px;
        }

        .oppi_service_img_content.img_left .service_img_2 {
            position: absolute;
            left: -50px;
            top: -45px;
        }

.oppi_travel_service_wrap {
    padding: 110px 0;
}

    .oppi_travel_service_wrap .sec_title {
        color: #273c63;
        margin-bottom: 64px;
    }

.oppi_travel_service_tab_wrap .oppi_travel_service_tab {
    border-bottom: 1px solid #e8eaf0;
    margin-bottom: 75px;
}

    .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item {
        margin: 0 42px 0 0;
    }

        .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item:last-child {
            margin-right: 0;
        }

        .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item a.nav-link {
            color: #707b8e;
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            margin: 0;
            border: none;
            padding: 0 0 12px;
            position: relative;
        }

            .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item a.nav-link::before {
                position: absolute;
                content: "";
                bottom: -2px;
                left: 0;
                width: 100%;
                height: 3px;
                opacity: 0;
                background: #ff5e00;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item a.nav-link.active {
                color: #ff5e00;
                background: transparent;
            }

                .oppi_travel_service_tab_wrap .oppi_travel_service_tab li.nav-item a.nav-link.active::before {
                    height: 3px;
                    opacity: 1;
                }

.oppi_travel_service_tab_item {
    margin-bottom: 92px;
    -webkit-animation: fadeInUp 0.2s 1 linear;
    animation: fadeInUp 0.2s 1 linear;
    max-width: 270px;
    width: 100%;
}

    .oppi_travel_service_tab_item .service_icon {
        margin-bottom: 20px;
    }

        .oppi_travel_service_tab_item .service_icon i {
            color: #ff5e00;
            font-size: 30px;
            line-height: 40px;
        }

    .oppi_travel_service_tab_item .service_details h4 {
        color: #273c63;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .oppi_travel_service_tab_item .service_details p {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

.travel_tab_item_btn .oppi_btn_group .oppi_dbtn {
    color: #ff5e00;
    border-color: #ff5e00;
    background: transparent;
    padding: 15px 33px;
    -webkit-animation: fadeInUp 0.4s 1 linear;
    animation: fadeInUp 0.4s 1 linear;
}

    .travel_tab_item_btn .oppi_btn_group .oppi_dbtn:hover {
        -webkit-box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
        color: #fff;
        background: #ff5e00;
    }

.oppi_travel_video_wrap {
    padding: 30px 0 0;
}

    .oppi_travel_video_wrap .sec_title {
        color: #273c63;
        margin-bottom: 7px;
    }

    .oppi_travel_video_wrap .sec_para {
        color: #707b8e;
        margin-bottom: 50px;
    }

.oppi_travel_video_slider .slick-dots {
    bottom: 92px;
}

    .oppi_travel_video_slider .slick-dots li {
        width: 8px;
        height: 8px;
        background: #d4dae4;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .oppi_travel_video_slider .slick-dots li button {
            display: none;
        }

        .oppi_travel_video_slider .slick-dots li.slick-active {
            background: #ff5e00;
            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25);
        }

.oppi_travel_video_slider_item .oppi_travel_video_content {
    max-width: 970px;
    width: 100%;
    margin: 0 auto 150px;
}

    .oppi_travel_video_slider_item .oppi_travel_video_content .video_img {
        position: relative;
        cursor: pointer;
    }

        .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_bg_img {
            border-radius: 8px;
            -webkit-box-shadow: 0px 40px 80px 0px rgba(13, 57, 140, 0.1);
            box-shadow: 0px 40px 80px 0px rgba(13, 57, 140, 0.1);
        }

        .oppi_travel_video_slider_item .oppi_travel_video_content .video_img::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(39, 60, 99, 0.5);
            border-radius: 8px;
        }

        .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 1;
        }

            .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon .icon {
                width: 72px;
                height: 72px;
                border-radius: 50%;
                background-color: #ffffff;
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon .icon img {
                    border-radius: 0;
                }

            .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon::before {
                position: absolute;
                content: '';
                width: 100px;
                height: 100px;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                left: 50%;
                top: 50%;
                -webkit-animation: youTube 3.1s linear infinite;
                animation: youTube 3.1s linear infinite;
            }

            .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon::after {
                width: 72px;
                height: 72px;
                position: absolute;
                left: 50%;
                top: 50%;
                border-radius: 50%;
                -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
                box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
                content: "";
                -webkit-animation: youTube 2.2s linear infinite;
                animation: youTube 2.2s linear infinite;
                z-index: -1;
            }

            .oppi_travel_video_slider_item .oppi_travel_video_content .video_img .video_icon img {
                margin-bottom: -20px;
                margin-left: 2px;
            }

/*===================================            oppi_our_service_wrap                 ======================================*/
/*=====================================              oppi_call_to_action_wrap                   =======================================*/
.oppi_call_to_action_wrap {
    background: #511c4b;
    padding: 33px 0;
    position: relative;
    overflow: hidden;
}

    .oppi_call_to_action_wrap .shape_1 {
        position: absolute;
        top: -225px;
        left: -300px;
    }

    .oppi_call_to_action_wrap .shape_2 {
        position: absolute;
        bottom: -440px;
        right: -450px;
    }

.oppi_call_to_action_content .call_title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}

.oppi_call_to_action_content .call_para {
    color: #eeeeee;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 42px;
}

.oppi_call_to_action_content .oppi_dbtn {
    color: #EF0568;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 78, 130, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(9, 78, 130, 0.2);
}

    .oppi_call_to_action_content .oppi_dbtn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.business_call_img_group {
    position: relative;
    margin-bottom: 55px;
    padding-top: 10px;
}

    .business_call_img_group .man_with_laptop {
        position: relative;
        z-index: 1;
    }

    .business_call_img_group .arrow {
        position: absolute;
        bottom: -65px;
        left: -40px;
    }

    .business_call_img_group .chart {
        position: absolute;
        left: 42px;
        bottom: 40px;
        z-index: 1;
    }

    .business_call_img_group .gear_icon {
        position: absolute;
        top: 60px;
        left: 70px;
    }

        .business_call_img_group .gear_icon img {
            -webkit-animation: round_circle 15s linear infinite;
            animation: round_circle 15s linear infinite;
        }

    .business_call_img_group .man_1 {
        position: absolute;
        bottom: 6px;
        left: 127px;
        z-index: 1;
    }

    .business_call_img_group .man_2 {
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 1;
    }

.oppi_call_to_action_two_wrap {
    background: -webkit-linear-gradient(210deg, #ee6d95 0%, #ebdfb4 100%);
    background: -o-linear-gradient(210deg, #ee6d95 0%, #ebdfb4 100%);
    background: linear-gradient(-120deg, #ee6d95 0%, #ebdfb4 100%);
    position: relative;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .oppi_call_to_action_two_wrap .oppi_call_to_action_content {
        max-width: 475px;
        width: 100%;
    }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .sec_title2 {
            margin-bottom: 20px;
            color: #fff;
        }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .call_para {
            margin-bottom: 50px;
        }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid {
            background: #ee6d95;
            border-radius: 28px;
            color: #fff;
            padding: 10px 34px;
            margin-bottom: 7px;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
            box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
        }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid:hover {
                color: #ee6d95;
                background: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .icon {
                    margin-right: 15px;
                }

                    .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .icon .iconify {
                        font-size: 26px;
                    }

                .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .text {
                    font-size: 18px;
                    line-height: 16px;
                    font-weight: 500;
                }

                    .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .text small {
                        font-size: 14px;
                        line-height: 16px;
                        font-weight: 400;
                    }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid {
                color: #ee6d95;
                background: #fff;
                margin-left: 15px;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 10px 26px;
            }

                .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid:hover {
                    color: #fff;
                    background: #ee6d95;
                    border-color: #ee6d95;
                    -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
                    box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
                }

                .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid .btn_inner .icon .iconify {
                    font-size: 34px;
                }

.pos_static {
    position: static;
}

.oppi_call_to_action_img_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .oppi_call_to_action_img_content .call_img_1 {
        position: absolute;
        top: -450px;
        left: -330px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        position: absolute;
        top: 170px;
        left: -190px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        position: absolute;
        bottom: -785px;
        left: 325px;
    }

.oppi_call_to_action_three {
    background: #4f29dd;
    padding: 155px 0;
}

    .oppi_call_to_action_three .shape_3 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img {
        position: relative;
        margin-left: 60px;
    }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .pos_abs {
            position: absolute;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_man_img {
            top: -75px;
            left: 85px;
            z-index: 1;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_img_2 {
            bottom: -195px;
            left: -64px;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_1 {
            left: -115px;
            top: 10px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_1 img {
                -webkit-animation: cloud 5s linear infinite alternate;
                animation: cloud 5s linear infinite alternate;
            }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_2 {
            left: 312px;
            top: 35px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_2 img {
                -webkit-animation: cloud 9s linear infinite alternate;
                animation: cloud 9s linear infinite alternate;
            }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_3 {
            bottom: -80px;
            left: 345px;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dots {
            left: -155px;
            top: 130px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dots img {
                -webkit-animation: cloud 8s linear infinite alternate;
                animation: cloud 8s linear infinite alternate;
            }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dot_s {
            top: -85px;
            left: 35px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dot_s img {
                -webkit-animation: cloud 7s linear infinite alternate;
                animation: cloud 7s linear infinite alternate;
            }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .pen {
            bottom: -100px;
            left: -65px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .pen img {
                -webkit-animation: upDown 5s linear infinite alternate;
                animation: upDown 5s linear infinite alternate;
            }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .line {
            top: 180px;
            left: 420px;
        }

            .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .line img {
                -webkit-animation: cloud 5s linear infinite alternate;
                animation: cloud 5s linear infinite alternate;
            }

    .oppi_call_to_action_three .oppi_call_to_action_content .sec_title {
        color: #fff;
        margin-bottom: 22px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_content .para {
        color: #ffffff;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 28px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_content .oppi_dbtn {
        border: 2px solid #fff;
        background: transparent;
        color: #fff;
        margin-top: 12px;
    }

        .oppi_call_to_action_three .oppi_call_to_action_content .oppi_dbtn:hover {
            background: #fff;
            color: #5268f2;
        }

.oppi_call_to_action_four {
    background: #fff9fc;
    position: relative;
    overflow: hidden;
    padding: 60px 0 0px;
}

    .oppi_call_to_action_four .shape_1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .oppi_call_to_action_four .shape_2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .oppi_call_to_action_four .call_para {
        margin-bottom: 0;
    }

    .oppi_call_to_action_four .oppi_call_btn_group .oppi_dbtn {
        padding: 10px 17px;
        border-radius: 15px;
        color: #fff;
        border: 2px solid #fff;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .oppi_call_to_action_four .oppi_call_btn_group .oppi_dbtn:hover {
            color: #f23891;
            background: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(44, 35, 77, 0.16);
            box-shadow: 0px 20px 30px 0px rgba(44, 35, 77, 0.16);
        }

    .oppi_call_to_action_four.oppi_call_to_action_five {
        /*background-image: none;
  background-color: #fff7fb;*/
        /*background: linear-gradient(333deg, rgba(255,171,145,1) 0%, rgba(223,181,221,1) 88%);*/
    }

        .oppi_call_to_action_four.oppi_call_to_action_five .oppi_call_btn_group .oppi_dbtn {
            color: #EF0568;
            background: #fff;
            border: 2px solid #EF0568;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(3, 38, 74, 0.16);
            box-shadow: 0px 20px 30px 0px rgba(3, 38, 74, 0.16);
        }

            .oppi_call_to_action_four.oppi_call_to_action_five .oppi_call_btn_group .oppi_dbtn:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

.oppi_lifestyle_call_to_action_wrap {
    position: relative;
    padding: 110px 0 116px;
    overflow: hidden;
}

    .oppi_lifestyle_call_to_action_wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #5268f2;
        opacity: 0.96;
    }

.oppi_lifestyle_call_to_action_inner .sec_title {
    color: #fff;
    margin-bottom: 15px;
}

.oppi_lifestyle_call_to_action_inner .sec_para {
    color: #fff;
    margin-bottom: 43px;
}

.oppi_lifestyle_call_to_action_inner .oppi_btn_group .oppi_dbtn {
    color: #5268f2;
    background: #fff;
    border: 1px solid #fff;
    padding: 20px 50px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(74, 3, 25, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(74, 3, 25, 0.16);
}

    .oppi_lifestyle_call_to_action_inner .oppi_btn_group .oppi_dbtn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.oppi_travel_call_to_action {
    background: #fcfdfe;
    padding: 130px 0 136px;
}

.oppi_travel_call_to_action_content .sec_title {
    color: #273c63;
    margin-bottom: 10px;
}

.oppi_travel_call_to_action_content .sec_para {
    color: #707b8e;
    margin-bottom: 40px;
}

.oppi_travel_call_to_action_content .oppi_btn_group .oppi_dbtn {
    border-color: #ff5e00;
    background: #ff5e00;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(199, 82, 14, 0.2);
}

    .oppi_travel_call_to_action_content .oppi_btn_group .oppi_dbtn:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*=====================================              oppi_call_to_action_wrap                   =======================================*/
/*============================================              oppi_support_wrap                      ================================================*/
.oppi_support_wrap {
    padding: 180px 0 100px;
}

.oppi_support_content {
    padding-top: 25px;
    padding-right: 100px;
}

    .oppi_support_content .title {
        margin-bottom: 20px;
    }

    .oppi_support_content .support_para {
        color: #707b8e;
        margin-bottom: 30px;
    }

    .oppi_support_content .oppi_support_contant .contact_title {
        color: #2c234d;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .oppi_support_content .oppi_support_contant .support_contact_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .oppi_support_content .oppi_support_contant .support_contact_list li {
            display: block;
        }

            .oppi_support_content .oppi_support_contant .support_contact_list li:last-child {
                margin-bottom: 0;
            }

            .oppi_support_content .oppi_support_contant .support_contact_list li a {
                color: #5268f2;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                font-size: 16px;
                font-weight: 400;
                line-height: 34px;
                font-family: "Poppins", sans-serif;
            }

                .oppi_support_content .oppi_support_contant .support_contact_list li a span {
                    margin-right: 13px;
                    font-size: 18px;
                    line-height: 36px;
                }

.oppi_support_img .img_inner {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: -30px;
}

    .oppi_support_img .img_inner .shape_1 {
        border-radius: 6px;
        background-color: #5268f2;
        position: absolute;
        left: 75px;
        top: -30px;
        width: 170px;
        height: 100px;
        z-index: -1;
    }

    .oppi_support_img .img_inner .shape_2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .oppi_support_img .img_inner .shape_2 .shape_2_inner {
            border-radius: 6px;
            background-color: #ff805a;
            position: absolute;
            right: -30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100px;
            height: 300px;
            z-index: -1;
        }

    .oppi_support_img .img_inner img {
        -webkit-box-shadow: 0px 50px 60px 0px rgba(2, 12, 79, 0.14);
        box-shadow: 0px 50px 60px 0px rgba(2, 12, 79, 0.14);
        border-radius: 6px;
    }

/*============================================              oppi_support_wrap                      ================================================*/
/*===============================================          oppi_our_client_wrap             =========================================================*/
.oppi_our_client_wrap {
    padding: 90px 0 135px;
}

.oppi_client_content {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 85px;
}

    .oppi_client_content .sec_title {
        margin-bottom: 20px;
    }

    .oppi_client_content .client_para {
        margin-bottom: 40px;
    }

    .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_solid {
        background-color: #5268f2;
        border-color: #5268f2;
        color: #fff;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
    }

        .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_solid:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
            color: #5268f2;
        }

    .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon {
        color: #5268f2;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        margin-left: 22px;
    }

        .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon i {
            font-size: 20px;
            margin-right: 18px;
        }

        .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon span {
            display: inline;
            position: relative;
        }

            .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon span:before {
                position: absolute;
                content: "";
                bottom: 0;
                right: 0;
                width: 0%;
                height: 1px;
                background: #5268f2;
                opacity: 0;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

        .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon:hover span:before {
            right: auto;
            left: 0;
            width: 100%;
            opacity: 1;
        }

.oppi_cleint_logo_content .client_logo_list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 370px;
    position: relative;
}

    .oppi_cleint_logo_content .client_logo_list li {
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 45, 79, 0.1);
        box-shadow: 0px 2px 4px 0px rgba(2, 45, 79, 0.1);
        position: absolute;
        -webkit-transform: matrix(0.97029, 0.34192, -1.05, 0.9425, 0, 0);
        -ms-transform: matrix(0.97029, 0.34192, -1.05, 0.9425, 0, 0);
        transform: matrix(0.97029, 0.34192, -1.05, 0.9425, 0, 0);
        -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
        -ms-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
        transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
    }

        .oppi_cleint_logo_content .client_logo_list li img {
            border-radius: 10px;
            width: 60px;
            height: 60px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
            top: 0;
            left: 35px;
            -webkit-box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
            box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
            top: 55px;
            left: 170px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
            top: 130px;
            left: 270px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
            top: 35px;
            left: 410px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
            top: 109px;
            left: 495px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
            top: 40px;
            left: 700px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
            top: 0;
            left: 890px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
            top: 40%;
            left: 35px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
            top: 182px;
            left: 585px;
            -webkit-box-shadow: 0px 24px 30px 0px rgba(2, 45, 79, 0.1);
            box-shadow: 0px 24px 30px 0px rgba(2, 45, 79, 0.1);
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
            top: 130px;
            left: 780px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
            top: 128px;
            left: 950px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
            top: 85px;
            left: 95%;
            -webkit-box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
            box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
            bottom: 0;
            left: -35px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(14) {
            bottom: 30px;
            left: 150px;
            -webkit-box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
            box-shadow: 0px 30px 30px 0px rgba(2, 45, 79, 0.1);
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(15) {
            bottom: 20px;
            left: 310px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
            bottom: -25px;
            left: 460px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
            bottom: 35px;
            left: 690px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
            bottom: -30px;
            left: 800px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
            bottom: 45px;
            left: 940px;
        }

        .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
            bottom: 0px;
            right: 0;
        }

/*===============================================          oppi_our_client_wrap             =========================================================*/
/*===========================================         oppi_download_app_wrap             ===============================================*/
.oppi_download_app_wrap {
    padding: 140px 0 0;
    background: #fafbfc;
    overflow: hidden;
}

.oppi_mockup_img {
    padding-left: 0;
}

    .oppi_mockup_img .mockup_inner {
        position: relative;
        z-index: 1;
    }

        .oppi_mockup_img .mockup_inner .download_2 {
            position: absolute;
            left: 140px;
            bottom: 0;
        }

        .oppi_mockup_img .mockup_inner .circle_1 {
            border-radius: 50%;
            background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            opacity: 0.078;
            position: absolute;
            left: -70px;
            bottom: -50px;
            width: 500px;
            height: 500px;
            border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
            will-change: border-radius, transform, opacity;
            -webkit-animation: circle_animation 5s linear infinite;
            animation: circle_animation 5s linear infinite;
            z-index: -1;
        }

        .oppi_mockup_img .mockup_inner .circle_2 {
            border-radius: 50%;
            background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
            opacity: 0.078;
            position: absolute;
            left: -119px;
            bottom: -107px;
            width: 420px;
            height: 420px;
            border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
            will-change: border-radius, transform, opacity;
            -webkit-animation: circle_animation 7s linear infinite;
            animation: circle_animation 7s linear infinite;
            z-index: -1;
        }

.oppi_download_app_content {
    padding-top: 22px;
}

    .oppi_download_app_content .sec_title {
        margin-bottom: 20px;
    }

    .oppi_download_app_content .download_para {
        margin-bottom: 40px;
    }

    .oppi_download_app_content .oppi_btn_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .oppi_download_app_content .oppi_btn_group .oppi_dbtn {
            font-size: 18px;
        }

            .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_solid_color {
                -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                padding: 11px 27px;
                margin-right: 20px;
            }

                .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_solid_color .iconify {
                    font-size: 26px;
                    margin-right: 6px;
                }

                .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_solid_color:hover {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

            .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_border {
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 7px 27px 7px 20px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_border .iconify {
                    font-size: 34px;
                    margin-right: 8px;
                }

                .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_border:hover {
                    -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                    box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                }

.oppi_download_app_two_wrap {
    padding: 65px 0 150px;
}

.oppi_download_two_content {
    max-width: 470px;
    width: 100%;
}

    .oppi_download_two_content .sec_title2 {
        margin-bottom: 30px;
    }

    .oppi_download_two_content .language {
        color: #4d446b;
        font-size: 24px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .oppi_download_two_content .language_list {
        margin: 0 0 40px;
        padding: 0 0 40px;
        list-style: none;
        border-bottom: 1px solid #f0eaed;
    }

        .oppi_download_two_content .language_list li {
            display: inline-block;
            color: #707b8e;
            font-size: 16px;
            font-weight: 400;
            line-height: 32px;
            font-family: "Poppins", sans-serif;
            margin-right: 38px;
        }

.oppi_download_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .oppi_download_count .count_item {
        margin-right: 60px;
    }

        .oppi_download_count .count_item:last-child {
            margin-right: 0;
        }

        .oppi_download_count .count_item .count {
            border-radius: 50%;
            background-color: white;
            -webkit-box-shadow: 0px 4px 6px 0px rgba(185, 62, 100, 0.08);
            box-shadow: 0px 4px 6px 0px rgba(185, 62, 100, 0.08);
            width: 90px;
            height: 90px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 8px;
        }

            .oppi_download_count .count_item .count .count_inner span {
                display: block;
                text-align: center;
            }

            .oppi_download_count .count_item .count .count_inner .count_number {
                color: #ee6d95;
                font-size: 30px;
                line-height: 28px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
            }

            .oppi_download_count .count_item .count .count_inner .count_name {
                color: #ee6d95;
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
            }

        .oppi_download_count .count_item .count_title {
            color: #707b8e;
            font-size: 16px;
            line-height: 30px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

.oppi_download_two_img_content {
    text-align: center;
}

    .oppi_download_two_img_content .img_inner {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .oppi_download_two_img_content .img_inner .download_two_mockup2 {
            -webkit-box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
            box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
            border-radius: 20px;
        }

        .oppi_download_two_img_content .img_inner .download_two_shape {
            position: absolute;
            bottom: -100px;
            right: -50px;
            z-index: -1;
        }

.oppi_download_app_three_wrap {
    background: #fdf9f8;
    padding-top: 65px;
    margin-bottom: 168px;
}

    .oppi_download_app_three_wrap .sec_title {
        color: #4d446b;
    }

    .oppi_download_app_three_wrap .download_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        max-width: 530px;
        width: 100%;
        margin: 0 auto 60px;
    }

    .oppi_download_app_three_wrap .oppi_btn_group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 80px;
    }

        .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn {
            color: #f23891;
            border: none;
            position: relative;
            background: transparent;
            z-index: 1;
        }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.oppi_dbtn {
                margin-left: 20px;
            }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn::before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 28px;
                content: "";
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background-clip: padding-box, border-box;
                background-origin: padding-box, border-box;
                background-image: -webkit-gradient(linear, left top, right top, from(#f23891), to(#9a11da));
                background-image: -webkit-linear-gradient(left, #f23891 0%, #9a11da 100%);
                background-image: -o-linear-gradient(left, #f23891 0%, #9a11da 100%);
                background-image: linear-gradient(90deg, #f23891 0%, #9a11da 100%);
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                z-index: -1;
                opacity: 0;
            }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 28px;
                content: "";
                border: 2px solid transparent;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background-clip: padding-box, border-box;
                background-origin: padding-box, border-box;
                background-image: -webkit-gradient(linear, left top, right top, from(#fdf9f8), to(#fdf9f8)), -webkit-gradient(linear, left top, right top, from(#f23891), to(#9a11da));
                background-image: -webkit-linear-gradient(left, #fdf9f8 0%, #fdf9f8 100%), -webkit-linear-gradient(left, #f23891 0%, #9a11da 100%);
                background-image: -o-linear-gradient(left, #fdf9f8 0%, #fdf9f8 100%), -o-linear-gradient(left, #f23891 0%, #9a11da 100%);
                background-image: linear-gradient(90deg, #fdf9f8 0%, #fdf9f8 100%), linear-gradient(90deg, #f23891 0%, #9a11da 100%);
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                z-index: -1;
            }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn:hover {
                color: #fff;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
            }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn:hover::before {
                    opacity: 1;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn:hover::after {
                    opacity: 0;
                }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play {
                padding: 12px 31px;
                color: #fff;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
            }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play .icon {
                    font-size: 26px;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play::before {
                    opacity: 1;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play::after {
                    opacity: 0;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play:hover {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_apple {
                padding: 8px 32px;
            }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_apple .icon {
                    font-size: 34px;
                }

            .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows {
                padding: 13px 31px;
                background: transparent;
                border: 2px solid #f23891;
            }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows::before, .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows::after {
                    display: none;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows .icon {
                    font-size: 20px;
                    margin-right: 8px;
                }

                .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows:hover {
                    background: #f23891;
                }

    .oppi_download_app_three_wrap .download_mockup_device {
        margin-bottom: -168px;
        margin-left: -50px;
    }

/*===========================================         oppi_download_app_wrap             ===============================================*/
/*========================================                   oppi_watching_wrap                  ==============================================*/
.oppi_watching_wrap {
    position: relative;
    overflow: hidden;
    padding: 140px 0 170px;
}

    .oppi_watching_wrap .shape_bg {
        position: absolute;
        top: 0;
        left: 0;
    }

.oppi_watching_img .img_inner {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .oppi_watching_img .img_inner .shape {
        position: absolute;
        top: -100px;
        left: -60px;
        z-index: -1;
    }

        .oppi_watching_img .img_inner .shape img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .oppi_watching_img .img_inner .social_img_content {
        -webkit-box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
        box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

        .oppi_watching_img .img_inner .social_img_content .social_slider_screen {
            position: absolute;
            top: 20px;
            left: 5px;
            border-radius: 14px;
            max-width: 360px;
            width: 100%;
            height: 680px;
            overflow: hidden;
        }

        .oppi_watching_img .img_inner .social_img_content .social_screen_slider .social_screen_slider {
            border-radius: 14px;
        }

            .oppi_watching_img .img_inner .social_img_content .social_screen_slider .social_screen_slider li {
                border-radius: 14px;
            }

        .oppi_watching_img .img_inner .social_img_content .social_screen_slider .social_slider_screen_item img {
            border-radius: 14px;
        }

.oppi_watching_content {
    padding-top: 45px;
}

    .oppi_watching_content .sec_title2 {
        margin-bottom: 20px;
    }

    .oppi_watching_content .w_para {
        color: #707b8e;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px;
        max-width: 470px;
        width: 100%;
    }

    .oppi_watching_content .oppi_btn_group .oppi_dbtn {
        background: #ee6d95;
        border-color: #ee6d95;
        padding: 15px 38px;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
        box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
    }

        .oppi_watching_content .oppi_btn_group .oppi_dbtn:hover {
            color: #ee6d95;
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.w_items_wrap {
    margin: 0 -55px 20px;
    clear: both;
    float: left;
}

.w_items {
    padding: 0 55px;
    float: left;
    margin-bottom: 40px;
    cursor: pointer;
}

    .w_items .w_img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 4px 6px 0px #b93e6414;
        box-shadow: 0px 4px 6px 0px #b93e6414;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid transparent;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 0 auto 15px;
    }

    .w_items p a {
        display: inline-block;
        color: #707b8e;
        font-size: 16px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .w_items:hover .w_img, .w_items.flex-active .w_img {
        border-color: #ee6d95;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
        box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
    }

    .w_items:hover p a, .w_items.flex-active p a {
        color: #ee6d95;
    }

/*========================================                   oppi_watching_wrap                  ==============================================*/
/*===========================================       oppi_social_about_wrap          ==================================================*/
.oppi_social_about_wrap {
    padding: 60px 0 170px;
}

.oppi_social_about_content {
    padding-top: 100px;
}

    .oppi_social_about_content .sec_title2 {
        margin-bottom: 30px;
    }

    .oppi_social_about_content .oppi_soci_para {
        color: #707b8e;
        margin-bottom: 50px;
    }

    .oppi_social_about_content .oppi_btn_group .oppi_dbtn {
        border-color: #ee6d95;
        color: #ee6d95;
    }

        .oppi_social_about_content .oppi_btn_group .oppi_dbtn i {
            color: #ee6d95;
        }

        .oppi_social_about_content .oppi_btn_group .oppi_dbtn:hover {
            background: #ee6d95;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
            box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.24);
        }

            .oppi_social_about_content .oppi_btn_group .oppi_dbtn:hover i {
                color: #fff;
                margin-left: 20px;
                margin-right: -8px;
            }

.oppi_grafe_img_content {
    padding-left: 200px;
}

    .oppi_grafe_img_content .img_inner {
        display: inline-block;
        position: relative;
    }

        .oppi_grafe_img_content .img_inner .grafe_img {
            -webkit-box-shadow: 0px 20px 40px 0px rgba(185, 62, 100, 0.1);
            box-shadow: 0px 20px 40px 0px rgba(185, 62, 100, 0.1);
        }

        .oppi_grafe_img_content .img_inner .grafe_man_1 {
            position: absolute;
            bottom: -50px;
            left: -238px;
            z-index: 1;
        }

        .oppi_grafe_img_content .img_inner .grafe_man_2 {
            position: absolute;
            right: -222px;
            bottom: 0;
            z-index: 1;
        }

        .oppi_grafe_img_content .img_inner .grafe_item {
            position: absolute;
            bottom: 33px;
            left: -35px;
        }

            .oppi_grafe_img_content .img_inner .grafe_item .grafe_item_img {
                -webkit-box-shadow: 0px 20px 40px 0px rgba(185, 62, 100, 0.1);
                box-shadow: 0px 20px 40px 0px rgba(185, 62, 100, 0.1);
                margin-bottom: 20px;
            }

.oppi_about_three {
    padding-bottom: 100px;
    padding-top: 110px;
}

    .oppi_about_three .sec_title {
        margin-bottom: 140px;
    }

.oppi_customcontainer {
    position: relative;
}

.oppi_about_dot {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 0;
    top: -50px;
}

.oppi_about_content .about_title {
    color: #4d446b;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 22px;
}

.oppi_about_content .oppi_soci_para {
    color: #707b8e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 22px;
}

.oppi_about_content .take_tour {
    color: #4d446b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
}

    .oppi_about_content .take_tour i {
        margin-left: 5px;
        color: #4d446b;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .oppi_about_content .take_tour i::before {
            line-height: 30px;
        }

    .oppi_about_content .take_tour:hover {
        color: #f23891;
    }

        .oppi_about_content .take_tour:hover i {
            color: #f23891;
            margin-left: 15px;
        }

.oppi_about_content .oppi_btn_group .oppi_dbtn i {
    color: #f23891;
}

    .oppi_about_content .oppi_btn_group .oppi_dbtn i:hover i {
        color: #fff;
    }

.oppi_abs_num {
    position: absolute;
}

    .oppi_abs_num h1 {
        font-size: 200px;
        font-family: "Poppins";
        color: #f3f5f8;
        font-weight: bold;
        line-height: 0.2;
        text-align: left;
    }

.revers_col .oppi_abs_num {
    position: absolute;
}

.oppi_about_content_item_1 {
    margin-bottom: 140px;
}

    .oppi_about_content_item_1 .oppi_abs_num {
        right: 0;
    }

        .oppi_about_content_item_1 .oppi_abs_num .dot {
            top: 0;
            left: 40px;
        }

.oppi_about_content_item_2 {
    margin-bottom: 47px;
}

    .oppi_about_content_item_2 .oppi_abs_num {
        left: -15px;
        top: 13px;
    }

        .oppi_about_content_item_2 .oppi_abs_num .dot {
            top: 25px;
            left: 50px;
        }

.oppi_about_content_item_3 .oppi_abs_num {
    right: -30px;
    top: 18px;
}

    .oppi_about_content_item_3 .oppi_abs_num .dot {
        top: 0;
        left: 50px;
    }

.oppi_about_content_item_3 .oppi_about_content {
    padding-top: 10px;
}

/*===========================================       oppi_social_about_wrap          ==================================================*/
/*=====================================           oppi_analytics_wrap               =================================================*/
.oppi_analytics_wrap {
    position: relative;
    overflow: hidden;
    padding: 140px 0 180px;
}

    .oppi_analytics_wrap .oppi_analytics_bg_shape {
        position: absolute;
        top: 0;
        left: 0;
    }

.oppi_analytics_img_content .analytics_img_inner {
    display: -ms-inline-grid;
    display: inline-grid;
    position: relative;
    z-index: 1;
}

    .oppi_analytics_img_content .analytics_img_inner .analytics_mockup {
        -webkit-box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
        box-shadow: 0px 60px 100px 0px rgba(74, 3, 25, 0.2);
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_member_1 {
        position: absolute;
        right: -50px;
        top: 45px;
        border-style: solid;
        border-width: 4px;
        border-color: white;
        border-radius: 50%;
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
        box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_member_2 {
        position: absolute;
        left: -70px;
        top: 330px;
        border-style: solid;
        border-width: 4px;
        border-color: white;
        border-radius: 50%;
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
        box-shadow: 0px 40px 50px 0px rgba(185, 62, 100, 0.12);
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_shape {
        position: absolute;
        left: -50px;
        bottom: 0px;
        z-index: -1;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_1 {
        position: absolute;
        left: -115px;
        bottom: 152px;
        border-radius: 50%;
        background-color: white;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.14);
        box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.14);
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_2 {
        position: absolute;
        right: -80px;
        bottom: 50px;
        border-radius: 50%;
        background-color: white;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.14);
        box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.14);
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_3 {
        position: absolute;
        left: -150px;
        top: 0;
        border-style: solid;
        border-width: 4px;
        border-color: white;
        border-radius: 50%;
        background-color: white;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.12);
        box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.12);
    }

.oppi_analytics_content .sec_title2 {
    margin-bottom: 30px;
}

.oppi_analytics_content .analytics_para {
    color: #707b8e;
    margin-bottom: 50px;
}

.oppi_analytics_content .analytics_devices {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .oppi_analytics_content .analytics_devices li {
        color: #ee6d95;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        font-family: "Poppins", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 27px;
    }

        .oppi_analytics_content .analytics_devices li i {
            margin-right: 22px;
        }

/*=====================================           oppi_analytics_wrap               =================================================*/
/*=======================================                 oppi_feedback_wrap                           =========================================*/
.oppi_feedback_wrap {
    background: #fdf9f8;
    padding: 90px 0;
}

    .oppi_feedback_wrap .sec_title {
        margin-bottom: 55px;
    }

.oppi_review_slider {
    margin-bottom: -70px;
}

    .oppi_review_slider .slick-arrow {
        width: 50px;
        height: 50px;
        border: 1px solid rgba(242, 56, 146, 0.5);
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1;
        top: calc(50% - 50px);
    }

        .oppi_review_slider .slick-arrow::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid transparent;
            background-image: -webkit-linear-gradient(40deg, #f23891 0%, #9a11da 100%);
            background-image: -o-linear-gradient(40deg, #f23891 0%, #9a11da 100%);
            background-image: linear-gradient(50deg, #f23891 0%, #9a11da 100%);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0;
            z-index: -1;
        }

        .oppi_review_slider .slick-arrow:hover {
            -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            border: none;
        }

            .oppi_review_slider .slick-arrow:hover::before {
                color: #fff;
            }

            .oppi_review_slider .slick-arrow:hover::after {
                opacity: 1;
            }

        .oppi_review_slider .slick-arrow::before {
            font-family: 'eleganticons';
            color: #f23891;
            font-weight: 700;
        }

        .oppi_review_slider .slick-arrow.slick-prev::before {
            content: "\23";
        }

        .oppi_review_slider .slick-arrow.slick-next::before {
            content: "\24";
        }

.slider_inner {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 100px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(172, 21, 170, 0.1);
    box-shadow: 0px 30px 60px 0px rgba(172, 21, 170, 0.1);
    border: 5px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(40deg, rgba(242, 56, 146, 0.3) 0%, rgba(154, 17, 218, 0.3) 100%);
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(40deg, rgba(242, 56, 146, 0.3) 0%, rgba(154, 17, 218, 0.3) 100%);
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(50deg, rgba(242, 56, 146, 0.3) 0%, rgba(154, 17, 218, 0.3) 100%);
    border-radius: 10px;
    padding: 35px 50px 50px;
    position: relative;
}

    .slider_inner:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        -webkit-box-shadow: 0px 30px 60px 0px rgba(172, 21, 170, 0.1);
        box-shadow: 0px 30px 60px 0px rgba(172, 21, 170, 0.1);
        border: 5px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(40deg, #f2bee6 0%, #f0bee7 100%);
        background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(40deg, #f2bee6 0%, #f0bee7 100%);
        background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(50deg, #f2bee6 0%, #f0bee7 100%);
        bottom: -11px;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left-color: #0000;
        border-top-color: #0000;
    }

    .slider_inner:after {
        position: absolute;
        content: "";
        width: 46px;
        height: 22px;
        background: #ffffff;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .slider_inner .img {
        margin-bottom: 30px;
    }

        .slider_inner .img img {
            display: inline-block;
        }

    .slider_inner p {
        color: #707b8e;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 25px;
    }

    .slider_inner .rating_star .icon_star {
        color: #bdc6d5;
        font-size: 14px;
    }

        .slider_inner .rating_star .icon_star.full {
            color: #ffba00;
        }

.oppi_review_text_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60px;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}

    .oppi_review_text_slider .slick-slide.slick-current.slick-active.slick-center .oppi_review_thumb_slider_item .slider_text_content {
        opacity: 1;
        visibility: visible;
    }

    .oppi_review_text_slider .slick-slide.slick-current.slick-active.slick-center .oppi_review_thumb_slider_item .oppi_text_slider_img {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }

.oppi_review_thumb_slider_item {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

    .oppi_review_thumb_slider_item .slider_text_content {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        bottom: -65px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .oppi_review_thumb_slider_item .name {
        color: #4d446b;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }

    .oppi_review_thumb_slider_item .catagory {
        color: #707b8e;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

.oppi_text_slider_img {
    margin-bottom: 20px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .oppi_text_slider_img img {
        max-width: 44px;
        width: 100%;
        display: inline-block;
    }

.oppi_review_thumb_slider_item {
    margin-bottom: 70px;
    margin-top: 40px;
}

.oppi_lifestyle_feedback_wrap {
    padding: 200px 0 50px;
    position: relative;
}

    .oppi_lifestyle_feedback_wrap .bg_shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.oppi_lifestyle_feedback_slider .slick-arrow {
    border: 1px solid #5268f2;
    color: #5268f2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: absolute;
}

    .oppi_lifestyle_feedback_slider .slick-arrow::before {
        font-family: 'eleganticons';
        color: #5268f2;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .oppi_lifestyle_feedback_slider .slick-arrow.slick-prev::before {
        content: "\23";
    }

    .oppi_lifestyle_feedback_slider .slick-arrow.slick-next::before {
        content: "\24";
    }

    .oppi_lifestyle_feedback_slider .slick-arrow:hover {
        background-color: #5268f2;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(63, 80, 186, 0.3);
        box-shadow: 0px 20px 30px 0px rgba(63, 80, 186, 0.3);
    }

        .oppi_lifestyle_feedback_slider .slick-arrow:hover::before {
            color: #fff;
        }

.oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(3, 11, 61, 0.04);
    box-shadow: 0px 20px 30px 0px rgba(3, 11, 61, 0.04);
    background: #fff;
    max-width: 770px;
    width: 100%;
    margin: 60px auto 100px;
    border-radius: 10px;
    padding: 0px 50px 60px;
}

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .member_img {
        margin-bottom: 25px;
    }

        .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .member_img img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            margin: -50px auto 0;
            border: 5px solid #fff;
            -webkit-box-shadow: 0px 30px 40px 0px rgba(3, 11, 61, 0.16);
            box-shadow: 0px 30px 40px 0px rgba(3, 11, 61, 0.16);
            display: inline-block;
        }

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .member_name {
        color: #4d446b;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .member_catagory {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 33px;
    }

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .details {
        color: #707b8e;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        margin-bottom: 33px;
    }

/*=======================================                 oppi_feedback_wrap                           =========================================*/
/*========================================             oppi_pricing_plan_wrap                         =====================================*/
.oppi_pricing_plan_wrap {
    padding: 110px 0 150px;
}

    .oppi_pricing_plan_wrap .sec_title {
        margin-bottom: 58px;
    }

.apz_price_tab {
    border-radius: 45px;
    max-width: 440px;
    background-color: #EF0568; /******/
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
    box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border: 0px;
    padding: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .apz_price_tab .nav-item {
        padding: 0px;
        margin: 0px;
    }

        .apz_price_tab .nav-item .nav-link {
            margin: 0px;
            font: 400 16px "Poppins", sans-serif;
            color: #fff;
            padding: 15px 41px;
            display: inline-block;
            border: 0px;
            border-radius: 45px;
            min-width: 193px;
            text-align: center;
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
            position: relative;
            z-index: 1;
        }

            .apz_price_tab .nav-item .nav-link.active {
                border: 0px;
                border-radius: 45px;
                background: transparent;
                color: #fff;
            }

    .apz_price_tab .hover_bg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #5268f2;
        left: 2px;
        height: calc(100% - 4px);
        border-radius: 45px;
        z-index: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.price_tab_two .hover_bg {
    background: #f25294;
}

.oppi_price_item {
    background-color: white;
    -webkit-box-shadow: 0px 30px 80px 0px rgba(74, 3, 74, 0.06);
    box-shadow: 0px 30px 80px 0px rgba(74, 3, 74, 0.06);
    padding: 42px 60px 55px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
}

    .oppi_price_item p {
        font-size: 20px;
        line-height: 30px;
        color: #4d446b;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .oppi_price_item .price {
        color: #4d446b;
        font-size: 70px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-align: center;
    }

        .oppi_price_item .price sup {
            font-size: 30px;
            top: -26px;
            padding-right: 5px;
        }

        .oppi_price_item .price .per_month {
            font-weight: 300;
            font-size: 60px;
        }

        .oppi_price_item .price sub {
            font-size: 20px;
            font-weight: 400;
            bottom: 0;
        }

    .oppi_price_item .p_list {
        padding: 30px 0px;
    }

        .oppi_price_item .p_list li {
            font: 400 16px/40px "Poppins", sans-serif;
            color: #707b8e;
        }

            .oppi_price_item .p_list li i {
                padding-right: 18px;
            }

            .oppi_price_item .p_list li .icon_check {
                color: #1ec516;
            }

            .oppi_price_item .p_list li .icon_close {
                color: #fb1f44;
            }

    .oppi_price_item .oppi_btn_group .oppi_dbtn {
        color: #f23891;
        border: none;
        position: relative;
        background: transparent;
        z-index: 1;
    }

        .oppi_price_item .oppi_btn_group .oppi_dbtn::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 28px;
            content: "";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-clip: padding-box, border-box;
            background-origin: padding-box, border-box;
            background-image: -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
            background-image: -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
            background-image: -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
            background-image: linear-gradient(90deg, #9a11da 0%, #f23891 100%);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            z-index: -1;
            opacity: 0;
        }

        .oppi_price_item .oppi_btn_group .oppi_dbtn::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 28px;
            content: "";
            border: 2px solid transparent;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-clip: padding-box, border-box;
            background-origin: padding-box, border-box;
            background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
            background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
            background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
            background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, #9a11da 0%, #f23891 100%);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            z-index: -1;
        }

        .oppi_price_item .oppi_btn_group .oppi_dbtn:hover {
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.2);
        }

            .oppi_price_item .oppi_btn_group .oppi_dbtn:hover::before {
                opacity: 1;
            }

            .oppi_price_item .oppi_btn_group .oppi_dbtn:hover::after {
                opacity: 0;
            }

    .oppi_price_item.popular {
        background-image: url(../images/home_education/price_table_bg.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top left;
    }

        .oppi_price_item.popular::before {
            position: absolute;
            content: "";
            width: 90px;
            height: 90px;
            top: 0;
            right: 0;
            background-image: -webkit-linear-gradient(45deg, transparent 50%, #EF0568 0%);
            background-image: -o-linear-gradient(45deg, transparent 50%, #EF0568 0%);
            background-image: linear-gradient(45deg, transparent 50%, #EF0568 0%);
        }

        .oppi_price_item.popular::after {
            position: absolute;
            content: "Popular";
            top: 20px;
            right: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
        }

        .oppi_price_item.popular .oppi_btn_group .oppi_dbtn {
            color: #fff;
        }

            .oppi_price_item.popular .oppi_btn_group .oppi_dbtn::before {
                opacity: 1;
            }

            .oppi_price_item.popular .oppi_btn_group .oppi_dbtn::after {
                opacity: 0;
            }

.oppi_price_two {
    padding-bottom: 0;
    margin-bottom: 165px;
}

    .oppi_price_two .oppi_price_item {
        margin-bottom: -165px;
        padding: 30px;
        -webkit-box-shadow: 0px 26px 40px 0px rgba(8, 22, 113, 0.08);
        box-shadow: 0px 26px 40px 0px rgba(8, 22, 113, 0.08);
    }

        .oppi_price_two .oppi_price_item .price_table_catagory {
            color: #2c234d;
            font-weight: 600;
            font-size: 20px;
            font-family: "Poppins", sans-serif;
            line-height: 36px;
        }

        .oppi_price_two .oppi_price_item .price_rapa {
            color: #707b8e;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            font-family: "Poppins", sans-serif;
            margin-bottom: 0;
            min-height: 80px;
        }

        .oppi_price_two .oppi_price_item .price {
            font-size: 50px;
            color: #2c234d;
            font-weight: 700;
            margin-bottom: 30px;
        }

            .oppi_price_two .oppi_price_item .price .price_symble {
                font-size: 20px;
            }

            .oppi_price_two .oppi_price_item .price .per_month {
                font-size: 20px;
                color: #707b8e;
            }

            .oppi_price_two .oppi_price_item .price sup {
                top: -20px;
                padding-right: 4px;
            }

            .oppi_price_two .oppi_price_item .price sub {
                color: #707b8e;
            }

        .oppi_price_two .oppi_price_item .oppi_btn_group .oppi_dbtn {
            border: 2px solid #EF0568;
            color: #EF0568;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 100%;
            padding-top: 11px;
            padding-bottom: 11px;
        }

            .oppi_price_two .oppi_price_item .oppi_btn_group .oppi_dbtn:hover {
                background: #EF0568;
                color: #fff;
                border-color: #EF0568;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
            }

            .oppi_price_two .oppi_price_item .oppi_btn_group .oppi_dbtn::after, .oppi_price_two .oppi_price_item .oppi_btn_group .oppi_dbtn::before {
                display: none;
            }

        .oppi_price_two .oppi_price_item .p_list {
            padding-bottom: 15px;
        }

            .oppi_price_two .oppi_price_item .p_list li {
                line-height: 36px;
            }

                .oppi_price_two .oppi_price_item .p_list li i {
                    padding-right: 8px;
                }

        .oppi_price_two .oppi_price_item.popular {
            background-image: none;
        }

            .oppi_price_two .oppi_price_item.popular::before {
                display: none;
            }

            .oppi_price_two .oppi_price_item.popular::after {
                background: #f6c20e;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                width: calc(100% - 10px);
                height: 24px;
                border-radius: 5px;
                left: 0;
                margin: 0 auto;
                top: 5px;
                text-align: center;
            }

            .oppi_price_two .oppi_price_item.popular .oppi_btn_group .oppi_dbtn {
                background: #f6c20e;
                border-color: #f6c20e;
                color: #fff;
            }

                .oppi_price_two .oppi_price_item.popular .oppi_btn_group .oppi_dbtn:hover {
                    -webkit-box-shadow: 0px 20px 30px 0px rgba(130, 102, 9, 0.2);
                    box-shadow: 0px 20px 30px 0px rgba(130, 102, 9, 0.2);
                }

.price_content_two .fade {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}

    .price_content_two .fade:not(.active) {
        visibility: hidden;
    }

    .price_content_two .fade.active {
        visibility: visible;
    }

.oppi_price_language {
    border-bottom: 1px solid #dde2ea;
    margin-bottom: 110px;
    padding-bottom: 80px;
}

.oppi_select_language {
    margin-bottom: 85px;
}

    .oppi_select_language span {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

    .oppi_select_language .select {
        margin: 0 25px;
        display: inline;
        position: relative;
    }

        .oppi_select_language .select select {
            color: #707b8e;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
            border: 1px solid #cfd5df;
            padding: 9px 25px 7px;
            border-radius: 22px;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            max-width: 220px;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
        }

        .oppi_select_language .select::before {
            position: absolute;
            content: '\f0d7';
            font-family: 'fontawesome';
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #2c234d;
        }

.oppi_price_lan_title {
    color: #2c234d;
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.oppi_price_lan_country {
    color: #707b8e;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.read_more {
    color: #2c234d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .read_more i {
        margin-left: 5px;
        color: #2c234d;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .read_more i::before {
            line-height: 30px;
        }

    .read_more:hover {
        color: #5268f2;
    }

        .read_more:hover i {
            color: #5268f2;
            margin-left: 15px;
        }

.oppi_pricing_color .oppi_price_item .oppi_btn_group .oppi_dbtn {
    color: #EF0568;
    border: 2px solid #EF0568;
}

    .oppi_pricing_color .oppi_price_item .oppi_btn_group .oppi_dbtn:hover {
        background: #EF0568;
        color: #fff;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.2);
    }

    .oppi_pricing_color .oppi_price_item .oppi_btn_group .oppi_dbtn:after, .oppi_pricing_color .oppi_price_item .oppi_btn_group .oppi_dbtn:before {
        display: none;
    }

.oppi_pricing_color .oppi_price_item.popular .oppi_btn_group .oppi_dbtn {
    border: 2px solid #EF0568;
    background: #EF0568;
    color: #fff;
}

    .oppi_pricing_color .oppi_price_item.popular .oppi_btn_group .oppi_dbtn:hover {
        -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.2);
    }

.oppi_lifestyle_pricing .oppi_price_item.popular {
    background-image: url(../images/home_life/price_table_popular_bg.png);
}

    .oppi_lifestyle_pricing .oppi_price_item.popular:before {
        background-image: -webkit-linear-gradient(45deg, transparent 50%, #1ec516 0%);
        background-image: -o-linear-gradient(45deg, transparent 50%, #1ec516 0%);
        background-image: linear-gradient(45deg, transparent 50%, #1ec516 0%);
    }

/*========================================             oppi_pricing_plan_wrap                         =====================================*/
/*=============================================                      oppi_faq_wrap                          ===========================================*/
.oppi_faq_wrap {
    padding: 60px 0 140px;
}

    .oppi_faq_wrap .sec_title {
        margin-bottom: 70px;
    }

.oppi_faq_content {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.oppi_faq_item {
    border: 2px solid rgba(173, 25, 201, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px 28px 20px 40px;
}

    .oppi_faq_item .oppi_faq_title {
        color: #4d446b;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        position: relative;
        cursor: pointer;
    }

        .oppi_faq_item .oppi_faq_title[aria-expanded="true"] {
            color: #f23891;
        }

            .oppi_faq_item .oppi_faq_title[aria-expanded="true"]::before {
                content: "\32";
            }

        .oppi_faq_item .oppi_faq_title::before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            content: "\33";
            font-family: 'eleganticons';
            font-size: 22px;
        }

    .oppi_faq_item .oppi_faq_para {
        padding-top: 25px;
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        padding-right: 30px;
    }

    .oppi_faq_item.open {
        -webkit-box-shadow: 0px 40px 70px 0px rgba(133, 11, 131, 0.12);
        box-shadow: 0px 40px 70px 0px rgba(133, 11, 131, 0.12);
        background-image: -webkit-linear-gradient(40deg, #fff 0%, #fff 100%), -webkit-linear-gradient(40deg, #f23892 0%, #9a11da 100%);
        background-image: -o-linear-gradient(40deg, #fff 0%, #fff 100%), -o-linear-gradient(40deg, #f23892 0%, #9a11da 100%);
        background-image: linear-gradient(50deg, #fff 0%, #fff 100%), linear-gradient(50deg, #f23892 0%, #9a11da 100%);
        padding-bottom: 30px;
    }

.oppi_travel_faq {
    padding: 20px 0 110px;
}

    .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item {
        border: 1px solid #f0f2f6;
        border-radius: 33px;
        padding: 19px 28px 18px 40px;
    }

        .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item .oppi_faq_title {
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
            color: #273c63;
        }

            .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item .oppi_faq_title::before {
                content: "\4c";
            }

        .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item .oppi_faq_item_body .oppi_faq_para {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: #707b8e;
            margin-bottom: 20px;
        }

        .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item.open {
            -webkit-box-shadow: 0px 20px 50px 0px rgba(4, 39, 104, 0.08);
            box-shadow: 0px 20px 50px 0px rgba(4, 39, 104, 0.08);
            background: #fff;
        }

            .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item.open .oppi_faq_title::before {
                content: "\4b";
                color: #ff5e00;
            }

/*=============================================                      oppi_faq_wrap                          ===========================================*/
/*============================= start blog          ================================*/
.blog_wrap {
    padding: 120px 0;
}

    .blog_wrap.blog_single_wrap {
        padding-bottom: 90px;
    }

.blog_single_item {
    position: relative;
    margin-bottom: 60px;
}

    .blog_single_item:last-child {
        margin-bottom: 50px;
    }

    .blog_single_item .blog_post .post_img {
        margin-bottom: 20px;
        display: block;
        position: relative;
    }

        .blog_single_item .blog_post .post_img .blog_post_img {
            display: inline-block;
            position: relative;
            z-index: 1;
            border-radius: 5px;
            overflow: hidden;
        }

            .blog_single_item .blog_post .post_img .blog_post_img:before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #030d2d;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                z-index: 1;
            }

            .blog_single_item .blog_post .post_img .blog_post_img img {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            .blog_single_item .blog_post .post_img .blog_post_img:hover:before {
                opacity: 0.2;
            }

        .blog_single_item .blog_post .post_img a.video_icon {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #ffffff;
            -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
            box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
            text-align: center;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            line-height: 85px;
            font-size: 30px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .blog_single_item .blog_post .post_img a.video_icon:before {
                content: "";
                width: 100%;
                height: 100%;
                border: 1px solid rgba(255, 255, 255, 0.3);
                border-radius: 50%;
                opacity: 1;
                position: absolute;
                left: 0;
            }

            .blog_single_item .blog_post .post_img a.video_icon:after {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                border-radius: 50%;
                -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
                box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.8);
                content: "";
                z-index: -1;
                -webkit-animation: v_play 2s linear infinite;
                animation: v_play 2s linear infinite;
            }

            .blog_single_item .blog_post .post_img a.video_icon:before {
                -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                transform: scale(1.5);
            }

            .blog_single_item .blog_post .post_img a.video_icon i {
                color: #794afd;
                text-shadow: 0px 6px 25px rgba(121, 74, 253, 0.9);
                -webkit-animation: pulse 2s infinite;
                animation: pulse 2s infinite;
                -webkit-box-shadow: 0px 10px 10px 0px rgba(68, 85, 199, 0.34);
                box-shadow: 0px 10px 10px 0px rgba(68, 85, 199, 0.34);
            }

                .blog_single_item .blog_post .post_img a.video_icon i .icon {
                    background-color: #5268f2;
                    -webkit-box-shadow: 0px 10px 10px 0px rgba(68, 85, 199, 0.34);
                    box-shadow: 0px 10px 10px 0px rgba(68, 85, 199, 0.34);
                    position: absolute;
                    left: 706px;
                    top: 1796px;
                    width: 14px;
                    height: 19px;
                    z-index: 69;
                }

            .blog_single_item .blog_post .post_img a.video_icon img {
                margin-bottom: -20px;
                margin-left: 2px;
            }

    .blog_single_item .blog_post .post_content .post_title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 20px;
    }

        .blog_single_item .blog_post .post_content .post_title a {
            color: #2c234d;
        }

            .blog_single_item .blog_post .post_content .post_title a:hover {
                color: #5268f2;
            }

    .blog_single_item .blog_post .post_content .post_info {
        margin: 0 0 5px;
        padding: 0;
        list-style: none;
    }

        .blog_single_item .blog_post .post_content .post_info li {
            display: inline-block;
        }

            .blog_single_item .blog_post .post_content .post_info li + li {
                margin-left: 25px;
            }

            .blog_single_item .blog_post .post_content .post_info li a {
                color: #707b8e;
                font-size: 15px;
                line-height: 30px;
                font-family: "Poppins", sans-serif;
                position: relative;
                font-weight: 500;
            }

                .blog_single_item .blog_post .post_content .post_info li a i {
                    color: #5268f2;
                    margin-right: 5px;
                }

                .blog_single_item .blog_post .post_content .post_info li a:hover {
                    color: #5268f2;
                }

    .blog_single_item .blog_post .post_content .post_details {
        color: #707b8e;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 20px;
    }

    .blog_single_item .blog_post .post_content h4 {
        color: #2c234d;
        font-size: 22px;
        line-height: 34px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 35px;
    }

    .blog_single_item .blog_post .post_content h5 {
        color: #707b8e;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

    .blog_single_item .blog_post .post_content .post_bottom {
        border-bottom: 1px solid #ebecf7;
        padding-bottom: 30px;
    }

    .blog_single_item .blog_post .post_content .read_more {
        color: #707b8e;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog_single_item .blog_post .post_content .read_more i {
            color: #707b8e;
            font-weight: 700;
        }

            .blog_single_item .blog_post .post_content .read_more i::before {
                line-height: 30px;
            }

        .blog_single_item .blog_post .post_content .read_more:hover {
            color: #5268f2;
        }

            .blog_single_item .blog_post .post_content .read_more:hover i {
                color: #5268f2;
                margin-left: 15px;
            }

.pagination_content .navigation .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

    .pagination_content .navigation .pagination li {
        display: inline-block;
    }

        .pagination_content .navigation .pagination li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            text-align: center;
            line-height: 42px;
            background: #f5f6fa;
            color: #333333;
            font-size: 18px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            border: none;
            border-radius: 50%;
        }

            .pagination_content .navigation .pagination li a i {
                font-size: 18px;
            }

        .pagination_content .navigation .pagination li + li a {
            margin-left: 10px;
        }

        .pagination_content .navigation .pagination li:hover a, .pagination_content .navigation .pagination li.active a {
            color: #fff;
            background: #5268f2;
        }

.widget {
    margin-bottom: 60px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .widget_title {
        color: #2c234d;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 34px;
    }

    .widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .widget ul li {
            display: block;
            margin-bottom: 15px;
        }

            .widget ul li:last-child {
                margin-bottom: 0;
            }

            .widget ul li a {
                display: block;
                color: #707b8e;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
            }

                .widget ul li a:hover {
                    color: #5268f2;
                }

    .widget.widget_recent_post {
        margin-bottom: 65px;
    }

        .widget.widget_recent_post .media {
            margin-bottom: 30px;
        }

            .widget.widget_recent_post .media:last-child {
                margin-bottom: 0;
            }

            .widget.widget_recent_post .media .media-left {
                margin-right: 20px;
            }

                .widget.widget_recent_post .media .media-left a {
                    display: inline-block;
                    position: relative;
                }

                    .widget.widget_recent_post .media .media-left a::before {
                        position: absolute;
                        content: "";
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #030d2d;
                        opacity: 0;
                        -webkit-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                        border-radius: 6px;
                    }

                    .widget.widget_recent_post .media .media-left a:hover::before {
                        opacity: 0.2;
                    }

                    .widget.widget_recent_post .media .media-left a img {
                        width: 100px;
                        height: 90px;
                        display: inline-block;
                    }

            .widget.widget_recent_post .media .media-body .tn_tittle a {
                display: inline-block;
                color: #2c234d;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                font-family: "Poppins", sans-serif;
            }

                .widget.widget_recent_post .media .media-body .tn_tittle a:hover {
                    color: #5268f2;
                }

            .widget.widget_recent_post .media .media-body .recent_post_meta li {
                margin-bottom: 6px;
            }

                .widget.widget_recent_post .media .media-body .recent_post_meta li a {
                    line-height: 24px;
                }

    .widget.widget_tags ul li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 3px;
    }

        .widget.widget_tags ul li a {
            padding: 4px 25px;
            font-size: 14px;
            font-weight: 500;
            line-height: 26px;
            font-family: "Poppins", sans-serif;
            color: #707b8e;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            border-radius: 18px;
            background: #f0f2f9;
        }

            .widget.widget_tags ul li a:hover {
                background: #5268f2;
                color: #fff;
            }

    .widget.widget_recent_comment {
        margin-bottom: 57px;
    }

        .widget.widget_recent_comment .media {
            margin-bottom: 30px;
        }

            .widget.widget_recent_comment .media:last-child {
                margin-bottom: 0;
            }

            .widget.widget_recent_comment .media .media-left {
                margin-right: 20px;
            }

                .widget.widget_recent_comment .media .media-left .comment_icon {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    background: #f3f7fa;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: #5268f2;
                    font-size: 20px;
                }

            .widget.widget_recent_comment .media .media-body p {
                color: #707b8e;
                font-size: 16px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
                line-height: 26px;
            }

            .widget.widget_recent_comment .media .media-body .re_title {
                margin-bottom: 8px;
            }

            .widget.widget_recent_comment .media .media-body .user_name {
                color: #5268f2;
                font-weight: 500;
            }

.blog_single_content .blog_single_item {
    padding-bottom: 22px;
}

    .blog_single_content .blog_single_item .post_single_img {
        margin-bottom: 40px;
    }

    .blog_single_content .blog_single_item p {
        color: #707b8e;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 40px;
    }

    .blog_single_content .blog_single_item blockquote {
        padding: 50px;
        background: #f5f6fa;
        border-radius: 5px;
        margin-bottom: 40px;
        position: relative;
    }

        .blog_single_content .blog_single_item blockquote h4 {
            color: #2c234d;
            font-size: 22px;
            line-height: 34px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            margin-bottom: 35px;
        }

        .blog_single_content .blog_single_item blockquote h5 {
            color: #707b8e;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

        .blog_single_content .blog_single_item blockquote .img_icon {
            position: absolute;
            right: 40px;
            bottom: 40px;
        }

    .blog_single_content .blog_single_item .blog_simg_img {
        padding: 42px 0 35px;
    }

    .blog_single_content .blog_single_item .blog_inner_title {
        color: #333333;
        font-size: 35px;
        line-height: 60px;
        font-family: "Poppins", sans-serif;
    }

.blog_single_content .comment_text .comment-title {
    color: #2c234d;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
}

.blog_single_content .comment_reply_form {
    background: #f5f6fa;
    padding: 30px 60px 30px 30px;
}

.comment_reply {
    margin-bottom: 95px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comment-list li {
        display: block;
    }

        .comment-list li .media .media-left {
            margin-right: 30px;
        }

            .comment-list li .media .media-left img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
            }

        .comment-list li .media .media-body .reply_body {
            padding-bottom: 40px;
            margin-bottom: 30px;
            border-bottom: 1px solid #dde1f0;
        }

            .comment-list li .media .media-body .reply_body .author_name {
                color: #2c234d;
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
                font-family: "Poppins", sans-serif;
                margin-bottom: 20px;
            }

                .comment-list li .media .media-body .reply_body .author_name .post_ago {
                    color: #878e9b;
                    font-size: 15px;
                    display: block;
                }

            .comment-list li .media .media-body .reply_body .author_details {
                color: #707b8e;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                font-family: "Poppins", sans-serif;
                margin-bottom: 30px;
            }

            .comment-list li .media .media-body .reply_body .reply_link {
                color: #707b8e;
                font-size: 15px;
                font-weight: 400;
                line-height: 26px;
                font-family: "Poppins", sans-serif;
                background: #e8eaf3;
                border-radius: 3px;
                padding: 5px 15px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .comment-list li .media .media-body .reply_body .reply_link:hover {
                    color: #fff;
                    background: #5268f2;
                }

        .comment-list li .media .media-body .comment-list .media .media-body .reply_body {
            border: none;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

        .comment-list li .media .media-body .media-left img {
            width: 50px;
            height: 50px;
        }

.bg_gray {
    background: #f5f6fa;
}

.code_post .blog_post .post_content {
    position: relative;
    padding: 50px 78px 35px 50px;
    border-radius: 5px;
}

    .code_post .blog_post .post_content .img_icon {
        position: absolute;
        right: 40px;
        bottom: 40px;
    }

.tag_group .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tag_group .tag i {
        color: #5268f2;
        margin-right: 10px;
    }

    .tag_group .tag a {
        color: #707b8e;
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

        .tag_group .tag a + a {
            margin-left: 5px;
        }

        .tag_group .tag a:hover {
            color: #5268f2;
        }

.widget.widget_search .search-form {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
}

    .widget.widget_search .search-form .form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        background: #f5f6fa;
        border: none;
        border-radius: 28px;
        padding: 10px 27px;
        color: #707b8e;
        height: 56px;
    }

        .widget.widget_search .search-form .form-control::-webkit-input-placeholder {
            color: #707b8e;
        }

        .widget.widget_search .search-form .form-control:-ms-input-placeholder {
            color: #707b8e;
        }

        .widget.widget_search .search-form .form-control::-ms-input-placeholder {
            color: #707b8e;
        }

        .widget.widget_search .search-form .form-control::placeholder {
            color: #707b8e;
        }

    .widget.widget_search .search-form .search_btn {
        position: absolute;
        right: 15px;
        z-index: 10;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .widget.widget_search .search-form .search_btn button {
            background-color: transparent;
            border: none;
            outline: none;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            color: #5167f0;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 18px;
        }

.widget.widget_catagory ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget.widget_catagory ul li {
        display: block;
        margin-bottom: 15px;
    }

        .widget.widget_catagory ul li a {
            display: block;
            color: #707b8e;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

            .widget.widget_catagory ul li a span {
                color: #707b8e;
                margin-left: 6px;
            }

            .widget.widget_catagory ul li a:hover {
                color: #5268f2;
            }

.contact_form {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

    .contact_form .form-group {
        margin-bottom: 30px;
    }

        .contact_form .form-group .form-control {
            color: #707b8e;
            font-weight: 400;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            line-height: 26px;
            border: 1px solid #eef0fd;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            height: 66px;
            padding: 10px 25px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            background: #f9f9fc;
            border-radius: 5px;
        }

            .contact_form .form-group .form-control::-webkit-input-placeholder {
                color: #707b8e;
            }

            .contact_form .form-group .form-control::-moz-placeholder {
                color: #707b8e;
            }

            .contact_form .form-group .form-control:-ms-input-placeholder {
                color: #707b8e;
            }

            .contact_form .form-group .form-control:-moz-placeholder {
                color: #707b8e;
            }

            .contact_form .form-group .form-control:focus {
                -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
                box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
                background: #fff;
            }

        .contact_form .form-group textarea.form-control {
            min-height: 200px;
        }

        .contact_form .form-group .submit_btn {
            font-weight: 500;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            line-height: 30px;
            color: #5268f2;
            background-color: transparent;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            border: none;
            padding: 8px 50px;
            cursor: pointer;
            border: 2px solid #a5b1f9;
            border-radius: 25px;
            outline: none;
            text-transform: capitalize;
        }

            .contact_form .form-group .submit_btn:hover {
                color: #fff;
                background: #5268f2;
                border-color: #5268f2;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
            }

.post_single_bottom {
    border-top: 1px solid #ebecf7;
    padding-top: 30px;
}

.tag_title {
    color: #2c234d;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    margin-right: 20px;
}

.tags_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tags_group a {
        display: inline;
        color: #707b8e;
        font-size: 13px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        background: #f5f6fa;
        border-radius: 16px;
        padding: 6px 22px 7px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .tags_group a + a {
            margin-left: 6px;
        }

        .tags_group a:hover {
            background: #5268f2;
            color: #fff;
        }

.oppi_blog_single_banner {
    overflow: hidden;
    padding: 270px 0 220px;
}

    .oppi_blog_single_banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(7, 8, 49, 0.7);
    }

    .oppi_blog_single_banner .oppi_banner_content .banner_title {
        margin-bottom: 20px;
    }

    .oppi_blog_single_banner .oppi_banner_content .post_info {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .oppi_blog_single_banner .oppi_banner_content .post_info li {
            display: inline-block;
            color: #fff;
            font-size: 15px;
            line-height: 30px;
            font-family: "Poppins", sans-serif;
            position: relative;
            font-weight: 500;
        }

            .oppi_blog_single_banner .oppi_banner_content .post_info li + li {
                margin-left: 25px;
            }

            .oppi_blog_single_banner .oppi_banner_content .post_info li i {
                margin-right: 5px;
            }

.oppi_author {
    background: #f5f6fa;
    padding: 40px;
    margin-bottom: 93px;
}

    .oppi_author .media-left {
        margin-right: 30px;
    }

        .oppi_author .media-left .media-object {
            max-width: 100px;
            width: 100%;
        }

    .oppi_author .media-body .reply_body .author_about {
        color: #878e9b;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

    .oppi_author .media-body .reply_body .author_name {
        color: #2c234d;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
    }

    .oppi_author .media-body .reply_body .author_details {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 5px;
    }

/*============================= end  blog          ================================*/
/*============= portfolio area css ============*/
.oppi_portfolio_area {
    overflow: hidden;
    padding-bottom: 80px;
}

    .oppi_portfolio_area .price_btn {
        border-color: #5f51fb;
        color: #5f51fb;
        background: transparent;
        margin-top: 50px;
        line-height: 48px;
        padding: 0px 30px;
    }

        .oppi_portfolio_area .price_btn:hover {
            background: #5f51fb;
            color: #fff;
        }

.portfolio_filter {
    margin: 120px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .portfolio_filter .work_portfolio_item {
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        display: inline-block;
        border-radius: 3px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: relative;
        cursor: pointer;
        color: #707b8e;
        padding: 5px 25px;
        border-radius: 20px;
        margin: 0 5px;
    }

        .portfolio_filter .work_portfolio_item.active, .portfolio_filter .work_portfolio_item:hover {
            color: #fff;
            background: #5268f2;
        }

.portfolio_filter_blue .work_portfolio_item.active, .portfolio_filter_blue .work_portfolio_item:hover {
    color: #26c4e5;
}

    .portfolio_filter_blue .work_portfolio_item.active:before, .portfolio_filter_blue .work_portfolio_item:hover:before {
        width: 100%;
        background: #26c4e5;
    }

.portfolio_gallery .portfolio_item {
    margin-bottom: 55px;
}

    .portfolio_gallery .portfolio_item .portfolio_img {
        position: relative;
        overflow: hidden;
    }

        .portfolio_gallery .portfolio_item .portfolio_img img {
            max-width: 100%;
            width: 100%;
        }

        .portfolio_gallery .portfolio_item .portfolio_img .img_rounded {
            border-radius: 6px;
        }

        .portfolio_gallery .portfolio_item .portfolio_img .img_popup {
            position: relative;
            display: inline-block;
            width: 100%;
            border-radius: 6px;
        }

            .portfolio_gallery .portfolio_item .portfolio_img .img_popup::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #030d2d;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 6px;
            }

            .portfolio_gallery .portfolio_item .portfolio_img .img_popup:hover::before {
                opacity: 0.2;
            }

.portfolio-description .portfolio-title {
    overflow: hidden;
    display: inline-block;
}

.portfolio-description h3 {
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #2c234d;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
}

    .portfolio-description h3:hover {
        color: #5268f2;
    }

.portfolio-description p {
    color: #707b8e;
    font: 400 16px/20px "Poppins", sans-serif;
}

.oppi_Case_Study_single {
    min-height: 400px;
}

.oppi_Case_Study_single_content_img {
    margin-top: -180px;
    margin-bottom: 32px;
}

    .oppi_Case_Study_single_content_img img {
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(3, 13, 76, 0.14);
        box-shadow: 0px 10px 30px 0px rgba(3, 13, 76, 0.14);
    }

.oppi_Case_Study_single_site_info {
    position: relative;
    padding-bottom: 15px;
}

    .oppi_Case_Study_single_site_info:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: -50px;
        top: 8px;
        background: #eeecf4;
    }

    .oppi_Case_Study_single_site_info .site_item {
        margin-bottom: 25px;
    }

        .oppi_Case_Study_single_site_info .site_item h5 {
            color: #2c234d;
            font-size: 18px;
            line-height: 30px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            margin-bottom: 12px;
        }

        .oppi_Case_Study_single_site_info .site_item p {
            color: #707b8e;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

        .oppi_Case_Study_single_site_info .site_item ul.catagory {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .oppi_Case_Study_single_site_info .site_item ul.catagory li {
                color: #707b8e;
                font-size: 16px;
                line-height: 34px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .oppi_Case_Study_single_site_info .site_item ul.catagory li i {
                    color: #4fd70d;
                    margin-right: 16px;
                }

.oppi_Case_Study_single_content {
    margin-bottom: 152px;
}

    .oppi_Case_Study_single_content h4 {
        color: #2c234d;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
    }

    .oppi_Case_Study_single_content p {
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

.single_item {
    margin-bottom: 100px;
}

    .single_item .single_item_content .sec_title {
        color: #2c234d;
        font-size: 40px;
        line-height: 54px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin-bottom: 17px;
    }

    .single_item .single_item_content .sec_para {
        color: #2c234d;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 32px;
    }

    .single_item .single_item_content .single_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 6px;
    }

.single_item_bottom {
    padding-top: 20px;
    padding-bottom: 68px;
}

.oppi_Case_Study_single_content_wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

    .oppi_Case_Study_single_content_wrap .pagination a {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .oppi_Case_Study_single_content_wrap .pagination a i {
            font-size: 30px;
        }

            .oppi_Case_Study_single_content_wrap .pagination a i.arrow_left {
                margin-right: 10px;
            }

            .oppi_Case_Study_single_content_wrap .pagination a i.arrow_right {
                margin-left: 20px;
            }

        .oppi_Case_Study_single_content_wrap .pagination a:hover {
            color: #ef0568;
        }

/*====================================                 oppi_contact_banner                   ================================*/
.oppi_contact_banner {
    background: url(../images/banner/contact_bg.jpg) no-repeat scroll top left/cover;
}

    .oppi_contact_banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.oppi_contactUs_wrap {
    padding: 120px 0 40px;
}

.oppi_contact_item {
    max-width: 286px;
    width: 100%;
    margin-bottom: 150px;
}

    .oppi_contact_item .icon {
        margin-bottom: 14px;
    }

        .oppi_contact_item .icon i {
            font-size: 40px;
            line-height: 30px;
            color: #EF0568;
        }

    .oppi_contact_item .contact_item_title {
        color: #2c234d;
        font-size: 20px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .oppi_contact_item .contact_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

.oppi_contact_form_wrap {
    background: #fafbfc;
    padding: 90px 0;
}

.oppi_contact_form_content {
    padding-top: 10px;
    max-width: 400px;
    width: 100%;
}

    .oppi_contact_form_content .title {
        color: #2c234d;
        font-size: 40px;
        line-height: 54px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        margin-bottom: 35px;
    }

        .oppi_contact_form_content .title span {
            font-weight: 300;
        }

    .oppi_contact_form_content p {
        color: #707b8e;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

        .oppi_contact_form_content p.number {
            margin-bottom: 15px;
        }

            .oppi_contact_form_content p.number span {
                color: #EF0568;
                font-size: 24px;
                font-weight: 500;
                position: relative;
            }

        .oppi_contact_form_content p.email i {
            margin-right: 10px;
            color: #EF0568;
        }

        .oppi_contact_form_content p.email span {
            font-size: 16px;
        }

.oppi_contact_form_group {
    background: #fff;
    -webkit-box-shadow: 0px 40px 80px 0px rgba(8, 22, 113, 0.06);
    box-shadow: 0px 40px 80px 0px rgba(8, 22, 113, 0.06);
    padding: 60px;
    margin: -130px 0 50px;
}

.oppi_contact_form .form-group {
    margin-bottom: 20px;
}

    .oppi_contact_form .form-group .form-control {
        background: #fbfbfd;
        border-radius: 6px;
        border: 1px solid #eef0fd;
        color: #707b8e;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        height: 70px;
        padding: 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-family: "Poppins", sans-serif;
    }

        .oppi_contact_form .form-group .form-control:focus {
            background: #fff;
            -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
            box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
        }

    .oppi_contact_form .form-group textarea.form-control {
        min-height: 200px;
    }

    .oppi_contact_form .form-group.send_message {
        margin-bottom: 0;
        padding-top: 20px;
    }

        .oppi_contact_form .form-group.send_message .oppi_dbtn {
            border: 2px solid #EF0568;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .oppi_contact_form .form-group.send_message .oppi_dbtn:hover {
                border-color: #5268f2;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
                box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
            }

.contact_map_wrap .contact_map {
    height: 550px;
    width: 100%;
}

    .contact_map_wrap .contact_map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*====================================                 oppi_contact_banner                   ================================*/
/*  ======================================               download    page                   ================================= */
.oppi_header.oppi_download_header {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1080;
    position: fixed;
}

    .oppi_header.oppi_download_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
        color: #2c234d;
    }

        .oppi_header.oppi_download_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link:hover {
            color: #5268f2;
        }

    .oppi_header.oppi_download_header .header_nav .oppi_header_menu .oppi_try_for_free {
        border-color: rgba(84, 105, 242, 0.5);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #5268f2;
    }

        .oppi_header.oppi_download_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
            background: #5268f2;
            color: #fff;
        }

.oppi_download_wrap {
    padding: 0px 0 130px;
}

.oppi_download_body {
    max-width: 900px;
    margin: 0 auto;
}

.oppi_download_icon_wrap {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 103, 242, 0.08)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto -28px;
}

    .oppi_download_icon_wrap .icon_inner {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 103, 242, 0.16)), to(rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(top, rgba(82, 103, 242, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -o-linear-gradient(top, rgba(82, 103, 242, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(180deg, rgba(82, 103, 242, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .oppi_download_icon_wrap .icon_inner .icon {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background-color: #ef0568;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

            .oppi_download_icon_wrap .icon_inner .icon::before {
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                width: 100%;
                height: 100%;
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 103, 242, 0.08)), to(rgba(255, 255, 255, 0)));
                background-image: -webkit-linear-gradient(top, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
                background-image: -o-linear-gradient(top, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
                background-image: linear-gradient(180deg, rgba(82, 103, 242, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
                border-radius: 50%;
                -webkit-animation: pulsate 5s infinite;
                animation: pulsate 5s infinite;
                z-index: -1;
            }

.oppi_download_title {
    color: #2c234d;
    font-size: 60px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.oppi_download_para {
    color: #707b8e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 105px;
}

    .oppi_download_para a {
        color: #ef0568;
    }

.back_to_home a {
    font-size: 16px;
    color: #ef0568;
    line-height: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .back_to_home a i {
        margin-left: 5px;
        color: #ef0568;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .back_to_home a i::before {
            line-height: 29px;
        }

    .back_to_home a:hover i {
        margin-left: 15px;
        margin-right: -10px;
    }

.oppi_footer_wrap.oppi_download_footer {
    background: #EF0568;
    padding: 28px 0;
}

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner {
        padding-bottom: 27px;
    }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_download_footer_para {
            font-size: 16px;
            color: #707b8e;
            line-height: 26px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_footer_social .social_item li a {
            color: #959dab;
            border: 1px solid #e5ebeb;
        }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_footer_social .social_item li a::before, .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_footer_social .social_item li a::after {
                display: none;
            }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_footer_social .social_item li a:hover {
                color: #fff;
                background-color: #5268f2;
                border-color: #5268f2;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.24);
                box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.24);
            }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom {
        padding: 60px 0 63px;
    }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_widget {
            margin-bottom: 0;
        }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_widget .oppi_footer_logo {
                padding: 0;
                margin: 0;
            }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li {
                display: inline-block;
                margin-right: 35px;
            }

                .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li:last-child {
                    margin-right: 0;
                }

                .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li a {
                    display: inline-block;
                    color: #273c63;
                    font-size: 16px;
                    font-weight: 400;
                    font-family: "Poppins", sans-serif;
                    line-height: 30px;
                }

                    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li a:hover {
                        color: #5268f2;
                    }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_select_language {
            position: relative;
        }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_select_language::after {
                position: absolute;
                content: '\f0d7';
                font-family: 'fontawesome';
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #646f82;
            }

            .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_select_language .select_language {
                border: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                color: #273c63;
                font-size: 16px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
                line-height: 30px;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding-right: 28px;
                background: transparent;
                cursor: pointer;
            }

/*  ======================================               download   page                    ================================= */
/* =====================================                 oppi_signup_wrap               ======================================== */
.oppi_signup_wrap {
    padding: 5px 0 90px;
    position: relative;
}

    .oppi_signup_wrap .right_img {
        position: absolute;
        bottom: 200px;
        right: 26px;
    }

        .oppi_signup_wrap .right_img img {
            -webkit-animation: jump 3s linear infinite;
            animation: jump 3s linear infinite;
        }

    .oppi_signup_wrap .left_img {
        position: absolute;
        bottom: 90px;
        left: 225px;
    }

        .oppi_signup_wrap .left_img img {
            -webkit-animation: jump 4s linear infinite;
            animation: jump 4s linear infinite;
        }

.oppi_signin_wrap .right_img {
    bottom: 96px;
    right: 12px;
}

.oppi_signin_wrap .left_img {
    bottom: 80px;
    left: 335px;
}

.oppi_signup_body {
    max-width: 1021px;
    width: 100%;
    margin: 0 auto;
}

.sign_up_titlle {
    color: #2c234d;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 45px;
}

.sign_up_form .form-group {
    margin-bottom: 30px;
}

    .sign_up_form .form-group p {
        color: #121721;
        font-size: 16px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .sign_up_form .form-group .form-control {
        color: #2c234d;
        font-size: 16px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        background: #fbfbfd;
        border-radius: 6px;
        border: 1px solid #e8ebf8;
        height: 60px;
        padding: 15px 10px;
    }

        .sign_up_form .form-group .form-control::-webkit-input-placeholder {
            color: #a8aeba;
        }

        .sign_up_form .form-group .form-control:-ms-input-placeholder {
            color: #a8aeba;
        }

        .sign_up_form .form-group .form-control::-ms-input-placeholder {
            color: #a8aeba;
        }

        .sign_up_form .form-group .form-control::placeholder {
            color: #a8aeba;
        }

        .sign_up_form .form-group .form-control:focus {
            background-color: white;
            -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
            box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
        }

    .sign_up_form .form-group .sign_up_btn {
        color: #EF0568;
        font-size: 16px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 30px;
        width: 100%;
        padding: 8px 10px;
        border: 2px solid #EF0568;
        border-radius: 15px;
    }

        .sign_up_form .form-group .sign_up_btn:hover {
            background: #EF0568;
            border-color: #EF0568;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.2);
        }

    .sign_up_form .form-group.sign_up_btn_group {
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom: 20px;
    }

.sign_up_form .sign_up_para {
    color: #707b8e;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

.sign_up_form .oppi_sign_note {
    margin-bottom: 40px;
}

    .sign_up_form .oppi_sign_note a {
        color: #EF0568;
    }

    .sign_up_form .oppi_sign_note .stay_here input {
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .sign_up_form .oppi_sign_note .stay_here label {
        margin: 0;
        cursor: pointer;
    }

.sign_up_form .sign_with_social {
    margin-bottom: 10px;
}

.sign_up_form .social_sign_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e1e3ed;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .sign_up_form .social_sign_link a {
        display: inline-block;
        width: 60px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        margin: 0 5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .sign_up_form .social_sign_link a.social_googleplus {
            background: #ea4335;
        }

            .sign_up_form .social_sign_link a.social_googleplus:hover {
                background: #da7068;
            }

        .sign_up_form .social_sign_link a.social_facebook {
            background: #3f6dcc;
        }

            .sign_up_form .social_sign_link a.social_facebook:hover {
                background: #EF0568;
            }

.sign_up_form .have_an_account {
    color: #707b8e;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

    .sign_up_form .have_an_account a {
        color: #EF0568;
        position: relative;
    }

        .sign_up_form .have_an_account a::before {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            width: 0%;
            height: 1px;
            background: #EF0568;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0;
        }

        .sign_up_form .have_an_account a:hover::before {
            opacity: 1;
            width: 100%;
            right: auto;
            left: 0;
        }

/* =====================================                 oppi_signup_wrap               ======================================== */
/*===============================================                    oppi_integrations_wrap                            ======================================*/
.oppi_integrations_wrap {
    padding: 120px 0 110px;
}

.oppi_integration_search_box .search_box {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

    .oppi_integration_search_box .search_box .form-control {
        border: 2px solid #eceff2;
        border-radius: 6px;
        background-color: #fbfcfd;
        height: 60px;
        padding: 10px 68px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

        .oppi_integration_search_box .search_box .form-control::-webkit-input-placeholder {
            color: #707b8e;
        }

        .oppi_integration_search_box .search_box .form-control:-ms-input-placeholder {
            color: #707b8e;
        }

        .oppi_integration_search_box .search_box .form-control::-ms-input-placeholder {
            color: #707b8e;
        }

        .oppi_integration_search_box .search_box .form-control::placeholder {
            color: #707b8e;
        }

    .oppi_integration_search_box .search_box .search {
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        border: none;
        background: none;
        font-size: 20px;
        color: #5268f2;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.oppi_integrstion_item {
    background: #fbfcfd;
    border: 1px solid #f3f5f7;
    border-radius: 6px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .oppi_integrstion_item:hover {
        background: #fff;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
        box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
    }

        .oppi_integrstion_item:hover .integrstion_details h4 a {
            color: #5268f2;
        }

    .oppi_integrstion_item .integrstion_icon_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #e7ebef;
        height: 158px;
    }

    .oppi_integrstion_item .integrstion_details {
        padding: 25px 30px 30px;
    }

        .oppi_integrstion_item .integrstion_details h4 {
            color: #2c234d;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .oppi_integrstion_item .integrstion_details p {
            color: #707b8e;
            font-size: 16px;
            line-height: 28px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .oppi_integrstion_item .integrstion_details .learn_more {
            color: #2c234d;
            font-size: 14px;
            line-height: 30px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_integrstion_item .integrstion_details .learn_more:hover {
                color: #5268f2;
            }

                .oppi_integrstion_item .integrstion_details .learn_more:hover i {
                    margin-left: 12px;
                    margin-right: -10px;
                    color: #5268f2;
                }

            .oppi_integrstion_item .integrstion_details .learn_more i {
                margin-left: 7px;
                color: #2c234d;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                font-weight: 700;
            }

                .oppi_integrstion_item .integrstion_details .learn_more i::before {
                    line-height: 35px;
                }

/*===============================================                    oppi_integrations_wrap                            ======================================*/
/*===============================================                    oppi_support_page                            ======================================*/
.oppi_support_popular_wrap {
    padding: 120px 0 90px;
}

.oppi_support_search_box .search_box {
    position: relative;
    width: 100%;
    margin-bottom: 58px;
}

    .oppi_support_search_box .search_box .form-control {
        border: 2px solid #eceff2;
        border-radius: 6px;
        background-color: #fbfcfd;
        height: 60px;
        padding: 10px 68px 10px 25px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

        .oppi_support_search_box .search_box .form-control::-webkit-input-placeholder {
            color: #707b8e;
        }

        .oppi_support_search_box .search_box .form-control:-ms-input-placeholder {
            color: #707b8e;
        }

        .oppi_support_search_box .search_box .form-control::-ms-input-placeholder {
            color: #707b8e;
        }

        .oppi_support_search_box .search_box .form-control::placeholder {
            color: #707b8e;
        }

    .oppi_support_search_box .search_box .search {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: rotatey(180deg) translateY(-50%);
        -ms-transform: rotatey(180deg) translateY(-50%);
        transform: rotatey(180deg) translateY(-50%);
        padding: 0;
        border: none;
        background: none;
        font-size: 20px;
        color: #5268f2;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.support_title {
    color: #2c234d;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 35px;
}

.oppi_support_popular_item {
    background: #fbfcfd;
    border: 1px solid #f3f5f7;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 0 62px;
    border-radius: 6px;
}

    .oppi_support_popular_item:hover {
        background-color: white;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
        box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
    }

    .oppi_support_popular_item .popular_item_inner .popular_item_icon {
        display: table;
        width: 100%;
        min-height: 126px;
        margin-bottom: 30px;
    }

        .oppi_support_popular_item .popular_item_inner .popular_item_icon .icon_inner {
            display: table-cell;
            vertical-align: bottom;
        }

    .oppi_support_popular_item .popular_item_inner .popular_item_details p {
        color: #2c234d;
        font-size: 16px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

.oppi_faq_wrap.oppi_support_faq {
    padding-bottom: 90px;
}

    .oppi_faq_wrap.oppi_support_faq .oppi_faq_item {
        border-color: rgba(82, 103, 242, 0.2);
        background-image: none;
    }

        .oppi_faq_wrap.oppi_support_faq .oppi_faq_item.open {
            border-color: #5268f2;
            -webkit-box-shadow: 0px 40px 70px 0px rgba(11, 27, 133, 0.12);
            box-shadow: 0px 40px 70px 0px rgba(11, 27, 133, 0.12);
        }

        .oppi_faq_wrap.oppi_support_faq .oppi_faq_item .oppi_faq_title[aria-expanded="true"] {
            color: #5268f2;
        }

.oppi_support_videos_wrap {
    background: #fbfcfd;
    padding: 95px 0 125px;
}

    .oppi_support_videos_wrap .oppi_videos_items .support_title .show_all_video_link a {
        color: #5268f2;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        .oppi_support_videos_wrap .oppi_videos_items .support_title .show_all_video_link a i {
            font-weight: 700;
            margin-left: 8px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_support_videos_wrap .oppi_videos_items .support_title .show_all_video_link a i::before {
                line-height: 30px;
            }

        .oppi_support_videos_wrap .oppi_videos_items .support_title .show_all_video_link a:hover i {
            margin-left: 15px;
            margin-right: -7px;
        }

.oppi_video_slider_wrap {
    margin-bottom: 0;
}

    .oppi_video_slider_wrap .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 6px;
        background: #d5dae0;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .oppi_video_slider_wrap .slick-dots li button {
            display: none;
        }

        .oppi_video_slider_wrap .slick-dots li.slick-active {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            background: #5268f2;
        }

.oppi_video_slider_item {
    margin-bottom: 45px;
}

    .oppi_video_slider_item .support_video_img {
        position: relative;
        overflow: hidden;
        border: 2px solid #e1e5ea;
        border-radius: 6px;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
        box-shadow: 0px 20px 40px 0px rgba(8, 22, 113, 0.06);
    }

        .oppi_video_slider_item .support_video_img .video_icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .oppi_video_slider_item .support_video_img .video_icon:before {
                position: absolute;
                width: 60px;
                height: 60px;
                content: "";
                background: #2c234d;
                border-radius: 50%;
                opacity: 0.4;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .oppi_video_slider_item .support_video_img .video_icon::after {
                position: absolute;
                width: 50px;
                height: 50px;
                content: "";
                background: #5268f2;
                border-radius: 50%;
                opacity: 0.4;
                -webkit-animation: youTube 5s infinite;
                animation: youTube 5s infinite;
                top: 50%;
                left: 50%;
            }

            .oppi_video_slider_item .support_video_img .video_icon .icon {
                position: relative;
                z-index: 1;
            }

                .oppi_video_slider_item .support_video_img .video_icon .icon img {
                    margin-left: 4px;
                }

    .oppi_video_slider_item:hover .support_video_img .video_icon:before {
        opacity: 0.7;
        background: #5268f2;
    }

.oppi_get_help_wrap {
    padding: 95px 0 20px;
}

    .oppi_get_help_wrap .oppi_get_help_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 120px;
        border-radius: 6px;
        background-image: -webkit-linear-gradient(60deg, #8a57de 0%, #d77bd1 100%);
        background-image: -o-linear-gradient(60deg, #8a57de 0%, #d77bd1 100%);
        background-image: linear-gradient(30deg, #8a57de 0%, #d77bd1 100%);
        padding: 40px;
        margin-bottom: 30px;
    }

        .oppi_get_help_wrap .oppi_get_help_item .icon {
            margin-right: 12px;
        }

            .oppi_get_help_wrap .oppi_get_help_item .icon i {
                font-size: 40px;
                color: #fff;
            }

        .oppi_get_help_wrap .oppi_get_help_item .details p {
            color: #fff;
            font-size: 20px;
            font-weight: 500;
        }

        .oppi_get_help_wrap .oppi_get_help_item.oppi_cloud {
            background-image: -webkit-linear-gradient(60deg, #8a57de 0%, #d77bd1 100%);
            background-image: -o-linear-gradient(60deg, #8a57de 0%, #d77bd1 100%);
            background-image: linear-gradient(30deg, #8a57de 0%, #d77bd1 100%);
        }

        .oppi_get_help_wrap .oppi_get_help_item.oppi_live_training {
            background-image: -webkit-linear-gradient(60deg, #37cf89 0%, #c9d77b 100%);
            background-image: -o-linear-gradient(60deg, #37cf89 0%, #c9d77b 100%);
            background-image: linear-gradient(30deg, #37cf89 0%, #c9d77b 100%);
        }

        .oppi_get_help_wrap .oppi_get_help_item.oppi_contact_support {
            background-image: -webkit-linear-gradient(60deg, #5793de 0%, #887bd7 100%);
            background-image: -o-linear-gradient(60deg, #5793de 0%, #887bd7 100%);
            background-image: linear-gradient(30deg, #5793de 0%, #887bd7 100%);
        }

/*===============================================                    oppi_support_page                            ======================================*/
/*=================================            oppi_height_rated_security_wrap                           ===================================*/
.oppi_height_rated_security_wrap {
    padding: 30px 0 0;
    margin-bottom: -130px;
    overflow: hidden;
}

.oppi_height_rated_security_contant {
    padding-top: 10px;
}

    .oppi_height_rated_security_contant .sec_title {
        margin-bottom: 20px;
        color: #4d446b;
    }

    .oppi_height_rated_security_contant .sec_para {
        color: #707b8e;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .oppi_height_rated_security_contant .oppi_btn_group .oppi_dbtn {
        background: #EF0568;
        border-color: #EF0568;
        color: #fff;
    }

        .oppi_height_rated_security_contant .oppi_btn_group .oppi_dbtn:hover {
            -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(6, 78, 150, 0.2);
        }

.oppi_height_rated_security_img .img_inner {
    position: relative;
    z-index: 1;
}

    .oppi_height_rated_security_img .img_inner .circle_img {
        position: absolute;
        right: -140px;
        top: 110px;
        z-index: -1;
    }

        .oppi_height_rated_security_img .img_inner .circle_img .circle {
            border-radius: 50%;
            background-image: -webkit-linear-gradient(200deg, #3197ff 0%, #7403ff 100%);
            background-image: -o-linear-gradient(200deg, #3197ff 0%, #7403ff 100%);
            background-image: linear-gradient(-110deg, #3197ff 0%, #7403ff 100%);
            width: 370px;
            height: 370px;
        }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile {
        position: relative;
    }

        .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab {
            margin-left: -98px;
        }

            .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab img {
                -webkit-animation: slideInnew3 .9s both 1s;
                animation: slideInnew3 .9s both 1s;
            }

        .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile {
            /*position: absolute;*/
            bottom: 20px;
            right: -242px;
        }

            .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile img {
                -webkit-animation: slideInnew5 .9s both 1.4s;
                animation: slideInnew5 .9s both 1.4s;
                width: 100%;
                height: 100%;
                padding-bottom: 25px;
            }

    .oppi_height_rated_security_img .img_inner .Vector_color {
        position: absolute;
        left: 0;
        bottom: 270px;
        z-index: -1;
    }

/*=================================            oppi_height_rated_security_wrap                           ===================================*/
/*=====================================                oppi_lifestyle_style_wrap                      =======================================*/
.oppi_lifestyle_style_wrap {
    padding: 6px 0 0;
}

.oppi_lifestyle_main_img_wrap .lifestyle_img {
    margin: 0 -26px 0 -75px;
}

.oppi_lifestyle_img_content {
    padding-top: 120px;
}

    .oppi_lifestyle_img_content .sec_title {
        color: #4d446b;
        margin-bottom: 20px;
    }

    .oppi_lifestyle_img_content .para {
        color: #707b8e;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .oppi_lifestyle_img_content .lifestyle_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .oppi_lifestyle_img_content .lifestyle_tab .tab_item {
            margin-right: 50px;
        }

            .oppi_lifestyle_img_content .lifestyle_tab .tab_item:last-child {
                margin-right: 0;
            }

            .oppi_lifestyle_img_content .lifestyle_tab .tab_item .icon {
                margin-bottom: 12px;
            }

                .oppi_lifestyle_img_content .lifestyle_tab .tab_item .icon a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100px;
                    height: 100px;
                    border: 2px solid #b8bec9;
                    border-radius: 50%;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

            .oppi_lifestyle_img_content .lifestyle_tab .tab_item .content {
                text-align: center;
            }

                .oppi_lifestyle_img_content .lifestyle_tab .tab_item .content a {
                    display: inline-block;
                    color: #707b8e;
                    font-size: 18px;
                    line-height: 30px;
                    font-weight: 500;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

            .oppi_lifestyle_img_content .lifestyle_tab .tab_item:hover .icon a {
                border-color: #5268f2;
            }

            .oppi_lifestyle_img_content .lifestyle_tab .tab_item:hover .content a {
                color: #5268f2;
            }

/*=====================================                oppi_lifestyle_style_wrap                      =======================================*/
/*============ oppi_finance_banner_area css ===========*/
.oppi_finance_banner_area {
    overflow: hidden;
    background: #5268f2;
    padding: 200px 0px 300px;
    position: relative;
    z-index: 1;
}

    .oppi_finance_banner_area:before {
        content: "";
        width: 150%;
        height: 383px;
        background: #fff;
        position: absolute;
        z-index: -5;
        -webkit-transform: rotate(-3.9deg);
        -ms-transform: rotate(-3.9deg);
        transform: rotate(-10.9deg);
        bottom: -261px;
        right: -171px;
    }

.oppi_finance_banner_content {
    max-width: 570px;
    margin-left: auto;
    margin-right: 0;
}

    .oppi_finance_banner_content h2, .oppi_finance_banner_content p {
        color: #fff;
    }

    .oppi_finance_banner_content h2 {
        font-size: 60px;
        font-weight: 700;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .oppi_finance_banner_content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .oppi_finance_banner_content .video_icon {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-left: 28px;
    }

        .oppi_finance_banner_content .video_icon i {
            vertical-align: middle;
            padding-right: 6px;
        }

        .oppi_finance_banner_content .video_icon .play_text {
            position: relative;
        }

            .oppi_finance_banner_content .video_icon .play_text:before {
                position: absolute;
                content: "";
                bottom: 0;
                right: 0;
                height: 1px;
                width: 0;
                background: #fff;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                opacity: 0;
            }

        .oppi_finance_banner_content .video_icon:hover .play_text:before {
            opacity: 1;
            width: 100%;
            left: 0;
            right: auto;
        }

.macbook_img {
    position: relative;
}

    .macbook_img img {
        right: -55px;
        position: relative;
    }

    .macbook_img .round {
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: #a9b4fc;
        opacity: 0.10;
        position: absolute;
        top: -80px;
        left: 80px;
        z-index: -1;
    }

.finance_btn {
    color: #fff;
    border: 2px solid #a9b4f9;
    padding: 14px 53px;
}

    .finance_btn:hover {
        background: #fff;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(39, 47, 99, 0.1);
        box-shadow: 0px 20px 40px 0px rgba(39, 47, 99, 0.1);
        color: #5268f2;
        border-color: #fff;
    }

/*============ oppi_finance_banner_area css ===========*/
/*============ oppi_finance_features_area css ===========*/
.oppi_finance_features_area {
    padding-bottom: 120px;
}

.oppi_finance_features_item {
    border-radius: 6px;
    padding: 25px 40px;
    border-left: 5px solid transparent;
    margin-bottom: 30px;
    cursor: pointer;
}

    .oppi_finance_features_item.active {
        background-color: white;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(39, 47, 99, 0.1);
        box-shadow: 0px 20px 40px 0px rgba(39, 47, 99, 0.1);
        border-left-color: #5268f2;
    }

    .oppi_finance_features_item img {
        margin-bottom: 25px;
    }

    .oppi_finance_features_item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #273c63;
        margin-bottom: 10px;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .oppi_finance_features_item h4:hover {
            color: #5268f2;
        }

    .oppi_finance_features_item p {
        font-size: 16px;
        color: #707b8e;
    }

.features_mockup {
    position: relative;
    z-index: 1;
}

.screen_bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 17px;
    opacity: 0;
    -webkit-transition: opacity .5s .2s ease,-webkit-transform 5s .2s ease;
    transition: opacity .5s .2s ease,-webkit-transform 5s .2s ease;
    -o-transition: opacity .5s .2s ease,transform 5s .2s ease;
    transition: opacity .5s .2s ease,transform 5s .2s ease;
    transition: opacity .5s .2s ease,transform 5s .2s ease,-webkit-transform 5s .2s ease;
    will-change: opacity,transform;
    width: 262px;
    z-index: -1;
}

    .screen_bg img {
        max-width: 100%;
    }

    .screen_bg.active {
        opacity: 1;
    }

.section_title_three {
    margin-bottom: 65px;
}

    .section_title_three span {
        font-size: 36px;
        font-weight: 300;
        color: #273c63;
    }

    .section_title_three p {
        color: #707b8e;
        max-width: 560px;
        line-height: 26px;
        margin: 0 auto;
    }

.f_title {
    font-size: 36px;
    color: #273c63;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 12px;
}

/*============ oppi_finance_features_area css ===========*/
/*============ oppi_features_promo_area css ===========*/
.oppi_features_promo_area {
    overflow: hidden;
    padding-bottom: 120px;
}

.promo_img {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 75px 0px;
}

    .promo_img:before {
        content: "";
        width: 300%;
        top: 0;
        right: 150px;
        height: 100%;
        background: #f9fafc;
        position: absolute;
        z-index: -1;
    }

    .promo_img.left:before {
        left: 150px;
        right: auto;
    }

.oppi_features_promo_content {
    max-width: 470px;
}

    .oppi_features_promo_content .f_title {
        margin-bottom: 20px;
    }

    .oppi_features_promo_content p {
        color: #707b8e;
        line-height: 26px;
    }

    .oppi_features_promo_content ul {
        margin-bottom: 40px;
    }

        .oppi_features_promo_content ul li {
            font-size: 16px;
            line-height: 26px;
            color: #707b8e;
            padding-left: 25px;
            position: relative;
            margin-top: 25px;
        }

            .oppi_features_promo_content ul li:before {
                content: "\35";
                position: absolute;
                left: -7px;
                top: 0;
                color: #5268f2;
                font-size: 24px;
                font-family: eleganticons;
            }

.promo_btn {
    border: 2px solid #a8b3f8;
    color: #5268f2;
    padding: 14px 53px;
}

    .promo_btn:hover {
        background: #5268f2;
        color: #fff;
        border-color: #5268f2;
    }

/*============ oppi_features_promo_area css ===========*/
/*============ oppi_clients_feedback css ===========*/
.oppi_clients_feedback {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 50px;
}

    .oppi_clients_feedback:before {
        content: "";
        background: url("../images/finance/Map2.png") no-repeat scroll center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.feedback_slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px !important;
    margin-top: -15px;
}

    .feedback_slider .slick-slide {
        padding: 15px 15px 40px;
    }

    .feedback_slider .item {
        border-radius: 6px;
        background-color: white;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(39, 47, 99, 0.08);
        box-shadow: 0px 10px 15px 0px rgba(39, 47, 99, 0.08);
        position: relative;
        padding: 110px 30px 35px;
        z-index: 1;
        text-align: center;
    }

        .feedback_slider .item span {
            font-size: 200px;
            color: #e3e6f9;
            line-height: 50px;
            position: absolute;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            left: 35%;
            z-index: -1;
        }

        .feedback_slider .item p {
            font-size: 16px;
            color: #707b8e;
            margin-bottom: 38px;
        }

        .feedback_slider .item a {
            display: inline-block;
        }

    .feedback_slider .slick-dots {
        bottom: 0;
        position: relative;
    }

        .feedback_slider .slick-dots li {
            margin: 0;
            width: auto;
            height: auto;
            margin: 0px 5px;
        }

            .feedback_slider .slick-dots li button {
                padding: 0px;
                width: 6px;
                height: 6px;
                background: #dcdff2;
                border-radius: 50%;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .feedback_slider .slick-dots li button:before {
                    display: none;
                }

            .feedback_slider .slick-dots li.slick-active button {
                -webkit-transform: scale(1.3);
                -ms-transform: scale(1.3);
                transform: scale(1.3);
                background: #5268f2;
            }

/*============ oppi_clients_feedback css ===========*/
.oppi_finance_app_promo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #5268f2;
    overflow: hidden;
}

    .oppi_finance_app_promo_area .oppi_app_left, .oppi_finance_app_promo_area .oppi_app_right {
        width: 50%;
    }

    .oppi_finance_app_promo_area .oppi_img {
        height: 100%;
        width: 951px;
        position: relative;
        z-index: 0;
    }

    .oppi_finance_app_promo_area .app_promo_mockup {
        position: absolute;
        z-index: -1;
    }

        .oppi_finance_app_promo_area .app_promo_mockup.one {
            right: -30px;
            top: -30px;
        }

        .oppi_finance_app_promo_area .app_promo_mockup.two {
            left: -210px;
            top: 0;
        }

        .oppi_finance_app_promo_area .app_promo_mockup.three {
            right: 48px;
            bottom: 0px;
        }

        .oppi_finance_app_promo_area .app_promo_mockup.four {
            left: 128px;
            bottom: 14px;
        }

        .oppi_finance_app_promo_area .app_promo_mockup.five {
            left: -37px;
            bottom: -28px;
        }

        .oppi_finance_app_promo_area .app_promo_mockup.six {
            left: 0px;
            bottom: -54px;
        }

    .oppi_finance_app_promo_area .oppi_app_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 154px 0px;
        position: relative;
        z-index: 2;
    }

        .oppi_finance_app_promo_area .oppi_app_right .app_content {
            max-width: 500px;
            margin-left: 0;
            margin-right: auto;
        }

            .oppi_finance_app_promo_area .oppi_app_right .app_content .f_title, .oppi_finance_app_promo_area .oppi_app_right .app_content p {
                color: #fff;
            }

            .oppi_finance_app_promo_area .oppi_app_right .app_content .promo_btn {
                color: #fff;
            }

            .oppi_finance_app_promo_area .oppi_app_right .app_content p {
                margin-bottom: 40px;
            }

/*============ oppi_clients_feedback css ===========*/
.oppi_finance_blog_area {
    padding: 100px 0px;
}

.finance_blog_item {
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(39, 47, 99, 0.08);
    box-shadow: 0px 4px 8px 0px rgba(39, 47, 99, 0.08);
    margin-bottom: 30px;
}

    .finance_blog_item img {
        width: 100%;
    }

    .finance_blog_item .post_content {
        padding: 26px 40px 22px;
    }

        .finance_blog_item .post_content .post_info {
            margin-bottom: 10px;
        }

            .finance_blog_item .post_content .post_info li a {
                font-size: 14px;
                color: #7b7b93;
                text-transform: uppercase;
                font-weight: 500;
            }

                .finance_blog_item .post_content .post_info li a i {
                    color: #5268f2;
                    padding-right: 3px;
                }

                .finance_blog_item .post_content .post_info li a:hover {
                    color: #5268f2;
                }

        .finance_blog_item .post_content .post_title {
            margin-bottom: 20px;
        }

            .finance_blog_item .post_content .post_title a {
                font-size: 24px;
                font-weight: 500;
                line-height: 34px;
                color: #2c2c51;
            }

                .finance_blog_item .post_content .post_title a:hover {
                    color: #5268f2;
                }

        .finance_blog_item .post_content .read_more, .finance_blog_item .post_content .tag a {
            font-size: 14px;
            font-weight: 500;
            color: #7b7b93;
            text-transform: uppercase;
        }

            .finance_blog_item .post_content .read_more:hover, .finance_blog_item .post_content .tag a:hover {
                color: #5268f2;
            }

/*============ oppi_clients_feedback css ===========*/
/*============ oppi_finance_action_area css ===========*/
.oppi_finance_action_area {
    position: relative;
    z-index: 1;
    padding-bottom: 44px;
    overflow: hidden;
    padding-top: 28px;
}

    .oppi_finance_action_area:before {
        content: "";
        width: 150%;
        height: 326px;
        background: #f9fafc;
        position: absolute;
        z-index: 3;
        -webkit-transform: rotate(-9.9deg);
        -ms-transform: rotate(-9.9deg);
        transform: rotate(-8.9deg);
        bottom: -193px;
        right: -171px;
    }

.finance_action_inner {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(39, 47, 99, 0.08);
    box-shadow: 0px 10px 40px 5px rgba(39, 47, 99, 0.08);
    padding: 67px 0px;
    position: relative;
    z-index: 4;
}

    .finance_action_inner .f_title {
        font-weight: 500;
    }

    .finance_action_inner p {
        margin-bottom: 28px;
    }

    .finance_action_inner p, .finance_action_inner span {
        color: #707b8e;
    }

        .finance_action_inner p a, .finance_action_inner span a {
            color: #5268f2;
        }

    .finance_action_inner .f_solid_btn {
        margin-right: 20px;
    }

.f_solid_btn {
    padding: 14px 53px;
    background: #5268f2;
    color: #fff;
}

    .f_solid_btn:hover {
        color: #fff;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 41, 171, 0.24);
        box-shadow: 0px 10px 30px 0px rgba(21, 41, 171, 0.24);
    }

/*============ oppi_finance_action_area css ===========*/
/*============== oppi_food_banner_area  ==============*/
.body_wrapper {
    overflow: hidden;
}

.food_title {
    color: #2c234d;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}

.food_c {
    color: #2c234d;
}

.oppi_food_banner_area {
    position: relative;
    z-index: 1;
    padding: 200px 0px 10px;
}

    .oppi_food_banner_area:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .oppi_food_banner_area .macbook_img {
        margin-right: -30px;
    }

        .oppi_food_banner_area .macbook_img img {
            right: 0;
        }

        .oppi_food_banner_area .macbook_img .round {
            background: #ffb801;
            opacity: 1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -100px;
        }

.food_round_shap {
    position: absolute;
    border-radius: 50%;
}

    .food_round_shap.one {
        width: 60px;
        height: 60px;
        background: #676099;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 200px;
    }

    .food_round_shap.two {
        width: 100px;
        height: 100px;
        background: #ffb801;
        right: -50px;
        top: 50%;
    }

    .food_round_shap.three {
        width: 30px;
        height: 30px;
        background: #f56e96;
        right: 100px;
        bottom: 130px;
    }

    .food_round_shap.four {
        width: 14px;
        height: 14px;
        background: #676099;
        right: 140px;
        top: 28%;
    }

    .food_round_shap.five {
        width: 500px;
        height: 500px;
        border: 6px solid #fff;
        right: -200px;
        bottom: -150px;
    }

    .food_round_shap.six {
        width: 140px;
        right: 188px;
        bottom: 149px;
    }

    .food_round_shap.seven {
        width: 400px;
        height: 400px;
        border: 6px solid #fff;
        top: -250px;
        right: 360px;
    }

.oppi_food_banner_content {
    padding-top: 150px;
}

    .oppi_food_banner_content h6 {
        font-size: 20px;
        color: #f56e96;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .oppi_food_banner_content h2 {
        font-size: 50px;
        font-weight: 700;
        color: #2c234d;
        line-height: 60px;
        margin-bottom: 28px;
    }

    .oppi_food_banner_content p {
        color: #707b8e;
        font-size: 20px;
        line-height: 30px;
    }

.food_subscribe_form {
    margin-top: 55px;
}

    .food_subscribe_form .input-group {
        border-width: 1px;
        border-color: #fce7ed;
        border-style: solid;
        border-radius: 5px;
        padding: 6px;
        background-color: white;
        -webkit-box-shadow: 0px 20px 20px 0px rgba(101, 5, 34, 0.05);
        box-shadow: 0px 20px 20px 0px rgba(101, 5, 34, 0.05);
    }

        .food_subscribe_form .input-group .form-control {
            border: 0px;
            border-radius: 0px;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 16px;
            height: 46px;
            padding-top: 4px;
            padding-left: 25px;
            color: #888f9c;
            font-family: "Poppins", sans-serif;
        }

            .food_subscribe_form .input-group .form-control.placeholder {
                color: #888f9c;
            }

            .food_subscribe_form .input-group .form-control:-moz-placeholder {
                color: #888f9c;
            }

            .food_subscribe_form .input-group .form-control::-moz-placeholder {
                color: #888f9c;
            }

            .food_subscribe_form .input-group .form-control::-webkit-input-placeholder {
                color: #888f9c;
            }

        .food_subscribe_form .input-group button {
            font-size: 20px;
            background: #f56e96;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0px;
            color: #fff;
            padding: 0px 25px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.top_img {
    position: absolute;
    top: -50px;
}

/*============= oppi_food_about_area css ===============*/
.oppi_food_about_area {
    padding: 80px 0px 100px;
}

.oppi_food_about_item_two {
    padding-bottom: 100px;
}

    .oppi_food_about_item_two .oppi_food_about_content {
        padding-right: 100px;
    }

.oppi_food_about_img {
    text-align: center;
    position: relative;
}

    .oppi_food_about_img .about_round {
        position: absolute;
        border-radius: 50%;
        background: #676099;
        z-index: -1;
    }

        .oppi_food_about_img .about_round.one {
            top: 50%;
            margin-top: -250px;
            width: 500px;
            height: 500px;
        }

        .oppi_food_about_img .about_round.two {
            width: 300px;
            height: 300px;
            opacity: 0.16;
            right: 0;
            top: 80px;
        }

    .oppi_food_about_img .f_app_img_2 {
        position: absolute;
        bottom: -50px;
        left: 80px;
    }

    .oppi_food_about_img.img_left {
        text-align: right;
    }

        .oppi_food_about_img.img_left .about_round {
            background: #f8ebde;
        }

            .oppi_food_about_img.img_left .about_round.one {
                left: 50px;
                width: 600px;
                height: 600px;
            }

            .oppi_food_about_img.img_left .about_round.two {
                right: -130px;
                opacity: 0.50;
            }

        .oppi_food_about_img.img_left img {
            -webkit-box-shadow: 0px 20px 20px 0px rgba(99, 39, 57, 0.15);
            box-shadow: 0px 20px 20px 0px rgba(99, 39, 57, 0.15);
        }

.oppi_food_about_content h2 {
    font-size: 36px;
    line-height: 50px;
    color: #2c234d;
    font-weight: 600;
    margin-bottom: 22px;
}

.oppi_food_about_content p {
    line-height: 26px;
    color: #707b8e;
}

.oppi_food_about_content .food_btn {
    margin-top: 42px;
}

.food_btn {
    font-size: 16px;
    font-weight: 500;
    color: #f56e96;
    border: 2px solid #fab6ca;
    border-radius: 4px;
    padding: 9px 38px;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .food_btn:hover {
        background: #f56e96;
        color: #fff;
        border-color: #f56e96;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(150, 6, 49, 0.16);
        box-shadow: 0px 20px 30px 0px rgba(150, 6, 49, 0.16);
    }

/*=========== oppi_food_service_area css ===========*/
.oppi_food_service_area {
    padding: 120px 0px 100px;
}

.food_tab {
    margin-bottom: 25px;
}

    .food_tab .nav-item {
        margin-bottom: 0;
    }

        .food_tab .nav-item .nav-link {
            font-size: 16px;
            color: #707b8e;
            font-weight: 500;
            padding: 0px 0px 10px;
            border: 0px;
            position: relative;
        }

            .food_tab .nav-item .nav-link:before {
                content: "";
                width: 0;
                height: 3px;
                background: #f56e96;
                position: absolute;
                bottom: -1.5px;
                left: auto;
                right: 0;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .food_tab .nav-item .nav-link.active:before, .food_tab .nav-item .nav-link:hover:before {
                width: 100%;
                right: auto;
                left: 0;
            }

        .food_tab .nav-item + .nav-item {
            margin-left: 38px;
        }

.food_service_item {
    padding: 40px 0px;
}

    .food_service_item img {
        margin-bottom: 22px;
    }

    .food_service_item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #2c234d;
        margin-bottom: 15px;
    }

    .food_service_item p {
        color: #707b8e;
        line-height: 26px;
    }

.oppi_food_app_promo_area {
    background: #f56e96;
}

    .oppi_food_app_promo_area .oppi_app_right .app_content {
        margin-left: auto;
        margin-right: 80px;
    }

        .oppi_food_app_promo_area .oppi_app_right .app_content h2 {
            margin-bottom: 18px;
        }

        .oppi_food_app_promo_area .oppi_app_right .app_content .food_btn {
            color: #ffffff;
        }

            .oppi_food_app_promo_area .oppi_app_right .app_content .food_btn:hover {
                background: #fff;
                color: #f56e96;
                border-color: #fff;
            }

    .oppi_food_app_promo_area .oppi_img {
        width: 875px;
        margin-right: 0;
        margin-left: auto;
    }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.one {
            right: -308px;
        }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.two {
            left: 18px;
            top: -55px;
        }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.three {
            right: -164px;
            bottom: -17px;
        }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.four {
            left: 312px;
            bottom: 34px;
        }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.five {
            left: 147px;
            bottom: 0px;
        }

        .oppi_food_app_promo_area .oppi_img .app_promo_mockup.six {
            left: -20px;
            bottom: -37px;
        }

/*============ oppi_testimonial_area css =========*/
.oppi_testimonial_area {
    padding: 120px 0px;
}

.oppi_testimonial_info {
    margin-left: -15px;
    margin-right: -15px;
}

    .oppi_testimonial_info .slick-slide {
        padding: 15px 15px 50px;
    }

        .oppi_testimonial_info .slick-slide .testimonial_item {
            border-radius: 6px;
            background-color: white;
            -webkit-box-shadow: 0px 10px 15px 0px rgba(39, 47, 99, 0.08);
            box-shadow: 0px 10px 15px 0px rgba(39, 47, 99, 0.08);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
            padding: 40px;
            cursor: pointer;
        }

            .oppi_testimonial_info .slick-slide .testimonial_item .media {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding-bottom: 22px;
            }

                .oppi_testimonial_info .slick-slide .testimonial_item .media img {
                    border-radius: 50%;
                    margin-right: 20px;
                }

                .oppi_testimonial_info .slick-slide .testimonial_item .media .media-body h5 {
                    font-size: 20px;
                    font-weight: 500;
                    color: #2c234d;
                    margin-bottom: 5px;
                }

                .oppi_testimonial_info .slick-slide .testimonial_item .media .media-body h6 {
                    font-size: 16px;
                    color: #8a929f;
                    font-weight: 400;
                }

            .oppi_testimonial_info .slick-slide .testimonial_item p {
                color: #707b8e;
                line-height: 28px;
                margin-bottom: 25px;
            }

            .oppi_testimonial_info .slick-slide .testimonial_item .ratting a {
                font-size: 12px;
                color: #ffba00;
            }

                .oppi_testimonial_info .slick-slide .testimonial_item .ratting a:nth-child(5) {
                    color: #bdc6d5;
                }

            .oppi_testimonial_info .slick-slide .testimonial_item:hover {
                -webkit-box-shadow: 0px 30px 35px 0px rgba(39, 47, 99, 0.1);
                box-shadow: 0px 30px 35px 0px rgba(39, 47, 99, 0.1);
            }

    .oppi_testimonial_info .slick-dots li {
        width: auto;
        height: auto;
    }

        .oppi_testimonial_info .slick-dots li button {
            padding: 0px;
            width: 6px;
            height: 6px;
            background: #dcdff2;
            border-radius: 50%;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .oppi_testimonial_info .slick-dots li button:before {
                display: none;
            }

        .oppi_testimonial_info .slick-dots li.slick-active button {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            background: #f56e96;
        }

/*============ oppi_testimonial_area css =========*/
/*============ oppi_contacts_area css =========*/
.oppi_contacts_area {
    padding: 60px 0px 120px;
}

.contact_inner {
    max-width: 970px;
    margin: 0 auto;
}

    .contact_inner h5 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .contact_inner p {
        line-height: 26px;
    }

.oppi_contact_items {
    border-radius: 6px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}

    .oppi_contact_items:before {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

.oppi_contact_item_one {
    background: url(../images/food/contact_bg.jpg) no-repeat center 0/cover;
}

    .oppi_contact_item_one:before {
        background: #2c234d;
        opacity: 0.50;
    }

    .oppi_contact_item_one h5, .oppi_contact_item_one p, .oppi_contact_item_one a {
        color: #fff;
    }

    .oppi_contact_item_one p {
        margin-bottom: 0;
    }

    .oppi_contact_item_one a {
        position: relative;
    }

        .oppi_contact_item_one a:before {
            content: "";
            width: 100%;
            height: 2px;
            background: #afa0aa;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.oppi_contact_item_two {
    border: 1px dashed #d3d1dc;
    background-color: #fdfdfe;
}

    .oppi_contact_item_two:before {
        background: url("../images/food/home.png") no-repeat scroll center bottom;
    }

    .oppi_contact_item_two h5 {
        color: #2c234d;
    }

    .oppi_contact_item_two p {
        color: #707b8e;
        margin-bottom: 28px;
    }

.oppi_food_action_area {
    background: url("../images/food/action_bg.jpg") no-repeat scroll center 0/cover;
    background-attachment: fixed;
    padding: 91px 0px;
    position: relative;
    z-index: 1;
}

    .oppi_food_action_area:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #eb5a85;
        opacity: 0.88;
        z-index: -1;
    }

.food_action_content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.food_action_content p {
    color: #fff;
    margin-bottom: 35px;
}

.food_action_content .food_btn {
    background: #fff;
    color: #f56e96;
    border-color: #fff;
}

    .food_action_content .food_btn + .food_btn {
        margin-left: 20px;
        border-color: #f5b3c6;
        background: transparent;
        color: #fff;
    }

        .food_action_content .food_btn + .food_btn:hover {
            border-color: #fff;
            background: #fff;
            color: #f56e96;
        }

    .food_action_content .food_btn:hover {
        background: transparent;
        border-color: #f5b3c6;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*============ oppi_contacts_area css =========*/
/*=======================           global style           ============================*/
.sec_sub_title_2 {
    font-size: 36px;
    line-height: 44px;
    color: #273c63;
    font-weight: 300;
}

.sec_title_2 {
    font-size: 36px;
    line-height: 44px;
    color: #273c63;
    font-weight: 600;
}

/*=======================           global style           ============================*/
/*=======================           oppi_health_banner style           ============================*/
/*=======================           oppi_health_header style           ============================*/
.oppi_health_header.oppi_header .header_nav .oppi_header_menu .oppi_try_for_free {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

    .oppi_health_header.oppi_header .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        color: #fff;
        background: #6bc33c;
        border: 2px solid #6bc33c;
    }

.oppi_health_header.oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
    border-color: #6bc33c;
    color: #6bc33c;
}

    .oppi_health_header.oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free:hover {
        color: #fff;
    }

/*=======================           oppi_health_header style           ============================*/
.oppi_health_banner {
    background-image: url(../images/home_health/banner/banner_bg_1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

    .oppi_health_banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(10, 22, 46, 0.6);
    }

    .oppi_health_banner .oppi_banner_content {
        padding: 305px 0 171px;
    }

        .oppi_health_banner .oppi_banner_content .banner_title {
            margin-bottom: 15px;
        }

        .oppi_health_banner .oppi_banner_content .banner_para {
            margin-bottom: 42px;
        }

        .oppi_health_banner .oppi_banner_content .already_have a {
            color: #6bc33c;
            position: relative;
        }

            .oppi_health_banner .oppi_banner_content .already_have a::before {
                position: absolute;
                content: "";
                bottom: 0;
                right: 0;
                width: 0;
                height: 1px;
                background: #6bc33c;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .oppi_health_banner .oppi_banner_content .already_have a:hover::before {
                right: auto;
                left: 0;
                width: 100%;
            }

        .oppi_health_banner .oppi_banner_content .oppi_btn_group {
            margin-bottom: 33px;
        }

            .oppi_health_banner .oppi_banner_content .oppi_btn_group .oppi_dbtn {
                color: #fff;
                background: #6bc33c;
                border: 2px solid #6bc33c;
            }

                .oppi_health_banner .oppi_banner_content .oppi_btn_group .oppi_dbtn:hover {
                    border-color: rgba(255, 255, 255, 0.5);
                    background: transparent;
                }

.oppi_health_banner_img {
    text-align: right;
    position: relative;
    padding-top: 362px;
    margin-bottom: -100px;
    z-index: 1;
}

    .oppi_health_banner_img .img_watch {
        position: absolute;
        bottom: -45px;
        right: 210px;
    }

/*=======================           oppi_health_banner style           ============================*/
/*=======================           oppi_fitness_wrap style           ============================*/
.oppi_fitness_wrap {
    padding: 120px 0;
}

.oppi_fitness_content {
    padding-top: 42px;
    max-width: 400px;
    width: 100%;
}

    .oppi_fitness_content .sec_title_2 {
        margin-bottom: 25px;
    }

    .oppi_fitness_content .f_sec_para {
        color: #707b8e;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 52px;
    }

    .oppi_fitness_content .oppi_dbtn {
        border: 2px solid #6bc33c;
        color: #6bc33c;
    }

        .oppi_fitness_content .oppi_dbtn:hover {
            background: #6bc33c;
            color: #fff;
            -webkit-box-shadow: 0px 20px 30px 0px rgba(51, 130, 9, 0.2);
            box-shadow: 0px 20px 30px 0px rgba(51, 130, 9, 0.2);
        }

.oppi_fitness_img_content {
    position: relative;
}

    .oppi_fitness_img_content .fitness_r_img {
        border-radius: 8px;
    }

    .oppi_fitness_img_content .fitness_mockup_img {
        position: absolute;
        right: 370px;
        bottom: -60px;
        z-index: 1;
    }

/*=======================           oppi_fitness_wrap style           ============================*/
/*=======================           oppi_h_service_wrap style           ============================*/
.oppi_h_service_wrap {
    padding: 135px 0 140px;
}

.oppi_h_service_item {
    margin-bottom: 185px;
}

    .oppi_h_service_item:last-child {
        margin-bottom: 0;
    }

.oppi_h_service_item_content {
    max-width: 440px;
    width: 100%;
    padding-top: 15px;
}

    .oppi_h_service_item_content .ser_title {
        color: #273c63;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .oppi_h_service_item_content .ser_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 32px;
    }

.h_ser_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 330px;
    width: 100%;
    margin-bottom: 32px;
}

    .h_ser_item .icon {
        margin-right: 20px;
    }

        .h_ser_item .icon i {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid rgba(0, 186, 158, 0.5);
            color: #00ba9f;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
        }

            .h_ser_item .icon i.l_red {
                border-color: rgba(255, 65, 62, 0.5);
                color: #ff403e;
            }

    .h_ser_item .h_ser_con h5 {
        color: #273c63;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .h_ser_item .h_ser_con p {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

/*=======================           oppi_h_service_wrap style           ============================*/
/*=======================           oppi_health_call_to_action_wrap style           ============================*/
.oppi_health_call_to_action_wrap {
    background: #fafbfc;
    overflow: hidden;
    padding: 130px 0 0;
    height: 600px;
}

.oppi_health_call_to_img .img_1 {
    margin-top: 55px;
}

.oppi_health_call_to_contant {
    padding-top: 26px;
    max-width: 500px;
    width: 100%;
}

    .oppi_health_call_to_contant .sec_title_2 {
        margin-bottom: 15px;
    }

    .oppi_health_call_to_contant .c_sec_para {
        color: #707b8e;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .oppi_health_call_to_contant .oppi_btn_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn {
            color: #fff;
            background: #273c63;
            border-color: #273c63;
            padding: 5px 25px 14px;
            border-radius: 30px;
            margin-right: 20px;
        }

            .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner .g_play {
                    display: inline-block;
                    margin-top: 4px;
                }

                .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner .icon {
                    margin-right: 10px;
                }

                    .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner .icon.apple {
                        font-size: 38px;
                    }

                .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner .text {
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 18px;
                }

                    .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn .btn_inner .text small {
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 20px;
                    }

            .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn:hover {
                background: transparent;
                color: #273c63;
            }

            .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn + .oppi_dbtn {
                background: transparent;
                color: #273c63;
            }

                .oppi_health_call_to_contant .oppi_btn_group .oppi_dbtn + .oppi_dbtn:hover {
                    background: #273c63;
                    color: #fff;
                }

/*======================= oppi_health_call_to_action_wrap style ============================*/
/*======================= oppi_health_featured style ============================*/
.oppi_health_featured {
    padding: 132px 0 87px;
}

    .oppi_health_featured .sec_title_2 {
        margin-bottom: 75px;
    }

.ml_40 {
    margin-left: 40px;
}

.ml_80 {
    margin-left: 80px;
}

.h_featured_item {
    margin-bottom: 50px;
    max-width: 280px;
    width: 100%;
}

    .h_featured_item .f_img {
        margin-bottom: 32px;
    }

    .h_featured_item .f_title {
        color: #273c63;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 17px;
    }

    .h_featured_item .f_para {
        color: #707b8e;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

/*======================= oppi_health_featured style ============================*/
/*======================= oppi_h_about_slider_wrap style ============================*/
.oppi_h_about_slider_wrap {
    background: #fafbfc;
    padding: 90px 0 0px;
}

    .oppi_h_about_slider_wrap .sec_title_2 {
        margin-bottom: 70px;
    }

.oppi_health_about_slider .slider_item {
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.oppi_health_about_slider .slider_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: -119px auto 110px;
}

    .oppi_health_about_slider .slider_details .sd_img {
        -webkit-animation: fadeOutDown 1s both;
        animation: fadeOutDown 1s both;
    }

        .oppi_health_about_slider .slider_details .sd_img img {
            -webkit-box-shadow: 0px 40px 80px 0px rgba(39, 60, 99, 0.16);
            box-shadow: 0px 40px 80px 0px rgba(39, 60, 99, 0.16);
            border: 4px solid #fff;
            border-radius: 6px;
        }

    .oppi_health_about_slider .slider_details .sd_text {
        margin-left: 60px;
        padding-top: 70px;
    }

        .oppi_health_about_slider .slider_details .sd_text .sd_title {
            color: #273c63;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 15px;
            -webkit-animation: fadeOutDown 1.2s both;
            animation: fadeOutDown 1.2s both;
        }

        .oppi_health_about_slider .slider_details .sd_text .sd_para {
            color: #707b8e;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            margin-bottom: 23px;
            -webkit-animation: fadeOutDown 1.4s both;
            animation: fadeOutDown 1.4s both;
        }

        .oppi_health_about_slider .slider_details .sd_text .sd_link {
            -webkit-animation: fadeOutDown 1.6s both;
            animation: fadeOutDown 1.6s both;
        }

            .oppi_health_about_slider .slider_details .sd_text .sd_link .know_more {
                color: #2c234d;
                font-size: 16px;
                line-height: 30px;
                font-weight: 500;
                font-family: "Poppins", sans-serif;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .oppi_health_about_slider .slider_details .sd_text .sd_link .know_more i {
                    margin-left: 10px;
                    color: #2c234d;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    font-weight: 700;
                }

                    .oppi_health_about_slider .slider_details .sd_text .sd_link .know_more i::before {
                        line-height: 30px;
                    }

                .oppi_health_about_slider .slider_details .sd_text .sd_link .know_more:hover {
                    color: #6bc33c;
                }

                    .oppi_health_about_slider .slider_details .sd_text .sd_link .know_more:hover i {
                        color: #6bc33c;
                        margin-left: 15px;
                    }

.oppi_health_about_slider .slick-slide.slick-active .slider_item {
    -webkit-animation: fadeInRight 1s both;
    animation: fadeInRight 1s both;
}

.oppi_health_about_slider .slick-slide.slick-active .sd_img {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.oppi_health_about_slider .slick-slide.slick-active .sd_text .sd_title {
    -webkit-animation: fadeInDown 1.2s both 1s;
    animation: fadeInDown 1.2s both 1s;
}

.oppi_health_about_slider .slick-slide.slick-active .sd_text .sd_para {
    -webkit-animation: fadeInDown 1.4s both 1s;
    animation: fadeInDown 1.4s both 1s;
}

.oppi_health_about_slider .slick-slide.slick-active .sd_text .sd_link {
    -webkit-animation: fadeInDown 1.6s both 1s;
    animation: fadeInDown 1.6s both 1s;
}

.oppi_health_about_slider .slick-arrow {
    border: 1px solid #6bc33c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 275px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: absolute;
}

    .oppi_health_about_slider .slick-arrow::before {
        font-family: 'eleganticons';
        font-size: 20px;
        opacity: 1;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #6bc33c;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .oppi_health_about_slider .slick-arrow.slick-prev {
        left: -130px;
    }

        .oppi_health_about_slider .slick-arrow.slick-prev::before {
            content: "\34";
        }

    .oppi_health_about_slider .slick-arrow.slick-next {
        right: -130px;
    }

        .oppi_health_about_slider .slick-arrow.slick-next::before {
            content: "\35";
        }

    .oppi_health_about_slider .slick-arrow:hover {
        background-color: #6bc33c;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(138, 242, 82, 0.3);
        box-shadow: 0px 20px 30px 0px rgba(138, 242, 82, 0.3);
    }

        .oppi_health_about_slider .slick-arrow:hover::before {
            color: #fff;
        }

/*======================= oppi_h_about_slider_wrap style ============================*/
/*======================= oppi_h_about_slider_wrap style ============================*/
.oppi_discover_health {
    padding: 100px 0px;
}

.discover_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .discover_info .item {
        width: calc(100% / 5);
    }

        .discover_info .item + .item {
            margin-left: -28px;
            z-index: 1;
            position: relative;
        }

/*======================= oppi_h_about_slider_wrap style ============================*/
/*======================= oppi_health_footer_call_to_action style ============================*/
.oppi_call_to_action_four.oppi_health_footer_call_to_action {
    background-color: #6bc33c;
}

    .oppi_call_to_action_four.oppi_health_footer_call_to_action .oppi_call_btn_group .oppi_dbtn {
        color: #6bc33c;
    }

.oppi_clients_health_area {
    padding: 30px 0px 120px;
}

.oppi_clients_inner {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    text-align: center;
}

    .oppi_clients_inner .round_circle {
        width: 650px;
        height: 650px;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(226, 231, 241, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        z-index: -1;
    }

        .oppi_clients_inner .round_circle.r_two, .oppi_clients_inner .round_circle.r_three {
            height: calc(100% - 180px);
            width: calc(100% - 180px);
            border-radius: 50%;
            bottom: 90px;
        }

    .oppi_clients_inner .c_logo {
        position: absolute;
    }

    .oppi_clients_inner .oppi_clients_logo {
        height: 380px;
        position: relative;
        margin-bottom: 120px;
    }

        .oppi_clients_inner .oppi_clients_logo .two {
            left: 20px;
            top: 15px;
        }

        .oppi_clients_inner .oppi_clients_logo .three {
            left: 56px;
            top: 170px;
        }

        .oppi_clients_inner .oppi_clients_logo .four {
            left: 168px;
            bottom: 10px;
        }

        .oppi_clients_inner .oppi_clients_logo .five {
            left: 46%;
            bottom: -45px;
        }

        .oppi_clients_inner .oppi_clients_logo .six {
            right: 168px;
            bottom: 10px;
        }

        .oppi_clients_inner .oppi_clients_logo .seven {
            right: 56px;
            top: 170px;
        }

        .oppi_clients_inner .oppi_clients_logo .eight {
            right: 20px;
            top: 15px;
        }

.oppi_dbtn.g_btn {
    border-color: #6bc33c;
    color: #6bc33c;
    background: #f9fdf7;
}

    .oppi_dbtn.g_btn:hover {
        background: #6bc33c;
        color: #fff;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(51, 130, 9, 0.2);
        box-shadow: 0px 20px 30px 0px rgba(51, 130, 9, 0.2);
    }

/*======================= oppi_health_footer_call_to_action style ============================*/
/*======================= oppi_health_footer style ============================*/
.oppi_health_footer.oppi_footer_wrap .oppi_footer_top .oppi_footer_top_inner .oppi_footer_social .social_item li a:hover {
    background-color: #6bc33c;
    border-color: #6bc33c;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 171, 21, 0.24);
    box-shadow: 0px 20px 30px 0px rgba(73, 171, 21, 0.24);
}

.oppi_health_footer.oppi_footer_wrap .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li a:hover {
    color: #6bc33c;
}

/*======================= oppi_health_footer style ============================*/
/*============ oppi_restaurant_banner_area css =========*/
.oppi_restaurant_banner_area {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5fdf9;
}

    .oppi_restaurant_banner_area .food_round_shap.one {
        width: 20px;
        height: 20px;
        background: #f56e96;
        top: auto;
        bottom: 120px;
        left: 40%;
    }

    .oppi_restaurant_banner_area .food_round_shap.two {
        background: #f56e96;
    }

    .oppi_restaurant_banner_area .food_round_shap.three {
        background: #676099;
    }

    .oppi_restaurant_banner_area .food_round_shap.four {
        width: 10px;
        height: 10px;
        background: #f56e96;
        right: 270px;
    }

    .oppi_restaurant_banner_area .food_round_shap.five {
        right: auto;
        left: -250px;
    }

    .oppi_restaurant_banner_area .food_round_shap.six {
        left: 0;
        right: auto;
        bottom: 115px;
    }

.oppi_restaurant_banner_content {
    z-index: 2;
    position: relative;
}

    .oppi_restaurant_banner_content h6 {
        font-size: 20px;
        color: #707b8e;
        font-weight: 400;
        margin-bottom: 17px;
    }

        .oppi_restaurant_banner_content h6 a {
            position: relative;
            color: #06b85b;
        }

            .oppi_restaurant_banner_content h6 a:before {
                content: "";
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                background: #06b85b;
                height: 1px;
            }

    .oppi_restaurant_banner_content h2 {
        font-size: 50px;
        font-weight: 700;
        color: #2c234d;
        margin-bottom: 30px;
    }

    .oppi_restaurant_banner_content p {
        font-size: 20px;
        color: #707b8e;
        line-height: 30px;
        margin-bottom: 48px;
    }

.restaurant_btn {
    border-radius: 5px;
    background: #06b85b;
    padding: 17px 26px;
    border: 2px solid #06b85b;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
    -webkit-transition: all 0.4s linear, color 0s linear;
    -o-transition: all 0.4s linear, color 0s linear;
    transition: all 0.4s linear, color 0s linear;
    min-width: 175px;
    text-align: center;
}

    .restaurant_btn:hover {
        background: rgba(6, 150, 76, 0.09);
        border-color: #82dbad;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #06b85b;
    }

        .restaurant_btn:hover.btn_icon i {
            -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
            transform: translateX(5px);
        }

.restaurant_btn_two {
    background: rgba(6, 150, 76, 0.09);
    border-color: #82dbad;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #06b85b;
}

    .restaurant_btn_two:hover {
        background: #06b85b;
        border-color: #06b85b;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
        box-shadow: 0px 20px 30px 0px rgba(6, 150, 76, 0.16);
        color: #fff;
    }

.desh_img {
    position: relative;
    z-index: 1;
}

    .desh_img img {
        padding-top: 23px;
        padding-left: 12px;
        -webkit-animation: spin 6.5s ease infinite;
        animation: spin 6.5s ease infinite;
    }

    .desh_img .round {
        width: 600px;
        height: 600px;
        background: #06b85b;
        opacity: 0.10;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -300px;
        z-index: -1;
    }

/*============ oppi_restaurant_banner_area css =========*/
.oppi_restaurant_software_area {
    padding: 120px 0px;
}

    .oppi_restaurant_software_area .food_title {
        margin-bottom: 36px;
    }

    .oppi_restaurant_software_area .row {
        margin-left: -50px;
        margin-right: -50px;
    }

.oppi_restaurant_feature_item {
    padding: 0px 40px;
    text-align: center;
    margin-top: 30px;
}

    .oppi_restaurant_feature_item .feature_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: 170px;
        border-radius: inherit;
        margin-bottom: 32px;
    }

    .oppi_restaurant_feature_item .feature_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }

        .oppi_restaurant_feature_item .feature_title:hover {
            color: #06b85b;
        }

    .oppi_restaurant_feature_item p {
        color: #707b8e;
        line-height: 26px;
    }

/*========== oppi_restaurent_action_area css =====*/
.oppi_restaurent_action_area {
    padding: 20px 0px 120px;
}

.oppi_restaurent_action_img {
    margin-left: -170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .oppi_restaurent_action_img img {
        display: inline-block;
    }

        .oppi_restaurent_action_img img + img {
            margin-left: 30px;
        }

.oppi_restaurent_action_content h2 {
    font-size: 36px;
    color: #2c234d;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.oppi_restaurent_action_content p {
    color: #707b8e;
    line-height: 26px;
    margin-bottom: 40px;
}

.oppi_restaurent_action_content .oppi_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rest_action_dbtn {
    border: 2px solid #273c63;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 23px 9px;
    margin-left: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .rest_action_dbtn .btn_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .rest_action_dbtn .btn_inner .icon {
            font-size: 33px;
            line-height: 25px;
            color: #273c63;
            padding-right: 8px;
        }

        .rest_action_dbtn .btn_inner .text {
            font-size: 18px;
            line-height: 16px;
            font-weight: 600;
        }

            .rest_action_dbtn .btn_inner .text small {
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 4px;
                display: inline-block;
            }

    .rest_action_dbtn:hover {
        background: #273c63;
    }

        .rest_action_dbtn:hover .icon {
            color: #fff;
        }

        .rest_action_dbtn:hover .text {
            color: #fff;
        }

    .rest_action_dbtn.btn_solid {
        margin-left: 0;
        background: #273c63;
    }

        .rest_action_dbtn.btn_solid .icon {
            font-size: 26px;
            line-height: 25px;
            color: #fff;
        }

        .rest_action_dbtn.btn_solid .text {
            color: #fff;
        }

        .rest_action_dbtn.btn_solid:hover {
            background: transparent;
        }

            .rest_action_dbtn.btn_solid:hover .icon {
                color: #273c63;
            }

            .rest_action_dbtn.btn_solid:hover .text {
                color: #273c63;
            }

/*============ oppi_coupon_area css ==========*/
.oppi_coupon_area {
    background: #f5fdf9;
    position: relative;
    padding-top: 100px;
}

.coupon_inner {
    max-width: 970px;
    margin: 0 auto;
}

    .coupon_inner .utility_banner_video .video_img {
        border: 0px;
        -webkit-box-shadow: 0px 60px 100px 0px rgba(3, 83, 42, 0.1);
        box-shadow: 0px 60px 100px 0px rgba(3, 83, 42, 0.1);
    }

        .coupon_inner .utility_banner_video .video_img:before {
            display: none;
        }

        .coupon_inner .utility_banner_video .video_img .icon {
            position: relative;
        }

            .coupon_inner .utility_banner_video .video_img .icon:before {
                content: "";
                width: 100%;
                height: 100%;
                border: 1px solid rgba(255, 255, 255, 0.3);
                position: absolute;
                border-radius: 50%;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4);
            }

            .coupon_inner .utility_banner_video .video_img .icon i {
                font-size: 18px;
                color: #06b85b;
                text-shadow: 0px 8px 10px rgba(48, 187, 115, 0.34);
            }

.coupon_form {
    margin-bottom: 70px;
}

    .coupon_form .coupon_w {
        max-width: 400px;
        width: 100%;
        padding: 0px 15px;
    }

    .coupon_form .coupon_w2 {
        max-width: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .coupon_form .form-group {
        position: relative;
    }

        .coupon_form .form-group input {
            height: 60px;
            border-radius: 5px;
            background-color: white;
            -webkit-box-shadow: 0px 30px 50px 0px rgba(3, 83, 42, 0.1);
            box-shadow: 0px 30px 50px 0px rgba(3, 83, 42, 0.1);
            font-size: 16px;
            color: #273c63;
            border: 0px;
            width: 100%;
            font-weight: 400;
            padding-left: 25px;
            padding-right: 40px;
        }

            .coupon_form .form-group input.placeholder {
                color: #273c63;
            }

            .coupon_form .form-group input:-moz-placeholder {
                color: #273c63;
            }

            .coupon_form .form-group input::-moz-placeholder {
                color: #273c63;
            }

            .coupon_form .form-group input::-webkit-input-placeholder {
                color: #273c63;
            }

            .coupon_form .form-group input:focus {
                outline: none;
            }

        .coupon_form .form-group label {
            margin-bottom: 0;
            position: absolute;
            right: 30px;
            font-size: 16px;
            color: #d2d7e1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .coupon_form .form-group .restaurant_btn {
            padding: 17px 23px;
        }

.oppi_restaurent_features_area {
    background: #fff;
    padding-top: 270px;
    padding-bottom: 120px;
    position: relative;
}

/*============ oppi_restaurent_features_area css =========*/
.oppi_restaurent_features_item + .oppi_restaurent_features_item {
    margin-top: 120px;
}

.flex-row-reverse .oppi_restaurent_content {
    padding-right: 100px;
}

.oppi_restaurent_content h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2c234d;
    line-height: 40px;
    margin-bottom: 25px;
}

.oppi_restaurent_content p {
    color: #707b8e;
    line-height: 26px;
    margin-bottom: 42px;
}

.oppi_restaurent_content .restaurant_btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

/*======= oppi_restaurent_partners_area css =========*/
.oppi_restaurent_partners_area {
    background: #f5fdf9;
    padding: 100px 0px 80px;
}

    .oppi_restaurent_partners_area .col-lg-3 {
        margin-bottom: 30px;
    }

.restaurent_partners_item {
    text-align: center;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 46, 22, 0.08);
    box-shadow: 0px 2px 7px 0px rgba(0, 46, 22, 0.08);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 29px 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .restaurent_partners_item:hover {
        -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 46, 22, 0.1);
        box-shadow: 0px 20px 30px 0px rgba(0, 46, 22, 0.1);
    }

.oppi_restaurant_faq {
    padding: 120px 0px;
}

.restaurant_faq_inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

    .restaurant_faq_inner .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0px;
    }

        .restaurant_faq_inner .nav-tabs .nav-item {
            margin-bottom: 0;
            margin-bottom: 30px;
        }

            .restaurant_faq_inner .nav-tabs .nav-item .nav-link {
                border-radius: 0px;
                font-size: 16px;
                font-weight: 500;
                border-radius: 4px;
                border-color: #82dbad;
                background: #f2fbf6;
                color: #06b85b;
                padding: 7px 23px;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .restaurant_faq_inner .nav-tabs .nav-item .nav-link.active, .restaurant_faq_inner .nav-tabs .nav-item .nav-link:hover {
                    background: #06b85b;
                    border-color: #06b85b;
                    color: #fff;
                }

            .restaurant_faq_inner .nav-tabs .nav-item + .nav-item {
                margin-left: 20px;
            }

    .restaurant_faq_inner .tab-content .card {
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid #ebeef2;
        background: transparent;
    }

        .restaurant_faq_inner .tab-content .card .card-header {
            padding: 0px;
            border: 0px;
            background: transparent;
        }

            .restaurant_faq_inner .tab-content .card .card-header button {
                width: 100%;
                text-align: left;
                text-decoration: none;
                font-size: 18px;
                line-height: 26px;
                font-weight: 500;
                color: #06b85b;
                padding: 21px 45px 21px 30px;
                position: relative;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .restaurant_faq_inner .tab-content .card .card-header button i {
                    position: absolute;
                    right: 28px;
                    top: 0;
                    font-size: 20px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    top: 50%;
                    display: none;
                }

                    .restaurant_faq_inner .tab-content .card .card-header button i + i {
                        display: block;
                    }

                .restaurant_faq_inner .tab-content .card .card-header button.collapsed {
                    color: #2c234d;
                }

                    .restaurant_faq_inner .tab-content .card .card-header button.collapsed i {
                        display: block;
                    }

                        .restaurant_faq_inner .tab-content .card .card-header button.collapsed i + i {
                            display: none;
                        }

        .restaurant_faq_inner .tab-content .card .card-body {
            padding: 0px 30px 25px;
        }

    .restaurant_faq_inner .restaurant_btn {
        border-color: #ebeef2;
        color: #707b8e;
        background: transparent;
        padding: 12px 26px;
        margin-top: 50px;
    }

        .restaurant_faq_inner .restaurant_btn:hover {
            background: #06b85b;
            color: #fff;
            border-color: #06b85b;
        }

/*==================================================             footer                     =================================================================*/
.oppi_footer_wrap {
    background: #22284c;
    padding: 115px 0 50px;
    position: relative;
    overflow: hidden;
}

    .oppi_footer_wrap.footer_dark {
        background: #1d2240;
    }

        .oppi_footer_wrap.footer_dark .oppi_footer_top {
            border: none;
        }

            .oppi_footer_wrap.footer_dark .oppi_footer_top .oppi_footer_top_inner {
                border-bottom: 1px solid #292f53;
            }

        .oppi_footer_wrap.footer_dark .oppi_footer_widget .footer_para {
            color: #a5a7b6;
        }

        .oppi_footer_wrap.footer_dark .oppi_footer_widget .email_box .btn {
            background: #5268f2;
            color: #fff;
        }

            .oppi_footer_wrap.footer_dark .oppi_footer_widget .email_box .btn:hover {
                background: #7687f6;
            }

        .oppi_footer_wrap.footer_dark .oppi_footer_widget .oppi_footer_title {
            color: #ffffff;
        }

        .oppi_footer_wrap.footer_dark .oppi_footer_widget .oppi_footer_menu li a {
            color: #a5a7b6;
        }

            .oppi_footer_wrap.footer_dark .oppi_footer_widget .oppi_footer_menu li a:hover {
                color: #fff;
            }

            .oppi_footer_wrap.footer_dark .oppi_footer_widget .oppi_footer_menu li a:before {
                background: #fff;
            }

        .oppi_footer_wrap.footer_dark .oppi_footer_social .social_item li a {
            color: #6c6f8a;
        }

            .oppi_footer_wrap.footer_dark .oppi_footer_social .social_item li a:hover {
                color: #fff;
            }

        .oppi_footer_wrap.footer_dark .oppi_copy_right .copy_right_text {
            color: #6c6f8a;
        }

            .oppi_footer_wrap.footer_dark .oppi_copy_right .copy_right_text a {
                color: #6c6f8a;
            }

                .oppi_footer_wrap.footer_dark .oppi_copy_right .copy_right_text a:hover {
                    color: #fff;
                }

    .oppi_footer_wrap .circle_shape_1 {
        border-radius: 50%;
        background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        opacity: 0.078;
        position: absolute;
        right: 795px;
        top: -50px;
        width: 100px;
        height: 100px;
        -webkit-animation: circle_animation 5s linear infinite;
        animation: circle_animation 5s linear infinite;
    }

    .oppi_footer_wrap .circle_shape_2 {
        border-radius: 50%;
        background-image: -moz-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -webkit-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        background-image: -ms-linear-gradient(50deg, #5268f2 0%, #14b0d1 100%);
        opacity: 0.102;
        position: absolute;
        right: 375px;
        top: -360px;
        width: 510px;
        height: 510px;
        -webkit-animation: circle_animation 7s linear infinite;
        animation: circle_animation 7s linear infinite;
    }

.oppi_footer_top_inner {
    border-bottom: 1px solid #383d5c;
}

.oppi_footer_logo {
    display: inline-block;
    margin-bottom: 19px;
}

    .oppi_footer_logo img {
        display: inline-block;
        max-width: unset;
        width: 65%;
    }

.oppi_footer_widget {
    margin-bottom: 95px;
}

    .oppi_footer_widget .oppi_footer_title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .oppi_footer_widget .footer_para {
        color: #c5c7d6;
        font-weight: 400;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .oppi_footer_widget .oppi_footer_menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .oppi_footer_widget .oppi_footer_menu li {
            display: block;
            margin-bottom: 12px;
        }

            .oppi_footer_widget .oppi_footer_menu li a {
                display: inline-block;
                color: #c5c7d6;
                font-weight: 400;
                font-size: 16px;
                font-family: "Poppins", sans-serif;
                line-height: 20px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                position: relative;
            }

                .oppi_footer_widget .oppi_footer_menu li a::before {
                    position: absolute;
                    content: "";
                    bottom: 0;
                    right: 0;
                    background: #fff;
                    width: 0%;
                    height: 1px;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

                .oppi_footer_widget .oppi_footer_menu li a:hover {
                    color: #fff;
                }

                    .oppi_footer_widget .oppi_footer_menu li a:hover::before {
                        right: auto;
                        left: 0;
                        width: 100%;
                    }

.oppi_footer_bottom {
    padding: 30px 0 15px;
}

.oppi_copy_right .copy_right_text {
    color: #8f92a6;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

    .oppi_copy_right .copy_right_text a {
        display: inline;
        color: #c5c7d6;
        position: relative;
    }

        .oppi_copy_right .copy_right_text a:hover {
            color: #fff;
        }

.oppi_footer_social .social_item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .oppi_footer_social .social_item li {
        display: inline-block;
        margin-left: 10px;
    }

        .oppi_footer_social .social_item li:first-child {
            margin-left: 0px;
        }

        .oppi_footer_social .social_item li a {
            color: #fff;
            font-size: 14px;
            width: 46px;
            height: 46px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 2px solid #656985;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            background-color: transparent;
        }

            .oppi_footer_social .social_item li a:hover {
                border-color: #5268f2;
                color: #fff;
                background-color: #5268f2;
            }

.oppi_footer_two {
    background: #fcfafb;
    padding-bottom: 10px;
}

    .oppi_footer_two .oppi_footer_top {
        border-bottom: 1px solid #f2edf0;
    }

    .oppi_footer_two .oppi_footer_top_inner {
        border: none;
    }

    .oppi_footer_two .oppi_footer_widget .footer_para {
        color: #707b8e;
    }

    .oppi_footer_two .oppi_footer_widget .oppi_footer_title {
        color: #4d446b;
    }

    .oppi_footer_two .oppi_footer_widget .oppi_footer_menu li a {
        color: #707b8e;
    }

        .oppi_footer_two .oppi_footer_widget .oppi_footer_menu li a::before {
            background: #ee6d95;
        }

        .oppi_footer_two .oppi_footer_widget .oppi_footer_menu li a:hover {
            color: #ee6d95;
        }

    .oppi_footer_two .oppi_footer_widget .email_box {
        position: relative;
    }

        .oppi_footer_two .oppi_footer_widget .email_box .form-control {
            border: 2px solid #f5f0f3;
            color: #22284c;
            font-size: 16px;
            line-height: 24px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            border-radius: 4px;
            height: 60px;
            background: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 10px 85px 10px 25px;
        }

            .oppi_footer_two .oppi_footer_widget .email_box .form-control::-webkit-input-placeholder {
                color: #9fa6b0;
            }

            .oppi_footer_two .oppi_footer_widget .email_box .form-control:-ms-input-placeholder {
                color: #9fa6b0;
            }

            .oppi_footer_two .oppi_footer_widget .email_box .form-control::-ms-input-placeholder {
                color: #9fa6b0;
            }

            .oppi_footer_two .oppi_footer_widget .email_box .form-control::placeholder {
                color: #9fa6b0;
            }

        .oppi_footer_two .oppi_footer_widget .email_box .btn {
            color: #9fa6b0;
            font-size: 16px;
            line-height: 24px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            background: rgba(238, 109, 150, 0.1);
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            padding: 0 24px;
            text-transform: uppercase;
            color: #ee6d95;
            border-radius: 0px 4px 4px 0px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .oppi_footer_two .oppi_footer_widget .email_box .btn:hover {
                background: #ee6d96;
                color: #fff;
            }

    .oppi_footer_two .oppi_footer_bottom {
        padding-top: 25px;
    }

    .oppi_footer_two .oppi_copy_right .copy_right_text a {
        color: #8f92a6;
    }

        .oppi_footer_two .oppi_copy_right .copy_right_text a:hover {
            color: #ee6d95;
        }

    .oppi_footer_two .oppi_footer_social .social_item li {
        color: #707b8e;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 7px;
    }

        .oppi_footer_two .oppi_footer_social .social_item li:first-child {
            margin-right: 15px;
        }

        .oppi_footer_two .oppi_footer_social .social_item li:last-child {
            margin-right: 0;
        }

        .oppi_footer_two .oppi_footer_social .social_item li a {
            color: #9ea4ae;
            border: none;
            width: inherit;
            height: inherit;
            background: none;
        }

            .oppi_footer_two .oppi_footer_social .social_item li a:hover {
                color: #ee6d95;
            }

.oppi_footer_light {
    background: #fbfbfd;
}

    .oppi_footer_light .oppi_footer_top_inner {
        border-color: #e9edf5;
    }

    .oppi_footer_light .oppi_footer_widget .footer_para {
        color: #707b8e;
    }

    .oppi_footer_light .oppi_footer_widget .oppi_footer_title {
        color: #2c234d;
    }

    .oppi_footer_light .oppi_footer_widget .oppi_footer_menu li a {
        color: #707b8e;
    }

        .oppi_footer_light .oppi_footer_widget .oppi_footer_menu li a:hover {
            color: #f23891;
        }

    .oppi_footer_light .oppi_copy_right .copy_right_text {
        color: #8e97a5;
    }

        .oppi_footer_light .oppi_copy_right .copy_right_text a {
            color: #707b8e;
        }

            .oppi_footer_light .oppi_copy_right .copy_right_text a:hover {
                color: #f23891;
            }

    .oppi_footer_light .oppi_footer_social .social_item li a {
        border-color: #d3dbe8;
        color: #959dab;
        position: relative;
        z-index: 1;
        border: none;
    }

        .oppi_footer_light .oppi_footer_social .social_item li a::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-image: -moz-linear-gradient(50deg, #f23891 0%, #9a11da 100%);
            background-image: -webkit-linear-gradient(50deg, #f23891 0%, #9a11da 100%);
            background-image: -ms-linear-gradient(50deg, #f23891 0%, #9a11da 100%);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: 0;
        }

        .oppi_footer_light .oppi_footer_social .social_item li a::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            left: 0;
            top: 0;
            z-index: -1;
            border: 2px solid #d3dbe8;
        }

        .oppi_footer_light .oppi_footer_social .social_item li a:hover {
            -webkit-box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(172, 21, 170, 0.3);
            color: #fff;
            background: transparent;
        }

            .oppi_footer_light .oppi_footer_social .social_item li a:hover::before {
                opacity: 1;
            }

            .oppi_footer_light .oppi_footer_social .social_item li a:hover::after {
                opacity: 0;
            }

.oppi_default_footer {
    background: #EF0568;
    padding-bottom: 15px;
}

    .oppi_default_footer .oppi_footer_top_inner {
        background: url(../images/footer_default_bg_shape.png) no-repeat scroll bottom center;
        padding-bottom: 91px;
        border-bottom: 1px solid #e8e8f4;
    }

    .oppi_default_footer .oppi_footer_widget .footer_para {
        color: #fff;
    }

    .oppi_default_footer .oppi_footer_widget .oppi_footer_title {
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

    .oppi_default_footer .oppi_footer_widget .oppi_footer_menu li a {
        color: #fff;
    }

        .oppi_default_footer .oppi_footer_widget .oppi_footer_menu li a::before {
            /*background: #3197ff;*/
        }

        .oppi_default_footer .oppi_footer_widget .oppi_footer_menu li a:hover {
            color: #D0D4DA;
        }

    .oppi_default_footer .oppi_footer_social_default p {
        color: white;
        font-size: 16px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .oppi_default_footer .oppi_footer_social_default .social_item {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
    }

        .oppi_default_footer .oppi_footer_social_default .social_item li {
            display: inline-block;
        }

            .oppi_default_footer .oppi_footer_social_default .social_item li + li {
                margin-left: 20px;
            }

            .oppi_default_footer .oppi_footer_social_default .social_item li a {
                border: none;
                color: #fff;
                font-size: 14px;
                line-height: 26px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .oppi_default_footer .oppi_footer_social_default .social_item li a:hover {
                    color: #D0D4DA;
                }

    .oppi_default_footer .oppi_copy_right .copy_right_text {
        color: #fff;
    }

        .oppi_default_footer .oppi_copy_right .copy_right_text a {
            color: #8f92a6;
        }

    .oppi_default_footer .oppi_footer_bottom {
        padding-top: 25px;
    }

.oppi_footer_wrap.oppi_travel_footer {
    background-image: url(../images/home_travel/travel_footer_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .oppi_footer_wrap.oppi_travel_footer .oppi_footer_widget .email_box .btn {
        background: #ff5e00;
    }

        .oppi_footer_wrap.oppi_travel_footer .oppi_footer_widget .email_box .btn:hover {
            background: #ff8137;
        }

    .oppi_footer_wrap.oppi_travel_footer .oppi_footer_widget .oppi_footer_menu li a {
        color: #a5a7b6;
    }

        .oppi_footer_wrap.oppi_travel_footer .oppi_footer_widget .oppi_footer_menu li a::before {
            background: #ff5e00;
        }

        .oppi_footer_wrap.oppi_travel_footer .oppi_footer_widget .oppi_footer_menu li a:hover {
            color: #ff5e00;
        }

    .oppi_footer_wrap.oppi_travel_footer .oppi_footer_social .social_item li a:hover {
        color: #ff5e00;
    }

    .oppi_footer_wrap.oppi_travel_footer .oppi_copy_right .copy_right_text a:hover {
        color: #ff5e00;
    }

.oppi_finance_footer {
    background: #f9fafc;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

    .oppi_finance_footer .oppi_footer_top .oppi_footer_top_inner {
        border: 0px;
    }

    .oppi_finance_footer .oppi_footer_social .social_item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .oppi_finance_footer .oppi_footer_social .social_item li a {
            border: 1px solid #d6dbe3;
            color: #707b8e;
        }

            .oppi_finance_footer .oppi_footer_social .social_item li a:hover {
                background: #5268f2;
                color: #fff;
                border-color: #5268f2;
                -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.24);
                box-shadow: 0px 20px 30px 0px rgba(21, 41, 171, 0.24);
            }

    .oppi_finance_footer .oppi_footer_widget .oppi_footer_title {
        color: #273c63;
        font-size: 18px;
        color: #273c63;
        font-weight: 500;
    }

    .oppi_finance_footer .oppi_footer_widget .footer_para, .oppi_finance_footer .oppi_footer_widget .oppi_footer_menu li a {
        color: #707b8e;
    }

        .oppi_finance_footer .oppi_footer_widget .oppi_footer_menu li a:before {
            display: none;
        }

        .oppi_finance_footer .oppi_footer_widget .oppi_footer_menu li a:hover {
            color: #5268f2;
        }

.pt_400 {
    padding-top: 450px;
}

.oppi_food_footer:before {
    display: none;
}

.oppi_food_footer .oppi_footer_social .social_item li a:hover {
    background-color: #f56e96;
    border-color: #f56e96;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(171, 21, 66, 0.24);
    box-shadow: 0px 20px 30px 0px rgba(171, 21, 66, 0.24);
}

.oppi_food_footer .oppi_footer_widget .oppi_footer_menu li a:hover {
    color: #f56e96;
}

.oppi_restaurent_footer {
    background: #f9fafc;
    padding-bottom: 78px;
}

    .oppi_restaurent_footer:before {
        display: none;
    }

    .oppi_restaurent_footer .oppi_footer_social .social_item li a:hover {
        background-color: #06b85b;
        -webkit-box-shadow: 0px 20px 30px 0px rgba(21, 171, 93, 0.24);
        box-shadow: 0px 20px 30px 0px rgba(21, 171, 93, 0.24);
        border-color: #06b85b;
    }

    .oppi_restaurent_footer .oppi_footer_widget .oppi_footer_menu li a:hover {
        color: #06b85b;
    }

    .oppi_restaurent_footer .footer_bg {
        position: absolute;
        bottom: 0;
        opacity: 0.30;
    }

/*==================================================             footer                     =================================================================*/
/*==========================================================*/
/*==========================================================*/
/*===========================================         keyframes             ===============================================*/
@-webkit-keyframes circle_animation {
    0%, 100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes circle_animation {
    0%, 100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@-webkit-keyframes circle_pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes circle_pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.2);
        transform: translate(-50%, -50%) scale(0.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes round_circle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round_circle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4);
    }
}

@-webkit-keyframes pulsates {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes pulsates {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes map_jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes map_jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes cloud {
    0% {
        -webkit-transform: translate3d(-10px, -20px, 0);
        transform: translate3d(-10px, -20px, 0);
    }

    50% {
        -webkit-transform: translate3d(-20px, 0px, 0);
        transform: translate3d(-20px, 0px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 20px, 0);
        transform: translate3d(0px, 20px, 0);
    }
}

@keyframes cloud {
    0% {
        -webkit-transform: translate3d(-10px, -20px, 0);
        transform: translate3d(-10px, -20px, 0);
    }

    50% {
        -webkit-transform: translate3d(-20px, 0px, 0);
        transform: translate3d(-20px, 0px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 20px, 0);
        transform: translate3d(0px, 20px, 0);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

@-webkit-keyframes upDownRound {
    0% {
        -webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
        transform: rotate(0deg) translate(-50px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(0) rotate(-360deg);
        transform: rotate(360deg) translate(0) rotate(-360deg);
    }
}

@keyframes upDownRound {
    0% {
        -webkit-transform: rotate(0deg) translate(-50px) rotate(0deg);
        transform: rotate(0deg) translate(-50px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(0) rotate(-360deg);
        transform: rotate(360deg) translate(0) rotate(-360deg);
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -39px 0;
    }
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -39px 0;
    }
}

@-webkit-keyframes v_play {
    0% {
        opacity: 1;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        width: 300%;
        height: 300%;
    }
}

@keyframes v_play {
    0% {
        opacity: 1;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        width: 300%;
        height: 300%;
    }
}

@-webkit-keyframes youTube {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@keyframes youTube {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes wFull {
    0% {
        width: 0%;
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes wFull {
    0% {
        width: 0%;
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes map_pin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes map_pin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        border-radius: 50%;
    }
}

/*===========================================         keyframes             ===============================================*/
@media (max-width: 1550px) {
    .oppi_banner_img_content .banner_img .banner_img_macbook {
        max-width: 750px;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img {
        margin-left: -185px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: -70px;
    }

    .oppi_mockup_img .mockup_inner .circle_1 {
        left: -40px;
    }

    .oppi_mockup_img .mockup_inner .circle_2 {
        left: -60px;
    }

    .oppi_how_it_tab_content_wrap .tab_custom_arrow.prevtab {
        left: 5px;
    }

    .oppi_how_it_tab_content_wrap .tab_custom_arrow.nexttab {
        right: 5px;
    }
}

/*============== end @media (max-width: 1550px) =================*/
@media (max-width: 1366px) {
    .oppi_banner_img_content .banner_img .banner_img_macbook {
        max-width: 700px;
    }

    .oppi_call_to_action_img_content .call_img_1 {
        left: -380px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        left: -240px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        left: 265px;
    }

    .oppi_grafe_img_content {
        padding-left: 150px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: -100px;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 1100px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .education_banner_img {
        max-width: 600px;
    }

    .oppi_signup_wrap .right_img {
        right: 0px;
    }

    .oppi_signup_wrap .left_img {
        left: 110px;
    }

    .oppi_height_rated_security_img .img_inner .circle_img {
        right: 80px;
        top: 100px;
    }

    .oppi_height_rated_security_wrap {
        margin-bottom: -90px;
    }

    .oppi_feedback_two_wrap .comma img {
        max-width: 200px;
    }

    .oppi_height_rated_security_img .img_inner .circle_img .circle {
        width: 200px;
        height: 200px;
    }

    .oppi_height_rated_security_img .img_inner .mockup_shape_devices {
        margin-left: 0;
    }

    .oppi_height_rated_security_img {
        text-align: center;
    }

        .oppi_height_rated_security_img .img_inner {
            display: inline-block;
        }

            .oppi_height_rated_security_img .img_inner .Vector_color {
                left: 75px;
                bottom: 130px;
            }

    .oppi_feedback_two_wrap .comma {
        left: 60px;
    }

    .oppi_feedback_two_slider_item .oppi_feedback_item_inner {
        padding: 20px;
    }

    .oppi_feedback_two_content_wrap {
        padding: 0 50px;
    }

    .oppi_feedback_two_wrap {
        padding-bottom: 50px;
    }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img {
        width: 100%;
    }

    .oppi_banner_img_content {
        text-align: center !important;
    }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_1 {
        left: 0;
        top: 54px;
    }

        .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_1 img {
            max-width: 100%;
            height: auto;
        }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_2 img {
        max-width: 100%;
        height: auto;
        visibility: hidden;
    }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_3 img {
        max-width: 100%;
        height: auto;
        visibility: hidden;
    }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_2 {
        top: 50px;
        left: 0;
        visibility: hidden;
    }

    .oppi_utility_banner_wrap .oppi_banner_img_content .banner_img .bg_shape.bg_shape_3 {
        top: 135px;
        right: 0;
        visibility: hidden;
    }

    .oppi_height_rated_security_img .img_inner .mockup_shape_devices {
        max-width: 100%;
        height: auto;
    }

    .oppi_height_rated_security_contant {
        padding-top: 20px;
    }

    .oppi_utility_banner_wrap .shape_top img {
        top: -545px;
        right: -315px;
    }

    .shape_left_circle .circle {
        width: 600px;
        height: 600px;
    }

    .oppi_lifestyle_about_us_wrap .bg_shape img {
        height: 1180px;
    }

    .oppi_lifestyle_feedback_wrap .bg_shape img {
        height: 900px;
    }

    .oppi_banner_utility .circle_shape {
        right: 70px;
        bottom: 160px;
    }

        .oppi_banner_utility .circle_shape .circle {
            max-width: 350px;
            height: 350px;
        }

    .oppi_travel_banner_img .map_pin_3 {
        bottom: 93px;
        right: 354px;
    }

        .oppi_travel_banner_img .map_pin_3 img {
            max-width: 60px;
        }

    .oppi_travel_banner_img .aeroplane {
        top: calc(50% - 0px);
        left: 70px;
    }

        .oppi_travel_banner_img .aeroplane img {
            max-width: 530px;
        }

    .oppi_travel_banner_img .travel_map_img img {
        max-width: 850px;
    }

    .oppi_travel_banner_img .map_pin_1 {
        bottom: 220px;
        right: 265px;
    }

        .oppi_travel_banner_img .map_pin_1 img {
            max-width: 30px;
        }

    .oppi_travel_banner_img .map_pin_2 {
        bottom: 170px;
        right: 15px;
    }

        .oppi_travel_banner_img .map_pin_2 img {
            max-width: 20px;
        }

    .oppi_travel_banner .oppi_banner_content {
        padding-top: 190px;
        position: relative;
        z-index: 1;
    }

    .oppi_height_rated_security_wrap {
        /*margin-bottom: -130px;*/
    }

    .oppi_height_rated_security_img .img_inner .circle_img {
        right: -45px;
        top: 230px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab {
        margin-left: -275px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile {
        right: -180px;
    }

    .oppi_height_rated_security_img .img_inner .Vector_color {
        left: -185px;
        bottom: 245px;
    }
}

/*============== end @media (max-width: 1366px) =================*/
@media (max-width: 1024px) {
    .full_width_1024 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .oppi_banner_one .oppi_banner_img_content .banner_img {
        margin-left: 0;
    }

        .oppi_banner_one .oppi_banner_img_content .banner_img .img_4 img {
            max-width: 80px;
        }

        .oppi_banner_one .oppi_banner_img_content .banner_img .img_5 img {
            max-width: 210px;
        }

    .oppi_banner.oppi_banner_three .shape_1 {
        right: -400px;
    }

    .oppi_banner.oppi_banner_three .shape_2 {
        right: -400px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
        left: 100px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
        left: 220px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
        left: 280px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
        left: 430px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
        left: 525px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
        left: 685px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
        left: 840px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        left: 50px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        left: 430px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
        left: 660px;
        top: 165px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        top: 110px;
        left: 790px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
        top: 120px;
        left: 90%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(14) {
        bottom: 90px;
        left: 160px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(15) {
        left: 270px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
        bottom: -10px;
        left: 440px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
        bottom: 35px;
        left: 620px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
        bottom: -35px;
        left: 740px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        bottom: 75px;
        left: 815px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
        right: 30px;
    }

    .oppi_support_img .img_inner {
        margin-left: 0;
    }

        .oppi_support_img .img_inner img {
            margin-left: -50px;
        }

        .oppi_support_img .img_inner .shape_2 .shape_2_inner {
            right: 20px;
        }

    .oppi_support_content {
        padding-top: 0;
        padding-right: 40px;
    }

    .oppi_service_img_content.img_left .service_img_1 {
        margin-right: -120px;
    }

    .oppi_service_img_content.img_left .service_img_2 {
        left: -25px;
    }

    .oppi_our_service_wrap .shape_2 {
        left: -740px;
    }

    .oppi_our_service_wrap .shape_1 {
        right: -570px;
    }

    .oppi_service_img_content.img_right .service_img_1 {
        margin-left: -70px;
    }

    .oppi_service_img_content.img_right .service_img_2 {
        right: -20px;
        top: 0;
    }

    .oppi_banner.oppi_banner_one {
        padding: 150px 0 100px;
    }

    .oppi_banner_content .banner_title {
        font-size: 48px;
        line-height: 70px;
        margin-bottom: 10px;
    }

    .oppi_banner.oppi_banner_one .oppi_banner_content {
        padding-top: 0;
    }

    .oppi_banner_img_content {
        padding-top: 55px;
    }

    .oppi_how_it_tab_content_wrap .tab_custom_arrow.prevtab {
        left: 15px;
    }

    .oppi_how_it_tab_content_wrap .tab_custom_arrow.nexttab {
        right: 15px;
    }

    .oppi_service_img_content.img_left .service_img_2 {
        top: 0;
    }

    .oppi_mockup_content {
        padding: 0 35px;
    }

    .oppi_call_to_action_content .call_title {
        font-size: 40px;
    }

    .oppi_feature_wrap {
        padding: 55px 0;
    }

    .oppi_how_it_works_wrap {
        padding: 50px 0 55px;
    }

        .oppi_how_it_works_wrap .sec_title {
            margin-bottom: 35px;
        }

    .sec_title {
        font-size: 36px;
        line-height: 44px;
    }

    .oppi_our_service_wrap {
        padding: 80px 0 50px;
    }

    .oppi_service_item.oppi_service_img_right {
        margin-bottom: 80px;
    }

    .oppi_support_wrap {
        padding: 110px 0 0;
    }

    .oppi_download_app_wrap {
        padding: 50px 0 0;
    }

    .oppi_download_app_content {
        padding-top: 80px;
    }

    .business_call_img_group {
        margin-left: -85px;
    }

    .oppi_footer_widget.pl_100 {
        padding-left: 0;
    }

    .oppi_review_slider .slick-arrow.slick-prev {
        left: 15px;
    }

    .oppi_review_slider .slick-arrow.slick-next {
        right: 15px;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 900px;
    }

    .oppi_download_app_three_wrap .download_mockup_device {
        margin-left: 0;
        margin-bottom: -115px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: -150px;
        margin-top: 0;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_content .banner_title {
        color: #4d446b;
        line-height: 50px;
        font-size: 36px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        max-width: 470px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .education_banner_img {
        max-width: 430px;
    }

    .oppi_feature_style_three .sec_title {
        margin-bottom: 15px;
    }

    .oppi_about_content.m_w_475 {
        max-width: 370px;
    }

    .oppi_pricing_plan_wrap {
        padding: 55px 0 70px;
    }

        .oppi_pricing_plan_wrap .sec_title {
            margin-bottom: 40px;
        }

    .oppi_download_app_three_wrap {
        padding-top: 0;
    }

        .oppi_download_app_three_wrap .oppi_download_app_content {
            padding-top: 40px;
        }

        .oppi_download_app_three_wrap .download_para {
            margin-bottom: 25px;
        }

        .oppi_download_app_three_wrap .oppi_btn_group {
            margin-bottom: 35px;
        }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details {
        right: 0;
    }

    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        right: 150px;
    }

    .oppi_f_mockup_sing_item.mockup_right .dot {
        right: 445px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img {
        margin-left: 100px;
    }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_1 {
            left: -50px;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dots {
            left: -75px;
        }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_img_2 {
            bottom: -180px;
        }

    .oppi_f_mockup_sing_item .m_img .right_mockup_img {
        max-width: 300px;
    }

    .oppi_f_mockup_sing_item .m_img .Left_mockup_img {
        max-width: 300px;
    }

    .oppi_f_mockup_sing_item .m_img .left_shadow {
        display: none;
    }

    .oppi_feature_mockup_wrap .bg_shape {
        max-width: 600px;
        height: 75px;
    }

    .oppi_f_mockup_sing_item .m_img .left_dot_line {
        max-width: 200px;
    }

    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        top: 80px;
    }

    .oppi_f_mockup_sing_item.mockup_right .dot {
        top: 320px;
    }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details {
        top: 55px;
    }

    .oppi_f_mockup_sing_item .m_img .left_dot_line {
        top: 130px;
        right: 150px;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details {
        right: 315px;
    }

    .oppi_f_mockup_sing_item.mockup_left .dot {
        top: 125px;
        right: 160px;
    }

    .oppi_download_app_three_wrap {
        margin-bottom: 90px;
    }

    .oppi_faq_wrap {
        padding-bottom: 40px;
    }

    .oppi_call_to_action_four {
        /*padding: 55px 0 60px;*/
    }

    .oppi_footer_wrap {
        padding: 55px 0 15px;
    }

    .oppi_footer_widget {
        margin-bottom: 60px;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 100%;
    }

    .oppi_grafe_img_content {
        padding-left: 20px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_2 {
            right: -172px;
            bottom: 40px;
        }

            .oppi_grafe_img_content .img_inner .grafe_man_2 img {
                max-width: 140px;
            }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .social_banner_img_1 {
        margin-left: -60px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_3 {
        left: -100px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_1 {
        left: -105px;
    }

    .oppi_call_to_action_img_content .call_img_1 {
        left: -393px;
        max-width: 735px;
        top: -335px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        left: -240px;
        max-width: 740px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        left: 120px;
        max-width: 735px;
        bottom: -525px;
    }

    .p_r_45 {
        padding-right: 15px;
    }

    .p_l_45 {
        padding-left: 15px;
    }

    .oppi_blog_single_banner {
        padding: 95px 0 75px;
    }

    .oppi_inner_banner .oppi_banner_content .banner_title {
        font-size: 36px;
        line-height: 50px;
    }

    .blog_wrap {
        padding: 60px 0;
    }

    .blog_single_item {
        margin-bottom: 20px;
    }

    .oppi_author {
        margin-bottom: 50px;
    }

    .comment_reply {
        margin-bottom: 50px;
    }

    .blog_wrap.blog_single_wrap {
        padding-bottom: 40px;
    }

    .oppi_contact_form_group {
        padding: 30px;
    }

    .oppi_price_two .oppi_price_item {
        padding: 30px 15px;
    }

    .oppi_price_item {
        padding: 35px 50px 50px;
    }

    .oppi_signup_wrap .left_img {
        left: 60px;
    }

    .oppi_signup_wrap .right_img {
        right: 60px;
    }

    .oppi_support_popular_wrap {
        padding: 70px 0 50px;
    }

    .oppi_support_videos_wrap {
        padding: 40px 0 50px;
    }

    .oppi_get_help_wrap {
        padding: 40px 0 20px;
    }

    .oppi_utility_banner_wrap {
        padding-top: 90px;
    }

        .oppi_utility_banner_wrap .oppi_banner_content {
            padding-top: 200px;
        }

        .oppi_utility_banner_wrap .shape_top img {
            right: -395px;
        }

    .oppi_height_rated_security_wrap {
        margin-bottom: 0;
    }

    .oppi_feedback_two_content_wrap {
        padding: 0 10px;
    }

    .oppi_feedback_two_slider {
        margin: 0 -15px;
    }

    .oppi_feedback_two_slider_item {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .oppi_feedback_two_wrap {
        padding-top: 70px;
    }

        .oppi_feedback_two_wrap .oppi_feedback_two_contant .sec_title {
            margin-bottom: 30px;
        }

    .oppi_feedback_two_tab_wrap {
        margin-bottom: 50px;
    }

    .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details {
        padding: 20px;
        max-width: 200px;
    }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_comments {
            left: 95px;
        }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_viewers {
            left: 160px;
            top: 115px;
        }

        .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details .content h3 {
            font-size: 30px;
            margin-bottom: 0;
        }

    .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_user {
        right: 15px;
    }

    .oppi_lifestyle_feedback_slider .slick-prev {
        left: 30px;
    }

    .oppi_lifestyle_feedback_slider .slick-next {
        right: 30px;
    }

    .oppi_banner_utility {
        padding-top: 100px;
    }

        .oppi_banner_utility .oppi_banner_content {
            padding-bottom: 70px;
        }

    .oppi_lifestyle_about_us_wrap {
        padding-top: 270px;
    }

        .oppi_lifestyle_about_us_wrap .bg_shape img {
            height: 1050px;
        }

    .oppi_lifestyle_feature_wrap {
        padding-top: 70px;
    }

    .oppi_lifestyle_featurded_content {
        padding-top: 60px;
    }

    .oppi_lifestyle_featurded_graphcontent {
        padding: 100px 0;
    }

    .oppi_lifestyle_feedback_wrap {
        padding-top: 50px;
    }

        .oppi_lifestyle_feedback_wrap .bg_shape img {
            height: 800px;
        }

    .oppi_travel_banner_img .aeroplane {
        left: -40px;
    }

    .oppi_travel_banner_img .shape_1 {
        left: -315px;
    }

    .oppi_travel_banner_img .shape_2 {
        left: -220px;
    }

    .oppi_travel_banner_img .travel_map_img img {
        margin-left: -265px;
    }

    .oppi_travel_featured_wrap {
        padding-top: 70px;
    }

    .oppi_travel_call_to_action {
        padding: 80px 0 86px;
    }

    .oppi_travel_service_wrap {
        padding: 60px 0 70px;
    }

    .oppi_travel_video_slider_item .oppi_travel_video_content {
        margin-bottom: 80px;
    }

    .oppi_travel_video_slider .slick-dots {
        bottom: 40px;
    }

    .oppi_get_appy_tab_slider_item {
        padding-bottom: 10px;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::before,
    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::after {
        height: 300px;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::before {
        top: -280px;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::after {
        bottom: -300px;
    }

    .oppi_get_appy_wrap {
        z-index: 5;
    }

    .oppi_height_rated_security_wrap {
        position: relative;
        z-index: 5;
    }

    .oppi_utility_about_us_wrap .oppi_about_details_inner_bg:before {
        top: -500px;
        height: 500px;
    }

    .oppi_utility_about_us_wrap .oppi_about_details_inner_bg:after {
        height: 500px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab img {
        max-width: 680px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile {
        right: -100px;
        bottom: 0px;
    }

        .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile img {
            max-width: unset;
            padding-top: 102px;
        }

    .oppi_height_rated_security_img .img_inner .Vector_color {
        bottom: 170px;
    }
}

/*============== end @media (max-width: 1024px) =================*/
@media (max-width: 992px) {
    .oppi_mockup_content {
        padding-right: 50px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile img {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

/*============== end @media (max-width: 992px) =================*/
@media (max-width: 991px) {
    .md_none {
        display: none;
    }

    .oppi_header .header_nav .logo img {
        width: 102%;
        max-width: unset;
    }

    .rev_tab_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .oppi_header .header_nav .oppi_header_menu ul.navbar-nav {
        margin-bottom: 15px;
        display: block;
    }

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .oppi_header .header_nav .oppi_header_menu .oppi_try_for_free {
        text-align: center;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .oppi_header_menu {
        background: #fff;
        padding: 0px 30px 0px 30px;
    }

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link.dropdown-toggle::after {
        right: 0;
    }

    .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu {
        padding: 18px 40px 20px 0;
        margin: 0 0 22px;
        border-bottom: 1px solid #e1e5ec;
        border-radius: 0;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

        .oppi_header .header_nav .oppi_header_menu ul li.nav-item .dropdown-menu li {
            padding-left: 40px;
        }

    .oppi_header .header_nav .oppi_header_menu ul {
        padding: 20px 0 15px;
    }

        .oppi_header .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
            color: #2c234d;
        }

    .oppi_header .header_nav .oppi_header_menu .oppi_try_for_free {
        border-color: #EF0568;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

    .oppi_header.fixedMenu .header_nav .oppi_header_menu .oppi_try_for_free {
        margin-bottom: 10px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: -80px;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_content .banner_title {
        line-height: 40px;
        font-size: 30px;
    }

    .oppi_header.oppi_header_style_three .header_nav .oppi_hamburger .bar_icon .bar {
        background: #5268f2;
    }

    .oppi_header.oppi_header_style_three .header_nav .oppi_header_menu .oppi_try_for_free::after {
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#9a11da), to(#f23891));
        background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: -o-linear-gradient(left, #fff 0%, #fff 100%), -o-linear-gradient(left, #9a11da 0%, #f23891 100%);
        background-image: linear-gradient(90deg, #fff 0%, #fff 100%), linear-gradient(90deg, #9a11da 0%, #f23891 100%);
    }

    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        max-width: 210px;
        right: 88px;
    }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details {
        right: -65px;
    }

    .oppi_f_mockup_sing_item.mockup_right .dot {
        top: 245px;
        right: 295px;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details {
        right: auto;
        left: -40px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_content .sec_title {
        font-size: 28px;
        line-height: 36px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img {
        margin-left: 0;
    }

        .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_img_2 {
            bottom: -160px;
            left: -52px;
        }

    .oppi_feature_wrap {
        padding-bottom: 65px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_2 {
        left: 240px;
        top: 0;
    }

    .oppi_call_to_action_three {
        padding: 130px 0 85px;
    }

    .oppi_about_three.oppi_social_about_wrap {
        padding-bottom: 65px;
        padding-top: 50px;
    }

    .oppi_call_to_action_four .oppi_call_btn_group .oppi_dbtn {
        padding: 14px 42px;
    }

    .oppi_about_dot img {
        display: none;
    }

    .oppi_about_content .oppi_abs_num {
        display: none;
    }

    .oppi_social_about_wrap .pl_100 {
        padding-left: 15px;
    }

    .oppi_about_three .sec_title {
        margin-bottom: 60px;
    }

    .oppi_about_content_item_1 {
        margin-bottom: 60px;
    }

    .oppi_price_item {
        margin-bottom: 50px;
    }

    .oppi_pricing_plan_wrap {
        padding-bottom: 30px;
    }

    .oppi_feedback_wrap {
        padding: 55px 0;
    }

    .oppi_call_to_action_content .call_title {
        font-size: 30px;
    }

    .oppi_call_to_action_content .call_para {
        font-size: 16px;
    }

    .oppi_header.oppi_menu_center .header_nav .logo {
        position: static;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        max-width: 100%;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_content {
        padding-top: 0px;
    }

    .oppi_download_app_three_wrap {
        margin-bottom: 40px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content .banner_title {
        font-size: 30px;
        line-height: 40px;
    }

    .oppi_banner_img_content {
        padding-top: 55px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: 0;
        margin-top: 0;
    }

        .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img {
            margin-top: 0;
        }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .social_banner_img_1 {
                margin-left: -20px;
                max-width: 440px;
                margin-bottom: -230px;
            }

            .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_2 {
                bottom: -48px;
                left: -60px;
                max-width: 180px;
            }

    .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_3 {
        bottom: 140px;
        right: -15px;
        max-width: 80px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_4 {
        top: 0;
        left: 75px;
        max-width: 70px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_3 {
        bottom: 130px;
        right: -25px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_1 {
        bottom: 40px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_3 {
        bottom: 230px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_4 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .oppi_grafe_img_content {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .oppi_social_about_content {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .oppi_header.fixedMenu,
    .oppi_header.oppi_menu_center.fixedMenu {
        padding: 5px 0;
    }

    .oppi_header.oppi_menu_center {
        padding: 15px 0;
    }

    .oppi_watching_wrap {
        padding: 110px 0 60px;
    }

    .oppi_analytics_img_content.pl_100 {
        padding-left: 0;
        padding-right: 30px;
    }

    .sec_title2 {
        font-size: 30px;
        line-height: 40px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_2 {
        right: -50px;
    }

    .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid {
        margin-bottom: 20px;
    }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid {
            margin-left: 0;
        }

    .oppi_header.social_header .header_nav .oppi_header_menu .oppi_btn_right {
        position: static;
        display: block;
    }

    .oppi_header.oppi_header_inner_menu .header_nav .oppi_header_menu ul li.nav-item a.nav-link {
        color: #4d446b;
    }

    .oppi_header.oppi_header_inner_menu .header_nav .oppi_header_menu .oppi_try_for_free {
        color: #5268f2;
        border-color: #5268f2;
    }

    .pagination_content {
        margin-bottom: 40px;
    }

    .oppi_price_two .oppi_price_item {
        margin-bottom: 30px;
    }

    .oppi_price_two {
        padding-top: 70px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .oppi_price_language {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .oppi_price_lan_title {
        max-width: 100%;
    }

    .oppi_select_language {
        margin-bottom: 40px;
    }

    .oppi_banner_one .oppi_banner_img_content .banner_img img {
        max-width: 100%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
        top: 0;
        left: 170px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        top: 45%;
        left: 25px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
        top: 100px;
        left: 135px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
        left: 290px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
        top: 130px;
        left: 280px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        top: 125px;
        left: 435px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
        top: -30px;
        left: 620px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
        left: 455px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
        left: 545px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
        left: 605px;
        bottom: 75px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
        bottom: -30px;
        left: 390px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
        top: 50px;
        left: 78%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        bottom: 0;
        left: 515px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
        bottom: 50px;
        right: 195px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        top: 90px;
        left: 610px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
        bottom: 95px;
        left: 370px;
    }

    .oppi_mobile_mockup .mockup_2 {
        display: none;
    }

    .title {
        font-size: 24px;
        line-height: 30px;
    }

    .oppi_mockup_content {
        padding: 0;
    }

    .oppi_service_img_content.img_right .service_img_1 {
        margin-left: 0;
    }

    .oppi_service_img_content.img_right .service_img_2,
    .oppi_service_img_content.img_left .service_img_2 {
        display: none;
    }

    .oppi_service_img_content.img_left .service_img_1 {
        margin-right: 0;
    }

    .oppi_call_to_action_content .call_title {
        font-size: 30px;
        line-height: 40px;
    }

    .oppi_support_img {
        padding-top: 60px;
        text-align: center;
    }

        .oppi_support_img .img_inner .shape_2 .shape_2_inner {
            right: 0;
        }

    .oppi_mockup_img .mockup_inner .download_2 {
        display: none;
    }

    .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_solid_color {
        padding: 11px 12px;
        margin-right: 10px;
    }

    .oppi_download_app_content .oppi_btn_group .oppi_dbtn {
        font-size: 15px;
    }

        .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_solid_color .iconify {
            font-size: 15px;
            margin-right: 6px;
        }

        .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_border .iconify {
            font-size: 26px;
            margin-right: 8px;
        }

        .oppi_download_app_content .oppi_btn_group .oppi_dbtn.btn_border {
            padding: 7px 20px 7px 10px;
        }

    .oppi_mockup_img .mockup_inner {
        padding-left: 50px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .education_banner_img {
        max-width: 400px;
    }

    .oppi_f_mockup_sing_item .m_img .Left_mockup_img {
        max-width: 250px;
    }

    .oppi_f_mockup_sing_item .m_img .right_mockup_img {
        max-width: 250px;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details {
        left: 0;
    }

    .oppi_f_mockup_sing_item .m_img .left_dot_line {
        top: 155px;
        right: 140px;
        max-width: 170px;
    }

    .oppi_f_mockup_sing_item.mockup_left .dot {
        top: 145px;
        right: 145px;
    }

    .oppi_f_mockup_sing_item.mockup_left {
        padding-top: 45px;
    }

    .oppi_feature_mockup_wrap .bg_shape {
        max-width: 460px;
        height: 60px;
        top: 200px;
    }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details {
        right: 0;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details {
        bottom: 0;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 550px;
    }

    .oppi_download_app_three_wrap .download_mockup_device {
        margin-bottom: -80px;
    }

    .w_items_wrap {
        margin: 0 -15px 20px;
    }

    .w_items {
        padding: 0 15px;
    }

    .w_items {
        padding: 0 15px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .social_banner_img_1 {
        margin-left: 0;
        max-width: 100%;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_2 {
        bottom: -110px;
        max-width: 125px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_4 {
        left: 45px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_3 {
        bottom: 40px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_1 {
        bottom: -35px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .wev_3 {
        bottom: 150px;
    }

    .oppi_download_two_img_content .img_inner .download_two_shape {
        right: -15px;
    }

    .oppi_analytics_img_content.pl_100 {
        padding-left: 75px;
    }

    .oppi_social_feature .sec_title2 {
        margin-bottom: 45px;
    }

    .oppi_social_feature .oppi_feature_item {
        margin-bottom: 50px;
    }

    .oppi_watching_wrap {
        padding: 70px 0 60px;
    }

    .oppi_grafe_img_content .img_inner .grafe_man_1 {
        bottom: -15px;
        left: -188px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_1 img {
            max-width: 155px;
        }

    .oppi_analytics_wrap {
        padding: 70px 0 60px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_shape {
        bottom: 40px;
    }

    .oppi_download_app_two_wrap {
        padding-bottom: 65px;
    }

    .oppi_call_to_action_img_content .call_img_1 {
        left: -410px;
        max-width: 575px;
        top: -270px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        left: -350px;
        max-width: 690px;
        top: 120px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        left: 0;
        max-width: 655px;
        bottom: -370px;
    }

    .oppi_contact_form_content .title {
        font-size: 36px;
        line-height: 50px;
    }

    .oppi_contactUs_wrap {
        padding-top: 60px;
    }

    .oppi_contact_item {
        margin-bottom: 50px;
    }

    .oppi_contact_form_group {
        margin-top: -150px;
    }

    .oppi_contact_form_wrap {
        padding-bottom: 30px;
    }

    .oppi_how_it_tab_content_wrap .tab_custom_arrow.prevtab,
    .oppi_how_it_tab_content_wrap .tab_custom_arrow.nexttab {
        display: none;
    }

    .oppi_banner.oppi_banner_two {
        padding-bottom: 80px;
    }

    .oppi_integrations_wrap {
        padding: 60px 0;
    }

    .oppi_header.oppi_download_header {
        background: transparent;
    }

        .oppi_header.oppi_download_header .header_nav .oppi_hamburger .bar_icon .bar {
            background: #5268f2;
        }

    .mt_99 {
        margin-top: 0;
    }

    .oppi_header.oppi_download_header.fixedMenu {
        background: #fff;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li {
        margin-right: 15px;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom {
        padding: 40px 0 0;
    }

    .oppi_support_wrap {
        padding: 80px 0 0;
    }

    .utility_header.oppi_header .header_nav .oppi_hamburger .bar_icon .bar {
        background: #5268f2;
    }

    .oppi_header.oppi_menu_center .header_nav .oppi_header_menu .oppi_btn_right {
        position: static;
        border-color: #6bc33c;
        color: #6bc33c;
    }

    .oppi_lifestyle_feature_tab li.nav-item a.nav-link {
        padding: 9px 20px;
    }

    .oppi_lifestyle_feedback_wrap .bg_shape {
        display: none;
    }

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner {
        margin-bottom: 40px;
    }

    .oppi_lifestyle_main_img_wrap .lifestyle_img {
        margin: 0 -26px 0 0;
    }

    .oppi_lifestyle_img_content {
        padding-top: 40px;
    }

    .oppi_lifestyle_call_to_action_wrap {
        padding: 60px 0 66px;
    }

    .oppi_lifestyle_main_img_wrap {
        margin: -70px 0;
    }

    .oppi_lifestyle_img_content {
        padding-top: 0;
        max-width: 100%;
    }

    .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content {
        padding-top: 0;
    }

    .oppi_banner_content .banner_title {
        font-size: 36px;
        line-height: 40px;
    }

    .oppi_travel_banner_img .travel_map_img img {
        max-width: 710px;
    }

    .oppi_travel_banner_img .shape_2 {
        left: -300px;
    }

    .oppi_travel_banner_img .shape_1 {
        left: -380px;
    }

    .oppi_travel_banner_img .map_pin_3 {
        bottom: 82px;
        right: 263px;
    }

    .oppi_travel_banner_img .map_pin_2 {
        bottom: 143px;
        right: -17px;
    }

    .oppi_travel_banner_img .map_pin_1 {
        bottom: 185px;
        right: 190px;
    }

    .oppi_travel_banner_img .aeroplane img {
        max-width: 400px;
    }

    .oppi_travel_banner .oppi_banner_content {
        padding-top: 160px;
    }

    .oppi_header.oppi_travel_header .header_nav .oppi_header_menu .oppi_try_for_free {
        border-color: #ff5e00;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .oppi_travel_featured_item.oppi_travel_featured_left_img .travel_featured_line {
        display: none;
    }

    .travel_featured_item_img {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .oppi_travel_featured_item .travel_featured_item_content .travel_featured_item {
        max-width: 100%;
    }

    .oppi_travel_featured_item .pl_100 {
        padding-left: 15px;
    }

    .oppi_travel_featured_item.oppi_travel_featured_right_img .travel_featured_line {
        display: none;
    }

    .oppi_travel_featured_item .travel_featured_item_content .sec_title br {
        display: none;
    }

    .oppi_travel_featured_item.oppi_travel_featured_left_img {
        margin-bottom: 50px;
    }

    .oppi_travel_banner .oppi_banner_content .banner_title br {
        display: none;
    }

    .oppi_utility_banner_wrap .oppi_banner_content {
        padding-top: 180px;
    }

    .oppi_utility_featured_wrap {
        padding-bottom: 10px;
    }

    .oppi_get_appy_wrap {
        padding: 60px 0 20px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab {
        margin-left: -150px;
    }

    .oppi_height_rated_security_img .img_inner .Vector_color {
        left: -70px;
    }

    .single_item .single_item_content .sec_title {
        font-size: 36px;
        line-height: 44px;
        text-align:center
    }

    .oppi_Case_Study_single_content_wrap .pl_100 {
        padding-left: 15px;
    }

    .oppi_Case_Study_single_site_info:before {
        left: -15px;
    }

    .single_item .single_item_content .sec_para {
        margin-bottom: 20px;
    }

    .oppi_Case_Study_single_content {
        margin-bottom: 70px;
    }

    .oppi_Case_Study_single {
        min-height: 250px;
    }

    .oppi_Case_Study_single_content_img {
        margin-top: -110px;
    }

    .oppi_Case_Study_single_content_wrap .pagination {
        margin-bottom: 70px;
    }

    .oppi_header.oppi_travel_header .header_nav .oppi_hamburger .bar_icon .bar {
        background: #ffffff;
    }
}

/*============== end @media (max-width: 991px) =================*/
@media (max-width: 768px) {
    /*.carousel-item.caro-item.caro-item2, .carousel-item.caro-item.caro-item4 {
        background: url('../images/build-yourself-mobile.jpg') !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh;
    }*/

    .oppi_banner.oppi_banner_three .shape_1 {
        right: -550px;
    }

    .oppi_banner.oppi_banner_three .shape_2 {
        right: -550px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-left: -110px;
    }

    .oppi_banner.oppi_banner_two {
        padding-bottom: 0px;
    }

        .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .social_banner_img .soci_banner_img.img_2 {
            bottom: -60px;
        }

    .oppi_signup_wrap .left_img,
    .oppi_signup_wrap .right_img {
        display: none;
    }
}

}
/*============== end @media (max-width: 768px) =================*/
@media (max-width: 767px) {
    .rev_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    
    .oppi_footer_logo img {
        display: inline-block;
        max-width: unset;
        width: 25% ;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
        left: 120px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
        left: 95px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
        left: 205px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
        left: 205px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
        left: 425px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
        left: 325px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        left: 25px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        top: 110px;
        left: 365px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
        left: 400px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        left: 390px;
        top: 40px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
        left: 53%;
        top: 20%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(14) {
        left: 90px;
        bottom: 90px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(15) {
        left: 215px;
        bottom: 0;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
        left: 280px;
        bottom: 140px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
        left: 300px;
        bottom: 65px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
        left: 345px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        left: 400px;
        bottom: 65px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
        right: 280px;
        bottom: 60px;
    }

    .oppi_banner.oppi_banner_one {
        padding: 115px 0 100px;
    }

    .oppi_banner_content .banner_title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .oppi_banner_content .banner_para {
        margin-bottom: 20px;
    }

    .oppi_banner_content .email_box {
        margin-bottom: 25px;
    }

    .oppi_banner_img_content {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sec_title {
        font-size: 30px;
        line-height: 36px;
        text-align:center;
    }

    .oppi_feature_wrap .sec_title {
        margin-bottom: 50px;
    }

    .oppi_feature_item {
        margin-bottom: 70px;
    }

    .oppi_feature_wrap {
        padding-bottom: 10px;
    }

        .oppi_feature_wrap.oppi_social_feature {
            padding-bottom: 50px;
        }

    .oppi_social_about_wrap {
        padding: 0px 0 110px;
    }

    .oppi_support_wrap {
        padding-top: 50px;
    }

    .oppi_support_content {
        padding-right: 0;
    }

    .oppi_support_img .img_inner .shape_2 {
        display: none;
    }

    .oppi_support_img .img_inner img {
        margin: 0;
    }

    .oppi_our_client_wrap {
        padding: 50px 0 90px;
    }

    .oppi_mobile_mockup {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }

        .oppi_mobile_mockup img {
            display: inline-block;
        }

    .business_call_img_group {
        margin-left: 0;
    }

    .oppi_call_to_action_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .oppi_service_content {
        padding-top: 0;
        max-width: 100%;
    }

    .oppi_service_img_content {
        text-align: center;
    }

    .col_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .oppi_service_item.oppi_service_img_right {
        margin-bottom: 40px;
    }

    .oppi_service_img_content.img_left {
        text-align: center;
    }

    .oppi_download_app_content .oppi_btn_group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .oppi_service_item.oppi_service_img_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .oppi_footer_widget {
        margin-bottom: 50px;
    }

    .oppi_download_app_content {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .oppi_copy_right .copy_right_text {
        text-align: center;
    }

    .oppi_footer_social .social_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .oppi_footer_wrap {
        padding: 50px 0 20px;
    }

    .oppi_mockup_img .mockup_inner {
        padding-left: 0;
        text-align: center;
    }

    .oppi_banner_img_content .banner_img .banner_img_iphoneX {
        display: none;
    }

    .oppi_call_to_action_wrap {
        padding: 45px 0;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 400px;
    }

    .oppi_download_app_three_wrap .download_mockup_device {
        margin-bottom: -80px;
    }

    .oppi_banner.oppi_banner_three .shape_1,
    .oppi_banner.oppi_banner_three .shape_2 {
        display: none;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin: 130px 0 0 0;
    }

    .oppi_feature_wrap .sec_title br {
        display: none;
    }

    .oppi_feature_mockup_wrap .bg_shape {
        display: none;
    }

    .oppi_f_mockup_sing_item.mockup_left {
        padding-top: 0;
    }

        .oppi_f_mockup_sing_item.mockup_left .mockup_details {
            display: none;
        }

    .oppi_f_mockup_sing_item.mockup_right {
        margin-top: 80px;
    }

    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        max-width: 230px;
        right: 125px;
        display: none;
    }

    .oppi_f_mockup_sing_item.mockup_right .mockup_details,
    .oppi_f_mockup_sing_item .m_img .left_dot_line,
    .oppi_f_mockup_sing_item.mockup_right .dot,
    .oppi_f_mockup_sing_item.mockup_left .dot {
        display: none;
    }

    .oppi_f_mockup_sing_item.mockup_right .dot {
        top: 270px;
        right: 355px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_img_2 {
        bottom: -180px;
        left: -65px;
    }

    .oppi_about_content.m_w_475 {
        max-width: 100%;
    }

    .oppi_about_content_item_1,
    .oppi_about_content_item_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .oppi_about_img_wrap img {
        margin-bottom: 30px;
    }

    .slider_inner {
        padding: 15px 15px 25px;
    }

    .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play {
        margin-left: 0;
    }

    .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play {
        padding: 11px 20px;
    }

        .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_google_play .icon {
            font-size: 16px;
        }

    .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_apple {
        padding: 8px 25px;
    }

        .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_apple .icon {
            font-size: 24px;
        }

    .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows {
        padding: 9px 20px;
    }

        .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.btn_windows .icon {
            font-size: 16px;
        }

    .oppi_download_app_three_wrap {
        margin-bottom: 0;
    }

    .oppi_faq_wrap .sec_title {
        margin-bottom: 30px;
    }

    .oppi_faq_item {
        padding: 10px 20px;
    }

        .oppi_faq_item .oppi_faq_para {
            padding-top: 10px;
        }

    .oppi_call_to_action_four .shape_1,
    .oppi_call_to_action_four .shape_2 {
        display: none;
    }

    .oppi_call_btn_group {
        text-align: left !important;
        padding-top: 30px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        max-width: 100%;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img {
        margin-bottom: 270px;
    }

    .oppi_grafe_img_content .img_inner .grafe_man_1 {
        left: -173px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_1 img {
            max-width: 140px;
        }

    .oppi_analytics_img_content .analytics_img_inner {
        margin-bottom: 60px;
    }

    .oppi_download_two_content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .oppi_analytics_wrap {
        padding-bottom: 0;
    }

    .oppi_call_to_action_img_content .call_img_1 {
        left: -380px;
        max-width: 535px;
        top: -135px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        left: -285px;
        max-width: 580px;
        top: 230px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        left: 0;
        max-width: 580px;
        bottom: -370px;
    }

    .md_none {
        display: none;
    }

    .oppi_grafe_img_content .img_inner .grafe_img {
        max-width: 300px;
    }

    .oppi_grafe_img_content .img_inner .grafe_man_1 {
        left: -163px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_1 img {
            max-width: 140px;
        }

    .oppi_grafe_img_content .img_inner .grafe_man_2 {
        right: -143px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_2 img {
            max-width: 120px;
        }

    .oppi_grafe_img_content .img_inner .grafe_item {
        left: -25px;
    }

        .oppi_grafe_img_content .img_inner .grafe_item .grafe_item_img {
            max-width: 350px;
        }

    .oppi_inner_banner {
        padding: 70px 0 65px;
    }

    .blog_single_item .blog_post .post_content .post_title {
        font-size: 26px;
        line-height: 36px;
    }

    .code_post .blog_post .post_content {
        padding: 30px;
    }

    .oppi_inner_banner {
        padding: 60px 0 45px;
    }

        .oppi_inner_banner.oppi_blog_single_banner .oppi_banner_content .banner_title {
            font-size: 26px;
            line-height: 36px;
        }

    .oppi_contactUs_wrap {
        padding-bottom: 0;
    }

    .oppi_contact_form_content {
        max-width: 100%;
    }

        .oppi_contact_form_content .title {
            font-size: 30px;
            line-height: 44px;
            margin-bottom: 35px;
        }

    .oppi_contact_form_wrap {
        padding-top: 40px;
    }

    .oppi_contact_form_group {
        margin-top: 40px;
    }

    .oppi_select_language .select {
        margin: 0 15px;
    }

    .oppi_price_two .container {
        max-width: 100%;
    }

    .oppi_pricing_plan_wrap .container {
        max-width: 100%;
    }

    .oppi_price_lan_title {
        margin-bottom: 15px;
        text-align: center;
    }

    .oppi_price_language {
        text-align: center;
    }

    .portfolio_filter {
        margin: 50px 0;
    }

        .portfolio_filter .work_portfolio_item {
            padding: 5px 15px;
            margin: 0 3px;
        }

    .oppi_price_item .p_list li {
        text-align: center;
    }

    .oppi_price_item.popular {
        background-size: contain;
    }

    .oppi_download_wrap {
        padding: 85px 0 60px;
        overflow: hidden;
    }

    .oppi_download_title {
        font-size: 36px;
    }

    .oppi_download_para {
        margin-bottom: 40px;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_top .oppi_footer_top_inner .oppi_download_footer_para {
        text-align: center;
        margin-bottom: 20px;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu {
        text-align: center;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_widget {
        margin-bottom: 15px;
        text-align: center;
    }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_select_language {
        text-align: center !important;
    }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_select_language::after {
            position: static;
        }

    .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom {
        padding: 40px 0 0;
    }

        .oppi_footer_wrap.oppi_download_footer .oppi_footer_bottom .oppi_footer_bottom_inner .oppi_footer_download_menu .oppi_footer_menu li {
            margin-right: 15px;
        }

    .oppi_signup_wrap {
        padding-bottom: 40px;
    }

    .oppi_support_videos_wrap {
        padding-bottom: 0;
    }

    .oppi_faq_wrap.oppi_support_faq {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .oppi_video_slider_item .support_video_img .video_thumb {
        width: 100%;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_content {
        padding-bottom: 0;
    }

    .oppi_banner_utility .oppi_banner_content .banner_title {
        font-size: 36px;
        line-height: 40px;
    }

    .oppi_banner_utility {
        padding-top: 60px;
    }

    .oppi_lifestyle_about_us_wrap {
        padding-top: 230px;
    }

    .oppi_lifestyle_feature_tab {
        height: auto;
        background: #0000;
    }

        .oppi_lifestyle_feature_tab li.nav-item {
            margin: 0 10px 10px 0;
        }

            .oppi_lifestyle_feature_tab li.nav-item a.nav-link {
                padding: 5px 15px;
            }

    .oppi_lifestyle_feature_wrap .sec_title {
        margin-bottom: 30px;
    }

    .oppi_lifestyle_featurded_content {
        padding-top: 15px;
    }

    .oppi_lifestyle_main_img_wrap .lifestyle_img {
        margin: 0;
    }

    .oppi_lifestyle_feature_wrap {
        margin-bottom: 70px;
    }

    .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner {
        padding: 0px 20px 30px;
    }

        .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .member_catagory {
            margin-bottom: 15px;
        }

        .oppi_lifestyle_feedback_slider_item .oppi_lifestyle_feedback_item_inner .details {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 15px;
        }

    .oppi_banner_utility .circle_shape .circle {
        max-width: 200px;
        height: 200px;
    }

    .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content .about_item {
        max-width: 100%;
    }

    .oppi_travel_banner_img .travel_map_img img {
        margin-left: -85px;
    }

    .oppi_travel_banner .oppi_banner_content {
        padding-top: 140px;
        margin-bottom: 50px;
    }

    .oppi_travel_call_to_action {
        padding: 60px 0 66px;
    }

    .oppi_travel_banner .sun_img {
        top: -25px;
        right: 10px;
    }

        .oppi_travel_banner .sun_img img {
            max-width: 70px;
        }

    .sec_para {
        font-size: 16px;
        line-height: 26px;
    }

    .oppi_utility_banner_wrap .oppi_banner_content {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
    }

        .oppi_utility_banner_wrap .oppi_banner_content .banner_title {
            font-size: 36px;
            line-height: 40px;
        }

    .oppi_utility_banner_wrap {
        padding-bottom: 50px;
    }

    .oppi_utility_about_us_wrap .oppi_about_details_inner_bg {
        display: none;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::before,
    .oppi_utility_about_us_wrap .oppi_about_mobile_shape::after {
        display: none;
    }

    .oppi_utility_about_us_wrap {
        padding: 60px 0 0;
    }

    .oppi_height_rated_security_contant {
        padding-top: 30px;
    }

    .oppi_utility_about_us_wrap .oppi_about_details_content .about_item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .oppi_Case_Study_single_site_info:before {
        display: none;
    }

    .single_item_img {
        margin-bottom: 30px;
    }

    .single_item .single_item_content .sec_title {
        font-size: 30px;
        line-height: 36px;
    }

    .single_item {
        margin-bottom: 60px;
    }

    .single_item_bottom {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .oppi_Case_Study_single_content_wrap .pagination {
        margin-bottom: 40px;
    }

    .oppi_header.oppi_travel_header .header_nav .oppi_hamburger .bar_icon .bar {
        background: #ff5e00;
    }
}

/*============== end @media (max-width: 767px) =================*/
@media (max-width: 680px) {
    .oppi_banner_content .banner_title {
        font-size: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
        left: 130px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
        left: 50px;
        top: 80px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
        left: 205px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
        left: 140px;
        top: 120px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
        left: 305px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
        left: 410px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        left: 25px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        top: 110px;
        left: 365px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
        left: 455px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        left: 455px;
        top: 50px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
        left: 60%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(14) {
        left: 140px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(15) {
        left: 295px;
        bottom: 0;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
        left: 245px;
        bottom: 175px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
        left: 325px;
        bottom: 125px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
        left: 430px;
        bottom: 0;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        left: 395px;
        bottom: 65px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
        right: 215px;
    }

    .oppi_download_wrap {
        padding-top: 60px;
    }

    .oppi_banner_utility {
        padding-top: 45px;
    }

        .oppi_banner_utility .oppi_banner_content .banner_title {
            font-size: 30px;
            line-height: 36px;
        }

    .oppi_travel_banner .oppi_banner_content {
        padding-top: 120px;
    }

    .oppi_get_appy_tab_wrap .oppi_get_appy_tab li {
        margin: 0 5px;
    }

        .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a {
            padding: 15px 30px 5px;
        }

            .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .icon i {
                font-size: 34px;
            }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_tab img {
        max-width: 450px;
    }

    .oppi_height_rated_security_img .img_inner .shape_mockup_mobile .shape_mobile img {
        max-width: unset;
    }

    .oppi_feedback_two_slider_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*============== end @media (max-width: 680px) =================*/
@media (max-width: 480px) {
    .oppi_header {
        padding: 15px 0;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(1) {
        left: 30px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(2) {
        left: 111px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(3) {
        left: 45px;
        top: 65px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(4) {
        left: 205px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(5) {
        left: 195px;
        top: 115px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(7) {
        left: 188px;
        top: -25px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        left: 300px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        top: 70px;
        left: 290px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(10) {
        left: 25px;
        top: 150px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        left: 235px;
        top: 195px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(12) {
        left: 35%;
        top: 90px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(13) {
        left: 22px;
        bottom: 70px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(14) {
        left: 100px;
        bottom: 135px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(15) {
        left: 160px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(16) {
        left: 185px;
        bottom: 110px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(17) {
        left: 110px;
        bottom: 50px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(18) {
        left: 255px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        left: 290px;
        bottom: 75px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(20) {
        right: 265px;
        bottom: 0;
    }

    .oppi_mobile_mockup_slider .oppi_mobile_mockup_slider_item {
        padding-top: 10px;
    }

    .oppi_our_service_wrap {
        padding: 40px 0 30px;
    }

    .business_call_img_group {
        margin-left: 0;
    }

    .oppi_call_to_action_content .call_title {
        font-size: 28px;
    }

    .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_solid {
        margin-bottom: 30px;
    }

    .oppi_client_content .oppi_btn_group .oppi_dbtn.btn_icon {
        margin-left: 0;
    }

    .oppi_f_mockup_sing_item.mockup_left .mockup_details,
    .oppi_f_mockup_sing_item .m_img .left_dot_line,
    .oppi_f_mockup_sing_item.mockup_right .mockup_details,
    .oppi_f_mockup_sing_item .m_img .right_dot_line {
        display: none;
    }

    .oppi_f_mockup_sing_item.mockup_left,
    .oppi_f_mockup_sing_item.mockup_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .oppi_f_mockup_sing_item.mockup_right .dot {
            right: 125px;
        }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 360px;
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        transform: inherit !important;
    }

    .sec_title {
        font-size: 24px;
        line-height: 30px;
    }

    .oppi_download_app_three_wrap .oppi_btn_group {
        display: block;
    }

        .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.oppi_dbtn {
            margin-left: 0;
            margin-right: 20px;
            margin-bottom: 20px;
        }

    .oppi_faq_item .oppi_faq_title {
        font-size: 18px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img .education_banner_img {
        max-width: 100%;
    }

    .oppi_banner_one .oppi_banner_img_content .banner_img .img_5 img {
        max-width: 150px;
    }

    .oppi_banner.oppi_banner_three .oppi_banner_img_content .banner_img .img_4 {
        top: -65px;
        left: 100px;
    }

    .oppi_banner_one .oppi_banner_img_content .banner_img .img_4 img {
        max-width: 60px;
    }

    .oppi_grafe_img_content .img_inner .grafe_img {
        max-width: 200px;
    }

    .oppi_grafe_img_content .img_inner .grafe_man_1 {
        left: -99px;
        bottom: 0;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_1 img {
            max-width: 95px;
        }

    .oppi_grafe_img_content .img_inner .grafe_man_2 {
        right: -80px;
    }

        .oppi_grafe_img_content .img_inner .grafe_man_2 img {
            max-width: 80px;
        }

    .oppi_grafe_img_content .img_inner .grafe_item {
        left: -5px;
    }

        .oppi_grafe_img_content .img_inner .grafe_item .grafe_item_img {
            max-width: 210px;
        }

    .oppi_analytics_img_content.pl_100 {
        padding-left: 70px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_member_1 {
        right: -35px;
        max-width: 50px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_member_2 {
        left: -75px;
        max-width: 90px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_1 {
        left: -80px;
        max-width: 40px;
        bottom: 270px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_2 {
        right: -35px;
    }

    .oppi_analytics_img_content .analytics_img_inner .analytics_icon_3 {
        left: -75px;
        max-width: 55px;
    }

    .sec_title2 {
        font-size: 26px;
        line-height: 36px;
    }

    .oppi_call_to_action_two_wrap {
        min-height: auto;
        padding-bottom: 470px;
        padding-top: 30px;
    }

    .oppi_call_to_action_img_content .call_img_1 {
        left: -235px;
        max-width: 420px;
        top: 260px;
    }

    .oppi_call_to_action_img_content .call_img_2 {
        left: -190px;
        max-width: 490px;
        top: 545px;
    }

    .oppi_call_to_action_img_content .call_img_3 {
        left: 55px;
        max-width: 470px;
        bottom: -375px;
    }

    .oppi_author {
        padding: 30px;
    }

    .blog_single_content .comment_reply_form {
        padding: 30px;
    }

    .comment-list li .media {
        display: block;
    }

        .comment-list li .media .media-left {
            margin: 0 0 20px;
        }

        .comment-list li .media .media-body .comment-list {
            padding-left: 30px;
        }

    .blog_single_content .blog_single_item blockquote {
        padding: 30px;
    }

    .tags_group {
        display: block;
    }

        .tags_group a {
            display: inline-block;
            margin-bottom: 10px;
        }

    .blog_single_content .blog_single_item {
        padding-bottom: 0;
    }

    .oppi_author .media {
        display: block;
    }

    .oppi_author .media-left {
        margin-bottom: 20px;
    }

    .oppi_inner_banner .oppi_banner_content .banner_title {
        font-size: 30px;
        line-height: 40px;
    }

    .oppi_contact_item {
        max-width: 100%;
    }

    .oppi_contact_form_wrap {
        padding-bottom: 0;
    }

    .apz_price_tab {
        padding: 10px;
        border-radius: 5px;
    }

        .apz_price_tab .nav-item {
            width: 100%;
        }

            .apz_price_tab .nav-item .nav-link {
                text-align: center;
                width: 100%;
            }

                .apz_price_tab .nav-item .nav-link.active {
                    border-radius: 5px;
                    background: #5268f2;
                }

    .oppi_select_language span {
        display: block;
        margin-bottom: 15px;
    }

    .oppi_select_language .select select {
        margin-bottom: 15px;
    }

    .portfolio_filter {
        display: block;
    }

        .portfolio_filter .work_portfolio_item {
            margin: 0 5px 5px 0;
        }

    .oppi_portfolio_area {
        padding-bottom: 10px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img {
        margin-bottom: 220px;
    }

    .oppi_call_to_action_wrap {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-top: 50px;
    }

    .oppi_lifestyle_featurded_graphcontent .graph_inner .graph_user {
        display: none;
    }

    .oppi_lifestyle_main_img_wrap {
        margin-bottom: 0;
    }

    .oppi_lifestyle_featurded_graphcontent .graph_inner .grapg_details.graph_viewers {
        left: 120px;
    }

    .oppi_travel_banner_img .travel_map_img img {
        margin-left: -200px;
        max-width: 650px;
    }

    .oppi_travel_banner_img .map_pin_3 {
        bottom: 80px;
        right: 277px;
    }

    .oppi_travel_banner_img .map_pin_2 {
        bottom: 134px;
        right: 25px;
    }

    .oppi_travel_banner_img .map_pin_1 {
        bottom: 170px;
        right: 213px;
    }

    .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item {
        padding: 19px 20px 18px 20px;
    }

    .oppi_faq_item .oppi_faq_title::before {
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .oppi_faq_item .oppi_faq_para {
        padding-right: 0;
    }

    .oppi_travel_faq .oppi_faq_content .oppi_accordion .oppi_faq_item .oppi_faq_title {
        padding-right: 20px;
    }

    .oppi_travel_banner_img .aeroplane {
        left: 0;
    }

        .oppi_travel_banner_img .aeroplane img {
            width: 100%;
        }

    .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a {
        padding: 10px 10px 5px;
    }

        .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .icon {
            margin-bottom: 0;
        }

            .oppi_get_appy_tab_wrap .oppi_get_appy_tab li a .tab_link .icon i {
                font-size: 20px;
            }

    .oppi_feedback_two_tab_wrap .oppi_feedback_two_tab li a {
        margin: 0;
    }

    .oppi_utility_about_us_wrap .oppi_about_mobile_shape .shape_mobile_bg {
        display: none;
    }

    .oppi_Case_Study_single_content_wrap .pagination a span {
        display: none;
    }
}

/* ================================        wp          ===================================  */
@media (max-width: 480px) {
    .oppi_grafe_img_content .img_inner .grafe_item .grafe_item_img {
        max-width: 210px;
    }

    .oppi_lifestyle_featurded_content .title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .oppi_lifestyle_featurded_graphcontent {
        padding: 100px 0 50px;
    }

    .oppi_lifestyle_feature_wrap {
        padding-top: 100px;
    }

    .oppi_lifestyle_about_us_wrap .oppi_lifestyle_about_content p {
        margin-bottom: 24px;
    }

    .about_img_content_inner .about_mockup {
        margin-bottom: 10px;
    }

    .oppi_lifestyle_style_wrap {
        padding-top: 70px;
    }

    .oppi_lifestyle_feedback_wrap {
        padding-top: 100px;
    }

    .oppi_feature_wrap {
        padding-top: 60px;
    }

    .oppi_mobile_mockup {
        margin-bottom: 40px;
    }

    .oppi_service_img_content {
        margin-bottom: 20px;
    }

    .oppi_service_item.oppi_service_img_right {
        margin-bottom: 50px;
    }

    .oppi_our_service_wrap {
        padding-bottom: 80px;
    }

    .oppi_support_wrap {
        padding-top: 50px;
    }

    .oppi_support_content {
        margin-top: 60px;
    }

    .oppi_our_client_wrap {
        padding-top: 60px;
        border-top: 1px solid #e0e2ec;
        margin-top: 60px;
    }

    .oppi_mockup_img .mockup_inner .download_2 {
        display: block;
    }

    .download_1, .download_2 {
        padding-right: 32px;
    }

    .banner_img .img_4 {
        display: none;
    }

    .oppi_banner.oppi_banner_two .oppi_banner_img_content .banner_img {
        margin-top: 30px;
    }

    .oppi_call_to_action_content,
    .oppi_call_to_action_img {
        padding-bottom: 20px;
    }

    .oppi_about_three.oppi_social_about_wrap {
        padding-top: 70px;
    }

    .oppi_about_content .about_title {
        font-size: 20px;
        line-height: 30px;
    }

    .oppi_about_content_item_1,
    .oppi_about_content_item_2 {
        margin-bottom: 70px;
    }

    .oppi_about_img_wrap img {
        margin-bottom: 20px;
    }

    .oppi_download_app_three_wrap .download_mockup_device img {
        max-width: 360px;
    }

    .oppi_header .header_nav .logo img {
        max-width: unset;
        width: 100%;
    }

    .oppi_feature_wrap.oppi_social_feature {
        padding-bottom: 70px;
    }

    .oppi_social_about_content {
        margin-top: 50px;
    }

    .oppi_social_about_wrap {
        padding-top: 40px;
    }

    .sec_title2 {
        font-size: 24px;
        line-height: 32px;
    }

    .oppi_social_about_content .sec_title2 {
        margin-bottom: 20px;
    }

    .oppi_social_about_content .oppi_soci_para {
        margin-bottom: 40px;
    }

    .oppi_social_about_wrap {
        padding-bottom: 20px;
    }

    .oppi_download_two_content .language {
        font-size: 20px;
    }

    .oppi_download_app_two_wrap {
        padding-bottom: 100px;
    }

    .oppi_faq_wrap {
        padding-top: 80px;
    }

    .oppi_download_two_content .language_list {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .oppi_analytics_content .sec_title2 {
        margin-bottom: 20px;
    }

    .oppi_analytics_content .analytics_para {
        margin-bottom: 40px;
    }

    .oppi_download_two_content .sec_title2 {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .oppi_download_app_two_wrap {
        padding-bottom: 30px;
    }

    .oppi_call_to_action_img_content {
        display: none;
    }

    .oppi_call_to_action_two_wrap {
        padding-bottom: 0;
    }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .call_para {
            margin-bottom: 40px;
        }

    .oppi_call_to_action_two_wrap {
        padding-bottom: 20px;
        padding-top: 50px;
    }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid {
            margin-left: 14px;
        }

        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid,
        .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid {
            padding: 5px 20px;
        }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .text {
                font-size: 15px;
                line-height: 15px;
            }

                .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .text small {
                    font-size: 12px;
                }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .icon .iconify {
                font-size: 22px;
            }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid .btn_inner .icon {
                margin-right: 9px;
            }

            .oppi_call_to_action_two_wrap .oppi_call_to_action_content .oppi_btn_group .btn_solid + .btn_solid .btn_inner .icon .iconify {
                font-size: 32px;
            }
}

/* ================================        wp          ===================================  */
/*============== end @media (max-width: 480px) =================*/
@media (max-width: 375px) {
    .oppi_cleint_logo_content .client_logo_list li:nth-child(6) {
        left: 260px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(9) {
        left: 265px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(8) {
        left: 260px;
        top: 38%;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(11) {
        left: 270px;
    }

    .oppi_cleint_logo_content .client_logo_list li:nth-child(19) {
        left: 240px;
        bottom: 55px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_1 {
        left: 195px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .call_img_2 {
        bottom: -120px;
        left: -38px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .pen img {
        max-width: 190px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .pen {
        left: -20px;
    }

    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .cloud_2,
    .oppi_call_to_action_three .oppi_call_to_action_img .call_to_action_three_img .dots {
        display: none;
    }

    .business_call_img_group .gear_icon img {
        max-width: 100px;
    }

    .business_call_img_group .chart {
        bottom: 65px;
        max-width: 50px;
    }

    .oppi_download_app_three_wrap .oppi_btn_group .oppi_dbtn.oppi_dbtn {
        margin-right: 15px;
    }

    .oppi_travel_banner_img .travel_map_img img {
        margin-left: -190px;
        max-width: 570px;
    }

    .oppi_travel_banner_img .map_pin_3 {
        bottom: 74px;
        right: 262px;
    }

    .oppi_travel_banner_img .map_pin_2 {
        bottom: 117px;
        right: 42px;
    }

    .oppi_travel_banner_img .map_pin_1 {
        bottom: 150px;
        right: 205px;
    }
}

/*============== end @media (max-width: 375px) =================*/
@media (max-height: 420px) and (max-width: 991px) {
    .oppi_header_menu {
        overflow-y: scroll;
        max-height: 200px;
    }
}

@media (max-width: 420px) {
    .oppi_header_menu {
        overflow-y: scroll;
        max-height: 400px;
    }
}

/*==========================================================*/
