

* {
	margin: 0;
	padding: 0;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*scroll-behavior: auto !important;*/
	scroll-padding-top: 76px; /* height of sticky header */
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-size: 14px;
	line-height: 1;
	position: relative;
	z-index: auto;
	font-family: 'Oswald', sans-serif;
	 font-weight: normal;
    font-style: normal;
	color: #000;
	letter-spacing: .085px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin-bottom: 15px;
	line-height: 1;
  font-weight: 600;
  letter-spacing: .085px;
}

ol,
ul,
dl {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: #012f6f;
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: none;
}

button:focus {
	box-shadow: none !important;
	outline: none !important;
}

.button:focus {
	outline: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn:focus {
	box-shadow: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 300;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

textarea:focus,
input:focus {
	outline: none;
}

.wow {
	visibility: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.bg-light {
	background-color: #F2F2F4!important;
}

.btn-type-1 {
	border: 2px solid #f7262d;
	padding: 15px 40px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.btn-type-1:hover {
	background: #f7262d;
	color: #fff;
}


.btn-type-2 {
	border: 0;
	font-size: 16px;
	padding: 18px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #231f20;
}

.btn-type-2:hover {
	background: #e9c121;
	color: #000;
}

.btn-type-3 {
	
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #0c2166;
	border: 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	padding: 18px 30px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
	position: relative;
	overflow: hidden;
}
.btn-type-3:hover {
	background: #e9c121;
	color: #000000;
}
.owl-prev {
	width: 35px;
	height: 60px;
	background: #012269 !important;
	position: absolute;
	left: 15px;
	bottom: 50%;
	transform: translate(0, 50%);
	outline: none;
	font-size: 22px !important;
	color: #fff !important;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	opacity:0;
}
.owl-next {
	width: 35px;
	height: 60px;
	background: #012269 !important;
	position: absolute;
	right: 15px;
	bottom: 50%;
	transform: translate(0, 50%);
	outline: none;
	font-size: 22px !important;
	color: #fff !important;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	opacity:0;
}
.owl-next:hover{
	background: #000 !important;
}
.owl-prev:hover{
	background: #000 !important;
}
.owl-carousel:hover .owl-prev {
	left: 0;
	opacity:1;
}
.owl-carousel:hover .owl-next {
	right: 0;
	opacity:1;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
		touch-action: auto;
}
.heading-1{
	font-size: 85px;
	line-height: 1;
	text-transform: uppercase;
    color: #000;
    margin-bottom: 35px;
}
.heading-2{
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.sub-hd{
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
    margin-bottom: 15px;
}
.sub-hd2{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
    margin-bottom: 15px;
}
.btn-type1 {
    display: inline-block;
    background: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.btn-type1:hover{
	background: transparent;
	color: #fff;
}
.scroll.active{
	color: #000;
}
.sec-padding{
	padding: 100px 0;
}
/*Header style start*/
.header {
	width: 100%;
	z-index: 9999;
}
.header-top{
	background: #012269;
	padding: 0 16px;
}
.hdr-top-wraper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hdr-top-left{
	font-size: 0;
}
.hdr-top-left a{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	padding: 11.5px 20px;
	display: inline-block;
	border-right: 1px solid #475a80;
}
.hdr-top-left a:hover{
	background: #cc0000;
	color: #fff;
}
.hdr-top-left a:last-child{
	border-right: 0;
}
.hdr-top-right{
	font-size: 0;
}
.hdr-top-right a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	text-transform: uppercase;
}
.hdr-top-right .top-btn{
	background: #cc0000;
}
.hdr-top-right .top-btn:hover{
	background: #fff;
	color: #cc0000;
}
.header-bottom{
	background: #fff;
	border-bottom: 1px solid #c6c8cb;
}
.nav-brand {
    width: auto;
    border: 0 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-fixed .nav-brand{
	width: 90px;
}
.header-bottom .right-btn{
	display: none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.header-bottom.navbar-fixed .right-btn{
	display: block;
}
.header-bottom.navbar-fixed .user-btn-group{
	margin-right: 12px;
}
.right-btn {
    background: #cc0000;
    padding: 15px 10px !important;
    color: #fff !important;
    border-left: 0 !important;
    text-align: center;
}
.right-btn:hover{
	background: #012269;
}
/*Header style end*/

/*banner style start*/

.section-home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -1px;
}

.single-banner-slide{
	position: relative;
}
.section-home-banner img{
	width:100%;
	height:auto;
	display:block;
}

/*banner style end*/


/*Introduction start*/
.section-intro{
	/*overflow: hidden;*/
}
.desc-wraper h5{
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.desc-wraper.left p{
	text-align: justify;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
}
.desc-wraper p{
	text-align: justify;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}
.desc-wraper.left {
    padding-right: 30px;
}
/*Introduction end*/

/*Mission statement start*/
.section-mission{
	overflow: hidden;
}
.section-mission{
	background-attachment: fixed !important;
	background-position: right center !important;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}
.mission-box{
	padding: 60px;
	background: rgba(1, 34, 106, 0.89);
}
.text-box p{
	color: #fff;
	text-align: justify;
}
/*Mission statement end*/

/*Our Members start*/
.section-members{
	background: #012269;
	overflow: hidden;
}
.members-left {
    padding: 190px 74px 190px 0;
}
.members-right{
	background: #fff;
	padding: 0 0 0 58px;
	position: relative;
}

.members-right::after{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: -100%;
	content: "";
	background: #fff;
}
.map-listing {
    padding: 130px 0;
    border-left: 1px solid #e8e9ea;
}
.map-listing h4 {
    margin-bottom: 25px;
    padding-left: 15px;
}
.loc-listing{
	margin: 0;
	padding: 0;
}
.loc-listing li{
	list-style: none;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e8e9ea;
	border-bottom: 1px solid #e8e9ea;
	padding: 11px 0 11px 15px;
	margin-top: -1px;
}
.area-name{
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.map-icon{
	font-size: 17px;
	padding-right: 12px;
}
.area-1 .map-icon{
	color: #f37a04;
}
.area-2 .map-icon{
	color: #da3131;
}
.area-3 .map-icon{
	color: #52ca4d;
}
.area-4 .map-icon{
	color: #89e773;
}
.area-5 .map-icon{
	color: #3184da;
}
.area-6 .map-icon{
	color: #03d9e1;
}
.area-7 .map-icon{
	color: #985aeb;
}
.area-8 .map-icon{
	color: #f5d348;
}
.area-9 .map-icon{
	color: #e3aeb0;
}
.area-10 .map-icon{
	color: #d3d1d1;
}
.area-11 .map-icon{
	color: #f72166;
}
.view-btn{
	background: #e7e7e7;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	padding: 5px 11px;
	display: inline-flex;
	border-radius: 3px;
	min-width: 74px;
}
.view-btn:hover{
	background: #012269;
	color: #fff;
}
/*Our Members end*/

/*Course booking start*/
.section-course-booking{
	background: #000;
}
.course-img{
	overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0, 0,0);
}
.course-img img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.course-img:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.section-course-booking .sub-hd2{
	color: #fff;
}
/*Course booking end*/

/*Rally license start*/
.section-rally-license{
	overflow: hidden;
}
.section-rally-license h1{
	font-size: 69px;
	text-transform: uppercase;
}
.section-rally-license h5{
	text-transform: inherit;
}
.rally-right-box{
	padding: 24px;
	background: #dae3f4;
}
.count-box{
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #012269;
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}
.rally-right-box h4{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}
.rally-right-box h6{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.rally-right-box h6 a{
	color: #000;
}
.rally-right-box p{
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}
.rally-right-box{
	margin-bottom: 16px;
}
.rally-right-box:last-child{
	margin-bottom: 0;
}
/*Rally license end*/


/*Footer start*/
.contact-top{
	background: #012269;
	overflow: hidden;
}
/* form style start */
.form .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.form .label span{
	color: red;
}
.form-group {
	margin-bottom: 20px;
}
.form .form-group textarea {
	height: 120px;
}

.form .form-group input::-webkit-input-placeholder,
.form .form-group select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff !important;
}

.form .form-group input::-moz-placeholder,
.form .form-group select::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff !important;
}

.form .form-group input:-ms-input-placeholder,
.form .form-group select:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff !important;
}

.form .form-group input:-moz-placeholder,
.form .form-group select:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff !important;
}

.form .form-group textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff !important;
}

.form .form-group textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff !important;
}

.form .form-group textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff !important;
}

.form .form-group textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff !important;
}

