body h2, body h3, body h3, body h4, body h5, body h6{
    color: #32327c;
    font-weight: bold;
}
body h2{
    font-size: 2.5rem;
}
body h3{
    font-size: 1.6rem;
}
body h4{
    font-size: 1.4rem;
}
body h5{
    font-size: 1.3rem;
}
body h6{
    font-size: 1.2rem;
}
.site-main > * {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
#inner_banner{
	background: url(https://gmcabs.com.au/wp-content/uploads/2023/03/home-page.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 137px 0;
}
#inner_banner h1.heading {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
}

#inner_banner a.banner-btn {
	height: 92px;
	background: #E30613;
	color: #ffffff;
	font-weight: 700;
	font-size: 36px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blocks-padding{
    padding: 3rem 0rem;
}
.banner-text{
    width: 40rem;
    z-index:1;
}
.text-white p, h1, h2, h3, h4, h5, h6{color: #fff;}
.mainh1{
    font-size: 3rem;
    color: #ffffff!important;
    font-weight: bold;
    text-shadow: 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c, 0 0 5px #32327c;
}
.suburb-banner-section {
    justify-content: center;
}
body{
    background:#32327c0f!important;
}
.front-zigzag p{
    font-size: 1.3rem;
}
/* new */
.d-flex{
    display:flex;
}
.d-grid{
    display: grid;
}
.grid-card {
    display: flex;
    justify-content: center;
    background: #fff;
    align-items: center;
    flex-direction: column;
}
.grid-links{
    display: flex;
    justify-content: space-between;
}
.grid-links a{
    color:#fe9eb9!important
}
@media(max-width:1100px){
    .grid-links{flex-direction: column;}
}
.text_grid{
    max-width: 20rem;
    font-size:1.2rem;
    font-weight: bold;
    margin: 0.5rem 0;
}
.front-img {
    position: relative;
}
.img__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.front-grid-img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fd-column{
    flex-direction:column;
}
.container{
    max-width: 1300px;
}
.front-hero{
    height: 50vh;
    position:relative;
    background-position: center;
    background-size: cover;
}
.front-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Cover the entire container */
  height: 100%; /* Cover the entire container */
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}
.banner-margin{
    margin: 18rem 0;
}
.justify-center{
    justify-content: center;
}
.blocks_align-center{
    align-items: center;
}
.vthz-center{
    justify-content: center;
    align-items: center;
}
.gap_1{
    gap: 1rem;
}
.gap_3{
    gap: 3rem;
}
.bg-white{
    background-color: #fff;
}
.main-title, .headings, .headings_small{
    color: #fff;
    font-weight: bold;
        text-shadow: 2px 2px 0px #000;
}
.main-title{
    font-size: 4rem;
}
.headings{
    font-size: 3rem;
}
.headings_small{
    font-size: 1.6rem;
}
.cta_button{
    font-weight: bold!important;
    background: #e30613 !important;
    border-radius: 4px;
    padding: 1rem 2rem;
    min-width: 121px;
    font-family: system-ui;
    color: #fff !important;
    font-size: 1.5rem!important;
    text-align: left;
}
    .cta_button:hover {
    background: #9c020d !important;
}
.w-100{
    width:100%;
}
.flex-1{
    flex: 1;
}
.front-grid-3{
    grid-template-columns: 1fr 1fr 1fr;
}
section, .section-gapping{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.front-two_cards{
    margin-top: -5rem;
}
.justify-space-around{
    justify-content: space-around;
}
.front-two_cards_card{
    width: 35rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}
.b-radius-1{
    border-radius:1rem;
}
.py-2{
    padding: 2rem;
}
.front-card{
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}
.front-card_no-padding{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.mb_3{
    margin-bottom: 3rem!important;
}
.text-center{
    text-align:center;
}
.order-left{
    flex-direction: row-reverse;
}
.order-right{
    flex-direction: row;
}
.centered-block_img{
    max-height: 10rem;
    overflow: hidden;
}
@media(max-width:1100px){
    .blocks-padding{
        padding: 0rem;
    } 
    .row{
        flex-direction: column;
    }
    .fd-column-r_mb{
        flex-direction:column-reverse;
    }
    .flex-d-column_mb{
        flex-direction: column;
    }
    .main-title{
        font-size:2.5rem;
    }
    .headings{
        font-size:2rem;
    }
    .container{
        margin: 0 1rem;
    }
    .banner-margin{
        margin: 5rem 0rem 0rem 0rem;
    }
    .front-hero{
        margin-bottom: unset!important;
        padding-top: unset!important;
    }
    .banner-text{
        position: unset;
        width: unset;
        margin: 0 1rem;
        margin: 0 1rem!important;
        z-index:1;
    }
    .banner-img{
        position: unset;
        margin-right: unset;
    }
    section, .section-gapping{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .front-grid-3{
        grid-template-columns: auto;
    }
    .front-two_cards_card{
        width: 100%;
    }
    .front-two_cards{
        margin-top: unset;
    }
    #colophon .footer-form-section-wrap{
        margin: -50px auto 0;
    }
    .order-left{
        flex-direction: column;
    }
    .order-right{
        flex-direction: column;
    }
    .break-anywhere{
        overflow-wrap: anywhere;
    }
}