input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.sameline{
    display:initial;
}

.mleft{
    margin-left:4px;
}

.center{
    text-align:center;
}

.right{
    text-align:right;
}

.astric{
    color:#fb0404;
    padding-right:10px;
}

.note {
    color: red;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

.label{
    background-color: white;
}

.child-content{
    direction:rtl;
    padding:10px;
   
}

.title{
    font-family: "Droid Arabic Kufi";
    font-size: 20px;
    color: #252122;
    line-height: 2.3em;
}

.error-message{
    color:red;
    font-family: "Arial";
    font-size: 16px;
    height:25px;
    font-weight:bold;
    text-align:center;
}

.sephorz{
    clear:both; 
    width:30px;
}

.form-group {
    display: -webkit-inline-box;
    margin-bottom: 15px;
    /*to fix IE*/
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
}

.control-label {
    font-family: "Droid Arabic Kufi";
    font-size: 16px;
    color: #252122;
    text-align: left;
    padding-left: 10px;
    line-height: 2.3em;
}

.normal-height{
    line-height: initial;
}

.control {
    margin-right :10px;
    margin-left:100px;
    width:250px;

    /*to fix IE*/
    text-align:right;
}

.input {
    /*text-align: center;
    background-color: #ECF0F1;*/
    border: 1px solid #7F7E7E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 8px;
    transition: border .5s;
}
.input:focus {
    border: 1px solid #3498DB;
    box-shadow: none;
}
.small{
     width: 20px;
     text-align:center;
}
.medium{
     width: 50px;
     text-align:center;
}
.large{
    width: 100%;
}

.custom-dropdown {
    -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
    border: 1px solid #7F7E7E !important;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:Tahoma;
    font-size: 15px;
    padding-bottom: 7px;  /*inside padding*/
    padding-left: 27px;
    padding-right:2px;
    padding-top:7px;
    background: #fff url(../../images/select-arrow.png) no-repeat left center;
    background-size: 25px 38px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}

select::-ms-expand {
    display: none;
}
select::-ms-value {
    background: none; 
    color: #000;
}

.ddl-width{
    width: 268px;
}
.ddl-width2{
    width: 202px;
}
.ddl-small{
    width: 58px;
}
.ddl-medium{
    width: 78px;
}

.control-label2{
    font-family: "Droid Arabic Kufi";
    font-size: 16px;
    color: #252122;
    padding-right: 10px;
}
.div-g-map{
    width: 90%; 
    margin:2px auto;
}
.gm-location{
    width: 100%; 
    height: 300px; 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radious: 5px;
}
.hide{
    display:none;
}

.maptitle{
    padding-right: 5px;
    text-align: right;
}
.div-link-map{
    text-align: right; 
    padding: 2px 0px;
}
.link-map{
    text-decoration: none;
    font-size: 14px;
    font-family: "Droid Arabic Kufi";
    color: #6868d4;
}
.link-map:hover{
    color: #1b1b8a;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Droid Arabic Kufi";
    color: #252122;
    font-size: 16px;
    background: #ffffff;
    padding: 3px 10px;
    border: solid #252122 2px;
    text-decoration: none !important;
    width: initial;
}

.btn-small{
    font-size: 12px;
    padding: 1px 2px;
}

.btn:hover {
    background: #252122;
    color:white;
    text-decoration: none;
    cursor:pointer;
}

.group-box{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 90%;

    /*to fix IE*/
    direction:rtl;
    margin-right: auto;
    margin-left: auto;
}

.filter-hyperlink{
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    cursor:pointer;
    font-family: "Droid Arabic Kufi";
    font-size: 16px;
    font-weight:bold;
    color: #000;
    text-decoration: none;
    border-bottom: 4px solid #fff;
}
.filter-hyperlink:hover{
    color: #B70935;
    border-bottom: 4px solid #00AB67;
}
.filter-hyperlink-active{
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    cursor:pointer;
    font-family: "Droid Arabic Kufi";
    font-size: 16px;
    font-weight:bold;
    text-decoration: none;
    color: #B70935;
    border-bottom: 4px solid #00AB67;
}

.radio-control{
    vertical-align: -webkit-baseline-middle;
}
.radio-text{
    padding-left: 15px; 
    font-family: 'Droid Arabic Kufi'; 
    font-size: 13px; 
    color: #252122; 
    text-align: right;
}

.fixsize{
    resize:none;
}
.right-part-location{
    float: right; 
    width: 40%; 
    padding-top:40px;

}
.left-part-location{
    float: left; 
    width: 60%;
}


/*==========================================================================*/

@media screen and (max-width: 1175px) {  
    .form-group {
        display: inline-block;
        margin-bottom: 15px;
        vertical-align: middle;
    }

    .right-part-location{
        padding-top:0px;
    }

    .control-label {
        text-align: right;
        padding-right: 10px;
    }

    .sameline{
        display:flex;
        display: -ms-inline-flexbox;
    }

}

@media screen and (max-width: 767px) {

    .right-part-location{
        width: 100%;
    }
    .left-part-location{
        width: 100%;
    }

    .form-group {
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .control-label {
        text-align: right;
        padding-right: 10px;
    }

    .sameline {
        display: flex;
        display: -ms-inline-flexbox;
    }
}

@media screen and (max-width: 486px) {
    .form-group {
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .control-label {
        text-align: right;
        padding-right: 10px;
    }

    .control {
        margin : 0px 10px;
        width:180px;
    }

    .ddl-width, .ddl-width2 {
        width:198px;
    }

    .small, .medium{
        padding: 8px 6px;
    }
    
    .custom-dropdown {
        padding-left: 20px;
        background-size: 20px 38px; 
    }
    .ddl-small{
        width: 44px;
        font-size: 10px;
    }
    .ddl-medium{
        width: 54px;
        font-size: 10px;
    }

    .sameline{
        display:flex;
        display: -ms-inline-flexbox;
    }

}

@media screen and (max-width: 320px) {
    .form-group {
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .control-label {
        text-align: right;
        padding-right: 10px;
    }

    .control {
        margin : 0px 10px;
        width:150px;
    }

    .ddl-width, .ddl-width2 {
        width:168px;
    }

    .small{
        width: 11px;
        padding: 8px 6px;
    }
    .medium{
        width: 33px;
        padding: 8px 6px;
    }

    .custom-dropdown {
        padding-left: 20px;
        background-size: 20px 38px; 
    }
    .ddl-small{
        width: 44px;
        font-size: 10px;
    }
    .ddl-medium{
        width: 54px;
        font-size: 10px;
    }

    .sameline{
        display:flex;
        display: -ms-inline-flexbox;
    }

}