.pageview {
    width: 100%;
    display: flex;
}

.container {
    width: 100%;
    display: block;
}

.inner-content {
    width: 100%;
    flex-wrap: wrap;
}

.leftside-content {
    width: 46%;
    padding: 0px 0px 10% 18px;
}

.rightside-content {
    width: 46%;
    padding: 0 0 1% 0;
    margin-top: 22px;
    position: relative;
}

.copyright {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}

/********************************************/
.main-head h1 {
    font-family: sans-serif;
    font-size: 28px;
    margin: 20px 0;
}
.container {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}
.leftside-content h4 {
    font-size: 16px;
    font-family: sans-serif;
    color: #212b36;
}
.leftside-content {
    font-size: 14px;
    font-family: sans-serif;
}
.exportform, .importform {
    background: #fff;
    padding: 20px 20px;
    margin: 20px 0px;
}
.exportform,.importform{
    font-family: sans-serif;
    font-size: 18px;
}
.importform p,.form-design {
    font-family: sans-serif;
    font-size: 14px;
}
.rightside-content input {
	background: #E88F38;
	border-color: #E88F38;
    color: #fff;
    fill: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-family: sans-serif;
    border-radius: 4px;
    margin: 20px 0 0 0;
}
form.form-design {
    position: relative;
}
.rightside-content input:hover {
    background:#618A3A;
	border-color: #618A3A;
}
.pageview {
    border-top: 1px solid #dfdada;
}
.form-design select {
    padding: 9px 10px;
    font-size: 16px;
    font-family: sans-serif;
}
.copyright {
    font-family: sans-serif;
    font-size: 14px;
}
body.main-vcontainer {
    position: relative;
    overflow-x: hidden;
}

div#myload img {
    position: relative;
}
div#myload {
    position: fixed;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#myload::before {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

/*.exportform form.form-design img {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 95px;
    z-index: 1;
}
.importform form.form-design img {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 5px;
    z-index: 1;
}*/
@media only screen and (max-width:1024px){	

.importform form.form-design img {
   left: 75px;
}
}
@media only screen and (max-width:991px){	
.rightside-content {
    width: 100%;
	}
	.pageview {
    width: 100%;
    display: unset;
}
.leftside-content {
    width: 100%;
}
}
@media only screen and (max-width:767px){	

.form-design input {
    width: 100%;
}
.exportform form.form-design img {
    left: 0;
}
.form-design select {
    width: 100%;
    margin: 10px 0 0 0;
}
.rightside-content input {
    margin: 10px 0 0 0;
}
}

