﻿.main-text {
    font-family: Calibri;
    font-size: 17px;
    font-weight: bold;
    color: #fd6b0d;
    margin-top: 15px;
    list-style: disc
}

.name-align {
    float: right;
    padding-top: 5px;
}

.imglogo {
    padding: 0 20px 0 20px;
    align-items: center;
}

.testimonials-text {
    font-size: 15px !important;
}

@media only screen and (min-width:768px) {
    .blog-title {
        font-family: Calibri;
        font-size: 20px;
        color: #52565a;
        font-style: italic;
        font-weight: bold;
        padding-left: 20px;
    }

    .sign-form {
        padding: 20px;
    }

    .blog-video {
        padding: 40px;
    }
}

@media only screen and (max-width:768px) {
    .blog-title {
        font-family: Calibri;
        font-size: 20px;
        color: #52565a;
        font-style: italic;
        font-weight: bold;
        padding-left: 20px;
    }

    .title-mobile {
        font-size: 15px;
    }

    .imglogo {
        padding: 0;
    }
}

@media only screen and (max-width:640px) {
    .mobile-img {
        margin-top: 30px;
    }
}

@media only screen and (max-width:400px) {
    .main-text {
        font-family: Calibri;
        font-size: 10px;
        font-weight: bold;
        color: #fd6b0d;
        margin-top: 10px;
        list-style: disc
    }
}

@media only screen and (min-width:640px) and (max-width:920px) {
    .testimonials-text {
        font-size: 12px !important;
        line-height: 15px !important;
    }
}

@media only screen and (min-width:640px) and (max-width:956px) {
    .imglogo {
        padding: 0;
    }
}

#maindiv {
    overflow: hidden;
    white-space: nowrap;
    width: 100% !important;
}

#img1 {
    display: inline-block;
    animation: marquee 30s linear infinite;
}

#img2 {
    display: inline-block;
    animation: marquee2 30s linear infinite;
    animation-delay: 15s;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}
