:root{
		--color-primary: #0C359E;
		--color-secondary: #B966E7;
		--color-dark: #20345C;
		--color-orange:#9a2c43;
		--color-white:#fff;
		--light-blue:#E9F6FF;
		--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";
		--color-border:#e6e3f1;
		--shadow-1:0px 0px 16px rgb(66 66 66);
		--radius:6px;
}

/******************Header-strat***********************/
p{
	color:#20345C;
	font-size:16px;
}
h5 {
    font-weight: 500;
}
.rbt-section-space{
	padding:80px 0px;
}
.rbt-section-space.image-area-section.main-top-banner {
    margin-top: 0px;
    border-bottom: 2px solid #b966e721;
}
.rbt-header-wrapper .rbt-header-content {
    margin: 0 0px !important;
}
header.rbt-header {
    background-color: var(--color-primary);
}
.mainbar-row.rbt-navigation-center {
    vertical-align: middle;
    align-items: center;
}
.top-bar,.bottom-bar {
    background-color: var(--color-secondary);
    height: 5px;
}
ul.rbt-information-list {
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}
.rbt-header-sec-col.rbt-header-right .rbt-information-list li {
    margin: 2px 7px;
    color: var(--color-white);
}
.rbt-header i.fa.fa-thumbs-up ,.rbt-header i.fa-regular.fa-star {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 8px;
}
ul.rbt-information-list li {
    margin-left: 30px;
}
.rbt-header i {
    margin-right: 5px;
}
.rbt-header i.fa-solid.fa-phone {
    margin-right: 10px;
}

a.rbt-btn.btn-sm.header-right-btn {
    background-image: linear-gradient(to right,   var(--color-primary),   var(--color-secondary),   var(--color-secondary),   var(--color-primary));
    background-size: 300% 100%;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    height: auto;
    line-height: normal;
	transition: all 0.3s ease-in-out 0s;
    box-shadow: #0C359E 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 10px rgba(193,244,246,0);
  }
}
/* a.rbt-btn.btn-sm.header-right-btn:hover,button#submit_sideBar_enq:hover { */
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
/* } */
.main-header-logo {
    vertical-align: middle;
    align-items: center;
}
/*****************banner-section-start***************************/
.image-area-section {
    background-image: url('image/banner-image.webp');
}
.section-title.text-center {
    z-index: 9999;
    position: relative;
}
/*****form-strat****/
.new-nursing-admission-melbourne .g-5 {
    --bs-gutter-y: 0rem;
}
.image img {
    width: 80%;
}
.checkout-form {
    padding: 54px 24px;
    position: relative;
    width: 100%;
    z-index: 2;
    background: var(--color-white);
    box-shadow: var(--shadow-1);
    border-radius: var(--radius);
    border: 2px solid #b966e775;
}
.checkout-form .checkout-title {
    color: var(--color-primary);
}
.checkout_area .checkout-form .col-lg-12 {
    margin: 0px;
}
.checkout-form input, .checkout-form textarea, .rbt-default-form input, .rbt-default-form textarea {
    width: 100%;
    background-color: transparent;
    border: 2px solid var(--color-border);
    border-radius: 6px;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--color-body);
    margin-bottom: 7px;
}
button#submit_sideBar_enq {
    background-image: linear-gradient(to right,   var(--color-primary),   var(--color-secondary),   var(--color-secondary),   var(--color-primary));
    background-size: 300% 100%;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    border-radius: 6px;
    width: 130px;
    height: auto;
    line-height: normal;
    text-align: center;
}
input[type="checkbox"]~label::before, input[type="radio"]~label::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: var(--border-width) solid var(--color-border);
    border-radius: 2px;
    transition: 0.3s;
}
.update-quote-btn svg {
    position: relative;
    -webkit-animation-name: rmove;
    -webkit-animation-duration: 4s;
    animation: rmove 3s infinite;
    width: 1.8em;
}
.update-quote-btn svg path {
    fill: var(--color-primary);
}

