/*
    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
 */
@font-face {
  font-family: MobilepyB;
  src: url(font/UniNeueBold.otf);
}
@font-face {
  font-family: MobilepyR;
  src: url(font/UniNeueRegular.otf);
}

body {
  color: #83868c;
  background-color: #f3f7f8;
  font-family: 'MobilepyR'!important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;

}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
}
.readM {
  color: #361968;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
  color: #0089e1;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
}

img {
  max-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: 35px 0 40px;
  width: 100%;
}

/**
 *
 * Common CSS
 *
 */
body {
  display: block;
}
p {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 50px;
  }
}

.sec-heading {
  margin-bottom: 60px;
}

.sec-heading .sec-title {
    font-size: 30px;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    color: #000;
}

@media only screen and (max-width: 767px) {
  .sec-heading .sec-title {
    font-size: 25px;
  }
  .secureDesk {
    display: none;
  }
  .secureMobile {
    display: block!important;
  }
  ul.social-media.mt-3 {
    text-align: center;
    padding-top: 10px;
  }
  .footer .copyright {
    text-align: center!important;
  }
}

@media screen and (max-width: 479px) {
  .sec-heading .sec-title {
    font-size: 20px;
  }
}

@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;
  }
  .google-store {
    transform: translate(-50%, -10px)!important;
  }
  .google-store img {
    max-width: 30px!important;
  }
}

.btn {
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
  padding: 12px 15px;
  -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: #fa6111;
}

.btn-filled:hover {
  background: #0089e1;
  -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: #0089e1;
  border-radius: 50px;
  color: #fff;
}

.btn-default:hover {
  background: #0089e1;
  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: #fa6111;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tagline {
    font-size: 12px;
  }
  .app-overview-widget-container .app-overview-widget-container__video-container video {
    width: 60%!important;
  }
}

.tagline.bar {
  padding-left: 70px;
}

.tagline.bar:after {
  background-color: #58595b;
  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;
  margin-left: 38px;
}
}

.read-more:hover {
  color: #154abd;
  border-color: #154abd;
}

/**
    *  Preloader
    */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/preload.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99999999;
  width: 100%;
  height: auto;
}



/**
 *
 * Background class
 */
.bg-offwhite {
  background: #f6f7f8;
  z-index: 0;
}

.bg-bluewhite {
  background: #e4ecf2;
}
.bg-orangewhite {
    background: #fff3e1;
}
.bg-blue {
  background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
}
.bg-orange {
    background: #0089e1;
}
.avatar {
  position: relative;
}

.avatar-small {
  height: 60px;
  width: 60px;
}

.avatar-md {
  height: 100px;
  width: 100px;
}

/**
 * Header top style
 */
.header-top-bar {
  display: block;
  background: #fa6111;
  padding: 8px 0;
}

.header-top-bar ul li {
  list-style: none;
  display: inline-block;
}

.header-top-bar a {
  color: #fff;
}

.header-top-bar .header-language,
.header-top-bar .header-social,
.header-top-bar .login-area {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  position: relative;
}
.search-area {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
.search-area input.form-control:focus {
    border: unset;
    box-shadow: unset;
}
.search-area .input-group-append button.search-btn {
    padding: 0 10px;
}
.search-result {
    background: #dddddd;
    border-radius: 5px;
    z-index: 12;
    max-height:300px;
    overflow-y: auto;
    display:none;
    
}
.search-result ul.result-list li.result-item {
    display: block;
    text-align: left;
    color: #000;
    padding: 3px 0;
}
.search-result ul.result-list li.result-item a {
    color: #000;
    display: block;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
}
.search-result ul.result-list li.result-item:hover, .search-result ul.result-list li.result-item a:hover {
    color: #ff9800;
}
.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: 115px;
    max-width: 120px;
    min-width: auto;
    padding: 0;
    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;
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 24px;
    padding: 0 10px;
}
.header-top-bar ul.list-unstyled.dropdown-menu li.active a, .header-top-bar ul.list-unstyled.dropdown-menu li a:hover {
    background: #fa6111;
    color: #fff;
}

@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: 0px;
}

.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: 55px;
    z-index: 999;
  }
  .header {
    max-height: 72px;
}
  .header ul.text-right.profile-rcv .profile-drop {
    padding-left: 0;
    top: -3px;
    right: 0;
    position: relative;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .header ul.text-right.profile-rcv .profile-drop .dropdown-header {
    padding: 10px;
  }
  .header ul.text-right.profile-rcv a.profile-btn {
    padding: 22px 0 23px 15px;
}
  .header ul.text-right.profile-rcv a {
    padding: 5px 10px;
    color: #434343;
    display: block;
  }
  .header ul.text-right.profile-rcv a i.fa-user {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 50%;
    padding: 9px 9px;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: none;
  }
  .header ul.text-right.profile-rcv a:hover i.fa-user {
    background: #0089e1;
    
    color: #fff;
  }
  .header ul.text-right.profile-rcv a:hover {
    color: #154abd;
  }
  .header ul.text-right.profile-rcv.profile-btn {
    padding: 0;
  }
}

.header .dropdown-overlay.open-dropdown {
  display: none;
}

.header .core-nav.nav-core-sticky.on-scroll {
  background: #eaeaea;
  padding: 0px;
  -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: 999;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 600px) {
  .header .core-nav .nav-header {
    text-align: center;


  }
  .header button.toggle-bar.core-nav-toggle {
    right: 15px;
    position: absolute;
    top: 22px;
    font-size: 20px;
    margin-left: 5%;
    margin-top: -4%;
  }
}

.header .nav-header .brand {
  max-width: 200px;
  padding: 0px 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
 
 }
.header .nav-header .brand img {
    height: 100%;
    width: 100%;

}

.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: 52px;
}
.header .core-nav .menu .dropdown.open>.dropdown-menu.bill-recharge-list {
    width: 350px;
}
.header .core-nav .menu .dropdown.open>.dropdown-menu.bill-recharge-list li {
    width: 50%;
    float: left;
}

.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: #0089e1;
  color: #fff;
}

.header .menu .dropdown-menu li a i {
  width: 28px;
  font-size: 14px;
  background: transparent;
}

.header .menu .dropdown-menu li a.profile-btn {
  padding: 0;
}

.header .menu .dropdown-menu li.dropdown-header {
  padding: 5px 15px;
  display: block;
}

.header .menu li {
  margin: 0;
  padding: 0;
}

.header .menu li.dropdown.profile:before {
  display: none;
}

.header .menu li.dropdown {
  position: relative;
}

.header .menu li a {
  padding: 24px 15px;
  color: #434343;
  display: inline-block;
  font-weight:bold;
}

.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: #0089e1;
  color: #fff;
}

.header .menu li a:hover {
  color: #0089e1;
}

.header .menu li a.profile-btn {
    padding: 22px 0 22px 10px;
}

.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: #fff;
    border-bottom: 1px solid #e6e3e3;
    color: #000;
   
}

.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%;
    right: 10px;
    color: #000;
}

.nav-container {
  position: relative;
}

/**
 *
 * BANNER
 */
.banner {
  padding: 0;
}

.banner .hero-slider .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .hero-slider .item {
  padding: 100px 0 170px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner .hero-slider .item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FF9800;
  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;
  z-index: 1;
  padding-top:10px;
  padding-bottom:15px;
}
.main-form:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: #fa6111;
}
section.main-form.small-height::before {
    height: 100%;
}
.main-form ul.morebtn {
  float: left;
  width: 110px;
  display: none;
}

.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: #FF9800;
}

.main-form ul.morebtn li a {
  text-align: center;
  cursor: pointer;
  background: #FF9800;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 15px 15px;
  outline: none;
  border: none;
}

.main-form ul.morebtn li a:hover, .main-form ul.morebtn li a:focus {
  border: none !important;
  outline: none !important;
}

.main-form ul.morebtn li a i {
  display: block;
  width: 100%;
  text-align: center;
}

.main-form ul.morebtn li:hover ul {
  display: block;
}

.main-form ul.morebtn li ul {
  margin: 0;
  padding: 0;
  left: auto;
  right: 0;
  width: 150px;
}

.main-form ul.morebtn li ul li {
  display: block;
  width: 100%;
  height: auto;
}

.main-form ul.morebtn li ul li a {
  padding: 5px;
  display: block;
  text-align: left;
  background: #FF9800;
}

.main-form ul.morebtn li ul li a:hover {
  color: #FF9800;
  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);*/
  width:100%;
  float: left;
  border: 0;
}

.main-form .bill-items li.nav-item {
  /*width: 105px;*/
  width:11.1111%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
}

.main-form .bill-items li.nav-item.active a {
  background: transparent;
  color: #fff;
}

.main-form .bill-items li.nav-item a {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    padding: 0;
    font-weight: normal !important;
    font-size: 12px;
    outline: none;
    border: none;
    border-radius: 0;
    position:relative;
}
.main-form .bill-items li.nav-item.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0089e1;
    left: 0;
    bottom: -10px;
}
.main-form .bill-items li.nav-item a:hover {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}

.main-form .bill-items li.nav-item a i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.top-utility-icon {
    margin-bottom: 3px;
}
.top-utility-icon img {
    height: 24px;
    width: auto;
    margin: 0 auto;
}
.main-form .form-area {
    position: relative;
    padding: 30px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.main-form .form-area h2 {
    font-size: 20px;
    font-weight: normal;
}

.main-form .form-area .view-plans {
  /*position: absolute;
  top: -40px;
  right: 0;*/
}
.statement-box .left-box, .statement-box .right-box {
    line-height: normal;
}
.more-box {
    line-height: normal;
}
.main-form .form-area .custom-select,
.main-form .form-area .form-control {
  height: 43px;
  font-size: 14px;
}

.main-form .form-area form#form-area {
  position: relative;
}

.main-form .form-area.v2 .custom-select,
.main-form .form-area.v2 .form-control {
  height: 46px;
}

.main-form .form-area.v3 .custom-select,
.main-form .form-area.v3 .form-control {
  height: 51px;
}

.main-form .form-area .input-group-text {
  background: #ff9800;
  color: #fff;
}

.main-form .form-area .custom-radio .custom-control-label::before {
  border-radius: 0px;
}

.main-form .form-area .custom-select,
.main-form .form-area .form-control {
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border-color: #efefef;
}