.form .form-control {
	resize: none;
	padding: 12px 15px;
	background: #0c3180;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #fff;
}
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 47, 111, 0.33);
}
.contact-map {
	margin-top: 24px;
    margin-bottom: 30px;
}
.contact-map iframe{
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.addrss-text h4{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 12px;
}
.addrss-text h5{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
.addrss-text p{
	margin-bottom: 10px;
}
.addrss-text p a{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.addrss-text p a:hover{
	color: #cc0000;
}
.contact-bottom{
	background: #000;
}
.cont-btm-sec1{
	padding: 80px 0;
}
.ftr-hdng{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.ftr-box h6{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}
.ftr-box p{
	margin-bottom: 10px;
}
.ftr-box p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.ftr-box p a:hover{
	color: #cc0000;
}
.ftr-links{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.ftr-links li{
	list-style: none;
	text-decoration: none;
	padding: 6px 0;
	width: 50%;
}
/*.ftr-links li:first-child{
	padding-top: 0;
}*/
.ftr-links li a{
	font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.ftr-links li a:hover{
	color: #cc0000;
}

.footer-social li {
	list-style: none;
	display: inline-flex;
	margin: 0 5px;
}
.footer-social li:first-child {
	margin-left: 0;
}
.footer-social li:last-child {
	margin-right: 0;
}

.footer-social li a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer-social li a:hover{
	color: #000;
	background: #fff;
}
.copy-right {
    border-top: 1px solid #252628;
    padding: 13px 0;
}
.copy-right p{
	font-size: 12px;
	font-weight: 300;
	color: #8c8c8c;
	margin-bottom: 0;
}
.copy-right p a{
	color: #cc0000;
	font-weight: 600;
}
.copy-right p a:hover{
	color: #fff;
}
.copy-right-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Back to top arrow start*/
#back-to-top {
	display: inline-block;
	background-color: #001b54;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
	bottom: 24px;
	right: 24px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}


#back-to-top i {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/*Back to top arrow end*/


.inner-title{
	background: #012269;
	height: 230px;
	margin-top: -1px;
}
.banner-tittle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner .heading-2{
	color: #000;
	margin-bottom: 25px;
}
.inner p{
	text-align: justify;
}
.btn-wraper{
	display: flex;
	align-items: center;
	justify-content: center;
}
.start-btn {
    font-size: 29px;
    padding: 18px 65px;
    text-transform: uppercase;;
}
.start-btn:hover{
	color: #cc0000;
}


.right-btn-sec {
    display: flex;
    align-items: center;
}
.l-user-icon {
    width: 40px;
    height: 40px;
    background: #cc0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.user-btn {
    display: flex;
    align-items: center;
    padding: 0;
    width: 74px;
    background: #ececec !important;
    border: 0;
    border-radius: 30px;
}
.user-btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 11px;
    vertical-align: 0;
    border: none !important;
    font-weight: 900;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    color: #767676;
}
.user-btn-group .dropdown-menu{
	padding: 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px !important;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
}
.user-btn-group .dropdown-menu li a{
	padding: 12px;
	font-size: 15px;
	font-weight: 400;
	border: 0;
}
.user-btn-group .dropdown-menu li:first-child a{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.user-btn-group .dropdown-menu li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.user-btn-group .dropdown-item:focus, .user-btn-group .dropdown-item:hover {
    color: #fff;
    background-color: #001c57;
}
.us-name{
	background: #012269;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.us-name strong{
	display: block;
	margin-bottom: 6px;
}
.us-name small{
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.us-name small span{
	display: block;
	font-size: 11px;
}
.user-btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: -5px;
    box-sizing: border-box;
    border: 7px solid #c6c8cb;
    border-color: transparent transparent #ececec #ececec;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgb(214 214 214 / 78%);
}
/*.right-btn-sec {
    padding-left: 15px;
}*/

.payment-succesess{
	margin-bottom: 85px;
}
.tic-icon{
	width: 66px;
	height: 66px;
	background: #43cc00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto 20px;
}
.payment-succesess h3{
	font-size: 38px;
	color: #43cc00;
	font-weight: 400;
	margin-bottom: 12px;
}
.payment-succesess h6{
	font-size: 20px;
	color: #000;
	font-weight: 300;
	margin-bottom: 0;
}
.payment-succesess h6 span{
	color: #cc0000;
	font-weight: 500;
}

/*Responsive table start*/
.table-wraper {
    padding: 30px;
    background: #dae3f4;
}
.resp-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.resp-table thead {
    background: #012269;
}

.resp-table th {
    padding: 17px 15px;
    border: 1px solid #dae3f4;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.resp-table td {
    padding: 12px 15px;
    border: 1px solid #dae3f4;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
.inv-btn {
    font-size: 16px;
    color: #cc0000;
    font-weight: 400;
    border: 1px solid #cc0000;
    padding: 7px 18px;
    min-width: 88px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.inv-btn:hover{
	background: #cc0000;
	color: #fff;
}
.color-red{
	color: #cc0000 !important;
}
.color-green{
	color: #43cc00 !important;
}



.bookcourse-block {
	width: 100%;
	height: 100%;
	/* background-color: #111111; */
	padding: 15px 0px;
	/* border-radius: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.bookcourse-block h3 {
	font-size: 55px;
}

/*radio button start*/
.chkstyle1 input[type=radio] + label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 30px;

} 
.chkstyle1 input[type=radio] {
    display: none;
} 
.chkstyle1 input[type=radio] + label:before {
    content: "";
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 100px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 3.4px;
    margin-right: 5px;
    vertical-align: middle;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0px;
    /* transition: .2s; */
} 
.chkstyle1 input[type=radio] + label:active:before {
    transform: scale(0);
} 
.chkstyle1 input[type=radio]:checked + label:before {
    border-color: #ea0304;
    color: #fff;
    border-width: 5px;
} 
.chkstyle1 input[type=radio]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}  
.chkstyle1 input[type=radio]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #ea0304;
    border-color: #ea0304;
}
.chkstyle1 .form-check-inline{
    padding-left: 0;
}
/*radio button end*/

/*checkbox start*/
.chkstyle1 input[type="checkbox"]+label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    display: block;
    margin: 0 0px;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: inherit;
    position: relative;
    padding-left: 30px;
}
.chkstyle1 input[type="checkbox"] {
    display: none;
}
.chkstyle1 input[type="checkbox"]+label:before {
    content: "\2714";
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-right: 10px;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: 0px;
}
.chkstyle1 input[type="checkbox"]+label:active:before {
    transform: scale(0);
}
.chkstyle1 input[type="checkbox"]:checked+label:before {
    background-color: #ea0304;
    border-color: #ea0304;
    color: #fff;
}
.chkstyle1 input[type="checkbox"]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}
.chkstyle1 input[type="checkbox"]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #ea0304;
    border-color: #ea0304;
}
/*checkbox end*/


/*Question with image section start*/
.quest-list .with-img{
	display: flex;
	justify-content: space-between;
	gap: 28px;
}
.que-image {
    min-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #eaf1ff;*/
    border: 1px solid #012269;
}
.que-image img{
	width: 100px;
}
/*Question with image section end*/

.btn-inline-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.btn-inline-1 button, .btn-inline-1 a{
	width: 100%;
}

.quest-list li .answer-block-2 .if--false .form-check-input:checked[type=checkbox] {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="18" y1="6" x2="6" y2="18"%3E%3C/line%3E%3Cline x1="6" y1="6" x2="18" y2="18"%3E%3C/line%3E%3C/svg%3E');
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    pointer-events: none;
}

.quest-list li .answer-block-2 .if--true .form-check-input:checked {
    background-color: #4caf50;
    border-color: #4caf50;
    pointer-events: none;
}