/* HOME PAGE CSS */
.sub-txt{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

@media screen and (min-width: 1200px) {
    .arrow-col::after {
        position: absolute;
        content: '';
        background-image: url(https://www.moverschoiceandco.com.au/wp-content/uploads/2024/07/Frame-12.png);
        height: 127px;
        width: 100%;
        background-repeat: no-repeat;
        right: -92%;
        top: -4%;
    }
}

/* testimonial slider css */

.testimonial-slider .swiper-slide {
    box-shadow: 0px 4px 44px #00000010;
}

.testimonial-slider .elementor-testimonial {
    display: flex;
	height:100%;
    padding: 20px;
    flex-direction: column-reverse;
	justify-content: space-between;
}

.testimonial-slider .swiper .elementor-swiper-button {
    top: 110%;
}

.testimonial-slider  .elementor-swiper-button.elementor-swiper-button-prev {
    left: 46%!important;
    box-shadow:0px 4px 34px rgba(0, 0, 0, 0.1)!important;
    padding:15px;
    border-radius:100%;
	
}
.testimonial-slider  .elementor-swiper-button.elementor-swiper-button-next {
    right: 46%!important;
     box-shadow:0px 4px 34px rgba(0, 0, 0, 0.1)!important;
    padding:15px;
    border-radius:100%;
}
 .elementor-swiper-button.elementor-swiper-button-next:hover svg ,  .elementor-swiper-button.elementor-swiper-button-prev:hover svg {
    fill:#1F3870!important;
	 opacity:0.7;
}
.testimonial-slider .elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 20px 10px;
}
.testimonial-slider .elementor-swiper-button-next svg.e-font-icon-svg.e-eicon-chevron-right {
    fill: #011538!important;
}
.elementor-15 .elementor-element.elementor-element-21bae60e .elementor-swiper-button{
    font-size: 20px;
    background: white !important;
    color: #1F387050;
}
.testimonial-slider .elementor-main-swiper {
    padding: 30px 20px!important;
}
/* testimonial css ends */

.home-form input ,.home-form select ,.home-form textarea{ 
    padding: 16px 20px;
}
.radio-switch.home-form input , .radio-switch.home-form select, .radio-switch.home-form textarea{ 
    padding: 10px 20px;
}
.home-form select {
    color: rgba(119, 119, 119, 1);
}

::placeholder{
    color: rgba(119, 119, 119, 1);
    opacity:1!important;

}
.home-form textarea#form-field-message {
    border-radius: 20px!important;
}
.radio-switch.home-form textarea#form-field-message {
    border-radius: 10px !important;
}
/* .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: #FAFAFA;
    border-color: #DDDDDD;
    border-radius: 050px 050px 050px 050px;
    padding: 16px !important;
    padding-left: 20px !important;
} */
.redclr
{
	padding-left:20px;
	
}

/*  toggle button*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px;

}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#FAFAFA;
  -webkit-transition: .4s;
  transition: .4s;

}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 3px;
  background-color:#DDDDDD;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
 border: 1px solid #DDDDDD;
  height: 32px;
 
}

.slider.round:before {
  border-radius: 50%;
}
.d-flex
{
  display: flex;
  gap:10px;
 margin-top:20px;
  
}

/* .elementor-button-icon svg {
    margin-top: 5px;
}
 */
