/*****************COMMON STYLE**********************************/

body {
    font-family: 'Segoe UI Light', arial;
}

ul {
    margin: 0;
    padding: 0;
}
/*
.container {
    max-width: 1450px !important;
    width: auto !important;
}
*/
.hoveranimate {
    -webkit-transition: background 0.8s ease;
    -moz-transition: background 0.8s ease;
    -ms-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
}

.equalspace {
    margin: 0 auto !important;
    float: none !important;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a:focus, input:focus {
    outline: none;
}

input, buttom {
    border-radius: none;
}

a {
    text-decoration: none !important;
}

/**********************landing-paage*******************/
.mobile-logo {
    display: none;
}

#landing_page.bad-experience > .container.container-wrapper {
    padding: 0 0 76px;
}

#landing_page {
    min-height: 760px;
    background: url(../image/parkway_bg.jpg) center top;
    background-size: cover;
    padding-top: 70px;
    overflow: hidden;
    height: 100vh;
}

#landing_page.bad-experience .landing_left_side {
    max-width: 92%;
}

#landing_page .text_info {
    max-width: 100%;
    padding-left: 14px;
}

#landing_page .text_info h2 {
    margin: 0px 0 40px;
    font-size: 65px !important; /*font-size:65px;*/
    line-height: 55px;
    color: #000000;
    font-family: 'Segoe UI bold', arial;
}

#landing_page .text_info h2 span.blue-text {
    color: #6da6ca;
}

#landing_page .text_info h2 span.blue-text2 {
    color: #357bac;
}

#landing_page .text_info h4 {
    color: #000000;
    font-size: 28px;
    line-height: 35px;
    padding-top: 16px;
    font-family: 'Segoe UI Semilight', arial;
    margin: 0px 0 /*35px*/;
}

.experience_info .icon-wrap img {
    width: 100%;
    left: 10%;
    position: relative;
}

#landing_page .text_info h4 span.block-text {
    display: block;
}

#landing_page .experience_info {
    margin-left: 39px;
    max-width: 600px;
    margin-top: 85px;
}

#landing_page .experience_info li {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Segoe UI semibold', arial;
    list-style: none;
}

.bad-experience .logo_img img {
    width: 97%;
}

.right-img img {
    width: 73%;
    float: right;
}

#landing_page .experience_info .like {
    margin-bottom: 66px;
}

#landing_page .experience_info li a {
}

#landing_page .icon-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 6px 0px 0px;
}

#landing_page .icon-wrap img {
}

#landing_page .title-text {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    padding: 20px 5px 25px 34px;
    width: 73% !important;
    letter-spacing: 1px;
}

#landing_page .wrap1 {
    border: 3px solid #357bac;
    color: #357bac;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#landing_page .wrap2 {
    border: 3px solid #929292;
    color: #929292;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#landing_page .experience_info .dislike .title-text.wrap2 {
    padding-left: 46px;
}

#landing_page .experience_info li a.green {
}

#landing_page .experience_info li a.red {
}

#landing_page .landing_right_side {
    padding-top: 56px;
}

#landing_page .logo_img {
    float: right;
    padding-top: 22px;
    padding-right: 24px;
}

#landing_page .logo_img img {
}

#landing_page .right-img img {
    position: absolute;
    bottom: 0px;
    right: -165px;
}

#landing_page.bad-experience .container-wrapper {
    position: relative;
    padding-bottom: 219px;
}

#landing_page.bad-experience {
}

#landing_page .landing_right_side {
    padding-top: 24px;
}

#semtechit-inner-banner .schedule-btn {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400;
    margin-bottom: 1em;
    margin-top: 3em;
    letter-spacing: 1px;
    border: 3px solid #41c400;
    border-radius: 8px;
    border-top-left-radius: 0;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: .3em 1em;
    font-weight: 500;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 18px !important;
}

.single-post .body-content p:nth-child(2) {
    position: relative;
    padding-top: 81px;
}

.single-post .body-content p:nth-child(2) .author {
    position: absolute;
    top: -20px;
    width: 93%;
}

#semtechit-inner-banner .schedule-btn:hover {
    background-color: #fff !important;
    border-color: #41c400;
    letter-spacing: 1px;
    color: #000 !important;
}

