/*******************************************************
 *
 * Silversands
 *
 *******************************************************/
#content-full {
    margin-top: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    z-index: 2;
    display: none;
}

.ip-banner::before {
    background: rgba(0, 0, 0, 0.37);
}

#ip-development-details {
    position: relative;
}

.ip-dev-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.ip-dev-banner {
    position: relative;
    padding: 30px;
}

.ip-dev-banner-inner {
    position: relative;
}

.ip-dev-banner canvas {
    display: block;
    width: 100%;
    min-height: 420px;
}

.ip-dev-banner .ip-dev-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.ip-dev-banner .ip-dev-banner-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 167px;
    opacity: 0.2;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.ip-dev-banner .ip-dev-banner-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(88%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 100%);
}

.ip-dev-banner .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

.ip-dev-banner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 5px;
}

.ip-dev-banner h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #262626;
    max-width: 990px;
    margin: 0 auto 60px;
    text-align: center;
}

.ip-dev-about {
    padding: 56px 0 0;
    position: relative;
}

.ip-dev-inner {
    max-width: 89.704%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.ip-dev-about-name {
    position: absolute;
    top: 345px;
    left: -2px;
}

.ip-dev-about-name:before {
    width: 16vw;
}

.ip-dev-about .ip-dev-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ip-dev-text {
    width: 53.536%;
    padding: 4.2% 8.9% 0 4.2%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ip-dev-text h2 {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 30px;
}

.ip-dev-text p {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2;
    color: #000;
}

.ip-dev-text strong {
    font-weight: 700;
}

.ip-dev-about .ip-dev-text p {
    max-width: 88%;
    line-height: 1.667;
}

.ip-dev-img {
    width: 46.464%;
    font-size: 0;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ip-dev-img img {
    display: block;
    width: 100%;
    height: auto;
}

.ip-dev-img img:nth-child(2) {
    position: absolute;
    bottom: 46px;
    left: -20.3%;
    width: 61.701%;
    padding: 18px;
    background: #fff;
}

.ip-dev-design {
    padding: 177px 0 50px;
    position: relative;
}

.ip-dev-bg-design {
    top: -41px;
    left: 0;
    right: 0;
    height: 694px;
    max-height: 100%;
    opacity: .36;
}

.ip-dev-bg.ip-dev-bg-design:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.ip-dev-design .ip-dev-inner {
    padding-left: 30px;
}

.ip-dev-design .ip-dev-inner:after {
    content: '';
    display: table;
    clear: both;
}

.ip-dev-design-name {
    top: 145px;
    right: -72px;
}

.ip-dev-design-name:before {
    width: 74vw;
}

.ip-dev-design .ip-dev-img.float-left {
    float: left;
    /*width: 570px;*/
    width: 41.31%;
    margin-left: -30px;
    margin-right: 7.5%;
}

.ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
    left: initial;
    right: -70px;
    bottom: 59px;
    width: 72.73%;
}

.ip-dev-design .ip-dev-img.float-right {
    float: right;
    width: 41.31%;
    margin-right: 10.2%;
    margin-top: 79px;
    margin-left: 3%;
    margin-bottom: 70px;
}

.ip-dev-design .ip-dev-img.float-right img:nth-child(2) {
    bottom: -75px;
    left: initial;
    right: -80px;
    width: 66.166%;
}

.ip-dev-design .ip-dev-img.float-right+.ip-dev-text {
    padding-top: 17%;
}

.ip-dev-design .ip-dev-text {
    width: 100%;
    padding: 4.5% 7% 0 0;
    position: relative;
}

.ip-dev-text h2.ip-dev-text-title {
    font-size: 60px;
    line-height: 1;
    color: #262626;
    font-weight: 700;
    margin: 0 0 48px;
    letter-spacing: -0.01em;
}

.ip-dev-design .ip-dev-text p.highlight {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ip-dev-design .ip-dev-text p {
    margin-bottom: 30px;
}

.ip-dev-design .ip-dev-text:last-child {
    clear: left;
}

.ip-dev-priviledges {
    position: relative;
    padding: 80px 0 470px;
}

.ip-dev-bg-priviledges {
}

.ip-dev-bg-priviledges:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 395px;
    max-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}

.ip-dev-priviledges .ip-dev-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 5.313%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ip-dev-priviledges-name {
    top: 290px;
    left: -2px;
}

.ip-dev-priviledges-name:before {
    width: 109px;
    right: calc(100% + 70px);
}

.ip-dev-priviledges .ip-dev-text-title {
    line-height: 0.916;
    font-size: min(3.75vw, 60px);
    color: #262626;
    font-weight: 700;
    letter-spacing: -0.01em;
    width: 37%;
}

.ip-dev-priviledges-text {
    margin-left: auto;
    width: 63%;
}

.ip-dev-priviledges-text p {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2;
    color: #000;
}

.ip-dev-priviledges-text p a {
    font-weight: 700;
    color: var(--accent-color);
}

.ip-dev-gallery {
    padding: 107px 0 100px;
    position: relative;
}

.ip-dev-bg.ip-dev-bg-gallery {
    opacity: 0.50;
}

.ip-dev-bg.ip-dev-bg-gallery:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(80%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    z-index: 1;
}

.ip-dev-gallery .ip-dev-inner {
    padding: 0 80px;
}

.ip-dev-gallery-name {
    top: 115px;
    right: -90px;
}

.ip-dev-gallery-name:before {
    width: 289px;
}

.ip-dev-gallery-list {
    margin: 0 -3.5px;
    font-size: 0;
}

a.ip-dev-gallery-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 3.5px 8px;
}

a.ip-dev-gallery-item canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    /*height: 450px;*/
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

a.ip-dev-gallery-item:hover canvas {
    opacity: .85;
}

.ip-dev-gallery-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px;
}

