@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}
a {
	text-decoration: none!important;
}
:focus {
	outline: none;
}
/*header-start*/
.logo {
	height: 40px;
	margin-right: 10px;
}
.site-header .navbar {
	background-color: #022761;
	padding: 5px;
}
.navbar .navbar-nav .nav-link {
	color: #FFFFFF;
	font-size: 18px;
}
.navbar .navbar-nav .nav-item {
	margin: 0 15px;
}
.site-header .navbar-brand {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 24px;
}
.site-header .navbar-brand span {
	font-weight: 900;
}
.dropdown-toggle::after {
	display: none;
	border: none;
}
.dropdown-toggle:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	position: relative;
	margin-left: 10px;
}
.site-header .nav-item.dropdown .dropdown-menu {
	border-radius: 0;
	margin-top: 6px;
}
.site-header .nav-item:hover .dropdown-menu {
	display: block;
}
/*menu_bnt*/
body.open-menu {
	overflow: hidden;
}
.site-header .navbar-toggler {
	position: relative;
}
.site-header .navbar-toggler .menu-icon {
	position: relative;
}
.menu-icon .navbar-menu-icon {
	height: 2px;
	width: 30px;
	background-color: #FFFFFF;
	display: block;
}
.menu-icon .navbar-menu-icon:nth-child(2) {
	margin: 5px 0;
}
button[aria-expanded="true"] .navbar-menu-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: rotate(45deg);
	z-index: 3;
}
button[aria-expanded="true"] .navbar-menu-icon:nth-child(2) {
	display: none;
}
button[aria-expanded="true"] .navbar-menu-icon:last-child {
	transform: rotate(-45deg);
}
/*menu_bnt*/
/*header-end*/

/*landing-section-start*/
.landing-section {
	position: relative;
	padding-bottom: 100px;
	padding-top: 50px;
}
.landing-title {
	font-size: 72px;
	font-weight: 900; 
	color: #022761;
	font-family: 'Roboto', sans-serif;
	line-height: 85px;
}
.landing-sub-title {
	font-size: 24px;
	font-weight: 200;
	color: #6E7F9E;
	line-height: 30px;
	margin-bottom: 30px;
}
.landing-content .input-group {
	padding: 3px;
	border: 1px solid #6C757E;
	border-radius: 3px;
}
.landing-content .custom-select {
	border: none;
	background: transparent;
	position: relative;
	margin: auto;
	font-size: 16px;
}
.custom-select:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #FFFFFF;
	background-color: #2FDF84;
	border-color: #2FDF84;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.input-group-append:focus {
	border: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.landing-content .btn {
	border: none;
	border-radius: 0;
	padding: 10px 30px;
	position: relative;
	display: flex;
	font-size: 18px;
	font-weight: 700;
}
.landing-content .btn:hover {
	box-shadow: 0px 0px 10px 2px rgba(000, 000, 000, 0.2);
}
.landing-content .input-group-append .btn:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	position: relative;
	left: 10px;
	transition: .5s;
}
.landing-content .input-group-append .btn:hover:after {
	position: relative;
	left: 15px;
	transition: .5s;
}
.landing-content .btn-primary {
	background-color: #2FDF84;
	color: #FFFFFF;
}
/*poppup-start*/
.landing-content .modal-dialog {
	max-width: 600px;
	margin: 100px auto;
}
.check_box {
	display: block;
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
}
.check_box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 15px;
	height: 22px;
	width: 22px;
	background-color: #FFFFFF;
	border: 1px solid #6E7F9E;
	border-radius: 5px;
	margin: auto;
}
.check_box:hover input ~ .checkmark {
	background-color: #FFFFFF;
}
.check_box input:checked ~ .checkmark {
	background-color: #FFFFFF;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check_box input:checked ~ .checkmark:after {
	display: block;
}
.check_box .checkmark:after {
	left: 10px;
	top: -5px;
	width: 10px;
	height: 20px;
	border: solid #2196F3;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
}
.landing-content .modal-body .product-item {
	border: 1px solid #6E7F9E;
	border-radius: 15px;
	background-color: #F1F1F1;   
	padding: 15px;
	font-size: 22px;
	align-items: center;
	margin-bottom: 20px;
}
.landing-content .modal-body .product-item span {
	font-weight: 900;
	font-size: 12px;
	color: #6E7F9E;
}
.landing-content .modal-content .modal-footer .btn {
	border-radius: 15px;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 24px;
	display: block;
	margin: auto;
} 
.landing-content .modal-content .modal-footer .btn:hover {
	box-shadow: 0px 0px 10px 2px rgba(000, 000, 000, 0.2);
}
.landing-content .modal-content .modal-footer .btn-primary {
	background-color: #C3DED0;
	border-color: #C3DED0; 
	color: #FFFFFF;
}
.landing-content .modal-content .modal-footer .btn-primary:hover {
	background-color: #2FDF84;
	border-color: #2FDF84;
}
.landing-content .modal-header {
	padding: 0;
}
.landing-content .modal-content {
	padding: 30px;
}
.landing-content .modal-content .modal-body {
	padding: 0;
}
.landing-content .modal-content .modal-body .product-item:last-child {
	margin-bottom: 0;
}
.landing-content .modal-content .modal-title {
	font-size: 36px;
	font-weight: 900;
	color: #022761;
	margin: auto;
	margin-bottom: 30px;
}
.landing-content .modal-footer {
	padding: 20px;
}
.input-group>.custom-select+.custom-select {
	display: flex;
	align-items: center;
}
.nice-select.open .list {
	margin-top: 6px;
	width: 100%;
}
.nice-select:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent!important;
	border-bottom: none!important;
	border-top: 10px solid #555555;
	transform: rotate(0deg)!important;
}
/*landing-section-end*/

