.country-input-text {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: auto;
    border: 1px solid #73c7eb;
    border-radius: 10px;
    padding: 5px 3px;
    z-index: 99;
    background-color: white;
    left: -10%;
    width: 300px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(209 209 209);
    -moz-box-shadow: 0px 0px 15px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 15px 0px rgb(209 209 209);
}

.btn-country p {
    line-height: 31px;
    width: 85%;
    float: right;
}


.btn-country {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: initial;
    border: 0px;
    border-bottom: 1px solid #efefef;
    text-align: left;
    cursor: pointer;
    margin: 1px 0px;
    padding-bottom: 20px;
}

.btn-country:last-child {
    border: none;
}

p.country-list-title {
    font-size: 16px;
}


.ico-flag{
    padding: 14px;
    float: left;
    margin-top: 3px;
    background-size: 25px 20px;
    margin-right: 5px;
}
.ico-flag-jo {
    background: url(../images/flags/jo.svg) no-repeat center center;
}

.ico-flag-ae {
    background: url(../images/flags/ae.svg) no-repeat center center;
}

.ico-flag-bd {
    background: url(../images/flags/bd.svg) no-repeat center center;
}


.ico-flag-bw {
    background: url(../images/flags/bw.svg) no-repeat center center;
}

.ico-flag-ca {
    background: url(../images/flags/ca.svg) no-repeat center center;
}

.ico-flag-cn {
    background: url(../images/flags/cn.svg) no-repeat center center;
}

.ico-flag-de {
    background: url(../images/flags/de.svg) no-repeat center center;
}

.ico-flag-dj {
    background: url(../images/flags/dj.svg) no-repeat center center;
}

.ico-flag-gb {
    background: url(../images/flags/gb.svg) no-repeat center center;
}

.ico-flag-gr {
    background: url(../images/flags/gr.svg) no-repeat center center;
}

.ico-flag-gt {
    background: url(../images/flags/gt.svg) no-repeat center center;
}

.ico-flag-in {
    background: url(../images/flags/in.svg) no-repeat center center;
}

.ico-flag-ir {
    background: url(../images/flags/ir.svg) no-repeat center center;
}



.ico-flag-lk {
    background: url(../images/flags/lk.svg) no-repeat center center;
}

.ico-flag-lv {
    background: url(../images/flags/lv.svg) no-repeat center center;
}
.ico-flag-mm {
    background: url(../images/flags/mm.svg) no-repeat center center;
}

.ico-flag-mx {
    background: url(../images/flags/mx.svg) no-repeat center center;
}
.ico-flag-mz {
    background: url(../images/flags/mz.svg) no-repeat center center;
}

.ico-flag-pk {
    background: url(../images/flags/pk.svg) no-repeat center center;
}
.ico-flag-pt {
    background: url(../images/flags/pt.svg) no-repeat center center;
}

.ico-flag-sg {
    background: url(../images/flags/sg.svg) no-repeat center center;
}

.ico-flag-ua {
    background: url(../images/flags/ua.svg) no-repeat center center;
}

.ico-flag-us {
    background: url(../images/flags/us.svg) no-repeat center center;
}

.ico-flag-za {
    background: url(../images/flags/za.svg) no-repeat center center;
}

.ico-flag-airplane {
    background: url(../images/flags/airplane.png) no-repeat center center;
    background-size: 18px;
}

.ico-flag-anchor {
    background: url(../images/flags/anchor.png) no-repeat center center;
    background-size: 18px;
}




.hide-div{
    display: none;
}




.search0,.search1 {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}


.country-input-text-map {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: auto;
    border: 1px solid #73c7eb;
    border-radius: 10px;
    padding: 5px 3px;
    z-index: 99;
    background-color: white;
    left: -40%;
    width: 500px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(209 209 209);
    -moz-box-shadow: 0px 0px 15px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 15px 0px rgb(209 209 209);
}
p.country-list-title {
    width: 80%;
}

.last-location-data {
    width: 45%;
    float:left;

}


.last-location-map {
    width: 55%;
    height: 280px;
}


.page-front form#node-qaute-form .form-item-field-from-0-value,.page-front form#node-qaute-form .form-item-field-to-0-value,
form#node-qaute-form .form-item-field-from-0-value,form#node-qaute-form .form-item-field-to-0-value{
    position: relative;
    
}