@keyframes    rmove {
		0%   { right: 0px;}
		20%  { right: 5px;}
		40%  { right: 0px; }
		60%  { right: 5px;} 
		80%  { right: 0px; } 
		100% { right: 0px;} 
	}
/*****************tab-section******************************/
.curriculum-content-summary svg {
    font-size: 22px;
}
.curriculum-content-summary .header-right a.rbt-btn {
    text-align: center;
}
.curriculum-content-summary .header-right.mt-5 {
    text-align: center;
}
.curriculum.image-area-section .nav-link.tab-button.active {
    background-color: #0C359E !important;
    color: #fff;
    margin: 0px;
    border-radius: 0px;
}
.curriculum.image-area-section .nav-link.tab-button:before{
	display:none;
}
.curriculum.image-area-section li.nav-item.li_Item {
    width: 33.3%;
    border: 1px solid #0c359e;
}
.curriculum.image-area-section .nav-link.tab-button {
    background-color: #fff;
    margin: 0px;
    width: 100%;
}
.curriculum.image-area-section .nav-link.tab-button {
    background-color: #fff !important;
    margin: 0px !important;
    color: #0C359E;
    font-size: 18px;
}
.topics-covered  .col-md-6 img {
    width: 100%;
}
.curi-title h3 {
    font-size: 20px;
    color: #0c359e;
    font-weight: 500;
}
.curi-title ul.wp-requirement li {
    margin-bottom: 0px;
    margin-top: 2px;
    color: #20345C;
}
div#myTabContent {
    border: 1px solid #B966E7;
    padding: 10px;
    border-top: 0px;
    width: 99.9%;
    background-color: #fff;
}
span.entry {
    font-size: 18px;
    font-weight: 600;
    color: #0c359e;
}
/*****************************/
.why-study-nursing.rbt-section-space {
    background: url(image/why-nursing-study.webp) no-repeat center center / cover;
    margin: 0px !important;
}
.rbt-section-bg {
    padding: 40px;
    background: url(image/banner-image.webp) no-repeat center center / cover;
    border-width: 15px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--color-secondary), var(--color-primary)) 1;
    position: relative;
}
.rbt-section-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    width: 30px;
    height: 30px;
    background: var(--color-secondary);
   
}
.rbt-section-bg:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
}
.why-study-nursing h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--color-primary);
}
.why-study-nursing h2 span {
    font-size: 50px;
    margin-left: 5px;
}
/*****************process***********************/
.hanger::before {
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background-image: radial-gradient(ellipse at center,
			var(--color-primary) 0,
			rgba(255, 255, 255, 0) 70%);
}
.hanger .position-relative {
    margin-top: 45px;
}
.hanger>.col-lg-3::before {
    width: 3px;
    height: 50px;
    background-image: linear-gradient(var(--color-primary),
			rgba(255, 255, 255, 0));
    bottom: 100%;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.row.g-5.hanger {
    position: relative;
}
.card-counter {
    background: var(--color-primary);
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 50px;
    z-index: 1;
    position: relative;
    height: 300px;
}
.card-counter:hover .icon-shape i{
    transform: rotate(360deg);
}
.icon-shape i {
    transition: all 0.3s ease-out !important;
}
.icon-shape {
    margin-top: -59px;
}
.icon-shape {
    background-color: #fff;
    padding: 30px;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 10px solid #0c359e;
    margin-top: -57px;
}
.icon-shape i {
    color: #A949DF;
    font-size: 30px;
}
.card-content.even {
    background: var(--color-white);
    text-align: center;
    padding: 10px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 210px;
}
.card-content.odd {
    background: var(--color-primary);
    text-align: center;
    padding: 10px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 210px;
	border:2px solid #fff;
}
.card-content.even h5 {
    color: var(--color-primary);
    font-weight: 500;
}
.card-content.odd h5{
	font-weight: 500;
}

/***************************************/
.logo-section-rbt img {
    width: 100%;
    margin-bottom: 40px;
    transition: all 0.3s ease-out !important;
}
.logo-section-rbt img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(135, 20, 139, 0.57) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
    margin-top: -2%;
}
.rbt-process-area h1.title {
    background-image: linear-gradient(to right,   var(--color-primary),   var(--color-secondary));
    color: white;
    padding: 8px 0px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 83px;
    font-weight: 500;
    font-size: 32px;
}
.rbt-process-area h1.title:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid var(--color-primary);
    border-radius: 100%;
    bottom: calc(100% + -125px);
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rbt-process-area h1.title::before {
    width: 3px;
    height: 52px;
    background-image: linear-gradient(var(--color-primary),
			rgba(255, 255, 255, 0));
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: calc(100% + -115px);
}
/*****************new-career-opportunities***********************/
.Career-community {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.Career-community img {
    width: 100px;
}
.Career-community:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.heading-title {
    font-size: 29px;
    color: #20345C;
    font-weight: 500;
}
.ready-to-take .section-title .col-lg-8 {
    margin-top: 30px;
}
.rbt-testimonial-area .rbt-accordion-style .card .card-header .accordion-button {
    font-weight: 400;
}
.new-career-opportunities .section-title h5 {
    font-weight: 400;
}
.unlock-australia-with-APG h3 {
    font-weight: 500;
}
h2.title {
    font-size: 24px;
    color: #6B7385;
}
.rbt-section-space p {
    font-weight: 300;
}
.logo-section-rbt {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    z-index: 9999;
    position: relative;
}
.logo-section-rbt.image-area-section img {
    width: 100%;
    margin-bottom: 30px;
}
.our-partner-for-nursing-course {
    background-color: #E9F6FF;
	background:linear-gradient(360deg, #0c359e 0%, #fff 100%, #0c359e 100%);
	position:relative;
}
.our-partner-for-nursing-course.rbt-section-space:after {
    content: "";
    position: absolute;
    background-image: url(image/left-bottom-dotted.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: auto;
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0;
}
.our-partner-for-nursing-course.rbt-section-space:before {
    content: "";
    position: absolute;
    background-image: url(image/right-top-dotted.webp);
    background-position: top right;
    background-repeat: no-repeat;
    width: auto;
    height: 140px;
    left: 0;
    right: 0;
    top: 0;
}
.section-title.image-area-section {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 3px 3px #ddd;
    padding: 20px 2px;
}

.agents-section {
    background-color: var(--color-primary);
    position: relative;
    text-align: center;
    padding: 20px 20px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-bottom: 30px;
}
.agents-section img {
    position: absolute;
    left: 14px;
    top: 14px;
}
.agents-section.process-item .text-white {
    text-align: right;
}
.agents-section.process-item h4.text-white {
    margin-top: 0px;
}
.agents-section.text-white h6 {
    margin: 0px;
    padding-bottom: 0px;
} 
.card-hover {
    transition: all 0.3s ease-out !important;
}
.card-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(135, 20, 139, 0.57) 0px 4px 10px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
    margin-top: -1%;
}
.process-icon i{
	transition: all 0.3s ease-out !important;
}
.agents-section.process-item:hover .process-icon i{
	transform: rotate(360deg);
}
.agents-section span i {
    color: #A949DF;
    font-size: 30px;
}
.agents-section span {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #fff;
    padding: 30px;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    /* border: 10px solid #0c359e; */
    margin-top: 0;
}
/************************************/
.ready-to-take.rbt-section-space {
    background: url(image/why-nursing-study.webp) no-repeat center center / cover;
}
.ready-to-take .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--color-secondary);
}
.ready-to-take .section-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
}
.ready-to-take .section-title {
    padding: 30px;
	border-radius:23px;
	position:relative;
	padding: 40px;
    background: url(image/banner-image.webp) no-repeat center center / cover;
} 
.why-choose-us-section .card {
    padding: 10px;
    /* border: 1px solid var(--color-secondary); */
    position: relative;
    /* height: 450px; */
	    padding-bottom: 35px;
}
.card.text-center h5 {
    color: #20345C;
    font-weight: 500;
	position:relative;
	margin-top: 25px;
}
.why-choose-us-section .card img {
    margin: 0 auto;
}
.why-choose-us-section .card h5:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    border-top: 4px solid var(--color-secondary);
    width: 150px;
    margin: 0 auto;
}
/*********************confused-about-choosing-apg***********************/
.confused-about-choosing-apg.rbt-section-space {
    background: url(image/why-nursing-study.webp) no-repeat center center / cover;
}
.best-guidance {
    position: relative;
}
.front-view-female img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.best-guidance {
    background-image: url(image/banner-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 82%;
    margin: 0 auto;
    vertical-align: middle;
    align-items: center;
    padding-left: 30px;
    border-radius: 20px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}
.rbt-testimonial-area .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
}
.rbt-testimonial-area .accordion-item.card {
    margin-bottom: 10px;
}
.rbt-testimonial-area button.accordion-button {
    color: #0C359E;
}
.rbt-testimonial-area .accordion-button::after {
    background: none;
    content: "+" !important;
    font-size: 20px;  
    height: auto;
    position: absolute;
    right: -15px;
    top: 0;
	visibility: visible;
	position: absolute;
    content: "\e996";
    font-family: feather !important;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}
