/***Header css start***/

:root {
  --header-font: 'Space Grotesk';
}
body {
  font-family: 'Figtree';
}
body ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar  {
  height: 3px;
}
#logo img {
	max-height: 49px; 
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

#tie-wrapper {
  background: #fbf5ed;
  position: relative;
  z-index: 108;
  height: 100%;
  margin: 0 auto;
  min-height: 650px;
}

.theme-header {
  background: #010136;
  position: relative;
  z-index: 999;
  font-family: var(--header-font);
}
.desktop_portfolio_btn button, .top-menu-advertise button, .primary-menus .top-menu-secondary .openLoginModal{
  font-family: var(--header-font);
}

.theme-header.has-shadow {
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}

#logo {
  margin-top: 7px;
}

#main-nav {
  z-index: 9;
  line-height: 60px;
  left: 0;
}

.page-template .marquee {
  background: #fbf5ed;
}

.post-template-default .marquee {
  background: #eaeff3;
}
.footer-menu li a, .copyright-text span, .copyright-text span a{
  color: #FAFAFACC;
}
.dark-skin .hide-in-dark{
  display: none !important;
}
.show-in-dark:not(.dark-skin .show-in-dark){
  display: none;
}
.show-check-also .widget-title .the-subtitle{
        color: #171717;
}
/**************************** Loader start here *************************************************************/

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 9999; /* Ensure it's on top of everything */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/** Menu logo and prices start **/
/******************************  Primary menu design start   ***********************************/
#breadcrumb,
#breadcrumb a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #171717B2;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#breadcrumb .current {
  font-weight: 700;
  color: #0052CC;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb .tie-icon-home {
  display: none;
}

#breadcrumb .delimiter {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('https://image.coinpedia.org/wp-content/uploads/2024/06/13184015/grey-right-arrow.svg') no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 6px;
  vertical-align: middle;
}

