.approch_sec {
    padding: 80px 0;
    background: linear-gradient(to bottom left, hsl(217 91% 60% / .05), hsl(217 91% 60% / .1));
    position: relative;
}
.py_96{
	padding: 96px 0;
}
.max-w-3xl{
	max-width: 767px;
}
.max-w-4xl{
	max-width: 896px;
}
.site_content h1{
	    color: #282c34;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 32px;
}
.site_content h2{
    color: #282c34;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.site_content h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #282c34;
    margin: 16px 0 12px;
}
.site_content p{
        color: #6b7b94;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.site_content.text_lg p{
    font-size: 20px;
    line-height: 33px;
}
.site_content.text_md p{
    font-size: 18px;
    line-height: 30px;
}
.site_content p:last-of-type{
	margin-bottom: 0 !important;
}

.grid_col_3,
.approch_grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
	max-width: 1024px;
	margin: 48px auto 0;
}
.grid_card {
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgb(255 255 255 / 25%), 0 4px 6px -4px rgb(82 82 82 / 26%);
    border: 1px solid #f1f1f1;
	    text-align: center;
	transition: 0.3s all;
}
.grid_card:hover {
    box-shadow: 0 20px 25px -5px rgb(255 255 255 / 25%), 0 8px 10px -6px rgb(82 82 82 / 26%);
}
.grid_card ._icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(217 91% 60%), hsl(217 76% 70%));
    border-radius: 100px;
}
.grid_card ._icon svg {
    width: 20px;
    height: 20px;
    color: #fff !important;
}
.grid_card h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #282c34;
    margin: 16px 0;
}
.grid_card h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #282c34;
    margin: 12px 0;
}
.grid_card p{
	color: #6b7b94;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin:0;
}
.team_sec {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
.team_grid{
	display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
	max-width: 1024px;
	margin: 32px auto;
}
.team_grid .grid_card p{
    font-size: 14px;
    line-height: 20px;
}
.positions_sec{
	background-color: #fff;
}
.view_details_btn:not(.show) span._hide, .view_details_btn.show span._view,
.hidden_content:not(.show) {
    display: none;
}
span.pre_heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #3c83f6;
}
.possition_card {
    background: #c7c7c71a;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #e1e1e1;
	box-shadow: 0 10px 15px -3px rgb(255 255 255 / 25%), 0 4px 6px -4px rgb(82 82 82 / 26%);
	cursor: pointer;
	transform: none;
    transform-origin: 50% 50% 0px;
	transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
}
.possition_card span._tag {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #16a249;
    text-transform: uppercase;
}
.possition_card span._tag svg {
    width: 18px;
    height: 18px;
    color: #16a249;
}
.who_quote .initials,
.possition_card ._icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(217 91% 60%), hsl(217 76% 70%));
    border-radius: 12px;
    color: #fff;
    margin: 12px 0 10px;
}
.possition_card h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #282c34;
    margin: 8px 0;
}

