@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
.font-family-Raleway {
    font-family: 'Raleway', sans-serif;
}

.cms-ampsentrixbasic .main-container {
    margin: 0;
}

.cms-ampsentrixbasic .main {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.amp-banner {
    width: 100%;
    margin: 0;
    background: linear-gradient(180deg, #E9E9E9 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 0;
    float: left;
    position: relative;
}

.amp-banner:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 66px;
}

.amp-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.amp-banner-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.amp-banner-inner .amp-banner-left {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 500px;
}

.amp-banner-logo {
    max-width: 370px;
    text-align: center;
    margin: 0 0 80px 0;
}

.amp-banner-logo img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 35px 0;
}

.amp-banner-logo .btn-basic {
    border-radius: 35px;
    border: 3px solid #2EA9E1;
    color: #2EA9E1;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    padding: 0 48px;
    margin: 0 auto;
}

.amp-banner-left strong {
    color: #767A7B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 4px;
    display: block;
}

.amp-banner-left p {
    color: #767A7B;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.amp-banner-left > span {
    margin-top: 45px;
    display: block;
    max-width: 350px;
    color: #C3C3C3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.amp-banner-left > span b {
    font-weight: 600;
}

.amp-banner-left .scroll-div {
    display: block;
    max-width: 350px;
    text-align: center;
    margin-top: 30px;
}

.amp-banner-left .scroll-div .scroll-icon {
    width: 24px;
    height: 35px;
    background-image: url(../images/sprites/mouse.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

.amp-banner-left .scroll-div p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 10.1035px;
    line-height: 15px;
    color: #929497;
    margin: 0 0 0 5px;
}

.amp-banner-inner .banner-image {
    margin: 0 auto;
    padding: 50px 0;
}

.amp-banner-inner .banner-image::before {
    content: "";
    background-image: url(../images/ampsentrix-basic/banner-after-image.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 956px;
    background-size: cover;
    background-position: 100%;
}

.amp-banner-inner .banner-image img {
    margin: 0 auto;
    position: relative;
}

.ampsentrix-basic-section {
    width: 100%;
    float: left;
    margin: 0;
    padding: 97px 0 70px 0;
}

.ampsentrix-basic {
    width: calc(100% - 100px);
    margin: 0 50px 80px 50px;
    padding: 0;
    position: relative;
    float: left;
}

.ampsentrix-basic .basic-title {
    text-align: center;
    padding-bottom: 30px;
    display: block;
    position: relative;
}

.ampsentrix-basic .basic-title::after, .ampsentrix-basic .basic-title::before {
    content: "";
    width: calc(50% - 300px);
    height: 374px;
    position: absolute;
    border: 3px dashed #2EA9E1;
    border-right: 0;
    left: 0;
    border-radius: 80px 0 0 0;
    top: 22px;
    border-bottom: 0;
}

.ampsentrix-basic .basic-title::before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 3px dashed #2EA9E1;
    border-radius: 0 80px 0 0;
}

.ampsentrix-basic .basic-title h1 {
    color: #808080;
    text-align: center;
    font-size: 40.67px;
    font-weight: 500;
    letter-spacing: 1.627px;
}

.ampsentrix-inner {
    width: calc(100% - 80px);
    margin: 0 40px;
    border-radius: 51px;
    background-color: #FBFBFB;
    position: relative;
    z-index: 9;
}

.ampsentrix-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 308px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    flex-shrink: 0;
}

.ampsentrix-inner h2 {
    color: #2EA9E1;
    text-align: center;
    font-size: 94.624px;
    font-weight: 800;
    letter-spacing: 3.785px;
}

.ampsentrix-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    z-index: 9;
}

.ampsentrix-row .ampsentrix-col {
    width: 33.33%;
    margin: 300px 0 0 0;
    padding: 0;
    float: left;
    transition: all .3s ease 0s;
}

.ampsentrix-row .ampsentrix-col span img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.ampsentrix-row .ampsentrix-one span img {
    margin-left: -100px;
}

