.fMontserrat{
    font-family: 'Montserrat';
}
.fs-18{
    font-size:18px;
}
.fs-42{
    font-size:42px;
}
.faq-body{
    position: relative;
}
.card-header-faq button{
    color:#000;
}
.fw-700 {
    font-weight: 700;
}
.backshades1 {
    position: absolute;
    right: -7%;
    animation: bounceHero 5s ease-in-out infinite !important;
}
.card-header-faq {
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;
    margin-top: 20px;
}
.card-header-faq .btn:hover,
.card-header-faq .btn:focus {
    text-decoration: none;
    color: #000;
    outline: none;
}
.card-header-faq .btn {
    position: relative;
    text-align: left;
    white-space: inherit;
}
.card-header-faq .btn.collapsed::after {
    background: url('../assets/img/faq-plus.png') center center no-repeat;
}
.card-header-faq .btn::after {
    position: absolute;
    content: ' ';
    background: url('../assets/img/faq-minus.png') center center no-repeat;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-60%);
}
.faq-card-body {
    background: url(../assets/img/faqborder.png) no-repeat center center;
    background-size: cover;
    padding: 50px 30px 40px;
    background-size: 100% 100% ;
}
 {
    padding-bottom: 30px;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .text-sm-center-custom{
        text-align: center;
    }
}
@media (max-width: 768px) {
    .card-header-faq .btn::after{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .card-header-faq .fs-18{
        font-size: 12px;
    }
    .faq-card-body .fs-18 {
        font-size: 10px;
    }
    #iconssection{
        text-align: center;
    }
}
@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb-12{
    margin-bottom: 12px;
}
.mt-40{
    margin-top: 40px;
}
.content-ul {
    margin-top: 20px;
}
.content-ul li{
    font-family: 'Montserrat';
}
.clearfix{
    clear:both;
}
.pt-50{
    padding-top: 50px;
}

.development_servicesbg{
    background-color:#F8F8F8;
}
.mtb-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-10{
    margin-top: 10px;   
}
@media screen and (min-width:320px) and (max-width:480px){
    .icon_second_heading{
        width: 80%;
    }
}
.mt-60 {
    margin-top: 60px;
}