/*-------------------------------------
    Template Name: eBill - Multipurpose Recharge & Billing Payment System
    Template URI: https://themeies.com
    Description: Multipurpose Recharge & Billing Payment System is the most Enticing, Creative and Modern Billing template
    Author: Themeies
    Author URI: https://themeies.com
    Version: 1.0
    Tags: Recharge, Mobile, Bill, Billing, gas
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    * Common CSS
    * Preloader
    * Backgroud Class
    * Header Top
    * Header style
    * Navigation menu
    * Banner
    * Form Section
    * Feature Section 
    * Featured offer
    * Block Section 
    * We Feature Section  
    * Counter Section  
    * App Section  
    * Call to action Section 
    * Nearby students section
    * Partner section
    * Blog section
    * We Work section
    * Testimonial section
    * Map
    * Footer Section
    * Login/Register
    * Data Plan 
    * Page Feature
    * Team Section
    * Blog Section
    * Comments
    * Accordion section
    * Banner style
    * Faq page section
    * Coming section
    * Pricing section
    * Contact section
    * DASHBOARD STYLE
    * PROFILE PAGE
    * Hero Section
    * History page
    * Recharge Order Page
*/
/**
 * Fonts 
 * Roboto & Popins
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700&amp;display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #83868c;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}

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, h4, h5, h6 {
    color: #0c2e60;
    font-weight: 600;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

input:active, input:focus {
    outline: 0;
}

section {
    display: block;
    position: relative;
    padding: 50px 0 60px;
    width: 100%;
}

/**
 *
 * Common CSS
 *
 */
body {
    display: block;
}

@media screen and (max-width: 767px) {
    section {
        padding-bottom: 50px;
    }
}

.sec-heading {
    margin-bottom: 60px;
}

    .sec-heading .sec-title {
        font-size: 42px;
        margin-bottom: 0;
    }

@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: 17px 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( 89.5deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% );
}

    .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: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    border-radius: 50px;
    color: #fff;
}

    .btn-default:hover {
        background: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
        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: #154abd;
    display: block;
    font-size: 14px;
    font-weight: 500;
    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, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 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: #1f2d42;
    padding: 10px 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: 14px;
            font-weight: 300;
        }

            .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: 300;
        line-height: 1;
        font-size: 14px;
    }

        .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: 17px 0 10px;
} */

.header .on-scroll ul.text-right.profile-rcv {
    top: 15px;
}


.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.profile-btn {
                padding: 0;
            }

            .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 .dropdown-overlay.open-dropdown {
    display: none;
}

.header .core-nav.nav-core-sticky.on-scroll {
    background: #fff;
    padding: 16px 1px 24px;
    -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;
}

@media screen and (max-width: 992px) {
    .header .core-nav .nav-header {
        text-align: center;
    }

    .header button.toggle-bar.core-nav-toggle {
        left: 15px;
        position: absolute;
        top: 1px;
        font-size: 20px;
    }
}

.header .nav-header .brand {
    max-width: 130px;
    margin: 0;
    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;
    }

        .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: 3px 10px;
                display: block;
                font-size: 14px;
            }

                .header .menu .dropdown-menu li a:hover {
                    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                    color: #fff;
                }

                .header .menu .dropdown-menu li a i {
                    width: 25px;
                    font-size: 14px;
                    background: transparent;
                }

            .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.dropdown:before {
                /* content: "\e61a"; */
                position: absolute;
                font-family: 'themify';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-size: 10px;
                right: 2px;
                top: 8px;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
            }

        /* .header .menu li.dropdown:hover:before {
  content: "\e622";
} */

        .header .menu li a {
            padding: 20px 15px;
            color: #434343;
        }

            .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: #154abd;
            }

.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;
}

.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%;
}

