@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

/**
* primary color: #0A1443
*
*/

@font-face {
  font-family: "HurmeGeometricSans1 Regular";
  font-style: normal;
  font-weight: normal;
  src: local("HurmeGeometricSans1 Regular"),
  url("../fonts/HurmeGeometricSans1-Regular.woff2") format("woff2"),
  url("../fonts/HurmeGeometricSans1-Regular.woff") format("woff"),
  url("../fonts/HurmeGeometricSans1-Regular.eot") format("eot");
}
/*
@font-face {
  font-family: "Metropolis Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Regular"),
  url("../fonts/Metropolis-Regular.woff2") format("woff2"),
  url("../fonts/Metropolis-Regular.woff") format("woff"),
  url("../fonts/Metropolis-Regular.eot") format("eot");
}

@font-face {
  font-family: "Metropolis Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Medium"),
  url("../fonts/Metropolis-Medium.woff2") format("woff2"),
  url("../fonts/Metropolis-Medium.woff") format("woff"),
  url("../fonts/Metropolis-Medium.eot") format("eot");
}

@font-face {
  font-family: "Metropolis Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis Bold"),
  url("../fonts/Metropolis-Bold.woff2") format("woff2"),
  url("../fonts/Metropolis-Bold.woff") format("woff"),
  url("../fonts/Metropolis-Bold.eot") format("eot");
}
*/

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  color: #222b55;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  padding: 0 !important;
  overflow-x: hidden;
}

a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  color: #fe4985;
}

p {
  font-size: 16px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
  padding-bottom: 15px;
}

h3 {
  font-size: 20px;
  /* padding-bottom: 15px; */
}

p {
  font-size: 16px;
  line-height: 20px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}

.container {
  max-width: 1200px;
}

header {
  background-color: #fff;
  clear: both;
  position: relative;
  z-index: 20;
}

.nav-link {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
  outline: none;
  box-shadow: none;
}

ul.navbar-nav li.nav-item:last-child {
  margin-left: 80px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 7px;
}

.navbar .megamenu {
  padding: 1rem;
  background: #f5f5f5;
  border: none;
  padding: 5px;
  border-radius: 0;
}
.navbar .megamenu h4 {
  color: #000;
  /* font-size: 17px; */
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  padding: 10px;
}
.navbar .megamenu h4::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 7%;
  border-bottom: solid 3px #0a1443;
  padding-top: 5px;
  margin-left: 0px;
}

.navbar .megamenu ul {
  list-style: none;
}
.navbar .megamenu ul li {
  padding: 0px 10px 15px 0px;
  /* font-size: 15px; */
  font-size: 14px;
}

span.nav-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.navbar-light .navbar-nav.main-nav .nav-link::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  border-bottom: solid 6px #1664bf;
  padding-top: 2px;
  margin-left: 2px;
}

.navbar-toggler {
  padding: 0 !important;
  border: none;
  box-shadow: none !important;
  outline: none !important;
}
/* menu icon */

.menu-icon {
  cursor: pointer;
  /* display: inline-block; */
  float: right;
  /* padding: 28px 20px; */
  position: relative;
  user-select: none;
  right: 20px;
}

.navbar-toggler.collapsed .menu-icon .navicon {
  background: #0a1443;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 30px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #0a1443;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 30px;
}

