.about-left-content {
    width: 50%;
    padding-right: 100px;
    margin-bottom: 120px;
}
.problem-areas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.problem-areas-list li {
    width: 25%;
    display: inline-block;
    margin-bottom: 75px;
}
.problem-areas-list li .icon {
    width: 202px;
    height: 202px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 100%;
    line-height: 200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eff4fa+1,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(239, 244, 250, 1) 0%, rgba(239, 244, 250, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239, 244, 250, 1) 0%, rgba(239, 244, 250, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239, 244, 250, 1) 0%, rgba(239, 244, 250, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eff4fa', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    transition: 0.5s;
}
.inner-container-txt .heading-40{font-size: 50px;margin-bottom: 15px;}

/* problem-areas Inner pages css*/

.problem-areas-list li:hover .icon {
    background: #0071BD;
}
.problem-areas-list li:hover img {
    filter: invert(0) brightness(10);
}
.dlist li a{font-weight: 600;}
.dlist  li a:hover{color:#0071BD;}
.img-left {
    width: 660px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    display: inline-block;
    margin-bottom: 100px;
}
.content-right {
    width: calc(100% - 660px);
    display: inline-block;
    padding-left: 100px;
    margin-bottom: 70px;
}
.map h3{
	margin-bottom: 10px;
    font-size: 22px;
}
.content-right  .dlist{margin-bottom: 30px;}
.sec-bg {
    clear: both;
    background: -moz-linear-gradient(top, rgba(232, 239, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(232, 239, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(232, 239, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8eff9', endColorstr='#00ffffff', GradientType=0);
    position: relative;
    padding: 0;
    margin-bottom: 100px;
    overflow: hidden;    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.img-right {
    width: calc(100% - 660px);
    display: inline-block;
}
.img-right img {
    max-width: inherit;
}
.left-content {
    width: 660px;
    display: inline-block;
    position: relative;
    padding: 80px 80px 0 0;
}
.left-content .dlist li >ul {margin: 20px 0 0 0;}
.left-content .dlist li >ul li:last-child{margin-bottom: 0;}
.pdtb20 {
    padding: 20px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f5fb+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(241, 245, 251, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 245, 251, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 245, 251, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f5fb', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}
.img-left.item-img img {
    margin-left: -200px;
    max-width: inherit;
}
.phy-content-wrapper {
    margin-bottom: 0;
}
.phy-content-wrapper .content-right {
    width: 50%;
    padding: 100px 0 0 100px;
}
.phy-content-wrapper .img-left.item-img {
    width: 45%;
}
.phy-block {
    display: block;
}
.price-list {
    background: #E8EFF9;
}
.price-column .width50 {
    width: calc(50% - 50px);
    margin-bottom: 100px;
    padding: 0;
}
.price-list li {
    border-bottom: 1px solid #DFE7F3;
    padding: 20px;
    margin: 0 10px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px !important;
    position: relative;
}
.price-heading {
    background-color: #DFE7F3;
    font-size: 30px;
    color: #000;
    padding: 20px 30px;
}
.price-list li span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
.phy-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 50px;
}
.inpg.price .why-need-wrapper {
    padding-top: 25px;
    padding-left: 90px;
    padding-right: 90px;
}
.inpg.price .why-need-wrapper .smk_accordion .accordion_in {
    margin-bottom: 25px;
}
.why-need-wrapper .smk_accordion .accordion_in .acc_head {
    margin-bottom: 30px;
}
.inpg.price .why-need-wrapper .smk_accordion .accordion_in:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}
.why-need-wrapper .smk_accordion .accordion_in:last-child .acc_head {
    margin-bottom: 0;
}
.inpg.price .why-need-wrapper .smk_accordion {
    margin-bottom: 30px;
}
.reverse .content-right{order: 1;padding-left: 0;padding-right: 100px;}
.reverse .img-left{order: 2;}
.img-in-center{
    display: inline-flex;
    align-items: center;
}
.left-content .dlist.half li{padding-right: 10px;margin-bottom: 30px;}
.inner-container{margin-bottom: 100px;}
.img-left .map{margin-top: 10px;}
@media(min-width:1680px){
    .img-left.item-img{overflow: inherit;}
    .phy-content-wrapper .img-left.item-img img{margin-left: -275px;}
}
@media(max-width:1480px) {
    .img-left.item-img img {
        margin-left: -323px;
    }
    .phy-content-wrapper .img-left.item-img{margin-left: 0;}
}
@media(max-width:1366px) {
    .content-right {
        width: calc(100% - 560px);
        padding-left: 70px;
    }
    .inner-container{margin-bottom:70px;}
    .reverse .content-right{padding-right: 70px;}
    .about-left-content {
        padding-right: 70px;
        margin-bottom: 90px;
    }
    .img-left {
        width: 560px;
        margin-bottom: 70px;
    }
    .sec-bg {
        margin-bottom: 70px;
    }
    .phy-content-wrapper .content-right {
        width: 50%;
        padding: 45px 0 0 50px;
    }
    .inner-container-txt .heading-40 {
        font-size: 46px;}
    .inpg.price .why-need-wrapper{    padding-left: 70px;padding-right: 70px;}
}
@media(max-width:1200px) {
    .inner-container-txt .heading-40 {
        font-size: 42px;}
    .problem-areas-list li {
        margin-bottom: 60px
    }
    .about-left-content {
        padding-right: 30px;
        margin-bottom: 50px;
    }
    .inpg.price .why-need-wrapper{    padding-left: 40px;padding-right: 40px;}
    .inner-container{margin-bottom: 50px;}
    .reverse .content-right{padding-right: 30px;}
    .img-left {
        width: 50%;
        margin-bottom: 50px;
    }
    .content-right {
        width: 50%;
        padding-left: 40px;
    }
    .left-content {
        width: 50%;
        padding: 50px 40px 0 0;
    }
    .img-right {
        width: 50%;
    }
    .sec-bg {
        margin-bottom: 50px;
    }
    .phy-content-wrapper .img-left.item-img {
        width: 50%;
    }
    .img-left.item-img img {
        margin-left: auto;
        max-width: 100%;
    }
    .img-right img {
        max-width: 100%;
        margin: 60px 0 0 0;
    }
    .price-column .width50 {
        width: calc(50% - 15px);
        margin-bottom: 80px;
    }
}
@media(max-width:992px) {
    .img-left .map{margin-top: 0px;}
    .inner-container-txt .heading-40 {
        font-size: 40px;}
    .about-left-content {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .reverse .content-right{padding-right: 0;}
    .price-list li {
        padding: 15px;
        padding-right: 40px !important;
    }
    .phy-listing-wrapper .width33 {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .inner-container{margin-bottom: 30px;}
    .problem-areas-list li {
        width: 33.33%;
        margin-bottom: 50px;
    }
    .price-column .img-left {
        display: none;
    }
    .content-right .hidden {
        display: block;
        margin-bottom: 30px;
    }
    .content-right {
        width: 50%;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .img-left,
    .phy-content-wrapper .img-left.item-img {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        top: inherit;
    }
    .img-right {
        width: 100%;
        order: 2;
    }
    .left-content {
        width: 100%;
        padding: 30px 0px 0 0;
        margin-bottom: 30px;
    }
    .img-right img {
        max-width: 100%;
        margin: 0;
    }
    .content-right,
    .phy-content-wrapper .content-right {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        order: 1;
    }
    .content-right p:last-child {
        margin-bottom: 0;
    }
    .sec-bg {
        margin-bottom: 30px;
    }
    .price-heading {
        font-size: 28px;
    }
    .inpg.price .why-need-wrapper{    padding-left: 20px;padding-right: 20px;}
}
@media(max-width:767px) {
    .inner-container-txt .heading-40 {
        font-size: 38px;}
    .price-heading {
        font-size: 26px;
        padding: 15px 20px;
    }
    .problem-areas-list {
        justify-content: center;
    }
    .problem-areas-list li {
        width: 50%;
        margin-bottom: 30px
    }
    .problem-areas-list li .icon {
        width: 170px;
        height: 170px;
        line-height: 170px;
    }
    .problem-areas-list li .icon img {
        width: 100px;
    }
    .price-list li {
        padding: 15px;
        margin: 0 5px;
        font-size: 16px;
    }
    .left-content .dlist.half li{margin-bottom: 20px;}
    .price-column .width50 {
        width: 100%;
        margin-bottom: 30px;
    }
    .price-heading {
        font-size: 24px;
    }
    .pdtb20 {
        padding: 15px 10px;
    }
    .pdtb20 .heading-24 {
        font-size: 20px;
    }
    .inpg.price .why-need-wrapper{    padding-left: 15px;padding-right: 15px;}
}
@media(max-width:480px) {
    .inner-container-txt .heading-40 {
        font-size: 32px;}
    .pdtb20 {
        padding: 10px 5px;
    }
    .pdtb20 .heading-24 {
        font-size: 18px;
    }
    .problem-areas-list li .icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
        margin-bottom: 20px;
    }
    .left-content .dlist.half li{margin-bottom: 15px;}
    .problem-areas-list li {
        margin-bottom: 30px;
    }
    .problem-areas-list li .icon img {
        width: 100px;
    }
    .price-list li {
        padding: 10px;
    }
    .price-heading {
        font-size: 22px;
        padding: 10px 15px;
    }
}
@media(max-width:380px) {
     .inner-container-txt .heading-40 {
        font-size: 28px;}
    .problem-areas-list li .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .problem-areas-list li .icon img {
        width: 65px;
    }
    .price-heading {
        font-size: 20px;
    }
}