.ampsentrix-row .ampsentrix-col h3 {
    color: #767A7B;
    text-align: center;
    font-size: 28.401px;
    font-weight: 700;
    line-height: normal;
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9;
    transition: all .3s ease 0s;
    opacity: 0.7;
}

.ampsentrix-row .ampsentrix-col h3 span {
    font-weight: 500;
}

.ampsentrix-row .ampsentrix-col strong {
    color: #2EA9E1;
    font-size: 214.381px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.081px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 15px;
    transition: all .3s ease 0s;
    opacity: 0.1;
}

.ampsentrix-row .ampsentrix-one {
    margin-top: 270px;
}

.ampsentrix-row .ampsentrix-two {
    margin-top: -140px;
    text-align: center;
}

.ampsentrix-row .ampsentrix-three img {
    float: right;
    margin-right: -5px;
}

.ampsentrix-row .ampsentrix-three {
    display: flex;
    flex-wrap: wrap;
    margin-top: 250px;
}

.ampsentrix-row .ampsentrix-col span {
    display: block;
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
}

.ampsentrix-row .ampsentrix-col > span::before {
    border-radius: 50%;
    background: rgba(46, 169, 225, 0.63);
    filter: blur(50px);
    content: "";
    width: 281px;
    height: 282px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.ampsentrix-row .ampsentrix-one span::before {
    left: -60px;
    top: 10px;
}

.ampsentrix-row .ampsentrix-three span::before {
    left: auto;
}

.ampsentrix-row .ampsentrix-col:hover strong,.ampsentrix-row .ampsentrix-col:hover h3,.ampsentrix-row .ampsentrix-col:hover span::before {
    opacity: 1;
}

.ampsentrix-row .ampsentrix-three h3 {
    margin: -16px 0 0 auto;
    text-align: left;
}

.ampsentrix-row .ampsentrix-two img {
    margin-left: -120px;
}

.ampsentrix-row .ampsentrix-three strong {
    margin-right: -80px;
    margin-top: 0;
    padding-left: 0px;
}

.temprature-block {
    width: calc(100% - 60px);
    margin: 0 30px;
    float: left;
    background-color: #FBFDFF;
    border-radius: 47px;
}

.temprature-control-block {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 50px;
    flex-flow: wrap;
}

.temprature-control-block .temp-img-block {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.temprature-control-block .temp-content-block {
    width: 70%;
    margin: 0;
    padding-left: 30px;
    float: left;
    position: relative;
    max-width: 715px;
}

.temprature-control-block .temp-content-block::after {
    content: "";
    background-image: url(../images/ampsentrix-basic/temperature-icon.png);
    background-repeat: no-repeat;
    width: 98px;
    height: 98px;
    float: right;
}

.temprature-control-block .temp-content-block h2 {
    color: #767A7B;
    font-size: 28.401px;
    font-weight: 700;
    line-height: 41.081px;
    opacity: 0.7;
    margin-bottom: 48px;
}

.temprature-control-block .temp-content-block h2 span {
    font-weight: 400;
}

.temprature-control-block .temp-content-block p {
    color: #767A7B;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 695px;
    text-align: justify;
}

.certification-section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
    background: linear-gradient(360deg, #E9E9E9 -11.88%, rgba(255, 255, 255, 0.00) 100%);
}

/**/
.ampsentrix-tabbing-content {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 0;
}

.ampsentrix-tabbing-content .amp-container {
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 97px 40px;
    padding: 30px;
    position: relative;
}

.amp-flexbox {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
}

.amp-image-block {
    max-width: 524px;
    padding: 0 50px;
    position: relative;
    width: 100%;
}

.amp-image-inner {
    display: flex;
    height: calc(100% - 50px);
    align-items: center;
    width: 100%;
    justify-content: center;
}

.amp-content-text-block {
    max-width: 628px;
    padding: 30px 0 0 0;
}

.amp-content-text-block h4 {
    font-size: 73px;
    color: #767A7B;
    font-weight: 700;
    letter-spacing: 2.956px;
    line-height: 70px;
}

.amp-content-text-block h4 span {
    font-size: 114px;
    color: #38AAE2;
}

.amp-content-text-block  h5 {
    font-size: 40px;
    color: #767A7B;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.62px;
    margin: 0 0 30px 0;
}

.amp-content-text-block .amp-uses-content {
    border-top: 2px dashed #BDBDBD;
    padding: 30px 40px;
}

.amp-title-num {
    display: flex;
    flex-wrap: wrap;
}

.amp-title-num span {
    font-size: 33px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    background-color: #2EA9E1;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    border: 7px solid #FFF;
}

.amp-title-num span:after {
    content: "";
    border: 2px dotted #2EA9E1;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.amp-title-num .amp-subtitle {
    padding-left: 30px;
}

.amp-title-num .amp-subtitle h6 {
    font-size: 28px;
    color: #808080;
    font-weight: 600;
}

.amp-title-num .amp-subtitle p {
    margin: 0;
    font-size: 26px;
    color: #767A7B;
    font-weight: 500;
}

.amp-uses-content ul {
    color: #767A7B;
    font-weight: 400;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    padding: 30px 0;
    min-height: 215px;
}

.amp-uses-content ul li {
    position: relative;
}

.amp-uses-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    background-color: #767A7B;
    border-radius: 50%;
    top: 10px;
}

.amp-uses-content ul:not(.no-bullets) li {
    padding-left: 20px;
}

.amp-uses-content ul.no-bullets li:before {
    display: none;
}

.arrowmovers a {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    top: 50px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    background-position: 80%;
    background-image: url(../images/ampsentrix-basic/prev-arrow.svg);
    background-repeat: no-repeat;
}

.arrowmovers a[data-id="next"] {
    left: auto;
    right: 10px;
    background-image: url(../images/ampsentrix-basic/next-arrow.svg);
    background-position: 50%;
}

.arrowmovers > a.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.amp-content-inner {
    position: relative;
}

.amp-slider {
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #F6F6F6;
    position: relative;
    border-radius: 58px 22px;
    padding: 0px 50px;
}

.amp-slider .owl-stage {
    display: flex;
}

.amp-slider .owl-dots {
    display: none;
}

.amp-slider .owl-nav button {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    top: 60px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    background-position: 80%;
    background-image: url(../images/ampsentrix-basic/prev-arrow.svg);
    background-repeat: no-repeat;
}

.amp-slider .owl-nav button.disabled {
    opacity: 0.5;
}

.amp-slider .owl-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 140px;
}

