﻿.atf-footer-area{
			position: fixed;
			bottom: 0;
			width: 100%;
		}
		@media (min-width: 1400px) {
    		.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        		max-width: 1320px;
    		}
		}
		hr.style-one {
			border: 0;
			height: 0;
			border-top: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(23,97,190, 0.5);
			margin: 3px 0px 20px 0px;
		}

		

		.container1 {
    		max-width: 1140px;
		}


		@media (min-width: 1400px) {
			.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
				max-width: 1320px!important;
			}
		}

select{
	appearance: auto!important;
}
textarea.form-control {
    height: auto !important;
}
.terms_cen{
	display: flex; flex-direction: row;
}
.terms_cond{
	font-size: 18px;
	font-weight: 500;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
}
input[type="radio"], input[type="checkbox"]{
	margin: 2px 0 0!important;
}
.well{
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px !important;
	background: #fff!important;
}
.list-group-item-heading{
	color:gray !important;
}
h4{
			font-weight: 600!important;
			color: #095ab9!important;
		}
		.list-group-item-heading{
			color: gray!important;
			font-weight: 600;
			font-size: 16px;
		}
		.select2-container{
			width: 100%!important;
		}
		.form-check-input[type=checkbox]{
			width: 25px;
			height: 25px;
			margin-top: 18px!important;
			margin-right: 10px!important;
			margin-left: -5px!important;
		}
		.btn{
			padding: 7px 15px;
    		font-size: 16px;
			margin-top: 5px;
		}

.upfile{
	border-radius: 0px !important;
    margin-top: 27px !important;
	border-radius: 5px!important;
}
		.input-group {
    		height: 43px;
		}

		.input-group .btn {
			position: absolute;
			right: 2px;
			top: 8px;
		}

		#upload {
			opacity: 0;
		}

		#upload-label {
			position: absolute;
			top: 50%;
			left: 1rem;
			transform: translateY(-50%);
		}

		.image-area {
			/* border: 2px dashed rgba(255, 255, 255, 0.7);
			padding: 1rem;
			position: relative; */
		}

		.image-area::before {
			content: 'Uploaded image result';
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 0.8rem;
			z-index: 1;
		}

		.image-area img {
			z-index: 2;
			position: relative;
			width: 100px;
			height: auto;
		}

		.pad{
			padding: 5px 1px!important;
		}
		.form-control{
			/* appearance: auto;
			height: 42px;
    		font-size: 16px;
			border: 1px solid #dadada !important; */
			border: 1px solid #dadada !important;
			border-radius: 0.25rem!important;
			/* padding: 0.375rem 0.75rem!important; */
			font-size: 1.7rem!important;
			font-weight: 400!important;
			line-height: 1.5!important;
			height: 44px!important;
			color: #000 !important;
    		background: #fff!important;
		}
		input[type="file"]::file-selector-button {
			padding : 10px 10px;
		}
		.mt-5 {
    		margin-top: 20px !important;
		}
		.nav-justified>li>a{
			border-radius: 5px;
    		margin: 2px 5px;
			background-color: rgb(238, 238, 238);
		}
		.nav-pills>li.active>a h4, .nav-pills>li.active>a h4:hover, .nav-pills>li.active>a h4:focus{
			color: #fff!important;
		}
		.list-group-item-heading {
    		margin-top: 5px;
		}
		h4{
			font-size: 18px;
			font-weight: 500;
		}
		.list-group-item-text{
			text-align: center;
		}
		.mob_id{
			display: block;
		}
		.mybox_border{
			padding:0px;
		}
		.atf-section-title .sec_icon{
			left: 24px;
		}
		.atf-site-header {
			background: #1761be;
		}
		.captcha_st {
			text-align: center;
			height: 50px;
			position: relative;
			top: 0px;
			background-image: url(assets/img/captcha_img.jpeg);
		}
		.captcha_txt {
			font-size: 36px;
			color: #fff;
			font-weight: 600;
			text-decoration: line-through;
		}
		p{
			text-align: justify;
		}
		ul li, ol li{
			text-align: justify;
		}
		::marker{
			font-size: 22px;
			top: 5px;
		}
		/* .container{
			max-width: 1140px;
		} */
		 @media only screen and (max-width: 600px) {
			.single-department {
				box-shadow: none;
			}
		}