#ftrgetstd{margin-top:0}
.mspftr-bnrbg .mspftr-subhdr {
    color: #fff;
    width: 60%;
}
.slick-dots {
    display: none
}
.whatisbx.three-col {
    display: flex;
    justify-content: space-around;
    padding-bottom: 0;
}
.whatisbx.three-col .col {
    flex: 0 0 30%;
}
.whatisbx.three-col.content-view .col:nth-child(2) {
    transform: translateY(0);
}
.whatisbx.three-col .col p {
    margin-bottom: 0px;
    text-align: center;
}
.whatisbx.three-col.content-view .col:nth-child(2):hover {
    transform: translateY(-10px);
}
.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #d0e7ff;
}
.cmn-breadcrum .root-page {
    color: #d0e7ff;
}
.cmn-breadcrum a {
    color: #cfe7ff;
    position: relative;
    margin: 10px 0px;
}
.testi-slider2 .slick-dots li.slick-active, .testi-slider3 .slick-dots li.slick-active, .testi-slider4 .slick-dots li.slick-active {
    background: #fff;
    border: 1px solid #fff;
}
h3.mB10 {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 667px) {
.promotion-bg.stickyfixed-header {
    margin-top: 25px;
}
}
/*FAQ style starts here*/

.faqimg {
    width: 60%;
    top: 60px;
    position: relative;
    margin-right: 0 !important;
}
h2.faq-main-heading {
    text-align: center;
    margin: 100px 0px 0px 0px;
}
.faq-bg {
    padding: 30px 0px 0px 0px;
}
.faq {
    max-width: 900px;
}
.faq h2 {
    text-align: center;
    margin-bottom: 80px;
}
.expand-wrapper {
    text-align: right;
    margin-bottom: 20px;
}
span.expand-all-sec {
    color: #000;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
span.expand-all-sec:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #1d77e8;
    transition: .4s ease;
}
span.expand-all-sec:hover::after {
    width: 100%;
    transition: .4s ease;
}
div.faqquestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-appearance: none;
    color: #000;
}
div.faqquestion p {
    margin: 0px;
    max-width: 80%;
    font-size: 20px;
}
.faqcont-wrapper {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0px;
}
.faqcont-wrapper:last-child {
    border-bottom: 1px solid #e6e6e6;
}
div.faqquestion p {
    font-family: Zoho_Puvi_SemiBold;
    cursor: pointer;
    padding: 20px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    line-height: 30px;
    background: transparent;
}
.faqquestion:after {
    content: '\002B';
    color: #1d77e8;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}
.faq-active:after {
    content: "\2212";
}
.faqanswer {
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width: 80%;
}
.faqanswer p, p {
    font-size: 17px;
}
p.ind {
    text-indent: 30px;
}
.faqcont-wrapper-parent .faqcont-wrapper:nth-child(1) {
    border-top: none;
}
.faqcont-wrapper-parent .faqcont-wrapper:last-child {
    border-bottom: none;
}