	body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
 

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.lcol {
    background-color: #fd275a;
}
.rcol {
    background-color: #009999;
}


.city_droupdown_bg{background:#320e2a; padding:45px 0; text-align:center; min-height:inherit;}
.select-option{display:block; align-items:center; justify-content:space-between;}
.select-option select{background:#fff; padding:18px 15px; border-radius:0px; border:#fff solid 1px; font-size:15px; width:60%; height:56px;}
.select-option label{color:#fff; font-size:25px; font-family:'IBM Plex Sans', sans-serif; font-weight:500; text-transform:uppercase; margin-bottom:25px; display:block;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}
.select-option button{background:#f00; padding:8px 20px 4px; cursor:pointer; border:#fff solid 7px; margin-left:-1px; height:56px;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}
@-webkit-keyframes mover{
    0%{transform:translateX(0);}
    100%{transform:translateX(-10px);}
}
@keyframes mover{
	0%{transform:translateX(0);}
	100%{transform:translateX(-10px);}
}

@media (max-width:812px){
.select-option select{width:70%;}	
}	
@media (max-width:480px){
.select-option{display:inline-block;}  
.select-option select{width:100%;}
.select-option label{font-size:20px;}
}