﻿/*Tag Boxes  کپی شده از فایل style.css 
------------------------------------*/
.tag-box {
    padding: 20px;
}

    .tag-box h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .tag-box p {
        margin-bottom: 0;
    }

.tag-box-v3 {
    border: solid 2px #eee;
}


.tag-box-v6 {
    background: white; /* #fafafa-->white  پشت صحنه این سایت تیره است و برای اینکه هدف از این css تضاد رنگی بود، این را سفید کردم  */
    border: solid 1px #eee;
}

.tag-box-v8 {
    border: solid 1px #eee;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: solid 2px #68B801;
}

section.testimonials-section .comments-slider .comment-item .comment-footer .comment-brand.square {
    height: 4rem;
}


/*کپی شده از transnet.css برای صفحه content.aspx
---------------------------------------------- */
/*Info Blocks*/
.info-blocks-medical {
    border: 2px;
    border-style: groove;
    padding: 25px;
    margin: 0px;
}

    .info-blocks-medical:hover i.icon-info-blocks {
        color: #68B801;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .info-blocks-medical i.icon-info-blocks {
        float: left;
        color: #8DA8A1;
        font-size: 40px;
        margin-top: 5px;
        min-width: 50px;
        text-align: center;
    }


    .info-blocks-medical:hover em.icon-info-blocks {
        color: #68B801;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .info-blocks-medical em.icon-info-blocks {
        float: left;
        color: #8DA8A1;
        font-size: 40px;
        margin-top: 5px;
        min-width: 50px;
        text-align: center;
    }

    .info-blocks-medical .info-blocks-in {
        padding: 0 10px;
        overflow: hidden;
    }

        .info-blocks-medical .info-blocks-in h3 {
            color: #555;
            font-size: 20px;
            line-height: 28px;
        }

        .info-blocks-medical .info-blocks-in p {
            font-size: 14px;
        }



.service-borderd-gold {
    border: 1px solid rgb(255, 204, 0);
}

    .service-borderd-gold:hover {
        box-shadow: 0 0 8px rgb(255, 204, 0);
    }

        .service-borderd-gold:hover h4, .service-borderd-gold:hover i {
            color: rgb(255, 204, 0);
        }

.service-borderd-silver {
    border: 1px solid silver;
}

    .service-borderd-silver:hover {
        box-shadow: 0 0 8px silver;
    }

        .service-borderd-silver:hover h4, .service-borderd-silver:hover i {
            color: silver;
        }

.service-borderd-bronze {
    border: 1px solid #8c7853;
}

    .service-borderd-bronze:hover {
        box-shadow: 0 0 8px #8c7853;
    }

        .service-borderd-bronze:hover h4, .service-borderd-bronze:hover i {
            color: #8c7853;
        }
/*---------------------------------------------- */


.service-block-grey {
    background: #95a5a6;
}


.text-justify {
    text-align: justify;
}

.contact-us-head-section {
    font-size: 30px;
    font-weight: bold;
    color: var(--bs-green);
}

.fullWidthField {
    width: 100%;
    height: 800px;
    border: 0;
}

.flag-caption {
    display: block;
}

@media screen and (min-width: 768px) {
    .flag-caption {
        font-size: 0.9vw;
    }
}

@media (max-width: 768px) {
    .flag-caption {
        font-size: 2.6vw;
        margin-bottom: 12%;
    }
}

.sprite-all {
    background-image: url('/assets/img/spritesheet-all.webp');
    background-repeat: no-repeat;
    display: block;
}

.sprite-UNKG0001 {
    width: 65px;
    height: 33px;
    background-position: -95px -187px;
}

.sprite-ARLE0001 {
    width: 65px;
    height: 33px;
    background-position: -10px -10px;
}

.sprite-FRAN0001 {
    width: 65px;
    height: 33px;
    background-position: -265px -10px;
}

.sprite-RUSS0001 {
    width: 65px;
    height: 33px;
    background-position: -265px -63px;
}

.sprite-AZER0001 {
    width: 65px;
    height: 33px;
    background-position: -95px -10px;
}

.sprite-SPAN0001 {
    width: 65px;
    height: 33px;
    background-position: -10px -116px;
}

.sprite-GERM0001 {
    width: 65px;
    height: 33px;
    background-position: -10px -63px;
}

.sprite-ITAL0001 {
    width: 65px;
    height: 33px;
    background-position: -95px -63px;
}

.sprite-CHIN0001 {
    width: 65px;
    height: 33px;
    background-position: -180px -10px;
}

.sprite-TURK0001 {
    width: 65px;
    height: 33px;
    background-position: -10px -187px;
}

.sprite-kurd {
    width: 65px;
    height: 33px;
    background-position: -138px -287px;
}

.sprite-PAKS0007 {
    width: 65px;
    height: 33px;
    background-position: -180px -63px;
}

section.page-content .content li>p {
    margin-bottom: 0;
}