.clr-white {color: white}
.clr-black {color: black}
.bg-black {background-color: black;}
.bg-blue {background-color: #437057}
.bg-dark {background-color: #2F5249}
.clr-heading{color: #FA462F;}
.text-uper-case{text-transform: uppercase;}
.text-decoration-none {text-decoration: none;}
.list-style-none {list-style-type: none;}
.line-height-1 {line-height: 1.6;}
.overflow-hidden{overflow: hidden;}
.margin-start {margin-block-start:0rem;}
.margin-end {margin-block-end:0rem;}
.max-100 {max-width: 100%;}

 .container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1204px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.logo img {width: 70px;}
.age-img {width: 50px;}


.phone {
    display: none;
}
.desktop {
    display: flex;
}
/*.contact {
    background-color: #437057;
}*/
.input-fields {
    padding: 14px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border: 2px solid black;
}
.btn {
    border:none;
    padding:12px 25px;
    border-radius: 5px;
    background-color: #2F5249;
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

.hero {
    background-image: url(../images/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 90vh;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}
.hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: auto;
    border: 3px solid white;
    border-radius: 45px;
    height: min-content;
    padding: 30px;
}

@media only screen and (max-width: 950px) {
    .desktop {
        display: none !important;
    }
    .phone {
        display: flex !important;
        background: #ffffff;
        padding: 10px;
        border-radius: 3px;
    }
    .flex-column-md {flex-direction: column !important;}
    .w-100-md {width: 100% !important;}
    .align-start-md {align-items: flex-start !important;}
    .phone-nav.show {display: flex !important;}
    .benefits-items  {
        width: 45% !important;
    }
}

@media only screen and (max-width: 750px) {
    #form {
        width: 100% !important;
    }
    .hero-content h2 {
        font-size: xx-large !important;
    }
    .hero-content p {
        font-size: larger !important;
    }
    .hero-content {
        width: -webkit-fill-available !important;
        padding:20px;
    }
    .hero {
        height: 70vh !important;
    }
    .benefits-items  {
        width: 100% !important;
    }
}

.phone-nav {
    position: absolute;
    background: #437057;
    left: 0;
    width: -webkit-fill-available;
    flex-direction: column;
    top: 86%;
    z-index: 111;
    padding-top: 3%;
    padding-bottom: 3%;
    display: none;
}

#gSingle-v1 .container {
                        margin-left: auto;
                        margin-right: auto;
                        max-width: 1300px;
                        padding-left: 20px;
                        padding-right: 20px;
                    }

                    @media (min-width: 1024px) {
                        #gSingle-v1 .container {
                            padding-left: 30px;
                            padding-right: 30px;
                        }
                    }

                    #gSingle-v1 .iframe-wrapper iframe {
                        width: 80%;
                        display: flex;
                        margin: auto;
                        min-height: 500px;
                        border: none;
                        outline: none;
                    }

                    @media only screen and (max-width: 650px) {
                        #gSingle-v1 .iframe-wrapper iframe {
                            width: 100% !important;
                            min-height: 350px !important;
                        }
                    } 
                    #gSingle-v2-banner .banner-heading {
    font-size: 60px;
}
#gSingle-v2-banner .banner-content {
    background: #437057;
    padding: 60px 0 55px;
}
#gSingle-v2 iframe { width: 80%;
                        display: flex;
                        margin: auto;
                        min-height: 500px;
                        border: none;
                        outline: none;
                    }
#gSingle-v2-banner .banner-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(../../assets/images/shape.png);
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #gSingle-v2-banner .banner-heading {
        font-size: 40px !important;
    }
    #gSingle-v2-banner .banner-content {
        padding: 35px 0 40px;
    }
    #gSingle-v2 iframe {
        width: 90% !important;
        height: 50vh !important;
    }
}