/**
 *
 * 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;
    }

        .banner .hero-slider .item::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background-image: -webkit-linear-gradient( 89.5deg, rgba(246, 114, 127, 0.589) 0.2%, rgba(248, 177, 149, 0.534) 90.6% );
            background-image: linear-gradient(89.5deg, rgba(246, 114, 127, 0.589) 0.2%, rgba(248, 177, 149, 0.534) 90.6% );
            opacity: .9;
        }

        .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: -70px;
    z-index: 1;
}

    .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: #fff;
                color: rgba(246,114,128,1);
                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: #fff;
                    }

                        .main-form ul.morebtn li ul li a:hover {
                            color: rgba(246,114,128,1);
                            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: 100px;
            height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .main-form .bill-items li.active a {
                background: #fff;
                color: #154abd;
            }

            .main-form .bill-items li a {
                text-align: center;
                background: #fff;
                color: rgba(246,114,128,1);
                height: 100%;
                width: 96%;
                padding: 15px 10px;
                outline: none;
                border: none;
            }

                .main-form .bill-items li a:hover {
                    border: none;
                    outline: none;
                    background: linear-gradient( 89.5deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% );
                    color: #fff;
                }

                .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: 40px;
        }

        .main-form .form-area form#recharge-bill {
            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;
        }

/**
 *
 * Feature Section 
 */
.feature {
    position: relative;
}

.iconBox {
    position: relative;
    text-align: center;
}

    .iconBox:hover i {
        color: #48b1ea;
    }

    .iconBox i {
        text-align: center;
        margin: 35px auto 45px;
        display: block;
        color: #154abd;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .iconBox i:before {
            font-size: 40px;
            margin-left: 0;
        }

    .iconBox h5 {
        margin-bottom: 15px;
    }

        .iconBox h5 a {
            font-size: 22px;
            color: #0c2e60;
        }

    .iconBox p {
        margin-bottom: 27px;
        line-height: 2;
    }

@media (max-width: 768px) {
    .iconBox {
        margin-bottom: 70px;
    }
}

/**
 *
 * Featured offer Section 
 */
.featured-offer {
    display: block;
}

    .featured-offer .featuredOfferBox .featuredOffer-caro .fItems img {
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .featured-offer .featuredOfferBox .featuredOffer-caro .fItems img:hover {
            -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( 89.5deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% );
            font-size: 25px;
            outline: none !important;
            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, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 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;
}

.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;
}

    .process li h5 a {
        color: #154abd;
    }

        .process li h5 a:hover {
            color: #48b1ea;
        }

.process li p {
    margin-bottom: 0;
}

@media screen and (max-width: 479px) {
    .process {
        padding: 0;
    }

        .process li {
            padding-left: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center;
        }

            .process li img {
                max-width: 24px;
            }

            .process li .icon-bg {
                position: relative;
                top: 0;
                left: 0;
                -webkit-transform: none;
                transform: none;
                margin-bottom: 20px;
                height: 60px;
                width: 60px;
            }
}

/**
 * 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-image: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        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: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}

    .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: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .callto-action p {
        color: #fff;
        /*font-size: 24px;*/
        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: #48b1ea;
    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: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
    }

.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.jpg");
    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;
}

@media screen and (max-width: 767px) {
    .footer .widget {
        margin-bottom: 30px;
    }
}

.footer .copyright {
    color: #83868c;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 20px 0;
}

    .footer .copyright a,
    .footer .copyright i {
        color: #48b1ea;
    }

.foo-top {
    background-color: #f3f3f3;
    padding: 80px 0;
}

    .foo-top a {
        color: #83868c;
    }

        .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: linear-gradient( 89.5deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% );
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .foo-top ul.social-media li a:hover i {
                background: #fff;
                color: rgba(246,114,128,1);
                border-width: 1px;
                border-style: solid;
                border-image: linear-gradient( linear-gradient( 89.5deg, rgba(246,114,128,1) 0.2%, rgba(248,177,149,1) 90.6% )) 1 100%;
            }

@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 #e0e4e6;
        display: block;
        padding: 10px 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: 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 {
    background: url(../images/page-feat.jpg) no-repeat center bottom/cover;
    padding: 100px 0;
    position: relative;
    background-position-y: bottom !important;
    background-repeat: repeat;
}

