﻿.single-testimonials-card {
    height: 300px;
}
.talk-image .talk-information .list li {
    padding-left: 146px;
}
.single-blog-card img{
    height:300px;
}
/*.single-services-card{
    height:450px;
}*/
.talk-image .talk-information .list {
    width: 76% !important;
}
@media only screen and (max-width: 767px) {
    .talk-image .talk-information .list li {
        padding-left: 0px;
    }
    .single-testimonials-card {
        height: auto;
    }
    .single-blog-card img {
        height: 250px;
    }
    .single-testimonials-card .info {
        padding-left: 100px;
    }
  /*  .single-services-card {
        height: auto;
    }*/
}

:root {
    --primary-color: #E53D30;
    --secondary-color: #1A1E27;
}


/* Social media position fixed */

.social-links-position-side {
    position: fixed;
    top: 35%;
    left: 0%;
    z-index: 60;
    /* background-color: grey; */
}

    .social-links-position-side .social-links-side {
        display: flex;
        flex-direction: column;
    }

        .social-links-position-side .social-links-side a {
            display: flex;
            gap: 3.8%;
            align-items: center;
            padding: 5px;
            margin: 2px;
            border-radius: 0px 50px 50px 0px;
            position: relative;
            left: -63%;
            transition: left 0.4s ease;
        }

            .social-links-position-side .social-links-side a:hover {
                left: -1.3%;
            }

            .social-links-position-side .social-links-side a span {
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 600;
                font-size: 14px;
                text-align: right;
                width: 80%;
                margin-right: 7.5px;
                color: white;
            }

            .social-links-position-side .social-links-side a i {
                width: 38px;
                height: 38px;
                text-align: center;
                background-color: white;
                color: black;
                border-radius: 100%;
                padding: 8px 9px;
                font-size: 1.3rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

.social-links-side .message {
    background-color: #646464;
    /* Facebook Blue */
    /* color: #323232; */
}

    .social-links-side .message .fa-envelope {
        color: #434343;
        width: 36px !important;
    }

/* Call */
.social-links-side .call {
    background-color: #2196F3;
}

    .social-links-side .call .ri-phone-fill {
        color: #2196F3;
        width: 37px !important;
    }

/* location */
.social-links-side .location {
    background-color: #E74C3C;
}

    .social-links-side .location img {
        width: 39px !important;
        height: 37px;
        text-align: center;
        background-color: white;
        border-radius: 100%;
        padding: 8px 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 2.4px;
        color: #E74C3C !important;
    }


/* Whatsapp */
.social-links-position-side-whatsapp {
    position: fixed;
    top: 87%;
    left: 0.4%;
    z-index: 60;
}

    .social-links-position-side-whatsapp .social-links-side {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        padding: 0.6rem;
    }

        .social-links-position-side-whatsapp .social-links-side a {
            text-decoration: none;
        }

            .social-links-position-side-whatsapp .social-links-side a i {
                font-size: 2.9rem;
                color: white;
                background-color: rgb(0, 201, 0);
                border-radius: 100%;
                padding: 0.4rem;
            }


.single-footer-widget-SET h3 {
    font-size: 19px !important;
    color: white !important;
    font-weight: 600 !important;
}

    .single-footer-widget-SET h3 span {
        font-size: 24px !important;
        color: var(--primary-color) !important;
        font-weight: 800 !important;
    }

.QR-Code-Footer {
    background-color: white;
    margin-top: 1rem;
    width: 130px;
    height: 130px;
}

    .QR-Code-Footer img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }