/* footer section start */
.footer_section {
    background-color: #f6fbff;
    padding: 4rem 0 2rem;
}


.footer_section .brand_logo .brand_link {
    max-width: 147px
}

.footer_section h6 {
    font-size: 1.3rem;
    color: #051441;
    margin-bottom: 1.5rem;
}

.footer_section ul li {
    list-style: none;
    margin-bottom: 10px;
}


.footer_section ul li a {
    color: #000;
}

.footer_section ul li a:hover {
    text-decoration: none;
}

.footerflagbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
}

.footerflagbox img {
    width: auto;
}


.footerflagbox p {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
}

.footerflagbox a {
    font-weight: 700;
    color: #000;
    margin-left: 10px;
}

footer hr {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.footercontent a {
    color: #000;
}

.footercontent a:hover {
    text-decoration: none;
}


.footercontent p {
    margin-bottom: 0;
    margin-top: 1rem;
}


.social_icon ul {
    margin: 0;
    gap: 20px;
    align-items: center;
    display: flex;
}

.social_icon ul li {
    margin-bottom: 0;
}

.social_icon ul li a:hover {
    color: #0a78be;
}

.footer_menu_privacy_terms ul {
    display: flex;
}

.footer_bottom {
    margin-top: 2rem;
}

.footer_bottom a {
    color: #000;
}


.footerflagbox p {
    margin-bottom: 0;
}

.footerflagbox a:hover {
    text-decoration: none;
}

.footer_section ul li a:hover {
    transition: .6s ease-in-out;
    border-bottom: 2px solid #ff6b00;
    color: #ff6b00;
}

/* footer section end */


.btn-whatsapp-pulse {
    z-index: 10000;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 15px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}



.btn-whatsapp-pulse i {
    color: #fff;
    /* margin-top: px; */
    font-size: 30px;
}

.btn-whatsapp-pulse a {
    align-items: center;
    text-align: center;
    margin-top: -5px;
}

.btn-whatsapp-pulse a:hover {
    display: block !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.pleaseWaitBtn {
    display: none;
    cursor: not-allowed ! important;
    opacity: 0.4 !important;
    float: right;
    background-color: #4A25AA;
    border-radius: 10px
}



/* faq start */
.faq_sec {
    margin: 4rem 0;
}

.faq_sec h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
    margin-bottom: 2rem;
}

.faq_sec .faq-list ul {
    padding: 0;
    list-style: none;
}


.faq_sec .faq-list li {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1.3rem;
}

.faq_sec .faq-list .faq_box {
    font-size: 1.2rem;
    display: block;
    position: relative;
    line-height: normal;
    font-weight: 600;
    padding: 0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq_sec .faq-list .icon-help {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e82c88;
}

.faq_sec .faq-list .icon-show,
.faq_sec .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq_sec .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq_sec .faq-list .icon-show {
    display: none;
}

.faq_box.collapsed {
    color: #444;
    transition: 0.3s;
}

.faq_box:hover {
    color: #075bd9;
}

.faq_sec .faq-list .faq_box.collapsed .icon-show {
    display: inline-block;
}

.faq_sec .faq-list .faq_box.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq_sec .faq-list {
        padding: 0;
    }
}

/* faq end */

/* footer contact section start */
.footer_contact_sec {
    margin: 4rem 0;
}


.footer_contact_sec h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
    margin-bottom: 2rem;
}


