.page-id-550 header,
.page-id-550 footer {
    display: none;
}

.layout-to-section {
    background: url('../images/bg-s.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100vh;
    padding-top: 28px;
}

.left-image {
    position: absolute;
    left: 0;
    text-align: left;
}

.left-image img {
    width: 90%;
}

.right-image {
    position: absolute;
    right: 10%;
    top: 15%;
    text-align: right;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.top-logos {
    display: block;
    text-align: center;
    /*flex-wrap: wrap;
    justify-content: center;*/
}

/*.top-logos {
    display: block;
    align-items: center;
}
*/
.top-logos ul li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    /*width: 33.33%;
    float: right;*/
    vertical-align: top;
}

.txt-desc {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 13px;
}

.txt-desc .title {
    font-size: 40px;
    line-height: 50px;
    background: linear-gradient(348deg, rgb(176 147 5) 0%, rgb(180 151 9) 23%, rgb(186 157 15) 52%, rgb(155 128 1) 75%, rgb(180 151 9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.txt-desc .title span {
    font-weight: 700;
    color: #8d7501;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #8d7501;
}

.txt-desc ul {
    position: relative;
    margin-top: 21px;
    margin-bottom: 30px;
    margin-right: 15px;
}

.txt-desc ul li {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-right: 30px;
    position: relative;
}

.txt-desc ul li:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #cdb022;
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 5px;
    transform: rotate(45deg);
}
.box-section{ margin-top: -35px; }
.box-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-section .item-col {
    width: 20%;
    float: left;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.box-section .image {
    width: 179px;
    height: 110px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 9px #00000038;
}

.box-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.box-section .item {
    margin-top: 20px;
}

.box-section .item .text {
    text-align: center;
}

.contact-form-section {
    
    margin-bottom: 60px;
    padding: 15px;
}

.contact-form-section .c-form {
    background: #1f1f1f;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 80px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.contact-form-section .wpcf7-spinner {
    position: absolute;
    background-color: #ffffff;
    position: absolute;
    left: 95%;
    top: 70px;
}

.contact-form-section .wpcf7-spinner::before {
    background-color: #000000;
}

.contact-form-section .wpcf7-checkbox {
    float: left;
    padding: 20px;
    color: #fff;
}

.contact-form-section .wpcf7-form-control-wrap.checkbox-277 {
    width: 100%;
}

.contact-form-section .form-row {
    display: flex;
    flex-wrap: wrap;
}

.contact-form-section .wpcf7-form-control-wrap {
    width: 25%;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-form-section .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    height: 40px;
}

.contact-form-section .wpcf7-form-control-wrap.checkbox-974 {
    min-width: 35%;
}

.contact-form-section .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(90deg, rgba(134, 134, 134, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(145, 145, 145, 1) 100%);
    color: #fff;
    padding: 10px;
    color: #000;
    font-size: 20px;
    line-height: 29px;
    border-radius: 25px;
}

.contact-form-section .wpcf7 form {
    padding-bottom: 0;
}

.contact-form-section .wpcf7-not-valid-tip {
    font-size: 17px;
    color: #dc3232;
    position: absolute;
    bottom: -26px;
    right: 22px;
}

.contact-form-section input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}

.contact-titile {
    text-align: center;
}

.contact-titile h5 {
    display: inline-block;
    background: linear-gradient(90deg, rgba(132, 109, 1, 1) 0%, rgb(186 155 0) 23%, rgba(128, 106, 1, 1) 100%);
    padding: 10px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate(3deg);
    z-index: 1;
    position: relative;
    top: 9px;
}

.contact-form-section .wpcf7-response-output {
    bottom: 13px;
    right: 6%;
}


/*====End 2 style======*/


/*================Soprano Tamplate==================*/

body.page-id-555 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #494949;
    font-family: 'Assistant', sans-serif;
    overflow: hidden;
}

.page-id-555 a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page-id-555 a:hover,
.page-id-555 a:focus,
.page-id-555 select:focus,
.page-id-555 button:focus,
.btn:focus,
.page-id-555 btn.focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.page-id-555 img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.page-id-555 li {
    list-style: none;
}

.page-id-555 h1,
.page-id-555 h2,
.page-id-555 h3,
.page-id-555 h4,
.page-id-555 h5,
.page-id-555 h6 {
    outline: none !important;
    font-family: 'Assistant', sans-serif;
}

.page-id-555 h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
}

.page-id-555 input,
.page-id-555 select,
.page-id-555 textarea,
.page-id-555 button {
    outline: none !important;
}

.page-id-555 input,
.page-id-555 textarea,
.page-id-555 select {
    /*-moz-appearance: none; -webkit-appearance: none;*/
}

.page-id-555 header,
.page-id-555 footer {
    display: none;
}

.mainbg .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.mainbg p {
    font-size: 18px;
    color: #494949;
    line-height: 30px;
}

.mainbg {
    width: 100%;
    float: left;
    background: url('../images/top_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    /*height: 100vh;*/
    width: 100%;
    background: url('../images/circle.png'), linear-gradient(38deg, rgba(3, 3, 3, 1) 0%, rgba(65, 65, 65, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

.mainbg .centerdiv {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 0px 0 0;
}

.mainbg .top_section {
    max-width: 885px;
    margin: 0 auto;
    padding: 0;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 6;
    mix-blend-mode: screen;
    margin-top: -30px;
}

.mainbg .top_section img {
    max-width: 90%;
}

.mainbg .top_section div {
    display: table-cell;
}

.mainbg .simg img,
.mainbg .timg img {
    mix-blend-mode: screen;
}

.mainbg .fimg {
    text-align: left;
    width: 30%;
}

.mainbg .fimg img {
    max-width: 240px;
}

.mainbg .simg {
    text-align: center;
    width: 30%;
}

.mainbg .timg {
    text-align: right;
    width: 40%
}

.mainbg .lady_girl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    height: 100%;
}

.mainbg .man_boy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
}

.mainbg .man_boy img,
.mainbg .lady_girl img {
    height: 100%;
}

.mainbg .middle_section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0 0;
    position: relative;
    right: 90px;
}

.mainbg .inner_se {
    max-width: 885px;
    margin: 0 auto;
}

.mainbg .middle_section h1 {
    background-color: #e4c620;
    font-size: 74px;
    font-weight: 600;
    /* Create the gradient. */
    /*background-image: linear-gradient(45deg, #f3ec78, #af4261)
  background-image: linear-gradient(#86643b 2%, #d9a96c 23%, #fac782 52%, #d9a96c 75%, #86643b 100%);;*/
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    margin: 0 30px 0 0;
    position: relative;
    z-index: 4;
}

.mainbg .middle_section ul {
    display: block;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.mainbg .middle_section ul li {
    display: block;
    list-style: none;
    padding: 0 185px 0 0;
    font-size: 35px;
    color: white;
    line-height: 40px;
    background: url('../images/lilayer.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.mainbg .middle_section ul li small {
    font-size: 18px;
}

.mainbg .sce {
    position: absolute;
    right: -13%;
    top: -17%;
    z-index: 2;
}

.mainbg .gsc {
    position: absolute;
    right: -41%;
    mix-blend-mode: screen;
    bottom: 16%;
    max-width: 800px;
}

.mainbg .inner_se h2 {
    position: absolute;
    color: white;
    bottom: 18%;
    left: -45px;
    max-width: 177px;
    margin: 0 auto;
    display: table;
    text-align: center;
    transform: rotate(-16deg);
    font-size: 35px;
    background: -webkit-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -moz-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -ms-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: inherit;
    z-index: 4;
}

.mainbg .bottom_sec {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    margin-left: 50px;
}

.mainbg .fosec {
    width: auto;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 4;
    margin-top: -80px;
}

.mainbg .fosec h3 {
    font-size: 25px;
    color: white;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
}

.mainbg .fosec form {
    border-radius: 70px;
    background-color: rgb(59, 59, 59);
    width: 365px;
    padding: 50px;
}

.mainbg .fosec form .name,
.mainbg .fosec form .number,
.mainbg .fosec form .wpcf7-email {
    display: block;
    background-color: rgb(249, 250, 250);
    box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(3, 3, 3, 1);
    width: 92%;
    height: 44px;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    line-height: 44px;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 400;
}

.mainbg .fosec form input::placeholder {
    text-align: right;
    font-size: 20px;
    color: #3b3b3b;
    line-height: 44px;
    padding-right: 10px;
}

.mainbg .fosec form button,
.fosec .wpcf7 input[type="submit"] {
    display: block;
    background-image: -moz-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background-image: -ms-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: rgb(15, 15, 15);
    line-height: 1.071;
    text-align: center;
    outline: 0;
    border: none;
    font-weight: bold;
    cursor: pointer;
    width: 92%;
}

.check span.wpcf7-list-item-label {
    color: #fff;
}

.check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}

.mainbg .fosec form .label-text {
    font-size: 20px;
    color: rgb(252, 252, 252);
    line-height: 1.071;
    text-align: right;
    margin-left: 0;
    margin-right: .5rem;
    -moz-transform: matrix(0.91745060707571, 0, 0, 0.91741160659706, 0, 0);
    -webkit-transform: matrix(0.91745060707571, 0, 0, 0.91741160659706, 0, 0);
    -ms-transform: matrix(0.91745060707571, 0, 0, 0.91741160659706, 0, 0);
}

.mainbg .fosec form .checkbox {
    text-align: right;
}

.mainbg .priceblock {
    width: auto;
    margin-left: 80px;
    float: left;
    transform: rotate(3deg);
    position: relative;
    display: inline-block;
    margin-top: 30px;
    z-index: 4;
}

.mainbg .priceblock h4 {
    font-size: 5.5rem;
    background: -webkit-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -moz-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -ms-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    border-top: 2px solid white;
}

.mainbg .priceblock h5 {
    font-size: 10.5rem;
    background: -webkit-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -moz-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -ms-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    line-height: 100px;
    position: relative;
    padding-bottom: 15px;
}

.mainbg .priceblock h5 small {
    font-size: 24px;
    color: white !important;
    background: white;
    background: -moz-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    background: -ms-linear-gradient(-3deg, rgb(134, 100, 59) 2%, rgb(233, 203, 37) 23%, rgb(233, 203, 37) 52%, rgb(233, 203, 37) 75%, rgb(134, 100, 59) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 10px;
    left: 7%;
    line-height: 24px;
}

.mainbg .priceblock h6 {
    font-size: 1.5rem;
    color: white;
    border-top: 2px solid white;
    padding-top: 10px;
}

.bottom-line img {
    width: 100%;
    height: 37px;
    z-index: 3;
    position: absolute;
    bottom: 0;
}

.mainbg .middle_section h1 br {
    display: none;
}

.mainbg .wpcf7 .wpcf7-not-valid-tip {
    bottom: -22px;
}

.page-template-template-title-plus-images .title {
    text-align: center;
    font-size: 50px;
}
.page-template-template-title-plus-images .image {
    text-align: center;
    margin-bottom: 35px;
	padding-left: 20px;
    padding-right: 20px;
}
.page-template-template-title-plus-images .image img {
    max-width: 100%;
}
.images {
    padding-top: 20px;
}
.linkbacktohome {
	text-align:center;
}
.linkbacktohome a {
    font-size: 31px;
    font-weight: 700;
}


/*================Soprano Tamplate==================*/


/*=======Layout-2 media query=========*/

@media screen and (min-width:1766px) and (max-width: 2200px) {
	.mainbg .sce{transform:scale(0.9);}
}
@media screen and (min-width:1366px) and (max-width: 1920px) {
    .mainbg {
        height: 100vh;
    }
}
@media(min-width:950px){
    .page-template-template-title-plus-images .container {
		padding-top: 155px;
	}
}




@media screen and (min-width:1280px) and (max-width: 1450px) {
    .mainbg .man_boy {
        right: -35px;
    }
}

@media only screen and (max-width: 1095px) {
    .left-image {
        top: 10%;
    }
}

@media only screen and (max-width: 1830px) {
    .left-image img {
        width: 90%;
    }
    .box-section {
        padding-left: 10%;
    }
    .mainbg .sce {
        transform: scale(0.7);
        right: -2%;
    }
    .layout-to-section{ height: auto; }
    .contact-form-section { margin-top: 43px; }
    .box-section{ margin-top: 0; }
}

@media only screen and (max-width: 1530px) {
    .box-section .image {
        width: 173px;
        height: 107px;
    }
    .box-section {
        padding-left: 22%;
    }
    .left-image img {
        width: 70%;
    }
    .right-image img {
        width: 95%;
    }
    .right-image {
        right: 4%;
    }
	.mainbg .sce{top:-35%;}
}

@media only screen and (max-width: 1670px) {
    .right-image img {
        width: 70%;
    }
    /*.box-section{ padding-left: 12%; }*/
    .left-image {
        top: 7%;
    }
    .left-image img {
        width: 80%;
    }
    .mainbg .top_section {
        max-width: 612px;
    }
    .mainbg .fimg img {
        max-width: 153px;
    }
    .mainbg .middle_section h1 {
        font-size: 50px;
    }
    .mainbg .middle_section ul li {
        font-size: 24px;
    }
    .mainbg .priceblock h4 {
        font-size: 3.5rem;
    }
    .mainbg .priceblock h5 {
        font-size: 6.5rem;
    }
    .mainbg .priceblock h6 {
        font-size: 1rem;
    }
    .mainbg .inner_se h2 {
        left: 135px;
    }
    .mainbg .lady_girl {
        left: -15px;
    }
    .mainbg .sce {
        right: -10%;
    }
    .priceblock img {
        width: 65%;
    }
    .mainbg .fosec {
        margin-top: -132px;
        margin-left: 27px;
    }
    .mainbg .inner_se h2 {
        bottom: 53%;
    }
    .mainbg .middle_section{
        right: 18px;
        transform: scale(.8);
        top: -53px;
    }
    .mainbg .priceblock {
        text-align: center;
        right: 33px;
    }

}

@media only screen and (max-width: 1250px) {
    .left-image img {
        width: 66%;
    }
    .right-image img {
        width: 75%;
    }
    .txt-desc {
        padding-left: 5%;
        padding-right: 10%;
    }
    .mainbg .sce {
        transform: scale(0.4);
        right: -2%;
        top: -53%;
    }
    .mainbg .man_boy {
        right: -45px;
    }
    
}

@media only screen and (max-width: 1095px) {
    .box-section .image {
        width: 196px;
        height: 120px;
    }
    .left-image img {
        width: 43%;
    }
    .left-image{ top: 1%; }
    .box-section {
        padding-left: 0;
    }
    .txt-desc .title{ font-size: 32px; }
    .mainbg .top_section {
        max-width: 374px;
        position: relative;
        z-index: 6;
        mix-blend-mode: screen;
    }
    .mainbg .fimg img {
        max-width: 112px;
    }
}

@media only screen and (max-width: 1024px) {
    .mainbg .sce {
        transform: scale(0.4);
        right: -20%;
        top: -53%;
    }
    .left-image img {
        width: 40%;
    }
    .box-section .item-col {
        width: 25%;
    }
    .box-section .image {
        /*width: 90%;*/
        /*height: auto;*/
    }
    .txt-desc {
        padding-left: 6%;
        padding-right: 22%;
    }
    .mainbg .man_boy {
        display: none;
    }
    .mainbg .bottom_sec {
        width: 100%;
        margin: 93px 0 0;
        display: flex;
        align-items: center;
    }
    .mainbg .fosec {
        margin: inherit;
    }
    .mainbg .priceblock {
        margin-right: 60px;
    }
    .mainbg .inner_se h2 {
        left: 165px;
        top: 100%;
    }
}

@media only screen and (max-width: 786px) {
    .box-section .item-col {
        width: 33.33%;
    }
    .mainbg .top_section{
        margin-top: 0;
    }
    .top-logos ul {
        text-align: center;
    }
    .top-logos ul li {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .txt-desc {
        padding-left: 15%;
        padding-right: 3%;
    }
    .right-image {
        top: 9%;
        right: 2%;
    }
    .layout-to-section {
        background-size: contain;
        background-position: top center;
    }
    .right-image img {
        width: 70%;
    }
    .box-section .item-col {
        width: 50%;
        padding: 5px;
    }
    .contact-form-section .wpcf7-form-control-wrap {
        width: 100%;
        margin-top: 15px;
    }
    .txt-desc {
        margin-top: 70px;
    }
    .contact-titile h5 {
        font-size: 24px;
    }
    .mainbg:after {
        background: rgba(0, 0, 0, 0.5);
        content: " ";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 5;
    }
    .mainbg .inner_se h2 {
        left: 82px;
        top: 110%;
    }
    /*.mainbg .lady_girl{ height: auto; }*/
    .mainbg .sce {
        width: 50%;
        margin: 0 auto;
        position: relative;
        transform: inherit;
        left: 0;
        right: 0;
    }
    .mainbg .gsc {
        width: 130%;
        margin: 0px -11%;
        left: 0;
        right: 0;
        top: 45%;
        bottom: inherit;
    }
    .mainbg .top_section {
        max-width: 470px;
        position: relative;
        z-index: 6;
        mix-blend-mode: screen;
    }
    .mainbg .bottom_sec {
        flex-wrap: wrap;
        flex-wrap: wrap-reverse;
        margin-top: 180px;
    }
    .mainbg .fosec form {
        margin: 0 auto;
    }
    .mainbg .fosec {
        margin-bottom: 20px;
        width: 100%;
        margin-top: 40px;
    }
    .mainbg .middle_section h1 {
        font-size: 29px;
        line-height: 34px;
    }
    .mainbg .middle_section ul li {
        font-size: 22px;
        line-height: 27px;
        background-size: 13% auto;
        padding: 0px 104px 0 0;
    }
    .mainbg .middle_section ul {
        position: relative;
        z-index: 4;
    }
    .mainbg .middle_section {
        z-index: 6;
        transform: scale(1);
        top: 0;
    }
    .mainbg .fosec form {
        width: 90%;
        padding: 30px 20px;
    }
    .mainbg .middle_section h1 br {
        display: block;
    }
    .check span.wpcf7-list-item-label {
        font-size: 16px;
    }
    .mainbg .middle_section {
        right: 0;
    }
	.page-template-template-title-plus-images .title {
		font-size: 32px;
	}
	.linkbacktohome a {
		font-size: 24px;
	}
	.page-template-template-title-plus-images .image {
		margin-bottom: 23px;
	}
}

@media only screen and (max-width: 576px) {
    .txt-desc {
        margin-top: 160px;
    }
    .left-image img {
        width: 37%;
    }
    .right-image {
        top: 7%;
        right: 2%;
    }
    .top-logos ul li:nth-child(2),
    .top-logos ul li:nth-child(3) {
        width: 50%;
    }
    .txt-desc {
        padding-left: 19%;
    }
    .top-logos img {
        width: 160px;
    }
    .mainbg .priceblock{ margin: 0; text-align: center; padding-top: 35px; right:-5px;  }

    .mainbg .bottom_sec{ justify-content: center; }
}

@media only screen and (max-width: 460px) {
    .box-section .item-col {
        /*width: 100%;*/
    }
    .left-image {
        top: 6%;
    }
    .right-image {
        top: 9.5%;
    }
    .right-image img {
        width: 46%;
    }
    .box-section .image {
        /*width: 90%;*/
        /*height: auto;*/
    }
    .txt-desc .title {
        font-size: 23px;
        line-height: 38px;
    }
    .box-section .image {
        width: auto;
    }
    .mainbg .middle_section ul li {
        background-size: 22% auto;
    }
    .mainbg .wpcf7 form .wpcf7-response-output {
        position: static;
    }
}

@media only screen and (max-width: 380px) {
    .box-section .image {
        width: 196px;
        height: 120px;
    }
    .box-section .item-col {
        width: 100%;
    }
    .right-image {
        top: 6.5%;
    }
    .top-logos img {
        width: 146px;
    }
}