.secondary-header-section ul li.view-market {
  float: right;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.home_page_heading_tag {
  color: #171717;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
}

.secondary-button {
  background-color: #0052CC1A;
  padding: 12px 20px;
  border-radius: 8px;
  color: #0052CC;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  line-height: 20px;
}
.secondary-button:hover{
  border-color: #0052CC;
  color: #0052CC;
}
.primary-button {
  background-color: #0052CC;
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  transition: background 4s ease-in-out, box-shadow 0.8s ease-in-out, background-position 4s ease-in-out;
}

.primary-button img {
  vertical-align: top;
}

.primary-button:hover {
  color: #fff;
  background: linear-gradient(180deg, #0052CC 0%, #010136 116.67%);
  box-shadow: 0px 6px 30px 0px #0052CC4D;
  background-position: 100px;
}



.primary-button img {
  -webkit-animation-name: bellanimate;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: bellanimate;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 0;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bellanimate {
  0% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@keyframes bellanimate {
  0% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(20deg);
  }
}




/* .primary-button:hover img {
  animation: moveLeftRight 2s linear infinite; 
}

@keyframes moveLeftRight {
  0%, 100% {
    left: 0; 
  }
  50% {
    left: calc(100% - 16px); 
  }
} */

.top-menu-secondary .dropdown .dropdown-toggl,
.top-menu-secondary .openLoginModal,
.loggedInDetails {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  line-height: 1;
  min-width: 88px;
  max-height: 47px;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  background: #FAFAFA1A;
}
.top-menu-secondary .loggedInDetails{
  padding: 8px 16px;
}
.loggedInDetails span{
  position: relative;
  top: 2px;
}
.primary-menus .top-menu-secondary .openLoginModal{
    color: #fff;
    font-weight: 400;
    padding: 12px 8px;
    background: rgba(250, 250, 250, 0.10);
    border: 0;
}
.primary-menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.primary-menus li {
  display: inline-block;
  border-radius: 8px;
  color: #FAFAFA;
  margin-left: 15px;
  line-height: 0;
  white-space: nowrap;
 max-height: 40px;
}
.primary-menus li.select-currency {
    cursor: pointer;
    min-width: 102px;
    min-height: 40px;
    max-width: 102px;
	padding: 12px;
}
.select-currency span img {
    margin-right: 1px;
    border-radius: 3px;
}
#currency-code .currencyCode {
	font-size: 14px;
	max-height: 17px;
}
.hidden-toggle-check {
  position: absolute;
  margin-top: 0px;
  margin-left: 0;
  width: 26px;
  height: 26px;
  opacity: 0;
  left: 31px;
}

.dark-light-menu,
.notification-menu,
.advertise-menu,
.select-currency {
  border: 1px solid #30305a;
}

.dark-light-menu {
  padding: 12px;
  cursor: pointer;
}

.notification-menu {
  padding: 11px 12px;
  cursor: pointer;
  position: relative;
}

.advertise-menu {
    padding: 10px 15px;
}

.advertise-menu a {
  color: #FAFAFA;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.advertise-menu a img {
	vertical-align: middle;
	margin-right: 11px;
	margin-bottom: 3px;
}
.advertise-menu span{
    position: relative;
    top: -1px;
}

#currency-code{
    position: relative;
     top: -1px;
    max-height: 48px;
    max-width: 17px;
}
.white-drop-down {
  	margin-left: 5px;
	position:relative;
	max-width: 12px;
	max-height: 16px;
}

.select-currency span.white-drop-down img {
    margin-left: 0px;
    width: 12px;
    margin-right: 0;
    border-radius: 0;
}

.top-menu-advertise {
  line-height: 0;
}

.top-menu-advertise button img {
  vertical-align: middle;
  position: relative;
  top: 0px;
}
.top-menu-advertise a{
  color: #fff !important;
}

.top-menu-advertise button {
  background: linear-gradient(178deg, #0052cc, #00318f);
  display: inline-block;
  box-shadow: 0px -7px 14px 0px #01013666 inset;
  color: #FAFAFA;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 15px 10px;
  line-height: 24px;
  margin-left: 15px;
}
.wishlist{
  display: none;
}
.wishlist img{
  cursor: pointer;
}


.published_date {
  font-size: 14px;
  line-height: 21px;
  color: #171717B2;
  font-weight: 500;
  margin-bottom: 8px;
  
}

.home-post-main-section h5 {
  margin-top: 10px;
}

.home-post-section h5 .author-name a,
.home-post-main-section h5 .author-name a, .author-name a {
  padding-right: 8px;
  color: #0052CCCC;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  line-height: 12px;
  border-right: 1px solid #1717171A;
}

.read-more {
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
  line-height: 12px;
  color: #0052CC;
  margin-top: 12px;
  display: inline-block;
  cursor:pointer;
}

.ex_short_length {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/****************** sidebar blocks advertise, products etc  **************************/

.category-link-section {
  background-color: #0052CC1A;
  padding: 14px 20px;
  border-radius: 8px;
  margin: 20px 0;
  align-items: center;
}

.category-link-section h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0052CC;
}

.category-link-section .leftImage {
  margin-right: 14px;
}

.category-link-section .media-right img {
  vertical-align: bottom;
}

.category-link-section {
  margin-bottom: 20px;
}

/**********  advertise block*******************/

.homepage_sidebanner_ad {
  margin: 18px 0;
}


.homepage_sidebanner_ad {
  color: #000000eb !important;
  font-style: italic;
  font-size: 16px;
  letter-spacing: .2px;
  font-weight: 200;
  text-align: center;
  width: 100%;
  background: #FFFFFF;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.homepage_sidebanner_ad p {
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 500;
  color: #fff !important;
  font-size: 12px;
  display: inline-block;
  margin-top: 17px;
  position: absolute;
  padding: 6px 8px 1px;
  right: 42px;
  background-color: #171717B2;
  border-radius: 8px;
  font-style: normal;
  z-index: 99;
}

.homepage_sidebanner_ad p span {
  cursor: pointer;
  line-height: 0;
  background: 0 0;
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: .2px;
  font-weight: 500;
}

.homepage_sidebanner_ad video,
.homepage_sidebanner_ad img {
  width: 100%;
  border-radius: 8px;
}

.homepage_banner_ad {
  margin: 44px 0px;
  padding: 10px 35px 10px;
}

.homepage_banner_ad img {
  border-radius: 10px;
  vertical-align: text-bottom;
}

body .homepage_banner_ad p {
  font-weight: 500;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  margin-top: 14px;
  position: absolute;
  right: 70px;
  z-index: 999999;
}

.homepage_banner_ad p span {
  background: #171717B2;
  padding: 4px 7px;
  border-radius: 6px;
  cursor: pointer;
}

.video-sizes {
  width: 100%;
  border-radius: 10px;
}

/********************** sidebar-explore-our-products ****************************************/
.sidebar-explore-our-products {
  border: 1px solid #1717171A;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
}

.sidebar-explore-our-products .media {
  border-bottom: 1px solid #1717171A;
  margin-bottom: 14px;
  padding-bottom: 14px;
  align-items: center;
}

.sidebar-explore-our-products .media .media-body h4 {
  color: #171717;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-explore-our-products .media .media-body p {
  font-weight: 400;
  color: #171717B2;
  font-size: 14px;
  line-height: 19px;
}

.sidebar-explore-our-products .media .leftImage {
  margin-right: 12px;
}

.sidebar-explore-our-products .media:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
/************ notification css starts***************/
.notification-block {
  display: none;
    position: absolute;
    top: 44px;
/*     left: 16px; */
	left: 34%;
    max-width: 450px;
    background-color: white;
    border: 1px solid #4782d5;
    border-radius: 8px;
    margin: 6px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #000;
    z-index: 999;
    max-height: 500px;
    overflow: auto;
}
.notification-block::-webkit-scrollbar {
  width: 5px;
}

.notification-block.show {
  display: block;
}

.notification-block.hidden {
  display: none;
}
.notification-header{
  padding: 12px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}
.notification_img{
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.notification-body ul li{
  background: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #c0d8ff;
}
.notification-body ul li:last-child{
  border-bottom: 0;
}
.notification-header h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #171717;
}
.notification-header h3 span a{
  font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    float: right;
    color: #0052CC;
    margin-top: 6px;
}
.notication_without_login h4{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
  margin-bottom: 10px;
}
.notication_without_login p{
  font-size: 14px;
  color: #78797a;
}
.notification-body ul li .media-body{
  margin-left: 10px;
}

 .notification-body ul li .media-body h3{
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  margin-bottom: 4px;
}
.notification-body ul li .media-body h3 span{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #17171780;
  float: right;
}
.notification-body ul li .media-body p{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717B2;
  margin-top: 8px;
}
.notification-body ul li .media-body p b{
  color: #000;
}
.notification-body ul li.message-unseen{
  background: #0066FF0D !important;
}
.countunseen, .countunseen-mobile{
  position: absolute;
  right: 0px;
  background-color: #ffc84c;
  padding: 8px 4px;
  display: none;
  color: #000;
  border-radius: 50px;
  font-size: 10px;
  top: -4px;
  min-width: 17px;
  min-height: 16px;
  text-align: center;
}
.notification-body .high_light{

  color: #171717;
  font-weight: 700;
}
.notification-body .text-capitalize{
  text-transform: capitalize;
}
.mobile-view-notify {
    display: inline-block;
    border: 1px solid #30305a;
    padding: 8px;
    border-radius: 8px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}

/****************** Notification css ends******************************/
@media(min-width:992px) and (max-width:1300px) {
  .tablet-view-col-four {
    width: 21%;
  }

  .tablet-view-col-six {
    width: 79%;
  }

  .primary-menus {
    justify-content: right;
  }

  .primary-menus li {
    margin-left: 10px;
  }

  .top-menu-secondary .openLoginModal {
    min-height: 40px;
  }


}

@media(min-width:992px) {
  .logo-wrapper {
    padding: 12px 0;
  }
  .show-in-tablet{
    display: none;
  } 
}
@media(max-width:991px){
  .hide-in-tablet{
    display: none;
  }
  .countunseen-mobile {
	min-width: 16px;
	min-height: 14px;
	top: -12px;
	right: -6px;
	font-size: 8px;
 }
.notification-block {
	left: auto;
	right: 0;
	margin: 16px 8px;
 }
}
@media(max-width:768px) {
  #breadcrumb, #breadcrumb a{
    display: none;
  }


}
@media(max-width:767px) {
  .hide-in-mobile{
    display:none !important;
}
}
.show-in-mobile-sm{
  display: none;
}
@media(max-width:580px) {
  .primary-button{
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  .secondary-button{
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  .hide-in-small-mobile{
    display:none !important;
}
/* footer alignment mobile */
.site-info-layout-2 .copyright-text-first{
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 16px;
  color:#fafafacc!important;
}
.site-info-layout-2 .copyright-text-first a{
	color:#fafafacc !important;	
}
#footer-menu{
  margin-top: 6px;
}
.footer-menu li{
  margin: 0 !important;
  padding: 0 10px;
  border-right: 1px solid #0066FF4D;
  line-height: 16px;
}
ul#menu-footer-menu{
  text-align: left;
  margin: 0 -8px;
  line-height: 25px;

}
.footer-menu li:last-child{
  border-right: 0;
}
  
.hide-in-mobile-sm{
  display: none;
}
.show-in-mobile-sm{
  display: inline-block;
}
	.countunseen-mobile {
		min-width: 14px;
		min-height: 12px;
		top: -4px;
		right: -2px;
		font-size: 7px;
		padding: 4px 2px;
		line-height: 5px;
	}


}

/**starts connect wallet**/
.logo_container_row .tie-col-md-5.mobile-pd-0 {
  text-align: center;
}

.top-menu-secondary,
.top-menu-secondary .dropdown {
  float: right;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.show {
  display: block !important;
}

.dropdown .connect_wallet_icon {
	width: 14.5px;
	margin-right: 4px;
	vertical-align: bottom;
	margin-bottom: 1px;
}

.dropdown .caret_down {
  width: 10px;
  margin-right: 0 !important;
  margin-left: 6px;
  height: 10px;
}

.connect_wallet_header .dropdown_wallet_header {
  max-width: 300px;
  padding: 10px 15px 6px;
  transform: translate3d(0, 55px, 0) !important;
  top: auto !important;
  right: 12px !important;
  left: auto !important;
  background: #fff;
  border-radius: 5px;
  min-width: 260px;
  border: 1px solid #0052CC4D;
  box-shadow: 0px 4px 40px 0px #17171729;
  z-index: 999;
  max-height: fit-content;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.dropdown-items-list .dropdown-item img{
  vertical-align: middle;
  margin-right: 4px;
}
.user-full-details{
  background: #0052CC0D;
  padding: 8px;
  border-radius: 8px;
  margin-top: 6px;
}
.loggedInDetails img{
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 4px;
}
.user-full-details .media-body{
  padding-left: 6px;
}
.user-full-details .media-body h4{
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  text-transform: capitalize;
}
.user-full-details .media-body p a{
  font-size: 12px;
  padding: 4px 0px;
  display: block;
  line-height: 15px;
  font-weight: 300;
  color: #0052CCB2;
  border: 0;
}
.manually-login {
  background: #f0ecff;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #363636 !important;
  text-align: center;
  font-weight: 500;
}

.connect_wallet_header .dropdown_wallet_header .dropdown-items-list a {
  font-size: 13px;
  padding: 8px 0px 8px;
  display: block;
  line-height: 17px;
  font-weight: 400;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #1717171A;

}
/* .connect_wallet_header .dropdown_wallet_header .dropdown-items-list a:last-child{
  border-bottom: 0px;
} */

.dropdown-items-list a:hover {
  background: #e9eef5;
  border-radius: 5px;
}

.manually-login {
  text-align: center;
}

.manually-login:hover {
  background: #e2dbf9e8;
}

.connect_wallet_header .dropdown_wallet_header a span {
  color: #979fb1;
  font-size: 12px;
}

.connect_wallet_header .dropdown_wallet_header .manually-login img,
.connect_wallet_header .dropdown_wallet_header .header_reg_btn img {
  width: 15px;
  top: 3px;
}

.connect_wallet_header .dropdown_wallet_header .header_reg_btn:hover {
  background: #15074d;
  transition: .5s;
  box-shadow: 0 0 10px rgb(64 64 64 / 38%);
  border-radius: 5px;
}

.connect_wallet_header .dropdown_wallet_header .manually-login:hover {
  background: #f0ecff !important;
  box-shadow: 0 0 10px rgb(64 64 64 / 38%);
  transition: .5s;
}
.connect_wallet_header .dropdown_wallet_header  .user-full-details .media img{
    width: 40px;
    border-radius: 50px;
    position: relative;
    top: 0px;
}
.connect_wallet_header .dropdown_wallet_header .menu-primary-button{
  width: 100%;
  text-align: center;
  margin: 12px 0;
  background-color: #0052CC;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.connect_wallet_header .dropdown_wallet_header .menu-primary-button img{
  vertical-align: middle;
  top: 0px;
}
/* .connect_wallet_header .dropdown_wallet_header img {
  width: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
} */

.logout-menu-color {
  color: #fd7777 !important;
}

.dropdown_wallet_header h6 {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  font-weight: 700;
  padding-top: 12px;
  color: #171717B2;
}

.dropdown_wallet_header h6:first-child {
  padding-top: 0px;
}

.connect_wallet_header .dropdown_wallet_header .register_now {
  border-top: 1px solid #e9eef5;
  padding: 5px 0;
}

.connect_wallet_header .dropdown_wallet_header .register_now p {
  font-size: 10px;
  color: #000;
  line-height: 14px;
  text-align: center;
}

.connect_wallet_header .dropdown_wallet_header .header_reg_btn {
  border: 1px solid #422f8e;
  border-radius: 5px;
  color: #fff;
  display: block;
  background: #422f8e;
  margin-top: 7px;
  text-align: center;
  padding: 4px 7px;
  font-weight: 300;
}

.components .search-bar form {
  background: transparent !important;
}
.connect_wallet_header .dropdown_wallet_header .dropdown-items-list a .dropdown-right {
  float: right;
  position: relative;
  top: 2px;
  vertical-align: middle;
  margin-right: 0;
}

/**Ends connect wallet**/

.stream-item {
  margin: 20px 0 0;
  /* border-bottom: 1px solid #555; */
  padding-bottom: 15px;
}

.market_live_price h4 {
  color: #fab50a;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Space Grotesk', sans-serif;
}

.market_live_price h6 {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  font-family: 'Space Grotesk', sans-serif;
}

.market_live_price h6 span {
  font-size: 12px;
  font-weight: 200;
}

.market_live_price h6 .green {
  color: #9dd421;
}

.market_live_price h6 .red {
  color: #FF767C;
}

/** Menu logo and prices end **/

/** menus list start**/
.main-menu-wrapper {
  border-top: 1px solid rgb(250 250 250 / 10%);
  position: relative;
}

#main-nav .main-menu>ul>li>a {
  text-transform: capitalize !important;
  font-weight: 200;
  font-size: 15px;
  color: rgba(250, 250, 250, 0.80);
}
#main-nav .main-menu > ul > li.current-menu-ancestor > a,
#main-nav .main-menu > ul > li.current-menu-parent > a {
    font-weight: 600;
    color: #fff;
}


.market_live_price ul li {
  display: inline-block;
  margin-right: 0;
  text-align: center;
  margin-top: 10px;
  width: 33.33%;
  border-right: 1px solid #27146b;
  vertical-align: top;
}

.market_live_price ul li:last-child {
  border-right: 0px;
}

.email_notification_verify {
  font-size: 11px;
  font-weight: 200;
}

#content {
  margin-top: 0px;
  padding-bottom: 30px;
  min-height: 60vh;
}



