.page-id-49 #_header-2-225, .page-id-49 #section-20-225 {
    display: none;
}

.coming-soon-form p {
    margin: 0;
}

.coming-soon-form .form-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.coming-soon-form .form-row-inner {
    width: 100%;
}

.coming-soon-form .form-row-label {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: block;
}

.coming-soon-form .form-row-label span {
    color: #AB0910;
    font-weight: 400;
}

.coming-soon-form .wpcf7-form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2C6293;
    outline: none;
    box-shadow: none;
    margin-top: 4px;
    padding: 16px;
    color: rgba(30, 30, 30, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
		background: transparent;
		border-radius: 0;
}

.coming-soon-form textarea.wpcf7-form-control {
    height: 80px;
    resize: none;
}

.coming-soon-form .form-row-submit button {
    background: #2C6293;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: none;
    outline: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
		cursor: pointer;
}

.coming-soon-form .form-row-submit {
    margin-top: 40px;
}

.coming-soon-form .form-row-submit button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.coming-soon-form .form-row-submit button:hover {
	text-decoration: underline;
}

.coming-soon-form .wpcf7-form.submitting .form-row-submit button {
	opacity: 0.7;
	pointer-events: none;
}

.coming-soon-form .wpcf7-not-valid-tip {
    background: red;
    color: #fff;
    margin-top: 5px;
    padding: 5px 16px;
    font-size: 14px;
    font-family: Inter;
    line-height: 120%;
}

a.coming-soon-cta-text:hover {
	color: #000;
	text-decoration: underline;
}

.coming-soon-form .wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.arrow-animate-up-down {
	animation: updownanimate 0.4s ease-in-out infinite alternate;
}

@keyframes updownanimate {
  from { transform: translateY(0); }
  to   { transform: translateY(-12px); } 
}

.oxy-posts {
    display: flex;
    flex-wrap: wrap;
}

.post-div-grid {
    width: 33.33%;
    padding: 10px;
}

.post-div-grid-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.post-div-grid-img {
    height: 345px;
    width: 100%;
		overflow: hidden;
}

.post-div-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
		transition: 
ease-in-out 0.3s;
}

a.post-div-grid-img:hover img {
	transform: scale(1.1);
}

.post-div-grid-content-div {
    padding: 20px 16px;
	  display: flex;
    flex-direction: column;
    align-items: flex-start;
		height: calc(100% - 345px);
}

