select {
    -webkit-appearance: none;
}

footer .top .footer-menu .contact p img {
    float: left;
    width: 15px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 5px;
}

aside .newsletter .bg .text p img {
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

aside .newsletter .bg .form form button {
	border: 0;
	width: 20%;
	float: left;
	font-family: Roboto;
	font-size: 15px;
	line-height: 23px;
	color: white;
	background-color: #303036;
	padding: 10px 15px;
	text-align: center;
}

.features ul li img, .features ul li i {
	margin-left: 5px;
}

aside .articles .small-article .image {
	position: relative;
	margin-left: 5px;
}

aside .articles .small-article .image .type {
	font-size: 17px;
	font-family: 'Mitr', sans-serif !important;
	line-height: 20px;
	font-weight: 300;
	color: #303036;
	background-color: white;
	position: absolute;
	top: 10px;
	left: auto;
	padding: 5px 25px 5px 5px;
	right: 0;
}

aside .search form select {
	font-size: 12px;
	color: #132B57;
	font-weight: 500;
	background-color: #FFFFFF;
	text-align: center;

}

aside .search-sub form input {
    font-size: 12px;
    color: #132B57;
    font-weight: 500;
    background-color: #FFFFFF;
    text-align: left;
    width: 95%;
    padding: 10px;
    border: 0;
    margin-right: 0;
}

aside .search-sub p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    padding: 9px 0px;
}

aside .content .project-detail .project-features .project-feature img {
    vertical-align: middle;
    float: none;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

aside .projects .project .info .title {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: ltr;
    text-align: center;
}

aside .content .project-detail .project-price-code .project-price {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: white;
    padding: 10px 15px;
    direction: ltr;
    text-align: right;
}

header .topbar .top-menu ul li a .mail {
    width: 15px;
    margin-left: 5px;
}

.list-vip-service-1 li {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 23px;
    display: block;
    text-align: right;
}

.list-vip-service-1 li::before {
    content: "\2022";
    color: #405986;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    font-size: 35px;
    float: right;
    text-align: left;
    vertical-align: middle;
    margin-left: 5px;
}

footer .top .footer-menu .contact p a {
    color: #000;
    text-decoration: none;
    direction: ltr !important;
    margin-top: -8px;
    position: relative;
    display: block;
}

footer .top .footer-menu .contact p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 15px 0;
    direction: ltr;
}

aside .sub-content .services .service .text .servicee {
    color: #405986;
    font-size: 30px;
    line-height: 40px;
    font-family: inherit !important;
    text-align: left !important;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(64, 89, 134, 0.2);
}

aside .content .project-detail .project-slider .location {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    background-color: white;
    padding: 7px 10px;
    position: absolute;
    z-index: 4;
    top: 15px;
    direction: ltr;
    left: 15px;
}

aside .content .project-detail .project-slider .location img {
    vertical-align: middle;
    margin-right: 10px;
}

aside .newsletter .bg .form form input {
    font-family: Roboto;
    font-size: 17px;
    line-height: 23px;
    color: #989898;
    font-weight: 400;
    border: 0;
    outline: none;
    padding: 10px 15px;
    width: 75%;
    float: left;
}

.follow-us {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0b65b7;
    color: white;
    font-family: 'Mitr', sans-serif;
    width: 20%;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

aside .newsletter .bg .text p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: white;
}

aside .newsletter .bg .form form button {
    border: 0;
    width: 25%;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    line-height: 23px;
    color: white;
    background-color: #303036;
    padding: 10px 15px;
    text-align: center;
}

aside .content .filters #sorter {
    border: 0;
    color: white;
    background-color: transparent;
    padding-left: 10px;
    border-left: 0px;
    float: right;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    border-right: 1px solid white;
    padding: 2px 0px;
}

@media only screen and (max-width: 768px) {
    aside .search form select {
        -webkit-appearance: none;
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #FFFFFF;
        text-align: center;
        width: 95%;
        padding: 18px;
        border: 0;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    aside .banner .banner-img .more {
        background-color: rgba(255, 255, 255, 0.75);
        color: #bb9c5e;
        padding: 5px 5px;
        display: block;
        width: 30%;
        text-align: center;
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 3%;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        right: inherit;
    }

    aside .newsletter .bg .text p {
        font-family: Roboto;
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
        color: white;
    }

    aside .newsletter .bg .form form input {
        font-family: Roboto;
        font-size: 17px;
        line-height: 23px;
        color: #989898;
        font-weight: 400;
        border: 0;
        outline: none;
        padding: 10px 15px;
        width: 100%;
        float: left;
    }

    aside .newsletter .bg .form form button {
        border: 0;
        width: 100%;
        float: left;
        font-family: Roboto;
        font-size: 15px;
        line-height: 25px;
        color: white;
        background-color: #303036;
        padding: 10px 15px;
        text-align: center;
        margin-top: 10px;
    }

    .follow-us {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        background-color: #0b65b7;
        color: white;
        font-family: 'Mitr', sans-serif;
        width: 55%;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        cursor: pointer;
    }

    aside .content .filters #sorter {
        color: black;
        background-color: white;
        padding-left: 10px;
        border-left: 0px;
        float: right;
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
        border-right: 0;
        padding: 2px 0px;
        border: 1px solid white;
    }

    header .bottom .logo {
        margin-bottom: -40px;
        margin-top: 20px;
        position: relative;
        z-index: 3;
        margin-left: 5px;
    }

    .cittxt2 .list-vip-service-1 li {
        margin: 0px 0px 25px 0px;
        font-size: 18px;
        line-height: 23px;
        display: block;
        text-align: right;
    }

    .cittxt2 .list-vip-service-1 li::before {
        content: "\2024";
        color: #405986;
        font-weight: bold;
        width: 20px;
        font-size: 60px;
        text-align: left;
        vertical-align: middle;
        margin-top: -15px;
        position: relative;
    }

    aside .articles .small-article a {
        font-size: 12px;
        line-height: 12px;
        color: white;
        font-weight: 300;
        background-color: #405986;
        padding: 10px 10px;
        text-decoration: none;
        margin-left: 10px;
        display: block;
        width: 40%;
        text-align: center;
        margin: 0px auto 10px auto;
    }

    aside .content .project-detail .project-head-2 {
        font-size: 18px;
        color: #bb9c5e;
        background-color: #ffffff;
        padding: 10px 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        margin-bottom: 10px;
        font-family: 'Cairo', sans-serif !important;
        box-shadow: 0 0 15px 5px #EBEBEB;
    }

    .small-article > span {
        position: absolute;
        left: inherit;
        bottom: inherit;
        vertical-align: middle;
        float: left;
        font-size: 14px;
        margin-top: 5px;
        top: 0;
        right: 0;
        position: relative !important;
        display: block;
        text-align: center;
        float: none !important;
        margin-top: 10px !important;
        margin-bottom: -10px;
    }
}