.navbar-toggler.collapsed .menu-icon .navicon:before {
  top: 10px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .menu-icon .navicon:after {
  top: -10px;
  transform: rotate(0deg);
}

.navbar-toggler .menu-icon .navicon {
  background: transparent;
}

.navbar-toggler .menu-icon .navicon:before {
  top: 0px;
  right: 0px;
  transform: rotate(-45deg);
}

.navbar-toggler .menu-icon .navicon:after {
  top: 0px;
  right: 0px;
  transform: rotate(45deg);
}

.menuarrow {
  border-radius: 50%;
  position: absolute;
  height: 10px;
  width: 10px;
  display: inline-block !important;
  left: -40px;
  top: 0px;
  background: #f2f2f2;
  transition: all 0.5s;
  padding: 15px 15px !important;
}

.menuarrow::before,
.menuarrow::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 0.1rem;
  height: 30%;
  transition: all 0.5s;
}
.menuarrow::before {
  background-color: #333;
  left: 11px;
  transform: rotate(-45deg);
}
.menuarrow::after {
  background-color: #333;
  left: 17px;
  transform: rotate(45deg);
}
.nav-link.dropdown-toggle.show .menuarrow::before {
  /* left: -11px;  */
  transform: rotate(45deg);
}
.nav-link.dropdown-toggle.show .menuarrow::after {
  left: 17px;
  transform: rotate(-45deg);
}

/* ============ desktop view ============ */
@media all and (min-width: 769px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -5px;
  }

 
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .navbar{
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
}


.desktop {
  display: block;
}

.mobile-hide {
  display: block;
}

/* .tablet {
  display: none !important;
} */
.mobile {
  display: none !important;
}

.overlay {
  position: fixed;
  background: rgba(216, 216, 216, 0.7);
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  display: none;
}

.top-content {
  padding-top: 15px;
  background: #f8f9fa;
  position: relative;
  height: 180px;
}

.nh{
  height: auto;
}
.top-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  color: #FF4A64;
  line-height: 40px;
  font-weight: 700;
}
.top-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #1f2f49;
  line-height: 28px;
  font-weight: 700;
}

.sub-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1f2f49;
  line-height: 22px;
  margin-bottom: 8px;
}

.top-content h1.mob-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #222b55;
  line-height: 28px;
  font-weight: 700;
}


.pagetitle{
  background: url(../images/banner.webp) no-repeat ;
  background-position: right bottom;
  background-size: 100%;
  height: 145px;
  /* padding: 0px 15px; */
  /* width: 60%; */
}

.page-banner{
  width: 40%;
}
.pagecontainer {
  /* margin: 20px 0px; */
  margin-top: -40px;
  margin-bottom: 20px;
}

.ranking_disc_container{
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #909090;
}

.ranking_disclaimer {
	 position: flex;   
   padding: 5px 5px 5px 5px;

	/* position: absolute;
    top: -35px;
    text-align: right;	
	max-width: 85%; */
}

.ranking_disclaimer .disclaimer_trigger{
	display: flex;
	justify-content: center;
	gap: 0;
}

.ranking_disclaimer_trigger{
  cursor: pointer;
	position: relative;
  text-align: center;
  font-size: 12px;
  color: #9d9a9a;
}
.ranking_disclaimer_trigger span:hover{
  text-decoration: underline;
}

.ranking_disclaimer_box{
	/* left: 120px; */
}
.ranking_disclaimer_container{
	display: flex;
	justify-content: center;
	font-size: 13px;
  position: relative;
}


.disclosure-desktop {
	max-width: 380px;
	float: right;
	top: -1px;
	position: absolute;
	right: 0;
	display: none;
}

.disclosure-desktop .disclosure_box {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	width: 320px;
	position: absolute;
	z-index: 999;
	top: 30px;
	text-align: center;
	right: 5px;
}

.disclosure-desktop .disclosure_box .disclosure_text {
	padding: 10px;
}

.disclosure-desktop .disclosure_box:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #cdcdcd;
	right: 10%;
	top: -21px;
}

.disclosure-desktop .disclosure_box:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #fff;
	right: 10%;
	top: -18px;
}



/* ranking */

.ranking-container {
  margin: 20px 0px 0px 0px;
  clear: both;
}
.ranking-container p.heading,
.featured-container p.heading {
  font-size: 18px;
  line-height: 22px;
  /* padding-bottom: 20px; */
}
.featured-container p.heading {
  font-size: 22px;
}
.featured-container p.heading img{
  width: 23px;
  height: 23px;
  margin-bottom: 3px;
}