.components #search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: inherit;
  color: #777777;
  background: transparent;
  font-size: 15px;
  padding: 0;
  transition: color 0.15s;
  border: none;
  line-height: 2.8;
}

.components #search-submit:hover {
  color: var(--brand-color)
}

#search-submit .tie-icon-spinner {
  color: #fff;
  cursor: default;
  -webkit-animation: tie-spin 3s infinite linear;
  animation: tie-spin 3s infinite linear;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.components>li {
  float: left;
}

/* #dark-lightimage {
    background: #25126d;
    padding: 10px 12px;
    width: 42px;
    height: 38px;
    border-radius: 6px;
    margin-left: 0;
    line-height: 1.5;
    display: inline-block;
    margin-top: 6px;
    cursor: pointer;
} */
.components .notification_btn {
  background: #25126d;
  padding: 10px 12px;
  width: 42px;
  height: 39px;
  border-radius: 6px;
  margin-left: 10px;
  line-height: 1.5;
  display: inline-block;
  margin-top: 16px;
  margin-top: 12px;
  cursor: pointer;
}

.components #search-input {
  border: 0;
  margin-bottom: 0;
  line-height: inherit;
  width: 100%;
  padding: 0 25px 0 10px;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
}

#search-input::placeholder {
  color: #fff;

}

.background-overlay .site {
  height: 100% !important;
  min-height: 850px !important;
}

.search-no-results .entry-header-outer {
  margin-top: 20px;
}

/* remove css after enbaled option in jannah */
.random-post-icon .random-post {
  display: none;
}

/***********************  login popup modal css starts ***************************************/
#loginpopup-modal .modal-dialog {
  border: none;
  box-shadow: 0 0 15px #eeeeee59;
  margin: auto;
  max-width: 500px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 45px 25px;
}

#loginpopup-modal h3 {
  font-size: 25px;
  text-align: center;
  font-family: "Space grotesk";
  font-weight: 600 !important;
}

#loginpopup-modal .input-group {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  margin: 22px 0 2px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px 0 20px;
  align-items: center;
}

#loginpopup-modal .form-control {
  height: 48px;
  border: 0 solid #a0c0ff;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: 0 0;
  width: 91%;
}

#loginpopup-modal .input-group-append {
  cursor: pointer;
  margin-left: 0 !important;
  padding: 13px 7px 6px !important;
}


/****************************** Login, register and OTP css starts ***********************************/


