*{ margin:0; padding:0}

.dcflink a:link {
    text-decoration: none;
    color: #1bad7d;
    font-size: 18px;
}

.dcflink a:hover {
    text-decoration: none;
    color: #cd952f;
    font-weight: bold;
}

.dcflink a:visited {
    color: #1bad7d;;
}

.dcflink a:active {
    color: #1bad7d;
}

div {
    padding: 0px;
    border: 0px;
    margin: 0;
    white-space:0;
}

#navigation,.navbar .navbar-default{
	height: 100%;
	background-image: url("nav-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-size: cover;
}

/*Code to change color of active link*/
.navbar-nav > .active > a {
	color: white;
}

.div-play-video {
    margin: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.play-video {
    width:100%;
    height:100%
}

#cookies-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 450px;
    background: #333;
    color: #fff;
    padding: 40px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 8px;
} 

.btn-cont {
    display: flex;
    margin: 20px 20px;
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
} 

#cookie-popup p {
    margin: 0;
}

#cookie-popup button {
    margin-top: 10px;
    background-color: #16bb24;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: large;
    cursor: pointer;
}

#cookie-popup button:hover {
    background-color: #357ae8;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.techimg {
    width: 180px;
}

.appstore {
    width: 139px;
}

.appqr {
    width: 200px;
}

.font-header {
    font-size: 20px;
    font-weight: bold;
    color: #0a4472;
}

.font-content {
    font-size: 18px;
    font-weight: bold;
    color: #289b95;
}

.font-content2 {
    font-size: 18px;
    font-weight: bold;
    color: #092a28;
}

.font-content3 {
    font-size: 18px;
    color: #092a28;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(31, 142, 198);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

.back-to-top:hover {
    background-color: #555;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.pmpqradio {
    border-color: #7B1FA2;
    width: 23px;
    height: 23px;
}

.pmpqcheckbox {
    border-color: #7B1FA2;
    width: 23px;
    height: 23px;
}

.pmpquestion {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.font-time {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.font_wrong_ans {
    font-size: 18px;
    font-weight: bold;
    color: #e50744;
}

.font_correct_ans {
    font-size: 18px;
    font-weight: bold;
    color: #289b95;
}

.ans_img {
    width: 30px;
}

.question_img {
    width: 100%;
}

.desktop_img {
    width: 800px;
}