/*accreditation-banner-start*/
.accreditation-banner {
    padding: 60px 0;
    background-color: #F8F9FA;
    border-top: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
}

.accreditation-item {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.2s ease;
}

.accreditation-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accreditation-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.accreditation-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.accreditation-content {
    flex-grow: 1;
}

.accreditation-title {
    font-size: 18px;
    font-weight: 700;
    color: #022761;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.accreditation-text {
    font-size: 14px;
    color: #6E7F9E;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .accreditation-banner {
        padding: 40px 0;
    }
    
    .accreditation-item {
        padding: 20px;
    }
    
    .accreditation-icon img {
        width: 50px;
        height: 50px;
    }
    
    .accreditation-title {
        font-size: 16px;
    }
    
    .accreditation-text {
        font-size: 13px;
    }
}

/*accreditation-banner-end*/

/* New Trusted Businesses Section */
.trusted-businesses-section {
    padding: 100px 0;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.trusted-businesses-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: #F8F9FA;
    z-index: 0;
    transform: skewX(-15deg) translateX(50%);
}

.trusted-image {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.trusted-image:hover {
    transform: translateY(-5px);
}

.trusted-content {
    padding: 40px 0 40px 60px;
    position: relative;
    z-index: 1;
}

.trusted-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #2FDF84;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.trusted-title {
    font-size: 44px;
    font-weight: 800;
    color: #022761;
    margin-bottom: 25px;
    line-height: 1.2;
}

.rating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: #F8F9FA;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex;
}

.stars {
    color: #FFD700;
    font-size: 18px;
    margin-right: 15px;
}

.review-count {
    color: #022761;
    font-size: 15px;
    font-weight: 600;
}

.trusted-description {
    font-size: 18px;
    color: #6E7F9E;
    margin-bottom: 30px;
    line-height: 1.7;
}