.main-form .form-area .btn {
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

/**
 *
 * Feature Section 
 */
.feature {
  position: relative;
}

.iconBox {
  position: relative;
  text-align: center;
}

.iconBox:hover i, .iconBox:hover h5 {
  color: #0089e1;
}

.iconBox i {
  text-align: center;
  margin: 0px auto 15px;
  display: block;
  color: #58595b;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.iconBox i:before {
  font-size: 30px;
  margin-left: 0;
}

.iconBox h5 {
  margin-bottom: 10px;
}

.iconBox h5 {
  font-size: 16px;
  color: #000;
}

.iconBox p {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}
.iconBox p a {
    color: #000 !important;
}
@media (max-width: 768px) {
  .iconBox {
    margin-bottom: 30px;
  }
  .iconBox i {
    margin: 0px auto 10px;
  }
  .iconBox h5 {
    margin-bottom: 0px;
}
}

/**
 *
 * 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: 35px;
  background: #0089e1;
  font-size: 25px;
  color: #fff !important;
  margin-left: 5px;
}

/**
 * Block Section
 */
.card {
  position: relative;
  border: none;
  padding: 15px 15px;
  /*margin-bottom: 30px;*/
  -webkit-box-shadow: 0 0px 6px rgba(24, 33, 99, 0.1);
  box-shadow: 0 0px 6px 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: #0089e1;
}

.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: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.countersection .iconBox p {
    font-size: 18px;
    margin: 0;
}

/**
 * App Section 
 */
.app-section {
  position: relative;
  display: block;
}

.app-section .col {
  height: 100%;
  padding: 30px;
}

.app-section .middleside {
  max-width: 400px;
  width:100%;
  margin: 0 auto;
}

.app-section .middleside img {
  display: inline-block;
}

.app-section .app-inner-block img {
  max-width: 110px;
  display: inline-block;
}
.app-section .app-inner-block .contentBox > img {
    max-width: 100%;
    margin-bottom: 15px;
}
.app-section .app-inner-block .contentBox {
  position: relative;
}
.app-section .app-inner-block .contentBox h2 {
    color: #0089e1;
    font-size: 65px;
    line-height: normal;
}
.app-section .app-inner-block .contentBox h2 span {
    color: #fa6111;
}
.app-section .app-inner-block .contentBox h3 {
    color: #006248;
    font-size: 20px;
    font-weight: normal;
    margin-top: -20px;
    padding-left: 117px;
}
.app-section .app-inner-block .contentBox h4 {
    font-size: 18px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
  .app-section .col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center !important;
  }
  .app-section .app-inner-block .contentBox h2 {
    font-size: 50px;
}
.app-section .app-inner-block .contentBox h3 {
    font-size: 16px;
    margin-top: -17px;
    padding-left: 83px;
}
}

/**
 * Call to action Section 
 */
.callto-action {
  background: #0089e1;
    
}

.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: 42px;
  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 only screen and (max-width: 991px) {
  .callto-action h3 {
    font-size: 35px;
  }
  .callto-action p {
    font-size: 18px;
  }
  /*.core-nav .nav-header {
    display: flex;
  }*/
}

@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: #f55b0e;
  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: #f55b0e;
  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: #0089e1;
}

.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 {
  position: relative;
  text-align: center;
}

.testimonial .owl-carousel .owl-stage-outer {
  padding-top: 50px;
}

.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;
      -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
    box-shadow: 0 10px 30px rgba(24, 33, 99, 0.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  #f55b0e;
  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: #000;
  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 {
  padding: 60px 0;
}

.foo-btm a {
  color: #83868c;
}

.foo-btm a:hover {
  color: #f55b0e;
}

.foo-btm ul.social-media li {
  display: inline-block;
}

.foo-btm ul.social-media li a {
  display: block;
}

.foo-btm 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: #361968;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.foo-btm ul.social-media li a:hover i {
  background: #f55b0e;
}

@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: 50px 0 50px;
  }
}

.login-registration .content-box, .login-registration .content-box-fluid {
  margin-bottom: 15px;
}
.register-form label {
    margin: 0;
    font-size: 14px;
}
.register-form  .form-control {
    font-size: 14px;
}
.register-form .form-group {
    margin-bottom:10px;
}
.register-form .form-group .input-group>.input-group-append>.btn {
    padding: 0 10px;
    line-height: 35px;
}
.register-form .Signup-btn {
    max-width:200px;
    width:100%;
}
.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: #0089e1;
}

.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: 80%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .modalBody .brpln.open {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .modalBody .brpln.open {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .modalBody .brpln.open {
    width: 100%;
  }
  .modalBody .brpln.open .pakage-sidebar,
  .modalBody .brpln.open .row.plan-titles {
    display: none;
  }
  .modalBody .brpln.open .row.data-pakage {
    padding: 15px;
  }
}

.modalBody .outerblock {
  padding: 15px 10px 0;
  background: #0089e1;
    
}

.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.spbottom40 {
    padding: 0 5px 0 10px;
}
.modalBody .scrollY .row {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.data-pakage.pak2, .data-pakage.pak3, .data-pakage.pak4, .data-pakage.pak5, .data-pakage.pak6 {
    display: none;
}
.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: #0089e1;
    
  color: #fff;
}

/*************************
* Page Feature 
*/
.page-feature {
  background: url(../images/page-feat.html) 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: 50px 0 50px;*/
  }
}

@media screen and (max-width: 991px) {
  .banner {
    /*padding: 50px 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: #FF9800;
  opacity: .7;
}

.banner.v2 {
  background-image: url("../images/slider/s2.html");
}

.banner.v2:after {
  background-color: #fff;
  -webkit-clip-path: polygon(100% 65%, 100% 100%, 0 100%);
          clip-path: polygon(100% 65%, 100% 100%, 0 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.banner.v2 .tagline {
  color: #fff;
  font-weight: 400;
}

.banner.v3 {
  background-image: url("https://mobilepe.co.in/assets/images/banner/slider/s3.html");
}

.banner.v4:before {
  background: transparent;
}

.banner .card-scrn-img {
  max-width: 1825px;
  margin: 0 auto;
  width: 100%;
}

.banner .simple-txt {
  color: #83868c;
  display: block;
  margin-top: 20px;
}

.banner .main-form.v2 {
  position: absolute;
  bottom: 0;
  top: auto;
}

/**
 * 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: #0089e1;
    
  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.html");
  background-attachment: fixed;
  padding: 12.5% 0;
}

.coming-sec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0089e1;
    
  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: #0089e1;
    
  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: 15px;
}

.contact form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.contact form input, .contact form textarea {
    border: 1px solid #e0e4e6;
    border-radius: 0;
    padding: 5px 10px;
    height: 40px;
    line-height: 24px;
    font-size: 14px;
}

.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: 125px;
}
aside.sidebar .widget.contact-info {
    margin-bottom: 0;
}
.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: 500;
  color: #7c7c7c;
}

.widget-navigation li a {
  color: #7c7c7c;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.widget-navigation li a:hover {
  color: #004794;
}

@media screen and (max-width: 767px) {
  .widget-navigation {
    margin-bottom: 30px;
  }
}

.widget-insta-feed ul {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.widget-insta-feed ul li {
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
      flex-basis: calc(100% / 3 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget-insta-feed ul li:nth-child(3n - 3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .widget-insta-feed {
    margin-bottom: 30px;
  }
}

.widget-address address {
  position: relative;
}

.widget-address span,
.widget-address a {
  color: #999;
  display: block;
  line-height: 23px;
  position: relative;
  padding-left: 30px;
}

.widget-address span i,
.widget-address a i {
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.widget-address a {
  margin-top: 10px;
}

.widget_search {
  padding: 0 !important;
  border: none !important;
}

.widget_search form {
  position: relative;
}

.widget_search form i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget_search input {
  background-color: none;
  border: 1px solid #e0e4e6;
  border-radius: 5px;
  padding: 15px 40px 15px 25px;
  width: 100%;
}

/****
*DASHBOARD STYLE
***/
/****
*DASHBOARD STYLE
***/
.shadow {
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-menu-child ul.dropdown-menu-md.sub-menu.profile-drop {
  position: absolute;
  right: 0;
  left: auto !important;
}

.header-pro-thumb {
  width: 35px;
  height: 35px;
  left: 0;
  margin-top: 0;
  float: left;
}

.balance-area span {
  position: relative;
  top: 5px;
  padding-left: 10px !important;
}

.pro-menu-drop > a {
  padding-left: 40px !important;
}

.pro-menu-drop > a i {
  color: #1b1e21 !important;
}

/***
 * PROFILE PAGE
***/
.admin-page-title {
  padding: 20px;
}

.admin-page-title h2 {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
}

h3.text-5.font-weight-400.mb-3 {
  border-bottom: 1px solid #ddd;
  padding: 13px 15px;
  background: #dee3e4;
}

a.text-muted {
  color: #8e9a9d !important;
  position: relative;
  top: 8px;
}

.Profile-menu {
  display: block;
}

.Profile-menu ul {
  display: block;
  padding: 0 !important;
  margin: 0;
}

.Profile-menu ul li {
  display: block;
}

.accord {
  display: none;
}

.infoItems {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background:#fff;
}

.infoItems a {
  font-weight: 700;
  color: #fb9601;
  position: absolute;
  right: 15px;
  top: 15px;
}

span.icon-inside {
  position: absolute;
  top: 6px;
  right: 10px;
}

/*
  Dashboard page
*/
.hero-section {
  background: url("https://mobilepe.co.in/assets/images/9.html");
  display: block;
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 40px;
  /*
    profile progressbar
    */
}

.hero-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #0089e1;
    
  opacity: .9;
}

.hero-section .progress,
.hero-section .profile-item {
  width: 150px;
  height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.hero-section .progress .rounded-circle,
.hero-section .profile-item .rounded-circle {
  border-radius: 50% !important;
  top: 5px;
  position: relative;
  max-width: 143px;
}

.hero-section .progress .profile-thumb-edit.verify-icon,
.hero-section .profile-item .profile-thumb-edit.verify-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  right: 7px;
}

.hero-section .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.hero-section .progress .progress-left {
  left: 0;
}

.hero-section .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #2ed06e;
}

.hero-section .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.hero-section .progress .progress-right {
  right: 0;
}

.hero-section .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.hero-section .progress .progress-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 300;
}