html .header-popup {
        text-align: left;
        z-index: 9999;
        padding-top: 4px;
    }
    

    .header-popup .modal-content {
        border: none;
        box-shadow: 0 0 15px #eeeeee59;
        margin: auto;
        background-color: #FAFAFA;
        border-radius: 8px;
        z-index: 999;
        min-height: max-content;
        padding: 24px;
        margin-right: 30px;
    }

    .header-popup .modal-content .close {
        float: right;
        background: transparent;
    }

    .header-popup .modal-content .close img {
        vertical-align: middle;
    }

    .modalsubtitle {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #171717;
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .header-popup .modal-content p {
        font-size: 14px;
        color: #171717B2;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .header-popup .form-group label {
        font-weight: 600;
        font-size: 14px;
        color: #171717;
        line-height: 21px;
    }

    .header-popup .form-group .input-group {
        border-radius: 8px;
        margin: 4px 0 2px;
        align-items: center;
        display: flex;
        height: 44px;
        border: 1px solid #0052CC4D;
        background: transparent;
    }

    .header-popup .form-control {
        height: 44px;
        border: 0 solid #a0c0ff;
        border-right: 0;
        background: 0 0;
        padding: 10px 14px;
        font-size: 14px;
        box-shadow: none;
        font-weight: 600;
        color: #171717;
        border-radius: 6px;
        width: 100%;
        line-height: 21px;
        background-color: transparent !important;
    }

    .header-popup .form-control::placeholder,
    .country_list_modal .input-group input {
        font-weight: 400;
        font-size: 14px;
        color: #171717B2;
        line-height: 16px;
    }

    #loginForm {
        margin-top: 20px;
    }

    .button_logged_in {
        text-align: left;
        margin-bottom: 16px;
        margin-top: 6px;
    }

    .event-login-popup .button_logged_in .switch {
        display: inline-block;
        width: 30px;
        height: 15px;
        margin: 5px;
        transform: translateY(50%);
        position: relative;
    }

    .button_logged_in .text_content {
        font-size: 14px;
        font-weight: 400;
        position: relative;
        top: 4px;
        color: #171717B2;
        margin-right: 11px;
    }


    .header-popup .button_logged_in .switch {
        display: inline-block;
        width: 40px;
        height: 24px;
        margin: 0px;
        transform: translateY(50%);
        position: relative;
    }

    .header-popup .button_logged_in .switch input {
        display: none;
    }

    .header-popup .button_logged_in .slider {
        border-radius: 30px;
    cursor: pointer;
    border: 2px solid #777;
    overflow: hidden;
    height: 22px;
    width: 42px;
    position: absolute;
    background: transparent;
    }

    .header-popup .btn-login {
        color: #fff !important;
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 8px;
        font-weight: 500;
        margin-top: 20px;
        height: 43px;
        background: #0052CC;
        line-height: 21px;
		position:relative;
    }


    .event-login-popup .hr-border span {
        background: #fafafa;
        padding: 0 6px;
        font-size: 14px;
        font-weight: 500;
        color: #0052CC4D;
    }

    .otp-input-list {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-bottom: 10px;
        max-width: 80%;
    }





    .event-login-popup .login_account_body .input-group-text {
        background: 0 0;
        border-radius: 0 5px 5px 0;
        border-left: 0;
        border: 0;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
    }


    .event-login-popup .login_with_social {
        margin-top: 40px;
    }

    .event-login-popup .hr-border {
        border-bottom: 2px solid #0052CC4D;
        text-align: center;
        line-height: .1em;
        margin: 20px 0;
    }

    .event-login-popup .social_media_icons_hover,
    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event-login-popup .social-links {
        display: flex;
    }

    .event-login-popup .social-btn {
        cursor: pointer;
        height: 46px;
        width: 45px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        border-radius: 8px;
        margin: 10px;
        transition: .8s;
        padding: 12px 8px;
        justify-content: center;
        background: #0052CC1A;

    }

    .event-login-popup .social-btn span {
        width: 0;
        overflow: hidden;
        transition: 1s;
        text-align: center;
    }

    .event-login-popup .login_account_body .input-group-append {
        cursor: pointer;
        margin-left: 0 !important;
        padding: 5px !important;
    }



    .event-login-popup .button_logged_in .slider:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        background: #777;
        border-radius: 30px;
        transform: translateX(-30px);
        transition: .4s;
        left: 32px;
        top: 1px;
    }

    .event-login-popup .button_logged_in input:checked+.slider {
        background: #0052CC;
        border: 2px solid #0052CC;
    }

    .event-login-popup .button_logged_in input:checked+.slider:before {
        transform: translateX(-14px);
        background: #fff;
    }

    .event-login-popup .login_account_body .input-group-text img {
        vertical-align: text-top;
    }

    .error-message {
        color: #E0243D !important;
        font-size: 12px !important;
    }

    .metamast_connected {
        background: #F6851B1A;
    }

    /* #metamask_icon:hover {
        background: #e4761b;
        width: 140px;
    }

    #google-login-button:hover {
        background: #3987fe;
        width: 120px;
    }

    #apple_icon:hover {
        background: #000;
        width: 110px;
    } */

    .social-btn:hover span {
        padding: 0px 0px 0px 8px;
        width: max-content;
    }

    /* .social-btn#apple_icon{
        display:none;
    } */
    .ticket_event_popup {
        border: none;
        box-shadow: 0 0 15px #eeeeee59;
        margin: auto;
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
    }

    #disabledAccount .ticket_updated_popup .ticket_updated_popup_img {
        margin-top: 0px;
    }

    .ticket_updated_popup_img img {
        width: 80px;
        margin-top: 6px;
        margin-bottom: 12px;
        background: linear-gradient(180deg, rgba(22, 197, 130, 0.1) 0%, rgba(22, 197, 130, 0) 100%);
        border-radius: 50px;
        padding: 20px;
    }
    #disabledAccount .ticket_updated_popup_img img {
        background: transparent;
        border-radius: 50px;
        padding: 0;
    }


    .ticket_event_popup h4 {
        font-size: 18px;
        font-weight: 700;
        color: #171717;
        margin-bottom: 10px;
        text-align: left;
    }

    .ticket_event_popup h5 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: left;
        margin-top: 10px;
        color:#171717B2;
    }

    #disabledAccount .tickets_cancel_button .entered {
        width: 22px;
        float: right;
        margin-top: 0;
    }

    .tickets_cancel_button .close {
        background: transparent;
        float: right;
        opacity: .5;
    }

    .login-popup-error {
        text-align: left;
        font-size: 14px;
        margin-top: 17px;
        line-height: 1.7;
    }

    .header-popup.show .modal-dialog.modal-dialog-right {
        animation: slideInFromRight 0.5s forwards;
        /* Animation when modal is shown */
    }

    .header-popup.hide .modal-dialog.modal-dialog-right {
        animation: slideOutToRight 0.5s forwards;
        /* Animation when modal is hidden */
    }

    .header-popup .modal-content #getEmail {
        font-weight: 700;
    }

    .disabled-button {
        opacity: 0.5;
		cursor: not-allowed;
    }

    @keyframes slideInFromRight {
        from {
            transform: translateX(100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slideOutToRight {
        from {
            transform: translateX(0);
            opacity: 1;
        }

        to {
            transform: translateX(100%);
            opacity: 0;
        }
    }

    .login-loader {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #0052CC;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        animation: spinloader 1s linear infinite;
        display: none;
        position: absolute;
        left: 36%;
        top: 32%;
        transform: translateY(-50%);
    }
    @keyframes spinloader {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
	 @media(min-width:330px) and (max-width:440px){
        .login-loader {
            left: 30%;
        }
    }
    @media(max-width:330px){
        .login-loader {
            left: 26%;
            top: 34%;
            width: 15px;
            height: 15px;
        }
    }
    /***************** Register modal ************************/


    .login_account_body .input-group {
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        margin: 22px 0 2px;
        margin-bottom: 3px !important;
        align-items: center;
        display: flex;
        height: 48px;
    }

    .button_logged_in .switch {
        display: inline-block;
        width: 30px;
        height: 15px;
        margin: 5px;
        transform: translateY(50%);
        position: relative;
    }

    .modal-create-acc {
        overflow-y: auto;
    }

    .email_connected {
        background: #0052CC1A;
    }

    .manual_login .input-group-text {
        border: 0;
        border-radius: 0px 5px 5px 0;
        font-size: 14px !important;
        font-weight: 500 !important;
        display: flex;
        padding: 2px;
        min-width: 70px;
    }


    .auth_second_step select {
        color: #000 !important;
        height: 28px;
        padding: 0;
    }

    .connected_social_block {
        padding: 3px;
        border-radius: 6px;
        margin-bottom: 20px !important;
    }

    .connected_social_block .media-body input {
        height: 36px;
        background: transparent;
        border: 0;
        color: #171717;
        padding: 6px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
    }

    .connected_social_block .media-right img {
        vertical-align: middle;
    }

    .connected_social_block .media-right {
        padding: 6px 7px;
    }

    .modal-create-acc .row {
        display: flex;
        flex-wrap: wrap;
    }

    .input_block_outline {
        background: #fff;
        border-radius: 6px;
    }

    .modal-create-acc .input-group-append {
        cursor: pointer;
        margin-left: 0;
        padding: 5px;
        display: flex
    }

    #wallet-addres-label {
        margin-bottom: 0;
    }

    .connect_wallet_block .input-group {
        padding: 10px;
    }

    .auth_second_step .country_select .input-group-text {
        border: 0px solid #bcb8b8;
        border-right: 0;
        border-radius: 4px 0px 0px 4px !important;
        display: flex;
        margin-right: 40px;
    }

    .manual_login p {
        font-size: 14px;
        font-weight: 500;
    }

    .manual_login .input-group-append {
        width: 90px;
    }

    .modal-create-acc .modal-body .country_select .input-group-text {
        font-size: 13px !important;
        box-shadow: none !important;
        font-weight: 500 !important;
        color: #000 !important;
        padding: 0;
        align-items: center;
    }

    .modal-create-acc .modal-body .country_select .country_image {
        width: 28px;
        border-radius: 50%;
        margin-right: 6px;
        height: 26px;
    }

    .auth_second_step .connect_wallet_block {
        /* border: 1px solid #e2e2e2;
           padding: 6px 15px;
           border-radius: 6px;
           cursor: pointer;
           font-weight: 500; */
        text-align: center;
        /* height: 40px; */
    }

    .modal-create-acc .modal-body .country_select .country_caret_down {
        width: 12px;
        margin-left: 10px;
    }

    .auth_second_step .btn-gradient-primary {
        width: 100%;
    }

    .auth_second_step .createAccount.btn-gradient-primary {
        padding: 12px 20px !important;
    }
    .email-input-register .form-control{
        border: 1px solid #0052CC4D;
    }


    .account_body_footer p {
        text-align: center;
        margin: 15px auto 0;
        font-weight: 500;
        font-size: 13px;

    }

    .modal-create-acc .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .submit_button {
        color: #fff;
    }

    .blue_links {
        color: #0066ff;
        text-decoration: underline;
        font-weight: 600;
    }

    .field_label span {
        color: red;
        font-size: 16px;
        margin-left: 3px;
    }

    .country_list_modal #countryModal {
        z-index: 9999999;
        background: rgb(0 0 0 / 30%);
    }

    .country_list_modal .modal-dialog {
        max-width: 350px;
        margin: auto;
    }

    .country_list_modal .modal-content {
        background-color: #fff;
        border-radius: 8px;
        padding: 0;
        border: 1px solid #0052CC;
    }

    .country_list_modal .modal-header {
        padding: 16px;
        border-bottom: 1px solid #dee2e6;
        text-align: left;
    }

    .country_list_modal .modal-title {
        font-size: 18px;
        display: inline-block;
    }

    .country_list_modal .close {
        background: transparent;
        color: #7f7f7f;
        font-size: 34px;
        font-weight: 100;
        float: right;
        display: inline-block;
    }

    #countryList {
       padding: 20px 12px 25px 35px;
        text-align: left;
    }

    .country_list_modal #countryList {
        margin-top: 5px;
        height: 490px;
        overflow-y: scroll;
    }

    .country_list_modal #countryList li {
        font-size: 14px;
        padding: 10px;
        cursor: pointer;
        font-weight: 400;
    }
	.country_list_modal #countryList li span{
		float: right;
		font-weight: 700;
	}
	.country_list_modal #countryList li#noResults span#searchText {
        float: unset;
    }

    .country_list_modal #countryList li img {
        width: 30px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        height: 28px;
    }

   

    .country_list_modal .input-group {
        border-radius: 8px;
        margin: 20px 35px 0;
        max-height: 44px;
        border: 1px solid #0052CC4D;
    }

    .country_list_modal .input-group input {
        border: 0;
        padding: 5px;
        background: transparent;
    }

    .country_list_modal .input-group .input-group-text {
        background: transparent;
        border: 0;
    }

    #noResults {
        font-size: 14px;
        padding: 10px;
        cursor: pointer;
        font-weight: 500;
        display: none;
    }

    .manual_login .form-group.mobile-number-field {
        display: flex;
        margin-bottom: 2px !important;
    }

    .mobile-fields-validation {
        margin-bottom: 10px;
    }

    .searchCountry {
        width: 86%;
    }

    .searchCountry .input-group-text img {
        vertical-align: middle;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .form-custom-fullname {
        margin-bottom: 10px !important;
    }
	.form-custom-fullname .input-group-append{
		    width: 60px;
	}
    .form-custom-fullname .form-group,
    #showEmailInput .form-group {
        margin-bottom: 2px !important;
    }

    #showEmailInput .default_form_group {
        margin-bottom: 6px;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    #countryModal .input-group {
        display: flex;
        padding: 1px 8px 1px 4px;
        align-items: center;
    }

    #countryModal .input-group #searchCountry {
        width: 100%;
    }

    #countryModal .input-group .input-group-text img {
        vertical-align: middle;
    }


    .showEmailInput .form-group,
    #metamaskConnect .form-group {
        margin-bottom: 4px !important;
    }
    #metamaskConnect .form-group{
        cursor: pointer;
    }

    .mobile-number-field .input-group {
        width: 100%;

    }

    #manuallyConnectwallet {
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    @media (min-width: 576px) {
        .header-popup .modal-dialog {
            max-width: 500px;
            margin: 20px 0 20px auto;
            transition: transform 0.5s ease, opacity 0.5s ease;
        }
    }

    @media (max-width: 576px) {
        .country_list_modal .input-group {
            margin: 20px 20px 0;
        }

        #countryList {
            padding: 20px 14px 25px;
        }

        .modal-create-acc .modal-body .account_header {
            margin-top: 34px;
        }
        .header-popup  .modal-dialog{
            max-height: 90vh;
            overflow-y: auto;
            padding-bottom: 14px;
        }
    }

    /********** OTP modal css************** */


    .registered-success-popup.show {
        padding-top: 2%;
    }

    .login_account_body .input-group {
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        margin: 22px 0 2px;
        margin-bottom: 3px !important;
        align-items: center;
        display: flex;
        height: 48px;
    }

    .otp_section input {
        font-size: 14px;
        height: 40px;
        outline: none;
        box-shadow: none;
        width: 44px;
        background: transparent;
        border: 1px solid #0066FF4D;
        margin: 5px;
        border-radius: 8px;
        text-align: center;
        font-weight: 500;
        color: #171717;
    }

    .manual_login.otp_verify_block {
        padding-bottom: 24px;
    }

    .otp-block-center .account_header h3 {
        margin-top: 15px;
    }


    .manual_login label {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
    }

    .manual_login.otp_verify_block .form-group {
        border: 0 !important;
        background: transparent !important;
    }

    .verifyOTP:disabled {
        opacity: 0.5;
    }

    .verifyOTPHidden {
        color: #171717B2;
        font-weight: 400;
        font-size: 13px;
        top: 4px;
        position: relative;

    }

    .verifyOTPHidden span {
        cursor: pointer;
        color: #0052CC;
        font-weight: 700;
        font-family: 'Space Grotesk';
    }

    .registered-success-popup.show {
        z-index: 9999 !important;
    }


    #registered-success-modal .modal-body h2 {
        font-size: 20px !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }



    #registered-success-modal .indi_popup_sucess p {
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #555555 !important;
        margin: 10px 0 15px !important;
    }

    .success-modal-btns li {
        display: inline-block;
        margin: 10px 8px 0 0;
    }

    #registered-success-modal {
        padding-top: 4%;
    }

    #registered-success-modal .modal-content {
        min-height: auto;
    }


    .verifyBtn {
        position: relative;
    }

    .loader-class {
        border: 3px solid #ffffff;
        border-radius: 50%;
        border-top: 3px solid #0066ff;
        width: 14px;
        height: 14px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        position: absolute;
        top: 2px;
        left: -20px;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .go-back {
        color: #0052CC;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        margin-top: 10px;
    }

    @media (max-width: 580px) {
        .header-popup .modal-content {
            margin: 10px;
            min-height: auto;
			padding: 20px;
        }

        .modalsubtitle {
            font-size: 16px;
            line-height: 25px;
        }

        .modal-logo-img {
            width: 140px;
        }

        .header-popup .form-control,
        .header-popup .form-control::placeholder, #wallet-addres-label, .genderDropdownToggle, .genderDropdownMenu li {
            font-size: 12px !important;
        }
		.form-custom-fullname .input-group-append {
			width: 50px;
		}
        .header-popup .btn-login {
            font-size: 14px;
        }

        .header-popup .form-group label {
            font-size: 12px;
        }

        .success-modal-btns li {
            display: block;
            margin: 10px 0 0 0 !important;
        }
    }

    @media (min-width: 355px) and (max-width: 410px) {
        .otp_section input {
            height: 35px;
            width: 35px;
        }
    }

    @media (min-width: 310px) and (max-width: 354px) {
        .otp_section input {
            height: 30px;
            width: 30px;
            margin: 3px;
        }
    }

    @media (max-width: 310px) {
        .otp_section input {
            height: 26px;
            width: 26px;
            margin: 3px;
        }
    }

    /************ select gender dropdown *****************/
    .gender-custom-dropdown {
        position: relative;
        display: inline-block;
        padding: 4px;
    }
