.ts-set-two {
	width: 60%;
}
.ts-set-one {
	width: 40%;
	float: left;
}
.limit-reach {
	border-color: #e33747 !important;
	box-shadow: none !important;
}
.form-control {
    border: 1px solid #000;
}
.h-30 {
	height: 430px;
}
.about{
Position:relative
Background-color:grey;
Padding:20px;
justify-content:center;
}
.about img{
width:100%;
}
.featured .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.borderSet:focus {
	border-color: red;
	box-shadow: 0 0 0 .25rem rgba(253, 13, 47, 0.45);
}
.logo-img {
	width: 400px;
}
.blue {
	color: #0047c7;
}
.w-60 {
	width: 60%;
	float: left;
}
.text-blue {
	color: #0070c0;
}
.about-headingColor {
    color: #0ab4ef;
}
.modal-content h3 {
	font-size: 18px;
	font-weight: bold;
}
/*18 yr old
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */
.block-set {
    display: block !important;
}
ol {
	padding-left: 30px !important;
	padding-right: 25px !important;
}
.w-md-50 {
	width: 50%;
}
.modal-dialog {
	max-width: 660px;
}
/*loader*/
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#flexCheckDefault {
	border-color: #000;
}
.modal-body .form-check-label {
	font-weight: bold;
	font-size: 15px;
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .ts-set-one {
		width: 100%;
	}
	.ts-set-two {
		width: 100%;
	}
	.w-60 {
	    width: 100%;
    }
    .w-md-50 {
	    width: 100%;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	.ts-set-two {
		width: 100%;
	}
	.ts-set-one {
		width: 100%;
	}
	.h-30 {
		height: 150px;
	}
	.w-60 {
	width: 100%;
    }
    .w-md-50 {
	    width: 100%;
    }
}