/* contact form css */
.select-caret-down-wrapper:before {
    background-image: url(https://www.moverschoiceandco.com.au/wp-content/uploads/2024/06/down.png)!important;
    position: absolute!important;
    content: ''!important;
    height: 24px!important;
    width: 24px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    z-index: 9999!important;
    top: 0%!important;
    right: 15px!important;
}
.elementor-select-wrapper .select-caret-down-wrapper {
    top: 35%!important;
}
.select-caret-down-wrapper {
    position: relative;
}
.elementor-field.elementor-select-wrapper.remove-before.elementor-error {
    display: block;
}
.elementor-field-type-select svg.e-font-icon-svg.e-eicon-caret-down {
    display: none!important;
}
/* contact form css ends */

/* footer css  */
.hover-link a:hover {
    color: #00c3fe!important;
}
.hover-link a:hover path {
    fill: #00c3fe;
}
/* footer css ends */

/* pricing slider css */
button.slick-next.slick-arrow::before {
    content:''!important;
    background-image:url('https://www.moverschoiceandco.com.au/wp-content/uploads/2024/06/mover-arrow.png')!important;
    background-position:center;
    height:40px!important;
    width:40px!important;
    position:absolute;
	right: -40px;
	opacity: 1;
	border-radius: 100%;
    box-shadow: 0px 4px 34px 0px #00000010;
}
button.slick-prev.slick-arrow::before {
    content:''!important;
    background-image:url('https://www.moverschoiceandco.com.au/wp-content/uploads/2024/06/mover-left-arrow.png')!important;
    background-position:center;
    height:40px!important;
    width:40px!important;
    position:absolute;
   left: -40px;
   opacity: 1;
	border-radius: 100%;
    box-shadow: 0px 4px 34px 0px #00000010;
}
.price-slider .slick-track {
    display: flex;
    gap: 30px;
    padding-bottom:50px;
}
button.slick-prev.slick-arrow::before:hover, button.slick-next.slick-arrow::before:hover{
	opacity:0.7;
} 
/* pricing slider css ends*/


/* contact form radio button */
.home-form label.elementor-field-label {
    margin-bottom: 10px;
}

.radio-switch .elementor-field-subgroup label {
	display: inline-block;
	line-height: 2;
	position: relative;
	z-index: 2;
}
.radio-switch .elementor-field-subgroup label:first-of-type {
	padding-right: 5em;
}

.radio-switch .elementor-field-subgroup label:last-child {
	margin-left: -5.25em;
/* 	padding-left: 5em; */
}
/* making the switch UI.  */
.radio-switch .elementor-field-subgroup label:first-of-type:before,
.radio-switch .elementor-field-subgroup label:first-of-type:after {
	border: 1px solid #DDDDDD;
	content: "";
	height: 30px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
}

.radio-switch .elementor-field-subgroup label:first-of-type:before {
	background: #DDDDDD;
	border-radius: 100%;
	position: absolute;
	right: 3px;
	transform: translateX(-40px);
	transition: transform .2s ease-in-out;
	width: 25px;
    height: 26px !important;
    z-index: 2;
    top: 1px;
}

.radio-switch .elementor-field-subgroup label:first-of-type:after {
	background: #FAFAFA!important;
	border-radius: 1em;
	margin: 0 1em;
	transition: background .2s ease-in-out;
	width: 60px;
	border:1px solid #DDDDDD;
}
.radio-switch .elementor-field-subgroup input:first-of-type:checked ~ label:first-of-type:after {
	background: #2196f3!important;
}

.radio-switch .elementor-field-subgroup input:first-of-type:checked ~ label:first-of-type:before {
	transform: translateX(-12px);
	background-color: #ffffff ! important;
}

.radio-switch .elementor-field-subgroup input:last-of-type:checked ~ label:last-of-type {
	z-index: 1;
}

.radio-switch  input[type=radio] {
    opacity: 0;
}
.radio-switch .elementor-field-type-radio  label.elementor-screen-only {
    display: contents;
}
.radio-switch .elementor-field-type-radio {
    padding: 0px 18px!important;
}
.radio-switch .elementor-field-type-radio {
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    row-gap: 10px;
	padding-left:5px!important;
}
.radio-switch form > div >.elementor-field-required > div > span:nth-child(1) > label {
    padding-left: 80px!important;
}
.radio-switch .elementor-field-subgroup.elementor-subgroup-inline {
    column-gap: 80px;
	z-index:0;
}
/* contact form css ends */

#instagram-gallery-feed-0 .swiper-button-next, #instagram-gallery-feed-0 .swiper-button-prev {
    color: #fff;
}
.instagram-gallery__actions {
    display: none;
}

strike {
    font-style: italic;
    font-size: 25px!important;
    color: #041534;
    line-height: 30px;
    font-weight: 600;
}

.home .elementor-element.elementor-element-0b74385.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.e-lazyloaded.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    background-color: #082145!important;
	width:100%!important;
}
.home .elementor-element.elementor-element-0b74385.elementor-sticky {
    background-color: #08214580!important;
}
sup img {
    display: inline-block!important;
    margin-left: 10px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.elementor-toggle-icon-opened svg {
    font-size: 24px;
}
.home .elementor-location-header{ display:none; }
.elementor-element.elementor-element-0b74385.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside {
    width: 100%!important;
}
.grecaptcha-badge { 
    visibility: hidden;
}

.pop_subhead{
    width: fit-content !important;
}

.popup_button .elementor-button{
	width: 100% !important;
}

.pop_heading span{
	color: #578BFB !important;
}

.popup_onpageload .dialog-close-button{
	padding: 7px;
    border: 1px solid #8194ab !important;
    border-radius: 50%;
}

.popup_onpageload .dialog-close-button:focus-visible{
    outline: none;
    box-shadow: none;
}

.bebas_font .elementor-heading-title, .bebas_font .elementor-button-text{
	font-family: "Bebas Neue", Sans-serif !important;
}