@media screen and (max-width: 992px) {
    .page-feature {
        padding: 50px 0;
    }
}

.page-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}

.page-feature h2 {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 3;
    margin: 0;
}

.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: #004bc8;
    opacity: .7;
}

.banner.v2 {
    background-image: url("../images/slider/s2.jpg");
}

    .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 .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;
}

/**
 * Faq page section
 */
.faq-page .form-field:first-of-type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.faq-page .form-txt {
    color: #83868c;
    display: block;
    text-align: center;
    width: 100%;
}

.faq-tab .nav {
    border: none;
    margin-bottom: 40px;
}

    .faq-tab .nav a {
        background-color: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        color: #2f2f35;
        display: block;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        text-align: center;
        padding: 30px 10px 20px;
    }

        .faq-tab .nav a img,
        .faq-tab .nav a i {
            display: block;
            width: 70px;
            font-size: 40px;
            margin: 0 auto 24px;
        }

@media screen and (max-width: 767px) {
    .faq-tab .nav a img,
    .faq-tab .nav a i {
        margin-bottom: 10px;
    }
}

.faq-tab .nav a.active {
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
    border-color: #fff;
    color: #fff;
}

    .faq-tab .nav a.active .roysha-icon span:before {
        color: #fff;
    }

    .faq-tab .nav a.active img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.bill-form {
    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;
}

    .bill-form .form-field:first-of-type {
        display: block;
    }

    .bill-form .form-field:nth-of-type(2) {
        -ms-flex-preferred-size: calc(100% - 208px);
        flex-basis: calc(100% - 208px);
    }

