@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

.ftr-half-me {
	width:49%;
	display: inline-block;
    vertical-align: top;
}
.ftr-qtr-me {
	width:24%;
		display: inline-block;
	 vertical-align: top;
}
.ft-btm-hlf{
	width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.social-icons>li>a>i{
	    line-height: 40px !important;
}
.subs-edit-pncl {
    text-decoration: none;
}

/* for paypal fee subscribe form */

.card *,.card *:after,.card *:before {
	box-sizing: border-box;
}

.card {
	font-family: "DM Sans", sans-serif;
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 425px;
/* 	background-color: #FFF; */
	 background-color: #686868;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(#999, .25);
	padding: .75rem;
}

.card-no-image {
border-radius: 8px;
    position: relative;
}

.card-heading {
    margin: auto;
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.222;
}
.card-heading small {
		display: block;
		font-size: .75em;
		font-weight: 400;
		margin-top: .25em;
	}

.card-form {
	padding: 2rem 1rem 0;
}

.card .input {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 1.5rem;
}
.card .input &+.input {
		margin-top: 1.5rem;
	}
.input-label {
	color: #8597a3;
	position: absolute;
	top: 0.5rem;
	transition: .25s ease;
}

.card .input-field {
	border: 0;
    font-size: 15px !important;
    color: #fff;
    font-family: "DM Sans", sans-serif !important;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font-size: 1.125rem;
    padding: 0.25rem 0;
}
.card .input-field  &:focus,.card .input-field &:valid {
		outline: 0;
		border-bottom-color: #6658d3;
}
.card .input-field  &:focus &+.input-label,.card .input-field &:valid &+.input-label {
			color: #6658d3;
			transform: translateY(-1.5rem);
}

.action {
	margin-top: 2rem;
}

.action-button {
	font: inherit;
	font-size: 1.25rem;
	padding: 1em;
	width: 100%;
	font-weight: 500;
	background-color: #6658d3;
	border-radius: 6px;
	color: #FFF;
	border: 0;
	cursor: pointer;
}
.action-button &:focus {
		outline: 0;
	}

.card-info {
	padding: 1rem 1rem;
	text-align: center;
	font-size: .875rem;
	color: #8597a3;
}
.card-info a {
		display: block;
		color:#bdb5f9;
		text-decoration: none;
	}
.input-field:read-only {
    background: #767676;
}
.overlay-bk>img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.overlay-bk{
	display:none;
	z-index: 1000000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #323232d9;
}
.no-scroll{
	overflow:hidden;
}
.notify-box {
    color: #000;
    font-family: "DM Sans";
    background: #d3b525;
    padding: 10px;
    border: 1px solid #fffefe;
	    font-size: 14px;
}
.grn.notify-box {
    background: #8df18d;
}
.subs-info-tbl>tbody>tr>td {
    border: 1px solid #fff;
    padding: 10px;
    font-family: "DM Sans";
}
.subs-info-tbl {
    border-collapse: collapse;
}
.subs-info-hd{
    padding: 10px;
    background: #d3b525;
    border-left: 5px solid #ababab;
}
.jconfirm-holder{
	width: 50%;
    margin: auto;
    color: #000;
}
@media screen and (max-width:767px) {
	.jconfirm-holder{
	width: 100%;
}
}
.otp-ctn{
position: relative;
}
.otp-cvr-ctn{
	position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #3e3e3ef0;
    z-index: 1000;
}
.otp-cvr-ctn .otp-tp{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    background: #6658d3;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.jconfirm-content-pane {
    font-size: 13px;
}
.pay-msg{
    background: #b7a81b;
    padding: 10px 10px;
    display: none;
}
.rfrsh-ctnnn{
padding: 10px;
    text-align: center;
}
.rfrsh-ctnnn>i{
    font-size: 20px;
cursor:pointer;
}