#semtechit-inner-banner .banner-wrap {
    /*height: calc(85vh - 130px);*/
}

body.category #semtechit-inner-banner .banner-wrap {
    height: calc(65vh - 130px);
}

#semtechit-inner-banner .banner-text h1 {
    position: relative;
    padding-bottom: 15px;
    font-size: 58px;
}

#semtechit-inner-banner .banner-text h1:before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 60px;
    height: 2px;
    background-color: #6da7cb;
    left: 0;
    bottom: 0;
}

.single-post .container.inner-container {
    max-width: 850px !important;
}

#popmake-6697 .fsForm .fsPage .fsSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#popmake-6697 .fsForm .fsPage .fsSection .fsRow {
    width: 48%;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 575px) {
    #popmake-6697 .fsForm .fsPage .fsSection .fsRow {
        width: 100%;
    }
}

#pum-6697 {
    overflow-y: scroll !important;
}

#popmake-6697 .fsForm .fsPage .fsSection .fsRow input {
    border-color: #ccc;
}

#popmake-6697 .fsForm .fsPage .fsSection .fsRow input:focus {
    box-shadow: none;
}

#popmake-6697 .fsForm .fsPage .fsSection .fsRow label {
    margin-bottom: 7px !important;
        font-size: 15px;
    font-family: 'Roboto';
    color: #000 !important;
    font-weight: 400;
}

#popmake-6697 .fsForm {
    padding: 0 !important;
    background-color:transparent;
}

#popmake-6697 .fsFieldFocused:not(.fsValidationError).fsSpan100 {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
#popmake-6697 .popmake-content p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
        font-weight: 400;
}
#popmake-6697 .popmake-content .cap-h2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 36px;
}

#popmake-6697 .popmake-content h2 {
    margin-top: 10px;
}

#popmake-6697 .popmake-close {
    right: 50px;
    top: 70px;
    box-shadow: none;
    border: none;
    background-color:#f0efeb;
    color: #B8B8B8;
}

#popmake-6697 div.fsError {
    background-color: transparent;
    border: none;
}

.postid-6725 #semtechit-inner-banner .inner-banner-bg {
    background-position: center right !important;
}

#popmake-6697 .fsValidationError {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
#popmake-6697 .fsSubmitButton {
   
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400 !important;
    margin-bottom: 1em;
    margin-top: 0.5em;
    letter-spacing: 1px;
    border: 3px solid #41c400;
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: .3em 1em .2em;
    font-weight: 500 !important;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
}
*/


#popmake-6697 .fsSubmitButton {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400 !important;
    margin-bottom:0;
    margin-top:0;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px !important;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: 14px 20px;
    font-weight: 700 !important;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 28px !important;
    font-family:'Roboto';
}

#popmake-6697 .popmake-content p.exp-p-text {
    font-size: 20px !important;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}
#popmake-6697 .pum-content.popmake-content {
    width:100%;
    max-width:1135px !important;
    margin: 0 auto !important;
}

#popmake-6697 .fsSubmitButton:hover {
    /*background: #071122!important;*/
    background-color: #fff !important;
    border-color: #41c400 !important;
    letter-spacing: 1px !important;
    color: #000 !important;
}

#popmake-6697 .fsRequiredMarker {
    color: #f15a40;
}

#popmake-6697 .fsForm .fsPage .fsSection #fsRow3505785-7 {
    width: 100%;
}

#popmake-6697 .fsForm .fsPage .fsSection #fsRow3505785-7 input {
    height: 95px;
}

#popmake-6697 .fsSubmit {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#popmake-6697 .fsForm .fsPage .fsSocialAutofill {
    display: none;
}

#popmake-6697 .fsBody {
    padding: 0 !important;
}

.author {
    text-align: left;
}

.author-list {
    margin-bottom: 0;
}

#popmake-6697 {
    /*padding: 60px 60px 0 60px;*/
    padding: 20px 60px 0 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    #popmake-6697 {
        padding: 20px 20px 0 20px;
    }
    
}

#inner-page .author ul.author-list li {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

#inner-page .author ul.author-list li span {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
    letter-spacing: 1.3px;
    color: #858585;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    height: fit-content;
    width: 92%;
    padding-left: 5px;
}

