@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Noto Sans SC", sans-serif; line-height:1.2; font-size:15px; color:#fff; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.header-sec {
    background: #1f3a93;
    padding: 12px 0;
}
.logo img {
    max-height: 52px;
}
.sec-1 {
	background: url("../images/top-bg.jpg")no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 20px 0 0;
}
.main-top-wrapper {
	display: grid;
	grid-template-columns: 50% auto;
	align-items: center;
	color: #1f3a93;
}
.trust-seen {
    margin-bottom: 80px;
}
.mb-title {
    font-size: 64px;
    font-weight: 900;
}
.mbline {
    height: 4px;
    background: #1f3a93;
    max-width: 100px;
    margin: 30px auto 30px 30px;
}
a.cta-btn {
    display: inline-block;
    border: 2px solid #1f3a93;
    border-radius: 35px;
    padding: 7px 25px;
    font-size: 22px;
    color: #1f3a93;
}
a.cta-btn i {
    margin-left: 10px;
	transition: 0.3s;
}
a.cta-btn:hover  {
	background: #1f3a93;
	color: #fff;
}
a.cta-btn:hover i {
	transform: translateX(5px);
	transition: 0.3s;
}
.main-img {
    position: relative;
    z-index: 3;
    text-align: center;
}
.sec-2 {
    background: url(../images/bg-blue.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0 30px;
    margin-top: -114px;
    position: relative;
}
.about-us-wrapper {
    display: grid;
    grid-template-columns: 45% auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.st-title {
    font-size: 38px;
    font-weight: 700;
}
.engtext {
    font-family: 'Roboto';
}
.mbline.secure {
    background: #fff;
    margin: 30px auto;
}
.st-info {
    font-size: 24px;
    color: #bdc3c7;
    line-height: 1.5;
}
.sec-3 {
	background: url("../images/globe_bg.jpg")no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 45px 0;
	text-align: center;
}
.assure-title-wrap {
    color: #1f3a93;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}
.mbline.assure {
    margin: 30px auto;
}
.pointbox {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    margin: 10px;
    background: #fff;
	color: #4f4f4f;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 10px 30px;
}
.trust-img {
    max-width: 87%;
    margin: 0 auto 25px;
}
.trust-detail {
    font-size: 34px;
}
.ptstext-1 {
    font-weight: 800;
    margin-bottom: 6px;
}
.ptstext-2 {
    font-size: 60%;
    color: #1f3a93;
    font-weight: 500;
}
.sec-4 {
	background: url("../images/step-bg.jpg")no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 45px 0;
	text-align: center;
}
.flow-wrapper {
	position: relative;
	padding: 15px 0 30px;
}
.stepbox {
	position: relative;
    background: #1f3a93;
    max-width: 150px;
    width: 100%;
    margin: 10px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 15px 15px;
}
.step-icon {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}
.step-text {
    font-size: 24px;
    margin: 15px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepbox::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: -27px;
    top: 44%;
    color: #1f3a93;
    font-size: 22px;
}
.stepbox:first-child::after {
	content: none;
}
.faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 991px;
    margin: 0 auto;
	padding: 15px 0;
}
.faq-box {
    background: #fff;
    border: 2px solid #bdc3c7;
    border-radius: 10px;
    color: #1f3a93;
    padding: 25px 30px;
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
}
.qeus-text {
    font-weight: 800;
	margin-bottom: 10px;
}
.sec-5 {
	position: relative;
	padding: 45px 0;
	text-align: center;
}
.partner-contact-wrapper {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 20px;
    max-width: 991px;
    margin: 0 auto;
}
.uubet-text {
    font-size: 50px;
    font-weight: 800;
    color: #1f3a93;
}
.contact-us-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.contact-box {
    background: #fff;
    border: 2px solid #1f3a93;
    border-radius: 10px;
    color: #1f3a93;
    padding: 10px 15px;
	font-size: 16px;
}
span.smicon {
    margin-right: 10px;
}
span.smicon img {
    max-width: 28px;
}
.cbtext-1 {
    font-weight: 800;
	margin-bottom: 5px;
}
.contact-box a {
    color: #1f3a93;
    font-weight: 500;
}
.contact-box a:hover {
	text-decoration: underline;
}
.cbtext-2 {
    font-size: 90%;
}
a.contact-btn {
    background: #1f3a93;
    color: #fff;
    padding: 6px 15px;
    border-radius: 35px;
    font-size: 13px;
    display: inline-block;
}
span.arrow-ct-icon {
    margin-right: 10px;
}
span.arrow-ct-icon img {
    max-height: 8px;
    margin-bottom: 3px;
	transition: 0.3s;
}
a.contact-btn:hover img {
	transform: translateX(3px);
	transition: 0.3s;
}
.footer-sec {
    position: relative;
    background: #bdc3c7;
    padding: 30px 0;
    text-align: center;
    color: #1f3a93;
    font-size: 16px;
	line-height: 1.3;
}

@media(max-width: 1080px) {
.mb-title {
    font-size: 48px;
}	
.about-us-wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
}
.flow-wrapper {
    max-width: 700px;
    margin: 0 auto;
}	
}

@media(max-width: 767px) {
.header-sec {
    padding: 10px 0;
}	
.logo img {
    max-height: 42px;
}	
.main-top-wrapper {
    grid-template-columns: auto;
}	
.trust-seen {
    text-align: center;
	margin-bottom: 45px;
}	
.mbline {
    margin: 30px auto;
}	
.sec-3 {
    background-size: 150%;
    background-position: bottom center;
}	
.faq-wrapper {
    grid-template-columns: auto;
	max-width: 480px;
}
.partner-contact-wrapper {
    grid-template-columns: auto;
}
.contact-us-wrap {
    grid-template-columns: auto;
    max-width: 300px;
    margin: 0 auto;
}	
}

@media(max-width: 480px) {
.mb-title {
	font-size: 36px;
}
.mbline {
    max-width: 80px;
}
a.cta-btn {
    font-size: 17px;
}
.sec-2 {
	background: #1f3a93;
	margin-top: -11%;
	padding: 15% 0px 30px;
}	
.st-title {
    font-size: 30px;
}
.st-info {
    font-size: 18px;
}		
.assure-title-wrap {
    font-size: 30px;
}
.mbline.secure, .mbline.assure {
    margin: 25px auto;
}	
.pointbox {
    max-width: 300px;
}	
.trust-detail {
    font-size: 30px;
}	
.faq-box {
    font-size: 19px;
}	
.footer-sec {
    font-size: 14px;
}
.stepbox {
    max-width: 29%;
    width: 100%;
    margin: 1% 1.5%;
}	
.stepbox::after {
    left: -14%;
    top: 45%;
    font-size: 3.5vw;
}	
.step-text {
	font-size: 4.5vw;
	margin: 10% 0 0;
	height: 12vw;
}	
.step-icon {
    padding-bottom: 20%;
}	
}