.rankbox {
  width: 100%;
  border: 1px solid #e3e3e3;
  /* padding: 15px; */
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.rankrow {
  padding: 10px 0px;
  margin: 0;
  background: #fff;
  border-radius: 4px;
}

.top-rank {
  /* padding: 2px; */
  position: relative;
  border: 2px solid #FF4A64;
  border-radius: 4px;
  margin-bottom: 40px;
}

.rankrow .tag {
  position: absolute;
  background-color: #0a1443;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #fff;
  top: -39px;
  left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
}

.rankrow .tag img {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.month {
  position: absolute;
  right: 15px;
  top: -25px;
  font-size: 12px;
  color: #555555;
}
.month img {
  margin-bottom: 5px;
  margin-right: 5px;
}

.mobileranktable .box-card .box-top .tag {
  position: absolute;
  background-color: #0a1443;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  top: -10px;
  left: -10px;
}

.featured-container .rankrow {
  padding: 10px 0px 10px 0px !important;
}

.featured-rank {
  margin: 40px 0px 45px 0px;
  clear: both;
  position: relative;
}

.featured-rank.rankbox {
  padding: 0;
}

.featured-title p {
  margin: auto 0;
  padding: 10px 0px;
  text-align: center;
  background: #eaf0fb;
  font-size: 18px;
}

.featured-rank .rankrow {
  padding: 0px;
  margin: 0;
}

.rank-logo {
  padding: 0px;
  margin: 0px 10px 0px 20px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 4px 1px rgb(146 146 146 / 50%);
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
}

.rank-logo img {
  width: 100%;
  max-height: 90px;
  min-height: 90px;
  max-width: 90px;
}

.rank-order{
  position: absolute;
  left: -16px;
  width: 30px;
  height: 30px;
  border: 1px solid #979797;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  font-family: 'HurmeGeometricSans1 Regular';
  font-weight: 600;
  font-size: 17px;
}
.top-rank .rank-order, .featured-rank .rank-order{
  border: 2px solid #FF4A64;
  color: #FF4A64;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.d-left {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}

.rank-rating {
}

.rank-rating .site-title {
  color: #222b55;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.rank-rating .site-desc {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.rating-star {
  position: relative;
  margin: 0px 5px;
}

.fullstar-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/full-star.svg) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 3px;
}

.halfstar-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/half-star.svg) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 3px;
}
.emptystar-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/empty-star.svg) no-repeat;
  float: left;
  background-size: contain;
  margin-right: 3px;
}

