:root{
	    --color-dark: #03204B;
		--theme-color: #0E2F92;
		--theme-color-light: rgba(0, 152, 255, .1);
		/* --color-orange:#F86056; */
		--color-orange:#9a2c43;
		--color-white:#fff;
		--box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
		--border-info-color: rgba(0, 0, 0, 0.08);
		--bs-border-color: #dee2e6;
		--background-color:#0098FF;
		--transition: all .5s ease-in-out;
		--font-primary: "Euclid Circular";
		--font-secondary: "Euclid Circular";
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 500 !important;
}
@keyframes ani4 {

	0%,
	100% {
		transform: translateX(0);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	50% {
		transform: translateX(-20px);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}
.ani4 {
	-webkit-animation: 4s ease-in-out infinite alternate ani4;
	animation: 4s ease-in-out infinite alternate ani4;
}
.modal-backdrop {
    display: none;
}
.rbt-main-modal {
    display: none;
}
.top-bar{
	padding: 10px 0;
    background: var(--theme-color);
    position: relative;
}
.top-bar i {
    color: #fff;
}
.process-item i {
    color: #fff;
    font-size: 30px;
}
.top-bar a {
    text-decoration: none;
    font-weight: 400;
}
.top-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6%;
    background: var(--color-orange);
    border-radius: 0px 50px 50px 0px;
}
.rbt-course-feature-inner h5.visa-title {
    font-size: 17px;
    font-weight: 600 !important;
}
.top-bar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: var(--color-orange);
    border-radius: 50px 0px 0px 50px;
}
.top-bar .align-items-center {
    align-items: center!important;
    z-index: 1;
}
.header-top {
    padding: 10px 0;
    background: var(--color-dark);
    position: relative;
}
.rbt-section-gap.rbt-banner-area.new-mmc-page {
    background-image: url('images/slider-banner.webp');
    padding-top: 120px;
    padding-bottom: 180px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    height: 65vh;
}
.new-mmc-page .lead {
    color: var(--color-white);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.new-mmc-page h6.hero-sub-title  {
    color: var(--color-white);
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--theme-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    position: relative;
    z-index: 1;
}
 .hero-sub-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: var(--color-orange);
    border-radius: 0 50px 50px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    z-index: -1;
}
.jumbotron h1 {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0;
    text-transform: capitalize;
}
.jumbotron h1 span {
    color: transparent;
    -webkit-text-stroke: 3px var(--color-white);
}
.apply-form {
    position: relative;
    background: var(--color-white);
    border-radius: 30px;
    padding: 20px;
    margin-top: -65px;
    box-shadow: var(--box-shadow);
    z-index: 2;
}
button#submit_page_enq {
    border-radius: 100px;
    line-height: 20px;
    height: 45px;
}
button#submit_page_enq:hover {
    color: #fff !important;
    background-color: var(--color-orange);
}
.apply-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
a.blue-button:focus, a.blue-button:active, a.blue-button:hover {
    color: #fff !important;
	background-color:var(--color-orange);
}
a.blue-button {
    border-radius: 100px;
    padding: 10px 20px;
    height: auto;
    line-height: inherit;
}
a.rbt-btn.orange-button {
    background-color: var(--color-orange);
}
.apply-area select.form-select,.apply-area .form-control {
    height: 50px;
    border-radius: 10px;
    font-size: 15px;
    color: #002768;
}
.site-title-tagline span.subtitle {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: var(--theme-color);
    border-radius: 50px;
    padding: 2px 15px 2px 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.site-title-tagline span.subtitle i {
    margin-right: 5px;
}
.site-title-tagline span.subtitle::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 50%;
    background: var(--color-orange);
    border-radius: 0 50px 50px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    z-index: -1;
}
.rbt-video-section {
    position: relative;
}
.jumbotron {
    position: relative;
}
.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 99;
    text-align: center;
}
.banner-text h1.display-5.text-white {
    font-size: 60px;
    font-weight: 900 !important;
}
#overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 99%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0; 
  bottom: 0;
  background-color: rgba(0,0,0,0.2); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
