.square {
    border-radius: 25px;
    height: 500px;
    width: 90%;
    background-color: gray;
    padding: 15px;
}
#map {
    border-radius: 25px;
    height: 91%;
    width: 100%;
    margin-top: 10px;
}

.Contact_S2 {
    /* line-height: 30px;
    font-size: 20px;
    font-weight: 600;*/


    /* line-height: 34px; */
    font-size: 25px;
    font-weight: 600;
}
.CustomInput2 {
    padding: 0px 0px 0px 10px;
    width: 80%;
    border: 1px solid #828282;
    border-radius: 4px;
    height: 38px;
    font-size:13px;
}
.w150px{
    width:150px;
}
.CustomInput2:focus {
    box-shadow: none;
    /*  box-sizing: unset;*/
    outline: none;
}
.Attachment2 {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    color: #828282 !important;
    font-size: 12px;
}
.social {
    color: #363C3C;
    font-size: 14px;
    font-weight: 600;
}
.socialText {
    font-size: 11px;
    font-weight: 600;
}
.socialIcon {
    font-size: 25px;
}

.d-none-Web2{
    display:none;
}

.mapText {
    color: white;
    font-weight: 600;
    font-size: 20px;
}
/*@media (max-width: 1050px) {
    .square_clipped {*/
        /* height: 200px; */
        /*border-radius: 25px;
        width: 100%;
        padding: 52px 20px 43px 20px;
        height: 390px;
        background-image: url(/Assets/ContactUs/ShapeDiv.svg);
        background-size: 100%;*/
        /* background-position: center; */
        /*background-repeat: no-repeat;
    }

    #map {
        border-radius: 25px;
        height: 90%;
        width: 100%;
    }
}*/


@media (max-width: 850px) {
    .d-none-Web2 {
        display: flex;
    }
    .p_Shape-Tab {
        padding: 24px 10px;
    }
    .CustomInput2{
        width:80%;
    }
    .Contact_S2{
        font-size:14px;
    }
    .square {
        height: 373px;
      /*  width:100%;*/
    }
    #map {
        height: 88%;
    }
}

@media (max-width: 769px) {
    .row.mt-3.d-none-Web2 {
        gap: 15px;
    }
}

    @media (max-width: 600px) {
        .CustomInput2 {
            width: 100%;
        }

       

        .W100Mob {
            width: 100%;
        }

        .square {
            width: 100%;
        }
        .col-6.flex-column.d-flex.W100Mob{
            margin-top:20px;
        }
    }