.possition_card ul {
    padding: 0 0  24px;
    list-style: none;
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.possition_card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.possition_card ul li svg {
    width: 16px;
    height: 16px;
    color: #525760;
}
.possition_card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #525760;
}
.positions_sec .grid_col_3 {
    max-width: 1248px;
}
.view_details_btn span {
    font-size: 14px;
    color: #3c83f6;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
	cursor: pointer;
}
.view_details_btn span svg {
    width: 16px;
}
.elevate_career_sec {
    background-color: #e9f5ea;
}
.quote_box {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    margin-top: 32px;
    border-left: 4px solid #f04428;
    display: flex;
    gap: 20px;
}
.quote_box .quote_icon {
    flex: 0 0 48px;
}
.quote_box .quote_icon svg {
    width: 48px;
    height: 48px;
    color: #f0442836;
}
.quote_box .site_content p {
    font-style: italic;
    color: #282c34;
    font-weight: 500;
}
.who_quote .initials {
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    width: 48px;
    height: 48px;
    margin: 0;
}
.who_quote ._info ._name {
    color: #282c34;
    font-weight: 700;
}
.who_quote ._info ._what {
    font-size: 14px;
    display: inline-block;
    color: #6b7b94;
}
.who_quote ._info ._exp {
    color: #3c83f6;
    background: #eee;
    padding: 2px 10px 3px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
}
._elevate svg {
    color: #51ace4 !important;
    width: 40px;
    height: 40px;
}
._elevate .line {
    width: 80px;
    height: 4px;
    background: #51ace4;
    display: inline-block;
    margin-left: 12px;
}
._elevate {
    margin-bottom: 12px;
}
.insurance_sec {
    background: linear-gradient(to right, hsl(51deg 100% 50% / 19%), hsl(142deg 76% 36% / 15%), hsl(217 91% 60% / .05));
}
.services_banner ul.mylist,
.insurance_sec ul.mylist {
    display: flex;
    margin-top: 32px;
    gap: 12px;
    flex-wrap: wrap;
}
.insurance_sec .site_content h2 {
    font-size: 26px;
    color: #6b7b94;
    max-width: 570px;
}
.insurance_sec {
    background: #ebebeb;
}
.work_grid{
	display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
	max-width: 896px;
	margin: 48px auto;
}
.work_grid .grid_card h4{
	margin-bottom:0;
}
.insurance_plans {
    background: #edeff2;
}
.plans_grid{
	display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
	max-width: 896px;
	margin: 48px auto 0;
}
.plans_grid .grid_card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_banner{
    background: linear-gradient(135deg, hsl(54 100% 85%), hsl(51 100% 50%));
    background: linear-gradient(to right, hsl(51deg 100% 50% / 19%), hsl(142deg 76% 36% / 15%), hsl(217 91% 60% / .05));
    position: relative;
}
.grid_col_2{
   display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
	max-width: 1024px;
	margin: 48px auto 0; 
}
.grid_card ._link {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
}
.grid_card ._link svg {
    width: 18px;
    height: 18px;
    margin-left: 4px;
}
.benefits_sec,
.services_rendered_sec {
    background: #f9f9f9;
}
.services_rendered_sec .grid_card ._icon {
    background: #78a5ed3d;
    border-radius: 12px;
}
.services_rendered_sec .grid_card ._icon svg {
    color: #0d6efd !important;
}
.single_service_banner {
    background: linear-gradient(135deg, hsl(54 100% 85%), hsl(51 100% 50%));
    background: linear-gradient(to right, hsl(51deg 100% 50% / 19%), hsl(142deg 76% 36% / 15%), hsl(217 91% 60% / .05));
    position: relative;
    padding: 80px 0 130px;
}
ul.mylist._btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.abtready_sec .site_content p{
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
}
._benefits {
    max-width: 896px;
    margin: 48px auto 0;
}
._benefits ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 12px;
}
._benefits ul li {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 10px -3px rgb(255 255 255 / 25%), 0 2px 4px -2px rgb(82 82 82 / 26%);
    border: 1px solid #f1f1f1;
    transition: 0.3s all;
        display: flex;
    gap: 10px;
}
._benefits ul li svg {
    color: #3c83f6 !important;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 3px;
}
.single_service_banner .site_content svg {
    width: 48px;
    height: 48px;
    color: #282c34 !important;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
	.possition_card h3.title{
		min-height: 60px;
	}
}
.who_quote {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
}

@media (max-width:1399px){
	.site_content h1 {
		font-size: 51px;
		margin-bottom: 26px;
	}
}

@media (max-width:991px){
	.team_grid,.grid_col_3,
	.approch_grid {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		margin: 32px auto 0;
	}
	.site_content.text_lg p {
		font-size: 18px;
		line-height: 29px;
	}
	.py_96 {
		padding: 75px 0;
	}
    .single_service_banner {
        padding: 50px 0 110px;
    }
	.site_content h1 {
		font-size: 45px;
		margin-bottom: 20px;
	}
	.work_grid {
		gap: 20px;
		grid-template-columns: repeat(3, minmax(0px, 1fr));
		margin: 32px auto;
	}
	.plans_grid {
		gap: 20px;
		grid-template-columns: repeat(4, minmax(0px, 1fr));
		margin: 32px auto 0;
	}
    ._benefits,
    .grid_col_2{
        margin: 32px auto 0;
    }
}

@media (max-width:767px){
	.possition_card, .grid_card {
		padding: 20px;
		border-width: 1px;
	}
	.site_content h1 {
		font-size: 38px;
	}
	.site_content h2 {
		font-size: 36px;
		margin-bottom: 16px;
	}
    .grid_col_2,
	.team_grid,.grid_col_3,
	.approch_grid {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 20px;
	}
	.site_content.text_md p {
		font-size: 16px;
		line-height: 24px;
	}
	.quote_box .quote_icon {
		flex: 0 0 32px;
	}
	.quote_box .quote_icon svg {
		width: 32px;
		height: 32px;
	}
	.possition_card h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.quote_box {
		padding: 20px;
		border-radius: 12px;
		margin-top: 24px;
		gap: 12px;
	}
	.py_96 {
		padding: 60px 0;
	}
	.work_grid {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		margin: 24px auto;
	}
	.plans_grid {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		margin: 24px auto 0;
	}
	.insurance_sec .site_content h2 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
    ._benefits,
    .grid_col_2{
        margin: 24px auto 0;
    }
    .single_service_banner {
        padding: 40px 0 80px;
    }
    .single_service_banner .banwave svg {
        height: 50px;
    }
    .single_service_banner .site_content svg {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }
}
@media (max-width:440px){
    .site_content h1 {
        font-size: 34px;
        margin-bottom: 18px;
    }
    .abtready_text h3,
    .site_content h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
}