/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .chartsContent .programName {
        color: #094026;
        font-size: 25px;
    }

    .chartDatas {
        display: none;
    }

    .showThisComtent-md {
        display: inline-block;
    }

    .addProgramDatasResp {
        margin-top: -60px;
    }

    svg[id$='-svg'] {
        margin-top: -40px;
    }

    #map {
        display: block;
    }
    .contact h1{
        font-size: 67px !important;
    }

    .calc .greenBtn{
        font-size: 12px !important;
    }

    .hideContentSmallFromSM {
        display: none;
    }

    .showContentSmallFromSM {
        display: block;
    }
}

@media only screen and (min-width: 576px) {
    .calc .greenBtn{
        font-size: 17px !important;
    }
}

@media only screen and (min-width: 320px ) and (max-width: 576px) {
    .choosePriceDiv input[type=text] {
        border-radius: 20px;
        border-left: 1px solid #094026;
    }
    .rzslider .rz-bar {
        border-right: 1px solid #094026;
    }
    .zingchart *{
        font-size: 8px !important;
    }
}

/*!* Extra Small Devices, Phones *!*/
@media only screen and (min-width: 576px) {
    .rzslider .rz-bar {
        border-right: none !important;
    }

}

@media only screen and (min-width: 576px ) and (max-width: 768px) {
    .chartsContent .content button.greenOutlineBtn{
        margin-top: -50px;
    }
    .calc .greenBtn {
        margin-top: -45px !important;
    }

}

@media only screen and (min-width: 992px ) {
    .chartsContent .programName {
        color: #094026;
        font-size: 25px;
    }

}

@media only screen and (min-width: 768px ) and (max-width: 991px) {
    .changePSize div p {
        font-size: 12px !important;
    }

    .programsBox {
        flex: 0 0 46% !important;
        max-width: 50% !important;
    }

    .chartsContent .content .pay p {
        font-size: 11px !important;
    }

    .calc .greenBtn{
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 992px ) and (max-width: 1200px) {
    .changePSize div p {
        font-size: 12px !important;
    }

    .programsBox2 {
        flex: 0 0 46% !important;
        max-width: 50% !important;
    }

    .chartDatas {
        display: block;
    }

    .showThisComtent-md {
        display: none;
    }

}

@media only screen and (min-width: 1200px) {
    .changePSize {
        font-size: 12px !important;
    }

    .programsBox {
        max-width: 18.5% !important;
        flex: 0 0 18.5% !important;
    }

    .showThisComtent-md {
        display: none;
    }

    .addProgramDatasResp {
        margin-top: -100px;
    }

    svg[id$='-svg'] {
        margin-top: -60px;
    }

}

@media only screen and (min-width: 1400px) {
    .changePSize {
        font-size: 16px !important;
    }
    .chartsContent .content .pay p {
        font-size: 14px !important;
    }
    svg[id$='-svg'] {
        margin-top: -35px !important;
    }
    .addProgramDatasResp {
        margin-top: -55px;
    }
    .addProgramDatasResp {
        margin-top: -45px;
    }
    .respChartContent{
        top:26%;
    }
    .smallFontSize {
        font-size: 15px;
    }
}