.score {
  display: inline-flex;
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rank-features{
  width: 100%;
}
.rank-features ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.rank-features ul li{
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 45px;
}
.rank-features ul li::before{
  content: "";
  background: url(../images/puce.svg) no-repeat 100%;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
}
.rank-features ul li a{
  text-decoration: underline;
  text-decoration-color: #415DE8;
  text-decoration-thickness: 2px;
  color: #415DE8;
}

.registration-link{
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: -10px;
}

.flexwrap{
  flex-wrap: wrap;
}
.ranking-note {
  position: absolute;
  bottom: -27px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.ranking-note span {
  background: #0a1443;
  color: #fff;
  padding: 4px 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ranking-note span img{
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.tags .tags-title {
  color: #63666a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tags .tags-detail {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.tags .tags-detail span {
  font-size: 15px;
  font-weight: 500;
  /* padding-right: 5px; */
}


.black {
  color: #000 !important;
}

.grey {
  color: #63666a !important;
}
.visit-btn {
  background: #FF4A64;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 15px;
  text-align: center;
  width: 90%;
  border-radius: 5px;
  letter-spacing: 1px;
  position: relative;
}
.visit-btn svg{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.visit-btn:hover {
  background: #da4154;
  color: #fff;
}

.compareBtn {
  background: #F07A37;
}

.compareBtn:hover {
  background: #eb9360;
}

.moreinfo-row {
  padding: 0px 11px 0px 11px;
}

.infocontainer {
  /* border-top:1px solid #d8d9da; */
  display: none;
  font-size: 14px;
  padding: 10px;
}

.bt-1 {
  border-top: 1px solid #d8d9da;
}

.recommended-content {
  background: #eaf0fb;
  margin-bottom: 20px;
  border-top: 2px solid #cbd0dd;
  border-bottom: 2px solid #cbd0dd;
}
.recommended-content h2 {
  font-size: 30px;
  text-align: center;
  padding: 15px;
  font-weight: bolder;
}
.recommended-content h2 img {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* ranking */


.top-bubble{
  display: block;
  width: 90%;
  text-align: left;
  border: 1px solid #333;
  padding: 10px  5px;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.top-bubble::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -15px;
  border-width: 15px 15px 35px 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.top-bubble span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -51px;
  margin-left: -15px;
  border-width: 15px 15px 35px 15px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.page-content h3{
  padding-bottom: 15px;
}

.page-content ul li{
  margin-bottom: 8px;
}


/* modal */



.modal {
  color: #222b55;
}


.modal-header{
  border-bottom: none;
  flex-wrap: wrap;
}

.modal-header h4{
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #222b55;
  font-weight: 600;
  margin: 10px 0px;
}

.modal-title-tag{
  text-align: center;
  color: #222b55;
  font-size: 18px;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
}

.modalrow{
  display: flex;
}

.modal .close{
  background: url(../images/closebtn.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  opacity: .3;
  transition: 0.5s;
}
.modal .close:hover{
  opacity: 1;

}

.modal-body .leftcontainer, .modal-body .rightcontainer{
  border: 1px solid #c8c8c7;
  border-radius: 5px;
  width: 45%;
  float: left;
  display: inline-block;
  margin: 0px 15px;
  flex:1;
  position: relative;
}
.modal-body .leftcontainer{
  float: left;
}
.modal-body .rightcontainer{
  float: right;
  border: 2px solid #e2384b;
}

.modal-body .characteristic{
  width: 90%;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #c8c8c7;
  padding: 8px;
  border-radius: 5px;
  color: #616062;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.leftcontainer .characteristic{
  padding: 11.5px 0px;
}

.modal-body .characteristic img{
  max-width: 25px;
  margin: 0px 5px;
}
.modal-body .title{
  color: #222c55;
  margin: 0px auto;
  padding: 5px 0px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #c8c8c7;
  height: 90px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 34px;
}
.modal-body .title img{
  max-height: 80px;
}

.modal-body .features p{
  color: #616160;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 5px 0px;
}
.modal-body .features ul{
  list-style: none;
  padding: 10px 0px;
}
.modal-body .features ul li{
  color: #222c54;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0px;
  padding-left: 30px;
}

.modal-body .features ul li.green::before{
  content: '';
  background: url(../images/circle_green_check.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: left;
  position: absolute;
  margin-top: 3px;
  /* top: 5px; */
  left: 15px;
}

.modal-body .features ul li.red::before{
  content: '';
  background: url(../images/close.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: left;
  position: absolute;
  margin-top: 3px;
  /* top: 5px; */
  left: 15px;
}
.modal-body .features .visit-btn{
  width: 60%;
  text-align: center;
  margin: 15px auto;
  float: unset;
  display: block;
}
/* modal */


/* blog */

h1.blog-page-title{
  color: #0A1443;
  font-size: 32px;
  margin-bottom: 40px;
}

.article {
  margin-bottom: 30px;
  margin-top: 30px;
}

.article-image {
  margin: 0px 0px;
  max-height: 200px;
}


.btn-bordered {
  border: 1px solid #FF4A64;
  background: none;
  color: #FF4A64;
  transition: 0.3s ease;
  font-weight: 700;
}
.btn-bordered:hover {
  border: 1px solid #FF4A64;
  background: #FF4A64;
  color: #fff;
  transition: 0.3s ease;
}

ul.article-points{
  margin: 5px 0px 25px 0px;
  padding: 0;
}
ul.article-points li{
  list-style: none;
  margin: 10px 0px;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
ul.article-points li.pro-point::before{
  content: '';
  background: url("../images/pro-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
}
ul.article-points li.con-point::before{
  content: '';
  background: url("../images/con-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
}



.author-container{
  display: flex;
  margin-bottom: 24px;
  position: absolute;
  bottom: -50px;
}

.author-profile{
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  /* border: 2px solid #d5d4cf; */
  border-radius: 50%;
}
.author-profile img{
  display: block;
  width: 90%;
  position: relative;
}

.author-profile span.onlinestatus{
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #2a8c7c;
  content: " ";
}

.author-details{
  padding: 5px 5px;
}

.author-name{
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  margin: 0;
}

.article-time{
  font-size: 14px;
}

.blogcontainer .sticky-sidebar{
  margin-top: 0;
}

.right-sidebar.ranking{
  margin-top: 15px;
  padding: 0;
  background: transparent;
}
.right-sidebar.ranking .rankbox{
  margin-bottom: 15px;
}

.right-sidebar.ranking .rank-order {
  top: -5px;
  right: 5px;
  left: unset;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 13px;
}
.right-sidebar.ranking .rank-logo{
  margin: 0px 10px 0px 10px;
  height: 60px;
  width: 60px;
}

.right-sidebar.ranking .rank-rating .site-title{
  font-size: 18px;
  margin-bottom: 5px;
}
.right-sidebar.ranking .visit-btn {
  padding: 10px 25px;
  margin: 15px 0px 0px;
}



/* blog */

.advert-text {
  font-size: 13px;
  color: #1664bf;
  font-weight: 500;
}
.advert-text:hover {
  color: #fe4985;
}

.light-icon, .comment-badge{
  width: 30px;
  height: 30px;
}

.sticky-sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: 20px;
}

.right-sidebar {
  background-color: #f4f4f6;
  /* width:95%; */
  margin-left: 5%;
  border-radius: 5px;
  padding: 15px 0px;
}
.right-sidebar.comment {
  margin-top: 15px;
}
.right-sidebar .sidebar-content a.bluelink{
  color: #007bff;
  text-decoration-color: #007bff;
}
.right-sidebar .sidebar-content img{
  width: 90%;
}

.left-sidebar {
  background-color: #f4f4f6;
  border-radius: 5px;
  padding: 15px 0px;
}
.left-sidebar .sidebar-heading {
  padding: 0px 0px 10px 0px;
}
.sidebar-heading {
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0px 15px 15px 15px;
  display: inline-flex;
  align-items: center;
}
.sidebar-heading p {
  /* text-align: center; */
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0px 15px;
}
.sidebar-heading span {
  color: #FF4A64;
}

.sidebar-content {
  padding: 10px 0px 5px 0px;
}
.sidebar-content p {
  font-size: 15px;
  margin-bottom: 0;
  padding: 0px 15px;
}

.sidebar-list {
  list-style: none;
  /* padding-left: 10px; */
  padding-bottom: 10px;
  padding: 0px 5px 10px 5px;
}

.sidebar-list li {
  /* font-size:13px; */
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 10px;
}

.sidebar-list li span {
  padding-left: 15px;
  margin-left: -1em;
  width: 1em;
  position: relative;
  left: -5px;
  padding: 5px 0px 5px 0px;
  padding-left: 15px;
}
.sidebar-list li span img {
  height: 18px;
  padding: 1px;
}

.sidebar-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sidebar-content ul li {
  padding: 10px 0px 10px 15px;
  border-bottom: 1px solid #fff;
}
.sidebar-content ul li:last-child {
  border-bottom: none;
}

.sidebar-content ul li p {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
}

.moreinfo-trigger {
  font-size: 14px;
  font-weight: 600;
  color: #222b55;
}
.moreinfo-trigger:hover {
  color: #015fb9;
}

.moreinfo-trigger .sarrow {
  position: relative;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 15px;
  float: right;
  margin-top: 5px;
}

.moreinfo-trigger .sarrow::before,
.moreinfo-trigger .sarrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.11rem;
  height: 100%;
  transition: all 0.5s;
}
.moreinfo-trigger .sarrow::before {
  background-color: #222b55;
  /* left: -3px; */
  transform: rotate(-45deg);
}
.moreinfo-trigger .sarrow::after {
  background-color: #222b55;
  left: 6px;
  transform: rotate(45deg);
}
.moreinfo-trigger.open .sarrow::before {
  /* left: -3px; */
  transform: rotate(45deg);
}
.moreinfo-trigger.open .sarrow::after {
  left: 6px;
  transform: rotate(-45deg);
}

.dflex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

footer {
  padding: 30px 0px;
  margin-top: 20px;
  background-color: #0a1443;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  /* border-top: 1px solid #979797;
	border-bottom: 1px solid #979797; */
}

.footer-logo {
  /* margin-left: -10px; */
}

footer p {
  font-size: 14px;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  padding: 0;
  display: flex;
}
footer ul li {
  padding: 5px 40px 10px 0px;
  display: inline-block;
}
footer ul li a {
  color: #fff;
  font-weight: 500;
}

footer .copyrights {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* ad pop */

.stickybanner {
  position: fixed;
  z-index: 5;
  margin-top: 0px;
  /* bottom: 200px; */
}

.stickybanner:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  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%);
}

/* ad pop */




.disclosure{
  /* width: 100%; */
  float: left;
  /* margin-bottom: 15px; */
  /* position: relative; */
}

.disclosure_box {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  width: 95%;
  position: absolute;
  z-index: 999;
  top: 25px;
  text-align: center;
  border-radius: 10px;
}

.disclosure_text {
  padding: 15px 15px 10px 15px;
}

.disclosure_text p {
  color: #343434;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  margin: 0;
}

.disclosure-close {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}

.top-disclosure{
  /* width: 100%; */
  /* position: absolute; */
  /* right: 10px; */
}
.top-disclosure .advert-text, .bottom-disclosure  .advert-text{
  color: #9d9a9a;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}
.top-disclosure .disclosure_box{
  width: 75% !important;
  top: 58px;
  right: 15px;

}

.bottom-disclosure{
  position: absolute;
  right: 15px;
  top: 7px;
}
.bottom-disclosure .disclosure_box{
  position: absolute;
  top: 30px;
  width: 350px;
  right: 15px;
}

div.box-arrow-border {
  position: absolute;
  top: -10px;
  right: 33px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  width: 0; height: 0;
}

div.box-arrow-background {
  position: absolute;
  left: -10px; top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  width: 0; height: 0;
}

.disclosure_link:hover{
  text-decoration: underline;
}

.top-heart{
  font-size: 22px;
  color: #ff0000;
  position: absolute;
  background: #dae0fa;
  padding: 8px 15px;
  border-radius: 5px;
  bottom: 15px;
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
  .top-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .sub-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .visit-btn{
    font-size: 16px;
    width: 95%;
  }


}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: none;
  }

  .tablet {
    display: block !important;
  }
  .top-content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .top-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .top-content p {
    font-size: 16px;
    line-height: 18px;
    /* padding-bottom: 5px; */
    margin: 0px;
    display: inline-block;
  }



  .pagetitle{
    background: url(../images/tab_banner.webp) no-repeat;
    background-position: right top;
    background-size: cover;
    /* height: 95px; */
  }

  .pagecontainer{
    margin-top: -65px;
  }

  .ranking-container p.heading,
  .featured-container p.heading {
    padding-bottom: 20px;
  }

  .featured-rank .score,
  .recommended-content .score {
    font-size: 20px;
  }

  .featured-rank .tags .tags-title,
  .recommended-content .tags .tags-title {
    font-size: 12px;
  }
  .featured-rank .tags .tags-detail,
  .recommended-content .tags .tags-detail {
    font-size: 15px;
  }

  .featured-rank .rankrow {
    padding: 10px;
    margin: 0;
  }

  .star-svg,
  .emptystar-svg,
  .halfstar-svg,
  .hint-svg {
    width: 15px;
    height: 15px;
  }

  .tags {
    margin: 10px 10px;
  }

  .visit-btn {
    width: 95%;
    font-size: 16px;
  }



  .hint-note:before {
    left: 95px;
  }

  .hint-note:after {
    left: 96px;
  }

  .right-sidebar {
    margin-left: 0px;
    width: 100%;
  }

  footer {
    padding: 10px;
  }

  .footer-logo {
    margin: 0;
  }

  footer ul {
    margin: 20px 0px;
  }

  footer ul li {
    padding: 5px 0px 0px 0px;
    display: flex;
  }


}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .desktop {
    display: none;
  }

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

  .mobile {
    display: block !important;
  }

  .navbar-brand{
    margin-right: 0;
    margin: auto;
  }

  .navbar-nav .nav-link,
  ul.navbar-nav li.nav-item:last-child {
    margin-left: 40px;
  }
  ul.navbar-nav li.nav-item:last-child {
    margin: 0;
  }

  .navbar .megamenu ul li {
    padding: 10px 10px 10px 0px;
  }

  .logo{
    max-width: 230px;
  }


  .top-content h1.mob-title{
    font-size: 22px;
    width: 100%;
    line-height: 26px;
  }

  .top-content h3.mob-subtitle{
    font-size: 20px;
    width: 70%;
    line-height: 22px;
    color: #FF4A64;
  }

  .pagetitle{
    background: url(../images/mob_banner.webp) no-repeat;
    background-position: right bottom;
    /* background-size: cover; */
    background-size: contain;
    /* min-height: 90px; */
    height: 120px;
  }


  .top-disclosure .advert-text{
    width: 90px;
    display: inline-block;
  }

  .rank-order{
    top: -5px;
    right: 5px;
    left: unset;
  }

  footer {
    padding: 10px;
  }

  footer ul {
    margin: 20px 0px;
  }
  footer ul li {
    padding: 5px 0px 0px 0px;
    display: flex;
  }

  .footer-logo {
    margin-left: 0px;
  }

  .pagetitle {
    padding: 0;
    text-align: left;
  }

  .top-content {
    padding-top: 15px;
    /* border-top: 1px solid #CBD0DD; */
    border-bottom: none;
    height: auto;
  }
  .top-content h1 {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }

  .sub-heading {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }

  .ranking-container {
    margin-top: 25px;
  }

  .rank-rating {
    padding-left: 10px;
  }

  .featured-rank .rankrow {
    padding: 10px;
    margin: 0;
  }
  .featured-container p.heading {
    font-size: 18px;
  }
  .main-content h2 {
    font-size: 17px;
  }

  p {
    font-size: 15px;
  }

  h2{
    font-size: 24px;
  }

  .rankrow .tag {
    font-size: 16px;
  }

  .rank-features {
    /* margin: 15px; */
    margin-bottom: 10px;
  }

  .rank-features ul li {
    /* text-indent: 20px; */
    padding-left: 20px;
  }

  .rank-features ul li::before {
    /* left: 10px; */
    left: 0px;
  }

  .tags {
    margin: 10px 0px;
  }

  .tags .tags-title {
    font-size: 13px;
  }
  .visit-btn {
    width: 95%;
    font-size: 18px;
    margin: 5px 0px 0px;
  }



  .right-sidebar {
    margin-left: 0px;
    width: 100%;
  }


  .modal-body .leftcontainer, .modal-body .rightcontainer {
    flex: auto;
    margin: 15px;
  }

  .modal-body .features .visitsitebutton {
    width: 85%;
    text-align: center;
    margin: 15px auto;
    float: unset;
    display: block;
  }

  .category_grid{
    margin-bottom: 0;
  }

  .dflex .counter_col{
    top:4px;
  }

  .modal-body .title{
    height: auto;
  }

  .modal-header{
    padding: 15px 15px 0px 15px;
  }

  .rank-features ul li::before {
    width: 18px;
    height: 18px;
  }

  .rank-features.mob-rank{
    margin: 15px 0px 0px 0px;
    padding: 0px 10px;
  }

  .rank-features.mobile ul li{
    font-weight: 500;
    padding: 0;
    padding-right: 10px;
  }
  .rank-features.mobile ul li::before{
    content:none;
  }


  .top-heart{
    right: 15px;
    bottom: -5px;
    display: inline-block;
  }


  .ranking_disclaimer_trigger{
    font-size: 10px;
  }
  
} /*  (max-width: 767px) */

.pr {
  position: relative;
}




/*cookies */

#cookieConsent {
  display: none;
  /* max-width: 1130px; */
  margin: auto;
  width: 100%;
}

.cookieConsent .tc-privacy-banner {}

.cookieConsent .tc-privacy-footer {
  bottom: 0px;
}

.cookieConsent .tc-privacy-banner {
  width: 100%;
  text-align: left;
  /* opacity: 0.9; */
  font-size: 16px;
  position: relative;
  z-index: 999998;
  /* max-width: 1020px; */
  border: 1px solid #e6e7e9;
  /* border-radius: 5px; */
  top: 0px;
  /* max-width: 1130px; */
  background-color: #f4f4f6;
  color: #0a1443;
}

.tc-reset-css {
  border: none;
  background: none;
}

.cookieConsent .tc-privacy-block-button,
.cookieConsent .tc-privacy-block-text {
  vertical-align: middle;
}

.cookieConsent .tc-privacy-block-text {
  width: 73%;
  display: inline-block;
}

.cookieConsent .tc-privacy-text {
  color: #0a1443;
  padding: 10px;
  font-size: 0.75em;
  text-align: left;
}
.cookieConsent .tc-privacy-text a{
  font-weight: 700;
}
.cookieConsent .tc-privacy-text a::after{
  content: ' ';
}

.cookieConsent .tc-privacy-text p {
  /* padding: 0px 0px 0px 15px; */
  padding: 0px 0px 0px 0px;
  margin: 0;
  font-size: 12px;
}

.cookieConsent .tc-privacy-block-button {
  width: 25%;
  display: inline-flex;
  right: 10px;
  justify-content: end;
}

.cookieConsent .tc-privacy-block-button,
.cookieConsent .tc-privacy-block-text {
  vertical-align: middle;
}

.footer_privacy_button {
  background: #0a1443;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #0a1443;
}

.cookieConsent .tc-privacy-button {
  margin: 10px 0px;
}

.cookieConsent .tc-privacy-button {
  float: right;
  margin: 10px 0px 10px 10px;
  display: block;
  cursor: pointer;
  font-size: 0.75em;
  padding: 5px 10px;
  font-weight: 700;
}

.cookieConsent .tc-privacy-button.outline {
  background: #fff !important;
  color: #0a1443 !important;
  border: 1px solid #0a1443 !important;
}

@media (max-width: 970px) {
  .cookieConsent .tc-privacy-block-text {
    width: 100%;
  }

  .cookieConsent .tc-privacy-block-button {
    width: 100%;
    display: inline-block;
    right: 10px;
    margin: auto;
    text-align: center;
  }

  .cookieConsent .tc-privacy-button {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 767px) {
  .cookieConsent .tc-privacy-text{
    padding: 5px 0px;
  }

  .cookieConsent .tc-privacy-text p{
    padding: 0;
  }

  .cookieConsent .tc-privacy-button{
    margin: 5px 10px 10px 0px;
    /* float: right; */
    width: 40%;
    padding: 6px 20px !important;
  }
  
}


/*cookies */
