.padding_100 {
    padding: 100px 0;
}
header {
	background-color: rgba(255, 255, 255, 0);
}
 
 
.title_tag {
    font-weight: bold;
    font-size: 34px;
    margin: 0 0 25px;
    padding-bottom: 6px;
    position: relative;
    line-height: 130%;
}
.title_tag:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    left: 0;
    bottom: 0;
}
.bg_color{
	background-color: var(--main-color);
}

.inner_two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 30px;
}
.service_card{
	align-items: initial;
}
.inner_three_grid{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px; 
}
.inner_img{
	position: relative;
}
.mb_15{
	margin-bottom: 15px;
}
.inner_img img{
	width: 100%;
	box-shadow: 8px 8px 15px 0 #00000038;
}
.inner_img{
	position: relative;
	padding-bottom: 20px;
}
.inner_img:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 112%;
    background-color: #38a0d826;
    top: -30px;
    right: -30px;
    z-index: -1;
}
.inner_div h3 {
    font-weight: 600;
    color: var(--main-color);
    font-size: 20px;
    margin: 20px 0 10px;
    line-height: 150%;
}
.inner_div p a{
	color: var(--secondary-color);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
}
.inner_div p a:hover{
	color: #9b9b9b;
}
.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;
}

#table_tab {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
	
}

#table_tab td{
	padding: 20px; 
	width: 65%;
	line-height: 160%;
	font-size: 16px;
}
#table_tab td:not(:first-child){
	text-align: center;
	width: 17.5%;
}
#table_tab tr:not(:last-child){
	border-bottom: 2px solid #fff;
}

#table_tab tr:nth-child(odd){
	background-color: #f9f9f9;
}
#table_tab tr:nth-child(even){
	background-color: #1da0d41f;
}
 
#table_tab th {
	padding: 20px;
	text-align: center;
    font-size: 24px;
    font-family: var(--bold);
    line-height: 1.2;
}
#table_tab td:nth-child(2) { 
	color: var(--secondary-color);
	font-weight: 600;
}
#table_tab th:last-child, #table_tab td:last-child {
	background-color: var(--secondary-color);
	color: #fff;
	font-weight: 600;
}

 
#table_tab td .dark_btn {
    padding: 8px 20px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}
#table_tab td .dark_btn:hover{
	background-color: #fff;
	color: #000;
}
#table_tab tr:last-child td:nth-child(2) .dark_btn{
	border: 2px solid var(--secondary-color);
    color: var(--main_color);
}
#table_tab tr:last-child td:nth-child(2) .dark_btn:hover{
	background-color: var(--secondary-color);
	color: #fff;
}
.service_img_div img {
    width: 100%;
    max-width: 220px;
	min-height: 220px;
	object-fit: cover;
	object-position: center;
    border-radius: 20px;
    margin: 0 0 20px;
    border: 8px solid #fff;
    box-shadow: 0 0 20px 0 #efefef;
}
.service_section .service_card .inner_div a {
    padding: 12px 25px;
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.service_section .service_card .inner_div {
    padding: 20px;
    background-color: #38a0d80d;
    border-radius: 17px;
}
.service_section .service_card .title_tag {
    font-size: 28px;
}
 
@media (max-width:1300px){
	#table_tab {
		width: 90%;
	}
	.inner_three_grid{ 
	    gap: 30px; 
	}
}
 
@media (max-width: 1200px){
 
	.inner_img{
		text-align: center;
	}
 
	.service_section .inner_three_grid .title_tag {
	    font-size: 26px;
	}
}

@media (max-width: 1100px){
 
	.inner_three_grid {
	    grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1021px){
    #table_tab {
		width: 100%;
		min-width: 830px;
	}
	.table_div {
	    overflow-x: auto;
	}
	.inner_two_grid {
	    grid-template-columns: 1fr;
	}
	
	.title_tag {
	    font-size: 30px;
	}
}
@media (max-width: 992px){
 
	.padding_100 {
	    padding: 80px 0;
	}
	.guide_two_grid {
	    grid-template-columns: 1fr;
	}
	#table_tab th { 
	    font-size: 22px; 
	}
}
@media (max-width: 768px){
 
	
}
@media (max-width: 640px){
	.inner_img:before {
		right: -20px; 
		top: -25px;
		
	}
	.inner_img img {
	    width: 95%; 
	}
	.title_tag {
	    font-size: 28px;
	}
	.inner_div_form {
    	padding: 40px;
	}
	.inner_three_grid {
	    grid-template-columns: 1fr; 
	}
}
@media (max-width: 575px){
	.padding_100 {
	    padding: 70px 0;
	}
 
	.title_tag {
	    font-size: 26px;
	    margin: 0 0 20px;
	}
	#table_tab th { 
	    font-size: 20px; 
	}
	.service_section .inner_three_grid .title_tag {
	    font-size: 22px;
	}
  
}
@media (max-width: 480px){
 
	.inner_img:before {
		right: -10px; 
		top: -18px; 
	}
	#table_tab td{ 
		font-size: 15px;
	}
}
@media (max-width: 425px){
 
	.inner_div_form {
    	padding: 30px;
	} 
}
@media (max-width: 375px){
	.inner_div_form {
    	padding: 20px;
	}
}
@media (max-width: 320px){
	
}


/*.content_wrapper{
	padding:60px 0;
}
.lp_hd{
    font-size: 34px;
    line-height: 160%;
    margin-top: 0px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
@media(max-width:768px){
	.lp_hd{
		font-size: 28px;
		margin-bottom:10px;
	}
	.content_wrapper{
		padding:40px 0;
	}
	.content_wrapper p{
		font-size:14px;
	}
}
@media(max-width:576px){
	.lp_hd{
		font-size: 25px;	
	}
	.content_wrapper{
		padding:20px 0;
	}
}*/