.contact__sec {
    background-color: #fff;
    border-radius: 10px;
    border: 7px solid #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.contact__sec__layout {
    background-color: #4a25aa;
    padding: 30px;
    border-radius: 10px;
    background-image: url('https://sisgain.com/assets/images/cont.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}



.contact__sec__layout h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact__sec__layout p {
    color: #fff;
    line-height: normal;
    font-size: medium;
    margin-bottom: 35px;
}

.contact__sec__layout .social_icon {
    font-size: 18px;
    color: #ff808b;
    cursor: pointer;
    margin-right: 5px;
}

.contact__sec__layout .footersocialicon {
    margin-top: 80px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact__sec__layout .footersocialicon .social_icon {
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #ff808b;
    text-align: center;
    border: 1px solid #4a25aa
}

.contact__sec .form-group {
    margin-bottom: 35px;
}

.contact__sec .form-group input,
.contact__sec .form-group select,
.contact__sec .form-group textarea {
    border-radius: 0 !important;
    border-bottom: 1px solid #ced4da;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

.contact__sec form {
    padding: 33px 30px 0
}

.contact__sec .form-group input {
    padding-right: 0
}

.contact__sec button {
    color: #fff;
    padding: 14px 0px;
    width: 100%;
    border-radius: 10px;
    background-color: #0a78be
}

.pleaseWaitBtn {
    display: none;
    cursor: not-allowed ! important;
    opacity: 0.4 !important;
    float: right;
    background-color: #4A25AA;
    border-radius: 10px;
}

.contact__sec form p {
    margin-bottom: 0;
    font-size: small;
}

.contact__sec__layout h6 {
    margin-bottom: 35px;
}


/* footer contact section end */

/* blog section start */
.reviews_sec {
    padding: 4rem 0;
    background-color: #f9f9f9;
    margin: 4rem 0 0
}

.reviews_sec h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.slider-containerreviews {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden
}

.slider-trackreviews {
    display: flex;
    transition: transform .4s ease-in-out
}

.slidereviews {
    min-width: 33%;
    box-sizing: border-box;
    padding: 20px;
    background: 0 0;
}

.arrow-leftreviews,
.arrow-rightreviews {
    height: auto;
    width: 48px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    transition: .8s ease-in-out;
}

.arrow-leftreviews:hover,
.arrow-rightreviews:hover {
    background-color: #0b79be;
    color: #fff;
    border: 1px solid #0b79be;
}


.arrow-leftreviews {
    left: 5px
}

.arrow-rightreviews {
    right: 10px
}

.arrow-leftreviews i,
.arrow-rightreviews i {
    text-align: center;
    font-size: 1.5rem
}

.blog_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 1rem;
    margin: 10px;
    border-radius: 10px
}

.blog_box a:hover {
    text-decoration: none !important;
}

.blog_box img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}



.blog_box_a {
    color: #0a78be;
    padding: 0 !important;
}

.blog_box .categry_box,
.blog_box span {
    text-align: start;
    color: #0a78be;
    cursor: pointer;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: rgba(134, 161, 225, .15);
}

.blog_box span:hover,
.blog_box .categry_box:hover {
    color: #fff;
    background-color: #0a78be
}

.blog_box h5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: normal;
    text-align: start;
    font-weight: 600;
    margin: 14px 0 9px;
}



.blog_box p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    color: #000000c0;
}


/* blog section start end  */

@media only screen and (max-width:500px) {
    .modal-content .contact__sec img {
        display: none;
    }

    .modal-content .contact__sec form {
        padding: 1rem 0;
    }


    .faq_sec {
        margin: 2rem 0;
    }

    .faq_sec h4 {
        font-size: 1.5rem;
    }

    .faq_sec .faq-list .faq_box {
        font-size: 1.1rem;
    }

    .faq_sec .faq-list p {
        font-size: 14px;
    }

    .reviews_sec {
        margin: 3rem 0;
        padding: 3rem 0;
    }

    .reviews_sec h4 {
        font-size: 1.5rem;
    }

    .slidereviews {
        min-width: 100%;
    }

    .slider-containerreviews {
        width: 100%;
    }

    .blog_box {
        margin: 0;
    }

    .blog_box h5 {
        font-size: 1.2rem;
    }

    .blog_box p {
        color: #000;
        font-size: 14px;
    }

    .footer_contact_sec {
        margin: 2rem 0;
    }

    .footer_contact_sec h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .contact__sec__layout .footersocialicon {
        margin-top: 4rem;
    }

    .contact__sec form {
        padding: 2rem 1rem;
    }

    .testimonial-title h5,
    .testimonial-title p {
        display: none;
    }

    .testimonial-slider {
        margin: 2rem 0;
    }

    .review_slider {
        margin: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .clients_sec {
        margin: 0 0 2rem 0;
    }

    .g-recaptcha {
        transform: scale(.8);
        transform-origin: 0 0
    }
}