.popup_form.video iframe {
    max-height: 80vh
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
body,
html {
    font-family: Roboto, sans-serif;
}

body {
    overflow-x: hidden;
}

.fw400 {
    font-weight: 400;
}

.fw900 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.fw500 {
    font-weight: 400;
}

.fw300 {
    font-weight: 300;
}

.f20 {
    font-size: 16px;
    font-family: 'Roboto';
    color: #424242;
}

.f14 {
    font-size: 14px;
}

.f25 {
    font-size: 25px;
}

.f8 {
    font-size: 8px;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f30 {
    font-size: 30px;
}

#block-1 .blockimg {
    position: absolute;
    top: -140px;
    width: 116%;
}

#block-1 .blockimg img {
    width: 100%;
    position: relative;
}

#block-1 .pulse1 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7e671e;
    transform: scale(0.6);
    border-radius: 50%;
    animation: 4s pulse infinite;
}

#block-1 .pulse2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7e671e;
    transform: scale(0.6);
    border-radius: 50%;
    animation: 4s pulse infinite;
    animation-delay: 1s;
}

svg.three path,
svg.three ellipse {
    transition-duration: 0.5s;
}

svg.three:hover path:nth-child(3) {
    fill: #fff
}

svg.three:hover path:nth-child(4) {
    fill: #fff
}

svg.three:hover path:nth-child(5) {
    fill: #fff
}

svg.three:hover path:nth-child(6) {
    fill: #fff
}

svg.three:hover path:nth-child(7) {
    fill: #fff
}

svg.three:hover path:nth-child(8) {
    fill: #fff
}

svg.three:hover path:nth-child(2) {
    stroke: #fff
}

svg.three:hover ellipse {
    fill: #253937
}

svg.two g,
svg.two path,
svg.two:hover g:nth-child(2) circle {
    transition-duration: 0.5s;
}

svg.two:hover g:nth-child(1) {
    transform: translate(13.4%);
}

svg.two:hover g:nth-child(2) {
    transform: translate(-13.4%);
}

svg.two:hover g:nth-child(2) circle {
    fill: #253937;
}

svg.two:hover path {
    transform: translate(-13.4%);
    fill: #fff
}

#block-1 .pulse3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7e671e;
    transform: scale(0.6);
    border-radius: 50%;
    animation: 4s pulse infinite;
    animation-delay: 2s;
}

#block-1 .pulse4 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7e671e;
    transform: scale(0.6);
    border-radius: 50%;
    animation: 4s pulse infinite;
    animation-delay: 3s;
}

@keyframes pulse {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#header a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.unvid {
    margin-top: -100px
}

.playbut {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    cursor: pointer;
    transition-duration: 0.5s;
    transform-origin: left top;
    transition-property: transform, opacity;
}

.playbut:hover {
    opacity: 1;
    transform: scale(1.1) translate(-50%, -50%);
}

.gilroy {
font-size: 19px;
    line-height: normal;
    font-weight: 400;
    font-family: Roboto;
}

.lh100 {
    line-height: 1;
}

.lh110 {
    line-height: 1.1;
}

.schedule {
    position: relative;
    font-size: 15px;
}

.schedule .time {
    right: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
}

.free {
    background: #253937;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    height: 125px;
}

.free .doctor {
    position: relative;
    margin-top: -84px;
    margin-left: 20px
}

.free .doctor2 {
    position: relative;
    margin-top: -90px;
    margin-left: 20px;
    width: 180px;
}

.free .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    display: inline-block;
    margin-left: 60px;
    margin-right: 330px;
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
}

.whatsapp-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.adjust-block {
    line-height: 1.2;
}

.free .write-whatsapp {
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto';
    font-weight: 400;
}

.free .write-whatsapp-eng {
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto';
    font-weight: 400;
}

.free .write-whatsapp-second {
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto';
    font-weight: 400;
}

.free .write-whatsapp-second-eng {
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto';
    font-weight: 400;
}

.rotate-m {
    display: inline-block;
    transform: rotate(90deg);
}

.free .callback {
    background: #EFCB5A;
    border-radius: 5px;
    width: 242px;
    height: 65px;
    display: inline-block;
    margin: auto 17px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
}

.free .btn-reach-out {
    background: #EFCB5A;
    border-radius: 5px;
    width: 242px;
    height: 65px;
    display: inline-block;
    margin: auto 17px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
}

.free .tel2 {
    margin: auto 10px auto 0;
    width:30px;
}

#block-1 .header {
font-size: 52px;
    line-height: normal;
    font-weight: 700;
    font-family: Roboto;
}

#block-1 .what {
        font-size: 21px;
    font-weight: 400;
    font-family: 'Roboto';
}

#block-1 .whatun {
    line-height: unset;
}

