﻿.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

    .header-box h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 46px;
    }

    .header-box a {
        display: flex;
        width: 220px;
        height: 60px;
        border: 1px solid #6e969c;
        border-radius: 4px;
        align-items: center;
        background-image: url(../Images/agent-request-icon.png);
        background-repeat: no-repeat;
        background-position: center right 14px;
        padding-right: 62px;
        color: #327078;
        font-family: YekanBakh-Medium;
        font-size: 20px;
    }

.agent-box {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 32px 25px 32px 65px;
    position: relative;
    /*height: 110px;*/
    overflow: hidden;
    /*transition: height 1s ease-in-out;*/
}

/*.agent-box.open {
		height: auto;
		transition: height 1s ease-in-out;
	}*/

.btn-collapse {
    position: absolute;
    left: 24px;
    top: 32px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0;
}

    .btn-collapse i {
        font-size: 24px;
        line-height: 1;
        display: block;
    }

.agent-map-box {
    height: 450px;
    flex: 3;
    position: relative;
    /*opacity: 0;*/
}

.agent-box.open .agent-map-box {
    /*opacity: 1;*/
}

.agent-map {
    height: 100%;
    width: 100%;
}

.agent-map-box a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: rgba(51,51,51,0.6);
    left: 20px;
    bottom: 20px;
    background-image: url(../Images/search-white.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

    .agent-map-box a:hover {
        background-color: rgba(51,51,51,0.9);
    }

.agent-info {
    flex: 2;
    padding-right: 70px;
    background-image: url(../Images/Logo-agent.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40px 40px;
    font-family: YekanBakh-Medium;
}

.agent-title {
    font-size: 20px;
    line-height: 31px;
    font-family: YekanBakh-Bold;
}

.agent-des {
    font-size: 16px;
    line-height: 25px;
    color: #707070;
}

.agent-address {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 17px;
}
.agent-address .g{
    color:#f5f5f5
}
.agent-phone {
    font-size: 16px;
    color: #707070;
}

    .agent-phone span {
        font-size: 15px;
        color: #333;
        margin-right: 4px;
		display:inline-block;
		direction:ltr;
    }


.btn-download-box {
    height: 32px;
    margin-bottom: 10px;
}

.btn-location, .btn-location:focus, .btn-location:active {
    font-size: 12px;
    background-color: #16555c;
    color: #fcefc7;
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 11px;
}

    .btn-location:hover {
        background-color: #1f6870;
        color: #fcefc7;
    }

    .btn-location i {
        font-size: 16px;
        line-height: 1;
        vertical-align: middle;
        margin-left: 5px;
    }

@media only screen and (max-width: 480px) {

    .header-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        margin-top: 15px;
    }

        .header-box h1 {
            font-size: 20px;
            line-height: 31px;
            font-family: YekanBakh-Medium;
        }

        .header-box a {
            width: 148px;
            height: 40px;
            background-image: url(../Images/agent-request-icon-xs.png);
            background-position: center right 11px;
            padding-right: 39px;
            font-size: 14px;
        }

    .agent-box {
        margin-bottom: 20px;
        padding: 16px;
        position: relative;
        /*height: 110px;*/
        overflow: hidden;
        /*transition: height 1s ease-in-out;*/
        display: block;
    }

    .agent-info {
        padding-right: 44px;
        background-position: top right;
        background-size: 30px 30px;
        margin-bottom: 18px;
    }

    .agent-title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .agent-des {
        font-size: 12px;
        line-height: 19px;
    }

    .btn-collapse {
        position: absolute;
        left: 3px;
        top: 17px;
    }

        .btn-collapse i {
            font-size: 32px;
            line-height: 1;
            display: block;
        }

    .agent-address {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 10px;
        transition: all .5s ease-in-out;
    }

    .open .agent-address {
        margin-top: 10px;
    }

    .agent-phone {
        font-size: 12px;
        line-height: 19px;
    }

        .agent-phone span {
            font-size: 12px;
            line-height: 19px;
        }

    .agent-map-box {
        height: 167.23px;
    }

        .agent-map-box a {
            height: 30px;
            width: 30px;
            left: 10px;
            bottom: 10px;
            background-size: 16.95px 18px;
        }
}
