.bg-img{background: url(images/franchisee.jpg) no-repeat center center;
min-height:600px;}

@media (min-width: 320px) and (max-width: 1023px) {
     .bg-img{
		background: url(images/book-school-mob.jpg) no-repeat center center; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-color: #fff;
	}
}

.cardclass{
    color: #ffffff;
    background-color: #EA6D9B;
    border-radius: 15px 15px 0px 0px;
}
.cardclass1{
    color: #ffffff;
    background-color: #AEC10C;
    border-radius: 15px 15px 0px 0px;
}
.cardclass2{
    color: #ffffff;
    background-color: #F68D37;
    border-radius: 15px 15px 0px 0px;
}

	.card-head-div {
    min-height: 100px;
    display: grid;
    align-items: center;
    border-radius: 15px 15px 0 0;
}
.card-headings {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}
.program{font-size:20px;}

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 100%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  width: 50%;
  padding-left:30px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.model-bg-img1 {
    border-radius: 22px;
    overflow: hidden;
}

.modal-header {
    min-height: 16.43px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.text-center {
    text-align: center;
}



.model-bg-img {
   background-image: url(images/popup-bg.png); 
    background-position: center;
}

.modal-body {
    padding: 5px 15px 15px 15px;
}

.age-txt-1 {
    font-size: 22px;
    color: #fffdfd;
	font-weight:600;
}

.age-txt-2 {
    font-size: 26px ;
    color: #fffdfd;
	font-weight:600;
}

ul li.li-size {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    color: #424242;
    opacity: 1;
    font-weight: 500!important;
    display: list-item;
    padding: 5px 0;
}

.pink{list-style:square !important; 
padding-left:10px;
color:pink;}


body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}



.formcontainer {
  position: absolute;
  right: 0;
  margin-right: 20px;
 
  max-width: 340px;
  padding: 16px;
  background-color: white;
    width: 380px;
    height: auto;
    
    z-index: 99;
    border-radius: 20px;
    border: 1px #5d5845 solid;
    display: inline-table;
    padding: 20px 30px;
    background-color: #fff;
    margin-top: 40px;
    -webkit-box-shadow: 0px 24px 44px 0px rgba(190,114,99,0.37);
    -moz-box-shadow: 0px 24px 44px 0px rgba(190,114,99,0.37);
    box-shadow: 0px 24px 44px 0px rgba(190,114,99,0.37);
  
}

.formcontainer1 {
  position: absolute;
  right: 0;
  margin-right: -30px;
 
  max-width: 340px;
  padding: 16px;
  
    width: 380px;
    height: auto;
    
    z-index: 99;
   
    display: inline-table;
    padding: 20px 30px;
  
    margin-top: 330px;
  
  
}
.curve_corner {
    border-radius: 2rem !important;
}

/* Full-width input fields */
  input[type=text], input[type=number], input[type=password], select {
  width: 100%;
  padding: 4px;
  margin: 5px 0 16px 0;
  border: 1px #fcbc44 solid !important;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
.sticky_bottom {
    position: fixed;
    color: #fff;
    bottom: 0;
    z-index: 999;
    background: #388fbc;
    padding: 15px 0;
    width: 100%;
    text-align: center;
	font-size:20px;
}