.hero-section .progress .progress-value div {
  margin-top: 10px;
}

.hero-section .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.hero-section .progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards;
          animation: loading-1 1.5s linear forwards;
}

.hero-section .progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.hero-section .progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards;
          animation: loading-2 1.5s linear forwards;
}

.hero-section .progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.hero-section .progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards;
          animation: loading-3 1.5s linear forwards;
}

.hero-section .progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.hero-section .progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards;
          animation: loading-4 1.5s linear forwards;
}

.hero-section .progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.hero-section .progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.hero-section .progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards 1.5s;
          animation: loading-1 1.5s linear forwards 1.5s;
}

.hero-section .progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.5s;
          animation: loading-2 1.5s linear forwards 1.5s;
}

.hero-section .progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards 1.5s;
          animation: loading-3 1.5s linear forwards 1.5s;
}

.hero-section .progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards 1.5s;
          animation: loading-4 1.5s linear forwards 1.5s;
}

.hero-section .progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.hero-section .progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards 1.5s;
          animation: loading-5 1.5s linear forwards 1.5s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.hero-section .progress {
  margin-bottom: 1em;
}

.hero-section .profile-completeness .border {
  /* border: none !important; */
  width: 150px;
  height: 150px;
  border-radius: 50% !important;
  margin: 0 auto;
  position: relative;
}

.hero-section .profile-completeness .border.profile-step a {
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.hero-section .custom-file {
  position: relative;
  z-index: 2;
  bottom: 7px;
}

.hero-section .bg-icon {
  position: relative;
  font-size: 40px;
  left: 0;
  right: 0;
  margin: auto;
  /*transform: rotate(-45deg);*/
}

.hero-section .profile-name {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0;
}

.hero-section .profile-item {
  background: #ffffff96;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: relative;
}

.hero-section .profile-item:hover {
  background: #fff;
}

.hero-section .profile-item:hover i {
  color: #154abd;
}

.hero-section .profile-item i {
  display: block;
  top: 50px;
  font-size: 50px;
}

.hero-section .profile-item i.Verified-icon {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  font-size: 24px;
  margin-top: 15px;
  top: 55%;
  right: 0px;
}

.hero-section .profile-item i.Verified-icon.fa-check-circle {
  color: #2ed06e;
}

.hero-section .profile-item .bg-icon {
  color: #fff;
}

.hero-section .profile-item p.title {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

/*
  Profile bar
*/
.profilebar {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  background: #f7faff;
  position: relative;
  border: 1px solid #ddd;
}

.profilebar .custom-select, .profilebar .total-blance {
  display: inline-block;
}

.profilebar .notify-col {
  max-width: 50px;
}

.profilebar p {
  margin-bottom: 0;
  padding-top: 7px;
}

.profilebar .notify-btn {
  margin-top: 7px;
  font-size: 26px;
}

.profilebar .reload-btn i {
  font-size: 12px;
}

.profilebar p.total-blance {
  padding-left: 5px;
}

.input-group-text {
  background: #ff9800;
}
form#update-card span.input-group-text {
    padding: 3px 10px;
}
.admin-heading {
  display: block;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-left: 5px solid #0089e1;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  background: #fff;
  position: relative;
  font-weight: 300;
}

.admin-heading:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #edebeb;
}

.admin-heading p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.admin-heading span {
  font-size: 12px;
  color: #6c6c6f;
}

.admin-heading a {
  font-size: 14px;
  float: right;
  margin-top: 5px;
  position: relative;
  color: #0089e1;
}

.transaction-title {
  display: block;
  font-weight: 700;
}

.transaction-title .items {
  margin-bottom: 5px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #edebeb;
}
/*
.transaction-title .col:first-child {
  max-width: 120px;
  text-align: left;
  padding-right: 0;
}

.transaction-title .col:nth-child(2) {
  padding-left:5px;
  padding-right:5px;
}
.transaction-title .col:nth-child(3) {
  max-width: 90px;
  text-align: left;
  padding-left:5px;
  padding-right:5px;
}

.transaction-title .col:nth-child(4) {
  max-width: 110px;
  text-align: left;
  padding-left:5px;
}*/

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: #0089e1;
    
  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: 147px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    color: #fff;
    left: -9%;
    top: 2%;
}

.transaction-area .items {
  border: 1px solid #edebeb;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  margin-bottom: 15px;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
.transaction-area .shop-items {
    border: 1px solid #edebeb;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    margin-bottom: 15px;
    padding: 0px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}
.transaction-area .shop-items .transaction-title .items {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #edebeb;
    margin:0;
}
.transaction-area .shop-items a .item-details {
    padding: 10px;
}
.transaction-area .shop-items a .item-details .product-img{
	width: 50px;
}
.transaction-area .shop-items a .item-details .ordered-product-details {
	width: calc(100% - 60px);
	line-height:normal;
}
.transaction-area .shop-items a .item-details .product-img img {
    width: 50px;
    height: 50px;
}
.transaction-area .items a {
  color: #888888;
}
.order-date-time {
    line-height: 12px;
}
.transaction-area .items:first-child {
  border-radius: 0 0 5px 5px;
}

.transaction-area .items .item-details .col:first-child {
  max-width: 120px;
  text-align: left;
  padding-right:0
}

.transaction-area .items .item-details  .col:nth-child(2) {
  padding-left:5px;
  padding-right:5px;
}
.transaction-area .items .item-details  .col:nth-child(3) {
  max-width: 90px;
  text-align: left;
  padding-left:5px;
  padding-right:5px;
}

.transaction-area .items .item-details  .col:nth-child(4) {
  max-width: 110px;
  text-align: left;
  padding-left:5px;
}
.transaction-area .shop-items a:hover .item-details{
  /*background: #0089e1;
  color: #fff;*/
}
.transaction-area .shop-items a:nth-child(2) .item-details {
    border-top: none;
}

.transaction-area .shop-items a .item-details {
    border-top: 1px solid #edebeb;
    background: #fff;
}
.item-details label.payments-status {
    font-size: 100%;
}
.transaction-area .items:hover a {
  color: #fff;
}

.transaction-area .items .payments-status {
  display: block;
  cursor: pointer;
}

.transaction-area .trancstion-more {
  display: none;
}

.transaction-summery {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #edebeb;
  margin-bottom: 50px;
  background: #fff;
}

.transaction-summery .modal_header {
  border: 1px solid #edebeb;
  position: relative;
  margin-top: 10px;
}

.transaction-summery .modal_header .modal_header .status {
  left: -40px;
  top: -2px;
}

.transaction-summery .modal_header .custom-select {
  height: 40px;
  margin-top: 15px;
  max-width: 120px;
}

.transaction-summery .modal_header p {
  margin-bottom: 0;
}

.transaction-summery .modal_header .price p {
  font-size: 34px;
  margin-top: 5px;
}

.transaction-summery .table {
  color: #8d8d9c;
}

.transaction-summery .table-content .col:nth-child(2) {
  max-width: 90px;
  text-align: left;
}

.transaction-summery .table-content .col:nth-child(3) {
  max-width: 100px;
  text-align: left;
}

.transaction-summery .table-content .col:nth-child(4) {
  max-width: 150px;
  text-align: left;
}

.transaction-summery .btn-refund {
  margin-top: 20px;
  border-radius: 3px;
}

.transaction-summery .btn-refund .btn {
  color: #495057;
  min-width: auto;
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 0;
  border: 1px solid #ced4da;
  background: #fff;
  font-weight: 300;
  overflow: initial;
}

.transaction-summery .btn-refund .dropdown-menu.show {
  max-width: 100px;
  right: 0;
  left: auto !important;
}

.sidebar .admin-widget {
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  padding: 50px 15px;
  margin-bottom: 30px;
  border: 1px solid #edebeb;
}

.sidebar .admin-widget i.admin-overlay-icon {
  position: absolute;
  font-size: 100px;
  text-align: center;
  opacity: .1;
  left: 0;
  right: 0;
  margin: auto;
}

.sidebar .admin-widget .btn {
  margin-right: 0;
}

.sidebar .Profile-menu ul li a i {
  /*width: 24px;
  text-align: left;*/
}

.sidebar .Profile-menu ul li a {
  width: 100%;
  text-align: left !important;
  color: #fff !important;
  padding: 10px 15px !important;
  background: #0089e1;
  font-size: 14px !important;
}

.sidebar .Profile-menu ul li.active a, .sidebar .Profile-menu ul li:hover a {
  position: relative;
  background: #fa6111;
}

.sidebar .Profile-menu ul li.active a:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background: #ffc268;
  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;
}

.table .table-sub {
  border-bottom: 1px solid #ddd;
}

.profile-area .infoItems {
  margin-bottom: 15px;
  
}

.profile-area .infoItems .nav.nav-tabs {
  border: none;
}

.profile-area .infoItems .nav.nav-tabs li {
  width: 50%;
}

.profile-area .infoItems .nav.nav-tabs li a {
  position: relative;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  padding: 15px;
  color: #494949;
}

.profile-area .infoItems .nav.nav-tabs li a.active {
  border-bottom: none;
  background: #f7faff;
}

.profile-area .infoItems .tab-content > .active {
  opacity: 1;
  background: #f7faff;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}

.profile-area .infoItems .tab-content > .active a {
  position: initial;
}


.profile-area .infoItems .step-secourity button.close {
  top: 16px;
  right: 16px;
}

.profile-area .infoItems .step-secourity .modal-header {
  display: block;
}

.profile-area .infoItems .step-secourity .modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-header {
    padding: 15px;
    margin-top: 30% !important;
    border-bottom: 1px solid #e5e5e5;
}

.profile-area #order-form a {
  position: initial;
}

.profile-area .accord {
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
}

.profile-area .accord button.close {
  margin: 0;
}

.profile-area .accord .btn {
  display: block;
  /*width: 100%;*/
}

