body {
    background: white;
}
.photobook {
    background-color: white;
    margin-top: 50px;
}
.photobook .box {
    margin: 30px;
    height: 840px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 10px 80px;
    display: flex;
    flex-direction: column;
}
.photobook .box.desktop img {
    margin-left: 10%;
}
.photobook .top-caption {
    font-size: 40px;
    font-weight: 900;
    color: black;
    text-align: center;
    margin-top: 0px;
    padding: 0px 120px;
}
.photobook .bottom-caption {
    margin-top: 20px;
    margin-bottom: 50px;
}
.photobook .create-account-button {
    width: 300px;
    margin: auto;
    background-color: #dacec3;
    font-size: 32px;
    color: black;
    border-radius: 42px;
    padding: 20px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}
.photobook a:hover {
    text-decoration: none;
}
.photobook .box .top-caption {
    background: #ffffff70;
}
.photobook .box .apps-icons {
    background: #ffffff70;
}
.photobook .create-account-button:hover {
    cursor: pointer;
    background: #eed0b5;
}
.photobook .footer-app-logo {
    width: auto;
    margin: 10px;
    height: 74px;
}
.photobook .content-row {
    margin: 40px 50px;
    margin-left: 110px;
    width: 60%;
    font-size: 15px;
}
.photobook .images {
    margin: 0 20px;
}
.photobook .images > div {
    padding: 20px;
}
.photobook .images img {
    width: 100%;
    height: auto;
}
.photobook .apps-icons img:hover {
	transform: scale(1.03);
	transition: all 1s;
}

.photobook .content-row > h3 { 
    font-size: 40px;
}
.photobook .customers-rewiew-row {
    width: 100%;
    padding: 80px 200px;
    font-size: 30px;
    background: #dbcec2;
    color: white;
}
.photobook .customers-rewiew-row .review {
    text-align: center;
    font-style: italic;
    padding: 0 130px;
}
.photobook .customers-rewiew-row .author {
    text-align: right;
    margin-right: 20%;
    font-size: 25px;
    margin-top: 10px;
}
.photobook .solentro-story-row {
    text-align: center;
    margin-top: 80px;
}
.photobook .solentro-story-row .title {
    font-size: 40px;
    font-weight: 900;
}
.photobook .solentro-story-row .subtitle {
    font-size: 32px;
}
.photobook .solentro-story-row .insta-button-container {
    margin: 30px 0;
    padding-bottom: 30px;
    cursor: pointer;
}
.photobook .solentro-story-row .insta-button-container .instagram-button {
    width: 500px;
    margin: auto;
    background-color: white;
    font-size: 32px;
    color: black;
    border-radius: 100px;
    border: solid 4px #dacec3;;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}

.photobook .solentro-story-row .insta-button-container .instagram-button:hover{
    background: #dfd3d3;
}
.row.app-content #content-body {
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 20px 32px;
    background: white;
}
.box.apps {
    background-image: url(https://static1.solentro.com/ng/app-background1.jpg);
}
.seo-text {
    display: none;
}
@media (max-width: 1700px) and (min-width: 1500px)
{
    .photobook .top-caption {
        padding: 0px 40px;
    }
}
@media (max-width: 1500px) and (min-width: 768px)
{
    .regular-backgound {
        background: #f7ede1;
    }
    .photobook {
        background-color: white;
        margin-top: 50px;
    }
    .photobook .top-caption {
        padding: 0px 60px;
    }
    .photobook .images {
        display: flex;
    }
    .photobook .images > div {
        padding: 10px;
    }
    .photobook .box {
        padding: 30px 20px;
    }
    .photobook .box {
        margin: 10px;
        padding: 10px 20px;
        height: 500px;
    }
    .photobook .customers-rewiew-row {
        width: 100%;
        padding: 80px 100px;
        /* margin-top: 264px; */
    }
    .photobook .rewiew-row .review {
        padding: 0 30px;
    }
    .box-container {
        float: none;
    }
}
@media (max-width: 1000px) {
    .photobook .box.desktop {
        margin-left: 10px;
    }
    .photobook .content-row {
        width: 70%;
    }
    .photobook .customers-rewiew-row .review {
        padding: 0 30px;
    }
}
@media (max-width: 1000px) and (min-width: 767px) 
{
    .photobook .customers-rewiew-row {
        margin-top: 264px;
    }
}
@media (max-width: 767px)
{
    .regular-backgound {
        background: white;
    }
    .photobook {
        background-color: white;
        margin-top: 71px;
    }
    .photobook .box {
        padding: 10px 20px;
        height: 500px;
    }
    .photobook .box.desktop {
        margin-left: 30px;
    }
    .photobook .top-caption {
        font-size: 45px;
        padding: 0px 5px;
        margin-top: 10px;
    }
    .photobook .box.desktop .top-caption {
        background: #ffffff70;
    }
    .photobook .box .apps-icons {
        background: #ffffff70;
    }
    .photobook .footer-app-logo {
        width: auto;
        margin: 10px;
    }
    .photobook .content-row {
        margin-left: 50px;
        width: 85%;
        margin: 20px 50px;
    }
    .photobook .customers-rewiew-row {
        font-size: 25px;
        padding: 80px 30px;
    }
    .photobook .customers-rewiew-row .review {
        padding: 0 30px;
    }
    .photobook .solentro-story-row {
        margin: 20px;
    }
    .photobook .images > div {
        padding: 10px;
    }
    .photobook .solentro-story-row .insta-button-container {
        margin: 30px 0;
    }
    .photobook .solentro-story-row .insta-button-container .instagram-button {
        width: 79%;
        font-size: 23px;
    }
    .row.app-content #content-body {
        margin: 0 auto;
        text-align: center;
        padding: 101px 20px 20px 32px
    }
    .benefits-container {
        padding-top: 20px;
    }
}
@media (max-width: 500px) {
    .photobook .box.desktop {
        margin-left: 10px;
        margin-right: 1px;
    }
    .photobook .box {
        margin-left: 10px;
        margin-right: 1px;
    }
    .photobook .box .top-caption {
        background: #ffffff70;
    }
}
.second-row .menu-container {
    margin-right: auto;
}
#tp-carusell {
    background: #f7ede1;
}
footer {
    background: #f7ede1!important;
}
.regular-backgound {
    background: white;
}