@font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 100;
    src: url(../font/Fellix-Thin.woff2) format("woff2"),
      url(../font/Fellix-Thin.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(../font/Fellix-Light.woff2) format("woff2"),
      url(../font/Fellix-Light.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../font/Fellix-Regular.woff2) format("woff2"),
      url(../font/Fellix-Regular.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(../font/Fellix-Medium.woff2) format("woff2"),
      url(../font/Fellix-Medium.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url(../font/Fellix-SemiBold.woff2) format("woff2"),
      url(../font/Fellix-SemiBold.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../font/Fellix-Bold.woff2) format("woff2"),
      url(../font/Fellix-Bold.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: url(../font/Fellix-ExtraBold.woff2) format("woff2"),
      url(../font/Fellix-ExtraBold.woff) format("woff");
  }
  @font-face {
    font-family: "Fellix";
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url(../font/Fellix-Black.woff2) format("woff2"),
      url(../font/Fellix-Black.woff) format("woff");
  }

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Fellix', -apple-system,BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: #fefefe;
    padding: 0 !important;
    /* letter-spacing: 0.8px;*/
}

*, body {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


b, strong{
    font-weight: 600;
}

/* header */

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.header {
    width: 100%;    
   /* height: 250px;*/
    display: block;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-title h1{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.header-title p{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.navbar {
    padding: 20px 0px;
    width: 100%;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-toggler .navbar-toggler-icon .line {
    width: 38px;
    height: 4px;
    background: #000000;
    border: 1px solid #000;
    border-radius: 50px;
    margin-bottom: 7px;
    text-align: right;
    float: right;
    -webkit-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -moz-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -ms-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    -o-transition: all .5s cubic-bezier(.08, .81, .87, .71);
    transition: all .5s cubic-bezier(.08, .81, .87, .71);
}

.navbar-toggler .navbar-toggler-icon .smline {
    width: 30px;
}

.line4 {
    bottom: 0;
}

.line1 {
    transform-origin: 4px 0px;
}

.line3 {
    transform-origin: bottom right;
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line1 {
    transform: rotate(45deg) translate(7px);
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line2 {
    width: 30px;
    transform: rotate(495deg) translate(2px);
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .line3 {
    transform: rotate(45deg);
    opacity: 0;
}

.navbar #nav {
    /*margin-top: -45px;*/
}

.nav-link {
    padding: 0;
}

.navbar #nav ul {
    margin-top: 15px;
    padding: 0;
    list-style: none;
    /*width: 100%;*/
    text-align: right;
}

.navbar #nav ul li {
    display: inline-block;
    padding: 0px 30px 0px 0px;
}

.navbar #nav ul li a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    /* padding: 0px 30px; */
    position: relative;
    display: inline-block;

}

.navbar #nav ul li a.active:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #021c39;
    width: 70%;
    height: 5px;
    content: '';
    margin: auto;
    right: 0;
}

.navbar #nav ul li a:hover:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #021c39;
    width: 70%;
    height: 5px;
    content: '';
    margin: auto;
    right: 0;
}

.header .logo img {
    padding: 0px;
    margin: 0;
    /*width: 231px;*/
    height: 40px;
}


.banner{
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 15px;
}

.banner:before {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    padding: 2px;
}


.banner .banner-text {
    display: inline-block;    
    margin-right: -15px;
    float: left;
}

.banner h1 {    
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    padding: 15px 0px 5px 0px;
    margin: 0;
}
.banner h1 span{    
    color:#2a9df4;
}

.banner p {
    display: inline-block;    
    text-align: left;
    /*font-family: 'Fellix-Light';*/    
    font-size: 17px;
}

.banner .banner-img{
    float: left;
    position: relative;
    display: block;    
}
.banner .banner-img img{
    width: 45%;
    margin-top: -50px;
}


.filter-section {
    margin-top: -50px;
    margin-bottom: 15px;
    width: 100%;
}

.filter-container{
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);    
}
    
.filter-container .select-wrap {
    border-radius: 4px;
    padding: 0 5px;
    width:40%;
    background-color:#2a9df4;
    position:relative;
  }

.filter-container .select-wrap label{
    font-size:13px;
    color: #fff;
    padding: 0px 4px;  
    position: absolute;
    top:2px;
  }
  
  


/* footer */

footer {
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    border-top: 7px solid #2a9df4;
    /* margin-top: 15px;*/
}

ul.footerlinks {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.footerlinks li {
    display: inline-block;
    padding-right: 20px;
}

ul.footerlinks li a {
    font-size: 14px;
    font-weight: 600;
    color: #2a9df4;
    text-decoration: none;
}

ul.footerlinks li a:hover {
    color: #fff;
}

.footerlogo {
    text-align: center;
    width: 100%;
}

.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.footerlogo img {
    width: 231px;
    height: 40px;
    vertical-align: middle;
}

ul.socialicons {
    float: right;
    height: 100%;
    display: block;
    align-items: center;
}

ul.socialicons li {
    padding: 0px 5px;
    align-items: center;
    display: inline-block;
}

ul.socialicons li i.fa {
    display: inline-block;
    border-radius: 50px;
    padding: 0.4em 0.4em;
    background: #2a9df4;
    color: #021c39;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    transition: 0.5s;
}

ul.socialicons li:hover i.fa {
    background: #2a9df4;
    color: #fff;
}


/* rank table */

.top-rank-section {
    display: block;
    position: relative;
    /*margin-top: -100px;*/
    margin-bottom: 20px;
    width: 100%;
}

.top-rank-section .rank-table {
    display: table;
    width: 100%;
}

.top-rank-section .rank-table .rank-table-header {
    /*background-color: #03254c;*/
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: table-header-group;
}

.top-rank-section .rank-table .rank-table-header .rank-table-column {
    display: table-cell;
    color: #fff;
    /*font-size: 15px;*/
    font-size: 18px;
    text-align: center;
    /*font-weight: 600;*/
    font-weight: 500;
    padding: 12px 0px;
    height: auto;
    background-color: #03254c;
}

.top-rank-section .rank-table .rank-table-header .column1 {
    border-top-left-radius: 10px;
}

.top-rank-section .rank-table .rank-table-header .column8 {
    border-top-right-radius: 10px;
}

.rank-table-column {
    display: table-cell;
    height: 110px;
    align-items: center;
}

.rank-table .column1 {
    width: 4%;
}

.rank-table .column2 {
    width: 16%;
}

.rank-table .column3 {
    width: 8%;
}

.rank-table .column4 {
    width: 10%;
}

.rank-table .column5 {
    width: 9%;
}

.rank-table .column6 {
    width: 19%;
}

.rank-table .column7 {
    width: 22%;
}

.rank-table .column8 {
    width: 12%;
}

.top-rank-section .rank-table .rank-table-body {
    background-color: #fff;
    width: 100%;
    display: table-row-group;
}

.top-rank-section .rank-table .rank-table-body .rank-table-row {
    display: table-row;
    position: relative;
    clear: both;
    height: 130px;
}

.top-rank-section .rank-table .rank-table-body .rank-table-column {
    display: table-cell;
    font-size: 15px;
    /*padding: 12px 0px;*/
    padding: 17px 0px;
    text-align: center;
    border-left: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.top-rank-section .rank-table .rank-table-body .column8 {
    border-right: 2px solid #ededed;
}

.rank-table .rank-table-body .column1 {
    font-size: 18px !important;
    font-weight: 600;
}

.rank-table .rank-table-body .column2 .img-container {
    width: 80%;
    margin: auto;
}

.rank-table .rank-table-body .column2 img {
    width: 80%;
    height: auto;
    margin: auto;
    /*max-height: 90px;*/
    max-height: 75px;
}

.rank-table .rank-table-body .column3 .rankValue {
    text-align: center;    
    height: auto;
    margin: auto;
    /*max-height: 90px;*/
    color:#369df4;
    font-size: 35px;
    font-weight: 600;
}
.rank-table .rank-table-body .column3 span {
    font-weight: 500;
}

.rank-table .rank-table-body .column5 img {
    width: 75%;
    height: auto;
    margin: auto;
}

.visitbtn {
    background-color: #2a9df4;
    color: #fff;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    font-size: 16px;
    /*font-weight: 600;*/
    font-weight: 500;
    transition: 0.5s;
    padding: 10px;
}

.visitbtn:hover {
    background-color: #03254c;
    color: #fff;
}

.rank-text {
    font-size: 36px;
    font-weight: 600;
}

.review-link {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.review-link:hover {
    color: #000;
    text-decoration: underline;
}

.progress {
    width: 80%;
    height: 10px;
    margin: 30% auto 0 auto;
    border-radius: 0;
    background-color: #ededed;
}

.progress-bar {
    background-color: #2a9df4;
}

.level100 {
    width: 100%;
}

.level90 {
    width: 90%;
}

.level80 {
    width: 80%;
}

.level50 {
    width: 50%;
}

.level25 {
    width: 25%;
}

.ease-level {
    color: #2a9df4;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

ul.advantage-text {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    /*list-style: disc;*/
    list-style: none;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 30px;
}

ul.advantage-text li {
    padding: 3px 0px 0px 0px;
}

ul.advantage-text li span {
    /*margin-left: -7px;*/
    margin-left: 5px;
}

.highlight {
    color: #2a9df4;
}

.ml7 {
    margin-left: 0px !important;
}

.rank-table-row .column3 {
    /*display: block !important;*/
}

span.plan {
    font-size: 13px;
    padding: 0px 0px 0px 15px;
    margin: 0;
    text-align: left;
    display: block;
    font-weight: 600;
}

span.plan:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    
}

.moreinfo {
    padding: 20px 0px 0px 15px;
    text-align: left;
}

.moreinfo a {
    color: #2a9df4;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

div.moreinfo a:after {
    content: ' ';
    background: url('../images/right-arrow.png');
    position: relative;
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-left: 5px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background-repeat: no-repeat;
}


/* more info box */

.moreinfo-row {
    width: 100%;
    background-color: #eeeeee;
    position: relative;
    /*display: flex;*/
    padding: 15px 0px;
    display: none;
    /*height: 225px;*/
}

.moreinfo-column1 {
    padding-left: 4%;
    width: 30%;
    position: relative;
    margin: auto;
    display: table-cell;
}

.moreinfo-column1 img {
    max-width: 300px;
    /* padding: 20px 0px; */
    margin: auto;
    height: auto;
    width: 100%;
}

.moreinfo-column2 {
    width: 29%;
    padding: 0px 0px 0px 15px;
    display: table-cell;
    vertical-align: top;
}

.moreinfo-row .features-heading {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

.moreinfo-row p {
    display: block;
    font-size: 14px;
    padding: 2px;
    margin: 0;
}

.moreinfo-column3 {
    width: 29%;
    padding: 0px 15px;
    display: table-cell;
    vertical-align: top;
}

.moreinfo-column3 ul {
    list-style: disc;
    padding-left: 15px;
}

.moreinfo-column3 ul li {
    font-size: 14px;
}

.moreinfo-column4 {
    width: 25%;
    padding: 0px 0px 0px 15px;
    display: table-cell;
    vertical-align: top;
}

.green-tick {
    margin-left: 20px;
    position: relative;
}

.green-tick:before {
    content: '';
    position: absolute;
    background: url('../images/green-tick.png');
    width: 15px;
    height: 15px;
    margin-left: -20px;
    margin-top: 5px;
}

.red-close {
    margin-left: 20px;
    position: relative;
}

.red-close:before {
    content: '';
    position: absolute;
    background: url('../images/red-close.png');
    width: 15px;
    height: 14px;
    margin-left: -20px;
    margin-top: 5px;
}

.moreinfo-close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 2px;
}

.moreinfo-close img {
    width: 20px;
    height: 20px;
}

.toprank {
    border: 3px solid #2a9df4;
}

.toprank-top {
    border: 3px solid #2a9df4;
    border-top: none;
}

.toprank-bottom {
    border-bottom: none;
}

.noborder {
    border: none;
}

.popularplan {
    background: #2a9df4;
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    padding: 3px 5px;
}


/* content */

.content h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.content p {
    /*font-family: 'Fellix-Light';*/
    color: rgba(16,24,32,.72);
    /*font-size: 14px;    */
    font-size: 16px;    
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 25px;
    margin: 0;
}

.content .key-points {
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 15px;
}

.content .key-points:before {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    /* z-index: -1; */
    padding: 2px;
}

.key-points ul {
    z-index: 33;
    position: relative;
    padding: 5px 0px;
}

.key-points ul li {
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
    padding: 5px 0px;
}

.key-points ul li:before {
    content: '';
    background: url('../images/tick.png');
    width: 16px;
    height: 14px;
    position: absolute;
    margin: 5px 0px 5px -25px;
}

.sidebox {
    float: right;    
}

.sidebox h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 70px;
}

.sidebox ul {
    margin-top: 15px;
}

.sidebox ul li {
    font-size: 14px;    
    /*font-weight: 600;*/
    font-weight: 400;
    padding: 10px 0px 5px 0px;
    border-bottom: 3px solid #ededed;
    color: #101820;
}

.sidebox ul li a {
    color: inherit;
}

.sidebox ul li:first-child {
    border-bottom: 3px solid #2a9df4;
}

.sidebox ul li:hover {
    border-bottom: 3px solid #2a9df4;
}


/* article */

.article-section {
    display: block;
    position: relative;
    /*margin-top: -100px;*/
    margin-top: -50px;
    margin-bottom: 20px;
}

.article-section .article-row {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
}

.article-section .article-row .article-image {
    border: 3px solid #2a9df4;
    border-radius: 5px;
    width: 45%;
    margin: 0;
    padding: 0;
    float: left;
    background-color: grey;
}

.article-section .article-row .article-image img {
    width: 100%;
    /* filter: grayscale(100%);*/
    height: 100%;
    object-fit: fill;
}

.article-section .article-row .article-content-section {
    background: #fff;
    float: left;
    margin: auto;
    width: 55%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border-image: linear-gradient(to right, rgb(255, 255, 255) 1%, #eeeeee 50%, #eeeeee 100%) 100% 0 100% 0/3px 0 3px 0 stretch;*/
    border-right: 3px solid #eeeeee;
    padding: 0;
    display: flex;
    height: 120px;
}

.article-section .article-row .article-content-section .article-content-box {
    position: relative;
    display: flex;
    margin: auto;
    width: 100%;
    /* padding: 25px 0px 0px 25px; */
    height: 100%;
    border: 3px solid #eeeeee;
    border-image-width: 3px 3px 3px 3px;
    border-image: linear-gradient(to right, rgb(255, 255, 255) 1%, #eeeeee 50%, #eeeeee 100%) 100% 0 100% 0/3px 0 3px 0 stretch;
}

.article-section .article-row .article-content-section .article-content {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    padding-left: 20px;
    /* padding: 25px 0px 0px 25px; */
    /* border: 1px solid #000; */
    align-items: end;
    height: auto;
}

.article-section .article-row .article-content-section .article-content h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.article-section .article-row .article-content-section .article-content span {
    font-size: 14px;
}

.article-section .article-row .article-content-section .article-content h2 {
    font-size: 15px;
    font-weight: 600;
    margin: auto 0;
}

.article-section .article-row .article-content-section .article-content p {
    /*font-family: 'Fellix-Light';*/
    font-weight: 400;
    font-size: 14px;
}

a.seemore {
    background: #2a9df4;
    display: block;
    position: absolute;
    right: -6px;
    bottom: -3px;
    padding: 5px 25px;
    border-top-left-radius: 45px;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    float: right;
    transition: 0.5s;
}

a.seemore:hover {
    background: #03254c;
}

.ranking-sidebox {
    width: 100%;
    margin-top: 20px;
}

.ranking-sidebox .ranking-sidebox-row {
    background: #fff;
    border-radius: 5px;
    height: 100px;
    padding: 0px 15px;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    position: relative;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column1 {
    width: 20%;
    margin: auto;
    display: flex;
    height: 100%;
    position: relative;
    float: left;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column1 img {
    margin: auto;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column2 {
    width: 40%;
    display: flex;
    height: 100%;
    position: relative;
    float: left;
    margin: 0;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column2 img {
    max-height: 55px;
    margin: auto;
    width: 90%;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column3 {
    width: 40%;
    display: flex;
    height: 100%;
    position: relative;
    float: left;
    margin: 0;
}

.ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column3 a {
    font-size: 14px;
    font-weight: 600;
}

.price-container {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.amount {
    font-size: 18px;
    color: #2a9df4;
    padding: 0;
    margin: 0;
}

.decimal {
    font-size: 15px;
    color: #2a9df4;
    padding: 0;
    margin: 0;
}

.currency {
    font-size: 16px;
    color: #000;
    padding: 0px 0px 0px 5px;
    margin: 0;
}

.period {
    font-size: 13px;
    color: #000;
    padding: 0;
    margin: 0;
}

.highlight-box {
    background: #03254c;
    border: 4px solid #2a9df4 !important;
}

.mobile-rank-table-row {
    border: 2px solid #ededed;
    padding: 0px;
}

.mobile-rank-table-column {
    padding: 0;
}

.mobile-rank-table-column.col1 {
    overflow: hidden;
    width: 10%;
    position: relative;
}

.mobile-rank-table-column.col2 {
    width: 50%;
padding: 25px 0px 0px 10px;
    margin-left: -20px;
    text-align: center;
}

.mobile-rank-table-column.col2 img {
    /*max-height: 65px;*/
    max-height: 100px;
    max-width: 98%;
}

.mobile-rank-table-column.col3 {
    width: 40%;
    padding: 30px 0px 0px 0px;
    text-align: center;
    margin: auto;
}

.mobile-rank-table-column.col3 span {
    font-size: 18px;
/* font-weight: 600; */
line-height: 20px;
margin-top: 5px;
}

.mobile-rank-table-column.col4 {
    width: 32%;
    padding: 30px 0px 0px 0px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.mobile-rank-table-column.col5 {
    width: 100%;
    margin: 0 10%;
    font-size: 15px;
    text-align: center;
}

.mobile-rank-table-column.col6 {
    text-align: center;
    width: 100%;
    padding: 0px 0px 15px 0px;
}

.mobile-rank-table-column.col6 a {
    /*color: #2a9df4;
    font-size: 15px;
    text-decoration: underline;*/
}

.getstartedbtn {
    background-color: #2a9df4;
    color: #fff;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    font-size: 15px;
    /*font-weight: 600;*/
    font-weight: 500;
    transition: 0.5s;
    padding: 8px 5px;
}

.mobile-rank {
    background: #ededed;
    height: 50px;
    left: -25px;
    position: absolute;
    top: -25px;
    width: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-rank span {
    color: #000;
    /*font-family: 'Fellix-SemiBold';*/    
    font-size: 18px;
    left: 18px;
    top: 27px;
    position: absolute;
    width: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-weight: 600;
}

.mobile-moreinfo-row {
    width: 100%;
    position: relative;
    /*display: flex;*/
    display: none;
    border-top: 2px solid #ededed;
}

.mobile-moreinfo-column1 {
    position: relative;
    width: 65%;
    padding: 5px;
}

.mobile-ease {
    width: 100%;
    display: flex;
    position: relative;
    padding: 5px 0px;
}

.mobile-ease-level {
    color: #2a9df4;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.mb-progress {
    width: 60%;
}

ul.advantage-text.mob {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-left: 15px;
}

.mobile-moreinfo-row p {
    font-size: 15px;
}

.mobile-moreinfo-column2 {
    width: 35%;
    padding: 5px 0px;
    display: flex;
}

.mobile-moreinfo-column2 img {
    width: 100%;
    margin: auto;
}

.mobile-rank-table-row.active {
    border: 3px solid #2a9df4;
}

.mobile-rank-table-row.active .col1 .mobile-rank {
    background: #2a9df4;
}

.mobile-rank-table-row.active .col1 .mobile-rank span {
    color: #fff;
}


/********* iphones mobiles ********/


/*@media only screen and (max-width: 767px) {*/


/*@media only screen and (min-device-width: 320px) and (max-device-width: 823px) {*/

@media only screen and (max-width: 991px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .navbar {
        padding: 20px 15px;
    }
    .navbar #nav {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .navbar #nav ul {
        text-align: left;
        margin-top: 0;
    }
    .navbar #nav ul li {
        border-bottom: 2px solid #03254c;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar #nav ul li a {
        color: #000;
        padding: 10px 20px;
    }
    .navbar #nav ul li a.active {
        font-weight: bold;
    }
    .navbar #nav ul li a.active:after {
        position: absolute;
        left: 0;
        bottom: -5px;
        background: none;
        width: 70%;
        height: 5px;
        margin: auto;
        right: 0;
    }
    .header {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        background: none;
    }
    .header .logo img {
        width: 180px;
        height: 30px;
    }
    .article-section {
        margin: 0;
    }
    footer {
        background: url('../images/mobile-footer-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        position: relative;
        padding: 20px 0px;
        height: 100%;
        width: 100%;
        margin-top: 0;
    }
    ul.footerlinks li {
        display: inline-block;
        padding: 0px 10px;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .footerlogo {
        padding: 20px 0px;
    }
    .footerlogo img {
        width: 180px;
        height: 30px;
    }
    ul.socialicons {
        width: 100%;
        text-align: center;
    }
    .one {
        order: 2;
    }
    .two {
        order: 1;
    }
    .ranking-sidebox {
        margin-top: 0;
    }
    .ranking-sidebox .ranking-sidebox-row {
        padding: 0px;
    }
    .ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column2 img {
        max-height: 55px;
    }
    .ranking-sidebox .ranking-sidebox-row .ranking-sidebox-column3 a {
        width: 95%;
        font-size: 14px;
    }
    .highlight-box {
        border: none;
    }
    .article-section .article-row .article-image {
        width: 49%;
    }
    .article-section .article-row .article-content-section {
        width: 55%;
        height: 100px;
    }
    .article-section .article-row .article-content-section .article-content {
        padding-left: 7px;
    }
    .article-section .article-row .article-content-section .article-content h1 {
        font-size: 18px;
    }
    .article-section .article-row .article-content-section .article-content span {
        font-size: 13px;
    }
    .article-section .article-row .article-content-section .article-content h2 {
        font-size: 13px;
    }

    .article-section .article-row .article-content-section .article-content p {
        font-size: 12px;
    }
    a.seemore {
        padding: 2px 12px;
        font-size: 12px;
    }
    .currency-text {
        /* font-size: 25px !important; */
    }
    .getstartedbtn {
        font-size: 18px;
padding: 7px;
font-weight: 600;
    }
    .header h1 {
        font-size: 22px;
        text-align: left;
    }
    .header-title p {
        text-align: left;
    }

    .filter-section{
        display: none;
    }
}

h3 {
    font-size: 18px
}
/********* ipad ********/

@media only screen and (min-width:768px) and (max-width:1150px) {}

.intable {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}

.rank-list {
    cursor: pointer;
}

.currency-text {
    display: inline-flex;
    align-items: center;
    /* font-size: 30px; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 0px;
}

.currency-text span{
    display: contents;
    padding: 0px 10px;
    font-size: 20px;
}

.currency-text p {    
    font-size: 13px;
    display: block;
    position: absolute;
    margin-top: -25px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.supsub {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-top: 7%;
}

.subscript {
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-top: 4px;
}

.superscript {
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.disclaimer {
    background-color: #f7f7f7;
    margin-top: -15px;
}

.disclaimer p {
    color: #343434;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: left;
    margin: 0;
    padding: 5px 15px;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #2a9df4;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #2a9df4;
}

#scroll:hover {
    background-color: #2a9df4;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#scroll:hover span {
    border-bottom-color: #fff;
}

p.trail-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    background-color: #369df4;
    background-size: cover;
    position: relative;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    background-position: bottom;
    height: 30px;
}

.recommend-text-desktop {
    position: absolute;
    /* padding: 0px 10px 0px 5px; */
    font-size: 13px;
    color: #fff;
    width: auto;
    height: 0;
    /* border-bottom: 12px solid #f4622ae0;
    border-top: 12px solid #f4622ae0;
    border-right: 12px solid transparent; */
    display: flex;
    top: 0px;
    background: #f4622ae0;
    padding: 12px 20px 12px 5px;
}
.recommend-text-desktop::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff transparent transparent;
}
.recommend-text {
    position: absolute;
    /* padding: 0px 10px 0px 35px; */
    font-size: 13px;
    color: #fff;
    width: auto;
    height: 0;
    display: flex;
    /* border-bottom: 10px solid #f4622ae0;
    border-top: 10px solid #f4622ae0;
    border-right: 10px solid transparent; */
    background: #f4622ae0;
    padding: 12px 15px 12px 35px;
}

.recommend-text::after {
    content: '';
    position: absolute;
    right:-1px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff transparent transparent;
}

.recommend-text-desktop span {
    display: block;
    margin-top: -12px;
}

.recommend-text span {
    display: block;
    margin-top: -10px;
}

.caption-row {
    position: relative;
    display: table-caption;
    caption-side: bottom;
    background-color: #369df4;
    background-size: cover;
    /* margin: 0px 3px;
    margin-top: -38px;*/
    background-repeat: no-repeat;
}

p.trail-text-desktop {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    position: relative;
    margin: 0;
    color: #ffffff;
    /*font-weight: bold;*/
}

.mt-38 {
    margin-top: -38px !important;
}

.single-top {
    margin-top: 20px !important;
}

.single-top .recommend-text {
    /* padding: 0px 5px 0px 5px !important; */
    padding: 12px 15px 12px 5px;
}

.single-top .currency-text p {
    margin-top: -15px !important;
}

.article-top {
    top: 0px;
    left: 0px;
}

.ranking-sidebox-row:nth-child(2) .article-top {
    border-top-left-radius: 3px;
}

.ranking-sidebox .ranking-sidebox-row:not(:last-child) {
    padding-top: 15px;
}

p.advantage-title {
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-title {
    border-bottom-style: solid;
    border-bottom-color: white;
    background: #3699eb;
    padding: 10px 0px;
}

.header-title h1 {
    margin-top: 0;
}

.h168 {
    height: 168px !important;
}

.mx132 {
    max-height: 132px;
}

p.mb-alert {
    background: #2e2e2d;
    margin-top: 13px;
    margin-bottom: -13px;
    text-align: left;
    padding: 3px 10px;
    font-size: 15px;
}

p.mb-alert img {
    width: 20px;
    height: 20px;
    margin-top: -7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     ::i-block-chrome,
    .caption-row {
        margin: 0 !important;
    }
     ::i-block-chrome,
    .hs155 {
        height: 155px !important;
    }
     ::i-block-chrome,
    .mt-5 {
        margin-topheight: 155px !important;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .caption-row {
            margin: 0 !important;
        }
        .hs165 {
            height: 155px !important;
        }
        .mt-38 {
            margin-top: 0px !important;
        }
    }
}


.globaltext{
    font-weight: 500;
    font-size: 16px;
    background: #ecebeb;
    display: block;
    padding: 10px;
}

.percent{
    font-size: 15px;
    margin-top: 12px;
    padding-left: 3px;
}

.wallet{
    background: url('../images/wallet.svg');
    display: inline-flex;
    width: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.disclaimer-heading{
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
   /* padding: 20px 0px;*/
   margin-top: 0px;
}

 .sticky:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;    
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.no-shadow{
    box-shadow: none;
}
/* dropdown */

.select-container{
    width: 100%;
    display: block;
    position: relative;    
    padding-bottom: 10px;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 38%;
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
}
.custom-select-dp {
    position: relative;
    display: flex;
    flex-direction: column;
    border : 1px solid #93a1a8;
    border-radius: 5px;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 500;
    /*color: #3b3b3b;*/
    color: #fff;
    line-height: 60px;
    /*background: #ffffff;*/
    background: #3699eb;
    cursor: pointer;
}
.custom-select__trigger.disabled {
    background: #a5a3a3;
    cursor: not-allowed;
    pointer-events: all !important;
}


.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border : 1px solid #93a1a8;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}


.custom-select-dp.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
}



.custom-option:hover {
    cursor: pointer;
    background-color: #f5f6f7;
}
.custom-option.selected {
    color: #3699eb;
    
}


.arrow {
    position: relative;
    height: 12px;
    width: 12px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.11rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -3px;
    transform: rotate(45deg);
    background-color: #fff;
}
.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #fff;
}
.open .arrow::before {
    left: -3px;
    transform: rotate(-45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}

.select-note{
    display: block;
    width: 20%;
    float: right;

    height: 100%;
    position: relative;
    height: 60px;
}

.select-note p{
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

/* dropdown */


/* main modal */


.modal-header {
    flex-direction: column;
    border: none;
    padding-bottom: 0;
}

.modal-header div{
    width: 100%;
    position: relative;
    text-align: center;
}
.modal-header img{
    width: 20%;
    margin-bottom: 10px;
}

.modal-title{
    font-size: 22px;
    font-weight: 600;
    margin: 10px;
}


.modal-header button.close{
    cursor: pointer;
    width: 39px;
    height: 39px;
    padding: 0px 0px 5px 0px;
    line-height: 30px;
    font-size: 35px;
    border-radius: 35px;
    text-align: center;
   /* border: 2px solid #333;*/
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: inline-block;
    outline: none;   
    background: url(../images/cancel.svg) no-repeat center;
    background-size: 60%;    
}

.btn__arrow {
    background: url('../images/left-arrow.svg') no-repeat center center;
    background-size: 80%;
    width: 25px !important;
    position: absolute !important;
    top: 5px;
    left: 10px;
    padding: 15px;
    pointer-events: painted;
    cursor: pointer;
    margin-top: 0px;
    display: none; 
    z-index: 25;
}

.modal.fade{
    opacity:1;
  }
  .modal.fade .modal-dialog {
     -webkit-transform: translate(0);
     -moz-transform: translate(0);
     transform: translate(0);
  }

  .fade{
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  }

.modal-body{
    padding-top: 0;
}

.slidewrapper{
    position: relative;
    min-height: 440px;
}

.modal-credit-container{
    /* padding: 0px 20px 20px 20px;*/
 }
 
 .modal-amount-container{
 /*    padding: 0px 20px 20px 20px;*/
     display: none;
 }
 
 
 .modal-credit-container, .modal-amount-container {
     width: 100%;
     position: absolute;
     top: 0;
 }
 
 .modal-credit-container .btn, .modal-amount-container .btn{
     width: 100%;
     border: 2px solid #cecaca;
     border-radius: 5px;
     margin-bottom: 20px;
     text-align: left;
     font-size: 18px;
     font-weight: 600;
     padding: 10px 15px;
     color: #000;
 }
 .modal-credit-container .btn.selected, .modal-amount-container .btn.selected{
     background-color: #2a9df4;
     color: #fff;
     border: 2px solid #2a9df4;
 }
/* main modal */




/* skeleton */

.skeleton{
    opacity: 0.6;
}
.img-skeleton{
    width: 175px;
    height: 75px;
    background: #ecebeb;
    position: relative;
    display: inline-block;
}

.blanktext{
    background: #ecebeb;
    margin-bottom: 5px;
    width: 80%;
    position: relative;
    display: inline-block;
}

.btn-skeleton{    
        background-color: #ecebeb;
        color: #fff;
        width: 95%;
        margin: auto;
        border-radius: 5px;
        transition: 0.5s;
        padding: 10px; 
}

/* The loading Class */
.loading {
    position: relative;
    background-color: #828080;
}

/* The moving element */
.loading::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top,
                right top, from(transparent), 
                color-stop(rgba(255, 255, 255, 0.2)),
                to(transparent));
                  
    background: linear-gradient(90deg, transparent,
            rgba(255, 255, 255, 0.2), transparent);

    /* Adding animation */
    animation: loading 0.8s infinite;
    top: 0;
}

/* Loading Animation */
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
/* skeleton */


/* floating modal */

.floating-modal-container{
    padding: 0px 20px 20px 20px;
    width: 100%;
}

#floatingModal form{
    width: 100%;
}

#floatingModal{
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 1026;
}

#floatingModal .modal-dialog{
    margin: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    
}

#floatingModal .modal-content{
    border: none;
    border-radius: 0;
    background: transparent;
    width: 100%;
}

#floatingModal .modal-body{
    background: #fff;
    padding: 15px 0px;    
    max-height: 25px;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    transition: all 550ms ease-in-out;
}

#floatingModal .modal-body.open{      
    max-height: calc(100vh - (120px + 47px + 25px));
    opacity: 1;  
    transition: all 550ms ease-in-out;
}

#floatingModal .modal-header{
    padding: 0;
}



#floatingModal .triggerBtn{    
    text-align: center;
    width: 75%;
    background: #000; 
    align-self: center;
    color: #fff;
    padding: 10px 0px;
    transition: all 550ms ease-in-out;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

#floatingModal .triggerBtn.open{    
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 550ms ease-in-out;
}

#floatingModal .triggerBtn::before{
    content: '';
    background-image: url(data:image/svg+xml;charset=utf,%3Csvg%20id%3D%22filter-icon%22%20width%3D%2218%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-121.000000%2C%20-614.000000%29%22%20stroke%3D%22%23fff%22%3E%3Cg%20transform%3D%22translate%280.000000%2C%20600.000000%29%22%3E%3Cg%20transform%3D%22translate%2889.000000%2C%200.000000%29%22%3E%3Cg%20transform%3D%22translate%2833.000000%2C%2013.000000%29%22%3E%3Cg%20transform%3D%22translate%280.000000%2C%201.000000%29%22%3E%3Cg%3E%3Cg%20stroke-width%3D%221.1%22%3E%3Cpath%20d%3D%22M6.5%2C2%20C12.7740878%2C2%2015.9111317%2C2%2015.9111317%2C2%22%20id%3D%22Line-2%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%2C2%20L3%2C2%22%20id%3D%22Line-2-Copy%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Ccircle%20id%3D%22Oval%22%20cx%3D%224.65%22%20cy%3D%222.15%22%20r%3D%221.6%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%280.000000%2C%209.500000%29%22%20stroke-width%3D%221.1%22%3E%3Cpath%20d%3D%22M9.27862549%2C2%20C13.7002963%2C2%2015.9111317%2C2%2015.9111317%2C2%22%20id%3D%22Line-2-Copy-4%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M-6.36379838e-13%2C2%20L5.59210205%2C2%22%20id%3D%22Line-2-Copy-5%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Ccircle%20id%3D%22Oval-Copy-2%22%20cx%3D%227.65%22%20cy%3D%222.15%22%20r%3D%221.6%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%280.000000%2C%204.500000%29%22%20stroke-width%3D%221.1%22%3E%3Cpath%20d%3D%22M13.9631958%2C2%20C15.2618197%2C2%2015.9111317%2C2%2015.9111317%2C2%22%20id%3D%22Line-2-Copy-2%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%2C2%20L10%2C2%22%20id%3D%22Line-2-Copy-3%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Ccircle%20id%3D%22Oval-Copy%22%20cx%3D%2212.15%22%20cy%3D%222.15%22%20r%3D%221.6%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-right: 30px;
    width: 18px;
    height: 25px;    
}

#floatingModalForm .btn{
    background-color: #2a9df4;
    color: #fff;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    padding: 10px 5px;
    border: none;
    text-align: center;
}

#floatingModalForm .btn:hover {
    background-color: #03254c;
    color: #fff;
}


.overlay{
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(34,34,34,0.6);
    transition: background-color 400ms ease-out 0ms;
    z-index: 999;
}

.hidden{
    display: none;
}

.noscroll{
    /*position: fixed;*/
    margin: 0; height: 100%;
    overflow: hidden;
}
/* floating modal */

.taeg{
    font-size: 16px;
}
.graytxt{
    color: #aab5ba;
}

.plt{
    /* text-align: left !important; */
/* padding-left: 15px !important; */
}

.topvignette{
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    /* width: 100%; */
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.topvignette img{
    width: 15px;
    height: 15px;
}
@media only screen and (max-width: 991px) {
    .taeg{
        font-size: 18px;
    }

    .currency-text{
        font-size: 21px;
    }
}


@media only screen and (min-width:992px) and (max-width:1200px) {
    .topvignette{
        font-size: 11px;
    }
}