#inner-page .author ul.author-list li img {
    width: 62px;
    margin-left: 0;
    border-radius: 100%;
    margin-right: 15px;
}

#inner-page .author ul.author-list span.border-wrap:before {
    content: none;
}

#inner-page .author ul.author-list span.border-wrap {
    border: none;
    padding-left: 0;
}

#inner-page .body-content a {
    color: #6da7cb;
    text-decoration: none;
}

#inner-page .blockquote-wrapper {
    background-color: #6da7cb26 !important;
    padding: 0 5% 20px;
    border: 1px solid #6da7cb;
}

#inner-page .blockquote-wrapper .schedule-btn {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400 !important;
    margin-bottom: 1em;
    letter-spacing: 1px;
    border: 3px solid #41c400;
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: .3em 1em;
    font-weight: 500;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 18px !important;
    text-decoration: none !important;
}

#inner-page .blockquote-wrapper .schedule-btn:hover {
    background-color: #fff !important;
    border-color: #41c400;
    letter-spacing: 1px;
    color: #000 !important;
}

#inner-page .blockquote-wrapper blockquote {
    position: relative;
    margin-bottom: 20px;
    padding: 17px 0 0 50px;
    border-left: none;
}

#inner-page .blockquote-wrapper blockquote p:nth-child(2) {
    padding-top: 0 !important;
}

#inner-page .blockquote-wrapper blockquote:after {
    content: '';
    position: absolute;
    background: url("../image/output-onlinepngtools-4.png");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 34px;
    left: 0px;
}

#inner-page .blockquote-wrapper blockquote:before {
    content: "";
    position: absolute;
    top: 72px;
    bottom: 0;
    left: 16px;
    width: 3px;
    background-color: #6da7cb;
}

#inner-page .body-content .schedule-btn {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400 !important;
    margin-bottom: 1em;
    letter-spacing: 1px;
    border: 3px solid #41c400;
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: .3em 1em;
    font-weight: 500;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 18px !important;
    text-decoration: none !important;
}

#inner-page .schedule-btn:hover {
    background-color: #fff !important;
    border-color: #41c400;
    letter-spacing: 1px;
    color: #000 !important;
}

#inner-page ul li:last-child {
    margin-bottom: 0;
}

#inner-page p:empty {
    display: none;
}

#inner-page ul {
    display: table;
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

#inner-page .body-content h2 {
    font-size: 30px;
}

#service-section-page ul.services-list {
    max-width: 1075px;
    margin-top: 10px;
    border-top: 2px solid #eee;
    padding-top: 60px !important;
}

.cta-singlebottom-wrapper {
    background-color: #6da7cb26 !important;
    padding: 0 40px 20px;
    margin: 40px 0;
    border: 1px solid #6da7cb;
    margin-left: -100px;
    margin-right: -100px;
}

#inner-page .cta-singlebottom-wrapper .cta-singlebottom-item {
    position: relative;
    margin: 20px 0;
    padding: 17px 0 0 65px;
    border-left: none;
    font-size: 24px !important;
    text-align: left !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 1020px) {
    .cta-singlebottom-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #inner-page .cta-singlebottom-wrapper .cta-singlebottom-item {
        font-size: 19px;
        padding-left: 25px;
    }

    #inner-page .cta-singlebottom-wrapper .cta-singlebottom-item::before {
        left: -26px !important;
        width: 45px !important;
        height: 65px !important;  
    }

    #inner-page .cta-singlebottom-wrapper .cta-singlebottom-span {
        padding-left: 25px;
    }

    #inner-page .schedule-btn-wrapper {
        padding-left: 25px;
    }
}

@media screen and (max-width: 575px) {
    #inner-page .cta-singlebottom-wrapper .cta-singlebottom-item {
        font-size: 16px !important;
    }
}

#inner-page .cta-singlebottom-wrapper .cta-singlebottom-item:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    display: block;
    width: 75px;
    height: 75px;
    font-size: 52px;
    font-weight: 700;
    background-image: url(../image/check-big-blue.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    #inner-page .cta-singlebottom-wrapper .cta-singlebottom-item:before {
        left: -15px;
        width: 60px;
        height: 65px;
    }
}

.cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 1.8em !important;
    font-weight: 500 !important;
    color: #000;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif !important;
}

.cta-singlebottom-wrapper .cta-singlebottom-span {
    padding: 0 0 0 60px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px !important;
    line-height: 1.4 !important;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

.cta-singlebottom-wrapper .cta-singlebottom-span p span {
    font-weight: 400 !important;
    font-size: 60%;
    line-height: 140%;
    /*margin-top: 10px;*/
    display: block;
}

.cta-singlebottom-wrapper .schedule-btn-wrapper {
    padding-left: 60px;
    font-size: 18px !important;
    text-align: left;
}

.schedule-btn-wrapper .schedule-btn {
   /*  font-family: 'Roboto', sans-serif !important; */
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Source Sans Pro Black',arial;
    background: #41c400;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 8px 28px 10px;
    position: relative;
}


.contact-menu .schedule-btn {
    cursor: pointer;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    background-color: #41c400;
    letter-spacing: 1px;
    border: 3px solid #41c400;
    border-radius: 8px;
    border-top-left-radius: 0 !important;
    text-transform: uppercase;
    line-height: 1.7em;
    padding: 0 11px;
    font-weight: 500;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    font-size: 15px !important;
    margin-left: 25px;
}

#main-header .contact-menu a {
    vertical-align: bottom;
}

.fsForm.fsMaxCol1 {
    width: 100% !important;
}

