
:root {
  --font-family:  'poppinsmedium';
  --orange-light: #ff9a00;
  --green:#019342;
  --brown:#954b2e;
  --purple:#861b8d;
  --yellow:#f8d200;	
  --black: #282728;
  --white: #ffffff;
  --bg-blue: #3135c3;
  --bg-purple: #861b8d;	
}


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

}

html,
body {
  margin: 0;
  padding: 0;
}

/* ===================================
    Reset
====================================== */
body {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: var(--black);
  line-height: 20px;
  letter-spacing: 0.01em;
  font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: var(--sky-blue);
  cursor: pointer !important;
  outline: 0;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--red-dark);
}

a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

p {
  margin: 0 0 15px 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ===================================
    Typography
====================================== */
/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'poppinsextrabold';}

p { line-height: 1.5;}
.center { text-align: center;}
.mt-1 { margin-top: 0.5rem;}
.mt-2 { margin-top: 1rem;}
.mt-05 { margin-top: 0.25rem;}
.relative { position: relative;}
.w-100 { width: 100%;}
.ml{margin-left: 1rem;}

/* ===================================
    Button
====================================== */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.btn-default {
  background: var(--red-light);
  color: var(--white);
  transition-duration: 0.3s;
}

.btn-default:hover {
  background: var(--red-dark);
  color: var(--white);
  transition-duration: 0.3s;
}

.btn-default:focus {
  color: var(--white);
}

.btn-gray {
  background: var(--gray-dark);
  color: var(--white);
  transition-duration: 0.3s;
  padding: 12px 25px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}



.owl-dots {
  text-align: center;
  padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    z-index: 9999;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #303030 !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #ffffff !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
	display: none
}
.btn-gray:hover {
  background: var(--gray-light);
  color: var(--black);
  transition-duration: 0.3s;
}

.btn-gray:focus { color: var(--white);}
.outer { box-sizing: border-box;}
.grid-container { position: relative;}

/* ===================== Home =========================*/
header{background-color:#631e6f; display: flex;align-items: center; justify-content: center;}
.header__text{  font-family: 'poppinsextrabold'; font-size: clamp(20px, 5vw, 52px); color:var(--orange-light); line-height:1.2; padding-left:12%}
.header__text span{color:var(--white);}
.ques-bg{background:#f8d201 url("../images/ques-bg.jpg") repeat-y; padding:2% 7% 3%;}
.ques-bg h2{font-size: clamp(20px, 5vw, 32px); line-height:1.5; display:block; color:var(--brown); text-align: center;}
.ques-bg h2 span{color:var(--purple);}
.ques-bg li{margin-bottom:20px; color:#954b2e; padding:0.5rem 0.85rem; border:2px solid #c6a800; border-radius:5px; width:90%}
.row { display: flex; flex-wrap: wrap;}
.col{ flex: 0 0 auto; width: 33.33%; margin-top:20px;}
.ques-bg .col{margin: auto; width:50%;}
.ques-bg label{font-size: clamp(16px, 4vw, 25px);}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #954b2e;
}
#show-no{display:none}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:20px;
    height:20px;
    border: 2px solid #c6a800;
    border-radius:2px;
    background-color: #f8d200;	
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #019342;
    position: absolute;
    top:6px;
    left:6px;
    border-radius:0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	box-shadow: 0px 0px 0px 3px #019342		
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.alert-msg{width: 100%; text-align: center;}
.alert-msg span{background:#3135c3; color:var(--white)}
.alert-msg h2{line-height:1.5; font-size: clamp(20px, 5vw, 32px); display: inline-block; text-align: center; color:var(--brown);}
.alert-msg h2 span{background-color: transparent!important}
.alert-msg h2 .active{color:var(--purple);}
.alert-hide { display: none;}

.register-info{background-color: #861b8d; padding:1% 7% 2%; text-align: center;}
.register-info h2{color:var(--yellow); font-size: clamp(32px, 5vw, 50px); line-height: 1.5;}
.register-info p{color:var(--white); line-height:1.2; font-size: clamp(16px, 5vw, 30px); font-weight: 300;}

.float-helpline{position:fixed;	bottom:50%; right:0px; z-index:100;}
.icon{position: relative; cursor: pointer; width:90px; height:90px;}
/*.icon .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffea00;
  color: #3135c3;
  padding:10px 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  border-radius:30px;
	border-bottom-right-radius: 0px;
  font-weight: bold;
}

.icon:hover .tooltip {
  top:-30px;
  right:70px;
  width:120px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}*/

.faqs{padding:2% 7% 3%}	
.faqs h2{color:var(--green); line-height:1.5; font-size: clamp(20px, 5vw, 38px);}
.acc__card { position: relative; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2); margin: 15px 0;}

.acc__title {
  background: #fff;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
}
.acc__title::after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #4a6e78;
  border-bottom: 2px solid #4a6e78;
  position: absolute;
  right:25px;
  content: " ";
  top: 17px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after { transform: rotate(224deg); transition: all 0.2s ease-in-out;border-color:#dd0a00;}
.acc__panel { background: #fff; color: #212121; display: none; margin: 0; padding:0em 2em 1em; text-align: left;}
footer .row{justify-content: space-between; align-items: center}
.footer-menu li { display: inline-block; margin-left:5px;}
.footer-menu li img{width:35px}
.copyright-text {color:#8c8c8c; margin-top:10px}

.d-block{display: block; color: var(--brown)!important;}

footer{padding:1% 7%; background:#1b1b1b}

@media screen and (min-width:1024px) and (max-width:1280px){
.ques-bg .col { margin: auto; width:80%;}	
}
@media screen and (min-width:768px) and (max-width:991px){
.ques-bg .col { margin: auto; width:90%;}	
}

@media all and (max-width: 767px) {
.col{width:50%}
.ques-bg{background-color: #f8d200; background-image: none;}	
.ques-bg .col{margin: auto; width:100%;}
.register-info h2{ margin-bottom:10px;}	
footer .row { justify-content: center;}
.d-block{display: inline;}	
}

