*{
	box-sizing: border-box;
}
body{
	font-family: 'Nunito', sans-serif;
}
:focus{
	outline: none;
}
.btn {
    padding: 8px 25px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    border-radius: 6px;
}
.btn-blue{
    background-color: #ed3237;
    color: #fff;
    border-radius: 2px;
    display: block;
    min-width: 303px;
    margin: 0 auto;
    font-size: 16px;
}
.back-home{
	padding: 50px 0;
	background-color: #f7f7f7
}
.back-home .btn{
    background: #ed3237;
    color: #fff;
}
.btn-blue:hover,
.buy-button a:hover,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active{
    background-color: #2443ac;
    box-shadow: none;
    outline: none;
    border-color: transparent;
    color: #fff;
}
.margin-top-100 {
    margin-top: 15px;
}
#topnav {
    position: sticky;
    z-index: 1030;
    background: #ffffff;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#topnav.nav-sticky{
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);	
}
.toph h1 {
    font-size: 32px;
}
.toph p {
	font-size: 20px    
}
.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
}
.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
}
.home-shape-arrow i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    color: #3c4858
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.section {
    padding: 30px 0;
    position: relative;
}
.section-title .main-title {
    font-size: 42px;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 48px;
}
.para-list {
	padding: 0;
	margin: 0;
	list-style: none;
    font-size: 24px;
    font-weight: 700;
}
.para-list i{
	color: #fd7f31;
	margin-right: 15px; 
}
.bg-white.shadow {
    border: 6px double #fd7f31;
    border-radius: 10px;
    padding: 20px;
}
.shadow {
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%) !important;
}
.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 15px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-primary {
    background-color: #fd7f31;
    border-color:transparent;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
}
.btn-block {
    display: block;
    width: 100%;
}
.top-rank{
	background:whitesmoke;
	padding: 30px 0;
}
.title-block{
	position: relative;
	font-size: 30px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 40px;
    margin-bottom: 40px;
}
.rank-user{
	color: #333;
    margin-top: 50px;
    font-weight: 700;
    padding: 20px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    margin-bottom: 25px;
    border-radius: 4px;
}
.rank-user p{
	margin-bottom: .5em
}
.rank-user img{
	border-radius: 10px;
    width: 100px;
    margin: -60px 0 15px;
}
.rank-user h3{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 900;
	color: #0c3c7f
}
.on-off-online{
	text-align: center;
	background-color: #d0deef;
	padding: 30px 0;
	color: #fff;
}
.before-line:before{
	content: '';
	position: absolute;
	width: 100px;
	height: 5px;
	background-color: #fd7f31;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -15px
}
.tags{
    text-transform: uppercase;
    background-color: #fd7f31;
    border-radius: 100px;
    display: inline-block;
    padding: 2px 12px;
    font-weight: 700;
    margin-right: 30px;
}
.nav.tabs {
    padding-top: 20px;
}
.tabs .nav-item{
	width: 50%;
	padding: 0 25px;
	font-weight: 700
}
.tabs .nav-item h3{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    letter-spacing: .5px;
}
.footer-accord p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
}
.tabs .nav-link{
	background: #1f5f9f;
	padding: 10px;	
    cursor: pointer;
}
.tabs .nav-link.active {
    background: #004488;
}
.overlay-bg{
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.relative{
	position: relative;
}
.tabs .nav-link>div:after {
    content: '\f107';
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
    top: 30%;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition: all ease-in .5s;
}
.tabs .nav-link.collapsed>div:after{
	transform: rotate(0deg);
}
.tab-pane{
    border: 3px solid #1f5f9f;
    border-top: 0;
	padding: 10px;
    color: #727272;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}
.tab-content{
    background-color:#d0deef;
}
.offer{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
}
.guidance{
	padding: 30px 0;
	border-bottom: 1px solid #dee2e6;
	background-color: #f8f9fc
}
.key-feature {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #505050;
    font-weight: 700;
    line-height: 1.4;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em
}
.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.coaching{
	padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}
.testimon-slide{
	padding: 50px 0;
	background:#f8f9fc;
}
.content-just{
	text-align: justify;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4
}
.slick-slide{
	padding: 0 15px;
	float: left;
}
.customer-testi{
	box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.customer-testi img{
	border-radius: 100px;
}
.customer-testi span,
.customer-testi h6{
	font-weight: 700
}
.text-muted {
    color: #333;
}
.text-primary {
    color: #fd7f31 !important
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0
}
.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 20px;
    list-style: none;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.slick-dots li.slick-active button {
	transform:  rotate(45deg)
}
.slick-dots button{
	padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	font-size: 0;
	border: 2px solid #fd7f31;
	border-radius: 2px;
    width: 10px;
    display: block;
    height: 10px;
    margin: 5px 7px;
}
.title-block a{
	color:#fd7f31;
	text-decoration: none;	
}
.call-btn{
	padding: 30px 0
}
.call-btn button.btn {
    border: 2px solid #fd7f31;
    border-radius: 0;
    width: 100%;
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
}
.call-btn button.btn:hover{
	color: #fff;
	background-color: #fd7f31
}
.para-list li {
	display: flex;
	align-items: center;
	line-height: 28px;
}
.para-list li+li{
	margin-top: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.banner-txt .modal-header{
	padding-top: .8rem;
	padding-bottom: .8rem;
	justify-content: flex-end;
}
.banner-txt .modal-footer{
	justify-content: center;
}
.modal-footer>*{
	margin: 0
}
.banner-txt .modal-body{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: #333;
}
.banner-txt .modal-body input{	
    height: 36px;
    border-radius: 5px;
}
.banner-txt label{
	margin-bottom: 5px;
}
.banner-txt .close {
    border: 0;
    display: block;
    font-size: 22px;
    color: #000;
    background: transparent;
    line-height: 20px;
}
.list-unstyled li{
    color: #f17425;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0px;
}
.mn-height {
    display: block;
    min-height: 160px;
}
.list-unstyled li .text-warning{
	color: #f17425 !important;
}
.footer {
    text-align: center;
    padding: 16px;
    color: #313131;
    font-weight: 700;
    font-size: 15px;
}
.footer p {
	margin: 0
}
.footer-accord{
	cursor: pointer;
    color: #fff;
    background: #1f5f9f;
    padding: 10px
}
.tab-content table{
	width: 100%;
	text-align: center;
}
.tab-content table td{
	display: block;
	font-size: 22px;
	color: #333
}
.tab-content table tr:nth-child(even),
.tab-content table tr:nth-child(odd){
	padding: 4px;
	display: block;
}
.tab-content table tr:nth-child(even){
	background-color: #fff;
}
.tab-content table td:nth-child(even){
	color: #727272;
	font-size: 15px;
}
.tab-content table p {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}
.tab-content table p span {
    font-weight: 800;
}
.mobile-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.mobile-fixed a{
	width: 50%;
	border-radius: 0;
	float: left;
}
.mobile-fixed a:nth-child(even){
	border-left: 1px solid #fff
}
@media (min-width: 992px){
	.ml-lg-5{
	    margin-left: 4rem!important;
	}	
}
@media(max-width: 767px){
	.rank-user h3{
		font-size: 20px;
	}
	.footer{
		padding: 10px;
		margin-bottom: 45px;
	}
	.tabs .nav-item{
		width: 100%;
		padding: 0
	}
	.tabs .nav-item+.nav-item{
		margin-top: 15px;
	}
	.tabs .nav-item h3{
		font-size: 20px;
	}
	.offer {
		left: -10px;
	}
	.section-title .main-title br,
	.title-block br{
		display: none;
	}
	.section-title .main-title,
	.toph h1,
	.title-block {
	    font-size: 22px;
	}
	.toph p {
	    font-size: 18px;
	    margin-bottom: .5rem;
	}
	.section-title .main-title,
	.title-block {
	    line-height: 30px;
	    margin-bottom: 20px !important;
	    padding-left: 0
	}
	.logo img {
	    width: 150px;
	}
	.buy-button a {
	    font-size: 12px;
	}
	.btn {
	    padding: 8px 12px;
	}
	.section{
		padding: 40px 0 20px;
	}
	.para-list{
		font-size: 18px;
		margin-bottom:20px
	}
	.para-list li{
		line-height: 22px;
	}
	.para-list li+li{
		margin-top: 8px;
	}
	.footer-accord p{
		font-size: 24px;
	}
	.ml-lg-5 {
	    margin-top: 20px;
	}
	.ml-lg-5 .col-md-4 {
	    width: 50%;
	    padding: 0 5px;
	}
	.key-feature {
	    padding: 1rem;
	    font-size: 16px;
	    line-height: 1.2;
	    min-height: 140px;
	    margin-bottom: 1em;
	}
	.content-just{
		font-size: 16px;
	}
	.call-btn,
	.testimon-slide,
	.coaching,
	.guidance,
	.on-off-online,
	.top-rank {
	    padding: 15px 0;
	}
	.tabs .nav-link>div:after {
	    right: -10px;
	    top: 20%;
	    font-size: 25px;
	}
	.call-btn .col-md-6{
		width: 50%;
	}
	.call-btn button.btn {
	    border: 1px solid #fd7f31;
	    font-size: 16px;
	}
	.section-title .main-title{
		text-align: center;
	}
	.bottm-section .section-title .main-title{
		font-size: 30px;
		line-height: 35px;
		margin-top: -10px;
	}
	.before-line:before{
		height: 4px;
		bottom: -10px;
	}
}
@media(min-width: 768px){
	.banner-txt .modal-dialog {
	    width: 300px;
	}
	.bottm-section .section-title .main-title{
		font-size: 65px;
		line-height: 75px;
	}
	.mobile-fixed{
		display: none;
	}
}