.profile-area .accord .content-edit-area {
  display: block;
  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 .accord .content-edit-area + .content-edit-area {
	margin-top:30px;
}
.profile-area a.btn-link {
  font-size: 14px;
  float: right;
  margin-top: 5px;
  position: relative;
  color: #0089e1;
}
.card-related-links a{
	top:0;
	right:0;
}
.accord {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.accord .form-control, .accord .custom-select {
  padding: .375rem .75rem;
}

.accord .form-control {
  height: 38px;
}
.accord textarea.form-control {
    height: 100px;
    resize: none;
}
.cardBox {
  display: block;
  margin-bottom: 30px;
}

.account-card {
  display: block;
  background: #0089e1;
    
  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: .7;
  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: #0089e1;
  color: #fff;
}

.main-form.all-fillters-area ul.morebtn li ul li:hover {
  color: rgb(255,152,0);
  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: 105px;
  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: #0089e1;
  padding: 7px 7px;
  outline: none;
  border: none;
}

.main-form.all-fillters-area .bill-items li.active {
  background: #0089e1;
    
  color: #fff;
}

.main-form.all-fillters-area .bill-items li:hover {
  border: none;
  outline: none;
  background: #0089e1;
    
    color: #fff;
}

.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: #0089e1;
    
}

#notifications-box .col:nth-child(2), #notifications-box .col:nth-child(3) {
  max-width: 80px;
  text-align: center;
}

#notifications-box .custom-control-label::before, #notifications-box .custom-control-label::after {
  width: 2rem;
  height: 2rem;
}

#notifications-box .custom-control-label::before {
  background: #0089e1;
    
}

#notifications-box .custom-control-label {
  padding-left: 0px;
}

#notifications-box p {
  padding-left: 0px;
}

#notifications-box .noti-items {
  padding: 15px;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

#notifications-box .noti-items p {
  margin-bottom: 0;
}

.payment {
  position: relative;
}

.payment a {
  top: 0;
  right: 0;
  position: absolute;
}

.payment.pay-contact-list {
  position: relative;
}

.payment.pay-contact-list .single-payment {
  border-width: 2px !important;
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  overflow: hidden;
}

.payment.pay-contact-list .single-payment img {
  border-radius: 50%;
}

.profile-content {
  padding: 0;
  display: block;
  position: relative;
  /* Cards & Bank Accounts*/
}

.profile-content .form {
  margin: 15px 0;
  padding: 30px;
  padding-top: 0;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
  border: 1px solid #edebeb;
}

.profile-content .form p {
  margin-bottom: 0;
}

.profile-content .form.success {
  padding-top: 60px;
  padding-bottom: 60px;
}

.profile-content .form.success p {
  margin-bottom: 10px;
}

.profile-content .form.success .fa-check-circle {
  font-size: 100px;
}

.profile-content .form#request-send-money p {
  margin-bottom: 10px;
}