#block-5 .fon1 {
    position: absolute;
    top: -280px;
    right: -210px;
    width: 490px;
}

#block-5 .fon2 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 35vw;
}

#block-5 .fon3 {
    position: absolute;
    top: 70%;
    transform: translate(0, -50%);
    right: -40px;
    width: 30vw;
}

.ltr {
    position: absolute;
    left: 140px;
    margin-top: -25px;
}

.ttb {
    position: absolute;
    left: 35%;
    margin-top: -22px;
}

.rtl {
    position: absolute;
    right: 90%;
    margin-top: -95px;
}

.header {
    color: #7e671e;;
    font-size: 38px;
    text-align: center;
    line-height: normal;
    font-weight: 700;
    font-family: Roboto;
}
 .header-title {
    color: #253937;
    text-align: left;
    /* font-size: 3rem;
    line-height: normal;
    font-weight: 700;
    font-family: Roboto; */
}

.experience-mob-2 {
        font-size: 22px;
}

.line-style {
    border: 1px solid #253937;
    width: 385px;
    margin-left: 0;
}

.price-text {
    font-size: 1.1rem;
    font-weight: bold;
}

.price-text-longer {
    font-size: 1.05rem;
    font-weight: bold;
}

.underhead {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
}

#block-3 .text,
#block-2 .text {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Roboto';
    color: #424242;
}

#block-30 .text {
    font-weight: 300;
font-size: 16px;
    font-family: 'Roboto';
    color: #424242;
}

.line {
    width: 255px;
    display: block;
    height: 3px;
    background: linear-gradient(to right, #7e671e 0%, #253937 100%);
    animation: 3s lineright infinite;
    transform-origin: left;
    margin-bottom: 35px;
    margin-top: 10px;
}

@keyframes lineright {
    0% {
        transform: scaleX(0);
    }

    90% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.orange {
    color: #EF9034
}

.button {
    width: 360px;
    height: 66px;
    background: #253937;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition-duration: 0.5s;
    transition-property: background-color;
    font-size: 17px;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
}

.button:hover {
    background: #7e671e;
}

#block-8 .shape {
    position: absolute;
    margin-top: 50px;
}

#block-8 .rect {
    position: absolute;
    bottom: -5px;
    right: 15px;
}

#block-8 .slide {
    background: #fff;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 50px 40px;
    outline: none;
    margin: 40px 40px
}

#block-9 .body {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

#block-9 .unbody {
    position: absolute;
    bottom: 0;
    left: 0
}

.lang-dropdown {
    border-radius: 25px;
    border: 2px solid #253937;  
    padding: 3px;
    cursor: pointer;
}

.lang-dropdown:focus {
    border-color: #253937; 
    box-shadow: 0 0 0 1px #253937; 
    /* background-color: #fffbe6; */
}

#block-9 .vertbody {
    position: absolute;
    left: 74%;
    top: 0;
    z-index: 0;
}

#block-9 .but-quiz {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    height: 156px;
    cursor: pointer;
    font-weight: 500;
    line-height: 18.75px;
}

#block-9 .but-quiz {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    padding: 0 5px;
    height: 156px;
    cursor: pointer;
    font-weight: 500;
    line-height: 18.75px;
    transition-duration: 0.5s;
}

#block-9 .but-quiz.selected {
    background: #253937;
    color: #fff;
}

#block-9 .but-quiz svg path {
    transition-duration: 0.5s;
}

#block-9 .but-quiz.selected svg path {
    fill: #fff !important;
}

#block-9 .but-quiz>div {
    width: 100%;
}

#block-9 .but-quiz svg {
    margin-bottom: 5px;
}

#block-9 .but-ans {
    width: 100%;
    height: 68px;
    background: #EFCB5A;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}

#block-9 .pain {
    position: absolute;
    opacity: 0;
    transition-duration: 0.5s;
}

#block-10 .rec img {
    max-height: 166px;
}

#block-10 .recomend {
    padding: 20px 20px 20px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.recbg {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.headform {
    color: #7e671e;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 600;
}

.form {
    padding: 17px 15px 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
}

.form input[type="text"] {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    margin: 5px 0;
    width: 100%;
    padding: 10px 15px;
}

.form input[type="submit"] {
    width: 100%;
    border: none;
    color: #000;
    height: 41px;
    background: #EFCB5A;
    box-shadow: 0px 10px 30px #EFCB5A;
    border-radius: 5px;
    height: 65px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
}

.text-green {
    font-size: 16px;
    font-family: 'Roboto';
    color: #424242;
}

#footer .header {
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
    font-family: Roboto;
}

.popup_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0008;
    z-index: 99;
    display: none;
}
#title{
    padding-top: 40px;
}
.popup_form .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .5);
}

