.bimtechmodal {    display: none; /* Hidden by default */    position: fixed; /* Stay in place */    z-index: 1; /* Sit on top */    padding-top: 100px; /* Location of the box */    left: 0;    top: 0;    width: 100%; /* Full width */    height: 100%; /* Full height */    overflow: auto; /* Enable scroll if needed */    background-color: rgb(0,0,0); /* Fallback color */    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */}/* Modal Content */.bimtechmodal-content {    background-color: #fefefe;    margin: auto;    padding: 20px;    border: 1px solid #888;    width: 40%;}/* The Close Button */.close {    color: #aaaaaa;    float: right;    font-size: 28px;    font-weight: bold;}.close:hover,.close:focus {    color: #000;    text-decoration: none;    cursor: pointer;}.inputbimt{    width: 100%;    padding: 7px;    border: 1px solid #ccc;    border-radius: 4px;    box-sizing: border-box;    resize: vertical;}label {    padding: 0px;    display: inline-block;}.proceedbtn {    background-color: #4CAF50;    color: white;    padding: 0px;    border: none;    border-radius: 4px;    cursor: pointer;    width: 100%;    height: 31px;}.proceedbtn:hover {    background-color: #45a049;}.payment-mode {    font-size: 14px;    margin: 20px 0;    width: 100%;}.payment-mode a {    display: inline-block;    font-size: 1.5em;    padding: 20px 10px;    text-align: center;    text-decoration: none;    text-transform: capitalize;    width: 100%;}.payment-mode .mode1 {    width: 100%;}.payment-mode .mode1 a {    background: #a1cb3b none repeat scroll 0 0;    color: #fff;}.payment-mode .mode2 {    margin-top: 15px;    width: 100%;}.payment-mode .mode2 a {    background: #012b72 none repeat scroll 0 0;    color: #fff;}.payment-mode .mode2 img {    display: none;    margin-left: 10px;    width: 50px;}