.rbt-testimonial-area  .accordion-button:not(.collapsed)::after {
    background-image:none;
    transform: rotate(-180deg);
	font-size: 20px;
	top:0px;
}
.rbt-testimonial-nursing.rbt-section-space {
    background-color: var(--light-blue);
}
.rbt-accordion-style .card .card-header button.collapsed::before ,
.rbt-accordion-style .card .card-header button::before {
    display:none;
}
.first-question-mark {
    background-color: var(--color-primary);
    padding: 10px;
    margin-right: 10px;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    font-size: 19px;
}
/*********************footer***************************/
.rbt-footer {
    background-image: url(image/footer-image1.webp);
    background-size: 931px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.02) !important;
}
.rbt-footer  span.addresss i {
    color: var(--color-primary);
    margin: 0px 6px;
}
.rbt-footer  span.addresss {
    font-size: 18px;
    font-weight: 400;
	color: #20345C !important;
}
.rbt-footer span.addresss a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #20345C !important;
}
.rbt-copy-right-melburne-camp a {
    font-size: 12px;
    color: var(--color-primary);
}
.copyright-style-1 p {
    color: var(--color-body);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}

.directCall.d-none.d-md-block {
    margin-top: 67px;
}
.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);
}
a.rbt-btn.radius-round.blue-button{
	box-shadow: rgb(12, 53, 158) 0px 0px 0px 0px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
}
a.rbt-btn.radius-round.blue-button.w-100 {
    display: none;
}
.scroll-animation {
    display: flex;
    width: 7200px;
    position: relative;
}
.scroll-animation.scroll-right-left {
    -webkit-animation: 80s linear infinite forwards scroll;
    -moz-animation: 80s linear infinite forwards scroll;
    animation: 80s linear infinite forwards scroll;
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-webkit-calc(-250px * 7));
		-moz-transform: translateX(-moz-calc(-250px * 7));
		transform: translateX(-1750px);
	}
}