.gender-custom-dropdown button{
    background: transparent;
    white-space: nowrap;
}
.genderDropdownToggle {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    min-width: 60px;
    white-space: nowrap;
    color: #17171780;
    font-weight: 600;
    text-align: left;
    display: inline-block;

}
.genderDropdownToggle img{
    margin-left:5px;
}
#fullName{
   margin-left: 16px;
}
.genderDropdownMenu {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1;
    border: 1px solid #0052CC;
    border-radius: 8px;
    min-width: 140px;
    padding: 6px 0;
}

.genderDropdownMenu.show {
    display: block;
}

.genderDropdownMenu li {
    padding: 4px 14px;
    cursor: pointer;
    color: #171717;
    font-size: 14px;
    font-weight: 400;
}

.genderDropdownMenu li:hover {
    background-color: #f0f0f0;
}

.genderDropdownMenu.show {
    display: block; /* Show the menu */
}

.genderDropdownMenu.hide {
    display: none; /* Hide the menu (optional, just for clarity) */
}
#countryId{
    color: #17171780;
    font-weight: 600 !important;
    font-size: 14px !important;
}
#currency-image{
	position: relative;
    top: 1px;
}
/***************************  login popup modal css ends    ***********************************/

/** footer add css**/
.hide-stickyimage {
  font-size: 28px;
  font-weight: 300;
  color: #ba050ade;
  background: 0 0;
  float: right;
  margin-left: 0;
}