.amp-slider .item span {
    text-align: center;
    color: #2EA9E1;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: auto;
}

.amp-slider .owl-item .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    cursor: pointer;
    height: 100%;
    border-right: 0 !important;
}

.amp-slider .owl-item .item img {
    margin: auto auto 20px auto;
}

.amp-slider .owl-nav button.owl-prev {
    left: 20px;
}

.amp-slider .owl-nav button.owl-next {
    right: 20px;
    background-image: url(../images/ampsentrix-basic/next-arrow.svg);
    background-position: 50%;
}

.amp-slider .owl-item .item.amp-active:before {
    content: "";
    position: absolute;
    width: 88px;
    height: 5px;
    background-color: #2EA9E1;
    bottom: 0;
    border-radius: 23.158px 23.158px 0px 0px;
}

.amp-slider .owl-item .item.amp-active span {
    font-weight: 600;
}

.amp-image-block img {
    position: relative;
}

.amp-image-block:before {
    content: "";
    background-image: url(../images/ampsentrix-basic/x-mask.png);
    position: absolute;
    background-repeat: no-repeat;
    height: 470px;
    left: 0;
    max-width: 524px;
    top: -10px;
    width: 100%;
    background-size: contain;
}

.ampsentrix-tabbing-content .amp-container:before {
    content: "";
    position: absolute;
    width: 206px;
    height: 22px;
    background-color: #2EA9E1;
    border-radius: 0px 0px 20px 20px;
    right: 50px;
    top: 0;
}

.amp-image-block p {
    color: #767A7B;
    font-size: 22px;
    margin: 30px 0 10px 0;
    line-height: normal;
}

