#ry-pg-banner .ry-bnr-wrp, div#ry-pg-banner li.default, div#mm-0 .site-content, div#mm-0 .ry-contact, div#mm-0 .ry-menu, .logo-wrap, .ry-footer-copyright {
    display: none !important;
	visibility: hidden !important;
}
.ry-background-section, .ry-background-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.ry-each-link, .ry-each-link a {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
    z-index: 99;
}
.ry-form-heading p,
div#steps-slider-container .ry-selection-wrap .ry-text p {color: #000;}

.ry-header {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #fff;
	height: 125px;
}
.ry-header .ry-logo-wrap {
	width: max-content;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.ry-header-button {
    display: none;
}
.ry-header .ry-header-button a {
    border-radius: 20px !important;
    width: max-content;
    padding: 10px 25px 10px 45px;
    position: relative;
    color: #fff !important;
}
.ry-header .ry-header-button a:hover {
    color: #fff !important;
}
.ry-header .ry-header-button a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-size: 22px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.ry-header .ry-header-button.ry-back-button a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' fill='%23fff' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5'/%3E%3C/svg%3E");
}
.ry-header .ry-header-button.ry-home-button a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 -960 960 960' width='16px' fill='%23fff'%3E%3Cpath d='M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z'/%3E%3C/svg%3E");
}
.ry-header .ry-back-button a {
     background: #333 !important;
}
main.ry-check-in-section {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 125px);
}
.ry-multi-steps-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 40px;
}
body .ry-headline h1 {
    font-size: clamp(1.875rem, 1.652rem + 0.915vw, 2.75rem) !important;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #000000;
    font-weight: 400;
    font-family: "Inter";
}
body .ry-headline h4 {
    font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem) !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
    letter-spacing: -1px !important;
}
.ry-form-heading h4, .ry-form-heading h4 strong {
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem) !important;
	text-transform: initial;
}
div#steps-slider-container .ry-selection-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
	width: 500px;
}
div#steps-slider-container .ry-selection-wrap .ry-each {
	position: relative;
    border-radius: 11px;
    background-color: #ffffff;
    border: 2px solid #f1f1f1;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
div#steps-slider-container .ry-selection-wrap .ry-each .ry-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #333333;
}
div#steps-slider-container .ry-selection-wrap .ry-each .ry-icon-wrap .ry-svg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
div#steps-slider-container .ry-selection-wrap .ry-each .ry-icon-wrap .ry-svg-wrap svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}
.ry-form-heading {
    margin-bottom: 30px;
}
.ry-text-wrap .ry-text p {
    font-size: 18px;
    color: #000;
	line-height: 1.2;
}
div#steps-slider-container .ry-selection-wrap .ry-each:hover {
    border: 2px solid #9abc33;
    cursor: pointer;
}
div#steps-slider-container .ry-selection-wrap .ry-each:hover .ry-icon-wrap {
    background: #9abc33;
}

div#steps-slider-container .ry-selection-wrap .ry-each .form-group[data-type="submit"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    margin-bottom: 0;
}
div#steps-slider-container .ry-selection-wrap .ry-each:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
div#steps-slider-container .ry-selection-wrap .ry-each:hover .ry-text p {
    font-weight: 600 !important;
}


