*{ 
  padding:0px; 
  margin:0px; 
  font-family: 'Roboto', sans-serif;
 }
  /*body{
 background: rgba(0,220,121,1) !important;
background: -moz-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,220,121,1)), color-stop(100%, rgba(3,166,178,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: -o-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: -ms-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: linear-gradient(135deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc79', endColorstr='#03a6b2', GradientType=1 );
 } */
 body {
    background-image: url(../img/b.jpg);
    /* background-repeat-y: no-repeat; */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
 a:hover{ text-decoration:none; }
 .no_txt{ color:#fff; font-size:35px; text-align:center; display:block; }
 .page-bg{  position:relative; }
 .canbic{    width:100%; }
 .text-para{  color:#fff; font-size:18px; }
 .box-bg{position:relative;padding-top:10px;}
 .box1 p{color:#fff;text-align:left;line-height: 1.2;font-size: 17px;}
  .box1 {
    border: solid 2px #04610c;
    box-shadow: 0px -1px 9px #0d7c53;
    width: 400px;
    margin: auto;
    /* top: -130px; */
    left: 26%;
    /* margin-top: 300px; */
    /* position: absolute; */
    padding: 15px;
    text-shadow: 0 0 black;
    z-index: 100;
    background-color: #05595c82;
}
 

.tm-btn{
    padding: 8px 26px;
    color: #fff;
    border: solid 2px #fff;
    box-shadow: 0px -1px 9px #fff;
    font-size: 12px;
	margin-right:10px;
}
.product{  }
.product img{  }
 
 .product-title {
    text-align: center;
    clear: both;
}
 .product-title h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size:65px;
	font-weight:bold;
   font-family: 'Roboto Condensed', sans-serif;

}
.product-title .para-big {
    margin-bottom: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
 .product-title .text-para {
 margin-bottom: 0px;
}

.product-title .top-text {
    color:#ede9e9;
    font-size: 30px;
    display: block;
    margin-bottom: -10px;
	  font-family: 'Roboto Condensed', sans-serif;
}

.text-para {
    color: #fff;
    font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	 font-weight: 500;
}
 
.cnn_img{ position: absolute;
      bottom: -100px;
	  left: 16%;
    z-index: -1;}
.ques{ color:#fff;     margin-bottom:10px; margin-top:10px;}
.ques span{ color:#000; font-size:16px;  border:solid 2px #fff; padding:5px 8px; 
font-family: 'Roboto Condensed', sans-serif;
	 font-weight: 500; }
.logo{ text-align:center; }
.logo img{ width:350px; }

@media(max-width:500px){
.logo img{ width:200px; }
.product-title .top-text { font-size: 20px; margin: 10px 0px;}
.product-title .para-big{ margin: 10px 0px;     font-size: 26px;}
.product-title .text-para{ margin: 10px 0px;}
.product-title h1{ font-size:37px;}
.box1{ width:100%;    text-align: center; }
.cnn_img{ display:block; width: 90%;left: inherit;}
 /*body { background-image: url(m-bg.jpg);     background-size: 100% 100%; }*/
body{
 background: rgba(0,220,121,1) !important;
background: -moz-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,220,121,1)), color-stop(100%, rgba(3,166,178,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: -o-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;

background: -ms-linear-gradient(-45deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
background: linear-gradient(135deg, rgba(0,220,121,1) 0%, rgba(3,166,178,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc79', endColorstr='#03a6b2', GradientType=1 );
 } 
.box-bg { padding-top: 45px;}
.ques { margin-bottom: 15px; margin-top: 15px;}
}
/*
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 100%;
  min-width: 300px;
}

h1 {
  text-align: center;  
}*/

input {
  padding: 8px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/*yes/no toggle css*/
/*.box-bg{
  width: 500px;
  margin:50px auto;
  background-color:#ededed;
}*/
.box-header{text-align: center;background-color: #1d2e59;padding: 5px 0px;}
.box-header span{color: #fff;font-size: 18px;text-align: center;}
.ques-text{text-align: center;font-size: 18px;font-weight: 500;color: #7b705e;}
.ques-head{text-align: center;font-size: 26px;font-weight: 500;}
.btn-box{width: 100%;display: block;}
.list-btn{padding-left: 0px;list-style: none;text-align: center;display: inline-block;margin: 0px 0px;width: 100%;}
.list-btn li{margin: 0px 15px;display: inline-block;}
.list-btn li a{  }
.ques-btn{background-color: #0cab19;color: #fff;text-decoration: none;padding: 14px 50px;font-size: 20px;font-weight: 600;box-shadow: 2px 2px 4px #000000a6;border-radius: 5px;}

input[type="radio"] {
    display: none;
}

label {
  padding: 10px 0px;
  /*background-color: orange;
  border: thin solid darkorange;
  border-radius: 10px;
  margin:5px;*/
  display: inline-block;
  cursor:pointer;
}

input[type="radio"]:checked + label {
    background-color: darkblue;
    cursor: default;
    color: #E6E6E6;
}
/* The Modal (background) */
.overlay{
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	text-align:center;
}

/* Modal Content */
/*.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}*/

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*.btn{background-color: #0cab19;color: #fff;text-decoration: none;padding: 14px 50px;font-size: 20px;font-weight: 600;box-shadow: 2px 2px 4px #000000a6;border-radius: 5px;}*/
/***initial form****/