.amp-image-block p strong {
    font-weight: 600;
}

.amp-title-num .amp-subtitle p sup {
    font-size: 14px;
}

/* Amp YT section start */

.amp-yt-video-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    background-color: #131313;
}

.amp-yt-video-wrapper:after {
    content: "";
    width: 100%;
    background: linear-gradient(0deg, #000 -24.2%, rgba(0, 0, 0, 0.00) 65.25%);
    height: 709.369px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.amp-yt-video-wrapper::before {
    background-image: url(../images/ampsentrix-basic/amp-yt-video-after.png);
    content: "";
    position: absolute;
    width: 630px;
    height: 319px;
    top: 50px;
    left: 0;
}

.amp-yt-block .amp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.amp-yt-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 388px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.amp-yt-block .amp-yt-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 20px;
}

.amp-yt-block .amp-yt-content h2 {
    color: #C3E8FA;
    font-size: 34px;
    font-weight: 600;
    line-height: 47px;
}

.amp-yt-block .amp-yt-content h2>span {
    color: #2EA9E1;
}

.amp-container .play-btn {
    color: #FFF;
    font-size: 34px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.033px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amp-yt-block .amp-yt-link-block {
    width: 50%;
    position: relative;
}

.amp-yt-block .amp-yt-link-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/ampsentrix-basic/amp-yt-product-after.png);
    width: 728px;
    height: 319px;
}

.amp-yt-block .amp-yt-link-block figure {
    margin: 0;
    position: relative;
    z-index: 9;
    height: 100%;
}

.amp-yt-block .amp-yt-link-block figure img {
    margin: 0;
    position: absolute;
    bottom: 0;
}

/* Amp Basic bottom line section */

.amp-cat-line {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
}

.amp-cat-line img {
    margin: 20px 0;
}

.amp-cat-line>p {
    margin: 0;
    color: #C3C3C3;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.54px;
}

.cms-ampsentrixbasic .web-accesive {
    z-index: 99;
}

@media screen and (max-width:1400px) {

    .amp-yt-block .amp-yt-link-block a {
        right: 400px;
    }

    .amp-yt-block .amp-yt-content {
        padding-left: 120px;
    }

    .amp-yt-block .amp-yt-link-block>img {
        bottom: -97px;
    }

}

@media screen and (max-width:1300px) {

    .amp-yt-block .amp-yt-content {
        padding-left: 45px;
    }

    .amp-yt-block .amp-yt-content h2 {
        font-size: 42px;
    }

    .amp-image-block {
        width: 50%;
    }

    .amp-content-text-block {
        width: 50%;
    }

}

@media screen and (max-width:1240px) {

    .amp-banner-inner .banner-image {
        margin: 0 0 0 auto;
        width: 50%;
    }

    .amp-banner-inner .banner-image::before {
        top: -10px;
        right: -100px;
        background-size: contain;
    }

    .amp-banner {
        overflow: hidden;
    }

    .amp-banner-inner .amp-banner-left {
        position: relative;
        z-index: 9;
    }

    .ampsentrix-basic-section {
        padding: 50px 0;
    }

    .ampsentrix-inner h2 {
        font-size: 75px;
        letter-spacing: 2px;
    }

    .ampsentrix-row .ampsentrix-col strong {
        font-size: 150px;
    }

    .ampsentrix-row .ampsentrix-three h3 {
        margin: -10px 0 0 auto;
    }

    .ampsentrix-row .ampsentrix-three strong {
        margin-top: -10px;
    }

    .ampsentrix-row .ampsentrix-one span::before {
        left: -50px;
    }

    .amp-content-text-block,.amp-image-block {
        width: 50%;
    }

    .amp-title-num .amp-subtitle {
        width: calc(100% - 70px);
    }

    .amp-title-num .amp-subtitle h6 {
        font-size: 26px;
    }

    .amp-content-text-block h4 span {
        font-size: 80px;
    }

    .amp-content-text-block h4 {
        font-size: 60px;
        letter-spacing: 2px;
        line-height: 60px;
    }

    .amp-image-block img {
        height: auto;
    }

}

