
       
       .fullsection {
            /* min-height: 100vh; */
            align-items: center;
            display: flex;
            /* border-top: 10px solid #555; */
            padding: 20px 0px;
        }
        section.section.enterpricesection1 {
            min-height: calc(100vh - 82px);
            align-items: center;
            display: flex;
        }
        .enterpriceform{
            max-width: 800px;
            margin: auto;
        }
        .enterprice-form{
            text-align: center;
        }
        /* .enterpricesection6{
            padding-top: 80px;
            padding-bottom: 60px;
        } */
        .enterheadingbox {
            background: #EAE9E9;
            padding: 20px;
            margin-bottom: 20px;
            position: relative;
        }
        .enterheadingbox h2{
            margin-bottom: 0px;
        }
        .enterheadingbox:before {
            content: "";
            position: absolute;
            display: inline-block;
            background: #EAE9E9;
            width: 5000px;
            height: 100%;
            top: 0px;
            left: -5000px;
        }
        @media screen and (max-width:767px){
            .enterprice-right {
                margin-top: 30px;
            }
        }
        