body {
    font-family: "Roboto";
    color: #000;
    font-weight: 500;
}
.logo {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 21px;
}
section.formsection {
    position: relative;
    display: block;
    background: #F9F9F9;
    padding: 60px 0;
}
.formsection .container{
    background: #fff;
    padding: 50px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);	
}
.formbox {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.formbox label.formlabel {
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    vertical-align: middle;
    display: block;
    color: #000;
	margin-top: 10px;
}
.formbox .form-group input {
    width: 100%;
    font-size: 16px;
    padding: 9px 15px;
    color: #212121;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    vertical-align: middle;
    line-height: 1.8;
    min-height: 40px;
}
.formbox .form-group input[type="radio"],.formbox .form-group input[type="checkbox"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    margin-right: 0px;
    vertical-align: middle;
    margin-top: -6px;
}
.formbox .form-group  label.label {
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    color: #111111;
    min-height: 40px;
    padding: 0 5px;
}
.formbox .form-group.boxarea {
    border: 1px solid #c3c3c3;
    padding: 15px;
}
.formbox .form-group.boxarea textarea.boxaddress {
    width: 100%;
    resize: none;
    margin-bottom: 15px;
}
.formbox .form-group.boxarea label.formlabel {
    display: inline-block;
    width: 30%;
}
.formbox .form-group.boxarea input {
    width: 69%;
    display: inline-block;
}
.formbox .form-group textarea {
    width: 100%;
    font-size: 16px;
    padding: 9px 15px;
    color: #212121;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    vertical-align: middle;
    line-height: 1.8;
}
.formbox label.formlabel.sub {
    padding-left: 30px;
}
.formbox .form-group.boxarea label.formlabel.w15 {
    width: 14%;
}
.border-dashed {
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.border-top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c3c3c3;
}
.aboveinformation {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.aboveinformation input.bottominfomation {
    border: none;
    background: transparent;
    border-bottom: 1px dashed #616060;
    margin: 0 7px;
    height: 22px;
    position: relative;
    display: inline-block;
}
.formbox .form-group textarea {
	resize: none;
}
span.brline {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #b9b9b9;
}
h4 {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 1px;
    margin-top: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
h4:after {content: '';background: #008dd2;position: relative;display: block;width: 120px;height: 2px;margin: auto;margin-top: 9px;margin-bottom: 8px;}
p.namelast {
    width: 200px;
    float: right;
    text-align: center;
}
p {
    line-height: 1.74;
    font-size: 16px;
}
table.table {
    margin-bottom: 0;
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
table.table tr th {
    border-bottom: 1px solid #ddd;
    width: auto;
}
table.table tr td {
    border: none;
}
ul.stylelist {
    position: relative;
    display: block;
    padding-bottom: 20px;
    padding-left: 20px;
}
ul.stylelist li {
    padding-bottom: 10px;
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    list-style: gujarati;
}
ul.stylelist li::marker {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.btn.themebtn {
    margin-top: 17px;
    font-style: normal;
    color: #fff;
    background: #008dd2;
    padding: 13px 55px !IMPORTANT;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #008dd2;
    transition: 0.8s;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}
.btn.themebtn:hover {
    background: #fff;
    color: #008dd2;
    transition: 0.8s;
}
#company_registration_no{
height:95px;	
}
.paragraph{
	text-indent: 50px;
}
@media (max-width:767px){
	.logo img {
    max-width: 100%;
}
.formsection .container {
    padding: 30px;
}
p.paragraph {
    padding-top: 20px;
}
.formbox label.formlabel {
    margin-bottom: 10px;
    margin-top: 18px;
    /* border-top: 1px solid #ccc; */
    padding-top: 18px;
}
.formbox .form-group label.label {
    width: calc(100% - 27px);
    text-align: left;
}
.formbox .form-group.boxarea label.formlabel {
    width: 100%;
    margin-top: 0;
}
.formbox .form-group.boxarea input {
    width: 100%;
}
p.namelast {
    width: auto;
    float: unset;
    text-align: right;
    padding-top: 15px;
    margin-bottom: 21px;
}
.btn.themebtn {
    width: 100%;
}
}
@media (min-width:768px) and (max-width:991px){
.logo img {
    max-width: 100%;
}
.table-responsive {
    width: 100%;
}
input.btn.themebtn {
    margin-top: -71px;
}
}
canvas{display: none;}
body > img {
    display: none;
}