


.full-width-container{
    width: 100%
}

.container{
    width: 1170px;
    margin: 0 auto;
}

.flex{
    display: flex
}

.f-col {
    display: flex;
    flex-direction: column;
}

.l-lcol {
    width: 30%;
}

.l-rtwocol {
    width: 65%;
    display: flex;
    align-items: center;
}


#contact-us {
    display: flex;
    padding-bottom: 20px;
}

#contact-us p {
    margin: 0;
}

#contact-us-form {
}

#contact-form input{
    height: 45px;
    width: 100%;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #969696;
    font-size: 1.2em;
}

#contact-form textarea {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 10px 0px 0px 10px;
    border-radius: 2px;
    border: 1px solid #969696;
    height: auto !important;
    font-size: 1.2em;
}

#address-field, #group-field {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#address-field input {
    width: 32%;
}

#group-field input {
    width: 49%;
}

#newsletter {
    display: flex;
    align-items: center;
}

.secondary-btn {
    color: #fff;
    border: 1px solid #8dc63f;
    background-color: #8dc63f;
    border-radius: 5px;
    height: 36px;
    width: auto;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
}

.primary-bg{
    background-color: #f6f6f6;
}


.map iframe {
    width: 100%;
    height: 450;
    /* padding: 40px; */
    box-sizing: border-box;
}


.res-msg i {
    margin-right: 7px;
    font-size: 2em;
    position: relative;
    color: #FFF;
}

.res-error-msg i {
    margin-right: 7px;
    font-size: 1.2em;
    position: relative;
}

.res-msg {
    font-size: 1.4em;
    color: #8BC34A;
    margin-bottom: 20px;
    background-color: rgb(64, 64, 64);
    height: 135px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    line-height: 1.2em;
    width: 80%;
}


.res-error-msg {
     font-size: 1.4em;
    color: #8BC34A;
    margin-bottom: 20px;
    background-color: rgb(64, 64, 64);
    height: 135px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    line-height: 1.2em;
    width: 80%;
}


/* DEALERS SECTION */

.dealers-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 4%;
    justify-content: flex-start;
    row-gap: 20px;
}

.dealers-addr-dtls {
    white-space: inherit;
    margin-right: 0px;
    width: 300px;
    padding: 10px 25px;
    height: 230px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 1px 10px #efefef;
}

.dealers-addr-dtls h3 {
    line-height: 22px;
}


#dealers h1 {
    font-weight: bold;
    font-size: 2.2em;
    font-stretch: condensed;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
    margin-bottom: 10px;
}






/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){

    

    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

  
    
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

      

}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

  
    .dealers-addr-dtls {
        width: 100%;
        height: fit-content;
        margin-top: 15px;
    }

    .dealers-wrapper {
        column-gap: 25px;
    }
            
    
    
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){

    body {
        overflow-x: hidden;
    }
    
   #contact-us {
    flex-direction: column;
    }

    #contact-us div {
        width: 100%;
    }

    #contact-form {
        margin-top: 15px;
    }

    .dealers-addr-dtls {
        width: 100%;
        height: fit-content;
        margin-top: 15px;
    }




    
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
}