﻿@media (min-width: 1440px) {
  .container-custom-pricing {
    max-width: 1262px !important;
    padding: 0 15px;
    margin: 0 auto; } }

@media (min-width: 1640px) {
  .container-custom-pricing {
    max-width: 1607px !important;
    padding: 0 15px;
    margin: 0 auto; } }

body {
  font-family: "Poppins", sans-serif !important; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
label,
address {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none !important; }

button {
  outline: none !important; }
  button:focus {
    outline: none !important; }

@media (max-width: 1371px) {
  .container-custom-pricing {
    max-width: 100% !important;
    padding: 0 15px;
    margin: 0 auto; } }

.first-main-tabs .first-mian-tab-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  color: #080035;
  margin-bottom: 24px;
  text-transform: capitalize; }

.first-main-tabs .sub-tab-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 88px; }

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 52px; }

.tabs-list .tablinks {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0rem 16px;
  background: rgba(255, 85, 0, 0.12);
  color: #080035;
  border: none;
  text-transform: uppercase;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  height: 32px; }
  .tabs-list .tablinks:hover {
    background: #FF5500;
    color: #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    font-weight: 700;
    cursor: pointer; }
  .tabs-list .tablinks.active {
    background: #FF5500;
    color: #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    font-weight: 700; }
  .tabs-list .tablinks:last-child {
    margin-right: 0px; }

.row-card-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 90px; }

.tabcontent-custom {
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }

.tabcontent-custom.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

.tablinks.active {
  display: block;
  opacity: 1; }