.ip-dev-gallery-controls>span {
    position: relative;
    font-family: var(--font-proxima) !important;
    font-size: 12px;
    font-weight: 500;
    color: var(--accent-color);
    letter-spacing: 0.5em;
    cursor: pointer;
}

.ip-dev-gallery-controls>span:hover, .ip-dev-gallery-controls>span:focus {
    color: #262626;
}

.ip-dev-gallery-controls>span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: agentimage !important;
}

.ip-dev-gallery-controls>span.prev {
    padding-left: 35px;
    margin-right: 70px;
}

.ip-dev-gallery-controls>span.prev::before {
    left: 0;
}

.ip-dev-gallery-controls>span.next {
    padding-right: 35px;
    margin-left: 70px;
}

.ip-dev-gallery-controls>span.next::before {
    right: 0;
}

.ip-dev-gallery-controls-dots {
}

.ip-dev-gallery-controls-dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ip-dev-gallery-controls-dots ul li {
    margin: 0 16px;
    display: inline-block;
}

.ip-dev-gallery-controls-dots ul li button {
    width: 31px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 16px;
    color: var(--accent-color);
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ip-dev-gallery-controls-dots ul li.slick-active button {
    border-color: var(--accent-color);
}

.ip-dev-text h2 + h2 {
    margin-right: -90px;
    margin-bottom: 50px;
}

.ip-dev-text-list {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    justify-content: space-between;
}

.ip-dev-text-list ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(50% - 25px);
}

.ip-dev-text-list ul li {
    display: block;
    position: relative;
    line-height: 1.7;
    font-size: 20px;
}

.ip-dev-text-list ul li strong {
    font-weight: 600;
}

.ip-dev-text-list ul li:not(:last-child) {
    margin-bottom: 30px;
}

.ip-dev-text-list.is-small ul li {
    font-size: 15px;
    line-height: 2;
}

.ip-dev-text-list.is-small ul {
    width: calc(50% - 10px);
}