/* Dark mode css Ends */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1310px;
    padding: 0;
  }
}

@media (max-width: 1299px) {
  .secondary-header-section ul {
    white-space: nowrap;
    overflow: auto;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }

}

@media (min-width: 1110px) and (max-width: 1299px) {
  .main-menu-wrapper {
    padding-right: 0;
  }

}

@media (min-width: 992px) and (max-width: 1340px) {
  .main-nav-wrapper #main-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-menu-advertise button{
    margin-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1065px) {
  #main-nav .main-menu>ul>li>a {
    font-size: 14px;
  }

  .site header .menu-item-has-children>a:before {
    right: 3px !important;
  }

  .components .desktop_portfolio_btn button {
    font-size: 13px;
  }
  .desktop_portfolio_btn button{
    padding: 10px 12px;
  }

  .top-menu-advertise button {
    font-size: 12px;
    padding: 10px 15px 10px;
    line-height: 18px;
    margin-left: 10px;
  }

  .top-menu-advertise button img {
    width: 20px;
  }

}
@media (min-width: 992px) and (max-width: 1340px) {
.main-menu-wrapper{
  padding-left: 16px;
  padding-right: 16px !important;
}
}

@media (min-width: 992px) and (max-width: 1130px) {

  .menu-item-has-children>a:before,
  .mega-menu>a:before {
    display: block !important;
  }

  #main-nav .main-menu>ul>li>a {
    font-size: 13px !important;
  }

  .main-nav .menu>li:not(.is-icon-only)>a {
    padding-right: 16px;
    padding-left: 9px;
  }

  .menu-item-has-children>a:before,
  .mega-menu>a:before {
    right: 4px !important;
  }

  .site header .menu-item-has-children>a:before {
    right: 2px !important;
  }
}

/* @media (min-width: 992px) and (max-width: 1178px){
 
    .main-menu .menu>li>a {
        padding: 0 8px;
    }
    .components .search-bar {
        width: 150px;
    }
} */



@media (min-width: 992px) {
  .site header .menu-item-has-children>a:before {
    right: 7px !important;
    content: '';
    position: absolute;
    right: 12px;
    margin-top: 2px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    transition: border 0.15s;
  }

  .main-nav-dark.main-nav-boxed .main-nav .main-menu-wrapper {
    background-color: transparent;
    padding-right: 0;
    margin: 0px 0 -2px;
    border-bottom: 1px solid #fff;
  }

  .main-nav-dark .main-nav.fixed-nav {
    background-color: rgb(37 28 73 / 93%);
  }

  #main-nav {
    z-index: 9;
    line-height: 60px;
    left: 0;
  }

  .menu-image img {
    display: none;
  }

  .hide-portfolio-desktop {
    display: none !important;
  }

  header nav.main-nav .menu>li.tie-current-menu>a,
  header nav.main-nav .menu>li:hover>a {
    background-color: transparent !important;
  }

  .main-menu .menu>li.tie-current-menu>a:after {
    display: none;
  }

  .main-menu .menu>li.tie-current-menu {
    border-bottom: 0;
  }

  .mobile_view_crypto {
    display: none;
  }

  .homepage_news_mark .media {
    display: flex;
  }

  .mobile_view_crypto {
    display: none;
  }

  .homepage_news_mark .media {
    display: flex;
  }

  .menu-ad-btn-mobile {
    display: none;
  }

  .main-nav-dark .main-menu .menu-sub-content {
    background: #010136;
    color: #fff;
  }

  .main-menu .menu>li>.menu-sub-content {
    border-top: 2px solid #0052CC;
  }

  .main-menu .menu ul {
    line-height: 20px;
    z-index: 1;
  }

  .menu-item-has-children>a:before,
  .mega-menu>a:before {
    right: 7px;
  }

  .menu>.menu-item-has-children:not(.is-icon-only)>a,
  .menu .mega-menu:not(.is-icon-only)>a {
    padding-right: 20px;
  }


  .header-menu .menu .sub-menu a {
    color: #FAFAFACC;
    font-size: 14px;
    font-weight: 400;
  }

  /* 	//portfolio tracker */
  .rm-lf-pd {
    padding-left: 0;
  }

  .desktop_portfolio_btn button {
	  background: #fff;
	  color: #0052CC;
	  font-weight: 600;
	  font-size: 14px;
	  padding: 9px 16px;
	  border-radius: 10px;
	  margin-top: 10px;
	  max-height: 43px;
	  line-height: 24px;
	 margin-bottom: 12px;
  }
  .desktop_portfolio_btn a {
    color: #fff;
    line-height: 24px;
  }

  .desktop_portfolio_btn a .growth_icon {
        width: 17.6px;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -2.1px;
  }

  .desktop_portfolio_btn a .portfolio_right {
    width: 16px;
    margin-left: 7px;
    vertical-align: sub;
  }

}


@media(min-width: 768px) and (max-width: 991px) {
  .top-menu-secondary .dropdown .dropdown-toggle {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 13px;
    padding-top: 2px;
  }
}

