body {
    background: #F7F7F7;
    margin: 30px 0px 30px 50px;
}
#head-text {
    color: #0099ff; 
    font-size: 25px; 
    font-weight: 600; 
    margin-top: 10px;
}
#main-area {
    background: white;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #E5E5E5, -5px -5px 10px #E5E5E5;
}
.contract-buttons {
    padding: 40px;
    box-shadow: 2px 2px 10px #E5E5E5, -2px -2px 10px #E5E5E5;
    border-radius: 10px;
}
.btn {
    width: 30%;
    margin: 5px;
    background: transparent;
    box-shadow: 2px 2px 10px #E5E5E5, -2px -2px 10px #E5E5E5;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    outline: none !important;
}
.btn:hover{
    outline: none !important;
    background: linear-gradient(to right, #0B6ADF, #0390FA);
    color: #F7F7F7;
}
.btn:focus {
    outline: none !important;
    background: linear-gradient(to right, #0B6ADF, #0390FA);
    color: #F7F7F7;
}
#circle-progress-area {
    margin-top: 130px;
}
#total-saving-area {
    margin-top: 120px;
    text-align: center;
}

/***********************************/
#slider-container {
    margin: 0 100px;
    border-radius: 10px;
    background: #D8E0FF;
    height: 5px;
    position: relative;
}
#slider-container > #slider {
    background: linear-gradient(to right, #ED17E1, #FF9601);
    height: 14px;
    height: 10px;
    width: 69%;
    border-radius: 10px;
    position: absolute;
    top: -2px;
    left: 0;
}
#slider-container > #dot {
    width: 23px;
    height: 23px;
    background: transparent;
    border-radius: 50%;
    border: 6px solid white;
    position: absolute;
    left: 66.5%;
    top: -8.5px;
    box-shadow: 1px 1px 5px gray;
}
#label-img {
    height: 50px; 
    margin: 10px 85px; 
    width: 650px;
}

/*************************/
#counter{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
#circle1{
    height: 150px;
    width: 150px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#shadowring{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /*box-shadow: 1px 1px 10px #E5E5E5, -1px -1px 10px #E5E5E5;*/ /*0 0 6px rgba(0,0,0,.5);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
#circle-2 {
    position: absolute; 
    top: -100px; 
    left: 60px;
}
#circle-text {
    position: absolute; 
    top: 15px; 
    left: 130px; 
    font-weight: bold; 
    color: #BEBFC2;
}
#chart-graph {
    width: 320px; 
    margin: 0 auto; 
    position: relative;
}

@media only screen and (max-width: 1200px) {
    #slider-container > #slider {
        top: -2px;
        left: 0;
    }
    #slider-container > #dot {
        left: 65.5%;
        top: -8.5px;
    }
    #label-img {
        height: 50px; 
        margin: 10px 85px; 
        width: 500px;
    }
    #head-text {
        color: #0099ff; 
        font-size: 22px; 
        font-weight: 600; 
        margin-top: 10px;
    }
} 

@media only screen and (max-width: 992px) {
    body {
        background: #F7F7F7;
        margin: 30px 0px;
    }
    #slider-container > #slider {
        width: 66%;
    }
    #slider-container > #dot {
        left: 62.5%;
        top: -8.5px;
    }
    #label-img {
        height: 50px; 
        margin: 10px 85px; 
        width: 500px;
    }
    #head-text {
        margin-top: -40px;
    }
    .contract-buttons {
        margin-top: -85px;
    }
    #circle-progress-area {
        margin-top: 100px;
    }
    #total-saving-area {
        margin-top: 10px;
        text-align: center;
    }
    #chart-graph {
        top: 570px;
    }
    #firm-saving {
        position: relative;
        top: 550px;
    }
    #main-area {
        height: 1150px;
    }
} 

@media only screen and (max-width: 768px) {
    #slider-container {
        height: 5px;
        width: 320px;
        margin: auto;
    }
    #slider-container > #slider {
        width: 72%;
    }
    #slider-container > #dot {
        left: 65.5%;
        top: -8.5px;
    }
    #label-img {
        height: 50px; 
        margin: 10px auto; 
        width: 320px;
        display: block;
    }
    #head-text {
        margin-top: -40px;
    }
    #circle-progress-area {
        margin-top: 100px;
    }
    #total-saving-area {
        margin-top: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    #logo {
        margin: auto;
        display: block;
    }
    #head-section {
        margin: 60px 0px 15px 0px;
    }
    #head-text {
        text-align: center;
    }
}

@media only screen and (max-width: 520px) {
    .btn {
        width: 30%;
        margin: 2px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 12px;
        outline: none !important;
    }
}