/* Edited 2024-10-10T14:02:06.867Z */div.container-menu {
	max-width: 1250px;
	direction: ltr;
}

.btn-login {
	text-decoration: underline;
	font-weight: 400;
	font-size: 20px;
	font-family: inherit;
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none ;
}

.ten-space {
	height: 10px;
}

.twenty-space {
	height: 20px;
}

.thirty-space {
	height: 30px;
}

.forty-space {
	height: 40px;
}

.fifty-space {
	height: 50px;
}

.hidden-li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

a.menu-btn-link.half-anchor {
	max-width: 260px;
	width: 100%;
}

.full-width-tab {
	width: 100%;
}

.row.custom-mega-row {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}

ul.mega-tab.cus-mega-width>li>a {
	max-width: 300px;
	width: 100%;
}

ul.mega-tab.cus-mega-width span {
	max-width: 300px;
	width: 100%;
}

.main-header .navbar-menu a.btn-link.greencolor {
	color: #98c80d;
}

.custom-img {
	width: 155px;
	height: 195px;
	overflow: hidden;
	border: 6px solid #97c80d;
	-webkit-transform: rotate(-20deg);
	        transform: rotate(-20deg);
	border-radius: 60%;
	margin: 0 auto 10px;
}

.custom-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
}

.box-wrap .img-wrap ul.cards-imgs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.box-wrap .img-wrap ul.cards-imgs li {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.hx-mega-menu ul.mega-tab.no-bold {
	background: #fff;
}

.hx-mega-menu ul.mega-tab.no-bold>li {
	background: #fff;
	margin: 0 auto 10px;
}

.hx-mega-menu ul.mega-tab.no-bold>li>a {
	font-weight: 400;
	padding: 0;
	border: 0;
}

.hx-mega-menu ul.mega-tab.no-bold>li.hx-active>a,
.hx-mega-menu ul.mega-tab.no-bold>li>a:hover {
	color: #98c80d;
}

.hx-mega-menu .mega-menu-wrap h4.mega-tab-title {
	font-size: 16px;
	font-weight: 700;
	color: #595a5a;
}

.hx-mega-menu ul.mega-tab.top-span span {
	top: -90px;
	border: 0;
}

.hx-mega-menu ul.mega-tab.no-bold>li.sub-active:hover,
.hx-mega-menu ul.mega-tab.no-bold>li>a {
	background: #fff !important;
	color: #000;
}

.hx-mega-menu ul.mega-tab.no-bold:before,
.hx-mega-menu ul.mega-tab.no-bold:after {
	background: #fff;
}

h4.custom-mob-title {
	display: inline-table;
	margin: 0 !important;
	padding: 5px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 700;
	color: #595a5a;
}

.box-wrap .img-wrap ul.mob-cards>li {
	margin: 0;
}

.box-wrap .img-wrap ul.mob-cards>li img {
	width: 74px !important;
}



header.main-header {
	padding: 0;
	background: rgba(0, 0, 0, 0) url(../images/header-bottom-new.png) no-repeat bottom;
	    direction: ltr;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

header.main-header.active_sticky {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	top: 0;
	direction: ltr;
	position: sticky;
	top: 0;
}

.main-header .logo {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.main-header .logo img {
	width: 130px;
	display: block;
}

.main-header .navbar-menu .btn-link:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.main-header .navbar-menu {
	margin: 0;
}

.main-header .navbar-menu .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-family: 'Heebo', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.main-header .navbar-menu .btn-info {
	color: #fff;
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 600;
	background-color: #55a3ce;
	border: 2px solid #55a3ce;
}

.main-header .navbar-menu .btn-info:hover {
	color: #55a3ce;
	background-color: transparent;
}

.main-header .navbar-menu .list-popup {
	list-style: none;
}

.main-header .navbar-menu .navbar-light .navbar-nav .nav-link:hover,
.main-header .navbar-menu .navbar-light .navbar-nav .nav-link.active-hvr {
	-webkit-transition: 0.20s;
	transition: 0.20s;
	font-weight: 700;
}

.main-header li.nav-item.active a {
	border-bottom: 4px solid #55a3ce;
	color: #55a3ce !important;
}

ul.navbar-nav {
	z-index: 99;
	text-align: center;
	margin: 0;
	flex: 1 1 80%;
	justify-content: center;
}

.main-header .navbar-menu .btn-link {
	color: #55a3ce;
}

.list-popup {
	list-style: none;
}





footer.main-footer {
	background-color: #f2f2f2;
	padding: 40px 0;
}

.main-footer .footer-menu ul {
	padding: 0;
	list-style: none;
	text-align: right;
}

.main-footer .footer-menu ul li {
	margin: 0 0 7px 0;
	font-size: 15px;
	font-family: sans-serif;
	letter-spacing: 1px;
}

.main-footer .footer-menu ul li a {
	text-decoration: none;
	color: gray;
}

.main-footer .footer-menu ul li a:hover {
	color: black;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.main-footer .footer-menu h5 {
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	color: #535353;
}

.main-footer .footer-social-icon {
	text-align: center;
}

.main-footer .footer-menu {
	float: left;
}

.main-footer .social-icon.mt-3 ul {
	padding: 0;
	list-style: none;
}

.main-footer .social-icon.mt-3 ul li {
	display: inline;
	padding: 0 0 0 17px;
	font-size: 29px;
}

.main-footer .social-icon.mt-3 ul li a {
	text-decoration: none;
	color: #595a5c;
}

.main-footer .footer-logos ul {
	padding: 0;
	list-style: none;
}

.main-footer .footer-logos ul li {
	display: inline-block;
}

.main-footer .footer-logos {
	text-align: center;
	margin: 10px 0;
}

.main-footer .footer-logos p {
	font-size: 14px;
	color: gray;
	font-family: sans-serif;
}

.main-footer .footer-logos p span {
	color: #595a5c;
	font-size: 16px;
	font-weight: 600;
	margin: 0 5px;
}



section.content-wrap {
	background: rgba(0, 0, 0, 0) url(../images/bg-img.jpg) no-repeat;
}

section.content-wrap h2 {
	color: #c7d3ec;
	text-align: center;
	margin: 30px 0;
	font-size: 35px;
}

section.content-wrap .inner-content {
	text-align: center;
	margin: 10px 0 10px 0;
}

section.content-wrap .inner-content h4 {
	color: #fff;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 10px 0 5px 0;
	position: relative;
}

section.content-wrap .inner-content img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

section.content-wrap .inner-content h4:after {
	content: '\f177';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	font-size: 35px;
	bottom: -14px;
	color: dodgerblue;
}

section.content-wrap .button-wra {
	text-align: center;
	margin: 20px 0;
}

section.content-wrap .button-wra button {
	width: 20%;
	padding: 8px 0;
	font-size: 23px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	background: #55a3ce;
	border: none;
	border-radius: 40px;
}

section.content-wrap .row div.col-lg-4:nth-child(4) h4::after {
	display: none;
}

section.content-wrap .content-paragraph {
	padding: 30px 0 11px 0;
	text-align: center;
	height: auto;
	margin: 20px 0 0 0;
	background-color: rgb(54 105 132 / 0.5);
}

section.content-wrap .content-paragraph p {
	color: #fff;
	font-family: sans-serif;
	letter-spacing: 1px;
	line-height: 23px;
}


section.galaxy-wrapper {
	background-color: #e4e3e3;
	margin: 0;
	padding: 60px;
}

section.galaxy-wrapper h2 {
	text-align: center;
	font-size: 40px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

section.galaxy-wrapper .warrior-content {
	text-align: center;
}

section.galaxy-wrapper .main-wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

section.galaxy-wrapper .warrior-content img {
	width: 100%;
	display: block;
}

section.galaxy-wrapper .timer-content {
	text-align: center;
	margin: 30px 0;
}

section.galaxy-wrapper .purchase-content {
	text-align: center;
	margin: 30px 0;
}

section.galaxy-wrapper .timer-content h5 {
	color: #000;
	font-size: 16px;
}

section.galaxy-wrapper .timer-content h3 {
	color: #55a3ce;
	font-size: 26px;
}

section.galaxy-wrapper .purchase-content h5 {
	font-size: 16px;
	color: #000;
}

section.galaxy-wrapper .purchase-content h3 {
	color: #55a3ce;
	font-size: 26px;
	position: relative;
}

section.galaxy-wrapper .purchase-content h3 span {
	font-size: 14px;
	color: #000;
}

section.galaxy-wrapper .price-wrap {
	background-color: #f1f1f1;
	text-align: center;
}

section.galaxy-wrapper .price-wrap ul {
	padding: 0 0 7px 0;
	list-style: none;
}

section.galaxy-wrapper .price-wrap ul li {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 25px;
	color: #cb9002;
	font-weight: bold;
}

section.galaxy-wrapper .price-wrap ul li span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

section.galaxy-wrapper .price-wrap ul li span.live-btn {
	background-color: orange;
	padding: 3px 14px;
	margin: 0 7px 0 0px;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 7px;
	text-transform: uppercase;
}

section.galaxy-wrapper .button-wra button {
	width: 20%;
	padding: 8px 0;
	font-size: 23px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	background: #55a3ce;
	border: none;
	border-radius: 40px;
	margin: 0 0 20px 0;
}

section.galaxy-wrapper .button-wra {
	text-align: center;
	margin: 20px 0;
}

section.galaxy-wrapper .purchase-content h3::after {
	content: '\f2e8';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	margin: 0 5px;
	color: orange;
	font-size: 18px;
	bottom: 0;
}

section.galaxy-wrapper-about .warrior-content img {
	height: 250px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


section.slider-sec .owl-carousel {
	display: block !important;
}

section.slider-sec {
	background: #b8b5b9;
	padding: 60px;
}

section.slider-sec item img {
	width: 50px !important;
	height: 10px;
}

section.slider-sec .owl-carousel .owl-item img {
	width: 100px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 0 20px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}

section.slider-sec .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

section.slider-sec .slider-content {
	margin: 0;
}

section.slider-sec .row.main-slider-content {
	background: #fff;
	padding: 21px 0;
	border-radius: 10px;
}

section.slider-sec .slider-content h5 {
	color: #55a3ce;
	text-align: right;
	font-family: sans-serif;
	font-size: 16px;
}

section.slider-sec .slider-content p {
	font-family: sans-serif;
	text-align: right;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

section.slider-sec .slider-content button {
	color: #55a3ce;
	padding: 5px 40px;
	background-color: #f1f1f1;
	border-radius: 30px;
}

section.slider-sec .slider-content button:hover {
	background-color: #b8b5b9;
	color: #000;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
	height: 0;
}

section.slider-sec button.owl-prev {
	font-size: 80px !important;
	position: absolute;
	top: -19px;
	left: 0;
	bottom: 0;
	color: #7cb8d9 !important;
	outline: none !important;
}

section.slider-sec button.owl-next {
	font-size: 80px !important;
	position: absolute;
	top: -19px;
	right: 0;
	bottom: 0;
	color: #7cb8d9 !important;
	outline: none !important;
}





section.galaxy-wrapper-about {
	background-color: #e4e3e3;
	margin: 0;
	padding: 60px;
}

section.galaxy-wrapper-about h2 {
	text-align: center;
	font-size: 40px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

section.galaxy-wrapper-about .warrior-content {
	text-align: center;
}

section.galaxy-wrapper-about .main-wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

section.galaxy-wrapper-about .warrior-content img {
	width: 100%;
	display: block;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
}

section.galaxy-wrapper-about .timer-content {
	text-align: center;
	margin: 30px 0;
}

section.galaxy-wrapper-about .purchase-content {
	text-align: center;
	margin: 30px 0;
}

section.galaxy-wrapper-about .timer-content h5 {
	color: #000;
	font-size: 16px;
}

section.galaxy-wrapper-about .timer-content h3 {
	color: #55a3ce;
	font-size: 26px;
}

section.galaxy-wrapper-about .purchase-content h5 {
	font-size: 16px;
	color: #000;
}

section.galaxy-wrapper-about .purchase-content h3 {
	color: #55a3ce;
	font-size: 26px;
	position: relative;
}

section.galaxy-wrapper-about .purchase-content h3 span {
	font-size: 14px;
	color: #000;
}

section.galaxy-wrapper-about .price-wrap {
	background-color: #f1f1f1;
	text-align: center;
}

section.galaxy-wrapper-about .price-wrap ul {
	padding: 0 0 7px 0;
	list-style: none;
}

section.galaxy-wrapper-about .price-wrap ul li {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 25px;
	color: #cb9002;
	font-weight: bold;
}

section.galaxy-wrapper-about .price-wrap ul li span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

section.galaxy-wrapper-about .price-wrap ul li span.live-btn {
	background-color: orange;
	padding: 3px;
	margin: 0 7px 0 0px;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 17px;
	text-transform: uppercase;
}

section.galaxy-wrapper-about .button-wra button {
	width: 40%;
	padding: 8px 0;
	font-size: 23px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	background: #55a3ce;
	border: none;
	border-radius: 40px;
	margin: 0 0 20px 0;
}

section.galaxy-wrapper-about .button-wra {
	text-align: center;
	margin: 20px 0;
}

section.galaxy-wrapper-about .purchase-content h3::after {
	content: '\f2e8';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	margin: 0 5px;
	color: orange;
	font-size: 18px;
	bottom: 0;
}

section.galaxy-wrapper-about .truck-sec img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}

section.galaxy-wrapper-about .main-wrapper ul {
	padding: 0;
	list-style: none;
	text-align: center;
}

section.galaxy-wrapper-about .main-wrapper ul li {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

section.galaxy-wrapper-about .main-wrapper ul li.timer-content-1 {
	font-size: 22px;
	font-weight: bold;
	color: #62aad2;
	margin: 5px 0;
	padding: 0 20px;
}

section.blog-sec {
	background-color: #e4e3e3;
	margin: 0;
	padding: 60px;
}

section.blog-sec h2 {
	text-align: center;
	font-size: 40px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

section.blog-sec .warrior-content {
	text-align: center;
}

section.blog-sec .main-wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

section.blog-sec .warrior-content img {
	width: 100%;
	display: block;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
}

section.blog-sec .timer-content {
	text-align: center;
	margin: 30px 0;
}

section.blog-sec .purchase-content {
	text-align: center;
	margin: 30px 0;
}

section.blog-sec .timer-content h5 {
	color: #000;
	font-size: 16px;
}

section.blog-sec .timer-content h3 {
	color: #55a3ce;
	font-size: 26px;
}

section.blog-sec .purchase-content h5 {
	font-size: 16px;
	color: #000;
}

section.blog-sec .purchase-content h3 {
	color: #55a3ce;
	font-size: 26px;
	position: relative;
}

section.blog-sec .purchase-content h3 span {
	font-size: 14px;
	color: #000;
}

section.blog-sec .price-wrap {
	background-color: #f1f1f1;
	text-align: center;
}

section.blog-sec .price-wrap ul {
	padding: 0 0 7px 0;
	list-style: none;
}

section.blog-sec .price-wrap ul li {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 25px;
	color: #cb9002;
	font-weight: bold;
}

section.blog-sec .price-wrap ul li span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

section.blog-sec .price-wrap ul li span.live-btn {
	background-color: orange;
	padding: 3px;
	margin: 0 7px 0 0px;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 17px;
	text-transform: uppercase;
}

section.blog-sec .button-wra button {
	width: 40%;
	padding: 8px 0;
	font-size: 23px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	background: #55a3ce;
	border: none;
	border-radius: 40px;
	margin: 0 0 20px 0;
}

section.blog-sec .button-wra {
	text-align: center;
	margin: 20px 0;
}

section.blog-sec .row.blog-wraper {
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


section.content-wrap-service {
	background: rgba(0, 0, 0, 0) url(../images/banner-img.png) no-repeat;
	height: 470px;
	position: relative;
}

section.content-wrap-service h2 {
	color: #c7d3ec;
	text-align: center;
	margin: 30px 0;
	font-size: 35px;
}

section.content-wrap-service .inner-content {
	text-align: center;
	margin: 10px 0 10px 0;
}

section.content-wrap-service .inner-content h4 {
	color: #fff;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 10px 0 5px 0;
	position: relative;
}

section.content-wrap-service .inner-content img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

section.content-wrap-service .inner-content h4:after {
	content: '\f177';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	font-size: 35px;
	bottom: -14px;
	color: dodgerblue;
}

section.content-wrap-service .button-wra {
	text-align: center;
	margin: 20px 0;
}

section.content-wrap-service .button-wra button {
	width: 20%;
	padding: 8px 0;
	font-size: 23px;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	background: #55a3ce;
	border: none;
	border-radius: 40px;
}

section.content-wrap-service .row div.col-lg-4:nth-child(4) h4::after {
	display: none;
}

.content-paragraph-1 {
	width: 100%;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px;
	background-color: #0f3f59;
	color: #fff;
	top: 505px;
	display: block;
}

.content-paragraph-1 button {
	background-color: #55a3ce;
	border: none;
	border-radius: 30px;
	font-size: 21px;
	padding: 13px 60px;
	color: #fff;
	-webkit-box-shadow: 0 6px #000;
	        box-shadow: 0 6px #000;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.content-paragraph-1 p {
	color: #55a3ce;
	font-size: 16px;
	cursor: pointer;
}

section.multiple-sec {
	padding: 60px;
	background-color: #fff;
}

section.multiple-sec h2 {
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}

section.multiple-sec .sub-content {
	background: #0f3f59;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 15px;
	width: 100%;
	padding: 10px;
}

section.multiple-sec .sub-content p {
	color: #fff;
	font-size: 18px;
	margin: 7px 0;
}

section.multiple-sec .sub-content p::before {
	content: '\f128';
	display: block;
	font-family: 'Font Awesome 5 Pro';
	color: #55a3ce;
	font-size: 26px;
}

section.multiple-sec p.para {
	text-align: center;
	margin: 10px 0;
	font-weight: 500;
	font-size: 18px;
	font-family: sans-serif;
}

section.multiple-sec p.para a {
	text-decoration: none;
	padding: 0 6px;
}

section.multiple-sec .social-sec {
	background-color: #0f3f59;
	height: 130px;
	border-radius: 10px;
}

section.multiple-sec .social-sec h5 {
	background-color: #255e7e;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section.multiple-sec .social-sec ul {
	padding: 0;
	list-style: none;
	position: relative;
}

section.multiple-sec .social-sec ul li {
	text-align: center;
	font-size: 31px;
	color: #f9c944;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

section.multiple-sec .social-sec ul li span {
	font-size: 16px;
}

section.multiple-sec .social-sec ul li.para-1 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

section.multiple-sec .social-sec ul::after {
	content: '\f155';
	display: block;
	position: absolute;
	right: 195px;
	top: 6px;
	font-family: 'Font Awesome 5 Pro';
	color: #ffd469;
	background-color: #d39d18;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 60px;
	padding: 2px 19px;
	font-size: 34px;
	border: 3px solid #ffd469;
}

section.multiple-sec .social-timer {
	background-color: #0f3f59;
	border-radius: 10px;
	padding: 19px;
}

section.multiple-sec .social-timer ul {
	padding: 0;
	list-style: none;
	position: relative;
}

section.multiple-sec .social-timer ul::after {
	content: '\f007';
	display: block;
	font-family: 'Font Awesome 5 Pro';
	color: #95cfef;
	position: absolute;
	right: 200px;
	top: -8px;
	font-size: 60px;
}

section.multiple-sec .social-timer ul li {
	text-align: center;
	font-size: 31px;
	color: #95cfef;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

section.multiple-sec .social-timer ul li span {
	font-size: 16px;
}

section.multiple-sec .social-timer ul li.para-1 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

section.multiple-sec .social-timer-1 {
	background-color: #0f3f59;
	border-radius: 10px;
	padding: 19px;
}

section.multiple-sec .social-timer-1 ul {
	padding: 0;
	list-style: none;
	position: relative;
}

section.multiple-sec .social-timer-1 ul::after {
	content: '\f2f2';
	display: block;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 176px;
	top: 0;
	color: #95cfef;
	font-size: 60px;
}

section.multiple-sec .social-timer-1 ul li {
	text-align: center;
	font-size: 31px;
	color: #95cfef;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

section.multiple-sec .social-timer-1 ul li span {
	font-size: 16px;
}

section.multiple-sec .social-timer-1 ul li.para-1 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}


section.main-table {
	padding: 60px;
	background: #f0f0f0;
}

section.main-table h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 0;
}

section.main-table .table-heading {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: grid;
	width: 100%;
}

section.main-table .table-heading p {
	border: 1px solid #000;
	background-color: #f9c944;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 42%;
	margin: 0 0 0 70px;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 600;
}

section.main-table .table-wrap td {
	font-size: 18px;
	font-weight: 500;
	color: #f7bf23;
	width: 77%;
	padding: 15px 13px;
	border-bottom: 1px solid #c2c2c2;
}

section.main-table .table-wrap {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: -1px 1px 25px 4px #c2c2c2;
	        box-shadow: -1px 1px 25px 4px #c2c2c2;
}

section.main-table .table-wrap h5 {
	text-align: center;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 0;
	text-transform: uppercase;
}

section.main-table .table-wrap td span {
	color: #000;
	font-size: 14px;
}

section.main-table .table-wrap table {
	width: 100%;
}

section.main-table .table-wrap td span.num {
	float: right;
	margin: 5px 0 0 0;
}

section.main-table tr.table-row {
	background-color: #eff9ff;
}

section.button-sec {
	padding: 50px;
	background-color: #0f3f59;
	text-align: center;
}

section.button-sec button {
	padding: 13px 50px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	background: #55a3ce;
	border: 0;
	border-radius: 50px;
}


.mix-wrap {
	padding: 10px 0;
	text-align: center;
}

.mix-wrap ul {
	padding: 0;
	list-style: none;
}

.mix-wrap ul li {
	display: inline;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 0 0 0 20px;
}

.mix-wrap ul li span {
	color: #d39d18;
	font-weight: bold;
	font-size: 27px;
	padding: 0 0 0 7px;
}

.mix-wrap li button {
	background-color: transparent;
	border: 2px solid #55A3CD;
	color: #55a3ce;
}

.content-paragraph-1 .modal-body p {
	color: #fff;
	font-size: 20px;
}

.content-paragraph-1 .modal-content {
	background-color: #0f3f59;
	color: #fff;
}

.content-paragraph-1 .modal-header {
	border: none;
}

.content-paragraph-1 .modal-footer {
	border: none;
}


section.main-heading {
	background-color: #f0f0f0;
	padding: 40px 0 0 0;
}

section.main-heading .main-heading-wrap h2 {
	font-family: sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

section.faq-main-sec .faq .active,
.accordion:hover {
	border: none;
	background: transparent;
}

section.faq-main-sec .accordion-item button.accordion-button {
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #95cfef;
	border: 1px solid;
}

section.faq-main-sec .accordion-button:focus {
	z-index: 3;
	border-color: #fff !important;
	outline: none !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

section.faq-main-sec .accordion-collapse .accordion-body {
	background-color: #0f3f59;
}

section.faq-main-sec .accordion-collapse .accordion-body p {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	margin: 0;
}

section.faq-main-sec .accordion-button:not(.collapsed) {
	background-color: #fff !important;
}

section.faq-main-sec .accordion-button:after {
	display: inline-block;
	position: absolute;
	left: 45%;
	top: 21px;
}

section.faq-main-sec .accordion-button[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.main-table-wrap h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.main-table-wrap .table-heading {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: grid;
	width: 100%;
}

.main-table-wrap .table-heading p {
	border: 1px solid #000;
	background-color: #f9c944;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 42%;
	margin: 0 0 0 70px;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 600;
}

.main-table-wrap .table-wrap td {
	font-size: 18px;
	font-weight: 500;
	color: #f7bf23;
	width: 77%;
	padding: 15px 13px;
	border-bottom: 1px solid #c2c2c2;
}

.main-table-wrap .table-wrap {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: -1px 1px 25px 4px #c2c2c2;
	        box-shadow: -1px 1px 25px 4px #c2c2c2;
}

.main-table-wrap .table-wrap h5 {
	text-align: center;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 0;
	text-transform: uppercase;
}

.main-table-wrap .table-wrap td span {
	color: #000;
	font-size: 14px;
}

.main-table-wrap .table-wrap table {
	width: 100%;
}

.main-table-wrap .table-wrap td span.num {
	float: right;
	margin: 5px 0 0 0;
}

.main-table-wrap tr.table-row {
	background-color: #eff9ff;
}

.button-sec {
	padding: 50px;
	background-color: #0f3f59;
	text-align: center;
}

.button-sec button {
	padding: 13px 50px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	background: #55a3ce;
	border: 0;
	border-radius: 50px;
}

.product-sec {
	background-color: #0f3f59;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.product-sec ul {
	padding: 0;
	list-style: none;
	position: relative;
}

.product-sec ul li {
	color: #fff;
	font-size: 18px;
	padding: 0 0px 0 0px;
}

.product-sec ul li span {
	font-size: 24px;
	color: orange;
	font-weight: bold;
}

.product-sec p {
	color: #fff;
}

.product-sec ul li::after {
	content: '\f155';
	display: block;
	position: absolute;
	right: 77px;
	top: 3px;
	font-family: 'Font Awesome 5 Pro';
	color: #ffd469;
	background-color: #d39d18;
	border-radius: 60px;
	padding: 2px 11px;
	font-size: 16px;
	border: 3px solid #ffd469;
}

.product-content {
	background: #0f3f59;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	border-radius: 10px;
}

.product-content h4 {
	color: #95cfef;
	font-family: sans-serif;
	font-weight: bold;
}

.product-content p {
	color: #fff;
}

section.faq-main-sec {
	background-color: #f0f0f0;
	padding: 30px 0;
}

section.faq-main-sec .faq {
	padding: 0 0 15px 0;
}

section.inform-main {
	padding: 50px;
	background-color: #154863;
	text-align: center;
}

section.inform-main .inform-wrap h2 {
	color: #fff;
	font-size: 37px;
	font-weight: bold;
}

section.inform-main .inform-wrap p {
	color: #fff;
	font-size: 17px;
	margin: 20px 0;
	letter-spacing: 2px;
}

section.inform-main .inform-wrap button {
	background-color: #55a3ce;
	border: 0;
	padding: 11px 70px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	border-radius: 43px;
}

section.content-sec {
	background-color: #f2f2f2;
	border-bottom: 3px solid #fff;
	padding: 30px;
	text-align: center;
}

section.content-sec .inform-content p {
	font-family: sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
}


section.upper-bar {
	background: #184c69;
}

section.upper-bar .upper-bar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 30%;
	margin: 0 auto;
}

section.upper-bar .upper-bar-wrap .text-wrap {
	text-align: center;
	color: #fff;
}

section.upper-bar .upper-bar-wrap img {
	width: 40px;
	height: 54px;
}

section.pricing-table {
	padding: 100px 0 30px 0;
}

section.pricing-table .pricing-wrap-top {
	padding: 30px 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

section.pricing-table .pricing-wrap-top.yellow {
	background: #f7bf23;
	-webkit-box-shadow: inset 0 -8px 10px 2px #c0951b;
	        box-shadow: inset 0 -8px 10px 2px #c0951b;
}

section.pricing-table .pricing-wrap-top p {
	color: #fff;
	margin: 0;
	font-size: 30px;
}

section.pricing-table .pricing-wrap-top h1 {
	margin: 0;
	font-weight: 700;
	font-size: 100px;
}

section.pricing-table .pricing-wrap-top.yellow h1 {
	color: #9d760e;
}

section.pricing-table .pricing-wrap-bottom {
	text-align: center;
	padding: 48px 0 36px;
	position: relative;
}

section.pricing-table .pricing-wrap-bottom.yellow-bottom p span {
	color: #caa547;
	font-weight: 700;
	font-size: 18px;
}

section.pricing-table .pricing-wrap-bottom .yellow-btn {
	border: 1px solid #d2b46a;
	background: none;
	color: #cd9e1d;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

section.pricing-table .pricing-wrap-bottom .yellow-btn:hover {
	background: #cd9e1d;
	border: 1px solid #fff;
	color: #fff;
}

section.pricing-table .pricing-inner {
	-webkit-box-shadow: -1px -1px 10px #ccc;
	        box-shadow: -1px -1px 10px #ccc;
	border-radius: 5px;
}

section.pricing-table .pricing-wrap-top.green {
	background: #a1c831;
	-webkit-box-shadow: inset 0 -8px 10px 2px #82a228;
	        box-shadow: inset 0 -8px 10px 2px #82a228;
	position: relative;
}

section.pricing-table .pricing-wrap-top.blue {
	background: #55a3ce;
	-webkit-box-shadow: inset 0 -8px 10px 2px #4483a5;
	        box-shadow: inset 0 -8px 10px 2px #4483a5;
}

section.pricing-table .pricing-wrap-bottom.green-bottom p span {
	color: #607b11;
	font-weight: 700;
	font-size: 18px;
}

section.pricing-table .pricing-wrap-bottom .green-btn {
	border: 1px solid #7b9925;
	background: none;
	color: #7b9925;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

section.pricing-table .pricing-wrap-bottom .green-btn:hover {
	background: #7b9925;
	border: 1px solid #fff;
	color: #fff;
}

section.pricing-table .pricing-wrap-bottom.blue-bottom p span {
	color: #2d739a;
	font-weight: 700;
	font-size: 18px;
}

section.pricing-table .pricing-wrap-bottom .blue-btn {
	border: 1px solid #2d739a;
	background: none;
	color: #2d739a;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

section.pricing-table .pricing-wrap-bottom .blue-btn:hover {
	background: #2d739a;
	border: 1px solid #fff;
	color: #fff;
}

section.pricing-table .pricing-wrap-top.green h1 {
	color: #607b12;
}

section.pricing-table .pricing-wrap-top.blue h1 {
	color: #296383;
}

section.pricing-table .pricing-wrap-bottom .price-tag span {
	color: #fff;
	font-weight: 900;
	font-size: 18px;
}

section.pricing-table .pricing-wrap-bottom .price-tag.yellow p {
	color: #9d760e;
}

section.pricing-table .pricing-wrap-bottom .price-tag.green p {
	color: #607b12;
}

section.pricing-table .pricing-wrap-bottom .price-tag p {
	margin: -5px;
	font-weight: 600;
}

section.pricing-table .pricing-wrap-bottom .price-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 15px;
	border-radius: 50%;
	width: 17%;
	height: 30%;
}

section.pricing-table .pricing-wrap-bottom .yellow {
	background: #f7bf23;
}

section.pricing-table .pricing-wrap-bottom .green {
	background: #a1c831;
}

section.pricing-table .pricing-wrap-bottom p {
	font-size: 18px;
}

section.pricing-table .pricing-wrap-bottom button {
	font-size: 30px;
	width: 100%;
	max-width: 250px;
	min-height: 55px;
	border-radius: 95px;
	font-weight: bolder;
}

section.pricing-table .row {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

section.pricing-table .pricing-wrap-top.green .tag {
	background: url(../images/tag-bg.png)no-repeat;
	width: 118px;
	height: 122px;
	margin: 0 auto;
	position: absolute;
	padding: 32px 0;
	top: -88px;
	left: 36%;
}

section.pricing-table .pricing-wrap-top.green .tag p {
	font-size: 18px;
	font-weight: bold;
	color: #567401;
}

section.pricing-table .pricing-wrap-top.green .tag span {
	font-weight: bold;
	font-size: 18px;
	color: #6d7401;
}

section.pricing-table .pricing-inner-bottom-content {
	text-align: center;
	margin: 20px 0;
}

section.pricing-table .pricing-inner-bottom-content h4 {
	font-size: 28px;
	color: #55a3ce;
	font-weight: bold;
}

section.pricing-table .pricing-inner-bottom-content h4 span {
	color: #000;
	font-weight: 400;
	font-size: 25px;
}

section.pricing-table .pricing-inner-bottom-content p {
	color: #55a3ce;
	font-weight: 500;
	font-size: 20px;
	font-family: sans-serif;
	cursor: pointer;
}

section.footer-bottom-button {
	background-color: #184c69;
	padding: 30px 0;
}

section.footer-bottom-button .footer-button {
	text-align: center;
}

section.footer-bottom-button .footer-button button {
	background: #133a4f;
	padding: 10px 100px;
	color: #36586b;
	font-size: 25px;
	font-weight: bold;
	border: none;
	border-radius: 25px;
}

section.footer-bottom-button-wrap {
	background-color: #184c69;
	padding: 30px 0;
}

section.footer-bottom-button-wrap .footer-button {
	text-align: center;
}

section.footer-bottom-button-wrap .footer-button button {
	background: #55a3ce;
	padding: 10px 100px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	border: none;
	-webkit-box-shadow: 0 6px #000;
	        box-shadow: 0 6px #000;
	border-radius: 25px;
}


.pricing-inner-bottom-content .modal-body form .login-field {
	width: 100%;
	padding: 10px 10px;
	text-align: right;
	border: 1px solid #55a3ce;
	font-size: 18px;
	color: #000;
	font-family: sans-serif;
	font-weight: 500;
	position: relative;
	border-radius: 10px;
	outline: none !important;
	color: #55a3ce;
}

.pricing-inner-bottom-content .profile-field {
	position: absolute;
	left: 22%;
	top: 12.6%;
	bottom: 0;
	color: #7cb8d9;
	font-size: 22px;
}

.pricing-inner-bottom-content .message-field {
	position: absolute;
	left: 22%;
	top: 24.1%;
	bottom: 0;
	color: #000;
	font-size: 22px;
}

.pricing-inner-bottom-content .mobile-field {
	position: absolute;
	top: 34.9%;
	bottom: 0;
	color: #000;
	font-size: 22px;
	left: 43%;
}

.pricing-inner-bottom-content .calendar-field {
	position: absolute;
	top: 70.4%;
	bottom: 0;
	color: #000;
	font-size: 22px;
	left: 22%;
}

.pricing-inner-bottom-content form {
	margin: 5px 0;
}

.pricing-inner-bottom-content .select-field .form-select {
	padding: 12px;
	margin: 4px auto;
	border-radius: 10px;
	border: 1px solid #c2c2c2;
	color: #c2c2c2;
	font-weight: 500;
}

.pricing-inner-bottom-content h2.popup-selecter {
	font-size: 18px;
	text-align: right;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

.pricing-inner-bottom-content .check-box label {
	margin: 20px 0;
	color: #55a3ce;
	font-size: 18px;
}

.pricing-inner-bottom-content .check-box {
	text-align: right;
}

.pricing-inner-bottom-content .modal-footer {
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: transparent -webkit-gradient(linear, left top, right top, from(#0F3F59), to(#255E7E)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #0F3F59 0%, #255E7E 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px -3px 6px #00000080;
	        box-shadow: 0px -3px 6px #00000080;
	opacity: 1;
	padding: 30px 0;
}

.pricing-inner-bottom-content .modal-footer button {
	background-color: #4596C3;
	border: 0;
	padding: 10px 50px;
	border-radius: 22px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	-webkit-box-shadow: 0 6px #000;
	        box-shadow: 0 6px #000;
}

.pricing-inner-bottom-content .modal-header h5.modal-title {
	width: 100%;
	display: block;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
}

.pricing-inner-bottom-content .modal-header button.btn-close {
	display: block;
	background-color: #f1f1f1;
	padding: 10px 20px;
	width: 0;
	border: 1px solid #c2c2c2;
}

.pricing-inner-bottom-content .modal.show .modal-dialog {
	-webkit-transform: none;
	        transform: none;
	display: inline-block;
	top: 40%;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.pricing-inner-bottom-content .modal-body {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0;
	        flex: 0;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	display: grid;
	padding: 50px;
}

.pricing-inner-bottom-content .modal-header {
	background: #ECECEC 0% 0% no-repeat padding-box;
	padding: 20px;
}

.pricing-inner-bottom-content p.para-popup {
	color: #000 !important;
	font-size: 19px !important;
	font-family: sans-serif;
	margin: 30px 0 0 0;
}

.pricing-inner-bottom-content img {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.pricing-inner-bottom-content .profile-field-1 {
	position: absolute;
	left: 29%;
	top: 23.4%;
	bottom: 0;
	color: #7cb8d9;
	font-size: 22px;
}

.pricing-inner-bottom-content .calendar-field-1 {
	position: absolute;
	top: 53.2%;
	bottom: 0;
	color: #000;
	font-size: 22px;
	left: 29%;
}

.pricing-inner-bottom-content .calendar-field-2 {
	position: absolute;
	top: 61.8%;
	bottom: 0;
	color: #000;
	font-size: 22px;
	left: 29%;
}

.pricing-inner-bottom-content .popup-heading h2 {
	font-size: 25px;
	margin: 0;
	font-weight: bold;
}

.pricing-inner-bottom-content .popup-heading p.top-para {
	color: #d19054 !important;
	font-size: 24px !important;
	font-weight: 500;
}

section.footer-bottom-button .modal-header {
	border: none;
}

section.footer-bottom-button .modal-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 30px 0 0;
}

section.footer-bottom-button .modal-header .btn-close {
	background-color: #f1f1f1;
	padding: 15px 20px;
	margin: 0 10px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
}

section.footer-bottom-button .modal-dialog {
	width: 100%;
	max-width: 850px;
}

section.footer-bottom-button .popup-image img {
	padding: 40px 20px;
	width: 200px;
	margin: 0 auto;
}

section.footer-bottom-button .popup-content-wrap {
	text-align: right;
	padding: 0 10px;
}

section.footer-bottom-button .popup-image {
	text-align: center;
}

section.footer-bottom-button .popup-image-pacman img {
	width: 130px;
	margin: 0 auto;
}

section.footer-bottom-button .popup-image-pacman {
	text-align: center;
	margin: 0 auto;
	padding: 0 30px 0px 0px;
}

section.footer-bottom-button .popup-image-stage {
	text-align: center;
}

section.footer-bottom-button .popup-image-stage img {
	width: 180px;
	display: block;
	margin: 0 auto;
}

section.footer-bottom-button .popup-content-wrap h4 {
	font-weight: bold;
}

section.footer-bottom-button .popup-content-wrap p {
	font-weight: 400;
	letter-spacing: 1px;
}




.mega-menu-wrap p,
.mega-menu-wrap h4,
.mega-menu-wrap .menu-description,
.mega-menu-wrap li,
.mega-menu-wrap a {
	direction: rtl;
}

.mega-menu-wrap ul.mega-tab li {
	direction: ltr;
}

nav.navbar {
	font-family: 'Heebo', sans-serif;
}

header.main-header nav.navbar {
	position: inherit;
	padding: 0;
}

.mega-menu {
	left: 0;
	right: 0;
	padding: 40px 0 60px;
	display: none;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 137px;
}

.mega-menu-wrap,
.mega-menu-wrap h4.mega-title {
	text-align: right;
	display: inline-block;
	width: 100%;
}

.mega-menu-wrap h4.mega-sub-title {
	text-align: right;
	display: inline-block;
	width: 100%;
	color: #595a5a;
	font-size: 22px;
	font-weight: 900;
}

.mega-menu-wrap ul {
	list-style: none;
	padding: 0;
}

.yellow-box {
	max-width: 260px;
	width: 100%;
	margin: 0 0 30px auto;
	padding: 20px;
	background: #ffe600;
	border-radius: 4px;
	text-align: center;
}

.yellow-box h6 {
	font-size: 18px;
	direction: rtl;
}

.yellow-box h5 {
	font-size: 32px;
	font-weight: 700;
}

.img-winner {
	width: 260px;
}

.mega-menu-wrap ul li>a {
	color: #202020;
	text-decoration: none;
}

.mega-menu-wrap ul li>a:hover {
	color: #98c80d;
}

.mega-menu-wrap ul li {
	margin: 0 auto 10px;
}

.mega-menu-wrap ul li h3 {
	color: #55a3ce;
}

.mega-menu-wrap ul li h5 {
	color: #ec1c24;
}

ul.mega-tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	background: #f6fafc;
}

ul.mega-tab li {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 0;
	width: 100%;
}

ul.mega-sub-tab {
	opacity: 0;
	visibility: hidden;
	height: 0;
	right: 0;
	position: absolute;
	width: 250px;
	top: 0;
	z-index: -1;
	background-color: #ffffffd6;
}

li.sub-active ul.mega-sub-tab>li {
	padding-right: 0;
}

li.sub-active ul.mega-sub-tab {
	opacity: 1;
	visibility: visible;
	height: auto;
	right: 100%;
	z-index: 9;
	height: 100%;
	padding: 0;
	margin: 0;
}

ul.mega-tab>li>a {
	border: 1px solid #dfdfdf;
	padding: 15px 20px 15px 80px;
	display: inline-block;
	margin-top: -1px;
	border-right: 0;
	background-color: #fff;
	max-width: 200px;
	width: 100%;
	font-weight: 700;
}

ul.mega-tab>li>a:hover,
ul.mega-tab>li.sub-active>a,
ul.mega-tab>li.hx-active>a {
	background: #f6fafc;
	color: #55a3ce;
	border-left: 0;
}

ul.mega-tab:before {
	content: "";
	position: absolute;
	background: #f6fafc;
	width: 100%;
	height: 100%;
	z-index: -1;
	bottom: auto;
	top: 100%;
}

ul.mega-tab:after {
	content: "";
	position: absolute;
	background: #f6fafc;
	width: 100%;
	height: 100%;
	z-index: -2;
	bottom: 100%;
	top: auto;
}

ul.mega-tab span {
	position: absolute;
	max-width: 200px;
	background: white;
	width: 100%;
	height: 1000%;
	top: -50px;
	right: 0;
	z-index: -1;
	border-left: 1px solid #dfdfdf;
}

ul.mega-sub-tab>li>a {
	padding: 10px 20px 10px 40px;
	display: inline-block;
	position: relative;
	color: #55a3ce;
}

ul.mega-sub-tab>li>a:hover {
	font-weight: 700;
	color: #55a3ce;
}

ul.mega-sub-tab>li>a:before {
	content: "";
	position: absolute;
	border-width: 5px;
	border-color: transparent #202020 transparent transparent;
	border-style: solid;
	right: 10px;
	left: auto;
	top: 17px;
	bottom: auto;
	margin: auto;
	opacity: 0;
}

ul.mega-sub-tab>li>a:hover:before {
	opacity: 1;
}

.image-btn .img-wrap {
	position: relative;
}

.image-btn .img-wrap .menu-btn-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: 100%;
	max-width: 170px;
	font-size: 20px;
	color: #fff;
	line-height: normal !important;
}

.image-btn .img-wrap .menu-btn-link:hover {
	border-color: #98c80d;
	color: #98c80d;
	background: #fff;
}


ul.circle-no {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px auto;
}

ul.circle-no li {
	margin: 0 auto;
	background: url(../images/orange-circle.png) no-repeat;
	width: 56px;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	background-size: 100% !important;
}

ul.circle-no li:Last-child {
	background: url(../images/blue-circle.png) no-repeat;
}

.first-tab {
	text-align: center;
}

.first-tab .menu-description h4 {
	display: inline-block;
	color: #55a3ce;
	font-weight: 700;
}

.first-tab .menu-btn-link {
	max-width: 300px;
}

.row-table-wrap {
	display: table;
	width: 97%;
	direction: rtl;
}

ul.row-table {
	display: table-row;
	position: relative;
	margin-bottom: 0;
	float: inherit;
}

ul.row-table:before {
	content: "";
	position: absolute;
	background: #a1c831;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: -20px;
	margin: auto 0;
}

ul.row-table.red-point:before {
	background: #d42126;
}

ul.row-table.yellow-point:before {
	background: #ffd929;
}

ul.row-table li:Last-child {
	width: 30px;
}

ul.row-table li {
	margin: 0 auto 0px;
	display: table-cell;
}

li.num-li {
	width: 25%;
}

li.time-li {
	width: 25%;
}

li.text-li {
	width: 50% !important;
}

li.result-line {
	display: inline-grid !important;
	width: 90px !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 5px;
}

.row-table-wrap ul.row-table.bgcolor {
	background: #f6fafc;
}

.row-table-wrap+a.menu-btn-link {
	max-width: 300px;
	margin-top: 20px;
}

.row-table li.green-color {
	color: #a1c831;
}

.row-table li.green-box {
	background: #a1c831;
	text-align: center;
	font-weight: 700;
	padding: 5px;
}

.row-table-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: right;
	    -ms-flex-pack: right;
	        justify-content: right;
	border: 1px solid rgb(85 163 206 / 50%);
	padding: 5px;
	margin: 20px 0 5px 0;
}

.row-table-heading h3,
.row-table-heading img {
	display: inline-block;
	vertical-align: middle;
}

.row-table-heading h3 {
	font-size: 14px;
	line-height: normal;
	color: #55a3ce;
	margin: 0 10px 0px 0;
}

.mega-menu-tab {
	min-height: 492px;
	overflow: hidden;
}

.five-tab .row-table-wrap {
	width: 94%;
}

.five-tab ul.row-table:before {
	right: -25px;
}

.bgcolor-table {
	background: #f6fafd;
	height: auto;
}


@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}


a.btn-link {
	text-decoration: none;
	margin: 0;
	display: inline-block;
	color: #98c80d;
}

a.btn-link:hover {
	color: #000;
}

.light-blue-box {
	background: #f6fafd;
	padding: 20px;
}

a.menu-btn-link {
	background: #98c80d;
	border: 2px solid #98c80d;
	text-decoration: none;
	color: #000;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	line-height: normal;
	border-radius: 4px;
	font-weight: 700;
}

a.menu-btn-link:hover {
	background: transparent;
	color: #98c80d;
	font-weight: 700;
}

.light-blue-box .img-wrap {
	text-align: center;
	margin: 20px auto;
}



.box-images .pink-border {
	border-color: #d42126;
}

.box-images .green-border {
	border-color: #97c80d;
}

.box-images .yellow-border {
	border-color: #f7bf23;
}

.box-images [class*="border"] a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #202020;
	direction: rtl;
}

.box-images [class*="border"] {
	position: relative;
}


.box-images .yellow-border:before {
	background-color: #f7bf23;
}

.box-wrap .menu-description {
	text-align: center;
	color: #202020;
	font-size: 16px;
}

.box-wrap .img-wrap {
	margin: 30px auto;
}


.zero-width {
	width: 0% !important;
	vertical-align: middle;
}

.quoter-width {
	width: 25% !important;
	vertical-align: middle;
}

.half-width {
	width: 50% !important;
	vertical-align: middle;
	padding-right: 15px;
}

.mobile-nav {
	display: none;
}




@media only screen and (max-width:1200px) {
	section.galaxy-wrapper-about .purchase-content h3 {
		font-size: 20px;
	}

	section.galaxy-wrapper-about .purchase-content h3::after {
		font-size: 16px;
		margin: 0 3px;
	}

	section.galaxy-wrapper-about .timer-content h3 {
		font-size: 20px;
	}

	section.galaxy-wrapper-about .button-wra button {
		width: 60%;
		font-size: 20px;
	}

	section.content-wrap-service {
		background-position: center;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	section.multiple-sec .social-sec ul::after {
		right: 26%;
	}

	section.multiple-sec .social-timer-1 ul::after {
		right: 26%;
	}

	section.multiple-sec .social-timer ul::after {
		right: 30%;
	}

	section.faq-main-sec .accordion-button:after {
		left: 42%;
	}

	.product-sec ul li::after {
		right: 22%;
	}

	section.pricing-table .pricing-wrap-top.green .tag {
		left: 34%;
	}
}

@media only screen and (max-width:768px) {
	section.content-wrap .button-wra button {
		width: 50%;
		margin: 15px 0 0 0;
	}

	section.galaxy-wrapper .button-wra button {
		width: 50%;
		margin: 15px 0;
	}

	section.galaxy-wrapper-about {
		padding: 30px 0;
	}

	section.galaxy-wrapper-about .timer-content h3 {
		font-size: 17px;
	}

	section.galaxy-wrapper-about .purchase-content h3 {
		font-size: 19px;
	}

	section.galaxy-wrapper-about .button-wra button {
		width: 60%;
		font-size: 22px;
	}

	section.galaxy-wrapper-about .warrior-content img {
		height: 250px;
	}

	section.galaxy-wrapper-about .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		width: 50%;
		display: block;
	}

	section.content-wrap-service {
		background-position: center;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	section.multiple-sec {
		padding: 30px 0;
	}

	section.multiple-sec .social-sec ul::after {
		right: 15%;
	}

	section.multiple-sec .social-timer-1 ul::after {
		right: 12%;
	}

	section.multiple-sec .social-timer ul::after {
		right: 18%;
	}

	section.main-table {
		padding: 40px 0;
	}

	section.upper-bar .upper-bar-wrap {
		width: 100%;
		padding: 20px 0;
	}

	section.pricing-table .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		width: 50%;
		margin: 0 0 30px 0;
		display: block;
	}

	section.content-wrap .content-paragraph p {
		font-size: 18px;
		line-height: 23px;
	}

	section.faq-main-sec .accordion-button:after {
		left: 38%;
	}

	.product-content h4 {
		font-size: 20px;
	}

	.product-sec ul li::after {
		right: 6%;
	}

	.main-header .navbar-menu .btn-info {
		margin: 20px 0 0 0;
		width: 40%;
		padding: 8px;
		font-size: 24px;
	}

	.main-header li.nav-item.active {
		background-color: #55a3ce;
		margin: 10px 0 0 0;
		border-radius: 5px;
	}

	.main-header li.nav-item.active a {
		color: #fff !important;
	}

	.main-header .navbar-light .navbar-toggler {
		color: #fff;
		padding: 8px 13px;
		border: 3px solid #55a3ce;
	}

	.main-footer .social-icon.mt-3 ul li {
		display: inline;
		padding: 0 0 0 7px;
		font-size: 28px;
	}
}

@media only screen and (max-width:1024px) {
	header.main-header {
	}




	.desktop-nav {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	div.user_name {
		margin-top: unset;
		float: none;
		margin-left: unset;
	}

	.mobile-nav div.btns-col .btn {
		font-size: 14px;
		color: #55a3ce;
	}

	.mobile-nav div.btns-col .info-v {
		-webkit-transform: translateY(35%);
		        transform: translateY(35%);
	}

	.mobile-nav div.btns-col .link-v {
		-webkit-transform: translateY(40%);
		        transform: translateY(40%);
	}

	.user_img {
		float: none;
		top: unset;
		left: unset;
		width: auto;
		position: relative;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}


	.mobile-nav div.btns-col,
	.mobile-nav div.logo-col {
		display: inline-block;
		vertical-align: middle;
	}

	.mobile-nav div.btns-col {
		float: none;
		padding: 0;
	}

	.mobile-nav div.logo-col {
	}

	.mobile-nav div.logo-col .logo img {
		width: 100px;
	}

	.mobile-nav div.btns-col .btn.btn-info {
		color: #fff;
		font-weight: 700;
		background: #55a3ce;
		border-color: #55a3ce;
	}

	.mobile-nav div.btns-col .btn.btn-info:focus,
	.mobile-nav div.btns-col .btn.btn-link:focus {
		outline: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.mobile-nav div.btns-col .btn.btn-info:hover {
		background: transparent;
		color: #55a3ce;
	}

	.mobile-nav .navbar-col ul.navbar-nav {
		margin: 0 auto !important;
		display: inline-block;
		font-size: 0;
		direction: ltr;
	}

	.mobile-nav .navbar-col ul.navbar-nav li.nav-item {
		display: inline-block;
	}

	.mobile-nav .navbar-col .container-fluid,
	.mobile-nav .navbar-col {
		padding: 0;
	}

	.mobile-nav .navbar-col nav.navbar {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		line-height: 0;
		direction: rtl;
	}

	.mobile-nav .navbar-col nav.navbar:before {
		content: "";
		position: fixed;
		width: 20px;
		height: 20px;
		background: url(../images/menu-arrow-img.jpg);
		left: 0px;
		top: auto;
		z-index: 1;
	}

	.mobile-nav {
		padding: 0 10px;
	}

	.mobile-nav .navbar-col nav.navbar::-webkit-scrollbar,
	ul.mega-menu-slide::-webkit-scrollbar {
		width: auto;
		background-color: transparent;
		height: 0;
	}

	.mobile-nav .navbar-menu .navbar-light .navbar-nav a.nav-link {
		margin: 0;
		padding: 10px 20px;
		background-color: #525353;
		color: #fff;
		line-height: normal;
		background-color: #525353;
		position: relative;
		font-weight: 400 !important;
	}

	.mobile-nav .navbar-menu .navbar-light .navbar-nav a.nav-link.active-hvr {
		background-color: #55a3ce;
	}

	.mobile-nav .mega-menu {
		top: auto;
		padding: 0;
	}


	.mobile-nav .mega-menu-wrap ul li,
	.mobile-nav .mega-menu-wrap ul li>a {
		font-size: 16px;
	}

	.mobile-nav .mega-menu-wrap ul {
		line-height: normal;
	}

	ul.mega-menu-slide {
		background-color: #cfecfb;
		position: relative;
		z-index: 1;
		overflow-x: scroll;
		overflow-y: hidden;
		direction: rtl;
	}

	ul.mega-menu-slide>li {
		display: inline-block;
		margin: 0;
	}

	ul.mega-menu-slide>li>a {
		padding: 6px 15px !important;
	}

	ul.mega-menu-slide>li>a,
	ul.mega-menu-slide>li>a:focus {
		color: #595a5a;
		padding: 15px;
		display: inline-block;
		font-weight: 700;
		position: relative;
	}

	ul.mega-menu-slide>li>a.active-slide-menu:after {
		content: "";
		position: absolute;
		border-width: 8px;
		border-style: solid;
		border-color: #8ecbe9 transparent transparent;
		left: 0;
		right: 0;
		margin: auto;
		top: auto;
		bottom: -15px;
		width: 8px;
	}

	ul.mega-menu-slide>li>a.active-slide-menu {
		background-color: #8ecbe9;
		color: #fff !important;
	}

	.mega-menu-wrap {
		overflow-x: hidden;
	}

	.center-box {
		text-align: center;
	}

	.center-box .yellow-box {
		margin: 0 auto 10px;
		padding: 10px 0;
	}

	.mobile-nav .menu-description,
	.mobile-nav .btn-link,
	.mobile-nav .menu-btn-link {
		font-size: 16px;
		white-space: normal;
		line-height: normal;
	}

	.mobile-nav .mega-menu-wrap .btn-link {
		margin: 10px auto 0;
	}

	.mobile-nav .box-images [class*="border"] {
		width: 33%;
	}

	.mobile-nav .box-images [class*="border"] a {
		font-size: 12px;
		line-height: normal;
		display: block;
	}

	.mobile-nav .mega-menu-wrap p {
		font-size: 16px;
		line-height: normal;
		white-space: normal;
	}

	.mobile-nav .light-blue-box {
		max-width: 400px;
		margin: 0 auto;
		padding: 10px;
	}

	.mobile-nav .light-blue-box .img-wrap {
		margin: 9px auto;
	}

	.mobile-nav .navbar-col {
		position: relative;
		z-index: 99;
		margin-top: 0 !important;
	}

	.page-template-page-template-winners .mobile-nav .navbar-col {
		position: relative;
		z-index: 99;
		margin-top: 18px !important;
	}

	.page-template-page-template-winners.logged-in .mobile-nav .navbar-col {
		position: relative;
		z-index: 99;
		margin-top: 0px !important;
	}

	.mobile-nav .navbar-col:before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0) url(../images/header-bottom-new.png) no-repeat top;
		width: 100%;
		height: 7px;
		background-size: contain;
		top: -1px;
	}

	.mobile-nav ul.circle-no li {
		width: 40px;
		height: 40px;
		margin: 2px;
	}

	.mobile-nav .display-winner {
		top: 62px;
		left: 33px;
	}

	.mobile-nav .mega-menu-tab {
		min-height: auto;
	}

	.mobile-nav ul.mega-sub-tab-mobile {
		margin: 30px auto 0;
	}

	.mobile-nav ul.mega-sub-tab-mobile li {
		margin: 0 auto -1px;
		padding: 15px 0;
		line-height: normal;
		border-top: 1px solid #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
		text-align: center;
	}

	.mobile-nav ul.mega-sub-tab-mobile li a {
		color: #55a3ce;
	}

	.mobile-nav ul.mega-sub-tab-mobile li a:hover {
		color: #202020;
	}

	.mobile-nav .secound-tab .img-wrap img {
		width: 100%;
		height: auto;
	}

	.mobile-nav .box-wrap-mob {
		padding: 0 10px 0 0;
	}

	.mobile-nav .row-table-wrap .row-table li {
		padding: 0 10px;
	}

	.mobile-nav .row-table-wrap {
		display: block;
		width: 100%;
		overflow: scroll;
		max-width: 350px;
		margin: 0 auto;
	}

	.tab-scroll-y {
		overflow-y: scroll;
		height: 360px;
	}

	.tab-scroll-y420 {
		overflow-y: scroll;
		height: 460px;
	}

	.mobile-nav ul.row-table:before {
		right: 0;
		left: auto;
		display: none !important;
	}

	.close-wrapper {
		position: relative;
	}

	.close-wrapper a.menu-close-icon svg {
		max-width: 26px;
	}

	.close-wrapper a.menu-close-icon {
		font-size: 18px;
		line-height: 18px;
		color: #525353;
		display: inline-block;
		width: 100%;
		padding: 0;
		text-decoration: none;
		font-weight: 700;
		margin: 5px auto;
	}

	.mobile-nav div.close-wrapper {
		max-width: 340px;
		width: 100%;
	}

	.image-btn .img-wrap img {
		width: 100%;
		height: auto;
	}

	.mobile-nav .first-tab p {
		text-align: right;
	}

	.mobile-nav .first-tab div.menu-description {
		text-align: right;
	}

}

@media only screen and (max-width:360px) {
	section.content-wrap .inner-content h4:after {
		display: none;
	}

	section.content-wrap .button-wra button {
		width: 100%;
		display: block;
	}

	section.content-wrap .content-paragraph p {
		font-size: 16px;
		padding: 0 10px;
	}

	section.content-wrap .content-paragraph {
		padding: 15px 0;
		margin: 0 auto;
	}

	section.content-wrap .button-wra button {
		width: 100%;
		display: block;
	}

	section.content-wrap .content-paragraph {
		padding: 10px 0 0.1px 0;
	}

	section.content-wrap .content-paragraph p {
		font-size: 16px;
		padding: 0 15px;
	}

	section.galaxy-wrapper {
		padding: 20px 10px;
	}

	section.galaxy-wrapper .warrior-content img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 190px;
	}

	section.galaxy-wrapper .timer-content {
		margin: 20px 0 0 0;
	}

	section.galaxy-wrapper .button-wra button {
		width: 80%;
		margin: 0 0 20px 0;
	}

	section.slider-sec {
		padding: 20px 20px;
	}

	.main-footer .footer-social-icon {
		text-align: right;
	}

	.main-footer .footer-menu {
		float: right;
		margin: 0 10px;
	}

	section.blog-sec {
		padding: 30px 0;
	}

	section.multiple-sec .sub-content {
		margin: 0 0 15px 0;
	}

	section.multiple-sec .social-sec {
		margin: 0 0 15px 0;
	}

	section.multiple-sec .social-timer {
		margin: 0 0 15px 0;
	}

	section.main-table h2 {
		font-size: 35px;
	}

	section.button-sec button {
		font-size: 18px;
	}

	section.upper-bar .upper-bar-wrap {
		width: 100%;
		padding: 20px 20px;
	}

	section.pricing-table .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		width: 50%;
		margin: 0 0 30px 0;
		display: block;
	}

	section.pricing-table .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		width: 100%;
		display: block;
	}

	section.pricing-table {
		padding: 60px 0 0px 0px;
	}

	section.pricing-table .pricing-wrap-top.green .tag {
		top: 0%;
		left: 0%;
	}

	.pricing-inner-bottom-content .profile-field-1 {
		left: 16%;
		top: 17.5%;
	}

	.pricing-inner-bottom-content .modal-body {
		padding: 10px 0;
	}

	.pricing-inner-bottom-content .calendar-field-1 {
		top: 58%;
		left: 16%;
	}

	.pricing-inner-bottom-content .calendar-field-2 {
		top: 67.2%;
		left: 16%;
	}

	.pricing-inner-bottom-content .modal-header {
		padding: 20px;
		margin: 33px 0 0 0;
	}

	.pricing-inner-bottom-content .modal-body {
		padding: 10px 30px;
	}

	.pricing-inner-bottom-content .message-field {
		top: 11.8%;
		left: 12.6%;
	}

	.pricing-inner-bottom-content .profile-field {
		top: 3.6%;
		left: 13%;
	}

	.pricing-inner-bottom-content .mobile-field {
		top: 31.4%;
		left: 13%;
	}

	.pricing-inner-bottom-content .calendar-field {
		top: 84.2%;
		left: 12%;
	}

	section.content-wrap-service {
		width: 100%;
		background-position: bottom;
	}

	section.faq-main-sec .accordion-button:after {
		left: 24%;
	}

	.product-sec {
		margin: 0 0 10px 0;
	}

	.product-content {
		margin: 0 0 10px 0;
	}

	.mix-wrap ul li {
		padding: 0 5px;
		font-size: 12px;
	}

	section.inform-main {
		padding: 30px 10px;
	}

	section.inform-main .inform-wrap button {
		width: 80%;
		font-size: 20px;
		margin: 10px 0 0 0;
	}

	section.content-sec {
		padding: 20px 10px;
	}

	section.content-sec .inform-content p {
		font-size: 17px;
		letter-spacing: 1px;
	}

	section.galaxy-wrapper-about .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
		width: 100%;
		display: block;
	}

	section.footer-bottom-button .footer-button button {
		width: 80%;
		padding: 10px 0px;
	}

	section.footer-bottom-button .popup-image-pacman {
		margin: 0 0 40px 0;
	}

	section.footer-bottom-button .popup-image-stage {
		margin: 0 0 40px 0;
	}
}

img.multismart-banner {
	margin-top: -40px;
}

.menu-description #more-text {
	display: none;
}

.header-dropdown-content-list-wrapper-columns-winners__btn {
	text-align: center;
	margin: 20px auto;
	max-width: 300px;
}

.content__button {
	background: #98c80d;
	border: 2px solid #98c80d;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 12px;
	border-radius: 4px;
	font-weight: 600;
	max-width: 200px;
	margin-left: auto;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}

.content__button:hover {
	background: #fff;
	color: #98c80d;
}