* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* main styles starts*/

body {
    background: #f7f7f7 url(../images/trans-bg.png) top center no-repeat;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.container, .inner-box:after, .inner-box:before {
    content: '';
    display: table;
}

.container::before, .container::after, .inner-box:after, .inner-box:before {
    clear: both
}

.welcome-box {
    width: 450px;
    margin: 130px auto 0;
    padding: 15px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.links a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    text-align: left !important;
}

.select-location {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.welcome-box a:hover {
    color: #999;
}

.inner-box {
    border: solid 2px #e8e8e8;
    background: rgba(255, 255, 255, .5);
    padding: 40px;
    min-height: 300px;
    position: relative;
    text-align: center;
}

.main-logo {
    margin-bottom: 40px;
    text-align: center;
}

.countries_feature .row .container, .uae, .sa, .divider {
    display: inline-block;
    vertical-align: middle;
}

.container .country-logo {
    margin: 0 0 8px;
}

.container .country-logo img {
    max-width: 29px;
}

.container .links a {
    margin-bottom: 11px;
}

.countries_feature .row .container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 32.33%;
    padding: 0 10px;
}

.bh,
.sa {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* .bh{
	border-right: none;
} */

/* .container .sa::after,.container .ku::after{width:1px;height:55px;content:'';border-left:1px solid #ccc;position:absolute;left:0%;bottom:34px;} */

/* .country-logo img{ float:left;} */

/* .uae p, .sa p {float: left; margin-left: 15px;position: relative;top: -4px;} */

.footer-copy-right {
    text-align: center;
    font-size: 11px;
    color: #999999;
    margin-top: 50px;
}

/* ================= MEDIA QUERIES  =================*/

/* 1480 */

@media (min-width:1480px) {
    .footer-copy-right {
        margin-top: 50px;
    }
}

/* 1100 */

@media (max-width:1100px) {
    .footer-copy-right {
        margin-top: 50px;
    }
}

/* 800 */

@media (max-width:800px) {
    body {
        background-size: 225% auto;
        /*for increase backgroundsize. */
    }
}

/* 640 */

@media (max-width:640px) {
    body {
        background-size: 500%;
        /*for increase backgroundsize. */
    }
    .divider {
        display: none;
    }
    /* .uae {min-width: 95px;}
    .uae {min-width: 135px;} */
    .inner-box {
        padding: 30px 10px;
    }
    .footer-copy-right, .welcome-box {
        margin-top: 25px;
    }
    .countries_feature {
        max-width: 100%;
        margin: 0 auto;
    }
    .countries_feature .row {
        display: flex;
        justify-content: center;
    }
    /* .uae:after{bottom:28px;} */
    .countries_feature .row .container {
        margin: 0px;
        width: 32.33%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .countries_feature .row .container.om,
    .countries_feature .row .container.bh,
    .countries_feature .row .container.qa {
        border-bottom: none;
    }
    .countries_feature .row:last-child .container:last-child {
        border-bottom: none;
    }
    .container .country-logo {
        margin-right: 0;
        clear: both;
        display: block;
    }
    .container.links, .container .links, .container .links {
        display: inline-block;
    }
    .links a {
        font-size: 12px;
    }
}

/* 480 */

@media (max-width:480px) {
    .welcome-box {
        width: 100%;
    }
    /* .country-logo{ text-align:center}
    .country-logo img, .uae p, .sa p{ float:none; text-align:center; margin:0px;}
    .country-logo a{ display:inline-block; text-align:center;}
    .country-logo img{ margin-bottom:10px;}	 */
    /* .uae:after{display:none} */
    /* .sa{padding-left:0;} */
}

/* 340 */

@media (max-width:340px) {
    .main-logo {
        margin-bottom: 20px;
    }
    .welcome-box {
        width: 100%;
    }
    /* .sa{margin-bottom:0} */
    .footer-copy-right, .welcome-box {
        margin-top: 10px;
    }
}

@media (min-width:641px) {
    .countries_feature .row {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .countries_feature .row:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }
}

.us-box .main-logo .us-logo{
    max-width: 180px;
}