.card-header {
    padding: 5px 10px !important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #00518f;
    color: #fff;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.card-header:first-child {
    border-radius: 0px !important;
}
.card-header {
    border: 1px solid #dcdbdb;
}
.btn_1 {
    background: none !important;
    border: none !important;
    font-size: 23px;
    font-weight: 600;
    color: #00518f;
	text-decoration: none !important;
}
.card {
    border-radius: 0px !important;
    margin-top: 2px !important;
}


#mySidenav a {
    position: absolute;
    left: -24px;
    transition: 0.3s;
    padding: 15px 0px 15px 25px;
    width: 127px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: -24px;
}
#contact {
    top: 263px;
}
.btn {
	 background-color: #23354c;
    text-transform: none;
	color: #fff;
}
.btn_query{
    background-color: #00518f;	
}
.modal-title {
    color: #fff;
}
label {
    color: #fff;
}
.modal-content {
	background-color: #00518f;
    border-radius: 0px;
    border: 7px solid #23354c;
}

.container {
    background: #fff;
}
.mb-4, .my-4 {
    margin-bottom: -4px !important;
}
.header_bg {
	background-image: url(../img/main.jpg);
    margin-top: 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 87px 0px;
}
section {
    background: #808080;
}
.span {
	margin: 10px;
}
.heading_h1 {
      font-size: 22px;
		color: #fff;
		margin-bottom: 0px;
		font-weight: 500;
}
.card-header {
    background-color: rgb(0, 81, 143);
}
.heading_h2 {
	  font-size: 22px;
		color: #fff;
		margin-bottom: 0px;
		font-weight: 500;
}
.heading_h3 {
    font-size: 19px;
}
.heading_h4 {
	margin-top: 10px;
    margin-bottom: 8px;
    font-size: 19px;
}
.heading_green_h2 {
    background: #00ad4c;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.heading_footer_h2 {
	font-size: 24px;
    font-weight: 600;
	text-align: center;
		color: #26396b;
}
.address {
	text-align: center;
}
.footer_sub_head {
	font-size: 22px;
}
.footer {
    background: #c9c3c3;
	padding: 20px 32px;
}
.footer_second {
    background: #c9c3c3;
    padding: 7px 32px;
    border-top: 1px solid #fff;
}
.footer_third {
	 background: #26396b;
	     height: 30px !important;
}
.footer_email {
	width: 100%;
    text-align: center;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.btn_query{
	display: none;
}
}


@media only screen and (min-device-width : 480px) and (max-device-width : 767px) {
.header_bg {
    background-image: url(../img/main_mob.jpg);
    margin-top: 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
}
.img-responsive {
	width: 60%;
}	
.btn_query{
	display: none;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.header_bg {
    background-image: url(../img/main_mob.jpg);
    margin-top: 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px 0px;
}
.img-responsive {
	width: 60%;
}
.btn_query{
	display: none;
}
}