
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
.demo
{
	padding: 50px 0;
}
.heading-title
{
	margin-bottom: 50px;
}
.pricingTable {
    border: 2px solid #dbdbdb;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
	background-color:#fff;
	border-radius:5px;
}

.pricingTable:hover{
    border: 2px solid #8B008B;
    margin-top: -30px;
}

.pricingTable .pricingTable-header{
    padding: 20px 10px;
}

.pricingTable .heading{
    display: block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
}

.pricingTable .pricing-plans {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
    font-weight: 900;
	height: 26%;
}

.pricingTable .price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 10px;
}

.pricingTable .price-value span{
    font-size: 50px;
}

.pricingTable .subtitle{
    color: #82919f;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
    padding: 6px 0;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}



.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #fff;
    border:2px solid #8B008B;
    padding: 10px 5px;
    color: #8B008B;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}


.pricingTable:hover .btn-block{
    background: #8B008B;
    color: #fff;
/*    border:1px solid #fff;*/
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 100px 0;
    }}
/*@charset {"utf-8";}
 CSS Document */

.pricingContent{
	text-align: left;
	padding: 0px 10px;
	margin: 0 0 35px;
	list-style: none;
	display: inline-block;
}

.pricingTable .pricingTable-header .lable{
	width: 200px;
position: absolute;

right: 350px;
transform: rotate(45deg);
z-index: 1;
}

.overflow-hidden
{
	overflow:hidden !important;
}

.border-bot
{
	border-bottom:1px solid #dbdbdb;
	height: auto;
}

.footer-bot
{
	border-bottom:1px solid #666565;
}

.icon-green
{
	color: rgb(178, 8, 201);
	padding-right:0.5rem;
}

@media (min-width: 576px){
.text-sm-left {
	text-align: left !important;
	}
	
}
 @media only screen and (max-device-width: 480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) */
	.border-bot{

		height: auto;
		}
	 .text-cs-left{
		
		left: 0px !important;
	}
	 
	 .text-cs-right{
		
		left: 0px !important;
	}
	
}

.info-box
{
	color:#232323;
	background:#f8f9fa;
	padding:30px;
}

.info-box i
{
  font-size: 38px;
  line-height: 0;
  color: #8B008B;
}

.info-box h3 {
  font-size: 20px;
  color:#f078f0;
  font-weight: 700;
  margin: 20px 0 10px 0;
	font-family: 'Josefin Sans', sans-serif;
}

.info-box p{
	padding: 0;
	line-height: 24px;
  	font-size: 15px;
 	 margin-bottom: 0;
	font-family: 'Josefin Sans', sans-serif;
}

#contact .email-form
{
/*	color:#232323;*/
	background:#f8f9fa;
	padding:30px;
}

input{
	font-family: 'Josefin Sans', sans-serif;
}

textarea{
	font-family: 'Josefin Sans', sans-serif;
}



.icon-purple{
	color:purple !important;
}

.embed-responsive-item{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive::before {
	display: block;
	content: '';
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.sub-head{
	height: 6%;
}
.span-sub-head{
	font-weight: bolder;
	font-size: 1.1rem;
	color: #0268df;
}


.icon-1{
	font-size:18px;
}

.btn-purple{
	background-color: #fff !important;
	font-size: 15px;
	transition: background-color 0.5s, color 0.5s;
	padding: 1.25rem 2.25rem;
}

.btn-purple:hover{
	background-color: #8B008B !important;
	color: #fff;
}
.text-cs-left{
	position: relative;
	left: -70px;
}
.text-cs-right{
	position: relative;
	right: -56px;
}

.page-section-adv{
	padding: 5rem 0px;
	background-color: rgba(1, 104, 223, 0.9);
	color: #fff;
}