div#ry-exam-fees {
    position: relative;
}
div#ry-exam-fees .ry-blocks {max-width: 1370px;width: 100%;}
div#ry-exam-fees .ry-blocks .ry-selection-wrap {
    flex-direction: row;
    width: 100%;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each {
    flex-direction: column;
    padding: 0;
    gap: 0;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each .ry-price-wrap {
    width: 100%;
    padding: 40px;
    background-color: #f2f7e3;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each .ry-price-wrap h4 strong {
    font-size: clamp(1.5rem, 1.3248rem + 0.719vw, 2.1875rem);
    letter-spacing: -1px;
    line-height: 1.1;
    color: #8eaf2c;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each  .ry-price-wrap p {
    font-size: clamp(1.375rem, 1.3272rem + 0.1961vw, 1.5625rem);
    letter-spacing: 0px;
    line-height: 1.4;
    color: #000000;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each .ry-text-wrap {
    padding: 40px;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each:hover {
    border: 2px solid #f1f1f1;
    cursor: unset;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each:hover .ry-text p {
    font-weight: 400 !important;
}
div#ry-exam-fees .ry-blocks .ry-selection-wrap .ry-each:after {
    display: none;
}

div#ry-insurance-payment, div#ry-exam-fees {
    display: none;
}
div#ry-insurance-payment .ry-selection-wrap {
    flex-direction: row;
    width: 1280px;
    border-radius: 11px;
    background-color: #ffffff;
    padding: 60px 40px 60px 80px;
}
div#ry-insurance-payment .ry-selection-wrap .ry-shield-wrap {
    border-radius: 11px;
    background-color: #f2f7e3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
    margin: 20px 0;
}
div#ry-insurance-payment .ry-selection-wrap .ry-icon-wrap {
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background-color: #8eaf2c;
    border: 0px solid #070808;
}
div#ry-insurance-payment .ry-selection-wrap .ry-icon-wrap .ry-svg-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#ry-insurance-payment .ry-selection-wrap .ry-icon-wrap .ry-svg-wrap svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
div#ry-insurance-payment .ry-selection-wrap .ry-shield-wrap .ry-text-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 500 !important;
}
div#ry-insurance-payment .ry-each-right {
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
div#ry-insurance-payment .ry-each-right .ry-svg-wrap svg {
    width: 32px;
    height: 32px;
    margin: 0 auto 20px;
    float: none;
}
div#ry-insurance-payment .ry-each-right .ry-text p {
    font-size: 20px;
    line-height: 1.4;
}
div#ry-insurance-payment .ry-each-right .ry-svg-wrap {
    display: flex;
}
div#ry-insurance-payment .ry-each-right .ry-button-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
div#ry-insurance-payment .ry-each-right .ry-button-wrap > div {
    width: 100%;
}
div#ry-insurance-payment .ry-each-right .ry-button-wrap > div a,
div#ry-insurance-payment .ry-each-right .ry-button-wrap .form-group input {
    width: 100% !important;
    max-width: 100%;
    border-radius: 11px;
    padding: 25px;
    color: #fff !important;
}

form#check-in-form-4 .ry-selection-wrap {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	float: none;
}
form#check-in-form-4 .ry-selection-wrap .ry-btn-wrap {
    display: flex;
    justify-content: center;
}
form#check-in-form-4 .ry-selection-wrap .ry-btn-wrap a {
    border-radius: 11px;
    color: #fff !important;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {
	.mobile-container {
		display: none;
	}
	main.ry-check-in-section {
		padding: 40px;
		height: auto;
		overflow: auto;
	}
	div#ry-exam-fees .ry-blocks .ry-selection-wrap {
		flex-direction: column;
	}
	div#ry-exam-fees .ry-blocks .ry-selection-wrap * {
		text-align: center;
	}
	div#ry-insurance-payment .ry-selection-wrap {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 40px;
	}
	div#ry-insurance-payment .ry-selection-wrap * {
		text-align: center;
	}
	div#ry-insurance-payment .ry-selection-wrap .ry-shield-wrap {
		flex-direction: column;
	}
	div#ry-insurance-payment .ry-each-right {
		padding: 0;
	}
	div#steps-slider-container .ry-selection-wrap .ry-text-wrap .ry-text p {
		text-align: left;
		font-size: 16px;
	}
	div#steps-slider-container .ry-selection-wrap .ry-each:after {
		right: 10px;
	}
}

@media (max-width: 768px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (max-width: 500px) {
	.ry-header .ry-logo-wrap {
		max-width: 140px;
	}
	div#steps-slider-container .ry-selection-wrap {
		width: 100%;
	}
	.ry-header .ry-header-button a {
		padding: 10px 15px;
	}
	.ry-header .ry-header-button a:before {
		display: none;
	}
}