@import url('//fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Google Sans', sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
select,
option {
    font-family: 'Google Sans', sans-serif!important;
}

.page-titles {
    padding-left: 20px;
}

.topbar .top-navbar .navbar-collapse {
    height: 60px!important;
}

.topbar .top-navbar .navbar-collapse .navbar-nav {
    height: 40px;
}

.topbar .top-navbar .navbar-collapse .navbar-nav .nav-item>.nav-link {
    width: auto!important;
    padding: 0px 10px;
}

.font14 {
    font-size:14px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font48 {
    font-size: 48px;
}

.font56 {
    font-size: 56px;
}

.font64 {
    font-size: 64px;
}

.topFlags {
    width: 18px;
}

.topRightMenu .nav-link-right {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
}

.topRightMenu .nav-link-right:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topRightMenu i {
    padding: 10px;
    border-radius: 5px;
}

.bagSuccesss {
    background: #e9faf8;
    color: #2bc9b7;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagSuccesss:hover {
    background: #2bc9b7;
    color: #fff;
    text-decoration: none;
}

.bagDanger-1 {
    background: #ffcbc7;
    color: #ea4335;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagDanger-1:hover {
    background: #ea4335;
    color: #fff;
    text-decoration: none;
}

.bagSuccess-1 {
    background: #34a8534d;
    color: #34a853;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagSuccess-1:hover {
    background: #34a853;
    color: #fff;
    text-decoration: none;
}

.bagPrimary-1 {
    background: #4285f44d;
    color: #4285f4;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagPrimary-1:hover {
    background: #4285f4;
    color: #fff;
    text-decoration: none;
}

.bagWarning-1 {
    background: #fbbc0547;
    color: #fbbc05;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagWarning-1:hover {
    background: #fbbc05;
    color: #fff;
    text-decoration: none;
}

.bagInfo {
    background: #edf3ff;
    color: #4b8cfa;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagInfo:hover {
    background: #4b8cfa;
    color: #fff;
    text-decoration: none;
}

.bagDanger {
    background: #edf3ff;
    color: #fd397a;
    padding: 5px 10px;
    border-radius: 2px;
}

.bagDanger:hover {
    background: #fd397a;
    color: #fff;
    text-decoration: none;
}

.topRightMenu i.successs {
    background: #e9faf8;
    color: #2bc9b7;
}

.topRightMenu i.successs:hover {
    background: #2bc9b7;
    color: #fff;
}

.topRightMenu i.info {
    background: #edf3ff;
    color: #4b8cfa;
}

.topRightMenu i.info:hover {
    background: #4b8cfa;
    color: #fff;
}

.topRightMenu i.warning {
    background: #ffe5fd;
    color: #fd00eb;
}

.topRightMenu i.warning:hover {
    background: #fd00eb;
    color: #fff;
}

.topRightMenu i.danger {
    background: #fff8e9;
    color: #fcbc29;
}

.topRightMenu i.danger:hover {
    background: #fcbc29;
    color: #fff;
}

.text-red {
    color: #ea4335 !important;
}

.page-wrapper {
    margin-left: 0px!important;
}

.footer  {
    margin-left: 0px!important;
}

/* widgets new */
.image-review { 
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 10px;
    box-shadow: 0 12px 18px -6px rgba(0,0,0,.3);
}

.section-1-bg {
    /* background: linear-gradient(166.81deg, #666eea 0%, #764ba2 100%); */
    padding-top:50px;
    padding-bottom: 50px;
}

.widget-item-landing {
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.1);
}

.widget-vip-btn {
    padding: 30px;
    /* background-color: #564b92; */
}

.widget-section-1 {
    padding: 100px 0;
}

.hide-section {
    display: none!important;
}

/* pricing table */
section.pricing {
    /* background: #007bff; */
    /* background: linear-gradient(to right, #0062E6, #33AEFF); */
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 90%;
    /* border-radius: 5rem; */
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
    /* background: #e02b20; */
    color:white;
  }
  

