.header1_bg{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px 0px;
    background: url(../images/banner_bg.png);
    background-size: 100% 100%;
    background-position: center;
}
.header1_bg header{
    margin: 10px 0px;
    padding: 3px 3px;
    border-radius: 10px;
}
.header_content{
    padding:20px 0px 50px;
}
.shine {
    font-size: 41px;
    font-weight: 700;
    color: rgb(0 0 0 / 30%);
   background: #344048 -webkit-gradient(linear, left top, right top, from(#344048), to(#344048), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-clip: text;
    -webkit-animation: zezzz;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes zezzz {
  0%,
  10% {
    background-position: -200px;
  }
  20% {
    background-position: top left;
  }
  100% {
    background-position: 200px;
  }
}
.header_content{
    padding: 50px 0px 60px;
}
.head_content  p {
    text-transform: uppercase;
    color: #ffffff;
    text-align:center;
}
/*****===== RULES PART START  =====*****/
.admin_bg {
    background: url(../images/sta_bg.png);
    background-position: center;
    padding: 50px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}
.rules h3{
    display: inline-flex;
    font-weight: 400;
    color: #808080;
    padding: 13px 0px;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 15px;
}
.rules h3 .img1{
    height: 13px;
    width: 16px;
    margin: 8px 3px 0px 0px;
}
/*****===== FAQ PART START  =====*****/


/*****===== FAQ PART START  =====*****/
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    padding: 0 32px;
    background: #e5e5e5;
    font-size: 15px;
    line-height: 38px;
    font-weight: 500;
}
.pcss3t > label lord-icon{
    margin: 0px 6px 0px 0px;
    width: 24px;
    height: 30px;
    vertical-align: middle;
}
.pcss3t > label i{
    font-size: 18px;
    margin: 0px 3px 0px 0px;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    color: #0097fa;
}
.pcss3t > label i:hover{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
    overflow: auto;
    padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}

.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}

.pcss3t .typography {
	color: #666;
}
.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
	color: #2a95ff;
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t-steps > label {
	cursor: default;
}

.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}
.pcss3t-layout-top-center {
	text-align: center;
}
.pcss3t > .right {
	float: right;
}
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}
.pcss3t-theme-1 > label {
    margin: 0 5px 5px 0;    
    border-radius: 5px;     
    background: #3f3f3f;     
    box-shadow: 0 2px rgba(0,0,0,0.2);    
    color: #ffffff;     
    opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
    background: #f5f5f5;
    opacity: 1;
    color: #000;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color:#1e6bf9;
	opacity: 1;
	background: #fff;
    border: 1px solid #00b2fb87;
    border-bottom: none;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul, .pcss3t-theme-1 > .tab-content-2:checked ~ ul,
.pcss3t-theme-1 > .tab-content-3:checked ~ ul, .pcss3t-theme-1 > .tab-content-last:checked ~ ul{
    border-top-left-radius: 0;
    background: #f5f5f5;
  border: 1px solid #00b2fb87;
}

.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.pcss3t-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.pcss3t-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
	.pcss3t > label {
        display: inline-block;
        width: 24%;
        text-align: center;
        padding:0px;
	}
	.pcss3t > .right {
		float: none;
	}
}


@media screen and (max-width: 567px) {
    .pcss3t > label {
        font-size: 8px;
        line-height: 20px;
        padding: 3px 1px !important;
        width: 22.9%;
    }
    .pcss3t > label i {
        font-size: 8px;
        margin: 0px 0px 0px 0px;
    }
    .pcss3t > label lord-icon {
        margin: 0px 2px 0px 0px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
}
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
.pcss3t > ul,
.pcss3t > ul > li {
	height: 64vh;
}
.faq_bg .accordion-item {
    border: none;
    margin: 20px 0px 20px;
    padding: 10px 20px 5px;
    border-bottom: 1px solid #00bbfb26;
    background: #fff;
}
.faq_bg .accordion-header {
    margin-bottom: 0;
    background: none;
}
.faq_bg .accordion-button {
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #3d3939 !important;
    background: transparent;
}
.faq_bg .accordion-button:not(.collapsed) {
   
}
.faq_bg .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    background: #344048;
    border-radius: 5px;
    margin: 5px 0px 1px 0px;
    border: none;
    line-height: 23px;
}
.faq_bg .accordion-body a {
     color: #0d8dea !important;
}
.faq_bg  .accordion-button:focus,.faq_bg  .accordion-button:active{
   box-shadow:unset;
}
.faq_bg  .accordion-button::after{
    background-image: url(../images/faq.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 34px;
    height: 33px;
    transition:1s;
}
.faq_bg .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    transition: 1s;
}
.faq_bg .faq_img{
    text-align: center;
    max-width: 315px;
    margin: auto;
}
.faq_bg .faq_img .img1{
    filter: hue-rotate(340deg);
}
.accordion-button:not(.collapsed) {
   
}

