section.img-section{
	background: url('../assets/img/header.png') ;/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: top center;   
    /*opacity: 0.9;*/
    box-shadow: inset 0 0 0 160px rgba(11, 12, 54, 0.72);
    position: relative;
    text-align: center;
    height: 320px;
    color:white;
    display: flex;
  	flex-direction: column;
  	justify-content: center;
}

section.img-section h1{
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 70px;
    margin-bottom: 25px;

}

section.img-section p{
	font-size: 18px;
    font-weight: lighter;
}

section.img-section h1 .blue-white{
	color:#00AEEF;
	margin: 10px;
}

section.img-section h1 .white{
	color:#FFFFFF;
	margin: 10px;
}


/**********************************************************/
section.subscriptions{
	min-height: 1100px;
	background-color: #FFFFFF;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  	margin-bottom: 50px;
  	margin-top:50px;
  	    padding-right: 20px;
    padding-left: 20px;
}

section.subscriptions h1{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color:#0B0C36;
	margin-top: 50px;
}

section.subscriptions h2{
    font-size: 26px;
    text-align: center;
    color: #0B0C36;
    font-weight: 300;
    margin-bottom: 50px;
}

section.subscriptions .col-md-2{
    display: flex;
    justify-content: center;
}

section.subscriptions .subscription{
    min-width: 160px;
    max-width: 400px;
}

section.subscriptions .subscription .white-blue-header{
	background-color:#00AEEF;
	color:#FFFFFF;
	font-size:24px;
	font-weight:400;
	text-align: center;
    padding: 12px;
    min-height: 83px;
}

 .white-blue-header span img{
    width:115px;
}
section.subscriptions .subscription .blue-header{
	background-color:#0B0C36;
	color:#FFFFFF;
	font-size:24px;
	font-weight:400;
	text-align: center;
    padding: 12px;
}

section.subscriptions .subscription .subscription-details{
	padding: 10px 30px 35px 30px;
    box-shadow: 0px 6px 16px 3px #D2D2DA;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.subscriptions .subscription .subscription-details img{
	height: 58px;
}

section.subscriptions .subscription .office{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #0B0C36;
    margin-top: 20px;
    line-height: 1.1;
}

section.subscriptions .subscription .money-div{
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

section.subscriptions .subscription .money{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin: 0 auto;
}

section.subscriptions .subscription .money small{
	font-size: 20px;
}

section.subscriptions .subscription .money-time{
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    display: block;
    direction: ltr;
    position: absolute;
    top: 90px;
}

section.subscriptions .subscription .money-time-before{
	font-weight: 300;
    text-align: center;
    font-size: 20px;
    display: block;
    direction: ltr;
    position: absolute;
    top: 20px;
}

section.subscriptions .subscription p{
	font-size: 18px;
}

section.subscriptions .subscription .subscription-details .details{
	text-align: center;
}

section.subscriptions .subscription .subscription-details .blue-btn{
    background-color: rgba(11, 12, 54, 0);
    border: solid 2px  #0B0C36;
    color: #0B0C36;
    height: 35px;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    transition: 0.4s;
    transform:  ease all;
 
}
section.subscriptions .subscription .subscription-details .blue-btn:hover{
    background-color: rgba(11, 12, 54, 1);
    border: solid 2px  #0B0C36;
    color: #ffffff;
 
}

section.subscriptions .subscription .div-icons .icon{
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.subscriptions .subscription .div-icons .icon img{
	height: 36px;
	width: 36px;
}

section.subscriptions .subscription .div-icons .icon .num{
	height: 30px;
    width: 30px;
    background-color: #0B0C36;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    padding: 16%;
}

.card {
	display: inline-block;
	width: 40%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	
}

.card-a {
	display: inline-block;
	width: 25%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	
}
.card-a-a {
	padding: 0px 0px 15px;
	width: 24%;display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: inline-block;
}

.card-box {
	width: 45%;
	display: inline-block;
	    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card-box-a {
	width: 100%;
	display: inline-block;
	    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.card-box-2{
	margin:auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.white-blue-header > h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.contact-heading {
    text-decoration: underline;
    font-weight: bold;
}
@media only screen and (max-width: 1400px) {
.card-box {
	width: 100%;
	margin-bottom: 50px;
	   justify-content: center;

}

.card {
margin-right: 30px;
    justify-content: center;	
}

.card-box-a {
	width: 100%;
	margin-bottom: 50px;
	   justify-content: center;

}

.card-a {
margin-right: 30px;
    justify-content: center;
    	width: 100%;	
    		margin-bottom: 50px;
}

section.subscriptions h1{
	margin-bottom: 30px;
	
}

 @media only screen and (max-width: 900px) {
.card-box {
	width: 100%;
margin-bottom: 0px;
	   justify-content: space-around;
flex-wrap: wrap;
}

.card {
	width: 100%;
		margin-bottom: 50px;
		margin-left: 15px;
		margin-right: 15px;
}

.card-a {
margin-left: 15px;
		margin-right: 15px;
}

.card-box-2 {
flex-wrap: wrap;
	   justify-content: space-around;
} 

}