.post-div-grid-title {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.post-div-grid-title:hover {
    color: #2C6293;
}

.post-div-grid-content p {
    margin: 0;
}

.post-div-grid-content {
    color: rgba(30, 30, 30, 0.90);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-div-grid-read-more {
    margin-top: auto;
    background-color: #2C6293;
    padding: 16px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.post-div-grid-read-more img {
    width: 24px;
    height: 24px;
    object-fit: contain;
		display: none;
}

.post-div-grid-read-more:hover {
/*     background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); */
	text-decoration: underline;
    color: #fff;
}

.post-desciption-detail p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    font-family: Inter;
}

.post-desciption-detail h2, .post-desciption-detail h3 {
    margin-top: 20px;
    font-family: 'Inter';
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.post-desciption-detail ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.post-desciption-detail ul li {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    font-family: Inter;
    margin-top: 5px;
}

.post-desciption-detail p strong, .post-desciption-detail ul li strong {
    font-weight: 600;
}

.wprevpro .wprevgoslick {
    padding: 0;
}

.wprevpro .slickwprev-slide .outerrevdiv {
    padding: 10px;
}

.wprevpro .slickwprev-slide .outerrevdiv .wpproslider_t6_DIV_1a {
    margin: 0;
}

.wprevpro .indrevdiv {
    background: rgba(44, 98, 147, 0.20);
    text-align: left !important;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: none !important;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.wprevpro .indrevdiv .wpproslider_t6_DIV_4 {
    margin: 0;
}

.wprevpro .indrevdiv .wpproslider_t6_P_4 {
    margin-left: 0;
    color: #000000;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 120%;
    height: 300px;
		overflow-y: auto;
    margin-bottom: 30px;
		position: relative;
		padding-top: 80px
}

.wprevpro .indrevdiv .wpproslider_t6_P_4:before {
    content: '';
    background-image: url(https://easy-law.com.au/wp-content/uploads/2026/01/quote-filled-icon.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.wprevpro .wpproslider_t6_DIV_2_top {
    margin: 0;
}

.wprevpro .wpproslider_t6_DIV_3 {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
	min-height: 5px;
}

.wprevpro .wpproslider_t6_SPAN_6 {
    display: none;
}

.wprevpro .t6displayname {
    margin-right: 0px;
    color: #000000;
    font-size: 24px;
    text-transform: capitalize;
    font-style: normal;
    padding: 0;
    margin-top: 10px;
}

.wprevpro .wpproslider_t6_star_DIV {
    margin: 0;
}

.wprevpro .wprevpro_star_imgs {
    display: flex;
    gap: 4px;
}

.wprevpro .wprevpro_star_imgs span {
    width: 22px !important;
    height: 22px !important;
    margin: 0;
}

.wprevpro .slickwprev-arrow::before {
	display: none;
}

.wprevpro .slickwprev-arrow {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wprevpro .slickwprev-prev {
    background-image: url(https://easy-law.com.au/wp-content/uploads/2026/02/left-arrow.png);
}

.wprevpro .slickwprev-next {
    background-image: url(https://easy-law.com.au/wp-content/uploads/2026/02/right-arrow.png);
}

/* Responsive Start */

@media (min-width: 2500px) {

	.coming-soon-max-width .ct-section-inner-wrap {
    max-width: 1400px !important;
	}
	
}


@media (max-width: 991px) {
	
	.wprevpro .slickwprev-arrow {
    height: 20px;
    width: 20px;
	}
	
	.wprevpro .slickwprev-next {
    right: -15px;
	}
	
	.wprevpro .slickwprev-prev {
    left: -15px;
	}
	
	.coming-soon-form .form-row-label {
    font-size: 14px;
	}
	
	.coming-soon-form .wpcf7-form-control {
    margin-top: 0px;
    padding: 10px;
    font-size: 14px;
	}
	
	.coming-soon-form .form-row {
    gap: 10px;
    margin-top: 15px;
	}
	
	.coming-soon-form .form-row-submit button {
    padding: 12px 16px;
    gap: 10px;
    font-size: 14px;
	}
	
	.coming-soon-form .form-row-submit button img {
    width: 18px;
    height: 18px;
	}
	
	.coming-soon-form .form-row-submit {
    margin-top: 20px;
	}
	
	.coming-soon-form .wpcf7-not-valid-tip {
    padding: 5px 10px;
    font-size: 12px;
	}
	
	.post-div-grid {
    padding: 5px;
	}
	
	.post-div-grid-img {
    height: 250px;
	}
	
	.post-div-grid-content-div {
    padding: 15px 10px;
    height: calc(100% - 250px);
	}
	
	.post-div-grid-title {
    font-size: 18px;
	}
	
	.post-div-grid-content {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
	}
	
	.post-desciption-detail p {
    text-align: center;
	}
	
	.post-desciption-detail h2, .post-desciption-detail h3 {
    font-size: 20px;
		text-align: center;
	}
	
	.post-desciption-detail ul {
    padding-left: 18px;
	}
	
}

@media (max-width: 767px) {
	
	.coming-soon-form .form-row-label {
    color: #ffffff;
	}
	
	.coming-soon-form .wpcf7-form-control::placeholder {
    color: #fff;
	}
	
	.coming-soon-form .wpcf7-form-control {
    color: #fff;
		border-color: #fff;
	}
	
	.coming-soon-form .form-row-submit button {
    margin: 0 auto;
	}
	
	.coming-soon-form .wpcf7-response-output {
    color: #fff;
	}
	
	a.coming-soon-cta-text:hover {
	color: #fff;
	}
	
	.post-div-grid {
    width: 50%;
	}
	
}

@media (max-width: 599px) {
	
		.wprevpro .indrevdiv .wpproslider_t6_P_4 {
    height: 240px;
	}
	
}

@media (max-width: 479px) {
	
	.coming-soon-form .form-row {
    gap: 15px;
    flex-direction: column;
	}
	
	.post-div-grid {
    width: 100%;
	}
	
	.wprevpro .indrevdiv .wpproslider_t6_P_4:before {
    width: 35px;
    height: 35px;
	}
	
	.wprevpro .indrevdiv .wpproslider_t6_P_4 {
    font-size: 15px;
    padding-top: 50px;
    overflow-y: auto;
		height: 233px;
	}
	
	.wprevpro .t6displayname {
    font-size: 20px;
	}
	
	.wprevpro .wprevpro_star_imgs span {
    width: 18px !important;
    height: 18px !important;
	}
	
}






/*  */

#_header_row-88-12 .oxy-header-container {
    padding: 0;
}
.contact_form p {
    margin: 0;
}

.contact_form .form-row {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.contact_form .form-row-inner {
    width: 100%;
}

.contact_form .form-row-label {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: block;
}

.contact_form .form-row-label span {
    color: #AB0910;
    font-weight: 400;
}

.contact_form .wpcf7-form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2C6293;
    outline: none;
    box-shadow: none;
    margin-top: 4px;
    padding: 16px;
    color: rgba(30, 30, 30, 0.60);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
		background: transparent;
		border-radius: 0;
}

.contact_form textarea.wpcf7-form-control {
    height: 80px;
    resize: none;
}

.contact_form .form-row-submit button {
    background: #2C6293;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: none;
    outline: none;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
		cursor: pointer;
}

.contact_form .form-row-submit {
    margin-top: 100px;
}

.contact_form .form-row-submit button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contact_form .form-row-submit button:hover {
	text-decoration: underline;
}

.contact_form .wpcf7-form.submitting .form-row-submit button {
	opacity: 0.7;
	pointer-events: none;
}

.contact_form .wpcf7-not-valid-tip {
    background: red;
    color: #fff;
    margin-top: 5px;
    padding: 5px 16px;
    font-size: 14px;
    font-family: Inter;
    line-height: 120%;
}

a.coming-soon-cta-text:hover {
	color: #000;
	text-decoration: underline;
}

.contact_form .wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.contact_form .form-row.form-row-check .wpcf7-list-item {
    margin-left: 0;
    font-size: 0;
}
.contact_form .form-row-check .wpcf7-form-control {
    padding: 0;
    border: none;
    margin-right: 10px;
}
.contact_form .form-row.form-row-check .checkbox-label {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.contact_form .form-row.form-row-check .checkbox-label a{
	color: #2C6293;
	font-weight: 700;
	text-decoration-line: underline;
}

.contact_form .form-row.form-row-check p input {
	position: relative;
	top: 2px;
}

.contact_form .form-row.form-row-check {
    margin-top: 40px;
}
.contact_form .form-row.form-row-check p {
    display: flex;
/*     align-items: center; */
	position: relative;
}
.contact_form .form-row.form-row-check .wpcf7-list-item.first.last{
	 width: 18px;
    height: 18px;
}
.contact_form .form-row.form-row-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.contact_form .form-row-check .wpcf7-form-control-wrap{
	position: unset;
}
.contact_form .form-row-check .wpcf7-not-valid-tip{
	position: absolute;
    width: 100%;
}

/*  */
.ctps-tabs {
	display: flex;
	gap: 16px;
	margin-bottom: 35px;
	flex-wrap: wrap;
	display: none;
}

.ctps-tab {
	padding:16px;
	border: 2px solid #2C6293;
  background: #FFF;
	color: #2C6293;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	cursor: pointer;
}

.ctps-tab.active {
	background: #2C6293;
	color: #fff;
}

.ctps-tab:hover{
	background: #2C6293;
	color: #fff;
}

.ctps-slider {
	display: none;
}

.ctps-slider.active {
	display: block;
}

.ctps-card {
	background: #fff;
	text-align: left;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin: 10px;
}

.ctps-card img {
	width: 100%;
	height: 346px;
	object-fit: cover;
	display: block;
}

.ctps-card-content{
  padding: 20px 16px;
}
.ctps-card h3 {
	color: #1E1E1E;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
	min-height: 90px;
}

.ctps-card p {
  -webkit-box-orient: vertical;   
  -webkit-line-clamp: 3;           
  overflow: hidden;               
  text-overflow: ellipsis; 
	color: rgba(30, 30, 30, 0.90);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 40px;
}

.ctps-readmore {
	background: #2C6293;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	padding: 16px 24px;
	text-decoration: none;
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.ctps-readmore img{
	width: 30px;
height: 30px !important;
	object-fit: content;
}
.ctps-readmore:hover {
	text-decoration: underline;
}
.ctps-slider .ctps-slick {
    padding: 0 20px;
}
/* Slick arrows */
.ctps-slider .slick-prev:before,
.ctps-slider .slick-next:before {
	display: none;
}
.ctps-slider .slick-arrow {
    background: url(https://easy-law.com.au/wp-content/uploads/2026/01/arrowVector.png) !important;
    width: 25px !important;
    height: 30px !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: center;
}
.ctps-slider .slick-arrow.slick-next {
    transform: rotate(180deg);
}

#testimonial-slider-453 .owl-dots, #testimonial-slider-453 .owl-nav {
    display: none !important;
}
.testimonial-453 {
    background: rgba(44, 98, 147, 0.20);
    text-align: left !important;
box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin: 10px 5px;
    
}
/* .review_slider .owl-carousel .owl-stage-outer {
    overflow: visible !important;
} */
.testimonial-453 .testimonial-thumbnail {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.testimonial-453 .testimonial-thumbnail img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.testimonial-title {
    display: none;
}

.testimonial-453 .testimonial-description {
    font-style: normal !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
	min-height: 220px;
	max-height: 220px;
	overflow-y: auto;
}
.testimonial-453 .testimonial-author-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.oxel_accordion__row.oxel_accordion__row--active {
    border-bottom: none;
}

@media (min-width: 2300px) {
.mx_width .ct-section-inner-wrap{
	max-width: 1400px !important;
	overflow: hidden !important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
	.heading40, .heading48 {
    font-size: 38px !important;
}
.atomic-logo img {
    width: 120px !important;
}	
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
}
.header_number {
    font-size: 16px !important;
}	
	.header_number img{
		width: 18px !important;
    height: 18px !important;
	}	
	.header_btn {
   font-size: 12px !important;
    padding: 15px 10px !important;
}
	.contact_link {
    font-size: 14px !important;
}
	.service_box_title {
    font-size: 18px !important;
}
	.service_box_title_icon {
    width: 35px !important;
}
	.testimonial-453 .testimonial-description {
		font-size: 18px !important;
	}
	.ctps-card h3 {
    font-size: 20px;
}
	.ctps-card img {
    height: 276px;
}
	.content_box{
		padding-left: 20px !important;
	}
}

@media (max-width: 991px){
	.testimonial-453 .testimonial-description {
    font-size: 18px !important;
}
	.testimonial-453 .testimonial-author-name{
		font-size: 20px !important;
	}
	.testimonial-453 .testimonial-ratings i.fa{
		font-size: 18px !important;
	}
	.ctps-slider .slick-arrow.slick-prev{
		left: 0;
	}
	.ctps-slider .slick-arrow.slick-next{
		right: 0;
	}	
	.ctps-card h3 {
    font-size: 20px;
    min-height:73px;
}
	.ctps-readmore {
    padding: 15px 20px;
}
	.ctps-card img {
    height: 275px;
}
	.contact_form .form-row-submit {
    margin-top: 50px;
}
	.contact_form .form-row-submit button{
		padding: 15px 20px;
	}
	.contact_form .form-row-submit button img {
    width: 20px;
    height: 20px;
}
	.ctps-slider .slick-arrow.slick-next {
    right: 0;
    margin-top: -20px;
}
	.ctps-slider .slick-arrow {
    background-size: 15px !important;
}
}

@media (max-width: 767px){
	
	.ctps-card p {
	 
	font-size: 13px;
 
	line-height: 18px;
 
}
	
		.ctps-card h3 {
	font-size: 16px;
	min-height:90px;
}
.ctps-tabs {
    gap: 10px;
		justify-content: center;
	
}
	.ctps-tab {
    padding: 10px;
    font-size: 14px;
}
	.ctps-card img {
        height: 100%;
    }
.testimonial-453 .testimonial-description {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
	.contact_form .form-row {
    gap: 10px;
}
	.contact_form .wpcf7-form-control {
    padding: 15px 10px;
    font-size: 14px;
}

}

@media (max-width: 479px){
	
	
	.ctps-card h3 {
	font-size: 16px;
height:50px;
}
	
	.ctps-card p {
	font-size: 13px;
	line-height: 18px;
	height: 70px;
}
	
.ctps-tabs {
	flex-direction: column;
}
	.ctps-tab {
		width: 100%;
    padding: 15px;
    font-size: 16px;
}
	.testimonial-453 .testimonial-description {
    font-size: 16px !important;
}
	.contact_form .form-row {
    flex-direction: column;
		gap: 30px;
    margin-top: 30px;
}
	.contact_form .form-row.form-row-check .checkbox-label {
    font-size: 10px;
}
	.contact_form .wpcf7-not-valid-tip {
    padding: 5px 10px;
    font-size: 12px;
}
}

@media (max-width: 359px){
.contact_form .wpcf7-not-valid-tip {
    margin-top: 10px;
}
}

@media (max-width: 319px){
.heading_h1 {
    font-size: 30px !important;
}
	.heading40, .heading48 {
		font-size: 30px !important;
	}	
	#_header_row-10-225 .oxy-header-container {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
	.atomic-logo img{
		width: 150px !important;
	}
	.header_number{
		padding: 8px !important;
	}
	.banner_logo_wrapper {
    flex-direction: column !important;
    gap: 20px;
}
	.banner_logo_wrapper img {
    min-width: 160px !important;
}
	    .ctps-readmore {
        padding: 15px 10px;
				column-gap: 10px;
    }
	.ctps-readmore img {
    width: 24px;
    height: 24px !important;
}
}