.weather {
    width: 400px;
    margin: 0 auto;
    background: rgba(56, 169, 255, 0.50);
    /* color: #fff; */
    height: 400px;
    padding: 30px;
    border-radius: 400px;
    margin-bottom: 50px;
}

.weather-iner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 117px -6px rgba(56,169,255,1);
    -moz-box-shadow: 10px 10px 117px -6px rgba(56,169,255,1);
    box-shadow: 10px 10px 117px -6px rgba(56,169,255,1);
}

.weather-round .weather-round-inner h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}

.weather-round .weather-round-inner p{
    font-size: 20px;
    font-weight: 600;

}
.cloud-icon {
    font-size: 85px;
    
    color: #80c8ff;
}
.weather-round-blocks-icon img {
    max-width: 50px;
}
.weather-round-blocks {
    padding: 0;
    border: 1px solid #b4dfff;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    -moz-box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    -webkit-box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    -moz-box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    box-shadow: 10px 10px 14px -5px rgba(56, 169, 255, 0.23);
    position: relative;
    margin-left: 0;
}

.weather-round-blocks-icon {
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #59b7ff;
}
.weather-round-blocks-icon span {
    width: 50px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #59b7ff;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.weather-round-blocks-icon img {
    max-width: 34px;
}
.weather-round-blocks-icon h5 {
    font-size: 22px;
}

.weather-round-blocks-body {
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
}

.weather-round-blocks-body p {
    margin-bottom: 0;
    font-weight: bold;
    min-height: 42px;
}
.geo-location-link{
    text-align: left;
    margin-top: 10px;
    display: block;
    font-size: 15px;
}
.row_flex .weather-round-blocks {
    height: calc(100% - 50px);
}
@media(max-width: 475px){
    .weather{
            border-radius: 300px;    width: 300px;
                height: 300px;
    }
    .weather-round .weather-round-inner h1{
        font-size: 35px;
    }
}
@media(min-width: 992px){
    .row_flex{
        display: flex;
        flex-wrap: wrap;
    }
}