@media only screen and (max-width: 430px) {
    #getlove{
 font-size:8px !important;
    }
    .getcon{
 font-size:7.5px !important;
    }
    .getinback{
        height: 38vh !important ;
    }
    #getin{
        font-size: 13px !important;
        margin-bottom: 0 !important;
     
    }
    .getcontact1{
        position: relative !important;
    top: 8% !important;
    }
    .getcontainer{
        position: relative !important;
        top: 8% !important;
    }
.getinback ::placeholder{
    font-size: 6px !important;
}
#getbutton1 {
font-size: 8px;
}
}
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        
    }


    .getinback {
        background: url("images/Get\ in\ Touch_BG.jpg");
        /* background: url("Untitled.jpeg"); */
        height: 85vh;
        background-size: cover;
        /* background-attachment: fixed; */
        background-position: center center;
        background-repeat: no-repeat;
    }

    #getitem1 {
        order: 1;
        height: 100%;
        width: 50%;
        float: left;
    }

    #getitem1 .getform1 {
        color: white;
        background: transparent;
        border: white 1px solid;
        border-radius: 40px;
        position: relative;
        width: 45%;

        text-align: center;
        margin: 1.5%;
        margin-right: 0;
        margin-left: 0;
        padding: 2%;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;


    }

    .getcontainer {
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        height: auto;
        position: relative;
        top: 15%;
        left: 15%;
    }

    .getinback  ::placeholder {
        color: white;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #7f7f7f;
        /* font-size: calc(1rem + 1vw); */
    }

    #getitem2 {
        order: 2;
        height: 100%;
        width: 50%;
        float: right;
    }

    #getitem2 .getcontact1 {
        color: white;
        float: right;
        position: relative;
        top: 15%;
        right: 15%;
        /* width: 60%;
    height: 70%; */
        text-align: right;
        font-size: 20px;
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
    }

    #getbutton1 {
        display: flex;
        flex-flow: column wrap;
        flex-basis: auto;
        background-color: red;
        
        width: auto;
        padding: 2%;
        color: white;
        border: white 2px solid;
        border-radius: 40px;
        margin: 1%;
        margin-right: 0;
        margin-left: 0;
        display: block;
        margin-top: 4%;
        text-align: center;
        padding-left: 12%;
        padding-right: 12%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
   
    }

    .getcontainer #getbutton1:hover {
        background-color: rgb(241, 87, 87);
    }


    /* maps.css */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .mapcontainer {
        /* background: url("Untitled.png"); */
        background-color: white;
        height: 100vh;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #mapmap {
        box-shadow:  rgb(0 0 0 / 50%) 0px 4px 16px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;
    
    }
    
    .mapcontainer1 {
        width: 50%;
        height: 100%;
        float: left;
        flex-shrink: 3;
        flex-grow: 2;
    }
    
    .mapcontainer2 {
        width: 50%;
        height: 100%;
        float: right;
    
    }
    
    .mapcontainer2 .mapsmallcontainer {
    
        display: flex;
        width: 90%;
        height: 60%;
        flex-direction: column;
        justify-content: space-evenly;
        position: relative;
        /* left: 10%; */
        background: transparent;
        top: 21%;
        z-index: 1;
        float: right
    }
    
    .mapcontainer2 .mapredbox {
        width: 28%;
        height: 80%;
        background-color: #fc813d;
        position: relative;
        /* left: 72%; */
        bottom: 50%;
        border-radius: 25px 0px 0px 25px;
        z-index: 0;
        float: right;
    }
    
    
    
    #mapitem1 {
        background-color: rgb(40, 40, 40);
        color: white;
        flex-basis: auto;
        position: relative;
        border-radius: 20px 0 0 20px;
        margin-bottom: 1%;
        float: right
    }
    
    #mapitem1 .mapitem1text {
        position: relative;
        padding: 15%;
        /* padding-left:10%; */
        padding-bottom: 5%;
        padding-top: 5%;
        /* margin-bottom:5%; */
        font-size: 30px;
    }
    
    .mapsmallcontainer img {
        width: 30px;
        height: 30px;
        /* size: */
    }
    
    #mapitem2 button {
    
        position: relative;
        left: 15%;
        border: 2px white solid;
        background-color: red;
        padding: 15px;
        border-radius: 30px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        color: white;
        font-weight: bold;
    
    
    
    }
    
    #mapitem2 button:hover {
        background-color: rgb(242, 114, 114);
    }
    
    @media only screen and (max-width: 430px) {
        #mapmap {
            width: 90% !important;
            position: relative !important;
            top: 10% !important;
            left: 5% !important;
            height: 90% !important;
            border-radius: 20px !important;
            display: block !important;
            box-shadow:  rgb(0 0 0 / 50%) 0px 4px 8px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;
        }
    
        .mapcontainer1 {
            width: 100%;
            height: 50% !important;
            display: block !important;
        }
    
        .mapcontainer2 {
            width: 100%;
            height: 50% !important;
            display: block !important;
        }
    
        #mapitem1 {
            position: relative !important;
            top: 45% !important;
        }
    
        .mapitem1text {
            font-size: 18px !important;
        }
    
        #mapitem2 {
            position: relative !important;
            top: 45% !important ;
            width: 60% !important;
        }
    
        .mapsmallcontainer {
            position: relative !important;
            top: 4% !important;
        }
        .mapsmallcontainer img {
            width: 20px;
            height: 20px;
            /* size: */
        }
    }