@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,200&display=swap');
body {
  font-family: 'Poppins', sans-serif;
}
.loginfilds::-webkit-input-placeholder {
  color: #000;
}
.loginfilds:-moz-placeholder {
  color: #000;
}
.loginfilds::-moz-placeholder {
  color: #000;
}
.loginfilds:-ms-input-placeholder {
  color: #000;
}
img {
  max-width: 100%;
}
.div_header {
  padding: 15px 0;
}
.logo img {
  max-width: 350px;
}
.div_slider {
  background: url(../images/slider.jpg) no-repeat;
  background-size: cover;
  background-position: left bottom;
	min-height: 600px;
  
}
.div_listbox {
  padding: 50px 0 80px 0;
}
.pagetile {
  text-align: center;
  padding-bottom: 20px;
}
.pagetile h2 {
  font-size: 30px;
  color: #000;
  margin: 0 0 20px;
  line-height: 40px;
}
.pagetile h2 span {
  display: block;
}
.div_listbox .div_listitem ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-flow: wrap;
}
.div_listbox .div_listitem ul li {
  flex: 1 0 11%;
  text-align: center;
  padding: 16px;
  border: 1px solid #222;
  margin: 0 2%;
  border-radius: 5px;
}

.div_listbox .div_listitem ul li img {
  width: 68px;
  height: 68px;
}
.div_listbox .div_listitem ul li h4 {
  font-size: 16px;
  margin: 10px 0;
}
.div_listbox .div_listitem ul li:first-child {
  margin-left: 0;
}
.div_listbox .div_listitem ul li:last-child {
  margin-right: 0;
}
.div_lgoinformbox form {
  background: #FFF;
  margin: 30px 0;
  border-radius: 5px;
}
.div_lgoinformbox h3 {
  text-align: center;
  background: #222;
	color:#fff;
  padding: 16px;
  font-size: 30px;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.div_ince .col-lg-6 img {
  width: 100%;
}
.div_desp {
  padding: 30px 64px;
  text-align: center;
  border: 1px solid #70c6eb;
}
.div_cap {
  position: absolute;
  left: 0;
  width: 86%;
  background: rgba(255, 255, 255, 0.6);
  padding: 17px;
  bottom: 100px;
}
.div_cap h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.div_cap h3 span {
  display: block;
}
.div_ince {
  padding: 80px 0 30px;
}
a.div_link {
  background: #222;
  color: #FFF;
  text-decoration: none;
  padding: 10px 48px;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
}

a.div_link:hover {
  background: #00b4ff;
  color: #000;

}


footer {
  background: #222;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 20px 0 10px;
}
.plans {
  display: flex;
  flex-flow: wrap;
  padding: 15px;
}
.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.plans .plan {
  cursor: pointer;
  width: 50%;
}
.plans .plan .plan-content {
  display: flex;
  border: 1px solid #6d6868;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
}
.plans .plan .plan-content img {
  margin-right: 15px;
  height: 45px;
  width: 45px;
}
.plans .plan .plan-details span {
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}
.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}
.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}
.plans .plan .plan-content:hover {
  box-shadow: none;
}
.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}
.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.loginfilds {
  width: 100%;
  padding: 20px 5px 0;
}
.loginfilds .form-control {
  margin-bottom: 15px;
  border-radius: 10px;
}
.loginfilds h4 {
  margin: 30px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
.div_btn {
  background: #10b7fd; /* Old browsers */
  background: -moz-linear-gradient(top, #10b7fd 0%, #0eb4f9 19%, #04a4e7 70%, #009edf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #10b7fd 0%, #0eb4f9 19%, #04a4e7 70%, #009edf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #10b7fd 0%, #0eb4f9 19%, #04a4e7 70%, #009edf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b7fd', endColorstr='#009edf', GradientType=0); /* IE6-9 */
  border: none;
  padding: 10px 67px;
  font-size: 24px;
  max-width: 490px;
  margin: 10px auto;
  display: flex;
  border-radius: 23px;
  font-weight: 500;
  width: 100%;
  justify-content: center;
  line-height: 28px;
}

.div_btn:hover {
	/* background: #10b7fd; 
  background: -moz-linear-gradient(top, #009edf 0%, #04a4e7 19%, #0eb4f9 70%, #10b7fd 100%);
  background: -webkit-linear-gradient(top, #009edf 0%, #04a4e7 19%, #0eb4f9 70%, #10b7fd 100%);
  background: linear-gradient(to bottom, #009edf 0%, #04a4e7 19%, #0eb4f9 70%, #10b7fd 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b7fd', endColorstr='#009edf', GradientType=0);  */
	
	background: #222;
	color: #fff;

}

p.small {
  padding: 0px 20px 20px 20px;
  text-align: center;
	font-size: 13px;
}
.div_mobileimg {
  display: none;
}
@media screen and (max-width: 991px) {
  .div_mobileimg {
    display: block;
  }
  .div_slider {
    background: none;
    height: auto;
  }
  .plans {
    margin: 20px 0 0;
    padding: 0;
  }
  .plans .plan {
    width: 50%;
  }
  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .div_cap {
    width: 88%;
    background: rgba(255, 255, 255, 0.6);
    padding: 17px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .div_desp {
    padding: 25px 20px;
  }
	
	 }

  @media (max-width: 767px) {
    .div_listbox .div_listitem ul li {
      flex: 0 0 45%;
      margin: 0 2% 2%;
    }
    .div_listbox .div_listitem ul li:first-child {
      margin-left: 2%;
    }
    .div_listbox .div_listitem ul li:last-child {
      margin-right: 2%;
    }
    .div_cap {
      margin-bottom: 0;
    }
    .div_cap h3 {
      font-size: 20px;
		line-height: 30px;
    }
	  
	  .div_cap {
       bottom: 75px;
}
	  
	  .div_ince {
    padding: 10px 0 30px;
}
	  
	  .div_listbox {
    padding: 20px 0;
}
	  
  }
	
  @media screen and (max-width: 540px) {
    .pagetile h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .plans .plan .plan-content img {
      margin-bottom: 0;
      height: 56px;
      -webkit-transition: height 0.4s;
      -o-transition: height 0.4s;
      transition: height 0.4s;
    }
    .plans .plan input[type="radio"]:checked + .plan-content:after {
      top: 20px;
      right: 10px;
    }
    .plans .plan .plan-content {
      padding: 3px 10px;
      align-items: center;
    }
    .logo img {
      max-width: 100%;
    }
    .plans .plan .plan-content img {
      margin-right: 3px;
    }
	  
	    
	 	
	}
	

  .errorMessage{
  font-size: 11px;
  color: red;
  float: left;
}