.ip-dev-text-list.is-small {
    padding-top: 9%;
    margin-left: 0;
    width: 45%;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-dev-about .ip-dev-text p {
        max-width: 90%;
    }

    .ip-dev-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ip-dev-priviledges-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ip-dev-text h2 + h2 {
        margin-bottom: 40px;
    }

    .ip-dev-text h2 {
        margin-bottom: 25px;
    }

    .ip-dev-text-list ul li {
        font-size: 18px;
    }

    .ip-dev-text-list.is-small ul li {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 1440px) {
    a.ip-dev-gallery-item canvas {
        height: 375px;
    }

    .ip-dev-gallery-name:before {
        width: 212px;
    }

    .ip-dev-text h2 {
        letter-spacing: 0.020em;
    }

    .ip-dev-text h2 {
        font-size: 21px;
    }

    .ip-dev-text h2 + h2 {
        margin-bottom: 35px;
    }

    .ip-dev-text h2.ip-dev-text-title {
        font-size: 55px;
    }

    .ip-dev-design .ip-dev-text {
        /* padding-top: 12%; */
    }

    .ip-dev-priviledges .ip-dev-text-title {
        width: 35%;
    }

    .ip-dev-priviledges-text {
        width: 65%;
    }

    .ip-dev-text-list {
        margin-bottom: 40px;
    }

    .ip-dev-text-list ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .ip-dev-about .ip-dev-text p {
        max-width: 95%;
    }

    .ip-dev-text-list.is-small ul li {
        font-size: 13px;
    }

    .ip-dev-design .ip-dev-inner {
        padding-left: 20px;
    }

    .ip-dev-design .ip-dev-img.float-left {
        margin-left: -20px;
    }

    .ip-dev-design .ip-dev-img.float-right {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-dev-text h2 {
        font-size: 22px;
    }

    .ip-dev-design .ip-dev-text p.highlight {
        font-size: 18px;
    }

    .ip-dev-text p {
        font-size: 14px;
    }

    .ip-dev-text h2.ip-dev-text-title {
        font-size: 45px;
        margin-bottom: 37px;
    }

    .ip-dev-text h2 {
        font-size: 20px;
    }

    a.ip-dev-gallery-item canvas {
        height: 347px;
    }

    .ip-dev-gallery-name:before {
        width: 185px;
    }

    .ip-dev-design .ip-dev-text {
        padding-right: 5%;
    }

    .ip-dev-priviledges .ip-dev-inner {
        padding: 0 4%;
    }

    .ip-dev-priviledges .ip-dev-text-title {
        /* width: 31%; */
    }

    .ip-dev-priviledges-text {
        /* width: 68%; */
    }

    .ip-dev-priviledges-text p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-dev-text h2 {
        font-size: 17px;
    }

    .ip-dev-about .ip-dev-text p {
        max-width: 95%;
        font-size: 13px;
        line-height: 1.7;
    }

    .ip-dev-design .ip-dev-text p.highlight {
    }

    .ip-dev-design .ip-dev-img.float-right {
        margin-left: 3%;
    }

    .ip-dev-text-list ul li {
        font-size: 16px;
    }

    .ip-dev-text-list ul {
        width: calc(50% - 20px);
    }

    .ip-dev-text-list {
        margin-bottom: 30px;
    }

    .ip-dev-text-list.is-small ul li br {
        display: none;
    }

    .ip-dev-text-list ul li:not(:last-child) {
        margin-bottom: 23px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-dev-banner img {
        width: 160px;
    }

    .ip-dev-banner h2 {
        font-size: 30px;
        margin: 0 auto 40px;
    }

    .ip-dev-about {
        padding: 35px 0 0;
    }

    .ip-dev-text p {
        font-size: 13px;
    }

    .ip-dev-text h2.ip-dev-text-title {
        font-size: 40px;
    }

    .ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
        right: -55px;
    }

    .ip-dev-design .ip-dev-text {
        /* padding-top: 9%; */
        padding-right: 4%;
    }

    .ip-dev-design .ip-dev-text p.highlight {
        letter-spacing: 0.020em;
        font-size: 15px;
        margin-bottom: 25px;
    }

    .ip-dev-design .ip-dev-img.float-right {
        /* margin-left: 5%; */
    }

    .ip-dev-priviledges-text p {
        font-size: 12px;
        letter-spacing: normal;
    }

    .ip-dev-priviledges .ip-dev-text-title {
        /* width: 30%; */
    }

    .ip-dev-priviledges-text {
        /* width: 70%; */
    }

    .ip-dev-priviledges .ip-dev-inner {
        padding: 0 0 0 5.313%;
    }

    .ip-dev-gallery .ip-dev-inner {
        padding: 0 50px;
    }

    a.ip-dev-gallery-item canvas {
        height: 300px;
    }

    .ip-dev-gallery-name:before {
        width: 156px;
    }

    .ip-dev-img img:nth-child(2) {
        padding: 15px;
    }

    .ip-dev-design-name {
        right: -105px;
        top: 115px;
    }

    .ip-dev-design-name:before {
        width: 77vw;
    }

    .ip-dev-text h2 + h2 {
        margin-right: -78px;
        margin-bottom: 20px;
    }

    .ip-dev-about .ip-dev-text p {
        font-size: 12px;
        line-height: 1.6;
    }

    .ip-dev-text h2 {
        margin-bottom: 15px;
    }

    .ip-dev-about-name {
        top: 262px;
    }

    .ip-dev-text-list ul {
        width: calc(50% - 15px);
    }

    .ip-dev-text-list ul li {
        font-size: 13px;
        line-height: 1.6;
    }

    .ip-dev-text-list ul li:not(:last-child) {
        margin-bottom: 14px;
    }

    .ip-dev-text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .ip-dev-text-list.is-small ul li {
        font-size: 12px;
        line-height: 1.5;
    }

    .ip-dev-img:not(.float-right) img {
        min-height: 500px;
    }

    .ip-dev-img img:nth-child(2) {
        min-height: auto;
    }

    #ip-development-details .section-name {
        font-size: 13px;
    }

    .ip-dev-about-name:before {
        width: 19vw;
    }

    .ip-dev-gallery-name {
        top: 96px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-dev-banner {
        padding: 20px;
    }

    .ip-dev-banner h2 {
        font-size: 20px;
        margin: 0 auto 30px;
    }

    .ip-dev-banner img {
        width: 211px;
    }

    .ip-dev-about-name {
        top: 218px;
        left: -7px;
    }

    .ip-dev-text {
        width: 100%;
        padding: 0 0 0 5%;
        margin-bottom: 30px;
    }

    .ip-dev-text h2.ip-dev-text-title {
        text-align: center;
    }

    .ip-dev-img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 9%;
    }

    .ip-dev-img img:nth-child(2) {
        bottom: 20px;
        left: 0;
        padding: 5px;
        width: 60%;
    }

    .ip-dev-design .ip-dev-img.float-left {
        width: 600px;
        max-width: 100%;
        padding: 0 7%;
        float: none;
        margin: auto;
    }

    .ip-dev-design .ip-dev-inner {
        padding: 0 4% 0 0;
    }

    .ip-dev-design .ip-dev-text {
        padding: 50px 0 0;
        margin-left: 0;
    }

    .ip-dev-design .ip-dev-img.float-right+.ip-dev-text {
        padding-top: 0;
    }

    .ip-dev-design .ip-dev-img.float-right {
        float: none;
        width: 600px;
        max-width: 100%;
        padding: 0 8%;
        margin: 0 auto 70px;
    }

    .ip-dev-design .ip-dev-img.float-right img:nth-child(2) {
        bottom: -35px;
        right: 0;
    }

    .ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
        bottom: 20px;
        right: 0;
    }

    .ip-dev-design {
        padding: 80px 0;
    }

    .ip-dev-priviledges .ip-dev-text-title {
        width: 100%;
        font-size: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .ip-dev-priviledges-text {
        width: 100%;
        margin: 0;
        padding: 0 0 0 4%;
    }

    .ip-dev-priviledges {
        padding: 0 0 250px;
    }

    .ip-dev-priviledges .ip-dev-inner {
        padding: 0 5.313%;
    }

    .ip-dev-bg-priviledges:before {
        height: 100%;
    }

    .ip-dev-gallery {
        padding: 80px 0;
    }

    .ip-dev-gallery-name {
        top: 87px;
        right: -75px;
    }

    .ip-dev-gallery .ip-dev-inner {
        padding: 0 4%;
    }

    .ip-dev-gallery-controls>span.prev {
        margin-right: 15px;
    }

    .ip-dev-gallery-controls>span.next {
        margin-left: 15px;
    }

    .ip-dev-gallery-controls-dots ul li {
        margin: 0 2px;
    }

    .ip-dev-gallery-controls {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .ip-dev-gallery-controls-dots {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .ip-dev-gallery-controls>span.prev {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .ip-dev-gallery-controls>span.next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .ip-dev-gallery-controls-dots ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ip-dev-gallery-controls-dots ul li button {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .ip-dev-gallery-name:before {
        width: 13vw;
        right: calc(100% + 30px);
    }

    .ip-dev-priviledges-name:before {
        width: 85px;
        right: calc(100% + 30px);
    }

    .ip-dev-priviledges-name {
        top: 268px;
    }

    .ip-dev-design-name {
        right: -65px;
        top: 73px;
    }

    .ip-dev-about {
        padding: 30px 0 0;
    }

    a.ip-dev-gallery-item canvas {
        height: 250px;
    }

    .ip-dev-text-list {
        display: block;
        margin-bottom: 18px;
        
    }

    .ip-dev-text-list.is-small{
        width: 100%;
        margin: 0 auto;
    }

    .ip-dev-text-list ul {
        width: 100%!important;
    }

    .ip-dev-text-list ul li br {
        display: none;
    }

    #ip-development-details .section-name {
        font-size: 12px;
    }

    .ip-dev-priviledges-text p {
        font-size: 13px;
        line-height: 1.7;
    }

    .ip-dev-text-list.is-small ul li {
        font-size: 13px;
        line-height: 1.7;
    }

    .ip-dev-text-list ul li {
    }

    .ip-dev-text p {
        font-size: 13px;
        line-height: 1.7;
    }

    .ip-dev-about .ip-dev-text p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.7;
    }

    .ip-dev-text h2 + h2 {
        margin: 0 auto 20px;
    }

    a.ip-dev-gallery-item {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    a.ip-dev-gallery-item canvas {
        height: auto;
    }

    .ip-dev-gallery-list {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .ip-dev-gallery-name:before {
        width: 30vw;
    }

    .ip-dev-text-list {
    }

    .ip-dev-img:not(.float-right) img {
        min-height: auto;
    }

    .ip-dev-design-name:before {
        width: 68vw;
    }

    .ip-dev-design-name {
    }

    .ip-dev-text h2.ip-dev-text-title {
        font-size: 35px;
    }

    .ip-dev-text-list.is-small {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ip-dev-gallery-list {
        max-width: 229px;
    }

    .ip-dev-priviledges {
        padding: 0 0 190px;
    }
}