.rbt-testimonial-box .inner {
    position: relative;
    padding: 50px 40px;
    z-index: 2;
    background: var(--color-white);
    border-radius: var(--radius);
    box-shadow: var(--shadow-9);
}
.rbt-testimonial-box .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    padding: 3px;
    background: var(--color-white);
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px solid var(--primary-opacity);
}
.rbt-testimonial-box .clint-info-wrapper .thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-body, 
.rbt-testimonial-box .clint-info-wrapper .client-info {
    padding-left: 25px;
}
.rbt-testimonial-box .description p {
    margin-bottom: 0;
    color: var(--color-heading) !important;
    font-size: 15px;
}
.rating i, .rbt-review .rating i {
    font-size: 13px;
    color: #ff9747;
    transition: 0.3s;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;
}
.single-column-20.bg-theme-gradient-even .inner {
    background: var(--color-primary);
}
.ahpra-Registration {
    background: linear-gradient(360deg, #b865e8 0%, #fff 100%, #0c359e 100%);
	position: relative;
}
.ahpra-Registration .card img {
    width: 100px;
	margin: 0 auto;
	transition: all 0.3s ease-out !important
}
.ahpra-Registration .card:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ahpra-Registration .card {
    padding: 20px;
    height: 280px;
    border-bottom: 5px solid var(--color-primary);
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	border-radius: 5px;
	z-index: 9999;
}
.ahpra-Registration .card:hover img{
	transform: rotate(360deg);
}
.ahpra-Registration:before {
    content: "";
    position: absolute;
    background-image: url(image/right-top-dotted.webp);
    background-position: top left;
    background-repeat: no-repeat;
    width: auto;
    height: 140px;
    left: 0;
    right: 0;
    top: 0;
}
.ahpra-Registration:after {
    content: "";
    position: absolute;
    background-image: url(image/left-bottom-dotted.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: auto;
    height: 140px;
    left: 0;
    right: 0;
    bottom: 0;
}
.rbt-testimonial-nursing.testimonial span.subtitle.bg-primary-opacity {
    background-color: transparent !important;
    font-size: 29px !important;
    color: #20345C;
    font-weight: 500;
    text-transform: capitalize;
}
.rbt-testimonial-area.bg-color-white.rbt-section-gap {
    background-color: var(--light-blue) !important;
}
/**********************CSS END******************************/

/*********************Responsive start*************************************/
@media only screen  and (max-width:1400px){
	.card-content.odd,.card-content.even {
    padding: 14px;
}
div#myTabContent .curriculum-content-summary p.description {
    text-align: justify;
}
.agents-section span {
    position: relative;
    left: 0;
    top: 0;
}
.agents-section.process-item .text-white {
    text-align: center;
    font-size: 16px;
}
}
@media only screen  and (max-width:1200px){
.image-area-section .col-md-1.col-12 {
    display: none;
}
}

@media only screen  and (max-width:991px){
	.rbt-section-space {
    padding: 50px 0px;
}
.checkout-form {
    padding: 30px 24px;
}
.checkout_area .row.g-5.checkout-form {
    margin: 0;
}
	.rbt-header-sec-col.rbt-header-left {
    display: none;
}
.mainbar-row.rbt-navigation-center {
    justify-content: center !important;
}
.image img {
    width: 100%;
}
.curriculum.image-area-section li.nav-item.li_Item {
    width: auto;
}
div#myTabContent {
    border-top: 1px solid #B966E7;
    width: 100%;
	margin-top: 15px;
}
.front-view-female img {
    display: none;
}
.best-guidance {
    padding: 30px;
    width: 100%;
    text-align: center;
}
.heading-title {
    font-size: 30px;
}
.rbt-header-wrapper .rbt-header-content img {
    width: 230px;
    margin-right: 27px;
}
a.rbt-btn.btn-sm.header-right-btn {
    padding: 15px 10px;
    font-size: 12px;
    text-align: center;
}
.rbt-header-sec-col.rbt-header-right .rbt-information-list li {
    margin: 2px 4px;
}
ul.rbt-information-list {
    flex-wrap: unset;
}
ul.rbt-information-list span {
    font-size: 14px;
}
.rbt-section-bg {
    padding: 25px;
}
.why-study-nursing h2 {
    font-size: 30px;
    line-height: 30px;
}
.logo-section-rbt {
    width: 100%;
}
.section-title.image-area-section {
    width: 100%;
}
.logo-section-rbt img {
    margin-bottom: 20px;
}
.card-content.odd, .card-content.even {
    height: 210px;
}
.card-content.odd, .card-content.even {
    padding: 4px;
}
.card-counter {
    height: auto;
}
.Appointment-button.mt-4.text-end {
    text-align: center !important;
}
.confused-about-choosing-apg .heading-title {
    font-size: 25px;
}
.rbt-copy-right-melburne-camp a {
    font-size: 13px;
}
.rbt-footer  span.addresss {
    font-size: 14px;
}
.ready-to-take .section-title {
    text-align: center;
}
.Unlock-section-rbt {
    text-align: center;
}
.our-partner-for-nursing-course.rbt-section-space:before{
	display:none;
}
}
@media only screen  and (max-width:767px){
	.rbt-process-area h1.title {
    margin-bottom: 78px;
}
.rbt-process-area h1.title::before {
    bottom: calc(100% + -95px);
}
.rbt-process-area h1.title:after {
    bottom: calc(100% + -100px);
}
.ready-to-take .section-title {
    width: 100% !important;
}
.whatsappText.mobile_view.d-md-none {
    left: 0 !important;
    text-align: left;
}
.directCall.mobile_view.d-md-none {
    right: 0 !important;
    text-align: right;
    top: inherit !important;
}
.directCall.mobile_view.d-md-none, .whatsappText.mobile_view.d-md-none {
    padding: 11px 8px;
    bottom: 0 !important;
    z-index: 99999999;
    position: fixed;
    width: auto !important;
}
.directCall.mobile_view.d-md-none img, .whatsappText.mobile_view.d-md-none img {
    width: 45px !important;
}
a.rbt-btn.radius-round.blue-button.w-100 {
    display: block !important;
}
footer.rbt-footer.image-area-section {
    padding-bottom: 100px;
}
.agents-section {
    border-radius: 10px;
    padding: 10px;
}
.agents-section img {
    position: relative;
    left: 0;
    top: 0;
    width: 60px;
}

.rbt-testimonial-area .rbt-accordion-style .card .card-header {
    padding-left: 40px;
}
.first-question-mark{
	position: absolute;
    left: -33px;
}
.why-study-nursing h2 {
    font-size: 20px;
}
.new-nursing-admission-melbourne .curriculum.image-area-section .nav-link.tab-button::after{
	display:none !important;
}
.rbt-footer span.addresss a {
    font-size: 14px;
}
.agents-section.process-item .text-white {
    text-align: center;
}
.agents-section span {
    padding: 20px;
}
.agents-section span i {
    font-size: 20px;
}
.agents-section.process-item h4.text-white {
    margin-top: 10px;
}
.agents-section.process-item h4.text-white {
    font-size: 23px;
}
.rbt-testimonial-nursing.testimonial span.subtitle.bg-primary-opacity {
    font-size: 22px !important;
}
.ready-to-take .section-title {
    padding: 20px;
}
.rbt-copy-right-melburne-camp li {
    margin: 0px !important;
}
.Career-community img {
    width: 80px;
}
.unlock-australia-with-APG h3 {
    font-size: 16px;
}
.confused-about-choosing-apg .heading-title {
    font-size: 20px;
}
.rbt-copy-right-melburne-camp a {
    font-size: 9px;
}
a.rbt-btn.btn-sm.header-right-btn {
    font-size: 15px;
    width: 80%;
}
.rbt-copy-right-melburne-camp li {
    margin: 0px !important;
}
}
@media only screen  and (max-width:575px){
	.card-content.odd, .card-content.even {
    height: 150px;
}
.agents-section.text-white h6 {
    font-size: 17px;
}
div#billing-form .checkout-title {
    font-size: 15px;
}
.heading-title {
    font-size: 20px;
}
.rbt-header-wrapper .rbt-header-content img {
    width: 230px;
    margin-right: 0px;
}
.checkout-form {
    padding: 30px 4px;
}
.why-study-nursing h2 {
    font-size: 15px;
}
.why-study-nursing h2 span {
    font-size: 20px;
    margin-left: 0px;
}
.why-study-nursing h2 {
    font-size: 20px;
    margin-bottom: 0px;
}
.rbt-section-bg:after,.rbt-section-bg:before{
	display:none;
}
.rbt-section-bg {
    padding: 20px 10px;
}
.rbt-process-area h1.title {
    font-size: 20px;
}
.header-right {
    display: none;
}
.main-header-logo {
    align-items: center;
    display: block !important;
}
.rbt-header-wrapper.justify-content-between.py-5 {
    display: block !important;
    padding: 20px 0px !important;
}
.rbt-header-wrapper .rbt-header-content {
    display: block !important;
    text-align: center;
}
.why-choose-us-section .card {
    padding: 30px;
}
}
/***********************Responsive Closed**********************/