.profile-content .form span.bg-success.free-charge {
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.profile-content .form span.icon-inside {
  position: absolute;
  top: 16px;
  right: 15px;
}

.profile-content .form .Withdarw-header {
  background: #0089e1;
    
  text-align: center;
  color: #fff;
  padding: 30px;
}

.profile-content .form .Withdarw-header h3 {
  color: #fff;
}

.profile-content .form .Withdarw-header .av-balance {
  margin-top: 10px;
  margin: 0;
}

.profile-content .form .amaount-area {
  width: calc(100% - 277px);
  position: relative;
}

.profile-content .form .amaount-area a.full-amnt {
  position: absolute;
  right: 15px;
  top: 16px;
}

.profile-content .coupon-box {
  display: none;
}

.profile-content .coupon-box .form-control {
  padding: 15px !important;
}

.profile-content .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-content .pager li {
  width: 50%;
  text-align: start;
}

.profile-content .pager li:last-child {
  text-align: end;
}

.profile-content .products .row a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 90px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  font-size: 18px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .products .row a:hover, .profile-content .products .row a.selected {
  background: #0089e1;
    
  color: #fff;
}

.profile-content .products .row a.pakbtn {
  display: block !important;
  width: 100%;
  height: 90px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding-top: 18px;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .products .row a.pakbtn b,
.profile-content .products .row a.pakbtn span {
  width: 100%;
}

.profile-content .products .row a.pakbtn:hover {
  background: #0089e1;
    
  color: #fff;
}

.profile-content .nav-pills {
  border: 1px solid #edebeb;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
          box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

.profile-content .nav-pills .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-content .nav-pills .nav-item .nav-link {
  border-radius: 0;
  padding: 15px 0;
  text-align: center;
  position: relative;
  color: #5c5c5c;
  text-transform: capitalize;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.profile-content .nav-pills .nav-item .nav-link.active {
  background: #0089e1;
    
  color: #fff;
  -webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
          clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.profile-content .nav-pills .nav-item:last-child .nav-link.active {
  -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
          clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.profile-content .tab-content .tab-pane .form-group {
  margin-top: 32px;
}

.profile-content .tab-content .tab-pane .form-group label {
  font-size: 18px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-content span.input-group-text.currency-icon {
  width: 50px;
  background: #154abd;
  color: #fff;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-content span.input-group-text {
  padding: 0;
  height: 60px;
  background: #fff;
}

.profile-content .custom-select {
  height: 60px;
}

.profile-content .tab-content .tab-pane .form-group .form-control {
  border-radius: 5px;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 0 20px;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .tab-content .tab-pane .form-group .custom-select {
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .tab-content .tab-pane .form-group textarea.form-control {
  height: 120px;
}

.profile-content .tab-content .tab-pane .form-group .order-page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-content .tab-content .tab-pane .form-group .order-page-box .form-control {
  border-radius: 0;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:first-child {
  width: 120px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding: 0 15px;
}

.profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:last-child {
  border-radius: 0 5px 5px 0;
  padding: 0 30px;
}

.profile-content .tab-content .tab-pane .form-group .order-page-box .form-control:focus {
  border-color: #ddd;
}

.profile-content .tab-content .tab-pane .operators .title {
  font-size: 21px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: -10px;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .operators .single-operator {
  border-radius: 5px;
  text-align: center;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .operators .single-operator .op-logo {
  border: 10px solid #ddd;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .tab-content .tab-pane .operators .single-operator .op-logo.selected {
  border-color: #48b1ea;
}

.profile-content .tab-content .tab-pane .operators .single-operator h3 {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

.profile-content .tab-content .tab-pane .products h3.title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .products button {
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 18px;
  -webkit-box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
          box-shadow: 0 10px 30px rgba(24, 33, 99, 0.1);
}

.profile-content .tab-content .tab-pane .products span {
  display: block;
  font-size: 16px;
}

.profile-content .tab-content .tab-pane .order-summery h3.title {
  font-size: 21px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .order-summery .table thead {
  background: #f1f1f1;
}

.profile-content .tab-content .tab-pane .order-summery .table thead tr th {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 18px 30px;
}

.profile-content .tab-content .tab-pane .order-summery .table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

.profile-content .tab-content .tab-pane .order-summery .table tbody tr th,
.profile-content .tab-content .tab-pane .order-summery .table tbody tr td {
  color: #5c5c5c;
  font-weight: 400;
  padding: 18px 30px;
}

.profile-content .tab-content .tab-pane .buttons {
  text-align: center;
  margin-top: 40px;
}

.profile-content .tab-content .tab-pane .payment h3.title {
  font-size: 21px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .payment .single-payment {
  text-align: center;
  padding: 10px;
  border: 10px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 80px;
  position: relative;
  cursor: pointer;
}

.profile-content .tab-content .tab-pane .payment .single-payment.selected {
  border-color: #48b1ea;
}

.profile-content .tab-content .tab-pane .payment .single-payment img {
  position: absolute;
  width: calc(100% - 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile-content .tab-content .tab-pane .payment .single-payment h4 {
  color: #202020;
  text-transform: capitalize;
  font-size: 21px;
  margin-bottom: 20px;
}

.profile-content .tab-content .tab-pane .credit-card {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
}

.profile-content .tab-content .tab-pane .credit-card h3.title {
  font-size: 21px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 0px;
}

.profile-content .tab-content .tab-pane .credit-card .form-group {
  margin-top: 0;
}

.profile-content .tab-content .tab-pane .credit-card .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5c5c5c;
}

.profile-content .tab-content .tab-pane .done {
  text-align: center;
}

.profile-content .tab-content .tab-pane .done i {
  font-size: 100px;
}

.profile-content .tab-content .tab-pane .done h3.title {
  font-size: 21px;
  line-height: 31px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 30px;
}

.profile-content .tab-content .tab-pane .done img {
  margin-bottom: 20px;
}

.profile-content .tab-content .tab-pane .done p {
  line-height: 26px;
}

.profile-content .tab-content .tab-pane .invoice-option a.invoice-btn {
  color: #154abd;
  margin: 5px;
  font-size: 16px;
}

.profile-content .tab-content .tab-pane .invoice-option a.invoice-btn i {
  margin-right: 3px;
  display: inline-block;
  font-size: 16px;
}
.amount-details-box {
    line-height: normal;
}
.icon-box .icon-area img {
    width: 70px;
}
.user-icon-box img {
    width: 100px;
    border: 3px solid #fa6111;
    border-radius: 50%;
    padding: 3px;
}
.profile-content .account-card {
  position: relative;
  background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}

.profile-content .account-card.account-card-primary {
  background: #0089e1;
    
}

.profile-content .account-card .account-card-expire {
  font-size: 8px;
  line-height: 10px;
}

.profile-content .account-card .account-card-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-content .account-card:hover .account-card-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-content .account-card-new {
  background: #f1f5f6;
  border: 1px solid #ebebeb;
}

.profile-content .account-card .border-left,
.profile-content .account-card .border-right {
  border-color: rgba(250, 250, 250, 0.1) !important;
}

.profile-content #filterTransactions .icon-inside {
  top: 13px;
  right: 15px;
}

/*
Color platte Selector
*/
.checkbox-container {
    display: inline-block !important;
	text-align:left;
	color:inherit;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 0px !important;
	font-weight: 400;
    cursor: pointer;
	font-size:14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container a {
	color:#727272;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	left: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    background: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #0089e1;
    border: 1px solid #0089e1;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sl-form .form-group a.term-condition-link {
    color: #83868c;
    font-weight: 500;
}
.sl-form .form-group a.term-condition-link:hover {
    color: #0089e1;
}
.featuredOfferBox h1, .featuredOfferBox h4 {
    font-size: 16px;
    margin-top: 20px;
}
.featuredOfferBox p {
    font-size:14px;
}
.featuredOfferBox h6 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom:0;
}
.hover-link img {
    height: 18px;
    display: inline-block;
    width: auto;
}
.hover-link img.show-img2{
    display:none;
}
.hover-link:hover img.show-img1{
    display:none;
}
.hover-link:hover img.show-img2{
    display:inline-block;
}
.header .menu .dropdown-menu li a.hover-link i {
    width: 25px;
    display: inline-block;
}
.page-item.active .page-link {
    background-color: #0089e1;
    border-color: #0089e1;
}
.btn-link, .btn-link:hover {
    color: #0089e1;
}
.transaction-area .shop-items .wishlist-item-details {
    padding: 10px;
    background:#fff;
}
.transaction-area .shop-items .wishlist-item-details .product-img img {
    max-width: 70px;
    width: 100%;
    max-height: 70px;
}
.product-remove a i, .wishlist-add-to-cart a i {
    height: 30px;
    width: 30px;
    color: #fff;
    display: inline-block;
    background-color: #0089e1;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}
.table th, table th, .table td, table td {
    padding: 5px;
}
.bank-box img {
    width: 30px;
    height:30px;
}
.status-card-failed, .status-card-pending, .status-card-success {
    position: relative;
    margin: 0 auto;
    max-width: 280px;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-image: url(../images/failed-card.png);
}
.status-card-pending {
    background-image: url(../images/pending-card.png);
}
.status-card-success {
    background-image: url(../images/success-card.png);
}
.trans-detail {
    margin-top: 28px;
}
.status-card-failed h2.amt, .status-card-pending h2.amt, .status-card-success h2.amt {
    font-size: 30px;
}
.order-address-area {
    width: calc(100% - 200px);
    padding-right: 30px;
}
.order-invoice-area {
    width: 150px;
}
.pbar {
    z-index: 1;
    display: grid;
    width: 100%;
    position: relative;
}
.progressbar {
	counter-reset: step;
}
.progressbar li {
	list-style: none;
	display: inline-block;
	width: 18%;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	background-color: #fff;
}
.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: green;
}
.progressbar li.active:before {
	border-color: green;
}
.progressbar li.active + li:after {
	background-color: green;
}
.order-item-details  .product-img {
    width:100px;
    height:100px;
}
.order-item-details  .product-img img{
    max-width:100px;
    width:100%;
    max-height:100px;
    height:100%;
}
.cart-link {
    position: absolute;
    top: -2px;
    right: 15px;
    z-index: 999;
    padding: 25px 0 25px 15px;
}
.card.features-card {
    height: 145px;
}
.our-service-list ul {
	text-align: center;
}
.our-service-list ul li {
    display: inline-block;
    width: 160px;
    text-align: center;
	margin-bottom: 20px;
}
.our-service-list ul li a {
	display: inline-block;
}
.our-service-list ul li a img {
    width: 70px;
    padding: 5px;
}
.our-service-list ul li a span {
	display: block;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
}
.our-service-list ul li a:hover {
}
.width-50 {
    width: 50%;
}
.service-mobile-recharge-bg {
	color: #fff;
	background: url(../images/service-mobile-recharge-bg.jpg) no-repeat top;
	background-size: cover;
	position:relative;
}
.service-mobile-recharge-bg:before {
    content: '';
    position: absolute;
    top: 0;
	right:0;
    width: 50%;
    height: 100%;
    background: rgba(0, 72, 149, 0.9);
}
.service-dth-recharge-bg {
	color: #fff;
	background: url(../images/dth.jpg) no-repeat top;
	background-size: cover;
	position:relative;
	background-position: center;
  padding: 80px 0px;
}
.service-dth-recharge-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(250 97 17);
}
.service-shop-bg {
	color: #fff;
	background: url(../images/service-shopping-bg.jpg) no-repeat center;
	background-size: cover;
	position:relative;
}
.service-shop-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 137, 225, 0.9);
}
.service-hotel-bg {
	color: #fff;
	background: url(../images/service-hotel-bg.jpg) no-repeat bottom;
	background-size: cover;
	position:relative;
	background-position: center;
}
.service-hotel-bg:before {
    content: '';
    position: absolute;
    top: 0;
	right:0;
    width: 50%;
    height: 100%;
    background: rgba(0, 72, 149, 0.9);
}
.service-flight-bg {
	color: #fff;
	background: url(../images/service-fligh-bg.jpg) no-repeat top;
	background-size: cover;
	position:relative;
	background-position: center;
}
.service-flight-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 137, 225, 0.9);
}
.service-flight-bg .width-50, .service-shop-bg .width-50, .service-dth-recharge-bg .width-50{
	padding-right:40px
}
.service-hotel-bg .width-50, .service-mobile-recharge-bg .width-50 {
    padding-left: 60px;
}
.service-logo .item {
    display: inline-block;
    background: #fff;
    margin: 10px;
    max-width: 100px;
    border-radius: 50%;
}
.service-logo .item img {
    width: 100px;
    border-radius: 50%;
}
.section-title h3 {
    font-size: 30px;
    text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	position: relative;
}
.hotelbg .uper, .hotelbg .lower{
	color:#0555b2;
}
.shoppingbg .section-title .bottom-line, .hotelbg .section-title .bottom-line {
	position: relative;
	margin: 20px auto 0;
	height: 2px;
	border-radius: 0;
}
.affiliate-programe {
    position: relative;
}
.btn-fill-out {
    background-color: transparent;
    border: 1px solid #fa6111;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-fill-out::before, .btn-fill-out::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fa6111;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 51%;
}
.btn-fill-out::after {
    right: 0;
    left: auto;
}
.btn-fill-out:hover {
    color: #ff9800 !important;
}
.btn-fill-out:hover:before, .btn-fill-out:hover:after {
    width: 0;
}

.key-features {
    background: url(../images/call-bg.jpg) no-repeat top;
    padding:35px 0 40px !important;
}
.key-features::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    background-color: rgb(250 97 17);
    width: 101%;
    height: 101%;
}
.afiliate-thumb {
    text-align: center;
}
.afiliate-thumb img {
    width: 350px;
    display: inline-block;
}
.footer {
    background: #fff;
}
.foo-btm {
    background: #eaeaea;
}
.light-blue {
	color: #0089e1;
}
.dark-blue {
	color: #fa6111;
}
.other-income-box p {
    line-height: normal;
}
.level-box label.badge {
    min-width: 30px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.level-box a label.badge{
	cursor: pointer;
}
.referral-code-box {
    border: 1px dashed #28a745;
}
.user-icon-box i {
    font-size: 100px;
}
/***********Login CSS*****************/
.custom-btn, .custom-btn:hover {
    background: #0f9d58;
    color: #fff;
    border-radius: 0;
    border: 1px solid #0f9d58;
}

.login .wrapper.wrapper-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
    position: relative;
    top: 0;
}
.login .wrapper.wrapper-login .small-container .brdr-div, .login .wrapper.wrapper-login .big-container .brdr-div {
    background: #fff;
    -webkit-box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
    -moz-box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
    box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
}

.login .wrapper.wrapper-login .small-container{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.login.register-box .wrapper.wrapper-login .big-container {
    width:100%;
}
.login-form a {
    color: #fa6111;
	text-decoration:none;
}
.brdr-div {
    border-bottom: 8px solid #fa6111;
    float: left;
    position: relative;
    width: 100%;
}
.brdr-div:after {
	content:'';
    position: absolute;
	left:0;
	bottom:0;
    width: 100%;
    height:8px;
	background: #0089e1;
}
.left-static-section {
    float: left;
    width: 350px;
    height: 460px;
    background: #f3f7f8;
}
.login-area.confirm-details .left-static-section {
    height: 630px;
}
.leftSection .signup-points .content {
    margin-top: 63px;
}
.leftSection {
    padding: 30px;
}
.signup-points .heading {
    font-size: 16px;
    font-weight: 600;
	color: #000;
}
.leftSection .signup-points .content ul {
    padding-left: 0;
    list-style-type: none;
}
.leftSection .signup-points .content li {
    margin-bottom: 38px;
    padding: 0px 0 0px 78px;
    position: relative;
}
.leftSection .signup-points .content li:last-child {
    margin-bottom: 0;
}
.leftSection .signup-points .content .text {
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
}
.login-area.register-box .left-static-section {
    height: 542px;
}
.leftSection .signup-points .content li span img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
	width: auto;
}
.right-section {
    float: right;
    width: 100%;
    padding: 30px;
}
.login-area.register-box .right-section {
    width: calc(100% - 350px);
}
.right-section h3 {
    color: #fa6111;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 24px;
}
.tab {
    display: none;
    -webkit-animation: slide-right .6s ease-out;
    -moz-animation: slide-right .6s ease-out;
    transform: scale(1);
}
.tab .inputs-div {
	height: 305px;
}

/*************** Register ***************/

.auth-form {
	width: 400px;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
.registration-form {
	width: 100%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
.registration-form label {
	font-weight: 500;
	color: #333;
	font-size: 12px;
}
.registration-form hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #1a81bb;
}
.registration-form h4 {
	font-size: 16px;
	font-weight: 600;
}
input.error {
	border: red 1px solid;
}
.login-area .background-bg {
	max-width: 400px !important;
}
.login-form .form-control {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
}
.login-form .input-group-append input.btn.btn-filled {
    font-size: 14px;
    padding: 0 10px;
}
section.login-area {
    padding: 70px 0;
}
.our-services .img-area {
    position: relative;
}
.our-services .img-area::before {
    content: '';
    border-radius: 20px;
    border: solid 1px #ff9800;
    width: 90%;
    height: 85%;
    margin: 5%;
    position: absolute;
    z-index: 1;
}
.our-services .img-area img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
}
.our-services .section_heading h4 span {
    color: #fa6111;
}
.our-services .section_heading {
    position: relative;
    height: 70px;
    width: 100%;
    text-align: left;
    z-index: 0;
}
.our-services .section_heading .number {
    font-size: 80px;
    font-weight: 700;
    color: rgba(255, 152, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    line-height: 70px;
}
.our-services .content-area {
    margin-top: 30px;
}
.covid-section img {
	width: auto;
	display: inline-block;
}
.covid-section {
    background: #26aefc;
}
.graph-area {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
}
.graph-left-data, .graph-right-data, .middle-portion.graph-img {
    float: left;
}
.graph-left-data, .graph-right-data {
    width: 100px;
    margin-top: 15px;
    line-height: 23px;
}
.middle-portion.graph-img {
    width:390px;
}
.graph-left-data p:nth-child(1), .graph-right-data p:nth-child(1) {
    color: #447ac0;
}
.graph-left-data p:nth-child(2), .graph-right-data p:nth-child(2) {
    color: #298f68;
}
.graph-left-data p:nth-child(3), .graph-right-data p:nth-child(3) {
    color: #ac4a00;
}
.graph-left-data p:nth-child(4), .graph-right-data p:nth-child(4) {
    color: #8b0101;
}
.graph-left-data p:nth-child(5), .graph-right-data p:nth-child(5) {
    color: #033d53;
}
.confirmation-section {
    background: rgb(0, 72, 149);
    background: linear-gradient(180deg, rgba(0,72,149,1) 0%, rgba(0,136,224,1) 100%);
    padding: 60px 0;
}
.confirmation-page {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}
.confirmation-content .tick-mark {
    font-size: 100px;
}
.service-box img {
    max-width: 35px;
    max-height: 35px;
}
.service-box .icon-txt span {
    display: block;
}
.service-box {
    width: 25%;
    min-width: 70px;
}
.service-box:nth-child(3) {
    min-width: 80px;
}
.card-detail-div {
	display:none;
}
.profile-pic {
    margin: 0 auto;
    max-width: 150px;
    border: 3px solid #fa6111;
    border-radius: 50%;
    padding: 3px;
}
.profile-pic img {
    max-width: 138px;
    max-height: 138px;
    height: auto;
    width: 100%;
}
.edit-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #004794;
    overflow: hidden;
    right: -17px;
    top: 45%;
    background: #fa6111;
    color: #fff;
	cursor: pointer;
}
.edit-btn input[type="file"] {
    width: 35px;
    height: 35px;
    opacity: 0;
    border-radius: 50%;
}
.edit-btn i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    line-height: 35px;
    text-align: center;
}
.recharge-box .company-logo img, .affiliate-box .company-logo img {
    width: 50px;
}
.recharge-details, .offer-details {
    line-height: 18px;
}
.recharge-box, .affiliate-box {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.affiliate-box.small-box {
    width: 20%;
    text-align: center;
    padding: 5px;
    display: inline-block;
    float: left;
}
.company-name div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.recharge-box:last-child, .affiliate-box:last-child{
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.previous-recharge-list {
    max-height: 350px;
    overflow-y: auto;
}
.category-tab-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.scroll-list {
    max-height: 350px;
    overflow-y: auto;
}
@media (max-width:1023px) {
    .infoItems {
        padding:15px;
    }
}

@media (max-width:991px) {
	
.affiliate-box.small-box {
    width: 25%;
}
	.our-service-list ul li {
    width: 140px;
}
.login-area.register-box .left-static-section {
    width:300px;
}
.login-area.register-box .right-section {
    width: calc(100% - 300px);
    padding:30px 15px;
}
    .card.features-card {
    height: 170px;
}
    .container, .core-nav .nav-container {
        width:100%;
        max-width: 100%;
    }
    .transaction-area .items .col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    .transaction-area .items .col:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left:15px;
        padding-right:15px;
        margin: 8px 0;
    }
    .transaction-area .items .col:nth-child(3) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left:15px;
        padding-right:15px;
        text-align: left !important;
        font-weight:bold;
    }
    .transaction-area .items .col:nth-child(4) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left:15px;
        padding-right:15px;
        text-align: right !important;
    }
    .transaction-area .items .col:first-child span:first-child {
        display: inline-block !important;
        text-align: left;
        float: left;
    }
    .transaction-area .items .col:first-child span {
        font-size: 100%;
        text-align: right;
        display: inline-block !important;
        float: right;
    }
    .transaction-area .items .col:nth-child(4) label.payments-status {
        width: 120px;
        font-size: 100%;
        float: right;
        margin: 0 !important;
    }
}
@media (max-width: 1099px) and (min-width: 768px) {
.width-50 {
    width: 70% !important;
}
.service-shop-bg:before, .service-hotel-bg:before, .service-flight-bg:before, .service-dth-recharge-bg:before, .service-mobile-recharge-bg:before{
	width:65% !important;
}
}
@media (max-width: 767px) {
	.affiliate-box.small-box {
    width: 33.334%;
}
    .progressbar li {
        width:18%;
    }
    .progressbar span {
        font-size: 10px;
    }
    .progressbar li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .progressbar li:after {
        top: 10px;
    }
    .service-box .icon-txt {
        font-size: 12px;
        line-height: 14px;
    }
	.user-icon-box i {
		font-size: 50px;
	}
	.user-details .referral-code-box {
		font-size: 80%;
	}
	.level-box {
		font-size: 90%;
		line-height: 20px;
	}
    .login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-login:not(.container-transparent) {
        width:100%;
        padding:0 15px;
        background: transparent;
    }
    .brdr-div{
        background:#fff;
            -webkit-box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
    -moz-box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
    box-shadow: 0 0.23rem 1.5rem rgba(18,38,63,0.2);
    }
    .login-area.register-box .left-static-section{
        display:none;
    }
    .login-area.register-box .right-section {
        width:100%;
        height:auto;
    }
    .right-section {
        padding: 30px 15px;
    }
	.covid-section img {
     width: 100%;
}
	.service-shop-bg, .service-hotel-bg, .service-flight-bg, .service-dth-recharge-bg, .service-mobile-recharge-bg{
		padding:40px 0 !important;
	}
	.service-flight-bg .width-50, .service-shop-bg .width-50, .service-dth-recharge-bg .width-50 {
		padding-right:0 !important;
	}
	.service-hotel-bg .width-50, .service-mobile-recharge-bg .width-50 {
		padding-left:0 !important;
	}
	.width-50 {
		width: 100% !important;
	}
	.service-shop-bg:before, .service-hotel-bg:before, .service-flight-bg:before, .service-dth-recharge-bg:before, .service-mobile-recharge-bg:before{
		width:100% !important;
	}
	.service-logo .item img {
		width: 70px;
		border-radius: 50%;
	}
	.container {
		max-width: 100%;
	}
		.card.features-card {
		height: auto;
	}
    span.label-txt {
        display: none;
    }
    .profile-area .infoItems .nav.nav-tabs li a {
        padding: 10px 4px;
        font-size: 13px;
    }
    .order-invoice-area, .order-address-area {
		width: 100%;
	}
	.graph-left-data, .graph-right-data {
		width: 98px;
		margin-top: 14px;
		line-height: 17px;
	}
	.middle-portion.graph-img {
		width:330px;
	}
	.graph-area {
		max-width: 526px;
	}
}
@media (max-width:575px) {
	.affiliate-box.small-box {
    width: 50%;
}
	.search-area{
        max-width: 100%;
        margin-bottom:5px;
    }
    .status-card-failed, .status-card-pending, .status-card-success {
		max-width: 245px;
		height: 245px;
		padding-top:90px;
	}
	.header .core-nav .nav-header .brand img {
		width: 150px;
		margin-right: 0px;
	}
	.header button.toggle-bar.core-nav-toggle {
		top: 16px;
		/*padding: 19px 0;*/
	}
	.cart-link {
		padding: 20px 0;
	}
	.header ul.text-right.profile-rcv a.profile-btn {
		padding: 17px 0;
	}
	.user-icon-box img {
		width: 50px;
	}
	.user-details p {
		font-size: 80%;
		line-height: normal;
	}
	.user-details p:first-child {
		font-size: 100%;
		line-height: normal;
	}
	.graph-left-data, .graph-right-data {
		width: 60px;
		margin-top: 2px;
	}
	.graph-left-data p, .graph-right-data p {
		line-height: 15px;
		font-size: 10px;
		margin: 0 !important;
	}
	.middle-portion.graph-img {
		width:150px;
	}
	.graph-area {
		max-width: 270px;
	}
}
ul.nav.nav-tabs.custom-tabs {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

    ul.nav.nav-tabs.custom-tabs li {
        width: 50%;
        text-align: center;
    }

        ul.nav.nav-tabs.custom-tabs li a {
            display: block;
            padding: 5px;
            border: 1px solid #dee2e6;
        }

            ul.nav.nav-tabs.custom-tabs li a.active, ul.nav.nav-tabs.custom-tabs li a:hover {
                background: #cce5ff;
                border-color: #007bff;
                color: #007bff;
            }

.earning-form {
    max-width: 400px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}

    .earning-form .form-control {
        height: 30px;
        max-width: 130px;
        width: 100%;
    }

.step2-box, .step3-box {
    display: none;
}

.progressbar-line {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

    .progressbar-line li {
        list-style-type: none;
        text-transform: uppercase;
        width: 33.33%;
        float: left;
        position: relative;
    }

        .progressbar-line li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            line-height: 30px;
            display: block;
            font-size: 10px;
            color: #fff;
            background: #8c8c8c;
            border-radius: 50%;
            margin: 0 auto 5px auto;
            position: relative;
            z-index: 1;
        }

        .progressbar-line li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #8c8c8c;
            position: absolute;
            left: -50%;
            top: 14px;
        }

        .progressbar-line li:first-child:after {
            content: none;
        }

        .progressbar-line li.active:before, .progressbar-line li.active:after {
            background: #007bff;
        }

        .progressbar-line li.active {
            color: #007bff;
        }
.category-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 15px;
}

.voucher-list-box .company-name div {
    font-weight: 600;
}

.voucher-list-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .voucher-list-box .affiliate-box .company-logo {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 10px;
    }

        .voucher-list-box .affiliate-box .company-logo img {
            width: 80px;
        }

    .voucher-list-box .affiliate-box:nth-child(odd) .company-logo {
        background: #fffad7;
    }

    .voucher-list-box .affiliate-box:nth-child(even) .company-logo {
        background: #d0ecff;
    }
.card-body {
    text-align: center;
}
.service-icon1 {
    background: #fa6111;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.banner1-img {
    width: 100%;
    margin: 30px 0px;
}
.banner1-img img {
    width: 100%;
}
div#banner2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
#onlineInsurance {
    padding: 18px 0 1px;
}
    .earn_money_wrap {
    padding-bottom: 45px;
    position: relative;
}
.earn_money_wrap h3 {
    color:#000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
}
.grow, .growing {
    display: flex;
    align-items: center;
}
.earn_money_wrap figure {
    height: 49px;
    width: 55px;
    margin-bottom: 5px;
    margin-left: 9%;
    position: relative;
    border: 1px solid #351968;
    border-radius: 50%;
    padding: 4%;

}
#onlineInsurance img {
    width: 44px;
    height: 42px;
    margin-top:-22% !important;
}
.earn_money_wrap b {
    display: block;
    text-align: left;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}
.advice_from_experts {
    padding-top: 50px;
}
.advice_from_experts h3 {
    color: #000;
    font-size: 30px;
    margin-left: 32px;
    font-weight: 700;
}
.many-times-customers-text {
    color: #000;
    margin-top: 20px;
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    margin-left: 32px;
    text-align: justify;
}
.many-times-customers-text1 {
    color: #000;
    margin-top: 20px;
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    margin-left: 32px;
    text-align: justify !important;
}
.align-items-start {
    align-items: flex-start!important;
}
.advice_from_experts_video iframe {
    border: 2px solid #fa6111;
    margin-left: 40px;
}
.advice_from_experts_video h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 12px;
    margin-left: 39px;
    font-weight: 700;
}
.advice_from_experts_video li {
    display: flex;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 5px;
}
.advice_from_experts_video li img {
    margin-right: 10px;
}
.BulletPoint {
  padding-left: 40px;
}
.platform_benefits {
    padding: 23px 40px 45px;
    position: relative;
}
.platform_benefits h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
}
.figureBottom {
   margin-bottom: 0!important;
    border: 1px solid #351968;
    border-radius: 50%;
    padding: 4%;
   
}
.platform_benefits b {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.compare {
    background-color: #eaf0f5;
    border-top-left-radius: 110px;
    padding: 23px 0 45px;
}
.compare h3 {
    padding-top: 80px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
}
.compare h2 {
    color: #351969;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.nav-tabs {
    border: none;
    cursor: pointer;
}
.nav {
    overflow: overlay;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    scrollbar-width: none!important;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
        display: block;
    padding: .5rem 1rem;
}
.tabbing {
    background-color: #fff!important;
    border-radius: 100%!important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.05)!important;
    width: 80px!important;
    height: 80px!important;
    margin: 20px 0;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.compare p {
    font-size: 14px;
}
.compare img {
    width: 24px;
    height: 27px;
}
.promise {
    padding: 23px 0 45px;
}
.promise h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}
.promise ul {
    display: flex;
    list-style: none;
    margin-top: 20px;
    justify-content: center;
}
.promise li {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    height: 18px;
    font-weight: 600;
    font-size: 14px;
    border-right: 2px solid #2f76cc;
}
.promise li:last-child {
    border-right: none;
}
.promise_align {
    align-items: center;
    padding-top: 60px;
}
.booking_policy img, .promiseImg {
    width: 100%;
}
.promise_align p {
    margin-right: 90px;
    font-weight: 500;
    font-size: 16px;
}
/*Our Team Section*/
.team3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  background: #fbfbfb;
}

.team3 h1,
.team3 h2,
.team3 h3,
.team3 h4,
.team3 h5,
.team3 h6 {
  color: #3e4555;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-light {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 15px;
}

.team3 ul {
  margin-top: 30px;
}

.team3 h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
    color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 15px;
}
/*.t-info-none {
    display: none;
}*/
.pt-2 {
    background: #fff;
    padding: 10px;
    position: relative;
    top: 0px;
    transition: 0.5s;
    height: 100px;
    overflow: hidden;
}
.row.team-pic-hover:hover .pt-2 {
    top: -242px;
    height: 100%;
}
.row.team-pic-hover:hover .t-info-none {
    display: block;
}
.bg-header {
  background-image: url(../images/hero-image2.8323731d3c5b.jpg);
  width: 100%;
  background-size: cover;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-overlay {
    background: #00000075;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.bg-overlay h2 {
  color: #fff;
}
.about-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
img.about-l-img {
    padding: 20px;
}
.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 100%;
  }
}