@media(max-width: 991px) {
  #tie-body #mobile-container,
  .mobile-header-components {
    display: inline-block;

  }
  #tie-body #mobile-container{
    width: 100%;
  }

  .side-aside:after {
    display: none;
  }
  .logo_container_row {
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #010136;
    width: 100%;
    margin: 0;
  }

  .mobile-menu-ad img {
    width: 22px;
    vertical-align: bottom;
    border-radius: 50%;
    margin-right: 4px;
  }

  .theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 21px !important;
  }

  .menu_ad_btn,
  .connect_wallet_header {
    display: none !important;
  }

  .market_live_price {
    display: none;
  }

  .header-layout-1 .main-nav,
  .logo-container {
    border-width: 0;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
  }

  #theme-header.has-normal-width-logo #logo img {
         max-width: 116px;
        margin-left: 6px;
  }

  .top-menu-secondary .dropdown {
    margin-top: 6px;
  }

  #mobile-header-components-area_2 a {
    padding-right: 0;
    padding-top: 4px;
    display: inline-block;
    width: 30px;
    height: 30px;
	position: relative;
    top: 2px;
  }

  .logo-container {
    padding: 0px;
  }

  .mobile_view_crypto {
    border-top: 1px solid #3a325b;
    height: 40px;
    background: #fff;
  }

  .dropdown .caret_down {
    position: relative;
    top: 2px;
  }

  .mobile_view_crypto marquee {
    background: #fff;
  }

  .mobile_view_crypto .block_crypto {
    display: inline-block;
    margin: 12px 10px;
  }

  .mobile_view_crypto .block_crypto h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
  }

  .mobile_view_crypto .block_crypto h6 .crypto_value {
    color: #000;
    margin: 3px;
  }

  .mobile_view_crypto h6 .green {
    color: #5BE771 !important;
  }

  .mobile_view_crypto h6 .red {
    color: #FF6060 !important;
  }

  .top-menu-secondary .dropdown {
    margin-top: 14px;
  }

  #theme-header.has-normal-width-logo #logo {
    padding-left: 0px;
    margin: 0 !important;
    display: inline-block;
  }

  .mobile-pd-0 {
    padding-right: 0px !important;
  }

  .menu-ad-btn-mobile button {
    padding: 5px 8px 1px;
    font-size: 14px;
    background: #f1b50a;
    border-radius: 1px;
    float: right;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 17px;
  }

  .mobile-header-components .nav-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    top: -4px;
    transition: background 0.4s ease;
  }

  .mobile-header-components .nav-icon:after,
  .mobile-header-components .nav-icon:before {
    background-color: #fff;
  }

  .desktop_portfolio_btn {
    display: none;
  }

  .top-menu-advertise button {
    font-size: 13px;
    margin-top: 2px;
    padding: 5px 12px;
    margin-bottom: 4px;
  }

  /*** start mobile menus**/
  .side-aside.appear-from-right {
    right: auto;
    width: 400px !important;
    left: 0;
    transform: translateX(-400px);
    background: #010136;
    z-index: 9999999999;
    font-family: var(--header-font);
  }

  .user-account-loggedin .media {
    display: inline-flex;
  }

  .mb-user-account .media img {
    vertical-align: middle;
  }

  .user-account-loggedin img {
    width: 44px;
    border-radius: 50px;
    margin-right: 8px;
  }

  .mb-user-account span {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    color: #fff;
  }

  .user-account-loggedin .media-body h5 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 200;
	color: #fff;
  }

  .user-account-loggedin .media-body {
    margin-top: 3px;
  }

  .user-account-loggedin .media-body p {
    font-size: 12px;
    color: #7d74a1;
    font-weight: 200;
  }

  .mb-user-account .mb-collapse-content li span {
    font-size: 14px;
    font-weight: 500;
    color: #8982a5;
    margin-left: 2px !important;
  }

  .mb-user-account .mb-collapse-content li {
    padding: 8px 0px 3px 0px;
  }

  .mb-user-account {
    padding: 9px 7px;
    margin-bottom: 4px;
  }

  .mb-menu-collaps:after {
    content: "";
    transition: transform 0.3s, -webkit-transform 0.3s;
    transform: rotate(0deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 12px;
    height: 8px;
    float: right;
    margin-top: 18px;
    background-image: url(https://image.coinpedia.org/wp-content/uploads/2022/06/17133231/caret_view.svg);
  }

  .user-login-data {
    background: rgb(250 250 250 / 10%);
    padding: 10px;
    border-radius: 5px;
    line-height: 0;
    margin-bottom: 10px;
  }

  .mb-collapse-content h6 {
    color: #fff;
    font-size: 15px;
    margin: 16px 0 12px;
    font-weight: 200;
  }

  .mb-user-account img {
    vertical-align: middle;
    width: 44px;
  }

  .user-account-loggedin.active:after,
  .mb-user-account .mb-menu-collaps.active:after {
    transform: rotate(180deg);
  }

  .mb-collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .mb-collapse-content li {
    margin-bottom: 10px;
  }

  .mb-collapse-content li span {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
  }

  .mb-collapse-content li img {
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .mb-collapse-content li:first-child {
    margin-top: 18px;
  }

  .mb-collapse-content li:last-child {
    margin-bottom: 2px;
  }

  #mobile-container #mobile-menu li ul a {
    border-left: 2px solid #2e1f6d;
    padding: 5px 5px 5px 16px !important;
    font-weight: 200;
    font-size: 15px !important;
  }

  .search-results h1 {
    font-size: 28px;
    font-weight: 400;
  }

  .academy_tags {
    text-align: center;
  }

  .academy_tags span {
    background: #f0f2fc;
    padding: 4px 10px 2px;
    border-radius: 4px;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
  }

  .menu-ad-btn-mobile button a:hover {
    color: #000;
  }

  a:-webkit-any-link {
    cursor: pointer;
  }

  .menu_ad_btn,
  .connect_wallet_header {
    display: none !important;
  }

  #mobile-menu .mobile-arrows {
    padding: 0px !important;
    width: fit-content !important;
  }

  #mobile-menu .mobile-arrows.tie-icon-chevron-down:before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 12px;
    height: 8px;
    float: right;
    margin-right: 8px;
    margin-top: 20px;
    background-image: url('https://image.coinpedia.org/static/common/caret_view.svg');
  }

  .is-mobile .side-aside .side-aside-wrapper {
    padding: 22px 0 0 !important;
  }

  .mobile-dark-light {
    float: right;
    margin-top: -5px;
    padding-left: 0;
  }

  .mobile-dark-light li {
    display: inline-block;
    background: rgb(250 250 250 / 10%);
    margin-right: 10px;
    padding: 4px;
    border-radius: 9px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }

  .mobile-dark-light li img {
    width: 18px;
  }

  a.remove.big-btn {
    font-size: 15px !important;
    font-weight: 500;
    top: 19px !important;
  }

  .side-aside a.remove {
    left: 36px !important;
    right: auto !important;
    top: 0 !important;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    color: #fff !important;
  }

  #mobile-container {
    margin-top: 15px !important;
    border-top: 1px solid #261863;
    padding: 15px 14px 20px !important;
  }

  .menu-image img {
    width: 22px;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
  }

  #mobile-container #mobile-menu li ul li {
    padding-left: 40px;
  }

  #mobile-container #mobile-menu {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .mb-user-account .mb-collapse-content li:last-child {
    margin-bottom: 0;
  }

  /* .side-aside.dark-skin {
    background: #140a4c !important;
    width: 100%;
    z-index: 9999999;
  } */

  #mobile-container {
    margin-top: 20px;
  }

  #mobile-container #mobile-menu li a,
  #mobile-container .mb-logout li a,
  .cp-logout-btn {
    display: block;
    padding: 12px 50px 12px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
  }

  .logout-btn.logout-button {
    padding: 8px 50px 12px 9px;
    font-size: 16px;
    font-weight: 300;
  }

  #mobile-container #mobile-menu li a:hover {
    opacity: unset;
    color: #ffffff !important;
  }

  #mobile-menu .mobile-arrows {
    color: #8982a5 !important;
  }

  #mobile-container #mobile-menu .menu>li {
    border: 0px;
  }

  #mobile-social-icons,
  #mobile-search {
    display: none;
  }

  #mobile-container #mobile-menu li a:hover {
    color: #fff;
  }

  .side-aside a.remove:hover:before {
    color: #f5efef !important;
  }

  .mb-collapse-content li a:hover {
    color: #fff;
  }

  .mb-user-account .mb-collapse-content li span:hover,
  .user-login-data .mb-collapse-content li span:hover {
    color: #fff;
  }

  #mobile-menu .mobile-arrows.is-open {
    top: 16px;
    right: 7px;
  }

  .side-aside a.remove:after {
    content: "Back";
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 16px;
    margin-left: 26px;
  }

  .side-aside a.remove:before {
    content: "";
    background-image: url('https://image.coinpedia.org/static/common/back_menu_arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 13px;
    display: block;
    width: 20px;
    position: absolute;
    margin-top: 6px;
    margin-left: 0;
    transform: rotate(0deg);
  }

  /* track portfolio */
  .track_your_portfolio {
    padding: 10px 0;
  }

  .track_your_portfolio h4 {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 300;
  }

  .track_your_portfolio h4 .growth_icon {
    width: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .track_your_portfolio h4 .portfolio_right {
    width: 20px;
    margin-left: 12px;
    vertical-align: middle;
  }

  .track_your_portfolio h4 .portfolio_right {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .track_your_portfolio h4 .portfolio_right,
  .track_your_portfolio h4:hover .portfolio_right {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
	#currency-image{
		max-height: 21px;
		min-width: 17px;
	}

  @keyframes shake {

    10%,
    90% {
      transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
      transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
      transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
      transform: translate3d(4px, 0, 0);
    }
  }

  /* country currency css  */
    .mobile-menus-list .mobile-view-notify {
        line-height: 10px;
        padding: 8px;
        top: 0px;
    }
   .select-currency-mobile {
	display: inline-block;
	border: 1px solid #30305a;
	padding: 5px 7px;
	border-radius: 8px;
	margin-left: 5px;
    }
	.top-menu-advertise{
		display: inline-block;
		border: 1px solid #30305a;
		padding: 5px;
		border-radius: 8px;
		margin-left: 6px;
	}
	 .mobile-menus-list li {
        vertical-align: top;
    }
	 .white-drop-down img {
		 position: relative;
		 top: -4px;
		 width: 11px;
    }
    #currency-image-mobile {
        position: relative;
        top: 3px;
    }
	.top-menu-advertise img{
		width: 22px;
	}
  .top-gainer-looser-slider .slick-list{
    padding: 0 !important;
  }

  /***end mobile menus**/

}

@media(max-width: 768px) {

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }

  .dropdown .connect_wallet_icon {
    width: 20px !important;
    top: 4px !important;
  }

  .dropdown .caret_down {
    top: 1px !important;
  }

}

@media (max-width: 480px) {
  .top-menu-secondary .dropdown {
    margin-top: 6px !important;
  }

  #mobile-header-components-area_2 a {
    margin-top: 0px !important;
  }

  #logo {
    min-height: 30px !important;
  }

  .mobile-menu-ad {
    margin-top: 6px !important;
  }
  .top-menu-advertise button {
	margin-left: 4px;
	border-radius: 4px;
	padding: 6px 8px;
	line-height: 20px;
 }
	.top-menu-advertise button img {
		display: none;
	}
	

}

@media (max-width: 480px) {
  .menu-ad-btn-mobile button {
    padding: 3px 6px 2px;
    font-size: 13px;
    margin-top: 9px;
  }
   .mobile-menus-list {
	   position: relative;
	   top: 5px;
    }
}

/***Header css Ends***/

/***Footer css Starts***/