@media screen and (max-width: 575px) {
    .bill-form .form-field:first-of-type {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .bill-form .form-field:nth-of-type(2) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.bill-form .form-field select,
.bill-form .form-field .nice-select {
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #2f2f35;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    height: 60px;
    padding: 9px 25px;
}

@media screen and (max-width: 575px) {
    .bill-form .form-field select,
    .bill-form .form-field .nice-select {
        border-radius: 50px;
    }
}

.bill-form .form-field input {
    border-radius: 0;
    height: 60px;
}

.bill-form .form-field .join-field {
    border: none;
    display: block;
}

    .bill-form .form-field .join-field input {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 90px;
        padding-left: 25px;
    }

@media screen and (max-width: 575px) {
    .bill-form .form-field .join-field input {
        border-radius: 50px;
    }
}

.bill-form .form-field .join-field .btn {
    background-color: #2dbe61;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 75px;
}

@media screen and (max-width: 575px) {
    .bill-form .form-field .join-field .btn {
        border-radius: 50px;
    }
}

.bill-form.v2 .form-field select,
.bill-form.v2 .form-field .nice-select {
    border-radius: 50px;
    padding-left: 25px;
    line-height: 44px;
}

.bill-form.v2 .form-field input {
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 210px;
}

@media screen and (max-width: 767px) {
    .bill-form.v2 .form-field input {
        padding-right: 110px;
    }
}

.bill-form.v2 .form-field .btn {
    border-radius: 50px;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .bill-form.v2 .form-field .btn {
        width: 105px;
    }
}

.form-field {
    position: relative;
    margin-bottom: 20px;
}

    .form-field label {
        color: #6c6c6f;
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 7px;
    }

    .form-field input {
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 10px 15px;
        width: 100%;
    }

    .form-field select,
    .form-field .nice-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dadada;
        border-radius: 5px;
        display: block;
        width: 100%;
    }

    .form-field .nice-select {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

        .form-field .nice-select .list {
            width: 100%;
        }

    .form-field .curr-select {
        border: 1px solid #dadada;
        border-radius: 5px;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        position: relative;
        padding: 10px 15px;
    }

        .form-field .curr-select img {
            display: inline-block;
            max-width: 25px;
            height: 25px;
            margin-right: 10px;
            vertical-align: top;
        }

        .form-field .curr-select span,
        .form-field .curr-select a {
            color: #000;
            display: block;
            font-size: 16px;
            text-transform: uppercase;
            position: relative;
        }

        .form-field .curr-select ul {
            background-color: #fff;
            -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            display: none;
            padding: 10px 20px;
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            z-index: 1;
        }

            .form-field .curr-select ul li:first-child {
                margin-bottom: 10px;
            }

    .form-field .join-field {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #dadada;
        border-radius: 5px;
        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;
    }

        .form-field .join-field .nice-select {
            width: auto;
            border: none;
            border-left: 1px solid #dadada;
            border-radius: 0;
        }

@media screen and (max-width: 575px) {
    .form-field .join-field .nice-select {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #dadada;
    }
}

.form-field .join-field input,
.form-field .join-field select {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-field .join-field input,
    .form-field .join-field select {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 479px) {
    .form-field .join-field input,
    .form-field .join-field select {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.form-field .join-field .curr-select {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-field .join-field .curr-select {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 479px) {
    .form-field .join-field .curr-select {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.form-field .join-field select {
    border: none;
    border-left: 1px solid #dadada;
    border-radius: 0;
}

.coming-sec {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("../images/slider/s2.jpg");
    background-attachment: fixed;
    padding: 12.5% 0;
}

    .coming-sec:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        opacity: .9;
    }

    .coming-sec .bill-form {
        display: block;
    }

        .coming-sec .bill-form h3 {
            color: #fff;
            font-size: 24px;
            margin-bottom: 20px;
        }

    .coming-sec .sec-heading {
        text-align: center;
    }

@media screen and (max-width: 575px) {
    .coming-sec .sec-heading {
        margin-bottom: 40px;
    }
}

.coming-sec .sec-heading h2 {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .coming-sec .sec-heading h2 {
        font-size: 62px;
    }
}

@media screen and (max-width: 575px) {
    .coming-sec .sec-heading h2 {
        font-size: 52px;
        line-height: 60px;
    }
}

@media screen and (max-width: 479px) {
    .coming-sec .sec-heading h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

.coming-sec .sec-heading p {
    color: #fff;
}

.coming-sec #clock {
    color: #fff;
    margin-bottom: 50px;
}

    .coming-sec #clock p {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
    }

    .coming-sec #clock span {
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        border-radius: 5px;
        display: block;
        font-size: 30px;
        line-height: 65px;
        margin: 5px 5px 0;
        position: relative;
        height: 60px;
        width: 60px;
        z-index: 1;
    }

/*************************
* 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 #e0e4e6;
    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: 13px;
            color: #83868c;
            display: block;
            line-height: 18px;
        }

.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: 300;
    color: #7c7c7c;
}

.widget-navigation li a {
    color: #7c7c7c;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}

    .widget-navigation li a:hover {
        color: #48b1ea;
    }

@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
***/
.has-menu-child ul.dropdown-menu-md.sub-menu.profile-drop {
    position: absolute;
    right: 0;
    left: auto !important;
}

.header-pro-thumb {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    margin-top: -5px;
}

.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;
}

/*
  Hero Section
*/
.hero-section {
    background: url("../images/cover.jpg");
    display: block;
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*
    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;
    }

.admin-heading {
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-left: 10px solid #154abd;
    font-size: 24px;
}

.transaction-title {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
}

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 {
    -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: 20px;
    padding: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
}

    .transaction-area .items:first-child {
        border-radius: 0 0 5px 5px;
    }

    .transaction-area .items:hover {
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        color: #fff;
    }

    .transaction-area .items .payments-status {
        display: block;
        cursor: pointer;
    }

.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;
}

    .sidebar .admin-widget i.admin-overlay-icon {
        position: absolute;
        font-size: 100px;
        text-align: center;
        opacity: .1;
        left: 0;
        right: 0;
        margin: auto;
    }

.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 .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: 7px;
}

.accord {
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .accord .form-control {
        padding: 1.375rem .75rem;
    }

.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 .custom-control-label::before, #notifications-box .custom-control-label::after {
    width: 3rem;
    height: 3rem;
}

#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: 35px;
}

#notifications-box p {
    padding-left: 35px;
}

