
/*
 * Fonts
 * Nunito & Popins
 */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #151515;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0px;
    }

h1, h2, h3 {
    /*color: #f96910;*/
    font-size: 28px;
    font-weight: 600;
}

ul li {
    font-size: 15px;
    font-weight: 400;
}

img {
    display: block;
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

input:active, input:focus {
    outline: 0;
}

section {
    display: block;
    position: relative;
    padding: 35px 0 40px;
    width: 100%;
}

p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.container {
    max-width: 1180px;
}

.sec-heading {
    margin-bottom: 30px;
    position: relative;
}

    .sec-heading .sec-title {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 12px;
        color: #2e2e2e;
        font-weight: 800;
    }

.smalhd {
    width: 110px;
    margin: 0px auto;
    text-align: center;
    padding: 7px 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #004581;
}



@media screen and (max-width: 767px) {
    .sec-heading .sec-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .sec-heading .sec-title {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .nopadd-ltf {
        padding-left: 0;
    }

    .nopadd-rth {
        padding-right: 0;
    }

    .nopadd {
        padding-left: 0;
        padding-right: 0;
    }
}

.nopadd-btm {
    padding-bottom: 0 !important;
}

.left-auto {
    left: auto !important;
}

.right-auto {
    right: auto;
}

@media screen and (max-width: 768px) {
    .el-sm-center {
        text-align: center !important;
    }
}

.btn {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: uppercase;
    padding: 20px 40px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .btn:hover {
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
        color: #154abd;
    }

.btn-filled {
    border-radius: 0;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

    .btn-filled:hover {
        background: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
        color: #fff !important;
    }

.btn-default {
    background-color: #e32a31;
    border-radius: 50px;
    color: #fff;
}

    .btn-default:hover {
        background-color: #104b8b;
        color: #fff;
        -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    }

.btn-round {
    border-radius: 50px;
}

.btn-outline {
    border: 1px solid #83868c;
    color: #83868c;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.icon-left i {
    line-height: .8;
    margin-right: 20px;
}

.tagline {
    color: #004581;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .tagline {
        font-size: 12px;
    }
}

.tagline.bar {
    padding-left: 70px;
}

    .tagline.bar:after {
        background-color: #154abd;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 2px;
        width: 50px;
    }

.content-box h2, .content-box-fluid h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 23px;
}

@media screen and (max-width: 479px) {
    .content-box h2, .content-box-fluid h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

.content-box h5, .content-box-fluid h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-box .btn, .content-box-fluid .btn {
    margin-top: 25px;
}

.content-box-fluid {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .content-box-fluid {
        max-width: 505px;
    }
}

@media screen and (min-width: 768px) {
    .content-box-fluid.right {
        float: right;
    }
}

.circle {
    border-radius: 50%;
}

.video-box {
    position: relative;
}

    .video-box:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(22, 43, 69, 0.7);
    }

    .video-box .video-in {
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 1;
    }

        .video-box .video-in span {
            color: #fff;
        }

.read-more {
    color: #154abd;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #154abd;
    border-top: 2px solid #154abd;
    display: inline-block;
    padding: 3px 0 1px;
}

    .read-more:hover {
        color: #154abd;
        border-color: #154abd;
    }

/**
    *  Preloader
    */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
    width: 100%;
    height: auto;
}

#status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/**
 *
 * Background class
 */
.bg-offwhite {
    background: #f6f7f8;
    z-index: 0;
}

.bg-bluewhite {
    background: #e4ecf2;
}

.bg-blue {
    background: linear-gradient(89deg, #3a3186 0.1%, #5ea8fa 51.5%, #124276 100.2%);
}

.avatar {
    position: relative;
}

.avatar-small {
    height: 60px;
    width: 60px;
}

.avatar-md {
    height: 100px;
    width: 100px;
}

/**
 * Header top style
 */
.header-top-bar {
    display: block;
    background-color: #004581;
    padding: 8px 0;
}

    .header-top-bar ul li {
        list-style: none;
        display: inline-block;
    }

    .header-top-bar a {
        color: #fff;
    }

    .header-top-bar .header-language,
    .header-top-bar .header-social,
    .header-top-bar .login-area {
        display: inline-block;
        width: auto;
        margin-left: 10px;
        position: relative;
    }

        .header-top-bar .login-area a {
            margin-left: 5px;
            font-size: 15px;
            font-weight: 400;
        }

            .header-top-bar .login-area a.langbtn {
                margin-right: 5px;
            }

    .header-top-bar .contact-info {
        margin: 0;
        padding: 0;
    }

    .header-top-bar p,
    .header-top-bar a {
        color: #fff;
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 10px;
        font-weight: 400;
        line-height: 1;
        font-size: 12px;
    }

        .header-top-bar p i,
        .header-top-bar a i {
            position: relative;
            top: 2px;
        }

    .header-top-bar ul.list-unstyled.dropdown-menu {
        width: 50px;
        max-width: 100px;
        min-width: auto;
        padding: 2px 9px;
        z-index: 999999999;
    }

        .header-top-bar ul.list-unstyled.dropdown-menu li {
            display: block;
        }

            .header-top-bar ul.list-unstyled.dropdown-menu li a {
                color: #000;
            }

@media screen and (max-width: 768px) {
    .header-top-bar {
        text-align: center;
    }

        .header-top-bar .header-language,
        .header-top-bar .header-social,
        .header-top-bar .login-area {
            padding: 5px 0;
        }
}

/**
 *
 * HEADER STYLE
 */
.header {
    display: block;
    background: #fff;
    padding: 30px 0 24px;
}

    .header ul.text-right.profile-rcv {
        display: none;
    }

@media screen and (max-width: 992px) {
    .header ul.text-right.profile-rcv {
        display: block;
        position: absolute;
        top: -2px;
        right: 15px;
        z-index: 999;
    }

        .header ul.text-right.profile-rcv .profile-drop {
            padding-left: 0;
            top: 10px;
            right: 0;
            position: relative;
            width: 100%;
            left: 0 !important;
            right: 0 !important;
        }

            .header ul.text-right.profile-rcv .profile-drop .dropdown-header {
                padding: 15px 15px 10px;
            }

        .header ul.text-right.profile-rcv a {
            padding: 5px 15px;
            color: #434343;
            display: block;
        }

            .header ul.text-right.profile-rcv a i.fa-user {
                width: 30px;
                height: 30px;
                background: #ddd;
                border-radius: 50%;
                padding: 9px 9px;
                font-size: 12px;
                -webkit-transition: all .3s;
                transition: all .3s;
                position: none;
            }

            .header ul.text-right.profile-rcv a:hover i.fa-user {
                background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                color: #fff;
            }

            .header ul.text-right.profile-rcv a:hover {
                color: #154abd;
            }

        .header ul.text-right.profile-rcv.profile-btn {
            padding: 0;
        }
}

.header .dropdown-overlay.open-dropdown {
    display: none;
}

.header .core-nav.nav-core-sticky.on-scroll {
    background: #fff;
    padding: 17px 1px 12px;
    -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    z-index: 9;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .header .core-nav.nav-core-sticky.on-scroll img {
        width: 79px;
        padding-top: 6px;
    }

@media screen and (max-width: 992px) {
    .header .core-nav .nav-header {
        text-align: right;
    }

    .header button.toggle-bar.core-nav-toggle {
        left: 15px;
        position: absolute;
        top: 1px;
        font-size: 20px;
    }
}

.header .nav-header .brand {
    max-width: 215px;
    margin: 0;
    font-size: 30px;
    display: inline-block;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .header .nav-header .brand span {
        font-size: 20px;
        top: -10px;
    }

    .header .nav-header .brand i {
        font-size: 25px;
        display: inline;
    }

.header .menu {
    margin: 0;
}

    .header .menu .dropdown-menu {
        margin: 0;
        top: 41px;
        width: 210px;
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0px 4px 5px rgb(19 19 19 / 8%);
        border-top: 3px solid #3a3186 !important;
        background-color: #004581;
    }

        .header .menu .dropdown-menu a {
            font-size: 13px !important;
            color: #ffffff;
            border-bottom: 1px solid #4c8fd9;
            ;
        }

            .header .menu .dropdown-menu a:hover {
                background-color: #1560b0;
                color: #ffffff;
            }

.maindrop .dropdown-menu.subdrop {
    left: 210px;
    top: -3px !important;
}

.dropdown-menu.dropnmu {
    width: 243px !important;
}

.dropdown-menu.dropnmu1.subdrop {
    width: 200px !important;
}

.dropdown-menu.dropnmu1 .dropdown-menu {
    width: 200px !important;
}

.dropdown-menu.subdrop {
    width: 230px !important;
    left: 210px;
    top: -3px !important;
}

.header .menu .dropdown-menu li {
    display: block;
    width: 100%;
}

    .header .menu .dropdown-menu li:before {
        top: 12px !important;
        right: 10px !important;
    }

    .header .menu .dropdown-menu li:hover:before {
        color: #fff !important;
    }

    .header .menu .dropdown-menu li a {
        padding: 6px 10px;
        display: block;
        font-size: 14px;
    }

        .header .menu .dropdown-menu li a:hover {
            background-color: #004581;
            color: #ffffff;
        }

        .header .menu .dropdown-menu li a i {
            width: 25px;
            font-size: 14px;
            background: transparent;
        }

        .header .menu .dropdown-menu li a.profile-btn {
            padding: 0;
        }

    .header .menu .dropdown-menu li.dropdown-header {
        padding: 5px 15px;
        display: block;
    }

.header .menu li {
    margin: 0;
    padding: 0;
}

    .header .menu li.dropdown.profile:before {
        display: none;
    }

    .header .menu li.dropdown {
        position: relative;
    }

    .header .menu li a {
        padding: 20px 8px;
        color: #151515;
        font-weight: 500;
        font-size: 14px;
    }

        .header .menu li a i.fa-user {
            width: 30px;
            height: 30px;
            background: #ddd;
            border-radius: 50%;
            padding: 9px 9px;
            font-size: 12px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .header .menu li a:hover i.fa-user {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            color: #fff;
        }

        .header .menu li a:hover {
            color: #004581;
        }

        .header .menu li a.profile-btn {
            padding: 0;
        }

.header .header-3.core-nav.nav-core-fixed {
    max-width: 75px;
}

.header .header-3 .nav-header .brand i {
    font-size: 20px;
}

.header .header-3 .wrap-core-nav-list.left {
    background: #fff;
}

.header .header-3 .menu li a {
    display: block;
    line-height: 1;
}

.header .header-3 .menu li.dropdown:hover:before {
    right: 10px;
}

.header .header-3 a.brand {
    padding: 5px 8px;
}

.dropdown-menu {
    border: none !important;
}

.core-content.core-responsive-slide.open .core-nav.nav-core-sticky.on-scroll {
    left: 270px;
}

.core-responsive-slide.open .wrap-core-nav-list ul li a {
    padding: 10px 10px;
    background: #f6f7f8;
    margin-bottom: 2px;
}

.core-responsive-slide.open .wrap-core-nav-list ul .dropdown-menu {
    top: 0;
}

.core-responsive-slide.open .wrap-core-nav-list .menu li.dropdown:before {
    top: 43%;
}

.nav-container {
    position: relative;
}

/**
 *
 * BANNER
 */
.banner {
    padding: 0;
}

    .banner .hero-slider .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .banner .hero-slider .item {
        padding: 100px 0 170px;
        position: relative;
        background-size: cover;
        background-position: center;
        height: 530px !important;
    }

        /*.banner .hero-slider .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#fe8d47));
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  opacity: .3;
}*/

        .banner .hero-slider .item .banner-content h2 {
            margin: 0;
            font-size: 50px;
        }

@media screen and (max-width: 992px) {
    .banner .hero-slider .item .banner-content h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .banner .hero-slider .item .banner-content h2 {
        font-size: 30px;
    }
}

.banner .hero-slider .item .banner-content p {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .banner .hero-slider .item .banner-content p {
        font-size: 15px;
    }
}

.banner .hero-slider.slider-2 .item {
    padding: 150px 0 220px;
}

.banner .vector-img {
    width: 34%;
    position: absolute;
    right: 9%;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .banner .vector-img {
        display: none;
    }
}

/**
 *
 * FORM
 */
.main-form {
    display: block;
    position: relative;
    top: 0px;
    z-index: 1;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.main-form ul.morebtn {
    float: left;
    width: 110px;
}

    .main-form ul.morebtn li {
        width: 111px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

        .main-form ul.morebtn li.active a {
            background: #fff;
            color: #154abd;
        }

        .main-form ul.morebtn li a {
            text-align: center;
            cursor: pointer;
            background: #004581;
            color: #fff;
            height: 100%;
            width: 100%;
            padding: 15px 15px;
            outline: none;
            border: none;
        }

            .main-form ul.morebtn li a:hover, .main-form ul.morebtn li a:focus {
                border: none !important;
                outline: none !important;
            }

            .main-form ul.morebtn li a i {
                display: block;
                width: 100%;
                text-align: center;
            }

        .main-form ul.morebtn li:hover ul {
            display: block;
        }

        .main-form ul.morebtn li ul {
            margin: 0;
            padding: 0;
            left: auto;
            right: 0;
            width: 150px;
        }

            .main-form ul.morebtn li ul li {
                display: block;
                width: 100%;
                height: auto;
            }

                .main-form ul.morebtn li ul li a {
                    padding: 5px;
                    display: block;
                    text-align: left;
                    background: #004581;
                }

                    .main-form ul.morebtn li ul li a:hover {
                        color: #333333;
                        background: #fff;
                    }

                    .main-form ul.morebtn li ul li a i {
                        display: inline-block;
                        width: 25px;
                        margin-right: 5px;
                    }

.main-form .bill-items {
    position: relative;
    max-width: calc(100% - 110px);
    float: left;
}

    .main-form .bill-items li {
        width: 90.9px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .main-form .bill-items li.active a {
            background: #fff;
            color: #004581;
        }

        .main-form .bill-items li a {
            text-align: center;
            background-color: #004581;
            color: #fff;
            height: 100%;
            width: 100%;
            padding: 15px 10px;
            outline: none;
            border: none;
        }

            .main-form .bill-items li a:hover {
                border: none;
                outline: none;
                background: #fff;
                color: #393186  ;
            }

            .main-form .bill-items li a i {
                display: block;
                width: 100%;
                text-align: center;
            }

.main-form .form-area {
    position: relative;
}

    .main-form .form-area h2 {
        font-size: 24px;
    }

    .main-form .form-area .view-plans {
        position: absolute;
        top: 0;
        right: 0;
    }

    .main-form .form-area .custom-select,
    .main-form .form-area .form-control {
        height: 50px;
    }

    .main-form .form-area form#form-area {
        position: relative;
    }

    .main-form .form-area.v2 .custom-select,
    .main-form .form-area.v2 .form-control {
        height: 46px;
    }

    .main-form .form-area.v3 .custom-select,
    .main-form .form-area.v3 .form-control {
        height: 51px;
    }

    .main-form .form-area .input-group-text {
        background: #004581;
    }

    .main-form .form-area .custom-radio .custom-control-label::before {
        border-radius: 0px;
    }

    .main-form .form-area .custom-select,
    .main-form .form-area .form-control {
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        border-color: #efefef;
    }

    .main-form .form-area .btn {
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    }

/**
 *
 * Feature Section
 */
.feature {
    position: relative;
}

.iconBox {
    position: relative;
    text-align: center;
}

    .iconBox:hover i {
        color: #004581;
    }

    .iconBox i {
        text-align: center;
        margin: 35px auto 45px;
        display: block;
        color: #004581;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .iconBox i:before {
            font-size: 40px;
            margin-left: 0;
        }

    .iconBox h5 {
        margin-bottom: 15px;
        font-weight: 700;
    }

        .iconBox h5 a {
            font-size: 22px;
            color: #333333;
        }

    .iconBox p {
        margin-bottom: 27px;
        line-height: 2;
        text-align: center;
    }

@media (max-width: 768px) {
    .iconBox {
        margin-bottom: 30px;
    }
}

/**
 *
 * Featured offer Section
 */
.featured-offer {
    display: block;
}

    .featured-offer .featuredOfferBox .featuredOffer-caro .fItems .busn_box img {
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .featured-offer .featuredOfferBox .featuredOffer-caro .fItems .busn_box:hover img {
        -webkit-filter: grayscale(0%);
    }

    .featured-offer .owl-carousel .owl-nav {
        display: block;
        position: absolute;
        top: -45px;
        right: 0;
    }

        .featured-offer .owl-carousel .owl-nav button {
            width: 30px;
            height: 30px;
            background-image: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            font-size: 25px;
            color: #fff !important;
            margin-left: 5px;
        }

/**
 * Block Section
 */
.card {
    position: relative;
    border: none;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.process {
    position: relative;
}

    .process h3 {
        font-size: 30px;
        position: relative;
        margin-bottom: 20px;
        text-align: center;
        text-transform: capitalize;
        padding: 15px 0;
        z-index: 1;
    }

        .process h3::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 100% 50%;
            margin: 0 auto;
            background-color: #f1f6f9;
            height: 57px;
            width: 88px;
            z-index: -1;
        }

    .process li {
        position: relative;
        padding-left: 120px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 80px;
        z-index: 1;
    }

        .process li:last-child {
            display: block;
        }

@media screen and (min-width: 480px) {
    .process li:not(:first-child)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 55px;
        right: 0;
        bottom: auto;
        background-color: #eee;
        width: 1px;
        height: 50%;
    }

    .process li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: auto;
        left: 55px;
        right: 0;
        bottom: 0;
        background-color: #eee;
        width: 1px;
        height: 50%;
        z-index: -1;
    }
}

/*.process li:hover .icon-bg {
  background: linear-gradient(89deg, #3a3186 0.1%, #5ea8fa 51.5%, #124276 100.2%);
}*/

.process li:hover i {
    color: #fff;
}

.process li .icon-bg {
    border-radius: 50%;
    background-color: #f1f6f9;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.process li i {
    font-size: 30px;
    position: relative;
    max-width: 36px;
    width: auto;
    margin: auto;
    top: 32%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process li h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}

    .process li h5 a {
        color: #154abd;
    }

        .process li h5 a:hover {
            color: #48b1ea;
        }

.process li p {
    margin-bottom: 0;
    color: #ffffff;
}

@media screen and (max-width: 479px) {
    .process {
        padding: 0;
    }

        .process li {
            padding-left: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center;
        }

    .icon-bg img {
        margin: 5px auto !important;
    }

    .process li .icon-bg {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 20px;
        height: 75px;
        width: 75px;
        overflow: hidden;
    }
}

/**
 * We Feature Section
 */
.we-feature .cmn-carousel {
    padding: 0 15px;
    border-bottom: none;
}

.we-feature .cmn-caro-tab {
    padding: 0 15px;
}

.we-feature .tcontent {
    width: 100%;
    text-align: center;
    display: none;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    -webkit-box-shadow: 0 20px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 20px 30px rgba(24, 33, 99, 0.1);
    margin-bottom: 30px;
}

    .we-feature .tcontent p {
        font-size: 16px;
        line-height: 2;
    }

    .we-feature .tcontent.active {
        display: block;
        background: #fff;
        padding: 30px;
    }

.we-feature button.caroBtn.inactive {
    background: #fff;
}

.we-feature button.caroBtn {
    display: block;
    border: none;
    border-radius: initial;
    outline: none;
    min-height: 150px;
    width: 100%;
    background: #ededed;
    text-align: center;
}

    .we-feature button.caroBtn img {
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .we-feature button.caroBtn img:hover {
            -webkit-filter: grayscale(0%);
        }

    .we-feature button.caroBtn.active img {
        -webkit-filter: grayscale(0%);
    }

    .we-feature button.caroBtn.active {
        background: #fff;
    }

    .we-feature button.caroBtn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.we-feature li.item {
    position: relative;
    overflow: hidden;
    display: block;
}

.we-feature .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -45px;
    right: 15px;
}

    .we-feature .owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        background-color: #004581;
        font-size: 25px;
        color: #fff !important;
        margin-left: 5px;
    }

/**
 * Counter Section
 */
.countersection {
    display: block;
}

    .countersection .iconBox i {
        font-size: 4px;
        color: #fff;
        margin-bottom: 20px;
    }

    .countersection .iconBox h5 {
        font-size: 45px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .countersection .iconBox p {
        font-size: 24px;
    }

/**
 * App Section
 */
.app-section {
    position: relative;
    display: block;
}

    .app-section .col {
        height: 100%;
        padding: 30px;
    }

    .app-section .middleside {
        max-width: 350px;
        margin: 0 auto;
    }

        .app-section .middleside img {
            display: inline-block;
        }

    .app-section .app-inner-block {
        max-width: 350px;
        display: inline-block;
    }

        .app-section .app-inner-block img {
            max-width: 110px;
            display: inline-block;
        }

        .app-section .app-inner-block .contentBox {
            position: relative;
        }

@media screen and (max-width: 768px) {
    .app-section .col {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: center !important;
    }
}

/**
 * Call to action Section
 */
.callto-action {
    background-color: #004581;
}

    .callto-action .contactInfo {
        display: block;
    }

        .callto-action .contactInfo h5 {
            color: #fff;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .callto-action .contactInfo p {
            font-size: 14px;
            color: #fff;
        }

            .callto-action .contactInfo p i {
                font-size: 14px;
            }

    .callto-action h3 {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .callto-action p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .callto-action a {
        color: #fff;
    }

        .callto-action a:hover {
            color: #fff;
        }

@media screen and (max-width: 991px) {
    .callto-action h3 {
        font-size: 35px;
    }

    .callto-action p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .callto-action {
        text-align: center;
    }

        .callto-action p {
            margin-bottom: 30px;
        }

        .callto-action.address .contactInfo {
            margin-bottom: 30px;
        }

            .callto-action.address .contactInfo p {
                margin-bottom: 0;
            }

            .callto-action.address .contactInfo:last-child {
                margin-bottom: 0%;
            }
}

/**
 * Nearby section
 */
.nearby-students {
    position: relative;
}

.nearby-search-form {
    background-color: #e2e7ebdb;
    position: relative;
    padding: 65px 50px;
    text-align: center;
}

    .nearby-search-form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        background-color: #48b1ea;
        margin: auto;
        height: 2px;
        width: 100px;
    }

    .nearby-search-form::after {
        content: '';
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #48b1ea;
        margin: auto;
        height: 2px;
        width: 100px;
    }

    .nearby-search-form h3 {
        margin-bottom: 40px;
    }

    .nearby-search-form form {
        display: block;
        width: 100%;
    }

    .nearby-search-form input {
        background-color: #fff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        padding: 10px 15px;
        margin-bottom: 10px;
        width: 100%;
    }

        .nearby-search-form input::-webkit-input-placeholder {
            color: #999;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            text-transform: uppercase;
        }

        .nearby-search-form input:-ms-input-placeholder {
            color: #999;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            text-transform: uppercase;
        }

        .nearby-search-form input::-ms-input-placeholder {
            color: #999;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            text-transform: uppercase;
        }

        .nearby-search-form input::placeholder {
            color: #999;
            font-size: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            text-transform: uppercase;
        }

    .nearby-search-form .btn {
        display: block;
        width: 100%;
    }

@media screen and (max-width: 991px) {
    .nearby-search-form {
        margin-bottom: 30px;
    }
}

/**
 * Partners section
 */
.partners-caro img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .partners-caro img:hover {
        -webkit-filter: grayscale(0%);
    }

/**
 * Blog section
 */
.blog-posts .post-item {
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .blog-posts .pagination {
        margin-bottom: 50px;
    }
}

.post-item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .post-item {
        margin-bottom: 30px;
    }
}

.post-item .post-content {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
    box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
    padding: 30px;
    position: relative;
    margin-left: auto;
    margin-top: -95px;
    z-index: 1;
}

    .post-item .post-content h3 a {
        display: block;
        font-size: 22px;
        color: #154abd;
        margin-bottom: 10px;
    }

        .post-item .post-content h3 a:hover {
            color: #48b1ea;
        }

@media screen and (max-width: 1199px) {
    .post-item .post-content .meta-tags a i {
        margin-right: 10px;
    }
}

.meta-tags {
    color: #83868c;
}

    .meta-tags a,
    .meta-tags span {
        display: inline-block !important;
        color: #83868c;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
    }

@media screen and (max-width: 360px) {
    .meta-tags a,
    .meta-tags span {
        font-size: 11px;
    }
}

.meta-tags a i,
.meta-tags span i {
    margin-right: 15px;
    color: #83868c;
}

.meta-tags a:hover,
.meta-tags span:hover {
    color: #48b1ea;
}

.meta-tags .commentCount {
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .meta-tags .commentCount {
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .meta-tags .commentCount {
        margin-left: 5px;
    }
}

.entry-content {
    position: relative;
}

    .entry-content h3 {
        margin-bottom: 20px;
    }

    .entry-content h6 {
        margin: 40px 0 20px;
    }

    .entry-content .meta-tags {
        border-bottom: 1px solid #e0e4e6;
        margin: 30px 0;
        padding-bottom: 20px;
    }

        .entry-content .meta-tags a {
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
        }

            .entry-content .meta-tags a i {
                margin-right: 10px;
            }

            .entry-content .meta-tags a:not(:last-child):after {
                content: '';
                position: absolute;
                top: 50%;
                left: auto;
                right: 0;
                bottom: 0;
                background-color: #83868c;
                border-radius: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 3px;
                width: 3px;
            }

.pagination {
    border-top: 1px solid #e0e4e6;
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding-top: 30px;
}

    .pagination a,
    .pagination span {
        display: inline-block;
        color: #999;
        border: 1px solid #e0e4e6;
        border-radius: 5px;
        padding: 7px 15px;
        margin-right: 5px;
        text-transform: uppercase;
    }

        .pagination a:hover,
        .pagination span:hover {
            border-color: #48b1ea;
            color: #48b1ea;
        }

    .pagination .current-page {
        color: #000;
        border-color: #000;
        font-weight: 500;
        background: #48b1ea;
        color: #fff;
        border-color: #48b1ea;
    }

/**
 * We Work section
 */
.we-work .portfolioITems .filterMbBtn {
    background: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
    display: block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 1px;
    position: relative;
}

    .we-work .portfolioITems .filterMbBtn:before {
        position: absolute;
        right: 10px;
    }

@media screen and (min-width: 992px) {
    .we-work .portfolioITems .filterMbBtn {
        display: none;
    }
}

.we-work .portfolioITems .filters {
    display: block;
    margin-bottom: 30px;
}

    .we-work .portfolioITems .filters .button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0 5px 7px rgba(24, 33, 99, 0.3);
        box-shadow: 0 5px 7px rgba(24, 33, 99, 0.3);
    }

@media screen and (max-width: 992px) {
    .we-work .portfolioITems .filters .button-group {
        display: none;
        overflow: hidden;
    }

        .we-work .portfolioITems .filters .button-group .button {
            width: 100%;
            display: block;
        }
}

.we-work .portfolioITems .filters .button-group .button {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border: none;
    background: #004581;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0 12px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .we-work .portfolioITems .filters .button-group .button.is-checked {
        background-color: #124276;
    }

.we-work .portfolioITems .portGrid {
    margin-left: -5px;
    margin-right: -5px;
}

    .we-work .portfolioITems .portGrid .protItem {
        padding: 0 5px;
        display: block;
        margin-bottom: 10px;
    }

        .we-work .portfolioITems .portGrid .protItem img {
            width: 100%;
            height: auto;
            border: 1px solid #ddd;
            background: #fff;
            -webkit-filter: grayscale(100%);
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .we-work .portfolioITems .portGrid .protItem img:hover {
                -webkit-filter: grayscale(0%);
                -webkit-transition: all .3s;
                transition: all .3s;
            }

/**
 * Testimonial section
 */
.testimonial {
    background: url("../images/slider/s3.html");
    position: relative;
    background-attachment: fixed;
    text-align: center;
}

    .testimonial .owl-carousel .owl-stage-outer {
        padding-top: 50px;
    }

    .testimonial::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        opacity: .9;
    }

    .testimonial span.quote-sign {
        margin: 0 auto;
        display: inline-block;
        float: none;
        font-size: 50px;
        color: #154abd;
    }

    .testimonial .owl-carousel .single-testimonial {
        text-align: center;
        background: #fff;
        padding: 65px 20px 5px;
        border-radius: 5px;
    }

        .testimonial .owl-carousel .single-testimonial:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .testimonial .owl-carousel .single-testimonial p {
            line-height: 30px;
            font-size: 14px;
        }

        .testimonial .owl-carousel .single-testimonial .testimonial-user {
            position: absolute;
            top: -50px;
            max-width: 100px;
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
        }

        .testimonial .owl-carousel .single-testimonial img {
            width: auto;
            display: inline-block;
            border: 3px solid #154abd;
            max-width: 80px;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
        }

        .testimonial .owl-carousel .single-testimonial strong {
            display: inline-block;
            top: 5px;
            position: relative;
            font-size: 16px;
        }

        .testimonial .owl-carousel .single-testimonial .ti-quote-left {
            position: absolute;
            bottom: -30px;
            right: -10px;
            font-size: 100px;
            color: #000;
            opacity: .1;
        }

    .testimonial .owl-carousel .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

        .testimonial .owl-carousel .owl-nav button {
            margin: 3px;
            color: #fff;
            outline: none;
            font-size: 25px;
        }

.map-section {
    padding-bottom: 0;
}

#map {
    min-height: 400px;
    height: 100%;
    overflow: hidden;
}

/*************************
 * Footer
 */
.footer .widget .widget-title {
    margin-bottom: 25px;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .footer .widget {
        margin-bottom: 30px;
    }
}

.footer .copyright {
    color: #f0f0f0;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 15px 0;
}

    .footer .copyright a,
    .footer .copyright i {
        color: #48b1ea;
    }

.foo-top {
    /*background-color: #454545;*/
    padding: 40px 0;
}

    .foo-top a {
        color: #f0f0f0;
    }

        .foo-top a:hover {
            color: #154abd;
        }

    .foo-top ul.social-media li {
        display: inline-block;
    }

        .foo-top ul.social-media li a {
            display: block;
        }

            .foo-top ul.social-media li a i {
                width: 35px;
                height: 35px;
                color: #fff;
                display: block;
                text-align: center;
                font-size: 16px;
                padding: 10px 1px;
                border-radius: 50%;
                background: #004581;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .foo-top ul.social-media li a:hover i {
                background: #004581;
            }

@media screen and (max-width: 767px) {
    .foo-top {
        padding-bottom: 20px;
    }
}

.foo-btm .payments-types {
    position: relative;
    display: block;
    padding: 17px 0 0;
}

@media screen and (max-width: 768px) {
    .foo-btm .payments-types {
        padding: 0 0 15px;
    }
}

.foo-btm .payments-types li {
    display: inline-block;
}

/*************************
 * Login / Registration
 */
@media screen and (min-width: 1200px) {
    .login-registration {
        padding: 5% 0 5%;
    }
}

.login-registration .content-box, .login-registration .content-box-fluid {
    margin-bottom: 30px;
}

.login-registration.banner:before {
    display: none;
}

.sl-form {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sl-form {
        margin: 0 auto;
    }
}

.sl-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .sl-form .form-group label {
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .sl-form .form-group input:not([type="checkbox"]) {
        border: 1px solid #c8cbcc;
        display: block;
        padding: 7px 15px;
        width: 100%;
    }

.sl-form .form-check {
    margin-bottom: 30px;
}

    .sl-form .form-check label {
        color: #000;
    }

        .sl-form .form-check label a {
            color: #000;
        }

            .sl-form .form-check label a:hover {
                text-decoration: underline;
            }

    .sl-form .form-check input {
        margin-top: 8px;
    }

.sl-form .btn {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sl-form .notice {
    color: #000;
}

    .sl-form .notice a {
        color: #48b1ea;
    }

        .sl-form .notice a:hover {
            text-decoration: underline;
        }

/*
 *
 * Data plan popup
 */
.modalBody {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 99999999;
    padding: 0;
    display: none;
}

    .modalBody span.overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        background: #000;
        opacity: .4;
    }

    .modalBody .brpln.open {
        width: 50%;
        height: 100%;
        background: #fff;
        position: relative;
        z-index: 1;
    }

@media screen and (max-width: 1400px) {
    .modalBody .brpln.open {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .modalBody .brpln.open {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .modalBody .brpln.open {
        width: 100%;
    }

        .modalBody .brpln.open .pakage-sidebar,
        .modalBody .brpln.open .row.plan-titles {
            display: none;
        }

        .modalBody .brpln.open .row.data-pakage {
            padding: 15px;
        }
}

.modalBody .outerblock {
    padding: 15px 10px 0;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

    .modalBody .outerblock b.ft18.dpInBLockMid {
        padding: 9px 0;
        display: block;
        color: #fff;
    }

.modalBody button.close-button {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 40px;
    border: none;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff96;
    z-index: 1;
}

    .modalBody button.close-button i {
        color: #fff;
    }

.modalBody .scrollY {
    min-height: 300px;
    -webkit-transition: .3s;
    transition: .3s;
    max-height: calc(100vh - 110px);
    padding: 0 5px;
    margin-top: 5px;
    overflow: hidden !important;
    overflow-y: auto !important;
}

    .modalBody .scrollY .row {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

.modalBody .pakage-sidebar {
    border-right: 1px solid #ddd;
}

.modalBody .data-nav {
    width: 100%;
}

    .modalBody .data-nav ul li {
        cursor: pointer;
        display: block;
        background: #f6f7f8;
        padding: 5px 10px;
        margin-bottom: 1px;
        font-size: 14px;
        color: #000;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .modalBody .data-nav ul li.active {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            color: #fff;
        }

/*************************
* Page Feature
*/
.page-feature {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background: url(../images/register.jpg) no-repeat center bottom/cover;
    padding: 100px 0;
    position: relative;
    background-position: bottom center !important;
    background-repeat: repeat;
}

@media screen and (max-width: 992px) {
    .page-feature {
        padding: 150px 0;
    }
}

.page-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
}

.page-feature h2 {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    margin: 0;
    font-weight: 800;
}

.page-feature .breadcrumb {
    background-color: transparent;
    color: #fff;
    display: block;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    z-index: 3;
    padding: 0;
    padding-top: 5px;
}

    .page-feature .breadcrumb a {
        color: #48b1ea;
    }

        .page-feature .breadcrumb a:hover {
            color: #fff;
        }

@media screen and (max-width: 768px) {
    .page-feature h2,
    .page-feature .breadcrumb {
        text-align: center !important;
    }
}

/**
*  Team Section
*/
.team-esection {
    display: block;
}

    .team-esection .team-bio {
        background: #fff;
        padding: 10px;
        position: relative;
    }

        .team-esection .team-bio .socials {
            position: absolute;
            width: 100%;
            top: -15px;
            opacity: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            left: 0;
            padding: 5px;
        }

@media screen and (max-width: 768px) {
    .team-esection .widget.instractors {
        margin-bottom: 30px;
    }
}

.team-esection .widget.instractors:hover .socials {
    top: -30px;
    opacity: 1;
    background: #fff;
}

.team-esection .widget.instractors span {
    margin-bottom: 0;
}

/**
    * Blog section
    */
.blog-posts .post-item {
    margin-bottom: 30px;
}

    .blog-posts .post-item .post-content {
        margin-top: -20px;
    }

@media screen and (max-width: 991px) {
    .blog-posts .pagination {
        margin-bottom: 50px;
    }
}

.post-item {
    position: relative;
}

@media screen and (max-width: 767px) {
    .post-item {
        margin-bottom: 30px;
    }
}

.post-item .post-content {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
    box-shadow: 0 12px 20px rgba(1, 84, 85, 0.1);
    padding: 30px;
    position: relative;
    margin-left: auto;
    margin-top: -95px;
    z-index: 1;
}

    .post-item .post-content h3 a {
        display: block;
        font-size: 22px;
        color: #154abd;
        margin-bottom: 10px;
        line-height: 1.4;
    }

        .post-item .post-content h3 a:hover {
            color: #48b1ea;
        }

@media screen and (max-width: 1199px) {
    .post-item .post-content .meta-tags a i {
        margin-right: 10px;
    }
}

.meta-tags {
    color: #83868c;
}

    .meta-tags a,
    .meta-tags span {
        display: inline-block !important;
        color: #83868c;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
    }

@media screen and (max-width: 360px) {
    .meta-tags a,
    .meta-tags span {
        font-size: 11px;
    }
}

.meta-tags a i,
.meta-tags span i {
    margin-right: 7px;
    color: #83868c;
}

.meta-tags a:hover,
.meta-tags span:hover {
    color: #48b1ea;
}

.meta-tags .commentCount {
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .meta-tags .commentCount {
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .meta-tags .commentCount {
        margin-left: 5px;
    }
}

.entry-content {
    position: relative;
}

    .entry-content h3 {
        margin-bottom: 15px;
    }

    .entry-content h6 {
        margin: 40px 0 20px;
    }

    .entry-content .meta-tags {
        border-bottom: 1px solid #e0e4e6;
        margin: 30px 0;
        padding-bottom: 20px;
    }

        .entry-content .meta-tags a {
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
        }

            .entry-content .meta-tags a i {
                margin-right: 10px;
            }

            .entry-content .meta-tags a:not(:last-child):after {
                content: '';
                position: absolute;
                top: 50%;
                left: auto;
                right: 0;
                bottom: 0;
                background-color: #83868c;
                border-radius: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 3px;
                width: 3px;
            }

.pagination {
    border-top: 1px solid #e0e4e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px 0 0;
    padding-top: 30px;
}

    .pagination a,
    .pagination span {
        display: inline-block;
        color: #999;
        border: 1px solid #e0e4e6;
        border-radius: 5px;
        padding: 7px 5px;
        margin-right: 5px;
        width: 40px;
        text-transform: uppercase;
        text-align: center;
    }

        .pagination a:hover,
        .pagination span:hover {
            border-color: #48b1ea;
            color: #48b1ea;
        }

    .pagination .current-page {
        color: #000;
        border-color: #000;
        font-weight: 500;
        background: #48b1ea;
        color: #fff;
        border-color: #48b1ea;
    }

.sidebar .widget {
    border: 1px solid #e0e4e6;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

    .sidebar .widget form input,
    .sidebar .widget form textarea {
        border-radius: 0;
        font-size: 14px;
    }

    .sidebar .widget form button {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .sidebar .widget .widget-title {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

.sidebar .tagcloud a {
    background: #154abd;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
}

    .sidebar .tagcloud a:hover {
        background: #48b1ea;
    }

.socials a {
    display: inline-block;
    font-size: 14px;
    color: #83868c;
    padding-right: 10px;
}

    .socials a.facebook {
        color: #4b6ea9;
    }

    .socials a.linkedin {
        color: #0077B5;
    }

    .socials a.twitter {
        color: #65bbf2;
    }

    .socials a.youtube {
        color: #ff0000;
    }

.categories li a {
    color: #83868c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e4e6;
    padding: 7px 0;
}

    .categories li a:hover {
        color: #154abd;
    }

    .categories li a span {
        display: inline-block;
        margin-left: auto;
    }

.categories li:last-child a {
    border-bottom: 0;
}

.recent-posts {
    background-color: #fff;
    padding: 20px;
}

    .recent-posts li {
        border-bottom: 1px solid #eee;
        min-height: 70px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

        .recent-posts li a {
            display: block;
            position: relative;
            padding-left: 140px;
        }

            .recent-posts li a:hover {
                color: #154abd;
            }

@media screen and (max-width: 991px) {
    .recent-posts li a {
        padding-left: 105px;
    }
}

.recent-posts li a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 110px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .recent-posts li a img {
        max-width: 90px;
    }
}

.recent-posts li a h5 {
    font-size: 18px;
    font-size: 500;
    color: #000;
    margin-bottom: 10px;
}

.recent-posts li a span {
    color: #83868c;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

/**
    * Comments
    */
.comments {
    padding: 50px 0;
}

    .comments .comment-title {
        color: #2f2f35;
        text-transform: capitalize;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .comments ul {
        list-style: none;
    }

        .comments ul li {
            position: relative;
            margin-bottom: 34px;
        }

            .comments ul li h4 {
                color: #2f2f35;
                font-size: 18px;
                margin-bottom: 4px;
            }

            .comments ul li a {
                color: #1577df;
                display: inline-block;
                font-size: 14px;
            }

                .comments ul li a:first-of-type {
                    padding-left: 0;
                }

        .comments ul .cmnt-level-2 {
            padding-left: 50px;
        }

    .comments p {
        color: #2f2f35;
        margin-bottom: 10px;
    }

@media screen and (max-width: 575px) {
    .comments p {
        font-size: 14px;
    }
}

.comments .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.comments .comments-body {
    border-bottom: 1px solid #e0e4e6;
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    padding-bottom: 25px;
}

    .comments .comments-body a {
        color: #48b1ea;
    }

.comments .user-thumb {
    border-radius: 50%;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}

.comment-form .comment-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .comment-form {
        margin-bottom: 50px;
        display: block;
    }
}

.comment-form form textarea {
    background-color: #f6f6f6;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px;
    width: 100%;
    min-height: 130px;
}

.comment-form form .btn {
    display: block;
    min-width: auto;
    margin: 0;
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

/**
 * Accordion section
 */
.accordion {
    counter-reset: accordion-counter;
    position: relative;
}

@media screen and (max-width: 767px) {
    .accordion {
        margin-bottom: 50px;
    }
}

.accordion .accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
}

    .accordion .accordion-item h5 {
        color: #2f2f35;
        cursor: pointer;
        font-size: 18px;
        margin-bottom: 0;
    }

    .accordion .accordion-item .acr-body {
        margin-top: 12px;
    }

        .accordion .accordion-item .acr-body p {
            margin-bottom: 0;
        }

.accordion.has-numbering .accordion-item {
    padding-left: 80px;
}

    .accordion.has-numbering .accordion-item:before {
        background: #fff;
        border-radius: 50%;
        border: 1px solid #e0e0e0;
        counter-increment: accordion-counter;
        content: counter(accordion-counter);
        color: #111;
        display: block;
        line-height: 35px;
        text-align: center;
        position: absolute;
        left: 20px;
        top: 15px;
        height: 35px;
        width: 35px;
        z-index: 1;
    }

    .accordion.has-numbering .accordion-item:after {
        background-color: #f6f6f6;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: 10px;
        height: 45px;
        width: 45px;
    }

    .accordion.has-numbering .accordion-item.active:before {
        background: #256be6;
        color: #fff;
    }

/**
 * Banner style
 */
.banner {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    .banner {
        padding: 5% 0 5%;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        padding: 15% 0 7%;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding: 20% 0 10%;
    }
}

@media screen and (max-width: 479px) {
    .banner {
        padding: 150px 0 50px;
    }
}

.banner .ban-content h1 {
    color: #0c2e60;
    font-size: 46px;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .banner .ban-content h1 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner .ban-content h1 {
        font-size: 34px;
        line-height: 48px;
    }
}

@media screen and (max-width: 575px) {
    .banner .ban-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 479px) {
    .banner .ban-content h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

.banner .ban-content p {
    color: #83868c;
}

@media screen and (min-width: 992px) {
    .banner .ban-content p {
        line-height: 30px;
    }
}

@media screen and (min-width: 576px) {
    .banner .ban-content p {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 575px) {
    .banner .ban-content p {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479px) {
    .banner .ban-content p {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .banner .btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .banner .btn {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .banner br {
        display: none;
    }
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #004581;
    opacity: .7;
}

.banner.v2 {
    background-image: url("../images/slider/s2.html");
}

    .banner.v2:after {
        background-color: #fff;
        -webkit-clip-path: polygon(100% 65%, 100% 100%, 0 100%);
        clip-path: polygon(100% 65%, 100% 100%, 0 100%);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

    .banner.v2 .tagline {
        color: #fff;
        font-weight: 400;
    }

.banner.v3 {
    background-image: url("../images/banner/slider/s3.html");
}

.banner.v4:before {
    background: transparent;
}

.banner .card-scrn-img {
    max-width: 1825px;
    margin: 0 auto;
    width: 100%;
}

.banner .simple-txt {
    color: #83868c;
    display: block;
    margin-top: 20px;
}

.banner .main-form.v2 {
    position: absolute;
    bottom: 0;
    top: auto;
}

/*************************
* Pricing section
*/
.pricing-box {
    border: 1px solid #e0e4e6;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .pricing-box {
        margin-bottom: 30px;
    }
}

.pricing-box .p-head {
    background-color: #f9f9f9;
    padding: 15px 15px;
    text-align: center;
}

    .pricing-box .p-head h4 {
        margin-bottom: 25px;
    }

    .pricing-box .p-head > span {
        font-size: 18px;
    }

    .pricing-box .p-head .ribbon {
        top: 15px;
        bottom: auto;
        padding: 3px 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

.pricing-box .price {
    font-family: "Poppins", sans-serif;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0c2e60;
}

    .pricing-box .price span {
        color: #525151;
        display: inline-block;
        font-size: 16px;
        text-decoration: line-through;
        margin-left: 10px;
    }

.pricing-box .p-body {
    padding: 15px 0;
}

    .pricing-box .p-body ul {
        margin-bottom: 30px;
    }

    .pricing-box .p-body li {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #e0e4e6;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .pricing-box .p-body li i {
            margin-right: 10px;
        }

            .pricing-box .p-body li i.ti-check {
                color: #3fd35e;
            }

            .pricing-box .p-body li i.ti-close {
                color: #e53131;
            }

.pricing-box .btn {
    display: block;
    margin: 0 15px;
}

/**
* Contact section
*/
.contact form .form-group {
    margin-bottom: 35px;
}

.contact form label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact form input,
.contact form textarea {
    border: 1px solid #cacaca;
    border-radius: 0;
    padding: 10px 15px;
    height: auto;
}

    .contact form input::-webkit-input-placeholder,
    .contact form textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .contact form input:-ms-input-placeholder,
    .contact form textarea:-ms-input-placeholder {
        color: #999;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .contact form input::-ms-input-placeholder,
    .contact form textarea::-ms-input-placeholder {
        color: #999;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .contact form input::placeholder,
    .contact form textarea::placeholder {
        color: #999;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

.contact form textarea {
    min-height: 240px;
}

.contact form .btn {
    display: block;
    margin: 0 auto;
}

.contact-info {
    margin-top: 27px;
}

    .contact-info div {
        margin-top: 25px;
    }

        .contact-info div h6 {
            font-size: 15px;
            text-transform: capitalize;
        }

        .contact-info div a,
        .contact-info div span {
            font-size: 14px;
            display: block;
            line-height: 18px;
        }

.contact .contact-info a {
    color: #151515;
    font-size: 14px;
}

    .contact .contact-info a:hover {
        color: #004581;
    }

.map-section {
    padding-bottom: 0;
}

#map {
    min-height: 400px;
    height: 100%;
    overflow: hidden;
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.widget p {
    font-weight: 400;
    color: #151515;
}

.widget-navigation li a {
    color: #151515;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}

.foo-btm {
    background-color: #004581;
    border-top: 3px solid #f1c153;
}

.widget-navigation li a:hover {
    color: #004581;
}

.footer .foo-top .widget-title {
    color: #151515;
    font-weight: 700;
    margin-top: 25px;
}

.copyright {
    color: #f0f0f0;
}

    .copyright a {
        color: #f0f0f0 !important;
    }

.widget i {
    color: #004581;
}

@media screen and (max-width: 767px) {
    .widget-navigation {
        margin-bottom: 30px;
    }
}

.widget-insta-feed ul {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .widget-insta-feed ul li {
        -ms-flex-preferred-size: calc(100% / 3 - 10px);
        flex-basis: calc(100% / 3 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .widget-insta-feed ul li:nth-child(3n - 3) {
            margin-right: 0;
        }

@media screen and (max-width: 767px) {
    .widget-insta-feed {
        margin-bottom: 30px;
    }
}

.widget-address address {
    position: relative;
}

.widget-address span,
.widget-address a {
    color: #999;
    display: block;
    line-height: 23px;
    position: relative;
    padding-left: 30px;
}

    .widget-address span i,
    .widget-address a i {
        color: #fff;
        position: absolute;
        left: 0;
        top: 4px;
    }

.widget-address a {
    margin-top: 10px;
}

.widget_search {
    padding: 0 !important;
    border: none !important;
}

    .widget_search form {
        position: relative;
    }

        .widget_search form i {
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .widget_search input {
        background-color: none;
        border: 1px solid #e0e4e6;
        border-radius: 5px;
        padding: 15px 40px 15px 25px;
        width: 100%;
    }

/****
*DASHBOARD STYLE
***/
/****
*DASHBOARD STYLE
***/
.shadow {
    -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-menu-child ul.dropdown-menu-md.sub-menu.profile-drop {
    position: absolute;
    right: 0;
    left: auto !important;
}

.header-pro-thumb {
    width: 35px;
    height: 35px;
    left: 0;
    margin-top: 0;
    float: left;
}

.balance-area span {
    position: relative;
    top: 5px;
    padding-left: 10px !important;
}

.pro-menu-drop > a {
    padding-left: 40px !important;
}

    .pro-menu-drop > a i {
        color: #1b1e21 !important;
    }

/***
 * PROFILE PAGE
***/
.admin-page-title {
    padding: 20px;
}

    .admin-page-title h2 {
        font-size: 18px;
        color: #fff;
        padding: 0;
        margin: 0;
    }

h3.text-5.font-weight-400.mb-3 {
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    background: #dee3e4;
}

a.text-muted {
    color: #8e9a9d !important;
    position: relative;
    top: 8px;
}

.Profile-menu {
    display: block;
}

    .Profile-menu ul {
        display: block;
        padding: 0 !important;
        margin: 0;
    }

        .Profile-menu ul li {
            display: block;
        }

.accord {
    display: none;
}

.infoItems {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

    .infoItems a {
        font-weight: 700;
        color: #256be6;
        position: absolute;
        right: 15px;
        top: 15px;
    }

span.icon-inside {
    position: absolute;
    top: 6px;
    right: 10px;
}

/*
  Dashboard page
*/
.hero-section {
    background: url("../images/9.html");
    display: block;
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 40px;
    /*
    profile progressbar
    */
}

    .hero-section:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        opacity: .9;
    }

    .hero-section .progress,
    .hero-section .profile-item {
        width: 150px;
        height: 150px;
        background: none;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

        .hero-section .progress .rounded-circle,
        .hero-section .profile-item .rounded-circle {
            border-radius: 50% !important;
            top: 5px;
            position: relative;
            max-width: 143px;
        }

        .hero-section .progress .profile-thumb-edit.verify-icon,
        .hero-section .profile-item .profile-thumb-edit.verify-icon {
            position: absolute;
            width: 35px;
            height: 35px;
            font-size: 17px;
            border-radius: 50%;
            padding: 8px;
            text-align: center;
            right: 7px;
        }

        .hero-section .progress:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 7px solid #eee;
            position: absolute;
            top: 0;
            left: 0;
        }

        .hero-section .progress > span {
            width: 50%;
            height: 100%;
            overflow: hidden;
            position: absolute;
            top: 0;
            z-index: 1;
        }

        .hero-section .progress .progress-left {
            left: 0;
        }

        .hero-section .progress .progress-bar {
            width: 100%;
            height: 100%;
            background: none;
            border-width: 7px;
            border-style: solid;
            position: absolute;
            top: 0;
            border-color: #2ed06e;
        }

        .hero-section .progress .progress-left .progress-bar {
            left: 100%;
            border-top-right-radius: 75px;
            border-bottom-right-radius: 75px;
            border-left: 0;
            -webkit-transform-origin: center left;
            transform-origin: center left;
        }

        .hero-section .progress .progress-right {
            right: 0;
        }

            .hero-section .progress .progress-right .progress-bar {
                left: -100%;
                border-top-left-radius: 75px;
                border-bottom-left-radius: 75px;
                border-right: 0;
                -webkit-transform-origin: center right;
                transform-origin: center right;
            }

        .hero-section .progress .progress-value {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 50%;
            font-size: 36px;
            text-align: center;
            line-height: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            font-weight: 300;
        }

            .hero-section .progress .progress-value div {
                margin-top: 10px;
            }

            .hero-section .progress .progress-value span {
                font-size: 12px;
                text-transform: uppercase;
            }

        .hero-section .progress[data-percentage="10"] .progress-right .progress-bar {
            -webkit-animation: loading-1 1.5s linear forwards;
            animation: loading-1 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="10"] .progress-left .progress-bar {
            -webkit-animation: 0;
            animation: 0;
        }

        .hero-section .progress[data-percentage="20"] .progress-right .progress-bar {
            -webkit-animation: loading-2 1.5s linear forwards;
            animation: loading-2 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="20"] .progress-left .progress-bar {
            -webkit-animation: 0;
            animation: 0;
        }

        .hero-section .progress[data-percentage="30"] .progress-right .progress-bar {
            -webkit-animation: loading-3 1.5s linear forwards;
            animation: loading-3 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="30"] .progress-left .progress-bar {
            -webkit-animation: 0;
            animation: 0;
        }

        .hero-section .progress[data-percentage="40"] .progress-right .progress-bar {
            -webkit-animation: loading-4 1.5s linear forwards;
            animation: loading-4 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="40"] .progress-left .progress-bar {
            -webkit-animation: 0;
            animation: 0;
        }

        .hero-section .progress[data-percentage="50"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="50"] .progress-left .progress-bar {
            -webkit-animation: 0;
            animation: 0;
        }

        .hero-section .progress[data-percentage="60"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="60"] .progress-left .progress-bar {
            -webkit-animation: loading-1 1.5s linear forwards 1.5s;
            animation: loading-1 1.5s linear forwards 1.5s;
        }

        .hero-section .progress[data-percentage="70"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="70"] .progress-left .progress-bar {
            -webkit-animation: loading-2 1.5s linear forwards 1.5s;
            animation: loading-2 1.5s linear forwards 1.5s;
        }

        .hero-section .progress[data-percentage="80"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="80"] .progress-left .progress-bar {
            -webkit-animation: loading-3 1.5s linear forwards 1.5s;
            animation: loading-3 1.5s linear forwards 1.5s;
        }

        .hero-section .progress[data-percentage="90"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="90"] .progress-left .progress-bar {
            -webkit-animation: loading-4 1.5s linear forwards 1.5s;
            animation: loading-4 1.5s linear forwards 1.5s;
        }

        .hero-section .progress[data-percentage="100"] .progress-right .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards;
        }

        .hero-section .progress[data-percentage="100"] .progress-left .progress-bar {
            -webkit-animation: loading-5 1.5s linear forwards 1.5s;
            animation: loading-5 1.5s linear forwards 1.5s;
        }

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.hero-section .progress {
    margin-bottom: 1em;
}

.hero-section .profile-completeness .border {
    /* border: none !important; */
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    margin: 0 auto;
    position: relative;
}

    .hero-section .profile-completeness .border.profile-step a {
        color: #fff;
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 9;
    }

.hero-section .custom-file {
    position: relative;
    z-index: 2;
    bottom: 7px;
}

.hero-section .bg-icon {
    position: relative;
    font-size: 40px;
    left: 0;
    right: 0;
    margin: auto;
    /*transform: rotate(-45deg);*/
}

.hero-section .profile-name {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0;
}

.hero-section .profile-item {
    background: #ffffff96;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: relative;
}

    .hero-section .profile-item:hover {
        background: #fff;
    }

        .hero-section .profile-item:hover i {
            color: #154abd;
        }

    .hero-section .profile-item i {
        display: block;
        top: 50px;
        font-size: 50px;
    }

        .hero-section .profile-item i.Verified-icon {
            background: #fff;
            border-radius: 50%;
            position: absolute;
            font-size: 24px;
            margin-top: 15px;
            top: 55%;
            right: 0px;
        }

            .hero-section .profile-item i.Verified-icon.fa-check-circle {
                color: #2ed06e;
            }

    .hero-section .profile-item .bg-icon {
        color: #fff;
    }

    .hero-section .profile-item p.title {
        display: block;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
    }

/*
  Profile bar
*/
.profilebar {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    background: #f7faff;
    position: relative;
    border: 1px solid #ddd;
}

    .profilebar .custom-select, .profilebar .total-blance {
        display: inline-block;
    }

    .profilebar .notify-col {
        max-width: 50px;
    }

    .profilebar p {
        margin-bottom: 0;
        padding-top: 7px;
    }

    .profilebar .notify-btn {
        margin-top: 7px;
        font-size: 26px;
    }

    .profilebar .reload-btn i {
        font-size: 12px;
    }

    .profilebar p.total-blance {
        padding-left: 5px;
    }

.input-group-text {
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

.admin-heading {
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-left: 10px solid #154abd;
    font-size: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    background: #f7faff;
    position: relative;
    font-weight: 300;
}

    .admin-heading:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        border: 1px solid #edebeb;
    }

    .admin-heading p {
        margin: 0;
        padding: 0;
        font-weight: 700;
    }

    .admin-heading span {
        font-size: 12px;
        color: #6c6c6f;
    }

    .admin-heading a {
        font-size: 14px;
        float: right;
        margin-top: 5px;
        position: relative;
    }

.transaction-title {
    display: block;
    font-weight: 700;
}

    .transaction-title .items {
        margin-bottom: 5px;
        padding: 10px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        border: 1px solid #edebeb;
    }

    .transaction-title .col:first-child {
        max-width: 90px;
        text-align: left;
    }

    .transaction-title .col:nth-child(3) {
        max-width: 90px;
        text-align: left;
    }

    .transaction-title .col:nth-child(4) {
        max-width: 90px;
        text-align: left;
    }

    .transaction-title .col:nth-child(5) {
        max-width: 150px;
        text-align: left;
    }

button.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    width: 50px;
    height: 50px;
    opacity: 1;
}

    button.close span {
        top: 4px;
        right: 7px;
        position: absolute;
        color: #fff;
    }

.modal-content {
    overflow: hidden;
}

.modal_header {
    padding: 30px;
    display: block;
    background: #f6f7f8;
    margin-bottom: 15px;
}

    .modal_header .status {
        position: absolute;
        height: 25px;
        width: 100px;
        display: block;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-align: center;
        color: #fff;
        left: -5%;
        top: 2%;
    }

.transaction-area .items {
    border: 1px solid #edebeb;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    margin-bottom: 15px;
    padding: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
}

    .transaction-area .items a {
        color: #888888;
    }

    .transaction-area .items:first-child {
        border-radius: 0 0 5px 5px;
    }

    .transaction-area .items .col:first-child {
        max-width: 90px;
        text-align: left;
    }

    .transaction-area .items .col:nth-child(3) {
        max-width: 90px;
        text-align: left;
    }

    .transaction-area .items .col:nth-child(4) {
        max-width: 90px;
        text-align: left;
    }

    .transaction-area .items .col:nth-child(5) {
        max-width: 150px;
        text-align: left;
    }

    .transaction-area .items:hover {
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        color: #fff;
    }

        .transaction-area .items:hover a {
            color: #fff;
        }

    .transaction-area .items .payments-status {
        display: block;
        cursor: pointer;
    }

.transaction-area .trancstion-more {
    display: none;
}

.transaction-summery {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    border: 1px solid #edebeb;
    margin-bottom: 50px;
}

    .transaction-summery .modal_header {
        border: 1px solid #edebeb;
        position: relative;
        margin-top: 10px;
    }

        .transaction-summery .modal_header .modal_header .status {
            left: -40px;
            top: -2px;
        }

        .transaction-summery .modal_header .custom-select {
            height: 40px;
            margin-top: 15px;
            max-width: 120px;
        }

        .transaction-summery .modal_header p {
            margin-bottom: 0;
        }

        .transaction-summery .modal_header .price p {
            font-size: 34px;
            margin-top: 5px;
        }

    .transaction-summery .table {
        color: #8d8d9c;
    }

    .transaction-summery .table-content .col:nth-child(2) {
        max-width: 90px;
        text-align: left;
    }

    .transaction-summery .table-content .col:nth-child(3) {
        max-width: 100px;
        text-align: left;
    }

    .transaction-summery .table-content .col:nth-child(4) {
        max-width: 150px;
        text-align: left;
    }

    .transaction-summery .btn-refund {
        margin-top: 20px;
        border-radius: 3px;
    }

        .transaction-summery .btn-refund .btn {
            color: #495057;
            min-width: auto;
            padding: 10px 20px;
            font-size: 14px;
            margin-right: 0;
            border: 1px solid #ced4da;
            background: #fff;
            font-weight: 300;
            overflow: initial;
        }

        .transaction-summery .btn-refund .dropdown-menu.show {
            max-width: 100px;
            right: 0;
            left: auto !important;
        }

.sidebar .admin-widget {
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    padding: 50px 15px;
    margin-bottom: 30px;
    border: 1px solid #edebeb;
}

    .sidebar .admin-widget i.admin-overlay-icon {
        position: absolute;
        font-size: 100px;
        text-align: center;
        opacity: .1;
        left: 0;
        right: 0;
        margin: auto;
    }

    .sidebar .admin-widget .btn {
        margin-right: 0;
    }

.sidebar .Profile-menu ul li a i {
    width: 24px;
    text-align: left;
}

.sidebar .Profile-menu ul li a {
    width: 100%;
    text-align: left !important;
    color: #fff !important;
    padding: 10px 15px !important;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    font-size: 14px !important;
}

.sidebar .Profile-menu ul li.active a {
    position: relative;
    background: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
}

    .sidebar .Profile-menu ul li.active a:before {
        content: '';
        width: 5px;
        height: 100%;
        position: absolute;
        left: 0;
        display: block;
        background: #256be6;
        top: 0;
    }

.table .table-head {
    display: block;
    padding: 5px 15px;
}

.table .table-content {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
}

.table .table-sub {
    border-bottom: 1px solid #ddd;
}

.profile-area .infoItems {
    margin-bottom: 30px;
}

    .profile-area .infoItems .nav.nav-tabs {
        border: none;
    }

        .profile-area .infoItems .nav.nav-tabs li {
            width: 50%;
        }

            .profile-area .infoItems .nav.nav-tabs li a {
                position: relative;
                display: block;
                text-align: center;
                top: 0;
                left: 0;
                border: 1px solid #ddd;
                padding: 15px;
                color: #494949;
            }

                .profile-area .infoItems .nav.nav-tabs li a.active {
                    border-bottom: none;
                    background: #f7faff;
                }

    .profile-area .infoItems .tab-content > .active {
        opacity: 1;
        background: #f7faff;
        padding: 15px;
        border: 1px solid #ddd;
        border-top: none;
    }

        .profile-area .infoItems .tab-content > .active a {
            position: initial;
        }

            .profile-area .infoItems .tab-content > .active a.close-account {
                position: absolute;
                right: 15px;
                top: 0;
            }

    .profile-area .infoItems .step-secourity button.close {
        top: 16px;
        right: 16px;
    }

    .profile-area .infoItems .step-secourity .modal-header {
        display: block;
    }

    .profile-area .infoItems .step-secourity .modal-footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.profile-area #order-form a {
    position: initial;
}

.profile-area .accord {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
}

    .profile-area .accord button.close {
        margin: 0;
    }

    .profile-area .accord .btn {
        display: block;
        width: 100%;
    }

    .profile-area .accord .content-edit-area {
        display: block;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        background: #fff;
        padding: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    }

.profile-area a.btn-link.pbtn {
    font-size: 14px;
    float: right;
    margin-top: 5px;
    position: relative;
}

.accord {
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .accord .form-control, .accord .custom-select {
        padding: .375rem .75rem;
    }

    .accord .form-control {
        height: 50px;
    }

.cardBox {
    display: block;
    margin-bottom: 30px;
}

.account-card {
    display: block;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    color: #fff;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

    .account-card p.card-holder-name {
        margin-bottom: 0;
    }

    .account-card img {
        width: auto;
        max-width: 100%;
    }

    .account-card .account-card-overlay {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000000d6;
        width: 100%;
        height: 40px;
        text-align: center;
        color: #fff;
    }

        .account-card .account-card-overlay a {
            position: relative;
            position: relative;
            right: auto;
            top: 7px;
            color: #fff;
        }

    .account-card:hover .account-card-overlay {
        display: block;
    }

    .account-card p.valid-card {
        font-size: 10px;
        width: 30px;
        text-transform: uppercase;
        opacity: .3;
        line-height: 1;
        float: left;
        margin-right: 6px;
    }

    .account-card a.account-card-new {
        position: relative;
        text-align: center;
        color: #fff !important;
        top: auto;
        right: auto;
        padding: 14px 0;
    }

        .account-card a.account-card-new p {
            width: 100%;
            display: block;
            color: #fff;
        }

    .account-card p.pirotry.text-right {
        position: absolute;
        width: 100px;
        height: 25px;
        background: #2ed06e;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-align: center !important;
        right: -25px;
        font-size: 11px;
        top: 15px;
    }

.main-form.all-fillters-area {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
}

    .main-form.all-fillters-area ul.morebtn {
        float: left;
        width: 40px;
    }

        .main-form.all-fillters-area ul.morebtn li {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            text-align: center;
            cursor: pointer;
            background: #f6f7f8;
            color: #154abd;
            padding: 5px 5px;
            outline: none;
            border: none;
        }

            .main-form.all-fillters-area ul.morebtn li a {
                padding: 8px;
                text-align: center;
            }

            .main-form.all-fillters-area ul.morebtn li.active {
                background: #fff;
                color: #154abd;
            }

            .main-form.all-fillters-area ul.morebtn li:hover ul {
                display: block;
            }

            .main-form.all-fillters-area ul.morebtn li ul {
                margin: 0;
                padding: 0;
                left: auto;
                right: 0;
                width: 150px;
            }

                .main-form.all-fillters-area ul.morebtn li ul li {
                    display: block;
                    width: 100%;
                    height: auto;
                    padding: 5px 10px;
                    display: block;
                    text-align: left;
                    background: #154abd;
                    color: #fff;
                }

                    .main-form.all-fillters-area ul.morebtn li ul li:hover {
                        color: #4facfe;
                        background: #fff;
                    }

    .main-form.all-fillters-area .bill-items {
        position: relative;
        max-width: calc(100% - 40px);
        float: left;
    }

        .main-form.all-fillters-area .bill-items li {
            width: 87px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 14px;
            cursor: pointer;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #f6f7f8;
            color: #154abd;
            padding: 7px 10px;
            outline: none;
            border: none;
        }

            .main-form.all-fillters-area .bill-items li.active {
                background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                color: #fff;
            }

            .main-form.all-fillters-area .bill-items li:hover {
                border: none;
                outline: none;
                background: #fff;
                color: #154abd;
            }

.all-fillters-area {
    margin-bottom: 15px;
}

#custom-filter-area {
    margin-bottom: 15px;
}

    #custom-filter-area .filter-area {
        position: relative;
    }

        #custom-filter-area .filter-area i.fa-calendar-alt {
            font-size: 20px;
            opacity: .7;
            position: absolute;
            top: 16px;
            left: 15px;
        }

        #custom-filter-area .filter-area .export-area {
            display: inline-block;
            position: absolute;
            top: 12px;
            right: 15px;
        }

        #custom-filter-area .filter-area input#custom-date {
            padding-left: 45px;
        }

.daterangepicker .ranges li.active {
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

#notifications-box .col:nth-child(2), #notifications-box .col:nth-child(3) {
    max-width: 80px;
    text-align: center;
}

#notifications-box .custom-control-label::before, #notifications-box .custom-control-label::after {
    width: 2rem;
    height: 2rem;
}

#notifications-box .custom-control-label::before {
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

#notifications-box .custom-control-label {
    padding-left: 0px;
}

#notifications-box p {
    padding-left: 0px;
}

#notifications-box .noti-items {
    padding: 15px;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

    #notifications-box .noti-items p {
        margin-bottom: 0;
    }

.payment {
    position: relative;
}

    .payment a {
        top: 0;
        right: 0;
        position: absolute;
    }

    .payment.pay-contact-list {
        position: relative;
    }

        .payment.pay-contact-list .single-payment {
            border-width: 2px !important;
            width: 100px;
            height: 100px;
            border-radius: 50% !important;
            overflow: hidden;
        }

            .payment.pay-contact-list .single-payment img {
                border-radius: 50%;
            }

.profile-content {
    padding: 0;
    display: block;
    position: relative;
    /* Cards & Bank Accounts*/
}

    .profile-content .form {
        margin: 15px 0;
        padding: 30px;
        padding-top: 0;
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        border: 1px solid #edebeb;
    }

        .profile-content .form p {
            margin-bottom: 0;
        }

        .profile-content .form.success {
            padding-top: 60px;
            padding-bottom: 60px;
        }

            .profile-content .form.success p {
                margin-bottom: 10px;
            }

            .profile-content .form.success .fa-check-circle {
                font-size: 100px;
            }

        .profile-content .form#request-send-money p {
            margin-bottom: 10px;
        }

        .profile-content .form span.bg-success.free-charge {
            color: #fff;
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 12px;
            position: relative;
            top: -2px;
        }

        .profile-content .form span.icon-inside {
            position: absolute;
            top: 16px;
            right: 15px;
        }

        .profile-content .form .Withdarw-header {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            text-align: center;
            color: #fff;
            padding: 30px;
        }

            .profile-content .form .Withdarw-header h3 {
                color: #fff;
            }

            .profile-content .form .Withdarw-header .av-balance {
                margin-top: 10px;
                margin: 0;
            }

        .profile-content .form .amaount-area {
            width: calc(100% - 277px);
            position: relative;
        }

            .profile-content .form .amaount-area a.full-amnt {
                position: absolute;
                right: 15px;
                top: 16px;
            }

    .profile-content .coupon-box {
        display: none;
    }

        .profile-content .coupon-box .form-control {
            padding: 15px !important;
        }

    .profile-content .pager {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .profile-content .pager li {
            width: 50%;
            text-align: start;
        }

            .profile-content .pager li:last-child {
                text-align: end;
            }

    .profile-content .products .row a {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 90px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        background: transparent;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #202020;
        font-size: 18px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    }

        .profile-content .products .row a:hover, .profile-content .products .row a.selected {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            color: #fff;
        }

        .profile-content .products .row a.pakbtn {
            display: block !important;
            width: 100%;
            height: 90px;
            border: 1px solid #cccccc;
            border-radius: 5px;
            font-weight: 500;
            font-size: 18px;
            padding-top: 18px;
            -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
            box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        }

            .profile-content .products .row a.pakbtn b,
            .profile-content .products .row a.pakbtn span {
                width: 100%;
            }

            .profile-content .products .row a.pakbtn:hover {
                background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                color: #fff;
            }

    .profile-content .nav-pills {
        border: 1px solid #edebeb;
        overflow: hidden;
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
        box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    }

        .profile-content .nav-pills .nav-item {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .profile-content .nav-pills .nav-item .nav-link {
                border-radius: 0;
                padding: 15px 0;
                text-align: center;
                position: relative;
                color: #5c5c5c;
                text-transform: capitalize;
                -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
                clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
            }

                .profile-content .nav-pills .nav-item .nav-link.active {
                    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                    color: #fff;
                    -webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
                    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
                }

            .profile-content .nav-pills .nav-item:last-child .nav-link.active {
                -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
                clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
            }

    .profile-content .tab-content .tab-pane .form-group {
        margin-top: 32px;
    }

        .profile-content .tab-content .tab-pane .form-group label {
            font-size: 18px;
            line-height: 31px;
            color: #202020;
            font-weight: 500;
            margin-bottom: 5px;
        }

    .profile-content span.input-group-text.currency-icon {
        width: 50px;
        background: #154abd;
        color: #fff;
        font-size: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profile-content span.input-group-text {
        padding: 0;
        height: 60px;
        background: #fff;
    }

    .profile-content .custom-select {
        height: 60px;
    }

    .profile-content .tab-content .tab-pane .form-group .form-control {
        border-radius: 5px;
        height: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ddd;
        padding: 0 20px;
        -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    }

    .profile-content .tab-content .tab-pane .form-group .custom-select {
        -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    }

    .profile-content .tab-content .tab-pane .form-group textarea.form-control {
        height: 120px;
    }

    .profile-content .tab-content .tab-pane .form-group .order-page-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .profile-content .tab-content .tab-pane .form-group .order-page-box .form-control {
            border-radius: 0;
            height: 60px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #ddd;
        }

            .profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:first-child {
                width: 120px;
                text-align: center;
                border-radius: 5px 0 0 5px;
                border-right: none;
                padding: 0 15px;
            }

            .profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:last-child {
                border-radius: 0 5px 5px 0;
                padding: 0 30px;
            }

            .profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:focus {
                border-color: #ddd;
            }

    .profile-content .tab-content .tab-pane .operators .title {
        font-size: 21px;
        line-height: 31px;
        color: #202020;
        font-weight: 500;
        margin-bottom: -10px;
        margin-top: 30px;
    }

    .profile-content .tab-content .tab-pane .operators .single-operator {
        border-radius: 5px;
        text-align: center;
        margin-top: 30px;
    }

        .profile-content .tab-content .tab-pane .operators .single-operator .op-logo {
            border: 10px solid #ddd;
            cursor: pointer;
            -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
            box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        }

            .profile-content .tab-content .tab-pane .operators .single-operator .op-logo.selected {
                border-color: #48b1ea;
            }

        .profile-content .tab-content .tab-pane .operators .single-operator h3 {
            color: #202020;
            font-size: 16px;
            font-weight: 500;
        }

    .profile-content .tab-content .tab-pane .products h3.title {
        font-size: 21px;
        line-height: 31px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .profile-content .tab-content .tab-pane .products button {
        height: 90px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-weight: 500;
        font-size: 18px;
        margin-right: 18px;
        -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
        box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    }

    .profile-content .tab-content .tab-pane .products span {
        display: block;
        font-size: 16px;
    }

    .profile-content .tab-content .tab-pane .order-summery h3.title {
        font-size: 21px;
        line-height: 31px;
        color: #202020;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .profile-content .tab-content .tab-pane .order-summery .table thead {
        background: #f1f1f1;
    }

        .profile-content .tab-content .tab-pane .order-summery .table thead tr th {
            color: #202020;
            font-size: 16px;
            font-weight: 500;
            border: none;
            padding: 18px 30px;
        }

    .profile-content .tab-content .tab-pane .order-summery .table tbody tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .profile-content .tab-content .tab-pane .order-summery .table tbody tr th,
    .profile-content .tab-content .tab-pane .order-summery .table tbody tr td {
        color: #5c5c5c;
        font-weight: 400;
        padding: 18px 30px;
    }

    .profile-content .tab-content .tab-pane .buttons {
        text-align: center;
        margin-top: 40px;
    }

    .profile-content .tab-content .tab-pane .payment h3.title {
        font-size: 21px;
        line-height: 31px;
        color: #202020;
        font-weight: 500;
        margin-bottom: 22px;
        margin-top: 30px;
    }

    .profile-content .tab-content .tab-pane .payment .single-payment {
        text-align: center;
        padding: 10px;
        border: 10px solid #ddd;
        border-radius: 5px;
        margin-bottom: 30px;
        min-height: 80px;
        position: relative;
        cursor: pointer;
    }

        .profile-content .tab-content .tab-pane .payment .single-payment.selected {
            border-color: #48b1ea;
        }

        .profile-content .tab-content .tab-pane .payment .single-payment img {
            position: absolute;
            width: calc(100% - 20px);
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .profile-content .tab-content .tab-pane .payment .single-payment h4 {
            color: #202020;
            text-transform: capitalize;
            font-size: 21px;
            margin-bottom: 20px;
        }

    .profile-content .tab-content .tab-pane .credit-card {
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 30px;
    }

        .profile-content .tab-content .tab-pane .credit-card h3.title {
            font-size: 21px;
            line-height: 31px;
            color: #202020;
            font-weight: 500;
            margin-bottom: 22px;
            margin-top: 0px;
        }

        .profile-content .tab-content .tab-pane .credit-card .form-group {
            margin-top: 0;
        }

            .profile-content .tab-content .tab-pane .credit-card .form-group label {
                font-size: 16px;
                margin-bottom: 10px;
                color: #5c5c5c;
            }

    .profile-content .tab-content .tab-pane .done {
        text-align: center;
    }

        .profile-content .tab-content .tab-pane .done i {
            font-size: 100px;
        }

        .profile-content .tab-content .tab-pane .done h3.title {
            font-size: 21px;
            line-height: 31px;
            color: #202020;
            font-weight: 500;
            margin-bottom: 22px;
            margin-top: 30px;
        }

        .profile-content .tab-content .tab-pane .done img {
            margin-bottom: 20px;
        }

        .profile-content .tab-content .tab-pane .done p {
            line-height: 26px;
        }

    .profile-content .tab-content .tab-pane .invoice-option a.invoice-btn {
        color: #154abd;
        margin: 5px;
        font-size: 16px;
    }

        .profile-content .tab-content .tab-pane .invoice-option a.invoice-btn i {
            margin-right: 3px;
            display: inline-block;
            font-size: 16px;
        }

    .profile-content .account-card {
        position: relative;
        background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
    }

        .profile-content .account-card.account-card-primary {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        }

        .profile-content .account-card .account-card-expire {
            font-size: 8px;
            line-height: 10px;
        }

        .profile-content .account-card .account-card-overlay {
            position: absolute;
            background: rgba(0, 0, 0, 0.85);
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .profile-content .account-card:hover .account-card-overlay {
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .profile-content .account-card-new {
        background: #f1f5f6;
        border: 1px solid #ebebeb;
    }

    .profile-content .account-card .border-left,
    .profile-content .account-card .border-right {
        border-color: rgba(250, 250, 250, 0.1) !important;
    }

    .profile-content #filterTransactions .icon-inside {
        top: 13px;
        right: 15px;
    }


/*---- New css add -----*/

.owl-item .busn_box {
    box-shadow: 0px 0px 12px 0px #eee;
    background-color: #fc8b46;
    margin-left: 0px;
    width: 100%;
    min-height: 261px;
    border-radius: 4px;
    padding-top: 10px !important;
}

    .owl-item .busn_box:hover {
        background-image: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        box-shadow: 0px 2px 20px 2px #9e9e9e;
    }


.busn_box h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 500;
}

.btmtitle {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.banner-content h2 {
    color: #ffffff;
}

.featuredOfferBox .owl-nav {
    display: none;
}

.main_boxes .sbox h4 {
    font-size: 15px;
    margin-top: 20px;
    color: #151515;
    font-weight: 700;
    text-transform: uppercase;
}

    /*.sdbox.busins .sbox h4{
  height: 25px;
}*/

    .main_boxes .sbox h4 a {
        color: #151515;
        font-weight: 700;
    }

.main_boxes .sbox:hover h4 a {
    color: #004581;
}

.hd1.hds2 {
    color: #151515;
    margin-top: 0px;
    margin-bottom: 15px !important;
}

.main_boxes .sbox {
    width: 20%;
    min-height: 130px;
    padding: 25px 10px;
    margin: 0.6rem 0.6rem;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .main_boxes .sbox:hover {
        box-shadow: 0px 5px 18px 0px rgb(149 149 149 / 22%);
    }

    .main_boxes .sbox img {
        width: 90px;
        margin: 0px auto;
        transition: all 0.6s ease-in-out;
    }

    .main_boxes .sbox:hover img {
        transform: scale(1.1);
    }

.busn img {
    height: 388px;
    object-fit: cover;
}

.main_boxes .sbox p {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 10px;
    height: 65px;
}

.main_boxes .sbox .btn {
    padding: 8px 8px;
    font-size: 12px;
    border-radius: 2px;
}

.main_boxes .sbox .btn-warning {
    background-color: #004581;
    border-color: #004581;
}

.main_boxes .sbox .btn-info {
    background-color: #004581;
    border-color: #004581;
}


.rigest .sbox .btn {
    margin-top: 15px;
}

.busins .sbox .btn {
    margin-top: 15px;
}

.main_boxes .sbox a.btn:hover {
    color: #fff;
}

.sdbox h3 {
    font-size: 28px;
    font-weight: 700;
}

.main_boxes .sbox:hover {
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 16%);
}

.chngbus {
    margin: 20px 0px;
}

.sec-title {
    position: relative;
}

/*.sec-title span{
  color: #517e0b;
}*/

.line {
    width: 100px;
    height: 4px;
    margin: 0px auto;
    background-color: #004581;
}

.hd1 {
    color: #ffffff !important;
    font-size: 26px;
    font-weight: 700;
}

.sdbox {
    /*padding: 30px 0px 0px;*/
}

.servmg {
    padding-top: 1rem;
}


.about-section h2 {
    text-align: center;
    font-size: 28px;
    color: #2e2e2e;
    font-weight: 600;
}

.about-section h4 {
    font-size: 18px;
    color: #004581;
    text-align: center;
}

.srvcont {
    width: 100%;
}

.core-nav .nav-header {
    top: -18px;
}

.ourbank {
    background-color: #004581;
    padding-top: 15px;
}

.business {
    background-color: #004581;
    margin-top: 30px;
    padding-bottom: 26px;
}

.regist-fling {
    background-color: #004581;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.menu .dropdown-menu .sermenu h4 {
    font-size: 18px;
    padding: 0px 15px;
    font-weight: 600;
}

.dropdown-menu .sermenu .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    /*border-bottom: 1px solid #ddd;*/
}

.fotlogo {
    width: 220px;
}

.social ul {
    padding: 0px;
    margin: 0px;
}

    .social ul li {
        list-style: none;
        display: inline-block;
        margin-left: 6px;
        width: 40px;
        height: 40px;
        line-height: 43px;
        background-color: #666;
        border-radius: 6px;
    }

        .social ul li a {
            display: block;
            font-size: 20px;
            text-align: center;
        }

            .social ul li a:hover {
                color: #eee;
                opacity: 0.8;
            }

.addres {
    margin-top: 15px;
    padding: 0px;
}

    .addres li {
        list-style: none;
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 400;
        color: #151515;
    }

.social ul li:first-child {
    background-color: #3b5998;
}

.social ul li:nth-child(2) {
    background-color: #00acee;
}

.social ul li:nth-child(3) {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social ul li:last-child {
    background-color: #FF0000;
}

.ourprice {
    background-color: #004581;;
}

    .ourprice .sec-title {
        color: #ffffff;
        font-size: 30px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 30px;
    }

.pricebox {
    width: 100%;
    min-height: 466px;
    padding: 15px 15px 20px;
    text-align: center;
    background-color: #ffffff;
}

    .pricebox h4 {
        font-size: 24px;
        color: #333;
        font-weight: 700;
        margin-top: 10px;
    }

    .pricebox ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        min-height: 192px;
    }

        .pricebox ul li {
            font-size: 15px;
            list-style-type: disc;
            color: #333;
            margin-left: 15px;
            text-align: left;
        }

    .pricebox h5 {
        font-size: 30px;
        color: #333;
        margin: 15px 0px;
        font-weight: 700;
    }

    .pricebox i {
        font-size: 12px;
        position: relative;
        bottom: 10px;
        left: 5px;
        color: #333;
    }

    .pricebox img {
        width: 120px;
        margin: 0px auto;
        text-align: center;
    }

    .pricebox .btn {
        text-align: center;
        padding: 14px 20px;
        font-size: 18px;
        border-radius: 30px;
        border: none;
    }

        .pricebox .btn:hover {
            color: #f5f5f5;
            background-color: #409bfe;
        }

.kycsctn {
    background-color: #004581;
    box-shadow: 0px 4px 15px 0px #bababa;
    margin-bottom: 30px;
}

    .kycsctn h3 {
        font-size: 30px;
        font-weight: 800;
    }

    .kycsctn h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 700;
    }

        .kycsctn h4 span {
            font-size: 26px;
            font-weight: 800;
        }

.kycbox {
    text-align: center;
}

    .kycbox img {
        width: 150px;
        margin: 0px auto;
    }

    .kycbox .kycline1 {
        position: absolute;
        top: 45%;
        left: -42%;
        transform: rotate(32deg);
    }

    .kycbox .kycline2 {
        position: absolute;
        top: 45%;
        right: -41%;
        z-index: 2;
        transform: rotate(145deg);
    }

.partner {
    width: 100%;
    height: auto;
    padding: 18px 0px 25px;
    background-image: linear-gradient(hsl(207deg 90% 54% / 81%), hsl(199deg 98% 48% / 68%)), url(../images/home/businessmen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .partner h3 {
        text-align: center;
        color: #ffffff;
        font-size: 35px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .partner .partner-form .form-control {
        height: 40px;
        color: #727272;
        font-size: 15px;
        border-radius: 0px;
        border: none;
    }

    .partner .partner-form input::placeholder {
        color: #727272;
    }

    .partner .partner-form label {
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
    }

.submitbtn {
    margin-top: 15px;
    height: 50px;
    background-color: #ffffff;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}

    .submitbtn:hover {
        background-color: #004581;
        ;
        color: #fff;
    }

.testimonials {
    padding-top: 30px;
    background-color: #004581;
    padding-bottom: 10px !important;
}

    .testimonials h3 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
    }

.testbox {
    /*min-height: 225px;*/
    width: 100%;
    text-align: center;
    padding: 20px 20px 25px;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

    .testbox p {
        margin-top: 15px;
        color: #333333;
        font-size: 15px;
        text-align: center;
        margin-top: 5px;
    }

    .testbox h4 {
        font-size: 20px;
        color: #222222;
        line-height: 24px;
        font-weight: 600;
        margin-top: 10px;
    }

        .testbox h4 span {
            font-size: 15px;
            color: #004581;
            font-weight: 400;
        }

.clinttxt {
    padding-top: 6px;
    padding-left: 15px;
}

.pcontn {
    padding-left: 80px;
    padding-right: 80px;
}

.service_sectn h1 {
    margin-bottom: 15px;
    color: #004581;
    font-weight: 700;
}

.service_sectn h2, h3 {
    margin-top: 15px;
    color: #004581;
    font-weight: 700;
}

.service_sectn h4 {
    color: #004581;
    font-weight: 700;
    font-size: 18px;
}

.service_sectn ul {
    margin: 15px 0px;
}

.dlist li {
    list-style-type: disc;
    margin-left: 20px;
}

.btn-primary.abbtn {
    background-color: #004581;
    font-size: 15px;
    padding: 15px 22px;
}

    .btn-primary.abbtn:hover {
        opacity: 0.8;
        color: #eee;
    }

.testimonials .owl-nav {
    display: none;
}

.ourbank .onebox {
    padding-bottom: 25px;
}

.maindrop a {
    display: block;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 15px !important;
    border-bottom: 1px solid #ddd;
}

    .maindrop a:last-child {
        border: none !important;
    }

.mainpartn {
    width: 100%;
    padding: 40px 0px 60px;
    border-bottom: 2px solid #ccc;
}

.clientmg img {
    width: 100px !important;
    margin: 0px auto;
}

.sec-title.vsmn {
    color: #004581;
}

.mainpartn h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

    .mainpartn h6 a:hover {
        color: #004581;
    }

.maindrop i {
    position: relative;
    top: 5px;
}

.dropnmu1 i {
    position: relative;
    top: 5px;
}

.partner_logo h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.partner_logo img {
    width: 180px;
    margin: 0px auto;
}

.parnerbtn {
    text-align: center;
    margin: 20px 0px 15px;
}

    .parnerbtn .btn {
        font-size: 16px;
        padding: 14px 20px;
        font-weight: 600;
    }

        .parnerbtn .btn:hover {
            color: #eee;
        }

.desgnby p {
    text-align: right;
    padding: 15px;
}

    .desgnby p a {
        color: #ffffff;
    }

        .desgnby p a:hover {
            color: #004581;
        }

.kycmobl {
    display: none;
}

.mainpartn.partn {
    border: none;
    padding: 15px 0px;
}

.widget-navigation.ft1 {
    border-radius: 20px;
}

.partner_logo .owl-nav {
    display: none;
}

.process .card {
    background-color: #004581;
    min-height: 147px;
    transition: all 0.4s ease-in-out;
}

    .process .card:hover {
        background-color: #004581;
    }

.icon-bg img {
    width: 65px;
    margin: 8px auto;
}

.ftmenu1 {
    margin-top: 75px;
}

.addres h5 {
    color: #004581;
    font-size: 15px;
    font-weight: 700;
}

.addrsb {
    color: #151515 !important;
    font-weight: 700;
}

.banners img {
    width: 100%;
}

.billrcg {
    width: 100%;
    min-height: 316px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 0px #dbdbdb;
    transition: all 0.4s ease-in-out;
}

    .billrcg:hover {
        box-shadow: 0px 5px 15px 0px #cccccc;
    }

    .billrcg h3 {
        font-size: 20px;
        color: #151515;
    }

    .billrcg img {
        width: 100px;
    }

.digilogo {
    margin-top: 20px;
}

    .digilogo img {
        width: 160px;
        margin-bottom: 20px;
    }

.kycsctn.kycner {
    margin-bottom: 0px;
}

/*---- Responsive -----*/
/*
@media screen and (min-width: 1500px) and (max-width: 1601px) {
    .kycbox img {
        width: 162px;
    }
}*/

@media screen and (min-width: 1025px) and (max-width: 1401px) {
    .pricebox {
        min-height: 515px;
    }

        .pricebox ul {
            min-height: 218px;
        }
}

@media screen and (min-width: 1241px) and (max-width: 1401px) {
    .kycbox img {
        width: 125px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
    .kycbox img {
        width: 125px;
    }

    .kycbox .kycline1 {
        top: 45%;
        left: -47%;
    }

    .kycbox .kycline2 {
        top: 45%;
        right: -45%;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding-bottom: 50px;
    }

    .kycbox .kycline1 {
        display: none;
    }

    .kycbox .kycline2 {
        display: none;
    }

    .pcontn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pricebox {
        margin-bottom: 30px;
    }

    .header button.toggle-bar.core-nav-toggle {
        top: 10px;
    }


    .header .core-nav.nav-core-sticky.on-scroll {
        padding: 12px 1px 7px;
    }

        .header .core-nav.nav-core-sticky.on-scroll img {
            padding-top: 0px;
        }

    .core-nav .nav-header {
        top: 0px;
    }

    .header {
        padding: 15px 0 10px;
    }

    .kycbox {
        margin-bottom: 15px;
    }

    .hd1 {
        margin-top: 20px !important;
    }

    .kycdesk {
        display: none;
    }

    .kycmobl {
        display: block;
        margin-top: 20px;
    }

    .btn-primary.abbtn {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .header .menu .dropdown-menu {
        width: 100% !important;
    }

    .core-responsive-slide.open .wrap-core-nav-list ul li a {
        background-color: #004581;
        color: #fff;
    }

    .kycdsk {
        display: none;
    }

    .kycmobl {
        display: block;
    }
}

@media (max-width: 500px) {
    .main_boxes .sbox {
        width: 43%;
        float: left;
    }

    .desgnby p {
        text-align: center;
    }
}