@media screen and (max-width:1100px) {

    .amp-yt-block .amp-yt-content h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .ampsentrix-row .ampsentrix-col strong {
        font-size: 140px;
    }

    .ampsentrix-row .ampsentrix-one span::before {
        left: -60px;
        top: 0;
    }

    .ampsentrix-row .ampsentrix-two img {
        margin-left: -60px;
    }

    .amp-image-block:before {
        top: 30px;
    }

}

@media screen and (max-width:991px) {

    .amp-banner-inner .banner-image img {
        width: auto;
        height: auto;
    }

    .amp-banner-logo {
        max-width: 300px;
        margin: 0 0 30px 0;
    }

    .amp-banner-left strong,.amp-banner-left p {
        font-size: 16px;
    }

    .amp-banner-left > span {
        margin-top: 25px;
    }

    .amp-banner-left .scroll-div {
        margin-top: 20px;
    }

    .amp-banner:after {
        display: none;
}

    .ampsentrix-basic-section {
        padding: 20px 0 50px 0;
    }

    .ampsentrix-basic {
        width: calc(100% - 50px);
        margin: 0 25px 80px 25px;
    }

    .ampsentrix-basic .basic-title h1 {
        font-size: 35px;
    }

    .ampsentrix-basic .basic-title::after, .ampsentrix-basic .basic-title::before {
        width: calc(50% - 260px);
        height: 300px;
    }

    .ampsentrix-basic .basic-title {
        padding-bottom: 20px;
    }

    .ampsentrix-inner {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .ampsentrix-inner h2 {
        font-size: 60px;
    }

    .ampsentrix-row .ampsentrix-two img {
        margin-left: 0;
    }

    .ampsentrix-row .ampsentrix-col span img {
        max-width: 250px;
    }

    .ampsentrix-row .ampsentrix-col > span::before {
        width: 200px;
        height: 200px;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .ampsentrix-row .ampsentrix-one span::before {
        left: 100px;
    }

    .ampsentrix-row .ampsentrix-col h3 {
        font-size: 20px;
    }

    .ampsentrix-row .ampsentrix-one span img {
        margin-left: -60px;
    }

    .ampsentrix-row .ampsentrix-three h3 {
        margin: 0px 0 0 40px;
    }

    .ampsentrix-row .ampsentrix-col strong {
        font-size: 140px;
        margin-top: 10px;
    }

    .temprature-block {
        width: calc(100% - 0px);
        margin: 0;
    }

    .temprature-control-block {
        padding: 20px;
    }

    .temprature-control-block .temp-content-block h2 {
        margin-bottom: 25px;
    }

    .temprature-control-block .temp-content-block::after {
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    .temprature-control-block .temp-content-block p {
        font-size: 16px;
        line-height: 26px;
    }

    .ampsentrix-tabbing-content .amp-container {
        padding: 30px 15px;
    }

    .amp-flexbox {
        padding: 0 20px;
        align-items: center;
    }

    .amp-image-inner {
        min-height: 450px;
    }

    .amp-image-block p {
        margin: 20px 0 30px 0;
    }

    .amp-content-text-block h4 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 40px;
    }

    .amp-content-text-block h4 span {
        font-size: 60px;
    }

    .amp-content-text-block  h5 {
        font-size: 35px;
    }

    .amp-title-num .amp-subtitle {
        padding-left: 20px;
        width: calc(100% - 50px);
    }

    .amp-content-text-block .amp-uses-content {
        padding: 30px 40px;
    }

    .amp-title-num span {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }

    .amp-title-num span:after {
        width: 50px;
        height: 50px;
    }

    .amp-title-num .amp-subtitle h6 {
        font-size: 24px;
    }

    .amp-title-num .amp-subtitle p {
        font-size: 20px;
    }

    .amp-uses-content ul {
        text-align: inherit;
        font-size: 14px;
    }

}

@media screen and (max-width: 840px) {

    .amp-yt-block .amp-yt-content,
    .amp-yt-block .amp-yt-link-block {
        width: 100%;
        min-height: 388px;
        position: relative;
    }

    .amp-yt-block .amp-yt-content {
        padding-left: 0;
        align-items: center;
        min-height: 220px;
    }

    .amp-yt-block .amp-yt-content h2 {
        text-align: center;
        padding: 0 15px;
    }

    .amp-yt-block .amp-yt-content>span {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .amp-yt-block .amp-yt-content br {
        display: none;
    }

    .amp-yt-block .amp-yt-link-block figure img {
        position: static;
        margin: 23px auto -1px;
        display: block;
    }

    .amp-yt-video-wrapper {
        padding-top: 30px;
    }

    .amp-slider {
        padding: 0 30px;
    }

}

@media screen and (max-width:768px) {

    .amp-banner {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .amp-banner-logo .btn-basic {
        font-size: 28px;
    }

    .amp-banner-inner .amp-banner-left {
        width: 100%;
        order: 1;
        text-align: center;
        max-width: 100%;
    }

    .amp-banner-logo {
        margin: 0 auto 30px auto;
    }

    .amp-banner-left > span,.amp-banner-left .scroll-div {
        margin-left: auto;
        margin-right: auto;
    }

    .amp-banner-inner .banner-image {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

    .amp-banner-inner .banner-image img {
        width: auto;
        height: auto;
        max-width: 300px;
    }

    .amp-banner-inner .banner-image::before {
        top: -10px;
        right: auto;
        background-size: contain;
        left: 36%;
        text-align: center;
        margin: 0 auto;
        transform: translate(-50%, 0);
    }

    .ampsentrix-basic {
        width: calc(100% - 0px);
        margin: 0 0px 80px 0;
    }

    .ampsentrix-row {
        justify-content: center;
    }

    .ampsentrix-row .ampsentrix-col {
        width: 50%;
        margin: 30px 0 0 0;
    }

    .ampsentrix-row .ampsentrix-one {
        margin-top: 30px;
        order: 1;
        text-align: center;
    }

    .ampsentrix-row .ampsentrix-two {
        margin-top: 30px;
        width: 100%;
        order: 0;
    }

    .ampsentrix-row .ampsentrix-three {
        margin-top: 30px;
        order: 2;
        justify-content: center;
    }

    .ampsentrix-row .ampsentrix-col span {
        margin: 0;
    }

    .amp-cat-line>p {
        font-size: 15px;
    }

    .amp-content-text-block, .amp-image-block {
        width: 100%;
    }

    .amp-image-block {
        margin: 0 auto;
        text-align: center;
        order: 1;
    }

    .amp-image-block img {
        max-width: 260px;
    }

    .amp-image-block:before {
        height: 350px;
        left: 50%;
        max-width: 354px;
        transform: translate(-50%, 0);
        top: 0;
    }

    .amp-image-inner {
        min-height: 370px;
    }

    .ampsentrix-tabbing-content .amp-container:before {
        height: 8px;
    }

    .ampsentrix-tabbing-content .amp-container {
        border-radius: 40px;
    }

    .amp-slider {
        border-radius: 20px;
        padding: 0px 30px;
    }

    .ampsentrix-row .ampsentrix-one span::before {
        left: 50%;
    }

    .amp-uses-content ul {
        min-height: auto;
    }

}

@media screen and (max-width:640px) {

    .amp-yt-block .amp-yt-link-block {
        min-height: 300px;
    }

    .ampsentrix-row .ampsentrix-col h3,.ampsentrix-row .ampsentrix-col strong {
        margin-top: 20px;
    }

    .ampsentrix-row .ampsentrix-col strong {
        font-size: 100px;
    }

    .ampsentrix-row .ampsentrix-col {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .ampsentrix-row .ampsentrix-one {
        order: 0;
    }

    .ampsentrix-row .ampsentrix-one span img {
        margin-left: auto;
    }

    .ampsentrix-row .ampsentrix-col > span {
        margin: 0;
        display: block;
        width: 100%;
    }

    .ampsentrix-row .ampsentrix-col span img {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .ampsentrix-row .ampsentrix-three h3, .ampsentrix-row .ampsentrix-three strong {
        margin: 0;
    }

    .ampsentrix-inner {
        padding-top: 20px;
    }

    .ampsentrix-inner h2 {
        font-size: 45px;
    }

    .temprature-control-block .temp-img-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .temprature-control-block .temp-content-block {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }

    .ampsentrix-basic .basic-title h1 {
        font-size: 30px;
        max-width: 350px;
        margin: 0 auto;
    }

    .ampsentrix-basic .basic-title::after, .ampsentrix-basic .basic-title::before {
        width: calc(50% - 160px);
        top: 18px;
        border-radius: 40px 0 0 0;
        height: 250px;
    }

    .ampsentrix-basic .basic-title::before {
        border-radius: 0 40px 0 0;
    }

    .amp-flexbox {
        padding: 0;
    }

    .amp-slider {
        padding: 0px 20px;
    }

}

@media screen and (max-width:536px) {

    .amp-yt-block .amp-yt-link-block {
        min-height: 240px;
    }

    .amp-yt-block .amp-yt-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .amp-cat-line>p {
        font-size: 12px;
    }

    .cms-ampsentrixbasic .main-container {
        padding: 0;
    }

    .amp-yt-block .amp-yt-link-block figure {
        margin-bottom: -60px;
    }

}

@media screen and (max-width:420px) {

    .amp-yt-block .amp-yt-link-block,.amp-yt-block .amp-yt-content {
        min-height: 70px;
    }

    .amp-yt-block .amp-yt-content>span {
        font-size: 18px;
    }

    .amp-yt-block .amp-yt-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .amp-yt-block .amp-yt-link-block figure {
        margin-bottom: -130px;
    }

    .amp-banner-inner .banner-image {
        padding: 0;
    }

    .amp-banner-inner .banner-image img {
        padding: 30px 0;
        max-width: 100%;
    }

    .amp-banner-inner .banner-image::before {
        top: -55px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .amp-content-text-block .amp-uses-content {
        padding: 30px 20px;
    }

    .amp-title-num span {
        font-size: 15px;
        width: 40px;
        height: 40px;
    }

    .amp-title-num .amp-subtitle {
        padding-left: 20px;
        width: calc(100% - 40px);
    }

    .amp-title-num span:after {
        width: 40px;
        height: 40px;
    }

    .amp-title-num .amp-subtitle h6 {
        font-size: 17px;
    }

    .amp-title-num .amp-subtitle p {
        font-size: 14px;
    }

    .arrowmovers a[data-id="next"] {
        right: 0;
        background-size: 25px auto;
    }

    .arrowmovers a {
        background-size: 25px auto;
        left: -10px;
        top: 40px;
    }

}

@media screen and (max-width:360px) {

    .temprature-control-block .temp-content-block p {
        text-align: inherit;
    }

    .ampsentrix-basic .basic-title::after, .ampsentrix-basic .basic-title::before {
        display: none;
    }

    .ampsentrix-inner {
        width: calc(100% - 0px);
        margin: 0;
    }

    .ampsentrix-inner h2 {
        font-size: 35px;
        letter-spacing: 0;
        line-height: normal;
    }

    .amp-image-block img {
        max-width: 200px;
    }

    .amp-image-block:before {
        top: 15px;
    }

    .amp-content-text-block h4 span {
        font-size: 50px;
    }

    .amp-content-text-block h4 {
        font-size: 34px;
        letter-spacing: 0px;
        line-height: 40px;
    }

    .amp-content-text-block  h5 {
        font-size: 28px;
    }

    .amp-slider .owl-item .item img {
        margin: auto auto 0px auto;
        max-width: 30px;
    }

    .amp-slider .owl-nav button {
        top: 50%;
        background-size: 25px auto;
        transform: translate(0, -50%);
    }

    .amp-slider .owl-nav button.owl-prev {
        left: 10px;
    }

    .amp-slider .owl-nav button.owl-next {
        right: 12px;
    }

    .amp-image-inner {
        min-height: 290px;
    }

    .amp-container .play-btn {
        font-size: 28px;
    }

}
