/**/
.common_bnr {
    min-height: 310px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000047;
    background-blend-mode: multiply;
    position: relative;
}
.common_hd_box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
    width: 100%;
    text-align: center;
}
.common_hd_title {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
}
/**/


.padding_100 {
    padding: 100px 0;
}
header {
	background-color: rgba(255, 255, 255, 0);
}
.as_menu ul li a {
	color: var(--font-color);
}
 
.inner_div ul li{
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    color: var(--text-color);
    line-height: 180%;
    margin: 0 0 15px;
    position: relative;
}
.inner_div ul li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--secondary-color);
    top: 13px;
    left: 10px;
}
.title_tag {
	margin: 0 0 15px; 
    color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3; 
	position: relative;
	
}
.inner_div span.sub_title {
	color: var(--main-color);
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 5px;
	display: block;
}
.bg_color{
	background-color: #86c6501a;
}
.mb_20{
	margin-bottom: 20px;
}
.inner_two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
 
.inner_img {
    width: 100%; 
}
.inner_img img {
    width: 100%; 
}
.log_img{
	position: relative;
    margin: 0 auto 20px;
    border: 6px solid #8ac640; 
    max-width: 400px;
    width: 100%; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log_img img { 
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mb_15{
	margin-bottom: 15px;
}
  
.inner_div h3 {
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
    margin: 20px 0 10px;
    line-height: 150%;
}
.inner_div p a{
	color: var(--main-color);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-decoration: underline;
}
.inner_div p a:hover{
	color: #9b9b9b;
}
.inner_div p span, .inner_div ul li span{
	color: #000;
	font-weight: 600;
}


.grid_plan_sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: start;
    margin-top: 40px;
}
.grid_card_sec {
    border: 1px solid #86c65038; 
    position: relative;
    transition: all 280ms ease;
    margin-top: 50px;
}
.flex_header {
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    padding: 15px 30px;
    color: #fff;
    width: 85%;
    flex-direction: column;
    justify-content: center;
}
.flex_header p {
    margin: 0 !important;
    font-size: 22px  !important;
    color: #fff;
    font-weight: 600;
}
.flex_header span {
    font-size: 14px;
}
.grid_card_sec .medium_para.para_title {
    font-size: 28px  !important;
    margin: 0 !important; 
    padding: 50px 8px 12px;
    color: #333;
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
}
.medium_para.para_title span {
    display: block;
    font-size: 15px;
}
ul.check_list {
    padding: 30px 10px 30px 40px;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}
ul.check_list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
}
ul.check_list li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 1px;
    left: -24px;
    font-size: 10px;
    width: 18px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    height: 18px;
    color: #ffffff;
    display: grid;
    line-height: 1;
    place-items: center;
}
.vat_link{
	text-align: center;
}
.vat_link p {
    font-size: 15px;
    margin: 5px 0 20px;
}
.ribbon_div {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #000000;
    padding: 2px 20px;
    color: #ffffff;
}
 

@media (max-width: 1200px){
 
	.inner_img{
		text-align: center;
	}
	.title_tag {
	    font-size: 30px;
	}
	.common_hd_title {
	    font-size: 42px; 
	}
}

@media (max-width: 1021px){
	.inner_two_grid {
	    grid-template-columns: 1fr;
	    gap: 30px;
	}
 
	.inner_img:before { 
	    left: 70px; 
	}
}
@media (max-width: 992px){
 
	.padding_100 {
	    padding: 80px 0;
	}
	.inner_img:before { 
	    left: 0px; 
	}
	.common_hd_title {
	    font-size: 40px; 
	}
	.grid_plan_sec {
	    grid-template-columns: repeat(2, 1fr); 
	}
}
@media (max-width: 730px){
 
	.inner_img:before {
		left: -10px; 
		top: -20px;
		
	}
	.grid_plan_sec {
        grid-template-columns: auto;
        max-width: 720px;
    }
}
@media (max-width: 640px){
 
	.title_tag {
	    font-size: 28px;
	    margin: 0 0 20px;
	}
	.inner_div_form {
    	padding: 40px;
	}
	.grid_card_sec .medium_para.para_title {
	    padding: 60px 8px 12px;
	}
	.flex_header { 
	    width: 90%;
	    padding: 15px 20px;
	}
	
}
@media (max-width: 580px){
 
	.padding_100 {
	    padding: 70px 0;
	}
 
	.title_tag {
	    font-size: 26px;
	}
 
	.common_hd_title {
	    font-size: 36px; 
	}
	.inner_div ul li { 
	    font-size: 15px; 
	}
	.common_bnr {
    	min-height: 260px;
	}
	.flex_header p {
	    font-size: 18px  !important;
	}
    
}
@media (max-width: 480px){
 
	.inner_img:before {
		left: -10px; 
		top: -18px;
		
	}
	.title_tag {
	    font-size: 24px;
	}
	.common_hd_title {
	    font-size: 32px; 
	}
}
@media (max-width: 425px){
 
	.inner_div_form {
    	padding: 30px;
	}
 
}
@media (max-width: 375px){
	.inner_div_form {
    	padding: 20px;
	}
	.common_hd_title {
	    font-size: 28px; 
	}
}
@media (max-width: 320px){
	
}