.social_ic {
    position: absolute;
}
.social_ic .social_but1 {
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    bottom: 53%;
    right: 15px;
    z-index: 99;
    text-align: center;
    color: #ffff;
    font-size: 30px;
    padding: 3px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    background: #0088cc;
    display: none;
    transition: 0.9s ease-in-out;
    display: inline-block;
}
/*****===== FAQ PART END  =====*****/

/*****===== SUPPORT PART START  =====*****/
.form_text{
    padding: 15px 25px 25px;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    max-width: 500px;
    margin: auto;
    border: 1px solid rgb(203, 223, 255);
    border-radius: 15px;
    background: -webkit-linear-gradient(185deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
}
.form_head h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: start;
    background: linear-gradient(to right, #f1a240, #fad460fe, #fed45bfe);
    color: transparent;
    -webkit-background-clip: text;
}
.sbm_btn {
    text-align: center;
    margin: 30px auto 5px;
}
 .sbmt{
    padding: 6px 21px;
    border-radius: 3px;
    font-weight: bolder;
    color: #fff;
    font-size: 14px;
    margin: 16px auto 0px;
    display: block;
    transition: 1s;
    background: linear-gradient(to right, #10c7ff, #289bff, #4662ff);
    border: none;
}
 .sbmt:hover{
    box-shadow: 150px 0px 0px #fea04d inset;
    transition: 1s;
    color: #fff;
    background: linear-gradient(to right, #ffdd77, #ffb95e);
}
.sbmt:active  {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
    background: #fff;
    border: 1px;
}
.form_block {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    margin: 0px 0px 10px;
}
.form__field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9b9b9b;
    outline: 0;
    font-size: 15px;
    color: #000;
    background: transparent;
    transition: border-color 0.2s;
    padding: 7px 0px 7px 20px;
    font-weight: 600 !important;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 15px;
    cursor: text;
    top: 30px;
    left: 20px;
}
.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #4c4848;
    pointer-events: none;
}
.form__field:focus {
    padding-bottom: 6px;
    font-weight: 400;
    border-width: 1px;
    border-image: linear-gradient(to right, #00c2fc, #1c6cfa);
    border-image-slice: 1;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 7px;
    left:0px;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #2169f9;
    font-weight: 400;
}
.form__field:required, .form__field:invalid {
  box-shadow: none;
}
.form_block i{
    position: absolute;
    left: 0px;
    top: 34px;
    font-size:15px;
}
.form__field:focus ~ i {
    color: #2169f9;
}
.form_head{
    
}
.form_head h4{
    font-size: 26px;
    font-weight: 600;
    text-align: start;
    background: linear-gradient(to right, #f1a240, #fad460fe, #fed45bfe);
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
}
.form_head h4 i {
    font-size: 5px;
    margin: 0px 2px 0px;
    position: relative;
    top: -2px;
}
.form_head h4 span{
    font-size: 15px;
}
.form_head h4 a{
    font-size: 13px;
    color: #918d8d;
}
.form_head h4 a:hover{
    color:#000;
}
.form_head h4 span small{
    position: relative;
    padding: 0px 0px 0px 13px;
}
.form_head h4 span small::before {
    width: 18px;
    height: 18px;
}
.form_head h4 span small::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}
.form_head h4 span small::before,
.form_head h4 span small::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0px;
    background-color: #00c5fb;
    top: 2px;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
/*****===== SUPPORT PART START  =====*****/


/*****===== LOGIN PART START  =====*****/
.login_bg{
    min-height:100vh;
    position:relative;
    z-index: 2;
}
.log_img{
    position:relative;
}
.log_img .log_img1{
    position: absolute;
    inset: 0px;
    margin: auto;
    max-width: 119px;
    bottom: 88%;
    left: 19%;
    animation: floater-2 infinite 6s ease-in-out;
}
.log_img2{
  position: absolute;
  max-width: 36px;
  right: 18%;
  top:14%;
  animation: floater-2 infinite 6s ease-in-out;
}
.log_img3{
  position: absolute;
  max-width: 75px;
    left: 12%;
    top: 18%;
}
.log_img4 {
    position: absolute;
    max-width: 36px;
    right: 29%;
    bottom: 49%;
    animation: floater-2 infinite 6s ease-in-out;
}
.log_img5{
  position: absolute;
  max-width: 66px;
  left: 2%;
  bottom: 2%;
}
.signup_bg {
    background: url(../images/log_bg.png);
    background-size: 100% 103%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8faff;
}
.example-2 {
    text-align:center;
}
.example-2 .icon-content {
    margin: 23px 6px;
    position: relative;
    display: inline-block;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    color: #000000;
    background-color: #b0b2b8;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 17px;
    height: 18px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #25d366;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #000;
}
.sign_head{
    padding: 5px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sign_head a{
    color: #575757;
    font-size: 16px;
    font-weight: 500;
}
.sign_head a:hover{
    color:#ffb95e;
}
.sign_head img{
    max-width: 81px;
}
.form_head1{
    padding:20px 0px;
}
.form_head1 h5{
    font-size: 40px;
    line-height: 53px;
}
.log_bot{
    display: flex;
    justify-content: space-between;
    padding: 25px 0px 0px;
}
.log_bot a{
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(to right, #10c7ff, #289bff, #4662ff);
    -webkit-background-clip: text;
}
.form_1{
    padding: 50px 0px 30px;
}

/*****===== LOGIN PART START  =====*****/

/************ EXTRAPAGES PART START ************/
.paid_bg{
    background: #f8faff;
    position: relative;
    overflow: hidden;
    padding: 40px 0px;

 }
.paid_bg .paid_img {
    position: absolute;
    right: 0px;
    max-width: 154px;
    bottom: 0px;
    z-index: 1;
}
.members_bg .vid_1{
    position: absolute;
    left: 17%;
    top: 30px;
    max-width: 38px;
}
.error {
    color: #0479fa;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    margin: 10px auto;
    border: 1px solid rgb(255 198 113);
    background: -webkit-linear-gradient(0deg, rgb(255 198 100) 0%, rgba(213, 224, 243, 0) 100%);
}
.error:before{   
    content: '';
    position: absolute;
    width: 0;
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px;
    color: #00c1fc;
}
.dep_list{
    background-position: center;
    padding: 20px;
    margin: 10px auto 20px;
    max-width: 600px;
    border: 1px solid rgb(203, 223, 255);
    border-radius: 10px;
    background: -webkit-linear-gradient(0deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
}
.list_item{
    /*margin:20px 0px 0px;*/
}
.list_item .text-dark{
    font-size: 14px;
    color:#9c959c !important;
}
.list_item .sbmt{
    padding: 5px 10px;
}
.dep_list h2{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(45deg, #009fdc, #0083fa);
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px;
}
.dep_list h2 span{
    float: right;
    color: #ffb165;
    font-weight: 600;
}
.dep_list h3 img{
    max-width: 30px;
}
.dep_list h3{
    padding: 0px 10px;
    color: #96999e;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    margin: 4px 0px;
    border: 1px solid rgb(203, 223, 255);
    border-style: solid;
    border-radius: 9px;
    background: -webkit-linear-gradient(0deg, rgb(247, 250, 255) 0%, rgba(247, 250, 255, 0) 100%);
}
.dep_list h3 span{
    float: right;
    color: #464646;
    font-weight: 600;
}
.dep_list h3 i{
    color: #00c4fc;
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.dep_list .error{
    padding: 0px 0px;
    text-align: center;
    color: #454748;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    max-width: 600px !important;
    border: 1px solid #fec77987 !important;
}
.pagination {
    display: block !important;
    list-style: none;
    text-align: center;
    margin: 21px auto 0px;
    max-width: max-content;
    border-radius: 4px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border: 1px solid #81e6fd5c;
}
.pagination li{
    display:inline-block;
}
.pagination li .disabled{
    color:#ff8a01;
    background: #454658;
    font-size: 16px;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 3;
    color: #2e2d39 !important;
    background: #00c3fb !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
}
.page-item .page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #d2d9e1;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    color: #2e2d39;
    background: #ffffff;
}

.inpts{
    outline: none;
    color: #0479fa;
    transition: 0.5s;
    text-align: start;
    font-size: 13px;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    margin: 10px auto;
    border: 1px solid rgb(0 205 252 / 54%);
    background: -webkit-linear-gradient(0deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
    width:100%;
}
.members_bg{
    border: 1px solid rgb(203, 223, 255);
    border-radius: 15px;
    background: -webkit-linear-gradient(0deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
    margin: auto;
    max-width: 800px;
    padding: 25px 30px;
    position: relative;
}
.members_bg h4 {
    font-size: 26px;
    font-weight: 600;
    color: #ffb05b;
    -webkit-background-clip: text;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}
.members_bg .head p {
    color: #808080;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}
/*****===== HOW TO START PART START  =====*****/
.how_bg {
    padding: 41px 0px;
    background: -webkit-linear-gradient(0deg, rgb(247, 250, 255) 0%, rgb(251, 253, 255) 39%, rgb(255, 255, 255) 51%, rgb(251, 253, 255) 60%, rgb(247, 250, 255) 100%);
}
.how_bg .nav-tabs {
    margin: 30px 0px;
    justify-content: center;
    border: none;
}
.how_bg .nav-tabs .nav-link {
    width: 29%;
}
.how_bg nav{
    border-width: 0.5px;
    border-color: rgb(203, 223, 255);
    border-style: solid;
    border-radius: 15px;
    background: -webkit-linear-gradient(0deg, rgb(247, 250, 255) 0%, rgba(247, 250, 255, 0) 100%);
}
.how_bg  .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #131313 !important;
    padding: 9px 12px;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0px 10px;
    border: 1px solid rgb(203, 223, 255);
    background: -webkit-linear-gradient(0deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
}

.how_bg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 241px 0px 0px #efaf77 inset;
    transition: 1s;
    color: #fff;
    background: linear-gradient(to right, #ffdd77, #ffb95e);
}
.how_bg .tab-pane{
    padding:60px 0px 0px;
}
.how_bg .tab-pane .row{
    align-items: center;
    padding: 30px 0px;
}
.how_img{
    border: 1px solid rgb(203, 223, 255);
    border-style: solid;
    border-radius: 26px;
    background: -webkit-linear-gradient(0deg, rgb(247, 250, 255) 0%, rgba(247, 250, 255, 0) 100%);
    max-width: 500px;
}
.how_img img{
    border-radius: 26px;
    overflow: hidden;
        transition: 0.6s;
}

.how_img:hover  img{
    transform: scale(1.15) rotate(5deg);
}
.how_img{
    overflow: hidden;
}

.head h1{  
    -webkit-text-stroke: 1px hsl(203.76deg 100% 49.02%);
    color: transparent;
    font-size: 6em;
    font-weight: 700;
}
.head_2 h2 {
    font-size: 25px;
    width: 80%;
    color: #344048;
}

/*****=====BONUS PART START  =====*****/
.bouns_bg1 {
    padding: 41px 0px;
    background: rgb(240, 233, 225) !important;
}
.bouns_bg{
    padding: 41px 0px;
    background: rgb(240, 233, 225) !important;

}
.bonus_sec1{
    border: 1px solid rgb(203, 223, 255);
    border-radius: 15px;
    background: -webkit-linear-gradient(0deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
    margin: auto;
    max-width: 870px;
    padding: 30px 30px;
    position: relative;
}

.bonus_sec1 .head p{
    text-align:center;
}
.bounty_list{
    
}
.bounty_list li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px auto;
    width: 75%;
}
.bounty_list img{
    max-width: 48px;
}
.bon_img{
    position: absolute;
    right: 0px;
    max-width: 100px;
    bottom: 0px;
}
.ref_copy h5{
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #344048;
    margin: 23px 0px 0px;
}
.ref_copy a{
    align-items: center;
    background: #fff;
    border: 1px solid #d4e2f3;
    border-radius: 30px;
    display: inline-flex;
    padding: 8px 13px;
    font-size: 18px;
    border-color: rgba(71, 89, 147, .5);
    color: #475993;
}
.ref_copy .bou_but1{
    border-color: rgba(3, 169, 244, .5);
    color: #03a9f4;
}
.ref_copy .bou_but2{
    border-color: rgba(75, 114, 159, .5);
    color: #4b729f;
}
.ref_copy a i{
    margin: 0px 6px 0px 0px;
}
.ref_copy h6{
    color: #808080;
    line-height: 26px;
    text-transform: capitalize;
    font-size: 16px;
    width: 74%;
    margin: auto;
    border-left: 1px solid #006bc88a;
    border-radius: 10px;
    padding: 10px 0px 10px 25px;
}

.bonus_sec1 .fa-chevron-down {
    position: absolute;
    content: "";
    color: #000;
    background: url(../images/fix_arrow.png);
    background-position: center;
    bottom: 0px;
    left: 25px;
    background-size: 100% 100%;
    padding: 16px 17px 39px 15px;
}
.ref_copy h2{
    color: #131313;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
}
.bonus_text{
    border: 1px solid rgb(203, 223, 255);
    border-radius: 9px;
    background: -webkit-linear-gradient(0deg, rgb(254 254 255) 0%, rgb(218 230 244) 100%);
    margin: 40px auto;
    padding: 30px 30px;
    position: relative; 
}
.bonus_text .head h2 {
  
    display: inline-flex;
}
 .head h2 i {
    background: linear-gradient(to right, #00c3fc, #0091fa, #176ffa);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 39px;
    position: relative;
    top: 2px;
    margin: 0px 3px 0px 0px;
}
.bonus_text .bonus_p{
    display: inline-flex;
    align-items: center;
}
.bonus_p{
    padding: 22px 20px 10px;
    font-size: 19px;
    color: #a7a8a2;
}
.bonus_p img{
    margin: 0px 7px 0px 0px;
    width: 40px;
    height: 40px;
}
.bonus_p span{
    background: #fff;
    border: 1px solid #e6ebed;
    border-radius: 30px;
    box-shadow: 0 5px 15px -10px rgba(97, 121, 129, .588);
    color: #929292;
    padding: 10px;
    float: right;
}
.bonus_p span small{
    font-weight: 600;
    background: linear-gradient(to right, #00c3fc, #0091fa, #176ffa);
    color: transparent;
    -webkit-background-clip: text;
}
.bonus_p b{
    font-weight: 600;
    background: linear-gradient(to right, #00c3fc, #0091fa, #176ffa);
    color: transparent;
    -webkit-background-clip: text;
}
.bonus_text1{
    border: 1px solid rgb(203, 223, 255);
    border-radius: 9px;
    background: -webkit-linear-gradient(252deg, rgb(244 251 254 / 61%) 54%, #0097fa0f 101%);
    margin: 40px auto;
    padding: 30px 30px;
    position: relative;
    overflow:hidden;
}
.bonus_content{
    width: 76%;
    margin: auto;
}
.bonus_text1 .bon_1{
    position: absolute;
    left: -8%;
    max-width: 317px;
    top: -19px;
}
.bonus_text1 .bon_11{
    max-width: 109px;
    left: 19px;
    position: absolute;
    bottom: 45px;
    transform: rotate(-135deg) translateY(-50%);
}
.bonus_text2 {
    border: 1px solid rgb(243 14 42 / 27%);
    background: -webkit-linear-gradient(294deg, rgb(244 251 254 / 61%) 54%, #ff002326 98%);
}
.bonus_text1 .bon_2 {
    position: absolute;
    right: -8%;
    max-width: 336px;
    top: 50px;
}
.bonus_text1 .bon_22{
    max-width: 109px;
    left: 1px;
    position: absolute;
    top: 19px;
    transform: rotate(26deg) translateY(-50%);
}
.bonus_text2 .bonus_content {
    margin:unset;
}
.bonus_text2 .head h2 span {
    color: #ff404c;
}
.bon_con  {
    color: #344048;
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    padding: 30px 0px 5px;
}
.bonus_text3 {
    border: 1px solid rgb(0 143 183 / 34%);
    background: -webkit-linear-gradient(252deg, rgb(244 251 254 / 61%) 54%, #008ac914 101%);
}
.bonus_text1 .bon_3{
    position: absolute;
    left: -8%;
    max-width: 317px;
    top: -19px;
}
.bonus_text1 .bon_33{
    max-width: 109px;
    left: 19px;
    position: absolute;
    bottom: 5px;
    transform: rotate(236deg) translateY(-50%);
}
.bonus_text3 .bonus_content1{
    width: 80%;
    margin-left: auto;
}
.bonus_text4{
    border: 1px solid rgb(0 206 54 / 53%);
    background: -webkit-linear-gradient(294deg, rgb(244 251 254 / 61%) 54%, #00d5392e 98%);
}
.bonus_text4 .bonus_content4{
    width: 75%;
}
.bou_bg3 .head h2 span {
    color: #00aedb;
}
.bou_bg4 .head h2 span {
    color: #00c433;
}
.bonus_text11 .bonus_p{
    display: grid;
    grid-template-columns: 5% 79% 16%;
    align-items: center;
}
.bonus_head h2 {
    display: inline-flex;
}
.bonus_head h2 img {
    width: 44px;
    position: relative;
    top: 6px;
    margin: 0px 9px 0px 0px;
    height: 44px;
}
.bonus_6{
    padding: 30px 20px;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    border: 1px solid rgb(203, 223, 255);
    border-radius: 15px;
    background: -webkit-linear-gradient(185deg, rgb(213, 224, 243) 0%, rgba(213, 224, 243, 0) 100%);
    margin: 30px 0px;
}




.bouns_bg2{
    padding:50px 0px;
    background: rgb(240, 233, 225) !important;
}
.soci_link{
    border-width: 0.5px;
    border-color: rgb(255 201 102 / 47%);
    border-style: solid;
    border-radius: 5px;
    background: -webkit-linear-gradient(0deg, rgb(255 211 106 / 18%) 0%, rgba(247, 250, 255, 0) 100%);
    padding: 20px 16px;

}
.soci_link1{
    color: #344048;
    font-size: 30px;
    font-weight: 600;
    text-align: start;
    margin: 0px 0px 12px;
}
.soci_link img{
    max-width: 39px;
    margin: 0px 8px 0px 0px;
}

.soci_link a{
    color: #344048;
    font-size: 30px;
    font-weight: 600;
}
.soci_link h5{
    padding: 22px 20px 10px;
    font-size: 19px;
    color: #a7a8a2;
}
.soci_link h5 img{
    
}
.soci_link h5 span{
    background: #d4e2f32e;
    border: 1px solid #e6ebed;
    border-radius: 30px;
    box-shadow: 0 5px 15px -10px rgba(97, 121, 129, .588);
    color: #929292;
    padding: 10px;
    float: right;
}
.soci_link h5 span small{
    color: #f97f00;
    font-weight: 600;
}

.soci_link p{
    color: #344048;
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    padding: 30px 0px 5px;
}

.bouns_bg3{
    background:rgb(240, 233, 225) !important;
    padding:50px 0px;
}
.bonus_sec2 {
    border: 1px solid rgb(198 220 255);
    border-radius: 15px;
    background: -webkit-linear-gradient(0deg, rgb(247 250 255) 0%, rgba(213, 224, 243, 0) 100%);
    max-width:unset;
}

.bounty_list p span{
    color: #00c9fc;
    font-weight: 600;
}



@media  (max-width: 991px){
    .sup_img{
        display:none;
    }
    .log_sec1{
        display:none;
    }
    .signup_bg {
        background: unset;
    }
    .how_img {
        margin: auto;
    }
    .head_2 h2 {
        width: 100%;
    }
    .about_but {
      
    }
    .soci_link1{
        text-align: center;
    }
    .bonus_text1 img {
        opacity: .1;
    }
    .bonus_p img, .bonus_head h2 img {
        opacity: 1 !important;
    }
    .bonus_text .bonus_p{
        display:unset;
    }
    .bonus_content, .bonus_text3 .bonus_content1, .bonus_text4 .bonus_content4 {
        width: 100%;
    }
    .bonus_text11 .bonus_p {
        display:block;
    }
}



@media  (max-width: 567px){
.head_content p {
    font-size: 12px;
}
.shine {
    font-size: 31px;
}
.header_content {
    padding: 30px 0px 30px;
}
.admin_bg {
    background: url(../images/sta_bg.png);
    background-position: center;
    padding: 30px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pcss3t > ul > li {
    padding: 10px 9px;
}
.pcss3t .typography h1 {
    font-size: 25px;
    line-height: 23px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.faq_bg .accordion-item {
    border: none;
    margin: 16px 0px 1px;
    padding: 8px 5px 5px;
    border-bottom: 1px solid #00bbfb26;
    background: #fff;
}

.faq_bg .accordion-body {
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin: 5px 0px 1px 0px;
    line-height: 21px;
    letter-spacing: 1px;
}
.faq_bg .accordion-button {
    padding: 0px 0px 0px 0px;
    font-size: 13px;
}
.rules h3 {
    padding: 5px 0px;
    line-height: 23px;
    font-size: 12px;
}
.rules h3 .img1 {
    height: 12px;
    width: 13px;
    margin: 5px 3px 0px 0px;
}
.form_text {
    padding: 15px 12px 14px;
    border-radius: 5px;
}
.form_head h4 span{
       font-size: 13px;
}
.form_head h4 a {
    font-size: 11px;
}
.form_head h1 {
    font-size: 26px;
    padding: 8px 0px 0px; 
}
.form_block {
  
    padding: 18px 0 0;
    width: 100%;
    margin: 0px 0px 0px;
}
.log_bot a {
    font-size: 12px;
}
.signup_bg {
    background: unset;
}
.sign_head img {
    max-width: 60px;
}
.form_1 {
    padding: 20px 0px 22px;
}
.form_head h4 {
    font-size: 20px;
        text-align: center;
}
.sign_head a {
    font-size: 14px;
}
.members_bg {
    padding: 18px 9px;
}
.members_bg .head p {
    line-height: 24px;
    font-size: 13px;
}
.members_bg .vid_1 {
    left: 1%;
    top: 24px;
    max-width: 19px;
}

.dep_list {
    padding: 10px;
    margin: 10px auto 13px;
}
.dep_list h3 {
    padding: 0px 7px;
    font-size: 13px;
}
.dep_list h2 {
    font-size: 14px;
}
.dep_list h2 span {
    font-size: 15px;
}
.bon_img {
    opacity: .2;
}
.bouns_bg {
    padding: 0px 0px;
}
.bonus_sec1 {
    padding: 30px 5px;
}
.bounty_list img {
    max-width: 32px;
}
.bounty_list li {
    width: 100%;
}
.soci_link img {
    max-width: 26px;
}
.soci_link a {
    font-size: 16px;
}
.soci_link h5 span {
    float:unset;
    display: block;
    text-align: center;
    margin: 10px 0px 0px;
}
.soci_link p {
    font-size: 13px;
    text-align: center;
    padding: 15px 0px 5px;
}

.how_bg .nav-tabs .nav-link {
    font-size: 13px;
    padding: 7px 4px;
    width: 27%;
    margin: 0px 5px;
}
.head h1{
    font-size: 4rem;
}
.head_2 h2 {
    font-size: 18px;
}
.about_but {
    text-align: center;
}
.bounty_list p {
    color: #000000;
    font-size: 12px;
}
.ref_copy h5 {
    font-size: 15px;
}
.ref_copy a {
    padding: 8px 13px;
    font-size: 13px;
    margin: 4px 10px;
}
.ref_copy h6 {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    padding: 10px 0px 10px 8px;
    text-align: center;
}
.ref_copy h2 {
    font-size: 14px;
}
.bonus_text {
    margin: 30px auto;
    padding: 17px 8px;
}
.bonus_text .head h2 {
    display: inline-flex;
    text-align: start;
}
.head h2 i{
    font-size:21px;
}
.bonus_p {
    font-size: 13px;
    color: #a7a8a2;
    text-align: start;
    padding: 0px 0px 10px;
}
.bonus_p img {
    margin: 0px 3px 0px 0px;
    width: 31px;
    height: 31px;
}
.bonus_p b{
      font-size:11px;
}
.bon_1, .bon_11, .bon_2, .bon_22, .bon_3,  .bon_33, .bon_2 {
    display:none;
}
.bonus_text1 {
    margin: 30px auto;
    padding: 16px 8px;
}
.bon_con {
    font-size: 13px;
    line-height: 21px;
}
.bonus_head h2 img {
    width: 30px;
    top: 6px;
    margin: 0px 1px 0px 0px;
    height: 30px;
}
.bouns_bg2 {
    padding: 20px 0px;
}
.bonus_6 {
    padding: 20px 10px;
}
.soci_link h5{
    padding:0px;
    font-size: 13px;
}






}


