.footer-widget-area .stream-item-widget img {
  width: 260px;
  margin-left: 0;
}

#footer .social-icons li {
  display: inline-block;
  margin-right: 7px;
}

#footer .social-icons li img {
  width: 28px;
}

.site-info {
  background: #010136;
  padding: 20px 0;
  line-height: 32px;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.not-found h5 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
}

.site-footer {
  margin-top: 0px;
  background-color: #010136;
}

#footer-widgets-container .container {
  border-bottom: 1px solid #0066FF4D;
}

.footer-side-sticky {
  left: 11px;
  z-index: 999;
  position: fixed;
  bottom: 12px;
}

.footer-side-sticky span {
  font-size: 26px;
  color: #000;
}

.hide-stickyimage {
  font-size: 28px;
  font-weight: 300;
  color: #ba050ade;
  background: transparent;
  float: right;
  margin-left: 0px;
}

.block-head-1 #footer .widget-title {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.block-head-1 #footer .widget-title:after {
  display: none;
}

.aboutme-widget .aboutme-widget-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #FAFAFACC;
}

.widget-title .the-subtitle {
  font-size: 16px;
  min-height: 15px;
  font-weight: 700;
  color: #FAFAFA;
  line-height: 20px
}
#selectidname{
  text-transform: capitalize;
}

@media (min-width: 991px) {
  .site-info-layout-2 .copyright-text-first {
    float: left;
  }
  .show-in-tablet{
    display: none;
}

  .site-info-layout-2 .copyright-text-first,
  .site-info-layout-2 .copyright-text-first a {
    color: #FAFAFACC !important;
    font-weight: 400;
    font-size: 14px;
  }

  #footer .footer-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FAFAFACC;
  }

  .mobile-menu-ad {
    display: none;
  }

}

@media (min-width: 992px) {
  nav.main-nav.menu-style-default .menu>li.tie-current-menu {
    border-bottom: 4px solid #0052CC;
    background: linear-gradient(180deg, rgba(0, 82, 204, 0.00) 0%, rgba(0, 82, 204, 0.25) 100%);
    margin-bottom: 0;
  }
  .current-menu-item .menu-image{
    font-weight: 600;
    color: #FAFAFA;
  }

 

  .logout-button {
    background: #1717170D;
    color: #171717B2;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    padding: 6px 14px;
    border-radius: 8px;
    margin: 12px 0;
}
  
  .logout-button img {
    width: 16px !important;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .stream-item-widget-content {
    width: 220px;
    margin: 0 auto;
  }

  .site-info-layout-2 .copyright-text-first {
    float: unset;
   color: #FAFAFACC;
  }
  
  .copyright-text.copyright-text-first a{
        color: #FAFAFACC;
  }

  .site-info-layout-2 .copyright-text-second,
  .site-info-layout-2 ul.social-icons,
  .site-info-layout-2 .footer-menu {
    float: none;
  }

  .aboutme-widget .about-content-wrapper .aboutme-widget-content {
    text-align: left;
    margin: 0;
  }

  .mobile-menu-ad {
    background: #f1b50a;
    padding: 5px 10px 5px;
    border-radius: 4px;
  }

  .mobile-menu-ad a {
    animation: blinkers 2.5s linear infinite;
  }

  .logo_container_row .tablet-view-col-four,
  .logo_container_row .tablet-view-col-six {
    display: inline-block;
    padding-left: 8px;
    padding-right: 14px;
  }

  .logo_container_row .tablet-view-col-six {
    float: right;
  }

  @keyframes blinkers {
    50% {
      opacity: 0;
    }
  }

  .logout-button .dropdown-item {
    background: transparent;
    color: #fff;
  }
	#currency-image-mobile img{
		border-radius:3px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-widget-area #stream-item-widget-8 {
    padding-bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .top-menu-secondary {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .sticky_footer_menu {
    display: none;
  }
  .show-in-mobile{
    display:none !important;
  }

}


@media (max-width: 767px) {

  .sticky_footer_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0;
    /* border-top: 2px solid #0052CC4D; */
  }
.sticky_footer_menu
  .sticky_footer_menu .footer_menu_items {
    height: 60px;
    vertical-align: text-bottom;
  }

  .sticky_footer_menu ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    line-height: 22px;
    padding: 0px 0 8px;
    border-top: 2px solid #0052CC4D;
  }
  .sticky_footer_menu ul{
    display: flex;
  }
  .footer_menu_items.active img {
    fill: #0052CC;
    stroke-width: 0.1;
  }

  .sticky_footer_menu .footer_menu_items.active {
    background: linear-gradient(180deg, rgba(0, 82, 204, 0.1) 0%, rgba(0, 82, 204, 0) 100%);
    border-top: 2px solid #0052CC;
  }

  .footer_menu_items.active span {
    font-weight: 600 !important;
    color: #0052CC !important;
  }

  .sticky_footer_menu ul .footer_menu_items img {
    display: block;
    margin: 9px auto;
    width: 20px;
    margin-bottom: 0;
    min-height: 20px;
  }

  .sticky_footer_menu ul .footer_menu_items a span {
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #171717B2;
    line-height: 12px;
  }

  .site-info {
    margin-bottom: 58px !important;
  }

  #footer .container-wrapper {
    padding: 14px 0 0px;
  }

  #footer .social-icons {
    text-align: center;
  }
  .footer-menu li{
    font-size: 12px;
    font-weight: 400;
  }
  .search-no-results .entry-header-outer h1 {
    font-size: 26px;
    line-height: 22px;
  }

  .not-found h5 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
  }

 

  .footer-side-sticky {
    bottom: 70px !important;
    left: 6px !important;
  }

  .hide-stickyimage {
    margin-left: -5px !important;
    margin-top: -10px;
  }

  a.go-to-top-button {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  a.go-to-top-button.show-top-button {
    bottom: 74px;
    z-index: 9999;
  }

  .hide-sticky-footer .sticky_footer_menu {
    display: none;
  }

}

@media (max-width: 580px) {
  #footer .social-icons li img {
    width: 24px
  }

  .footer-widget-area .stream-item-widget img {
    width: 170px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .top-menu-advertise button{
    margin-top: 4px;
    margin-bottom: 0;
    white-space: nowrap;
	margin-bottom: 4px !important;
  }
	.mobile-header-components {
		position: relative;
		top: 1px;
	}
	#theme-header.has-normal-width-logo #logo img{
		margin-left: 4px;
	}
	#mobile-header-components-area_2 a{
	        top: 1px;	
	}
}
@media (max-width: 344px) {
	.mobile-header-components .nav-icon{
		        top: -2px;
	}
  #theme-header.has-normal-width-logo #logo img {
    max-width: 96px;
    margin-left: 6px;
	margin-top: 0px; 
  }
  .top-menu-advertise button img{
    width: 20px;
  }
  .top-menu-advertise button {
    font-size: 12px;
    padding: 5px 6px;
    margin-left: 0;
  }
}

@media (max-width: 340px) {
    #theme-header.has-normal-width-logo #logo img {
      max-width: 89px;
      margin-left: 4px;
	  margin-top: 2px;
    }
    .top-menu-advertise button {
      font-size: 11px;
    }
    .logo_container_row .tablet-view-col-six{
     	padding-left: 0px;
		margin-top: 2px;
    }
    .mobile-view-notify{
      border-radius: 4px;
    }
    .top-menu-advertise button{
      padding: 4px 8px;
    }
	.mobile-header-components .nav-icon{
		width: 17px;
	}
	.select-currency-mobile, .top-menu-advertise{
		border-radius:4px;
	}
}

@media (max-width: 320px) {
  .mobile-dark-light li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
  }

  .user-account-loggedin img {
    width: 34px;
    margin-top: 5px;
  }

  #mobile-header-components-area_2 .components li.custom-menu-link>a {
    margin-left: 0px;
  }

  .mobile-menu-ad img {
    width: 16px;
    vertical-align: middle;
    margin-right: 2px;
  }
  .logo_container_row .tablet-view-col-four{
    padding-left: 4px;
  }

  .mobile-menu-ad {
    font-size: 12px;
  }
  .sticky_footer_menu ul .footer_menu_items a span {
    font-size: 10px;
  }
	.top-menu-advertise{
		padding: 3px 5px;
	}
	.select-currency-mobile {
        padding: 3px 5px;
    }
	.mobile-view-notify{
	  padding: 5px !important;
	}
}

/***Footer css Ends***/