.faqpage .faqInnerWrap{display:flex;}
.brandfaq{margin-top:50px;padding-bottom: 50px;}
.fancyHeading {
    font-size: 28px;
    color: #1A4AB9;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Circular Std';
    font-weight: 700;
    line-height: 42px;
}
.fancyHeading:After {
    content: '';
    position: absolute;
    background-color: #00B868;
    width: 40px;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 3px;
}
.brandfaq .mcm_faqInnerWrap {
    border: none;
    box-shadow: 0px 30px 60px rgb(133 149 158 / 15%);
    padding: 16px 40px;
    background-color: #fff;
	margin-bottom: 24px;
}
h2.fancyHeading:empty {
    display: none;
}

.faqInnerWrap .mcm_faqInnerWrap:last-child {
    margin-bottom: 0;
}
.brandfaq .infos .faqWrap h3 {
    font-weight: bold;
    font-size: 16px;
    color: #1B2131;
    line-height: 22px;
    margin-bottom: 0;
	margin-top:0;
}
.brandfaq .mcm_faqInnerWrap p {
    padding: 0;
    margin-top: 16px;
    color: rgba(27, 33, 49, 0.6);
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Circular Std Book';
    margin-bottom: 0;
}

/*contact us*/
.grey-bg {
    background: rgba(27, 33, 49, 0.05);
}
.contact-us {
    padding: 25px 0;
}
.contact-us p.info {
    margin-top: 58px;
    margin-bottom: 64px;
}
.contact-us p {
    color: rgba(27, 33, 49, 0.6);
    font-size: 16px;
    text-align: center;
    font-family: 'Circular Std Book';
    line-height: 22px;
}
.contact-us .contact-details {
    display: flex;
    width: 100%;
}
.contact-us .contact-details .box {
    background-color: #fff;
    font-size: 0;
    border: 1px solid rgba(27, 33, 49, 0.05);
    width: 33.33%;
    margin: 0px 14px 50px 0px;
}
.contact-us .contact-details .box a {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #1B2131;
    text-decoration: none;
}
.contact-us .box .image {
    display: flex;
    width: 20%;
    text-align: center;
    background-color: #f4f4f6;
    height: 60px;
    vertical-align: top;
    justify-content: center;
    align-items: center;
}
.contact-us .box .contact-info {
    padding-left: 20px;
    width: 80%;
    display: inline-block;
}
.contact-us .box .contact-info h3 {
    margin-bottom: 0px;
    line-height: 23px;
    font-size: 16px;
    font-family: 'Circular Std Book';
    font-weight: normal;
}
.contact-us .box .contact-info p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Circular Std Book';
    line-height: 19px;
    margin-top: 8px;
}
.contact-us .box:hover {
    border: 1px solid rgba(151, 222, 255, 0.3);
    box-shadow: 0px 30px 60px rgb(133 149 158 / 15%);
}
.contact-us .box:hover .contact-info h3 {
    color: #1A4AB9;
}
@media screen and (max-width:1280px){
	
	.contact-us .box .image {
    height: 50px;
}
}


@media screen and (max-width:1024px){
	.contact-us .contact-details .box a {
    flex-direction: column;
}

.contact-us .box a .image {
    width: 100%;
}
.contact-us .box a .contact-info {
    width: 100%;
}
.contact-us .box .contact-info p, .contact-us .box .contact-info h3 {
    text-align: center;
}
.contact-us .box .contact-info p, .contact-us .box .contact-info h3 {
    text-align: center;
}
}

@media screen and (max-width:767px){
	h1.fancyHeading{
    font-size: 24px;
	line-height:22px;
}
.brandfaq .fancyHeading{font-size:22px;}
.brandfaq .fancyHeading:After{top:34px;}
.contact-us p.info {
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
    margin: 0 0 32px 0;
}
.contact-us p br {
    display: none;
}
.contact-us .contact-details {
    flex-direction: column;
}
.contact-us .contact-details .box {
    width: 100%;
    margin: 0 0 24px 0;
}
.contact-us .contact-details .box a {
    flex-direction: row;
    padding: 24px;
}
.contact-us .box a .image {
    width: 18%;
}
.image span {
    margin-top: 4px;
}
.contact-us .box a .contact-info {
    width: 82%;
}
.contact-us .box .contact-info h3 {
    font-size: 14px;
    text-align: left;
	margin-top:0;
}
.contact-us .box .contact-info p {
    text-align: left;
}
.brandfaq .mcm_faqInnerWrap{margin-bottom:16px;}
}