/*****************our service**********************/
.apply-area {
    background-color: #fcfcfc;
}
.Our.Service.has-show-more .thumbnail h4 {
    color: #0e2f92;
}
.Our.Service.has-show-more .thumbnail {
    padding: 3rem!important;
}
.Our.Service.has-show-more .has-show-more-inner-content {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.Our.Service.has-show-more.active .has-show-more-inner-content, .rbt-card.height-auto .rbt-card-img a img {
    max-height: inherit !important;
}
.Our.Service .rbt-show-more-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-top: 30px !important;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
    width: 66%;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 40px;
}
.Our.Service .rbt-show-more-btn::before, .Our.Service .rbt-show-more-btn::after {
    display:none;
}
.visa-item {
    position: relative;
    padding: 20px;
    background:var(--theme-color-light);
    box-shadow: 0px 5px 10px #eee;
    border-radius: 0 70px 70px 70px;
    transition: var(--transition);
    height: 270px;
}
.visa-item:hover {
    transform: translateY(-10px);
}
.visa-item .count {
    position: absolute;
    top: 90px;
    left: 20px;
    font-weight: 800;
    font-size: 50px;
    font-family: var(--heading-font);
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color);
    opacity: .3;
}
.visa-content {
    display: flex;
    gap: 20px;
}
.visa-icon {
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 50px 50px 50px;
    background: var(--theme-color);
    margin-bottom: 30px;
    box-shadow: 8px 8px 0 var(--theme-color-light);
    transition: all .5s ease-in-out;
    position: relative;
}
.visa-item:hover .visa-icon {
    box-shadow: 0px 0px 0 var(--theme-color-light);
}
.visa-info {
    flex: 1;
}
.visa-icon img {
    max-width: 30px;
}
.visa-content h4 a {
    color: var(--color-dark);
}
.visa-content p {
    color: var(--body-text-color);
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.theme-btn, .theme-btn2 {
    font-size: 16px;
    color: var(--theme-color) !important;
    padding: 10px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    /* background: var(--theme-color); */
    box-shadow: var(--box-shadow);
    z-index: 1;
}
span.open-popup.theme-btn.text-white {
    color: var(--theme-color) !important;
    padding: 0px;
    background: transparent;
	box-shadow: none;
}

.theme-btn:hover {
    color: var(--color-white);
}
.site-title-single span {
    color: var(--color-orange);
}
.testimonial-area .site-title-single span {
    color: var(--color-white);
}
.theme-btn i, .theme-btn2 i {
    margin-left: 8px;
    transform: rotate(-40deg);
    transition: var(--transition2);
}
.Our.Service.rbt-section-gap {
    background-color: #fdf8f8;
} 
.process-item {
    padding: 10px;
    text-align: center;
    position: relative;
} 
.process-item .count {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: var(--heading-font);
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color);
    opacity: .4;
}
.process-icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    background: var(--color-orange);
    border-radius: 50%;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    position: relative;
}
.process-item:hover .process-icon  {
    transform: rotate(360deg);
}
.process-icon  {
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.coaching-img img {
-webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.coaching-item:hover .coaching-img img {
    transform: rotate(2deg) scale(1.1);
}
.process-icon img {
    width: 60px;
    filter: brightness(0) invert(1);
}
.process-content h4 {
    color: var(--color-dark);
    margin-bottom: 8px;
}
.process-icon::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px dashed var(--color-orange);
    border-radius: 50%;
}
.counter-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.counter-box {
    display: flex;
    gap: 12px;
    position: relative;
    padding: 15px 10px 15px 15px;
    border-radius: 50px 50px 50px 0;
    background: var(--color-white);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1;
	transition: var(--transition);
}
.counter-box:hover {
    transform: translateY(-10px);
}
.counter-box .icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 50px 50px 50px 0;
    text-align: center;
    color: var(--color-white);
    background: var(--color-orange);
    position: relative;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.counter-box .icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px dashed var(--color-orange);
    border-radius: 50px 50px 50px 0px;
}
.rbt-migration-counter {
    background: var(--theme-color);
    padding: 40px 0;
}
.counter-box .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.counter-box .migration-counter {
    display: block;
    line-height: 1;
    color: var(--theme-color2);
    font-size: 30px;
    font-weight: 900;
    /* color: blue; */
}
.counter-box .title {
    color: var(--color-dark);
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.rbt-migration-counter .counter-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 80%;
    opacity: .5;
}
img.aerro-img {
    float: right;
}
.Why-choose-asiapacificgroup.rbt-section-gap {
    background-color:rgba(0, 152, 255, 0.102);
}
.feature-item {
    display: flex;
    gap: 20px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 0px 40px 40px 40px;
    padding: 20px;
    position: relative;
    transition: var(--transition);
}
.feature-item:hover {
    transform: translateY(-10px);
}
.feature-item::before {
    content: "";
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 0;
    border-bottom: 3px solid var(--theme-color);
    border-radius: 50px;
}
.feature-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    background: var(--color-orange);
    border-radius: 0 50px 50px 50px;
    margin-bottom: 18px;
    z-index: 1;
	display: flex;
    align-items: center;
	    justify-content: center;
}
.feature-item i {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.feature-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px dashed var(--color-orange);
    border-radius: 0 50px 50px 50px;
}
.feature-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.feature-content {
    flex: 1;
}
.feature-content h4 {
    color: var(--color-dark);
}
.feature-content p {
    color: var(--color-dark);
    margin-top: 10px;
}
.cta-wrap {
    position: relative;
    background: var(--theme-color);
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}