@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
  }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}
  
.serviceBox{
    background: linear-gradient(to right,#fff,#ffc);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
   
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(to right,#7eddeb61 50%,#fa611187 130% );
    font-size: 40px;
    width: 70%;
    padding: 8px 0 6px;
    margin: 0 20 35px -30px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.2) inset;
}
.serviceBox .title{
    color: #ff9901;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.serviceBox .title:after{
    content: '';
    background-color: #ff9901;
    height: 2px;
    width: 60%;
    margin: 5px auto 0;
    display: block;
    clear: both;
}
.serviceBox .description{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    margin: 0 60px 25px;
}
.serviceBox .read-more{
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more i{ font-size: 11px; }
.serviceBox .read-more:hover{
    color: #ff9901;
    text-decoration: underline;
}
.serviceBox.green{ background: linear-gradient(to right,#ABED1A,#38AE3E); }
.serviceBox.green .service-icon{ background: linear-gradient(to right,#ABED1A 50%,#38AE3E 130%); }
.serviceBox.green .title{ color: #38AE3E; }
.serviceBox.green .title:after{ background-color: #38AE3E; }
.serviceBox.green .read-more:hover{ color: #38AE3E; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 10px 0 40px; }
}
    .divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1%  !important;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
      .divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
 .divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
.modal-title{
text-align: center;
text-transform: uppercase;
font-weight:800;
font-size:20px;
}
 .card-header .icons .fa-cc-visa{
color: #FFB85F;
}
.card-header .icons .fa-cc-discover{
color: #027878;
}
.card-header .icons .fa-cc-amex{
color: #EB4960;
}
.card-body label{
font-size: 14px;
}
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
 
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
.team_container p{margin-bottom: 0px;}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.container {
  max-width: 1320px;
}
section {
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(#bccff4eb,#fff);
}

.section-header h3 {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-family: MobilepyB;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 5px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  /*transition: all 0.3s ease-in-out;*/
  transition: 0.5s;
  text-align: center;
  height: 100%;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 100%;
}
#services .icon img {
  width: 100%;
  max-width: 60px;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
    margin-bottom: 5px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.heading {
    text-align: center;
    color: #361968;
    font-size: 30px;
    font-weight: 700;
    position: relative;
   
    text-transform: uppercase;
    z-index: 1;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
     padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #000;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.full-width-container {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.phonepe-wealth-hp__container {
    margin-top: 70px;
    margin-bottom: 20px;
}
.full-width-container .content {
    
}
.phonepe-wealth-hp {
    border-radius: 36px;
    border: 1px solid #e1dee5;
    padding: 28.2px 194.8px 28.8px 29.1px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 3px 30px -3px hsl(0deg 0% 85% / 40%);
}
.phonepe-wealth-hp .phonepe-wealth-hp__img-container {
    width: 312px;
    height: 255px;
    margin-right: 60px;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content h3 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.89;
    letter-spacing: .01px;
    color: #fa6111;
    margin-bottom: 3px;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: -.48px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 4px;
    font-family: MobilepyB;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.arrow-white {
  display: none;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn:hover span.arrow-white {
    display: inline-block;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn:hover span.arrow-purple {
  display: none;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.13;
    letter-spacing: .01px;
    color: #371f7b;
    margin-top: 4px;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn {
    margin: 0 auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0 6px;
    width: 188px;
    box-sizing: border-box;
    height: 45px;
    line-height: 40px;
    border-radius: 33px;
    border: 1px solid #6739b7;
    background-color: #fff;
    color: #6739b7;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn span {
    font-size: 1rem;
    vertical-align: middle;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn span.arrow {
    margin-left: 16px;
    font-size: 1.45rem;
    position: relative;
    transition: all .2s ease 0s;
    left: 0;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn span.arrow {
    margin-left: 16px;
    font-size: 1.45rem;
    position: relative;
    transition: all .2s ease 0s;
    left: 0;
}
.phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn:hover {
    background-color: #6739b7;
    color: #fff;
}
@media screen and (max-width: 600px) {
  .phonepe-wealth-hp__container {
      margin: 70px auto;
  }
  .full-width-container .content {
      width: 100%;
  }
  .phonepe-wealth-hp {
      width: 90%;
      border-radius: 17px;
      padding: 30px 0;
      box-sizing: border-box;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-left: 20px;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__img-container {
      width: 190px;
      height: 170px;
      margin: 0 auto;
      text-align: center;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content {
      align-items: center;
      text-align: center;
      width: 80%;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content h3 {
      font-size: 1rem;
      line-height: 2.13;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content h2 {
      font-size: 1.45rem;
      line-height: 1.17;
      letter-spacing: -.36px;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content p {
      font-size: .875rem;
      line-height: 1.86;
      letter-spacing: normal;
      color: #333;
      margin-bottom: 22px;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn {
      width: 220px;
      height: 48px;
      line-height: 45px;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn span.arrow {
      margin-left: 16px;
      font-size: 1.45rem;
      position: relative;
      transition: all .2s ease 0s;
      left: 0;
  }
  .phonepe-wealth-hp .phonepe-wealth-hp__content a.wphp-btn-container span.wphp-btn-container__btn span.arrow {
      margin-left: 16px;
      font-size: 1.45rem;
      position: relative;
      transition: all .2s ease 0s;
      left: 0;
  }
}
.card {
  height: 100%!important;
}
.row.services_row1 {
    margin-top: 30px;
}
.team_container {
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
}
.our_team {
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    font-family: 'MobilepyB';
}


     
     
.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/****************/
/*   BX-SLIDER  */
/****************/
section.client .section-title {
  margin-bottom: 6em;
}
.bx-controls {
  position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


 .img1{
   border-radius: 50%;
 }
.container .team {
  width: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.container .team .member {
  width: 325px;
  margin: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  padding: 25px;
}

.container .team .member img {
  width: 80px;
}

.container .team .member h3 {
  color: #444;
}

.container .team .member span {
  font-size: 12px;
  color: #000;
}

.container .team .member p {
  margin: 15px 0;
  font-weight: 400;
  color: #999;
  font-size: 15px;
  text-align: justify;
}
 
.container .team .member .btn a {
  background: #ddd;
  display: block;
  float: right;
  width: 125px;
  margin: 0 10px;
  padding: 10px;
  border-radius: 6px;
  color: #444;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.container .team .member .btn a:hover {
  background: #5a36dd;
  color: #fff;
}
.mt-5{
    margin-top: 5rem;
}

.our-blog{
    background-color: #f8f9fa;
    padding: 100px 0;
}

.container{
    max-width: 960px;
    margin: 0 auto;
}

.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-center{
    text-align: center;
    font-size: 18px;
}

.text-center h2{
    font-weight: 500;
    font-size: 1.6em;
}

.text-center h2 span{
    font-weight: 800;
}

.text-center p{
    max-width: 500px;
    margin: 0 auto;
    color: #6c757d;
    line-height: 1.5;
    font-size: 1em;
}

.col{
    width: 33.3333333%;
    overflow: hidden;
    padding: 15px;
}

.col .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.col img{
    width: 100%;
    height: auto;
    border: 0;
}

.col .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.card p{
    color: #6c757d;
}

.card-body .date-author span{
    color: #e74c3c;
}

.card-body h5 a{
    color: #222;
}

@media(min-width: 577px) and (max-width: 768px){
    .col{
        width: 50%;
    }
}

@media(max-width: 576px){
    .col{
        width: 100%;
    }
}


@media only screen and (max-width: 768px)
{
  .container1 {
      width: 871px!important;
  }

}
@media only screen and (max-width: 991px)
{
  /*.header .nav-header .brand {
    float: left!important;

  }*/
  .core-nav .core-nav-toggle{
    display: inline-block;
    float: right;
    /* margin-left: 2%; */
    padding: 1%;
    font-size: 20px;
  }

  
}
/*Secure fast section Css*/
.app-overview {
    margin-top: 50px;
    margin-bottom: 50px;
}
.full-width-container {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.full-width-container .content {
    width: 1268px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.app-overview-widget-main-heading {
    display: none;
}
.app-overview-widget-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-overview-widget-container .app-overview-widget-container__collapsible-container {
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 20px;
    width: 480px;
    margin-right: 50px;
}
.app-overview-widget-container .app-overview-widget-container__video-container {
    width: 50%;
}
.app-overview-widget-container .app-overview-widget-heading {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.57px;
    color: #000;
    margin: 21.44px 0px;
}
.app-overview-widget-container .app-overview-widget-container__collapsible-container__item h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.33px;
    color: #323232;
    margin: 18.26px 0px;
}
.app-overview-widget-container .app-overview-widget-container__collapsible-container__item p {
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: 0;
    color: #333;
    margin: 14px 0px;
}
.app-overview-widget-container .content-bar {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #979797;
}
.app-overview-widget-container .app-overview-widget-container__video-container video {
    width: 100%;
    outline: none;
}
@media screen and (max-width: 600px) {
  .app-overview {
      margin-bottom: 0px;
      margin-top: 30px;
  }
  .full-width-container {
      width: 100%;
      min-width: -webkit-min-content;
      min-width: -moz-min-content;
      min-width: min-content;
  }
  .full-width-container .content {
      width: 100%;
  }
  .app-overview-widget-main-heading {
      display: block;
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -.57px;
      margin-bottom: 0;
      color: #361374;
  }
  .app-overview-widget-container {
      flex-direction: column-reverse;
      margin: auto 0;
  }
  .app-overview-widget-container .app-overview-widget-container__collapsible-container {
      width: auto;
      margin-right: 0;
  }
    .app-overview-widget-container .app-overview-widget-heading {
      display: none;
  }
  .app-overview-widget-container .app-overview-widget-container__collapsible-container__item h2 {
      font-size: 20px;
      word-spacing: 1px;
  }
  .app-overview-widget-container .app-overview-widget-container__collapsible-container__item p {
      word-spacing: 1px;
      font-size: 14px;
  }
  .app-overview-widget-container .app-overview-widget-container__video-container {
      width: 100%;
  }
}

.google-store img {
    max-width: 100px;
    margin: 0px 5px;
}
.item {
  position: relative;
}
.google-store {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    transform: translate(-50%, -35px);
}
.top-banner  {
  position: relative;
}
.bx-wrapper {
    margin: 0 auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    border: 5px solid #fff;
    background: #fff;
}
section.client .section-title {
  margin-bottom: 3em!important;
}
section.client {
  padding: 2em 0em 1em 0em!important;
}
.secure-percent {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 15px 60px 15px;
}
.secure-percent img {
  width: 100%;
}
.secureMobile {
  display: none;
}
.mb-10 {
  margin-bottom: 10px;
}

.icons img{
  min-width: 70px;
  min-height: 70px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* testimonial */

:root {
  --dark-green: #9cc675;
  --dark-yellow: #e89a3d;
  --extra-light-brown:#fdf0d7;
  --light-brown: #ecd5ab;
  --dark-brown:#915b40;
  --light-yellow:#f8e3a8;
  --light-red:#f3ac99;
  --light-teal:#a6c8cc;
  --light-gray:#ddd5d6;
  --theme-color2: #e89a3d;
}


.site-logo {
width: 218.33px !important;
margin-right: 50px;
}
.btn {
border-radius: 5px;
font-weight: normal;
font-size: 15px;
letter-spacing: 0.02em;
line-height: 12px;
text-align: center;
font-weight: 600;
font-size: 14px;
padding: 14px 30px;
cursor: pointer;
}
.btn-theme {
background: var(--theme-color1);
color: #212121;
}

.c-container {
margin: auto;
width: 93%;
position: relative;
z-index: 1;
}

.btn-outline-white {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
background-image: none;
border-width: 2px;
border-color: #fff;
font-weight: 500;
-webkit-transition: all .2s;
transition: all .2s;
}
.btn {
border-radius: 5px;
font-weight: normal;
font-size: 15px;
letter-spacing: 0.02em;
line-height: 12px;
text-align: center;
font-weight: 600;
font-size: 14px;
padding: 14px 30px;
cursor: pointer;
}
.btn-outline-white:hover {
background-color: #fff;
color: var(--text-dark);
}
/* common css up */

.testimonial p {
font-size: 28px;
letter-spacing: 0.02em;
line-height: 35px;
}
.testimonial .name {
font-weight: bold;
font-size: 18px;
letter-spacing: 0.04em;
line-height: 35px;
text-align: left;
}
.testimonial .designation {
font-size: 14px;
letter-spacing: 0.04em;
text-align: left;
color: #fff;
opacity: 0.65;
}
.unt {
margin-bottom: 20px;
margin-top: 60px;
}
.hero-text {
font-size: 30px;
letter-spacing: 0.02em;
color: #fff;
}
.gallery-thumbs {
height: 100%;
}
.gallery-thumbs .swiper-wrapper {
align-items: center;
}
.gallery-thumbs .swiper-slide {
background-position: center;
background-size: cover;
width: 250px !important;
height: 330px;
position: relative;
}
.gallery-thumbs .swiper-slide img {
filter: contrast(0.5) blur(1px);
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active img {
filter: contrast(1) blur(0px) !important;
}
.flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.flex-row .flex-col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}


.testimonial-section .quote {
width: 75%;
height: 70%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 100px;
padding-right: 100px;
}
.swiper-container.testimonial {
height: 100vh;
}
.testimonial-section .user-saying {
background: #FF7F27;
width: 60%;
color: #fff;
height: 100%;
}
.testi-user-img {
width: 40%;
}
.testimonial-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 550px;
}
.testimonial-section .quote p {
font-size: 20px;
font-weight: 300;
line-height: 1.8;
font-style: italic;
margin: 0;
}
.quote-icon {
width: 38px;
display: block;
margin-bottom: 30px;
}
.idAchieve {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 550px;
  margin: 0px auto;
  box-sizing: border-box;
}
.idAchieve .achIcon {
  display: inline-block;
  width: 45px;
}
.idAchieve .achContain {
  display: inline-block;
  text-align: left;
  margin-left: 16px;
  color: var(--color-black);
  font-size: var(--font-size-15);
  font-weight: var(--font-bold);
  position: relative;
  top: 10px;
}
.idAchieve .achContain span {
  font-weight: var(--font-regular);
  font-size: var(--font-size-12);
  display: block;
  line-height: 1;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1 !important;
  width: 5vh !important;
  height: 5vh !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
.carousel-item img {
  position: relative;
  width: 100%;
  z-index:0 !important;
}
.header_btn {
  display: inline-block;
  color: white !important;
  padding:10px 25px !important;
  background-color: #FF7F27 !important;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center !important;
}


.contact {
 
  
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
     background-color: #eaeaea8f;
  border: 5px solid #fff;
}


.

.heading {
  font: 35px sans-serif;
  letter-spacing: 2.5px;
  color: #000;

  text-align: center;
  z-index: 0;
  transform: translateX(-195px);
}

.para {
  font-size: 16px;
  letter-spacing: 2px;
 
  color: #fff;
  transform: translateX(-190px);
}

.form {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-right: 20px;
}

.field {
  position: relative;
}

input,
textarea {
  width: 200px;
  background-color: transparent;
  outline: none;
  border: none;
  resize: none;
  border-bottom: 2px dotted #000;
  m
}

.label {
  font-size: 16pxpx;
  color: #000;
  padding-left: 10px;
  position: absolute;
  left: -160px;
  bottom: 25px;
}

.t_msg {
  position: absolute;
  left: 0;
  bottom: 25px;
  left: -160px;
}

.btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(180deg, #00b4db 0%, #6dd5ed 100%);
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  border-width: 0.5px 0.5px 0.5px 0.5px;
  padding: 4px 22px 5px 22px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  color: #fff;
  font-size: 16px;
  width: 120px;
  height: 40px;
}

.btn:hover {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.tabs {
  padding: 30px 20px 0;
}

.tab {
  font-size: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  background-color: #00b4db;
}

.tab i {
  padding-right: 20px;
  color: #5d26c1;
}

.social {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.social i {
  color: #00b4db;
  font-size: 20px;
}

@media only screen and (max-width: 950px) {
  .right1 {
    width: 250px;
    left: -5px;
    height: calc(100% + 10px);
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tabs {
    padding: 55px 0 0 0;
  }

  .tab {
    padding: 20px 10px;
    margin-bottom: 50px;
    font-size: 18px;
  }

  .tab i {
    padding-right: 10px;
    font-size: 16px;
  }
}
  
.logo-border {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;

}