/* css start here */
*{
	margin:0;
	padding:0;
}
html, body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}
img{
	max-width:100%;
}
ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}
a{
	display:inline-block;
	outline: medium none !important;
	text-decoration:none !important;
	transition:ease-in-out 0.5s !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color:#333;
}
p{color:#666;}
.plan_sec {
    padding: 50px 0;
}
.plan_head {
    margin-bottom: 40px;
}
.plan_head h1 {
    font-size: 1.75rem;
}
label.active_plan {
    display: block;
    cursor: pointer;
}
.plan span.plan_icon {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
    padding: 15px;
    border-radius: 100%;
    margin: 0 auto 25px;
    text-align: center;
}
.plan > div:first-child{padding: 20px 20px 10px;margin:25px}
.plan {
    background: #fff;
    border-radius: 3px;
    transition: ease-in-out 0.5s;
    -moz-box-shadow: 0 1px 10px 0 #0000003b;
    -webkit-box-shadow: 0 1px 10px 0 #0000003b;
    box-shadow: 0 1px 10px 0 #ccc;
}
    .plan:hover {
        transform: scale(1.1);
        box-shadow: 0 1px 10px 0 #0000003b;
        position: relative;
        z-index: 999;
        background: #175497;
        overflow: hidden;
    }
.plan:hover {box-shadow: 0 1px 10px 0 #0000003b;}
.plan h2 {
    max-width: 200px;
    width: 100%;
    padding: 30px 0 0;
    margin: 20px auto 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 700;
}
.plan:hover h2, .plan:hover p, .plan:hover h4, .plan:hover span{
	color:#fff;
}
    .plan > div:first-child a {
        font-weight: 600;
        color: #fff;
        display: block;
        border-radius: 3px;
        padding: 10px 5px;
        box-shadow: 0 3px 10px 0 #00000038;
        background-color: #175497;
    }
.plan:hover > div:first-child a, .plan > div:first-child a:hover{
	color:#333;
	background:#fff;
}
        .plan > div:first-child a:hover {
            background-color: lightgray;
            color: #175497 !important;
        }
.per_month {
    margin: 10px 0;
}
.plan span {
    display: block;
    color: #666;
    font-size: 14px;
}	
.plan input[type="radio"] {
    width: 0;
    opacity: 0;
}
.plan span.plan_icon {
    width: 70px;
    height: 70px;
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 100%;
    margin: 0 auto 20px;
    text-align: center;
    box-shadow: 0 0px 7px 0 #0000003b;
    background: #fbfbfb;
}
.plan h4 {
    font-size: 1rem;
}
.plan p {
    font-size: 14px;
}
.plan_list {
    margin-top: 10px;
    background: #333;
    padding: 15px 20px;
}
.plan_list h5 {
    color: #fff;
	font-size: 16px;
}
.plan_list li{position:relative;padding-left:15px;}
    .plan_list li .fa {
        position: absolute;
        left: 0;
        top: 3px;
        color: #175497
    }
.plan_list li, .plan_list li a {
	color: #fff;
	font-size: 14px;
}
.plan_list li a {
    padding: 1px 10px;
    
}

.include_sec_plan_detail li {
    font-size: 15px;
    padding: 5px 0 5px 40px;
    position: relative;
}

.include_sec_plan_detail .fa {
    color: #499cf6;
    left: 0;
}

.include_sec {
    padding: 50px 0;
    background: #fafafa;
}
h3.head_2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.include_sec li {
    color: #666;
    font-size: 14px;
    padding: 5px 0 5px 20px;
    position: relative;
}
.include_sec .fa {
    color: #499cf6;
    position: absolute;
    left: 0;
    top: 7px;
}
.card-header button{
    display: block;
    width: 100%;
    text-align: left;
    color: #333 !important;
    font-size: 1rem;
    text-decoration: none !important;
    white-space: inherit;
	font-weight:500;
	    padding-left: 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    border-color: #fff;
}
.plan_sec .fa {
    font-size: 1.5rem;
    color: #007bff;
    margin-left: 15px;
    vertical-align: top;
}
.plan_sec .card {
    border: none;
}
.plan_sec div#accordion .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 1.3rem;
	text-decoration: none;
	white-space: inherit;
}
.card-body {
    padding: 0 1rem;
}
button.btn.btn-link[aria-expanded="false"] i.fa.fa-angle-up, button.btn.btn-link[aria-expanded="true"] i.fa.fa-angle-down  {
    display: none;
}
button.btn.btn-link[aria-expanded="true"] i.fa.fa-angle-up, button.btn.btn-link[aria-expanded="false"] i.fa.fa-angle-down {
    display: inline-block;
}
.plan_sec div#accordion button[aria-expanded="false"] .fa-angle-up {
    display: none;
}
.plan_sec div#accordion button[aria-expanded="true"] .fa-angle-down {
    display: none;
}
.plan_sec .more_nfo {
    display: block;
    max-width: 110px;
    text-align: center;
    padding: 8px 0;
    background: #007bff;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0 0;
    box-shadow: 0 2px 9px 0px #ccc;
}
.plan_sec div#accordion .card {
    margin-bottom: 1px;
}
.details_plan {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.details_plan h4 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 15px;
    font-size: 20px;
    color: #000;
    border-bottom: 2px solid #007bff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	    margin: 0;
}
.details_plan .blue_btn {
	font-weight: 600;
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 15px 5px;
    box-shadow: 0 3px 10px 0 #00000038;
    background-color: #175497;
	margin-top: 20px;
	text-align:center;
}
.follow_sec .icon_sec{
	margin: 0 10px 0 0;
    height: 40px;
    background: #3B5595;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.follow_sec {
    padding: 15px;
}
.follow_sec h4 {
    border-bottom: none;
    margin: 30px 0 15px;
    padding: 0;
}
.follow_sec .icon_sec i{
	font-size:20px;
	color:#fff;
	margin: 0;
	position: static;
}
h3.head_2.head_details {
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.details_plan li {
    padding:15px;
    border-bottom: 1px solid #ccc;
	color: #666;
}
.details_plan li span {
    vertical-align: middle;
    display: inline-block;
}
.details_plan li span:last-child {
    float: right;
}
.details_plan li span img {
    width: 30px;
    vertical-align: middle;
	margin-right: 5px;
}
.follow_sec > div a:nth-child(2) {
    background: #0077b5;
}
.follow_sec > div a:nth-child(3) {
    background: #60a9dd;
	margin:0;
}
.collapse {
    border: 1px solid #eaeaea;
    padding: 15px 0;
    border-radius: 4px;
}
.card-header button, .card-header button:hover {
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0;
}
.card-header button, .card-header button:hover{
	padding-right:25px;
}
.plan_sec .fa {
    position: absolute;
    top: 12px;
    right: 13px;
}
h3.head_2.head_details {
    border-bottom: 1px solid #ccc;
	padding: 12px 0;
}
.plan_sec .plan .plan_list li .fa {
    left: 0;
    right: auto;
    top: 3px;
    margin: 0;
    font-size: 14px;
}
.details_plan .blue_btn:hover, .plan_sec .more_nfo:hover, .follow_sec .icon_sec:hover{
	color: #333 !important;
    background: #fff;
	box-shadow: 0 3px 10px 0 #00000038;
}
.follow_sec .icon_sec:hover .fa{
	color: #333 !important;
}

@media (max-width:767px){
	.container{
		width:100%;
	}
	.plan_sec, .include_sec {
		padding: 50px 0;
	}
	.col-sm-4.active .plan {
		transform: inherit;
	}
	.plan {
		margin-bottom: 15px;
	}
	.plan_list {
		margin-top: 10px;
		background: #333;
		padding: 15px 10px;
	}
	.plan > div:first-child {
		padding: 0 10px 10px;
	}
	.plan_head h1 {
		font-size: 1.5rem;
	}
}
@media (max-width:575px){
	h3.head_2 {
		text-align: left !important;
	}
	.include_sec ul {
		margin-bottom: 15px;
	}
}


	
	
	