#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;
    }

.recharge-order-page {
    padding: 0;
    display: block;
    position: relative;
    /* Cards & Bank Accounts*/
}

    .recharge-order-page .coupon-box {
        display: none;
    }

        .recharge-order-page .coupon-box .form-control {
            padding: 15px !important;
        }

    .recharge-order-page .pager {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .recharge-order-page .pager li {
            width: 50%;
            text-align: start;
        }

            .recharge-order-page .pager li:last-child {
                text-align: end;
            }

    .recharge-order-page .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);
    }

        .recharge-order-page .products .row a:hover, .recharge-order-page .products .row a.selected {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
            color: #fff;
        }

        .recharge-order-page .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);
        }

            .recharge-order-page .products .row a.pakbtn b,
            .recharge-order-page .products .row a.pakbtn span {
                width: 100%;
            }

            .recharge-order-page .products .row a.pakbtn:hover {
                background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
                color: #fff;
            }

    .recharge-order-page .nav-pills {
        border: 1px solid #cccccc;
        overflow: hidden;
    }

        .recharge-order-page .nav-pills .nav-item {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .recharge-order-page .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%);
            }

                .recharge-order-page .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(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%);
                }

            .recharge-order-page .nav-pills .nav-item:last-child .nav-link.active {
                -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
                clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
            }

    .recharge-order-page .tab-content .tab-pane .form-group {
        margin-top: 32px;
    }

        .recharge-order-page .tab-content .tab-pane .form-group label {
            font-size: 21px;
            line-height: 31px;
            color: #202020;
            font-weight: 500;
            margin-bottom: 22px;
        }

        .recharge-order-page .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);
        }

        .recharge-order-page .tab-content .tab-pane .form-group .order-page-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .recharge-order-page .tab-content .tab-pane .form-group .order-page-box .form-control {
                border-radius: 5px;
                height: 60px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #ddd;
            }

                .recharge-order-page .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;
                }

                .recharge-order-page .tab-content .tab-pane .form-group .order-page-box .form-control:last-child {
                    border-radius: 0 5px 5px 0;
                    padding: 0 30px;
                }

                .recharge-order-page .tab-content .tab-pane .form-group .order-page-box .form-control:focus {
                    border-color: #ddd;
                }

    .recharge-order-page .tab-content .tab-pane .operators .title {
        font-size: 21px;
        line-height: 31px;
        color: #202020;
        font-weight: 500;
        margin-bottom: -10px;
        margin-top: 30px;
    }

    .recharge-order-page .tab-content .tab-pane .operators .single-operator {
        border-radius: 5px;
        text-align: center;
        margin-top: 30px;
    }

        .recharge-order-page .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);
        }

            .recharge-order-page .tab-content .tab-pane .operators .single-operator .op-logo.selected {
                border-color: #48b1ea;
            }

        .recharge-order-page .tab-content .tab-pane .operators .single-operator h3 {
            color: #202020;
            font-size: 16px;
            font-weight: 500;
        }

    .recharge-order-page .tab-content .tab-pane .products h3.title {
        font-size: 21px;
        line-height: 31px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .recharge-order-page .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);
    }

    .recharge-order-page .tab-content .tab-pane .products span {
        display: block;
        font-size: 16px;
    }

    .recharge-order-page .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;
    }

    .recharge-order-page .tab-content .tab-pane .order-summery .table thead {
        background: #f1f1f1;
    }

        .recharge-order-page .tab-content .tab-pane .order-summery .table thead tr th {
            color: #202020;
            font-size: 16px;
            font-weight: 500;
            border: none;
            padding: 18px 30px;
        }

    .recharge-order-page .tab-content .tab-pane .order-summery .table tbody tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .recharge-order-page .tab-content .tab-pane .order-summery .table tbody tr th,
    .recharge-order-page .tab-content .tab-pane .order-summery .table tbody tr td {
        color: #5c5c5c;
        font-weight: 400;
        padding: 18px 30px;
    }

    .recharge-order-page .tab-content .tab-pane .buttons {
        text-align: center;
        margin-top: 40px;
    }

    .recharge-order-page .tab-content .tab-pane .payment h3.title {
        font-size: 21px;
        line-height: 31px;
        color: #202020;
        font-weight: 500;
        margin-bottom: 22px;
        margin-top: 30px;
    }

    .recharge-order-page .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;
    }

        .recharge-order-page .tab-content .tab-pane .payment .single-payment.selected {
            border-color: #48b1ea;
        }

        .recharge-order-page .tab-content .tab-pane .payment .single-payment img {
            position: absolute;
            width: calc(100% - 20px);
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .recharge-order-page .tab-content .tab-pane .payment .single-payment h4 {
            color: #202020;
            text-transform: capitalize;
            font-size: 21px;
            margin-bottom: 20px;
        }

    .recharge-order-page .tab-content .tab-pane .credit-card {
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 30px;
    }

        .recharge-order-page .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;
        }

        .recharge-order-page .tab-content .tab-pane .credit-card .form-group {
            margin-top: 0;
        }

            .recharge-order-page .tab-content .tab-pane .credit-card .form-group label {
                font-size: 16px;
                margin-bottom: 10px;
                color: #5c5c5c;
            }

    .recharge-order-page .tab-content .tab-pane .done {
        text-align: center;
    }

        .recharge-order-page .tab-content .tab-pane .done i {
            font-size: 100px;
        }

        .recharge-order-page .tab-content .tab-pane .done h3.title {
            font-size: 21px;
            line-height: 31px;
            color: #202020;
            font-weight: 500;
            margin-bottom: 22px;
            margin-top: 30px;
        }

        .recharge-order-page .tab-content .tab-pane .done img {
            margin-bottom: 20px;
        }

        .recharge-order-page .tab-content .tab-pane .done p {
            line-height: 26px;
        }

    .recharge-order-page .tab-content .tab-pane .invoice-option a.invoice-btn {
        color: #154abd;
        margin: 5px;
        font-size: 16px;
    }

        .recharge-order-page .tab-content .tab-pane .invoice-option a.invoice-btn i {
            margin-right: 3px;
            display: inline-block;
            font-size: 16px;
        }

    .recharge-order-page .account-card {
        position: relative;
        background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
    }

        .recharge-order-page .account-card.account-card-primary {
            background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        }

        .recharge-order-page .account-card .account-card-expire {
            font-size: 8px;
            line-height: 10px;
        }

        .recharge-order-page .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;
        }

        .recharge-order-page .account-card:hover .account-card-overlay {
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .recharge-order-page .account-card-new {
        background: #f1f5f6;
        border: 1px solid #ebebeb;
    }

    .recharge-order-page .account-card .border-left,
    .recharge-order-page .account-card .border-right {
        border-color: rgba(250, 250, 250, 0.1) !important;
    }

    .recharge-order-page #filterTransactions .icon-inside {
        top: 13px;
        right: 15px;
    }

/*
Color platte Selector
*/

/* // Mixin itself */
@mixin clearfix() {
    &::after {
        display: block;
        content: "";
        clear: both;
    }
}

/* // Usage as a mixin */
.element {
    @include clearfix;
}

.clearfix {
    overflow: auto;
}

.seater .table {
    margin-bottom: 0;
}

.width-section {
    width: 100%;
}

.driving {
    width: 50px;
}

.table td, .table th {
    vertical-align: middle !important;
}

.table-borderless td,
.table-borderless th {
    padding: 0%;
}

.normal-seat img {
    width: auto !important;
}

.normal-seat,
.sleeper-seat {
    width: 300px;
    margin-top: 30px;
}

.main-box {
    z-index: auto !important;
}

.owl-carousel {
    z-index: auto !important;
}

.profile-btn i {
    border-radius: 50%;
    background: #d8d8d8;
    padding: 6px 10px;
    color: #393939;
}

@media only screen and (max-width:992px) {
    .core-nav .dropdown .profile-btn {
        margin-top: 17px;
    }
}