.trusted-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trusted-features li {
    color: #022761;
    font-size: 17px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.trusted-features li i {
    color: #2FDF84;
    margin-right: 15px;
    font-size: 18px;
    background: rgba(47, 223, 132, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .trusted-businesses-section {
        padding: 70px 0;
    }

    .trusted-businesses-section::before {
        display: none;
    }

    .trusted-content {
        padding: 40px 0;
        text-align: center;
    }

    .trusted-title {
        font-size: 36px;
    }

    .rating-wrapper {
        justify-content: center;
        display: inline-flex;
    }

    .trusted-features li {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .trusted-businesses-section {
        padding: 50px 0;
    }

    .trusted-title {
        font-size: 32px;
    }

    .trusted-subtitle {
        font-size: 14px;
    }

    .trusted-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .trusted-features li {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .trusted-content {
        padding: 30px 15px;
    }
}

/*testimonial-section-start*/
/* Comment out old testimonials styling
.testimonial-section {
	position: relative;
	background-color: #F1F1F1;
	border: 1px solid #6E7F9E;
	padding: 50px 0;
}
.testimonial-title {
	font-size: 36px;
	font-weight: 900;
	color: #022761;
}
.testimonial-content .star {
	width: 10%;
}
.testimonial-slider {
	margin-top: 50px;
}
.slider-item {
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #6E7F9E;
	width: 100%;
	height: 250px;
}
.slider-item .content-text {
	font-size: 18px;
	color: #022761;
	padding: 70px;
	height: 160px;
}
.slider-item .abigail {
	font-size: 14px;
	font-weight: 900;
	color: #022761;
}
.slider-item .duration {
	position: relative;
	font-size: 14px;
	color: #6E7F9E;
	padding-right: 40px;
}
.slider-item .duration:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 30px;
	width: 30px;
	background-image: url(../images/Shape.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.testimonial-slider .owl-dots {
	display: none;
}
.testimonial-slider .owl-carousel .owl-stage-outer {
	position: relative;
}
.testimonial-slider .owl-nav {
	justify-content: center;
}
.testimonial-slider .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
}
.testimonial-slider .owl-nav .owl-prev .img-1 {
	width: 50px;
}
.testimonial-slider .owl-nav .owl-prev .img-2 {
	display: none;
	width: 50px;
}
.testimonial-slider .owl-nav .owl-prev:hover .img-1 {
	display: none;
}
.testimonial-slider .owl-nav .owl-prev:hover .img-2 {
	display: block;
} 
.testimonial-slider .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20%;
}
.testimonial-slider .owl-nav .owl-next .img-1 {
	width: 50px;
}
.testimonial-slider .owl-nav .owl-next .img-2 {
	display: none;
	width: 50px;
}
.testimonial-slider .owl-nav .owl-next:hover .img-1 {
	display: none;
}
.testimonial-slider .owl-nav .owl-next:hover .img-2 {
	display: block;
} 
.testimonial-slider .owl-carousel .owl-item {
	opacity: .5;
}
.testimonial-slider .owl-item.active.center {
	opacity: 1;
}
.testimonial-slider .owl-nav .owl-prev:hover img , .testimonial-slider .owl-nav .owl-next:hover img {
	box-shadow: 0px 0px 10px 2px rgba(2, 39, 97, 0.3);
	border-radius: 50px;
}
*/
/*testimonial-section-end*/

/*simple-step-section-start*/
.simple-step-section {
	position: relative;
	padding: 80px 0; 
}
.simple-step-title {
	font-size: 36px;
	color: #022761;
	margin: 0 0 30px 0;
	font-weight: 900;
}
.step-title {
	font-size: 20px;
	font-weight: bold;
	color: #022761; 
	margin-bottom: 10px;
}
.step-text { 
	font-size: 20px;
	color: #6E7F9E;
	margin-bottom: 10px;
}
.step-img {
	width: 150px;
	height: 180px;
	margin: auto;
	display: flex;
	margin-bottom: 15px; 
	align-items: center;
}
button:focus {
	outline: none; 
}
/*simple-step-section-end*/

/*agent-section-start*/
.agent-section {
	position: relative;
}
.agent-content {
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #6E7F9E;
}
.agent-content .certificate {
	width: 100px;
	margin-right: 20px;
}
.agent-content .registered-text {
	font-size: 24px;
	font-weight: 900;
	color: #022761;
}
.agent-content .registered-text .num {
	font-size: 24px;
	font-weight: 300;
	color: #6E7F9E;
}
/*agent-section-end*/

/*contact-page-start*/
.contact-section {
	position: relative;
	padding: 100px 0 50px;
}
.contact-section .contact-title {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
}
.contact-section .contact-text {
	font-size: 21px;
	color: #6E7F9E;
	margin-bottom: 30px;
}
.contact-section .contact-email {
	font-size: 21px;
	font-weight: 900;
	color: #025AFF;
}
.contact-section .contact-form {
	padding: 30px 50px;
	border: 1px solid #6E7F9E;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 2px rgba(000, 000, 000, 0.2);
}
.contact-section .contact-form .form-group {
	margin-bottom: 20px;
}
.contact-section .contact-form .form-group label {
	font-size: 18px;
}
.contact-section .contact-form .btn {
	padding: 10px 30px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 900;
	display: block;
	margin-left: auto;
}
.contact-section .contact-form .btn:hover {
	box-shadow: 0px 0px 10px 2px rgba(000, 000, 000, 0.2);
}
.contact-section .contact-form .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #2FDF84;
	border-color: #2FDF84; 
	color: #FFFFFF;
}
.contact-section .contact-form .btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}
.contact-section .contact-form .btn-primary:focus {
	background-color: #2FDF84;
	border-color: #2FDF84;
	box-shadow: none;
}
.contact-section .contact-form .btn-primary {
	background-color: #2FDF84;
	border-color: #2FDF84; 
	color: #FFFFFF;
}
.contact-section .contact-form textarea.form-control {
	height: 150px;
}
.form-control:focus {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #6E7F9E;
	outline: 0;
	box-shadow: none;
}
.contact-section .contact-form .form-control {
	color: #000000;
	border: 1px solid #6E7F9E;
	height: 45px;
	border-radius: 5px;
}
/*contact-page-end*/

/*pricing-page-start*/
.pricing-section {
	position: relative;
	padding-top: 50px;
}
.pricing-section .pricing-title {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
}
.pricing-section .pricing-sub-title {
	font-size: 24px;
	color: #6E7F9E;
}
.pricing-section .product-content {
	padding: 40px 0 25px;
	margin: 50px 30px;
	text-align: center;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 0px 10px 2px rgba(170, 170, 170, 0.2);
	position: relative;
}
.pricing-section .row .col:first-child .product-content:after {
	content: 'ABN ADD-ON';
	background-color: #025AFF;
	padding: 4px 12px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 0;
	right: -50px;
}
.pricing-section .product {
	width: 100px;
	height: 100px;
	margin: auto;
}
.pricing-section .product-content .label {
	font-size: 40px;
	font-weight: 400;
}
.pricing-section .partnership {
	font-size: 14px;
}
.pricing-section .doller {
	font-size: 60px;
}
.pricing-section sup {
	font-size: 30px;
	top: -12px;
}
.pricing-section sub {
	font-size: 16px;
	top: -12px;
}
.pricing-section .product-detail {
	border-bottom: 1px solid #E8F3FF;
}
.pricing-section .service {
	padding: 0px 50px;
	margin: 30px 0;
	color: #8093AC;
}
.pricing-section .product-content .btn {
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 50px;
	width: 160px;
	font-weight: 600;
}
.pricing-section .product-content .btn:hover {
	box-shadow: 0px 0px 10px 2px rgba(000, 000, 000, 0.2);
}
.pricing-section .product-content .btn-primary {
	color: #FFFFFF;
	background-color: #6E7F9E;
	border-color: #6E7F9E;
}
.pricing-section .row .col:first-child .product-content .label {
	color: #FF7381;
}
.pricing-section .row .col:nth-child(2) .product-content .label {
	color: #FCB755;
}
.pricing-section .row .col:last-child .product-content .label {
	color: #2CCA70;
}
.pricing-section .product-content .btn-primary:not(:disabled):not(.disabled):active,
.pricing-section .product-content .btn-primary:hover {
	background-color: #7460EE;
	color: #FFFFFF;
	border-color: #7460EE;
}
/*pricing-page-end*/

/*about-page-start*/
.about-section {
	position: relative;
	padding: 70px 0;
}
.about-section .about-title {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
	margin-bottom: 30px;
}
.about-section .high_commissioner .label {
	font-size: 24px;
	font-weight: 700;
	color: #022761;
}
.about-section .high_commissioner .sub-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #022761;
}
.about-section .high_commissioner .about-details {
	font-size: 18px;
	margin-bottom: 30px;
	color: #6E7F9E;
}
.about-section .opening-hours .label {
	font-size: 24px;
	font-weight: 700;
	color: #022761;
}
.about-section .opening-hours .enquiry-time {
	font-size: 18px;
	color: #6E7F9E;
}
.about-section .opening-hours .enquiry-time strong {
	color: #022761;
}
.about-section .opening-hours .enquiry-time a {
	color: #025AFF;
}
/*anout-page-end*/
/*terms-page-start*/
.terms-section {
	padding-top: 50px;
}
.terms-section .terms-title h1 {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
	margin-bottom: 50px;
}
.terms-section .terms {
	padding: 50px 0;
	background-color: #F9F9F9;
}
.terms-section .terms .personal_info h4 ,.terms-section .terms .registration h4 ,
.terms-section .terms .website_use h4 ,.terms-section .terms .cancellation h4 ,
.terms-section .terms .scope_result h4 ,.terms-section .terms .service h4 ,
.terms-section .terms .prohibition h4 ,.terms-section .terms .customer_service h4 ,
.terms-section .terms .refund_policy h4 ,.terms-section .terms .miscellaneous h4 {
	font-weight: 600;
	margin-bottom: 8px;
	color: #022761;
}
.terms-section .terms .personal_info p ,.terms-section .terms .registration p ,
.terms-section .terms .website_use p ,.terms-section .terms .cancellation p ,
.terms-section .terms .scope_result p ,.terms-section .terms .service p ,
.terms-section .terms .prohibition p ,.terms-section .terms .customer_service p ,
.terms-section .terms .refund_policy p ,.terms-section .terms .miscellaneous p {
	font-size: 18px;
	color: #6E7F9E;
}
.terms-section .terms .case-items .case_item {
	font-size: 16px;
	color: #6E7F9E;
}
.terms-section .terms .case-items .case_item:before {
	content: '';
	position: relative;
	top: 0;
	bottom: 0;
	margin-right: 10px;
	display: inline-block;
	height: 8px;
	width: 8px;
	background-color: #022761;
	border-radius: 15px;
}
/*terms-page-end*/
/*privacy-policy-page-start*/
.privacy-policy-section {
	padding-top: 50px;
}
.privacy-title h1 {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
	margin-bottom: 50px;
}
.privacy-policy-section .privacy-policy-content {
	padding: 50px 0 100px;
	background-color: #F9F9F9;
}
.privacy-policy-content .information h4,
.privacy-policy-content .access_control h4,
.privacy-policy-content .security h4,
.privacy-policy-content .orders h4,
.privacy-policy-content .cookies h4 {
	font-weight: 600;
	margin-bottom: 8px;
	color: #022761;
}
.privacy-policy-content .information p,
.privacy-policy-content .access_control p,
.privacy-policy-content .security p,
.privacy-policy-content .orders p,
.privacy-policy-content .cookies p {
	font-size: 18px;
	color: #6E7F9E;
}
/*privacy-policy-page-end*/

/*registration-section-start*/
.registration-section {
	padding-top: 30px;
}
.entry-type-section {
	background-color: #F9F9F9;
	padding: 30px 0px;
}
.registration-section .registration-title h1 {
	font-size: 72px;
	font-weight: 900;
	color: #022761;
	margin-bottom: 30px;
}
.entry-type-section .form-control {
	display: flex;
	align-items: center;
	width: 100%;
}
.sole-trader .nice-select .list, .abn-entitlement .nice-select .list, 
.abn-registration .nice-select .list {
	overflow: scroll!important;
	height: 200px!important;
}
.registration-section .nice-select {
    white-space: pre-wrap;
    line-height: normal;
}
/*Form-start*/
.registration-form-card {
	padding-top: 20px;
}
.registration-form-card .title {
	font-size: 24px;
	color: #022761;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
	font-weight: 600;
}
.registration-form-card > .form-group {
	padding-left: 15px;
	padding-right: 15px;
}
.registration-form-card .control-label {
	font-weight: 600;
}
.registration-form-card .control-label span.required {
	padding-right: 5px;
}
.registration-form-card .form-check-label {
	font-weight: 600;
	line-height: 22px;
}
.form-btn {
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}
.declaration-content {
	height: 240px;
	width: 100%;
	padding: 16px;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC!important;
	margin-bottom: 25px;
}
.declaration_title {
	font-weight: 600;
	font-size: 24px;
	color: #022761;
}
.declaration_description p {
	font-size: 14px;
	color: #6E7F9E;
}
.error {
	font-size: 14px;
	color: #FF0044;
}
/*Form-End*/
/*registration-section-end*/

/*footer-start*/
.site-footer {
	background-color: #022761;
	padding: 80px 0 40px 0;
}
.footer-text {
	font-size: 18px;
	line-height: 1.8;
	color: #6E7F9E;
	padding-right: 100px;
}
.footer-content .navbar-brand {
	margin-bottom: 30px;
}
.footer-content .copyright {
	font-size: 18px;
	color: #6E7F9E;
}
.footer-content .pay-icn {
	width: 40px;
	height: 25px;
	margin-right: 20px;
}
.site-footer .company, .site-footer .product, .site-footer .support {
	margin: 15px;
}
.site-footer .company .label, .site-footer .product .label, .site-footer .support .label {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}
.site-footer .company .navbar-nav .nav-link,
.site-footer .product .navbar-nav .nav-link,
.site-footer .support .navbar-nav .nav-link {
	color: #6E7F9E;
	font-size: 16px;
}
.site-footer .company .navbar-nav .nav-link:hover,
.site-footer .product .navbar-nav .nav-link:hover,
.site-footer .support .navbar-nav .nav-link:hover {
	color: #FFFFFF;
	transition: .3s;
}
.site-footer .product .navbar-nav sup {
	color: #FFFFFF;
	margin-left: -40px;
	position: relative;
	top: -12px;
}
/*footer-end*/

/*responsive start*/
@media (max-width: 1199.98px) {
	.pricing-section .pricing-title {
		font-size: 60px;
	}
	.pricing-section .pricing-sub-title {
		font-size: 20px;
	}
	.pricing-section .product-content {
		padding: 30px 0;
		margin: 40px 20px;
	}
	.pricing-section .product {
		width: 80px;
		height: 80px;
	}
	.pricing-section .product-content .label {
		font-size: 36px;
	}
	.pricing-section .partnership {
		font-size: 12px;
	}
	.pricing-section .doller {
		font-size: 48px;
	}
	.pricing-section sup {
		font-size: 28px;
		top: -5px;
	}
	.pricing-section .service {
		margin: 20px 0;
		padding: 0px 40px;
	}
	.landing-title {
		font-size: 60px;
	}
	.footer-text {
		padding-right: 50px;
	}
	.terms-section {
		padding-top: 30px;
	}
	.terms-section .terms-title h1 {
		margin-bottom: 30px;
	}

}
@media (max-width: 991.98px) {
	.testimonial-slider .owl-nav .owl-prev {
		left: 5%;
		opacity: .3;
		transition: 3s;
	}
	.testimonial-slider .owl-nav .owl-prev:hover {
		opacity: 1;
		transition: 3s;
	}
	.testimonial-slider .owl-nav .owl-next {
		right: 5%;
		opacity: .3;
		transition: 1s;
	}
	.testimonial-slider .owl-nav .owl-next:hover {
		opacity: 1;
		transition: 1s;
	}
	.testimonial-content .star {
		width: 15%;
	}
	.simple-step-section {
		padding: 50px 0;
	}
	.site-footer .company, .site-footer .product, .site-footer .support {
		margin-top: 30px;
	}
	.landing-title {
		font-size: 48px;
		line-height: 60px;
	}
	.contact-section {
		padding: 30px 0;
	}
	.contact-section .contact-form {
		padding: 30px;
		margin: 30px 100px;
	}
	.contact-section .contact-text,.contact-section .contact-email {
		font-size: 18px;
		text-align: justify;
	}
	.pricing-section {
		padding-top: 30px;
	}
	.pricing-section .pricing-title {
		font-size: 46px;
	}
	.pricing-section .pricing-sub-title {
		font-size: 18px;
	}
	.pricing-section .product-content {
		padding: 40px 0;
		margin: 20px 0;
	}
	.pricing-section .product {
		width: 70px;
		height: 80px;
	}
	.pricing-section .product-content .label {
		font-size: 28px;
	}
	.registration-content {
		padding: 30px;
	}
	.registration-content .certificate {
		width: 70px;
	}
	.site-footer .product .navbar-nav sup {
		top: -15px;
	}
	.about-section .high_commissioner .about-details {
		text-align: justify;
	}
	.about-section {
		padding: 30px 0;
	}
	.pricing-section .row .col:first-child .product-content:after {
		top: 0;
		right: 0;
	}
	.privacy-policy-section {
		padding-top: 30px;
	}
	.privacy-policy-section .privacy-policy-content {
		padding: 50px 0;
		background-color: #F9F9F9;
	}
	.terms-section .terms .personal_info p, .terms-section .terms .registration p,
	.terms-section .terms .website_use p, .terms-section .terms .cancellation p,
	.terms-section .terms .scope_result p, .terms-section .terms .service p,
	.terms-section .terms .prohibition p, .terms-section .terms .customer_service p,
	.terms-section .terms .refund_policy p, .terms-section .terms .miscellaneous p {
		font-size: 18px;
		color: #6E7F9E;
		text-align: justify;
	}
}	
@media (max-width: 767.98px) {
	.contact-section .contact-form {
		margin-top: 30px;
		padding: 20px;
	}
	.pricing-section .pricing-title {
		font-size: 32px;
	}
	.footer-text {
		font-size: 18px;
		line-height: 1.8;
		color: #6E7F9E;
		padding: 0;
	}
	.privacy-title h1 {
		font-size: 54px;
		margin-bottom: 40px;
	}
	.privacy-policy-content .information p, .privacy-policy-content .access_control p,
	.privacy-policy-content .security p, .privacy-policy-content .orders p,
	.privacy-policy-content .cookies p {
		font-size: 18px;
		color: #6E7F9E;
		text-align: justify;
	}
	.privacy-policy-content .information h4, .privacy-policy-content .access_control h4,
	.privacy-policy-content .security h4, .privacy-policy-content .orders h4,
	.privacy-policy-content .cookies h4 {
		font-weight: 900;
		margin-bottom: 8px;
		color: #022761;
	}
	.terms-section .terms .personal_info h4, .terms-section .terms .registration h4,
	.terms-section .terms .website_use h4, .terms-section .terms .cancellation h4,
	.terms-section .terms .scope_result h4, .terms-section .terms .service h4,
	.terms-section .terms .prohibition h4, .terms-section .terms .customer_service h4,
	.terms-section .terms .refund_policy h4, .terms-section .terms .miscellaneous h4 {
		font-weight: 900;
		margin-bottom: 8px;
		color: #022761;
	}
	.registration-section .registration-title h1 {
		font-size: 48px;
	}
	.entry-btngroup .btn {
	    max-width: calc(100%);
	    width: 100%;
	    flex-wrap: wrap;
	}

}
@media (max-width: 575.98px) {

}
@media (max-width: 320.98px) {

}
@media (min-width: 321px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

.site-disclaimer {
    background-color: #022761;
    padding: 40px 0;
    border-top: 1px solid rgba(110, 127, 158, 0.2);
    text-align: center;
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.disclaimer-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 767.98px) {
    .site-disclaimer {
        padding: 30px 0;
    }
    
    .disclaimer-text {
        font-size: 13px;
        text-align: center;
    }
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: #f4f6fa;
    box-shadow: 0 2px 8px rgba(2,39,97,0.06);
    transition: background 0.3s;
}
.icon-stressfree {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}
.icon-troubleshooting {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}
.icon-customerservice {
    background: linear-gradient(135deg, #ede7f6 0%, #d1c4e9 100%);
}
.icon-smsalerts {
    background: linear-gradient(135deg, #e8f5e9 0%, #b9f6ca 100%);
}
.feature-icon img {
    width: 40px;
    height: 40px;
}

.site-footer .row > .col {
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
}
.site-footer .label {
    text-align: left;
    display: block;
    margin-bottom: 18px;
}
.site-footer .navbar-nav {
    text-align: left;
}
.site-footer .navbar-nav .nav-link {
    white-space: nowrap;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991.98px) {
    .site-footer .row > .col {
        min-width: 150px;
        max-width: 100%;
    }
    .site-footer .navbar-nav .nav-link {
        white-space: normal;
    }
}