.popup_form .crest {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaa;
    font-size: 36px;
    cursor: pointer;
    z-index: 2;
}

.popup_form .header {
    font-size: 25px;
}

.popup_form .underhead {
    font-size: 20px;
}

.popup_form .free span {
    max-width: 610px;
}

.popup_form .free img.doctor {
    margin-top: -60px;
    height: 150px;
}

.popup_form.video iframe {
    width: 100%;
    height: 40vw;
}

.popup_form.video .container {
    padding-top: 50px
}

.popup_form.video .crest {
    top: -5px;
    right: 10px;
}

.popup_form.video .crest img {
    width: 30px;
}

@media (max-width: 760px) {
    .schedule .time {
        right: auto
    }

    .popup_form .header {
        font-size: 20px;
    }

    .popup_form .container {
        top: 50%;
        max-width: 95%;
        max-height: 95%;
        overflow-y: scroll;
    }
}

@media (max-width: 1199px) {
    #block-1 .header {
        font-size: 54px;
    }

    .free span {
        max-width: 45%;
    }

    .button {
        width: 100%;
        height: 80px;
        text-align: center;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px;
    }

    #block-5 .fon1 {
        position: absolute;
        top: -250px;
        right: -290px;
        width: 730px;
    }

    #block-5 .fon3,
    #block-5 .fon2,
    #block-5 .fon1 {
        display: none;
    }

    .popup_form .free span {
        max-width: 45%;
    }

    .headform {
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    #block-1 .header {
        font-size: 52px;
        line-height: 1.2;
    }

    .free .tel2 {
        margin: auto 7px
    }
    #cabinet{
        margin: 0;
        padding-left: 2%;
        padding-bottom: 40px;
        padding-top: 15px;
    }
    #block-1 .blockimg {
        position: relative;
        top: 0;
        width: 100%;
    }

    .free .callback img {
        width: 20px;
    }

    .free .callback {
        font-size: 15px;
        text-align: center;
        width: 150px;
    }

    .free .doctor {
        height: 142px;
        margin-top: -52px;
    }

    .free span {
        max-width: 47%;
    }

    .header {
        font-size: 38px;
        text-align: center;
    }

    #block-1 .header {
        text-align: left;
    }

    #block-5 .fon1 {
        display: none;
    }

    #block-5 .fon2 {
        display: none;
    }

    #block-5 .fon3 {
        display: none;
    }

    #block-5 svg {
        max-width: 100%;
    }

    .my-minus {
        margin-bottom: -20px;
    }

    .my-minus2 {
        margin-top: -20px;
    }

    .free .doctor2 {
        width: auto;
        height: 150px;
        margin-top: -60px;
    }

    #block-8 .rect {
        display: none;
    }

    #block-9 .body {
        text-align: center;
        position: relative;
        margin-top: 60px
    }

    #block-9 .unbody {
        left: 50%;
        transform: translate(-50%);
    }

    .popup_form .header {
        max-width: 80%;
        margin: auto;
        line-height: 1.2;
    }

    .popup_form .free img.doctor {
        margin-top: -50px;
        height: 140px;
    }

    .popup_form .free span {
        max-width: 45%;
    }

    .price-text {
        font-size: 1rem;
    }
    .price-text-longer {
        font-size: 0.95rem;
    }
}

@media (max-width: 760px) {
    #block-1 .header {
        font-size: 32px;
                padding-top: 65px;
    }

    #block-1 .whatun {
        font-size: 18px;
    }

    .free {
        height: auto;
    }
    #cabinet{
        margin: 0;
    }
    .free .text {
        max-width: none;
        text-align:center;
        font-size: 20px;
        margin: 0;
        padding: 10px;
        display: block;
    }

    .free .doctor {
        height: 82px;
        margin-top: 0;
    }

    .free .callback {
        margin: auto;
    }

    .free {
        padding-bottom: 20px;
    }

    .free .doctor {
        margin: 0 auto;
    }

    .header {
        font-size: 35px;
        text-align: center;
    }

    .experience-mob {
        font-size: 26px;
    }
    .experience-mob-2 {
        font-size: 22px;
    }

    .free .doctor2 {
        width: auto;
        height: 81px;
        margin-top: 0;
    }

    .free .callback {
        width: 80%;
    }

    .free .callback {
        font-size: 20px;
    }

    .free .callback img {
        width: 30px;
    }

    #block-8 .shape {
        display: none;
    }

    #block-8 .slide {
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    #block-9 .vertbody {
        width: 25px;
    }

    #block-9 .but-quiz {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .slickonmob {
        top: -50px
    }

    #block-9 .but-ans {
        margin-top: -40px
    }

    #block-9 .but-quiz {
        max-width: 80%;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #block-10 .recomend {
        padding: 20px 20px 20px 25px;
    }

    #footer .header {
        font-size: 40px;
    }

    #footer .contacts img {
        width: 30px;
    }

    #footer .f30 {
        font-size: 20px;
    }

    #footer .f20 {
        font-size: 16px;
    }

    #footer a {
        color: #000
    }

    #footer iframe {
        height: 50vh;
    }

    .popup_form .crest {
        top: -10px;
        right: 10px;
    }

    .popup_form .crest img {
        width: 20px;
    }

    .popup_form .free span {
        max-width: 100%;
    }

    .popup_form .free img.doctor {
        margin-top: 0;
    }

    .popup_form .form {
        width: 95%;
    }

    .popup_form.video .container {
        padding: 50px 5px 5px 5px;
    }

    .popup_form.video iframe {
        width: 100%;
        height: 50vw;
    }
    .price-text {
        font-size: 15px;
    }
    .price-text-longer {
        font-size: 14px;
    }
    .line-style {
        width: 325px;
    }
}

