@media (max-width: 575px) {
    .hello_div h1 {
        font-size: 8vh !important;

    }
}

.read_btn {
    margin-top: 2%;
    background-color: #727376;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5vh;
}

#leftMenu {
    /*    display: flex;*/
    /*    align-items: center;*/
    margin: 5vh auto;

}

@media (min-width: 768px) {

    .contct_with {
        margin: 0 auto;
        width: 90%;
        margin-top: 3rem !important;
    }


}

.hello_d_d {
    margin: 0 auto;
    padding-top: 7vh;
}

.hello_div h1 {
    font-size: 8vh;
    letter-spacing: 5px;

}

.hello_div p {
    font-size: 2.4vh;
}

.hello_div {
    /*
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 90% 75%, 90% 95%, 61% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 90% 75%, 90% 95%, 61% 75%, 0% 75%);
*/
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 90% 70%, 90% 85%, 61% 70%, 0% 70%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 90% 70%, 90% 85%, 61% 70%, 0% 70%);
    /*    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);*/
    background: #F0796C;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    color: white;


}

.L_M_L {
    height: 50vh;

}

.L_M_R {
    height: 100%;
}

.L_M_R_div {
    border-top: 2px solid #e2d7b7;
    border-right: 2px solid #e2d7b7;
}

.submit_btn {
    margin-top: 30px;
    padding: 6px 35px;
    background: black;
    color: white;
    outline: none;
    border: none;
    border-radius: 0px;
    font-size: 2.3vh;
}


/* label color */

.input-field label {
    color: #000;
}

/* label focus color */

.input-field input:focus {
    color: #000;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #3db54a;
    z-index: 0;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #3db54a;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea {
    border-bottom: 0px solid #D9C99D;
    box-shadow: 0 1px 0 0 #D9C99D;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea + label {
    color: #3db54a;
}



.awesome-form {
    display: table;
    width: 100%;
}

.awesome-form input:focus,
input:active {
    outline: none;
}

.awesome-form input[type="text"],
.awesome-form input[type="email"],
textarea {
    border: none;
    border-bottom: solid 1px hsla(0, 0%, 0%, 0.12);
}

.input-group {
    display: inline-block;
    margin-right: 20px;
    margin: 4vh 0;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.input-group textarea {
    width: 100%;

}

.input-group input {
    padding: 1.5vh 0 0 1vh;
    width: 100%;
}

.input-group label {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Lato";
    font-weight: 400;
    color: black;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-family: sans-serif;
    font-size: 2.3vh;
}

.input-group input:focus + label,
.input-group input.has-value + label {
    top: 5px;
    font-size: 12px;
    color: #aaa;
}

.container_main .addres h4 {
    font-size: 3vh;
}

.container_main .addres p {
    margin-bottom: 0.1rem;
    /*    imran*/
    font-size: 17px;
}

@media (min-width: 768px) {

    #leftMenu .rotate h2 {
        color: #F0796C;
        margin-top: 150px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        white-space: pre;
    }

    #leftMenu .rotate:after {
        content: '';
        position: absolute;
        border: 1px solid #c4c5c7;
        height: 100%;
        right: 20px;
        top: 0;
    }

    .contct_with {
        padding-bottom: 10vh;
    }
}

@media (max-width: 991px) {


    #leftMenu .rotate h2 {
        color: #F0796C;
        margin-top: 0px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);

    }

    #leftMenu .rotate:after {
        border: none;
    }

    .ms_diplynone {
        display: initial !important;
    }
}