.cta-img img {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.cta-content h1 span {
    color: transparent;
    -webkit-text-stroke: 2px var(--color-white);
}
.cta-wrap .shape {
    position: absolute;
    right: 50px;
    top: 0;
    width: 40%;
    opacity: .1;
    z-index: -1;
}
.faq-area .accordion-button span i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: var(--theme-color);
    text-align: center;
    color: var(--color-white);
	margin-right:5px;
}
.testimonial-bg {
    background: var(--theme-color);
    z-index: 1;
}
.testimonial-item {
    background: var(--color-white);
    padding: 25px !important;
    border-radius: 0 50px 50px 50px;
	position:relative;
}
.testimonial-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 90%;
    background: var(--color-orange);
    transform: rotate(10deg);
    border-radius: 50px;
    z-index: -1;
}
.testimonial-quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}
.testimonial-author-img {
    padding: 4px;
    border-radius: 0 50px 50px 50px;
    border: 2px dashed var(--theme-color);
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.testimonial-author-img img {
    border-radius: 0 50px 50px 50px;
}
.testimonial-author-info h4 {
    font-size: 20px;
    color: var(--color-dark);
}
.testimonial-author-info p {
    color: var(--theme-color);
    font-weight: 500;
}
.testimonial-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.testimonial-quote p {
    position: relative;
    color: var(--color-dark);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    z-index: 1;
}
.testimonial-rate {
    color: #FB9902;
    border: 2px solid #FB9902;
    width: fit-content;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 15px;
}
.testimonial-area .site-title-tagline span.subtitle { 
	border: 1px solid #fff;
}
.mwc-footer-rbt {
    background-image: url(images/footer_bg-scaled.webp);
    background-size: 931px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: left;
    position: relative;
    background-color: rgba(0, 152, 255, 0.102) !important;
}
.rbt-section-gap.mwc-footer-rbt.overflow-hidden {
    padding-bottom: 100px !important;
}
.mwc-footer-rbt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border-top: 4px solid var(--color-orange);
    height: 10px;
    top: 0;
}
div#billing-form h4.tittle {
    font-weight: 500;
}
.layout {
	padding: 2%;
}
.open-popup {
	cursor: pointer;
	color: #888;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	text-align: center;
	white-space: nowrap;
	display:none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.overlay .popup {
    background: #fff;
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -50px;
    border-radius: 10px;
}
.overlay::before, .overlay::after {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.overlay.shown {
	display:block;
}
.overlay.shown .popup {
	margin-top: 0;
}
.overlay--bg-black {
	background: rgba(0, 0, 0, 0.7);
}
.overlay--bg-white {
	background: rgba(255, 255, 255, 0.7);
}
.popup-close {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	top: 8px;
	right: 5px;
	cursor: pointer;
	opacity: 0.7;
}
.popup-close::before, .popup-close::after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	margin-top: -1px;
	top: 50%;
	left: 3px;
	right: 3px;
	background: #555;
}
.popup-close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover {
	opacity: 1;
}
.pop_head{
	padding: 9px 10px;
	background: #4EB5E6;
	color: #fff;
	font-weight: 500;
}
.pop_body {
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid #E0E0E0;
    overflow: auto;
    max-height: 350px;
}
.text-right{
	text-align:right;
}
.pop_footer {
    padding: 5px 10px;
}
.btn_yes {
    background: #81CE84;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.btn_no{
	background: #FD7E7E;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.jumbotron.mobile-view {
    display: none;
} 
img.banner-text-logo {
    width: 60px;
}
video#bannervideo {
    margin-top: 0px;
    object-fit: fill;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.faq-area  .card .card-header button.collapsed::before,
.faq-area  .card .card-header button.collapsed::after,
.rbt-accordion-style .card .card-header button::before{
	display:none;
}

.faq-area button.accordion-button.collapsed ,.faq-area button.accordion-button{   
    background-image: url("images/download.webp");
    z-index: 9999;
    background-position: right;
    background-repeat: no-repeat;
	background-size: 15px;
} 
a.rbt-btn.radius-round.blue-button.w-100 {
    display: none;
} 
.rbt-section-gap.faq-area.rbt-accordion-area {
    z-index: 0;
}
.rbt-backto-top-active {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
/*******************CSS END**********************/
/*******************Responsive Start**********************/
@media (max-width: 1400px) {
	.rbt-testimonial-area-service .visa-icon {
		display: none;
	}
	.rbt-testimonial-area-service .inner::before{
		display:none;
	}
	.rbt-testimonial-area-service .rbt-testimonial-box .inner {
    border-radius: 0px 40px 40px 40px;
}
}
@media (max-width: 1199px) {
	.cta-content.p-5 {
    padding: 0px !important;
}
}
@media (max-width: 1399px) {
	.visa-item {
    height: auto;
}
.rbt-section-gap.rbt-banner-area.new-mmc-page {
    height: auto;
}
.banner-text h1.display-5.text-white {
    font-size: 50px;
}
.process-item .count {
    font-size: 40px;
	right: 40px;
}
.feature-content h4 {
    font-size: 17px;
}
.feature-content p {
    margin-top: 0px;
}
} 
@media (max-width: 991px) {
	.apply-form {
    margin-top: 20px;
}
.top-bar .align-items-center {
    align-items: center !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}
.top-bar .col-md-6.d-flex.justify-content-end.align-items-center {
    justify-content: center !important;
}
.counter-box .icon {
    width: 60px;
    height: 60px;
	font-size: 25px;
}
.coaching-img, img.mt-3.best-image {
    margin-top: 40px !important;
}
.testimonial-item {
    margin-bottom: 50px;
}
i.fa.fa-thumbs-up {
    display: none;
}
.top-bar .text-white.m-0.px-3 {
    text-align: center;
}
.top-bar:after,.top-bar:before {
    display:none;
}
.header-right {
    display: none;
}
.rbt-header-wrapper {
    text-align: center;
}
.mainbar-row {
    display: block !important;
}
.process-icon,.feature-icon {
    width: 60px;
    height: 60px;
}

.cta-img img {
    clip-path: none;
}
.cta-area h1.text-white, .cta-area p.text-white,.cta-area .rbt-btn-wrapper {
    text-align: center;
}
.coaching-img.ani4,.coaching-img.mobile-case{
    display: none;
}
.banner-text h1.display-5.text-white.mb-2 {
    font-size: 25px;
}
.banner-text {
    top: 60%;
}
.cta-content.p-5 {
    padding: 3rem !important;
}
.rbt-course-feature-inner .overlay .popup {
    width: 90% !important;
}
.Our.Service.has-show-more .thumbnail h5 {
    font-size: 14px !important;
}
.Our.Service.has-show-more .thumbnail {
    padding: 1rem!important;
}
.Our.Service.has-show-more .thumbnail li {
    margin-bottom: 0px !important;
    margin-top: 0px;
    font-size: 12px;
}
.Our.Service.has-show-more .thumbnail p {
    line-height: 18px;
    font-size: 12px;
}
}

@media (max-width: 767px) {

.rbt-btn-wrapper.mobile-button.d-none {
    display: block !important;
}
.apply-header {
    display: block;
    text-align: center;
}
.site-title-tagline {
    text-align: center;
}
.way-to-australia .site-title-single,.way-to-australia .rbt-btn-wrapper,
.way-to-australia.rbt-section-gap p {
    text-align: center;
}
.testimonial-item .clint-info-wrapper {
    display: flex !important;
}
.rbt-testimonial-box .clint-info-wrapper .client-info, .rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 0;
    margin-top: 15px;
}
.top-bar .text-white.m-0.px-3 {
    display:none;
}

.top-bar a {
    font-size: 14px;
}
.header-left img {
    width: 200px;
}
.jumbotron h1 span {
    color: #fff;
    -webkit-text-stroke: white;
}
.new-mmc-page h6.hero-sub-title{
	margin:0 auto;
}
.jumbotron h1 {
    text-align: center;
}
.new-mmc-page .lead {
    text-align: center;
}
.new-mmc-page .rbt-btn-wrapper {
    text-align: center;
}

img.banner-text-logo {
    width: 30px;
}
.jumbotron.desktop{
	display:none;
}
.jumbotron.mobile-view{
	display:block;
}
.banner-text {
    /* background-color: rgba(0, 0, 0, 0.3); */
    padding: 5px 0px;
    bottom: 0px;
    top: unset;
    z-index: 9;
	backdrop-filter: blur(10px);
	display:block;
}
.Our.Service.has-show-more .has-show-more-inner-content {
    max-height: 1155px;
}
#overlay{
	display:none;
}
.visa-item .count {
    font-size: 50px;
}
.logo img {
    width: 200px;
}
.directCall.mobile_view.d-md-none img,.whatsappText.mobile_view.d-md-none img {
    width: 45px !important;
}
.rbt-btn-wrapper.desktop-button {
    position: absolute;
    bottom: 30px;
}
.apply-form .col-md-12.col-12.mb--20 label {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 20px;
}
.apply-form {
    height: 390px;
}
a.rbt-btn.radius-round.blue-button.w-100 {
    display: block;
}
.process-item {
    border: 1px solid var(--color-primary);
    padding: 30px;
    margin: 10px 0px;
    box-shadow: 5px 5px 5px #bcc0bc;
    border-radius: 7px;
}
.banner-text h1.display-5.text-white.mb-2 {
    font-size: 16px;
    margin-bottom: 0px !important;
    line-height: 9px;
    padding-top: 0px;
    display: inline-block;
}
.banner-text h1.display-5.text-white.mb-2 br {
    display: none;
}
.apply-area .apply-form {
    height: auto;
}
.faq-area .accordion-button span i {
    display: none;
}
.rbt-testimonial-area-service .overlay--bg-black {
    display: none;
}
.rbt-testimonial-area-service span.open-popup.theme-btn.text-white{
	display: none;
}

}