@media (max-width: 360px) {
    .nosmall {
        display: none;
    }
    #cabinet{
        margin: 0;
    }
    .smalldiv {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #footer .schedule {
        display: inline-block;
    }

    .schedule .time {
        right: auto;
    }
}
#number{
    position: absolute;
    white-space: nowrap;
    right: 2%;
    bottom: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#burger{
    position: relative;
    left: 0%;
    margin-top: 57%;
}
#cabinet{
    margin-left: 1.5%;
    padding-bottom: 40px;
    padding-top: 15px;
}
.popup_form.form .crest img {
    width: 40px;
}

.popup_form.form .crest {
    position: relative;
    width: 100%;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
}

#mob-menu a {
    margin: 20px 0;
    display: inline-block;
    color: #7e671e;
}

#mob-menu.open {
    transform: none;
}

.popup_form .form {
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup_form.form {
    box-shadow: none;
    border-radius: 0;
}

.animateshapes {
    animation: 10s shapes infinite;
    animation-timing-function: linear;
    transform-origin: center;
}

@keyframes shapes {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.callback {
    position: relative;
    overflow: hidden;
}

.callback:after {
    animation: pulse22 4s 0s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-80deg, transparent 35%, #ffffff66, transparent 65%);
    width: 100px;
    height: 100%;
    margin: auto;
    z-index: 1;
    display: block;
    transform: translate(-200px);
    clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
}

.btn-reach-out {
    position: relative;
    overflow: hidden;
}

.btn-reach-out:after {
    animation: pulse22 4s 0s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-80deg, transparent 35%, #ffffff66, transparent 65%);
    width: 100px;
    height: 100%;
    margin: auto;
    z-index: 1;
    display: block;
    transform: translate(-200px);
    clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
}
@keyframes pulse22 {

    0%,
    to {
        transform: translate(-200px)
    }

    50%,
    99.999% {
        transform: translate(200px)
    }
}

@keyframes pulse23 {

    0%,
    to {
        transform: translate(-300px)
    }

    50%,
    99.999% {
        transform: translate(300px)
    }
}

.submit-but {
    overflow: hidden;
    position: relative;
}

.submit-but:after {
    animation: pulse22 4s 0s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-80deg, transparent 35%, #ffffff66, transparent 65%);
    width: 100px;
    height: 100%;
    margin: auto;
    z-index: 1;
    display: block;
    transform: translate(-200px);
    clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
}

.but-ans {
    overflow: hidden;
    position: relative;
}

.but-ans:after {
    animation: pulse23 4s 0s infinite linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-80deg, transparent 35%, #ffffff66, transparent 65%);
    width: 100px;
    height: 100%;
    margin: auto;
    z-index: 1;
    display: block;
    transform: translate(-200px);
    clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
}

.pt-md-4 {
    background-color: #fffcf0;
    border-top: #ebebeb;
    border-width: 1px;
    border-top-style: ridge;
    border-top-style: solid;
    background-image: url(backgroundimage3.png);
}

.remove-p-margin p{
    margin-top: 0;
    margin-bottom: 0;
}

.mt-5.pt-5 {
    padding-top: 3rem !important;
    background-color: #fffcf0;
    background-image: url(backgroundimage3.png);
}
.my-5.py-5 {
    padding-top: 3rem !important;
}

#block-4 {
    background-color: #fffcf0;
    background-image: url(backgroundimage3.png);
}

#block-3 {
    background-color: #fffcf0;
    background-image: url(backgroundimage3.png);
}

#block-11 {
    background-color: #fffcf0;
    background-image: url(backgroundimage3.png);
}

#block-9 {
    background-color: #fffcf0;
    background-image: url(backgroundimage3.png);
}

img.my-auto {
    width: 25px;
}