/*.page-id-6148 .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.page-id-6148 .post-content .link-title {
    order: 2;
}

.page-id-6148 .post-content .link-title .post-title {
    height: auto !important;
    margin-bottom: 0px !important;
    margin-top: 20px;
    font-size: 24px !important;
}

.page-id-94 .inner-banner-bg {
    opacity: 1 !important;
}

.page-id-94 .banner-wrap .container.container-ms {
    max-width: 1300px !important;
}

.page-id-94 .banner-wrap h1 {
    color: #11639d !important;
    font-family: 'robotobold', sans-serif;
}

.page-id-94 .banner-wrap h1:before {
    content: none !important;
}

.page-id-94 .banner-wrap .banner-text p {
    font-family: 'Segoe UI Regular', sans-serif !important;
    color: #000000;
    font-size: 28px;
    max-width: 480px;
    margin-bottom: 35px;
    line-height: 1.4;
}

.page-id-94 .banner-wrap h1 span {
    color: #000;
}

.page-id-6148 .post-content .post-img {
    order: 1;
}

.page-id-6148 .post-content .post-exerpt {
    order: 3;
    margin-top: 20px !important;
}

#media_pr_post_section .external-articles-wrapper .post-content .post-img::before {
    content: none;
}

.page-id-6148 .post-content .post-link-out {
    order: 4;
    max-width: 200px;
    text-align: center;
}

.page-id-94 #semtechit-inner-banner {
    padding: 0 40px !important;
    margin-bottom: 40px;
}

.contact-menu .schedule-btn:hover {
    background-color: #fff !important;
    border-color: #41c400;
    letter-spacing: 1px;
    color: #000 !important;
}

::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

@media (min-width: 1601px) {
    #landing_page .right-img img {
        width: 50%;
    }

    #landing_page {
        min-height: 800px;
    }
}

@media (max-width: 1600px) {
    #landing_page .right-img img {
        width: 60%;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    #landing_page .text_info h2 {
        margin: 0 0 20px;
    }

    #landing_page .experience_info .like {
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) and (min-width: 1367px) {
    #landing_page .experience_info {
        margin-top: 50px;
    }
}

@media (max-width: 1366px) {
    #landing_page .experience_info {
        margin-top: 40px;
    }

    #landing_page.bad-experience .landing_left_side {
        max-width: 94%;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    body #landing_page .experience_info .title-text {
        padding: 20px 0 20px 18px !important;
    }

    .page-id-94 .banner-wrap .banner-text p {
        font-size: 26px;
    }

    #semtechit-inner-banner .inner-banner-bg {
        background-position-x: 44%;
    }
}

@media (max-width: 1260px) and (min-width: 981px) {
    #landing_page.bad-experience {
        min-height: 930px;
    }
}

@media (max-width: 1280px) and (min-width: 768px) {
    #landing_page .experience_info .like {
        margin-bottom: 24px;
    }

    #landing_page .text_info h2 {
        font-size: 62px !important;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    body #landing_page .title-text {
        font-size: 18px !important;
    }

    #landing_page .text_info h4 span.block-text {
        display: inline;
    }
}

@media (max-height: 899px) {
    .right-img img {
        width: 55%;
    }

    #landing_page .experience_info {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    #landing_page .col-sm-5.col-5-modi {
        width: 38%;
    }

    #landing_page .col-sm-7.col-7-modi {
        width: 62%;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    #landing_page .text_info h2 {
        font-size: 58px;
    }

    #landing_page .landing_left_side .text_info h2 {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    #landing_page .text_info h2 {
        font-size: 45px;
        line-height: 52px;
    }

    #landing_page .text_info h4 {
        font-size: 25px;
        line-height: 32px;
    }

    #landing_page .experience_info li {
        font-size: 25px;
    }

    #landing_page .right-img {
        width: 82%;
    }

    #semtechit-inner-banner .banner-text h1 {
        font-size: 48px !important;
    }
    #popmake-6697 .popmake-content p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

}

@media (min-width: 768px) and (max-width: 960px) {
    #landing_page {
        min-height: 635px;
    }

    body #landing_page .landing_left_side .text_info h2 {
        font-size: 51px !important;
        line-height: 48px;
    }

    #landing_page .text_info h4 {
        font-size: 20px;
    }

    #landing_page .icon-wrap img {
        max-width: 90px;
    }

    #landing_page .experience_info li {
        font-size: 21px;
    }

    #landing_page .experience_info {
        margin-left: 3px;
    }

    #landing_page .experience_info .like {
        margin-bottom: 47px;
    }

    body #landing_page .title-text {
        padding: 10px 20px 14px !important;
    }

    #landing_page.bad-experience .form-block {
        min-width: 740px;
    }

    #landing_page.bad-experience .right-img img {
        bottom: -140px;
    }
    #popmake-6697 .popmake-content p.exp-p-text {
        font-size: 16px !important;
        
    }
    #popmake-6697 .popmake-content p {
        font-size: 11px;
    }

}

@media (max-width: 810px) and (min-width: 768px) {
    #landing_page .landing_left_side .text_info h2 {
        line-height: 100%;
    }

    body #landing_page .title-text {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    #semtechit-inner-banner .container.container-ms {
        width: 85% !important;
    }

    #landing_page.bad-experience {
        min-height: 1000px;
    }

    #semtechit-inner-banner .banner-text h1:before {
        content: none;
    }

    #landing_page {
        overflow-y: hidden !important;
        height: 100vh;
    }

    #semtechit-inner-banner .banner-text h1 {
        font-size: 32px !important;
    }

    .small_screen_center {
        text-align: center;
    }

    #landing_page .title-text {
        display: block;
    }

    #landing_page .icon-wrap {
        display: block;
        vertical-align: middle;
        margin: 0 0 17px;
    }

    #landing_page .experience_info {
        margin-left: 0;
    }

    #landing_page .landing_right_side {
        padding-top: 50px;
    }

    #landing_page .text_info h2 {
        font-size: 34px !important;
        line-height: 41px;
    }

    #landing_page .text_info h4 {
        font-size: 24px;
        line-height: 35px;
    }

    #landing_page .experience_info li {
        font-size: 18px;
    }

    #landing_page .wrap1 {
        border: 3px solid #12a129;
        border-radius: 10px;
    }

    #landing_page .wrap2 {
        border: 3px solid #ff0000;
        border-radius: 10px;
    }

    #landing_page .title-text {
        width: 100%;
    }

    #landing_page .right-img {
        position: static;
    }

    #landing_page {
        padding-bottom: 0;
    }

    #landing_page .container-wrapper {
        padding-bottom: 0;
    }

    #landing_page .logo_img {
        margin-bottom: 20px;
    }

    #landing_page .logo_img {
        float: none;
    }

    .experience_info .icon-wrap img {
        width: 40%;
        left: auto;
    }

    #landing_page .title-text {
        padding: 10px 30px;
    }

    #landing_page .mobile-logo {
        display: block;
        max-width: 48%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #landing_page.bad-experience > .container.container-wrapper {
        padding-top: 0;
    }

    #landing_page .logo_img:not(.mobile-logo),
    #landing_page .right-img {
        display: none;
    }

    #landing_page {
        padding-top: 40px;
    }

    #landing_page .experience_info {
        max-width: 94%;
    }

    body #landing_page .landing_left_side {
        max-width: 100% !important;
    }

    #landing_page .text_info {
        padding-left: 0;
    }

    body #landing_page .wrap1,
    body #landing_page .wrap2 {
        border: 3px solid #357bac;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }

    body #landing_page .wrap2 {
        border-color: #929292;
    }

    body #landing_page .text_info {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .experience_info .icon-wrap {
        margin: 0 !important;
    }

    body .experience_info .icon-wrap img {
        width: 56%;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 535px) {
    #landing_page.bad-experience {
        min-height: 1300px;
    }
}

@media (max-width: 450px) {
    body #landing_page .wrap1,
    body #landing_page .wrap2 {
        padding: 10px 10px !important;
    }

    body .experience_info .icon-wrap {
        max-width: 26%;
    }
}

@media (max-width: 365px) {
    body .experience_info .icon-wrap {
        display: none !important;
    }

    body #landing_page .wrap1,
    body #landing_page .wrap2 {
        width: 95% !important;
        margin: 0 auto;
        border-left: 3px solid #357bac !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #landing_page .experience_info {
        max-width: 100% !important;
    }

}

@media (max-width: 1366px) {
    #semtechit-inner-banner .banner-content {
        height: auto;
    }

    #semtechit-inner-banner {
        height: auto;
    }

    #semtechit-inner-banner .inner-banner-bg {
        height: 100%;
    }

    #semtechit-inner-banner .banner-wrap {
        height: 100%;
    }

    #semtechit-inner-banner .banner-text {
        padding: 70px 0;
    }
}

@media (max-width: 961px) {
    #main-header.is-fixed {
        position: relative !important;
    }

    .main-nav {
        display: none;
    }

    #semtechit-inner-banner .schedule-btn {
        font-size: 16px !important;
    }

    #inner-page .schedule-btn-wrapper {
        text-align: left;
    }

    .schedule-btn-wrapper .schedule-btn {
        margin-top: 10px;
        font-size: 11px;
        padding: 8px 16px 10px;
    }

    .admin-bar #wprmenu_menu_ul {
        padding-left: 10px;
    }

    div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
        top: 21px;
    }

    #wprmenu_bar .menu_title a {
        display: none;
    }

    #inner-page .body-content {
        font-size: 18px;
        line-height: 1.4;
        overflow: hidden;
    }

    #main-footer .footer-header {
        font-size: 24px !important;
    }

    .page-id-94 .inner-banner-bg {
        opacity: 0.25 !important;
    }

    .page-id-94 .banner-wrap h1 {
        color: #fff !important;
        font-size: 46px !important;
    }

    .page-id-94 .banner-wrap h1 span {
        color: #fff !important;
    }

    .page-id-94 .banner-wrap p {
        color: #fff !important;
    }
}

@media (max-width: 1085px) and (min-width: 768px) {
    #main-header .nav-menu li a {
        font-size: 13px !important;
    }
}


#main-header {
    animation-duration: 0.5s;
    transition: 0.5s;
}

#main-header.is-fixed {
    position: fixed;
    z-index: 100;
    animation-name: stickySlideDown;
    transition: none;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#main-header.is-fixed .contact-menu a {
    /*	font-size: 16px!important;*/
    font-size: 22px !important;
}

#main-header.is-fixed .contact-menu .schedule-btn {
    font-size: 14px !important;
    line-height: 27px !important;
}

#main-header.is-fixed .main-nav {
    padding-top: 20px;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 983px) {
    .contact-menu .schedule-btn {
        margin-top: 20px;
    }
}

@media (max-width: 658px) {
    .contact-menu .schedule-btn {
        margin-left: 0;
    }
}

@media (min-width: 961px) and (max-width: 1100px) {
    #main-header #logo {
        min-width: 200px;
    }

    #main-header .nav-menu li a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 500px) {
      .schedule-btn-wrapper .schedule-btn {
        font-size: 8px !Important;
    }

}