.myred {
	color:#ef334a !important;
}
.myblue {
	color:#2774b1 !important;
}

.greybg {
	background-color:#eee;
	padding:15px;
}

.form-bg{
	background-color:#eee !important;
	padding:10px 5px;
	margin-bottom:20px;
	border-radius:5px;
}

label {
	padding:10px;
	color:#2774b1 !important;
}

input, select, textarea {
	border:2px dotted #2774b1 !important;
}

.accordion-item {
	margin-bottom:20px;
}

.responsive-heading {
	font-size:36px;
	font-weight:800;
} 


@media only screen and (max-width: 767px) {
	
	.responsive-heading {
	font-size:18px;
	font-weight:600;
} 	
}

.font13 {
	font-size:13px;
}
.font12 {
	font-size:12px;
}
.font11 {
	font-size:11px;
}
.myfont12{
	font-size:12px;
	font-weight:500;
}
.accordion {
	padding-top: 1rem;
	padding-bottom: 9rem;
}

.accordion .h2-heading {
	margin-bottom: 1.5rem;
	text-align: center;
}

.accordion .accordion-item {
	padding-bottom: 1rem;
	border: none;
	border-bottom: 1px solid #cdcedd;
}

.accordion .accordion-header {
	width: 100%;
	background-color: #2774b1;
}

.accordion .accordion-button {
	width: 50%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	background: #ef334a;
	box-shadow: none;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.625rem;
	position:relative;
	clip-path: polygon(75% 0%, 89% 52%, 75% 100%, 0% 100%, 1% 50%, 0% 0%);
	
}
@media only screen and (max-width: 767px) {
    .accordion .accordion-button {
        width: 95%;
        	clip-path: polygon(75% 1%, 89% 52%, 75% 100%, 0% 100%, 2% 50%, 0% 0%);
    }
    
}

.accordion .accordion-button:not(.collapsed) {
	color: #FFFFFF;
	background-color: #2774b1;
	
	padding-right:20px;
	width:100%;
	
}

.accordion .accordion-button::after,
.accordion .accordion-button:not(.collapsed)::after {
	display: none;
}

.accordion .accordion-button:not(.collapsed)::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%232774b1;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion .accordion-button::before {
	align-self: flex-start;
	flex-shrink: 0;
	width: 1.125rem;
	height: 0.75rem;
	margin-top: 0.5rem;
	margin-right: 0.75rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%232774b1;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.125rem;
	transition: transform 0.2s ease-in-out;
	background-color: #ef334a;
}

.accordion .accordion-body {
	padding-top: 0;
	padding-left: 1.875rem;
	
}