.row-card-pricing .card-pricing {
  width: 32.7%;
  min-width: 32.7%;
  margin-right: 10px;
  background: #080035;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 51, 153, 0)), to(#003399));
  background-image: -webkit-linear-gradient(right, rgba(0, 51, 153, 0) 0%, #003399 100%);
  background-image: -o-linear-gradient(right, rgba(0, 51, 153, 0) 0%, #003399 100%);
  background-image: linear-gradient(to left, rgba(0, 51, 153, 0) 0%, #003399 100%);
  padding: 24px 24px 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px; }
  .row-card-pricing .card-pricing.red {
    background: #080035;
    background-image: -webkit-linear-gradient(140deg, rgba(200, 16, 46, 0) 0%, #c8102e 100%);
    background-image: -o-linear-gradient(140deg, rgba(200, 16, 46, 0) 0%, #c8102e 100%);
    background-image: linear-gradient(310deg, rgba(200, 16, 46, 0) 0%, #c8102e 100%); }
  .row-card-pricing .card-pricing.red-blue {
    background: #BC002D;
    background-image: -webkit-linear-gradient(138deg, rgba(25, 47, 93, 0) 0%, #192f5d 100%);
    background-image: -o-linear-gradient(138deg, rgba(25, 47, 93, 0) 0%, #192f5d 100%);
    background-image: linear-gradient(-48deg, rgba(25, 47, 93, 0) 0%, #192f5d 100%); }
  .row-card-pricing .card-pricing.golden {
    background: #080035;
    background-image: -webkit-linear-gradient(138deg, rgba(236, 162, 71, 0) 0%, #eca247 100%);
    background-image: -o-linear-gradient(138deg, rgba(236, 162, 71, 0) 0%, #eca247 100%);
    background-image: linear-gradient(-48deg, rgba(236, 162, 71, 0) 0%, #eca247 100%); }
  .row-card-pricing .card-pricing.light-blue {
    background: #080035;
    background-image: -webkit-linear-gradient(138deg, rgba(44, 79, 222, 0) 0%, #2c4fde 100%);
    background-image: -o-linear-gradient(138deg, rgba(44, 79, 222, 0) 0%, #2c4fde 100%);
    background-image: linear-gradient(-48deg, rgba(44, 79, 222, 0) 0%, #2c4fde 100%); }
  .row-card-pricing .card-pricing.light-red {
    background: #080035;
    background-image: -webkit-linear-gradient(138deg, rgba(52, 93, 157, 0) 0%, #345d9d 100%);
    background-image: -o-linear-gradient(138deg, rgba(52, 93, 157, 0) 0%, #345d9d 100%);
    background-image: linear-gradient(-48deg, rgba(52, 93, 157, 0) 0%, #345d9d 100%); }
  .row-card-pricing .card-pricing.silver {
    background: #A2AAAD;
    background-image: -webkit-linear-gradient(140deg, rgba(148, 148, 148, 0) 0%, #949494 100%);
    background-image: -o-linear-gradient(140deg, rgba(148, 148, 148, 0) 0%, #949494 100%);
    background-image: linear-gradient(310deg, rgba(148, 148, 148, 0) 0%, #949494 100%); }
  .row-card-pricing .card-pricing.blue-bc {
    background: #080035;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(16, 116, 188, 0)), to(#1074bc));
    background-image: -webkit-linear-gradient(right, rgba(16, 116, 188, 0) 0%, #1074bc 100%);
    background-image: -o-linear-gradient(right, rgba(16, 116, 188, 0) 0%, #1074bc 100%);
    background-image: linear-gradient(to left, rgba(16, 116, 188, 0) 0%, #1074bc 100%); }
  .row-card-pricing .card-pricing.red-27 {
    background: #080035;
    background-image: -webkit-linear-gradient(140deg, rgba(232, 33, 39, 0) 0%, #e82127 100%);
    background-image: -o-linear-gradient(140deg, rgba(232, 33, 39, 0) 0%, #e82127 100%);
    background-image: linear-gradient(310deg, rgba(232, 33, 39, 0) 0%, #e82127 100%); }
  .row-card-pricing .card-pricing.orange {
    background: #080035;
    background-image: -webkit-linear-gradient(140deg, rgba(255, 85, 0, 0) 0%, #ff5500 100%);
    background-image: -o-linear-gradient(140deg, rgba(255, 85, 0, 0) 0%, #ff5500 100%);
    background-image: linear-gradient(310deg, rgba(255, 85, 0, 0) 0%, #ff5500 100%); }
  .row-card-pricing .card-pricing.gold {
    background: #080035;
    background-image: -webkit-linear-gradient(140deg, rgba(255, 199, 0, 0) 0%, #f7c61a 100%);
    background-image: -o-linear-gradient(140deg, rgba(255, 199, 0, 0) 0%, #f7c61a 100%);
    background-image: linear-gradient(310deg, rgba(255, 199, 0, 0) 0%, #f7c61a 100%); }
  .row-card-pricing .card-pricing.silver-light {
    background: #A2AAAD;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(148, 148, 148, 0)), to(#949494));
    background-image: -webkit-linear-gradient(right, rgba(148, 148, 148, 0) 0%, #949494 100%);
    background-image: -o-linear-gradient(right, rgba(148, 148, 148, 0) 0%, #949494 100%);
    background-image: linear-gradient(to left, rgba(148, 148, 148, 0) 0%, #949494 100%); }
  .row-card-pricing .card-pricing.platinum {
    background: #000;
    background-image: -webkit-linear-gradient(138deg, rgba(212, 212, 212, 0) 0%, black 100%);
    background-image: -o-linear-gradient(138deg, rgba(212, 212, 212, 0) 0%, black 100%);
    background-image: linear-gradient(-48deg, rgba(212, 212, 212, 0) 0%, black 100%); }
  .row-card-pricing .card-pricing:nth-child(3n) {
    margin-right: 0; }
  .row-card-pricing .card-pricing .label-pricing {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 16px 5px 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    2);
    border-bottom-right-radius: 16px;
    height: 32px; }
  .row-card-pricing .card-pricing .flags-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px; }
    .row-card-pricing .card-pricing .flags-flex .img-flags-card {
      width: 105px;
      height: 55px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .row-card-pricing .card-pricing .flags-flex .img-flags-card .img-flag {
        width: 105px;
        height: auto; }
    .row-card-pricing .card-pricing .flags-flex .left-flags .pricing-name {
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      line-height: 32px; }
    .row-card-pricing .card-pricing .flags-flex .left-flags .pricing-currency {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      line-height: 32px; }
    
  .row-card-pricing .card-pricing .pricing-total-value {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #FFFFFF1F;
    padding-top: 18px; }
    .row-card-pricing .card-pricing .pricing-total-value .left-list-ui {
      margin-bottom: 0;
      list-style: none; }
      .row-card-pricing .card-pricing .pricing-total-value .left-list-ui .list-total-value {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 32px;
        margin-bottom: 2px; }
      .row-card-pricing .card-pricing .pricing-total-value .left-list-ui .bid-value {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 32px;
        margin-bottom: 0; }

.top-mover-main .heading-movers {
  font-size: 26px;
  font-weight: 700;
  line-height: 28.6px;
  color: #080035;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 64px; }

.moversflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .moversflex .card-movers {
    width: 49%;
    min-width: 49%;
    background: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 16px;
    margin-bottom: 22px; }
    .moversflex .card-movers:nth-child(2n) {
      margin-right: 0; }
    .moversflex .card-movers .left-movers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 385px;
      min-width: 385px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .moversflex .card-movers .left-movers .inner-left-movers .movers-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        color: #000; }
      .moversflex .card-movers .left-movers .inner-left-movers .mover-sname {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #0B0B16; }
      .moversflex .card-movers .left-movers .list-movers {
        margin-bottom: 0;
        list-style: none; }
        .moversflex .card-movers .left-movers .list-movers .list-current {
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          color: #000;
          margin-bottom: 5px; }
        .moversflex .card-movers .left-movers .list-movers .list-cueent-value {
          font-size: 16px;
          font-weight: 700;
          line-height: 32px;
          color: #000;
          margin-bottom: 0px; }
  .moversflex .right-movers .trade-btn {
    display: inline-block;
    padding: 22px 36px 22px;
    height: 56px;
    border-radius: 80px;
    background: #FFC50D;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .moversflex .right-movers .trade-btn:hover {
      background-image: -webkit-gradient(linear, left top, right top, from(#FF5500), to(#FFC50D)) !important;
      background-image: -webkit-linear-gradient(left, #FF5500, #FFC50D) !important;
      background-image: -o-linear-gradient(left, #FF5500, #FFC50D) !important;
      background-image: linear-gradient(90deg, #FF5500, #FFC50D) !important;
      border: none !important;
      -webkit-transition: ease-in-out .5s !important;
      -o-transition: ease-in-out .5s !important;
      transition: ease-in-out .5s !important; }

@media (max-width: 1199px) {
  .row-card-pricing .card-pricing {
    width: 32%;
    min-width: 32%;
    padding: 16px; }
  .moversflex .card-movers {
    width: 100%;
    min-width: 100%;
    margin-right: 0; } }

@media (max-width: 768px) {
  .row-card-pricing .card-pricing {
    width: 48%;
    min-width: 48%; }
    .row-card-pricing .card-pricing:nth-child(3n) {
      margin-right: 16px; } }

@media (max-width: 767px) {
  .first-main-tabs .first-mian-tab-heading span {
    color: #FF1D48; } }

@media (max-width: 575px) {
  .first-main-tabs .first-mian-tab-heading {
    margin-bottom: 32px; }
  .first-main-tabs .sub-tab-heading {
    margin-bottom: 64px; }
  .tabs-list {
    margin-bottom: 32px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px; }
  .row-card-pricing .card-pricing {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding: 24px 24px 20px; }
  .row-card-pricing {
    margin-bottom: 21px; }
  .top-mover-main .heading-movers {
    margin-bottom: 50px; }
  .moversflex .card-movers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 44px; }
  .moversflex .card-movers .left-movers {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px; }
  .right-movers {
    width: 100%; }
  .moversflex .right-movers .trade-btn {
    width: 100%; }
  .moversflex .card-movers .left-movers .inner-left-movers .movers-heading {
    line-height: 18px;
    font-size: 18px; }
  .moversflex .card-movers .left-movers .inner-left-movers .mover-sname {
    margin-bottom: 10px; }
  .moversflex .card-movers .left-movers .list-movers .list-current {
    margin-bottom: 10px; }
  .inner-left-movers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .row-card-pricing .card-pricing .flags-flex {
    margin-top: 31px;
    -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;
    text-align: center; }
  .row-card-pricing .card-pricing .flags-flex .img-flags-card {
    width: unset;
    height: unset; }
  .row-card-pricing .card-pricing .flags-flex .img-flags-card .img-flag {
    width: unset;
    height: unset; }
  .row-card-pricing .card-pricing .pricing-total-value {
    margin-top: 10px; } }

@media (max-width: 376px) {
  .first-main-tabs .first-mian-tab-heading {
    font-size: 30px;
    line-height: 38px; }
  .row-card-pricing .card-pricing .pricing-total-value .left-list-ui .bid-value {
    font-size: 22px;
    line-height: 28px; }
  .moversflex .card-movers {
    padding: 24px 16px; }
  .moversflex .card-movers .left-movers .inner-left-movers .movers-heading {
    font-size: 17px;
    line-height: 18px; }
  .moversflex .card-movers .left-movers .inner-left-movers .mover-sname {
    font-size: 14px;
    line-height: 15px; }
  .moversflex .card-movers .left-movers .list-movers .list-current {
    font-size: 14px;
    line-height: 15px; }
  .moversflex .card-movers .left-movers .list-movers .list-cueent-value {
    font-size: 17px;
    line-height: 18px; }
  .inner-left-movers {
    margin-right: 10px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }