.new-features{
    float: left;
    width: 30.3%;
    padding: 0 1.5%;
    color: #7782aa;
    margin: 35px 0 0;
    line-height: 26px;
}
.new-features p{
    margin: 0;
}
.new-features .feature-image{
    height: 48px;
    margin: 0 auto 25px;
}
.new-map-box{
    float: left;
    width: 100%;
    color: #fff;
    padding: 60px 0 0;
    font-size: 18px;
    line-height: 18px;
    background: url("../images/new-map-bg.jpg") no-repeat center top;
    background-size: cover;
}
.new-map-box h2{
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.new-map-box p{
    margin: 0;
}
.new-home-map{
    width:936px;
    height: 590px;
    margin: 0 auto;
    position: relative;
    background: url("../images/new-map.png") no-repeat;
}
.new-location{
    width: 107px;
    height: 30px;
    position: absolute;
}
.new-los-angeles{
    left: 35px;
    top: 191px;
}
.new-dallas{
    left: 100px;
    top: 268px;
}
.new-chicago{
    left: 123px;
    top: 146px;
}
.new-ashburn{
    left: 246px;
    top: 241px;
}
.new-london{
    left: 344px;
    top: 128px;
}
.new-amsterdam{
    left: 465px;
    top: 217px;
}
.new-barcelona{
    left: 335px;
    top: 184px;
}
.new-Johannesburg{
    left: 400px;
    top: 378px;
    width: 128px;
}
.new-mumbai{
    left: 557px;
    top: 320px;
}
.new-singapore{
    left: 642px;
    top: 356px;
}
.new-sydney {
    right: 70px;
    top: 476px;
}
.new-tokyo{
    top: 180px;
    right: 107px;
}
.new-sao-paulo {
    bottom:136px;
    left: 323px;
}
.new-taipei{
    top: 295px;
    right: 40px;
}
.new-moscow{
    top: 130px;
    right: 289px;
}
.new-seoul {
    top: 236px;
    right: 186px;
    width: 80px;
}
.why-photon ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-photon li{
    float: left;
    width: 100%;
    line-height: 26px;
    margin: 45px 0 0;
}
.photon-features{
    width: 46%;
}
.why-photon li div{
    width: 78%;
}
.why-photon li div p{
    margin:0;
}
/*****************Responsive*********************************/
@media screen and (max-width:920px) {    
    .new-features{
        line-height: 20px;
        margin: 25px 0 0;
    }
    .new-features .feature-image {
        margin: 0 auto 15px;
    }
    .new-map-box{
        padding: 40px 0;
    }
    .new-map-box h2 {
        margin: 0 0 10px;
        font-size: 34px;
        line-height: 34px;
    }
    .new-home-map {
        width: 632px;
        height: 360px;
        background: url("../images/new-map.png") no-repeat;
        background-size: cover;
    }
    .new-location {
        width: 74px;
        height: 20px;
    }
    .new-los-angeles {
        left: 22px;
        top: 130px;
    }
    .new-dallas {
        left: 67px;
        top: 182px;
    }
    .new-chicago {
        left: 83px;
        top: 99px;
    }
    .new-ashburn {
        left: 165px;
        top: 163px;
    }
    .new-london {
        left: 230px;
        top: 87px;
    }
    .new-amsterdam {
        left: 313px;
        top: 147px;
    }
    .new-barcelona {
        left: 225px;
        top: 124px;
    }
    .new-sao-paulo {
         bottom: 53px;
         left: 218px;
     }
    .new-singapore {
        left: 432px;
        top: 241px;
    }
    .new-sydney {
        right: 46px;
        top: 322px;
    }
    .new-Johannesburg {
        left: 270px;
        top: 255px;
        width: 85px;
    }
    .new-mumbai {
        left: 375px;
        top: 216px;
    }
    .new-tokyo {
        top: 122px;
        right: 72px;
    }
    .new-taipei {
        top: 199px;
        right: 27px;
    }
    .why-photon{
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .why-photon li{
        margin: 35px 0 0;
        line-height: 20px;
    }
    .photon-features {
        width: 49%;
    }
    .why-photon li div {
        width: 80%;
    }  
    .new-moscow {top: 88px;right: 196px;width: 70px;}
    .new-seoul {top: 160px;right: 126px;width: 53px;}
}
@media screen and (max-width:875px){
    .new-features {
        width: 96%;
        padding: 0 2%;
    }
    .photon-features{
        width: 100%;
        margin:20px 0 0;
    }
    .photon-features figure{
        margin: 0 auto 15px;
        float: none !important;
    }
    .why-photon li div {
        width: 100%;
        text-align: center;
    }
    .why-photon li{
        margin: 0;
    }
}
@media screen and (max-width:667px) {
    .new-home-map {
        width: 480px;
        height: 270px;
    }
    .new-location {
        width: 58px;
    }
    .new-los-angeles {
        left: 16px;
        top: 97px;
    }
    .new-barcelona {
        left: 169px;
        top: 92px;
    }
    .new-dallas {
        left: 50px;
        top: 135px;
    }
    .new-sao-paulo {
        bottom: 35px;
        left: 164px;
    }
    .new-singapore {
        left: 327px;
        top: 181px;
    }
    .new-sydney {
        right: 33px;
        top: 241px;
    }
    .new-chicago {
        left: 61px;
        top: 73px;
    }
    .new-ashburn {
        left: 123px;
        top: 122px;
    }
    .new-london {
        left: 175px;
        top: 64px;
    }
    .new-amsterdam {
        left: 236px;
        top: 109px;
    }
    .new-Johannesburg {
        left: 204px;
        top: 192px;
        width: 67px;
    }
    .new-mumbai {
        left: 283px;
        top: 162px;
    }
    .new-tokyo {
        top: 91px;
        right: 54px;
    }
    .new-taipei {
        top: 149px;
        right: 19px;
    }
    .new-moscow {
        top: 67px;
        right: 151px;
        width: 50px;
        height: 16px;
    }
    .new-seoul {
        top: 121px;
        right: 96px;
        width: 40px;
        height: 16px;
    }
}
@media screen and (max-width:600px){
    .new-map-box h2{
        font-size: 25px;
    }
    .new-map-box{
        font-size: 15px;
    }
}
@media screen and (max-width:480px) {
    .new-home-map {
        width: 395px;
        height: 220px;
    }
    .new-location{
        width: 45px;
        height: 15px;
    }
    .new-los-angeles {
        left: 15px;
        top: 80px;
    }
    .new-dallas {
        left: 42px;
        top: 112px;
    }
    .new-chicago {
        left: 52px;
        top: 62px;
    }
    .new-ashburn {
        left: 103px;
        top: 102px;
    }
    .new-sao-paulo {
        bottom: 27px;
        left: 137px;
    }
    .new-barcelona {
        left: 141px;
        top: 76px;
    }
    .new-london {
        left: 145px;
        top: 54px;
    }
    .new-singapore {
        left: 271px;
        top: 149px;
    }
    .new-sydney {
        right: 29px;
        top: 200px;
    }
    .new-amsterdam {
        left: 197px;
        top: 90px;
    }
    .new-Johannesburg {
        left: 168px;
        top: 159px;
        width: 55px;
    }
    .new-mumbai {
        left: 234px;
        top: 133px;
    }
    .new-tokyo {
        top: 76px;
        right: 45px;
    }
    .new-taipei {
        top: 124px;
        right: 17px;
    }
    .new-moscow {
        top: 54px;
        right: 123px;
        width: 43px;
        height: 15px;
    }
    .new-seoul {
        top: 99px;
        right: 78px;
        width: 35px;
        height: 14px;
    }
}
@media screen and (max-width:414px) {
    .new-home-map {
        width: 335px;
        height: 190px;
    }
    .new-los-angeles {
        left: 11px;
        top: 68px;
    }
    .new-location {
        width: 40px;
        height: 13px;
    }
    .new-dallas {
        left: 35px;
        top: 95px;
    }
    .new-chicago {
        left: 43px;
        top: 52px;
    }
    .new-sao-paulo {
        bottom: 27px;
        left: 115px;
    }
    .new-barcelona {
        left: 118px;
        top: 66px;
    }
    .new-singapore {
        left: 230px;
        top: 128px;
    }
    .new-sydney {
        right: 24px;
        top: 170px;
    }
    .new-ashburn {
        left: 87px;
        top: 86px;
    }
    .new-london {
        left: 122px;
        top: 45px;
    }
    .new-amsterdam {
        left: 166px;
        top: 77px;
    }
    .new-Johannesburg {
        left: 144px;
        top: 134px;
        width: 45px;
    }
    .new-mumbai {
        left: 199px;
        top: 115px;
    }
    .new-tokyo {
        top: 64px;
        right: 36px;
    }
    .new-taipei {
        top: 105px;
        right: 14px;
    }
    .new-moscow {
        top: 45px;
        right: 104px;
        width: 37px;
        height: 13px;
    }
    .new-seoul {
        top: 83px;
        right: 66px;
        width: 30px;
        height: 13px;
    }
}
