@media (max-width: 540px) {
	.apply-header {
    display: block;
}
.new-mmc-page h6.hero-sub-title {
    font-size: 14px;
    letter-spacing: 0px;
}
.jumbotron h1 {
    font-size: 40px;
}
.counter-box .migration-counter {
    font-size: 30px;
}
.counter-box .icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
	margin-bottom: 20px;
}
.counter-box {
    display: block;
}
.counter-box .title {
    font-size: 16px;
}
.mobile-button a.blue-button {
    width: 100%;
    text-align: center;
}
.banner-text h1.display-5.text-white br {
    display: none;
}

video#bannervideo {
    min-height: 180px;
}
a.blue-button {
    padding: 10px 16px;
    border: 2px solid #fff;
}
.rbt-btn-wrapper.desktop-button {
    width: 100%;
    left: 0;
    right: 0;
}
button#submit_page_enq {
    width: 90%;
}
.banner-text h1.display-5.text-white.mb-2 {
    line-height: 8px;
}
}

@media (max-width: 480px) {
	.top-bar a {
    font-size: 12px;
}
}
@media (max-width: 417px) {
	.rbt-btn-wrapper.desktop-button {
    bottom: 15px;
}
.top-bar .align-items-center {
    align-items: flex-start !important;
    text-align: left;
    width: auto;
}
.top-bar i {
    font-size: 12px;
}
}

.mobileViewBookApp.focusFormInput {
    position: fixed;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 63%;
    text-align: center;
	z-index: 9999;
	visibility: visible;
    transform: translateY(0);
} 
.imageye-selected {
         outline: 2px solid black !important;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
         }