body{
    font-family: 'BYekan';
    background: #184153; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #184153 1%, #0b1e25 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #184153 1%,#0b1e25 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #184153 1%,#0b1e25 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184153', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.title {
    font-size: xx-large;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}
.main-bg {
    height: 170px !important;
    padding-top: 5em;
}

#coverageContainer {
    height: 660px;
    padding: 0;
    margin-bottom: 40px;
    direction: rtl;
    /* margin-top: 100px; */
    overflow: hidden;
}

#coverageMap {
    height: 450px;
  z-index: 1;
}
form.select-city-coverage input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff00;
}
form.select-city-coverage label:before{
    border-radius: 100px;
}
form.select-city-coverage button {
    outline: none;
    color: #fff !important;
    border: 1px solid #00A8E0;
    border-radius: 20px;
    width: 75px;
    height: 28px;
    background: none;
    opacity: 1;
    float: right;
    margin-right: 10px;
}
form.select-city-coverage button:checked {
    background:#1894d0;
}
.coverage-wraper{
  height: 800px;
}
@media (max-width: 993px) {
    .fixed-bottom{
        position: relative !important;
    }

    #coverageContainer {
        height: 700px;
    }

    .title {
        font-size: large;
    }
    .main-bg {
        height: 100px !important;
        padding-top: 4em;
    }
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 250px;
    color: black;
    right: 57px;
    top: 10px !important;
    height: 41px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

@media (max-width: 768px){
   }
.coverageTitle {padding: 0 0;color: #000;margin-top: 80px;}
.coverageTitle h1 {
    color: #fff;
    font-size: 22px;
    text-align: right;
    padding: 18px 15px;
    direction: rtl;
}
.coverageTitle h1:before {
    content: " ";
    float: right;
    width: 29px;
    height: 2px;
    background: #00A8E0;
    margin-top: 16px;
    margin-left: 10px;
}
.select-city-coverage .custom-control div {
  margin-right: 10px;
}
/*********Responsive Codes*********/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .coverageTitle h1{
      font-size:18px
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
   
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
   
}

/* Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1500px)  {
   
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px)  {
}
@media screen and (max-height: 418px) {
   
}

@media screen and (max-width:960px) {
   
}
