/*****************Max 1300*****************/
@media only screen and (max-width: 1300px) {
    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 15s infinite linear;
        animation-delay: 1s;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-200px);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/*****************End 1300*****************/
/*****************Max 1280*****************/
@media only screen and (max-width: 1280px) {
    .radius-block.content {
        padding: 10px 30px;
    }

    /*.radius-block.content.sml {
    padding: 10px 10px;
}*/
    .why-choose-block {
        margin-right: 130px;
    }

    header ul.navigation>li {
        margin: 0 4px;
    }

    header ul li a.nav-link {
        padding: 10px 11px;
    }

    .featured-content .card-box-image {
        width: calc(100% + 0px);
    }
}

/*****************End 1280*****************/
/*****************Max 1120*****************/
@media only screen and (max-width: 1120px) {
    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 15s infinite linear;
        animation-delay: 1s;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-300px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .home-main-banner .banner-title h2 {
        font-size: 40px;
    }

    .why-choose-block {
        margin-right: 100px;
    }

    /*.radius-block.content.sml {
    padding: 10px 10px;
    justify-content: center;
}*/

    /*.radius-block.content.sml p {
    font-size: 18px;
    text-align: center;
}*/
    .boxes-section .radius-block.img img {
        width: 70px;
    }

    .radius-block.content p {
        font-size: 18px;
    }

    .contact-block {
        padding: 40px 20px 20px 20px;
    }

    .title.large h2 {
        font-size: 60px;
    }

    .story-block h3 {
        font-size: 60px;
    }

    .boxes-section.tab-animation.v2 .radius-block h3 {
        font-size: 60px;
        line-height: 60px;
    }

    .radius-block.top-bottom.content {
        padding: 30px 30px;
    }
}

/*****************End 1120*****************/
/*****************Max 1024*****************/
@media only screen and (max-width: 1024px) {
    .section-content p {
        font-size: 18px;
    }

    .featured-tab-btn h4 {
        font-size: 25px;
    }

    .story-block p {
        padding-right: 0;
        font-size: 24px;
    }

    .home-main-banner svg.right-funnel {
        right: -60px;
        top: 0;
    }

    .overflow-content {
        width: 80%;
    }

    .multiple-video-section .video-block:nth-child(3) {
        right: 90px;
        width: 120px;
        bottom: 0;
    }

    .radius-block.top-bottom.content p {
        padding: 0;
    }

    .radius-block.top-bottom.content {
        padding: 30px 30px;
    }

    /*.radius-block.content h3 {
    font-size: 40px;
}*/
    .team-block {
        width: 100%;
    }

    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 13s infinite linear;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-360px);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/*****************End 1024*****************/
/*****************Max 900******************/
@media only screen and (max-width: 992px) {
    header ul.nav.navigation {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background: #ffc905;
        display: block;
        padding: 15px;
        transition-duration: 0.6s;
        transform: translateX(-300px);
        z-index: 99;
    }

    header ul.nav.navigation li {
        width: 100%;
        height: auto;
        margin: 0;
    }

    header ul li a.nav-link {
        font-size: 22px;
    }

    .video-block {
        width: 100%;
    }

    .main-banner-section-space {
        padding: 60px 0 150px 0;
    }

    .home-main-banner .video-block {
        margin-top: 50px;
    }

    .why-choose-container {
        padding: 160px 0 250px 110px;
    }

    span.nav-toggle {
        color: #0f0f0f;
        opacity: 1;
        font-size: 26px;
        display: block;
    }

    .menu-opener header ul.nav.navigation {
        transform: translateX(0);
        padding-top: 80px;
    }

    .menu-overlay {
        position: fixed;
        right: 0;
        top: 0;
        width: calc(100% - 300px);
        height: 100%;
        background: #073a4bf2;
        z-index: 999;
        color: #fff;
        text-align: right;
        padding: 0px 10px 10px 10px;
        font-size: 35px;
        transition-duration: 0.6s;
        transform: translateX(100%);
        animation: show-b 0.6s forwards linear;
    }

    @keyframes show-b {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(100%);
        }
    }

    .menu-overlay.open {
        animation: show 0.6s forwards linear;
    }

    @keyframes show {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0px);
        }
    }

    .why-choose-block {
        margin-right: 50px;
    }

    /*.boxes-section {
    width: 1310px;
}
.tab-content.active .boxes-section,
.boxes-section.tab-animation{
	animation: slides 15s infinite linear alternate-reverse;
}
@keyframes slides{
	0%{transform: translateX(0);}
    80%{transform: translateX(-20px);}
	100%{transform: translateX(0);}
}*/
    header.header-hide {
        transform: inherit;
    }

    ul.nav .dropdown>a:before {
        display: none;
    }

    header ul.navigation li.dropdown span.dropdown-arrow {
        position: absolute;
        right: 10px;
        top: 20px;
        background: #134353;
        color: #fff;
        font-size: 19px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
    }

    header ul.navigation li.dropdown ul {
        position: static;
        border-radius: 5px;
        width: 90%;
        margin-left: 5%;
        display: none;
    }

    header ul.navigation li.dropdown ul:before {
        display: none;
    }

    .map-section>span>img {
        width: 80px;
        height: 80px;
    }

    .map-section svg {
        width: 100%;
    }

    .icon-box {
        margin-bottom: 30px;
    }

    .horizontal-icon-block {
        text-align: center;
    }

    .horizontal-icon-block .icon {
        margin-bottom: 30px;
    }

    .featured-tab-btn {
        width: 30%;
        display: inline-block;
        margin: 0 10px;
        padding: 20px;
        vertical-align: top;
    }

    .featured-content {
        margin-top: 50px;
    }

    .overflow-content {
        width: 80%;
    }

    .featured-content .card-box-image {
        width: 100%;
    }

    .title.large h2 br {
        display: none;
    }

    .section-space.large {
        padding: 80px 0;
    }

    .banner-title h2 {
        font-size: 40px;
    }

    /*.radius-block.content h3 {
    font-size: 40px;
}*/
    .main-banner-section-space {
        padding: 60px 0 80px 0;
    }

    .case-study-share {
        right: 20px;
        bottom: 40px;
        background: transparent;
        padding: 0;
    }

    .multiple-video-section {
        text-align: center;
        bottom: 0;
    }

    .multiple-video-section .video-block:nth-child(2) {
        width: 190px;
    }

    img.bottom-curve {
        display: none;
    }

    .multiple-video-section .video-block:nth-child(3) {
        right: 390px;
        width: 160px;
    }

    .multiple-video-section.v2 .video-block:nth-child(2) {
        left: 60px;
        top: 10px;
    }

    .page-main-title {
        padding: 110px 0 50px 0;
    }

    .main-banner-section-space {
        padding: 60px 0 20px 0;
    }

    .newsletter-desp .content p {
        font-size: 20px;
        line-height: 25px;
    }

    .newsletter-desp .content {
        padding: 20px 20px;
    }

    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 13s infinite linear;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-580px);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/*****************End 900******************/
/*****************Max 768******************/
@media only screen and (max-width: 768px) {
    .card-box {
        padding: 30px 30px;
    }

    .container.section-space.large {
        padding: 60px 15px;
    }

    .multiple-video-section .video-block:nth-child(3) {
        right: 350px;
    }

    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 13s infinite linear;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-780px);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/*****************End 768******************/
/*****************Landscape*****************/
@media only screen and (min-width: 500px) and (max-width: 750px) {
    @media only screen and (min-height: 300px) and (max-height: 450px) {
        .sticky-content-section {
            position: static;
        }

        .why-choose-container {
            padding: 10px 0 40px 100px;
        }

        .why-choose-container {
            padding: 50px;
        }

        .tab-panel svg.bottom-corner {
            display: none;
        }

        .title.large h2 {
            font-size: 40px;
        }

        .why-choose-section {
            display: block;
        }

        .why-choose-block {
            margin-bottom: 60px;
            max-width: 100%;
            margin-right: 0;
        }

        .why-choose-block img {
            width: 150px;
            margin-bottom: 20px;
        }

        span.work-path {
            display: none;
        }

        .why-choose-block:last-child {
            margin-bottom: 0;
        }

        .client-image {
            margin-bottom: 50px;
            position: relative;
            left: 50px;
        }

        .sticky-content-section .section-content {
            margin-bottom: 30px;
        }

        .client-image.v2 {
            margin-top: 50px;
            left: 0;
        }
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    @media only screen and (min-height: 300px) and (max-height: 400px) {
        .featured-tab-btn h4 {
            font-size: 18px;
            line-height: 23px;
        }

        .featured-tab-btn p {
            font-size: 14px;
        }

        .overflow-content h3 {
            font-size: 30px;
        }
    }
}

/*****************End Landscape**************/
/*****************Max 540******************/
@media only screen and (max-width: 540px) {
    .tab-panel svg.bottom-corner {
        display: none;
    }

    .tab-panel button {
        font-size: 14px;
    }

    .why-choose-container {
        padding: 20px;
    }

    .why-choose-section {
        display: flex;
    }

    .why-choose-block {
        margin-bottom: 0px;
        max-width: 100%;
        margin-right: 0;
    }

    .why-choose-block img {
        width: 150px;
        margin-bottom: 20px;
    }

    span.work-path {
        display: none;
    }

    .why-choose-block:last-child {
        margin-bottom: 0;
    }

    .sticky-content-section .title h2 br {
        display: none;
    }

    .sticky-content-section .title h2 {
        font-size: 35px;
    }

    .section-content p {
        font-size: 16px;
    }

    /*.sticky-content-section .icon-block img {
    width: 150px;
}*/
    .title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .client-image {
        margin-left: 30px;
        margin-bottom: 60px;
    }

    .client-conetnt h3 {
        font-size: 24px;
    }

    .section-space.large {
        padding: 70px 0;
    }

    .client-image.v2 {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .title.large h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .title.large h2 br {
        display: none;
    }

    .card-box {
        padding: 30px;
        min-height: auto;
    }

    footer {
        padding: 70px 20px 50px 20px;
    }

    .map-section>span>img {
        width: 50px;
        height: 50px;
    }

    .map-section span.logo-fly {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .map-section span.logo-fly img {
        width: 50px;
    }

    .banner-title h2 {
        font-size: 40px;
    }

    .container.section-space.large {
        padding: 70px 15px;
    }

    .feature-block h5 {
        margin-bottom: 20px;
    }

    .featured-tab-btn {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .overflow-content h3 {
        font-size: 30px;
    }

    .page-main-title {
        padding: 100px 0 50px 0;
    }

    .story-block h3 {
        font-size: 50px;
        margin: 0;
    }

    .story-block p {
        margin-bottom: 30px;
    }

    .home-main-banner .banner-title h2 {
        font-size: 30px;
    }

    .sticky-content-section {
        position: static;
    }

    .home-main-banner .banner-title p {
        font-size: 16px;
    }

    .multiple-video-section .video-block:nth-child(1) {
        top: 0;
        width: 130px;
    }

    .multiple-video-section .video-block:nth-child(2) {
        right: 0;
        top: 0;
        width: 130px;
    }

    .multiple-video-section .video-block:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 130px;
        bottom: 70px;
    }

    .news-block .img-box {
        margin-bottom: 20px;
    }

    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 13s infinite linear;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-850px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .newsletter-desp .content {
        padding: 10px 20px;
    }

    .newsletter-desp .content p {
        font-size: 13px;
        line-height: 18px;
    }
}

/*****************End 540******************/
/*****************Max 480*****************/
@media only screen and (max-width: 480px) {
    .boxes-section {
        width: 1310px;
    }

    .tab-content.active .boxes-section,
    .boxes-section.tab-animation {
        animation: slides 13s infinite linear;
    }

    @keyframes slides {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-900px);
        }

        100% {
            transform: translateX(0);
        }
    }

    .home-main-banner .banner-title h2 {
        font-size: 30px;
    }

    img.bottom-curve {
        display: none;
    }

    .main-banner-section-space {
        padding: 60px 0 30px 0;
    }

    .sticky-content-section {
        padding: 30px;
    }

    .sticky-content-section .title h2 {
        font-size: 30px;
    }

    .sticky-content-section .section-content {
        margin-bottom: 30px;
    }

    .title.large h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .banner-title h2 {
        font-size: 30px;
    }

    .why-choose-block span.number-counter {
        font-size: 80px;
        line-height: 80px;
        position: absolute;
        right: 0;
        top: 20px;
    }

    .why-choose-block h4 {
        font-size: 30px;
    }

    .overlay-bg {
        height: 330px;
    }

    .overlay-bg img {
        height: 100% !important;
        object-fit: cover;
        width: auto;
    }

    .story-block {
        padding: 20px 20px 60px 20px;
    }

    .story-block p {
        font-size: 20px;
        line-height: 28px;
    }

    .story-block h3 {
        font-size: 40px;
    }

    .badge {
        font-size: 16px;
        font-weight: 600;
    }

    .feature-block h5 {
        font-size: 22px;
    }

    .title.big p {
        font-size: 16px;
    }

    .multiple-video-section .video-block:nth-child(1) {
        width: 30%;
    }

    .multiple-video-section .video-block:nth-child(2) {
        width: 30%;
    }

    .section-content.small p {
        font-size: 16px;
    }

    .title.large h2 {
        font-size: 35px;
    }

    .multiple-video-section.v2 .video-block:nth-child(2) {
        left: auto;
        right: 0;
        position: absolute;
    }

    .multiple-video-section.v2 .video-block:nth-child(1) {
        left: -110px;
    }

    .client-conetnt h3 {
        font-size: 20px;
    }

    .title h2 {
        font-size: 35px;
    }

    .newsletter-desp .content {
        padding: 10px 20px;
    }

    .newsletter-desp {
        padding: 30px 40px;
    }

    .newsletterThumb .date {
        font-size: 20px;
        padding: 10px 10px;
    }

    .swiper-nav-btn {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }
}

/*****************End 480*****************/
/*****************Max 400*****************/
@media only screen and (max-width: 400px) {
    .home-main-banner .banner-title h2 {
        font-size: 25px;
    }

    .btn-primary {
        font-size: 14px;
        min-width: 100px;
        padding: 5px 0;
    }

    .btn-primary.big {
        padding: 7px 10px;
    }

    .title h3 {
        font-size: 23px;
        line-height: 31px;
    }

    .section-content p {
        font-size: 14px;
    }

    .sticky-content-section .title h2 {
        font-size: 28px;
        margin: 0;
    }

    .sticky-content-section .title {
        margin-bottom: 0;
    }

    /*.sticky-content-section .icon-block img {
    width: 120px;
}*/
    .client-image {
        box-shadow: -25px 25px 0px -7px #ffc905;
    }

    .client-conetnt h3 {
        line-height: 26px;
    }

    .title h2 {
        font-size: 30px;
    }

    .client-image.v2 {
        box-shadow: 18px -18px 0px -7px #ffc905;
    }

    .title.large h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .form-group label {
        font-size: 18px;
    }

    .form-control {
        font-size: 17px;
    }

    .section-space.large {
        padding: 30px 0;
    }

    header ul li a.nav-link {
        font-size: 18px;
    }

    header ul.navigation li.dropdown span.dropdown-arrow {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .main-banner-section-space {
        padding: 30px 0 30px 0;
    }

    .home-main-banner .banner-title p {
        font-size: 14px;
    }

    .banner-title.color p {
        font-size: 14px;
    }

    .banner-title h2 {
        font-size: 26px;
    }

    .horizontal-icon-block {
        padding: 25px;
    }

    .horizontal-icon-block p {
        font-size: 15px;
    }

    .horizontal-icon-block .icon img {
        max-width: 100px;
    }

    .why-choose-block h4 {
        font-size: 25px;
    }

    .why-choose-container {
        padding: 10px 30px;
    }

    .feature-block h4 {
        font-size: 20px;
    }

    .feature-block h5 {
        font-size: 20px;
    }

    .featured-tab-btn h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .featured-tab-btn p {
        font-size: 14px;
    }

    .map-section span.logo-fly {
        top: 42%;
    }

    .section-content.medium p {
        font-size: 16px;
        line-height: 26px;
    }

    .case-study-block .image img {
        height: 150px;
    }

    .link-box {
        font-size: 18px;
    }

    .page-main-title svg.right-funnel {
        display: none;
    }

    .case-study-block.v2 .image .overlay h4 {
        font-size: 14px;
    }

    .case-study-block.v2 .image .overlay button.btn {
        width: auto;
        padding: 5px 10px;
        min-width: inherit;
        display: block;
        margin: 0 auto;
    }

    .case-study-block.v2 .image .overlay {
        padding: 10px;
    }

    .contact-block {
        min-height: auto;
        padding: 30px 30px;
    }

    .story-block h3 {
        font-size: 33px;
    }

    .story-block p {
        font-size: 16px;
        line-height: 21px;
    }

    .news-block h4 {
        font-size: 21px;
    }

    .section-content.small p {
        font-size: 14px;
        line-height: 25px;
    }

    .multiple-video-section.v2 svg.right-funnel {
        bottom: 0;
    }
}

/*****************End 400*****************/
/*****************Max 360*****************/
@media only screen and (max-width: 360px) {
    .home-main-banner .banner-title h2 {
        font-size: 20px;
    }

    .btn-primary {
        min-width: inherit;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .section-space {
        padding: 20px 0;
    }

    .title h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .sticky-content-section .title h2 br {
        display: none;
    }

    .sticky-content-section .title h2 {
        font-size: 24px;
    }

    .section-content p {
        font-size: 12px;
    }

    .client-conetnt h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .title h2 {
        font-size: 24px;
    }

    .why-choose-block ul li {
        font-size: 13px;
    }

    .why-choose-block h4 {
        font-size: 20px;
    }

    .why-choose-block img {
        width: 110px;
    }

    .client-conetnt .client-head span {
        font-size: 11px;
    }

    .client-conetnt .client-head h5 {
        font-size: 17px;
    }

    .title p {
        font-size: 12px;
    }

    .tab-panel button {
        font-size: 12px;
    }

    .title.large h2 {
        font-size: 25px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-control {
        font-size: 14px;
    }

    .card-box h5 {
        font-size: 16px;
    }

    .card-box p {
        font-size: 13px;
        margin: 0;
    }

    footer p {
        font-size: 14px;
    }

    .footer-widget ul li a {
        font-size: 14px;
    }

    header ul.nav.navigation {
        width: 100%;
        transform: translateX(-100%);
    }

    .menu-overlay {
        width: 30px;
        height: 26px;
        font-size: 17px;
        right: 0px;
        transform: translateX(0);
        text-align: center;
        padding: 0;
    }

    .home-main-banner .banner-title p {
        font-size: 12px;
    }

    .banner-title h2 {
        font-size: 21px;
    }

    .banner-title.color p {
        font-size: 12px;
    }

    .horizontal-icon-block h4 {
        font-size: 20px;
    }

    .horizontal-icon-block p {
        font-size: 12px;
    }

    .why-choose-block p {
        font-size: 12px;
    }

    .feature-block h4 {
        font-size: 18px;
    }

    .badge {
        font-size: 14px;
        padding: 14px 10px;
    }

    .feature-block h5 {
        font-size: 17px;
        margin: 0 0 7px 0;
    }

    span.badge.large {
        padding: 10px 10px;
    }

    .featured-tab-btn h4 {
        font-size: 17px;
        line-height: 22px;
    }

    .featured-tab-btn p {
        font-size: 12px;
    }

    .overflow-content h3 {
        font-size: 25px;
    }

    .overlay-bg {
        height: 250px;
    }

    .title.color h5 {
        font-size: 16px;
    }

    .map-section span.logo-fly {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        line-height: 60px;
    }

    .map-section span.logo-fly img {
        width: 30px;
    }

    .map-section span.logo-fly {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        line-height: 60px;
    }

    .map-section span.logo-fly img {
        width: 30px;
    }

    .section-content.medium p {
        font-size: 13px;
        line-height: 21px;
    }

    .section-content h4 {
        font-size: 17px;
    }

    .banner-title h2 {
        font-size: 19px;
    }

    .banner-title h4 {
        font-size: 15px;
    }

    .icon-box h4 {
        font-size: 21px;
    }

    .icon-box p {
        font-size: 13px;
        line-height: 20px;
    }

    .team-block h5 {
        font-size: 18px;
    }

    .team-block p {
        font-size: 12px;
    }

    .award-block h4 {
        font-size: 15px;
        margin: 0 0 4px 0;
    }

    .award-block p {
        font-size: 12px;
    }

    .form-select {
        padding: 10px 10px;
        font-size: 14px;
    }

    .link-box {
        padding: 10px 10px;
        font-size: 17px;
    }

    .home-main-banner .banner-title h2 br {
        display: none;
    }

    .multiple-video-section .video-block:nth-child(3) {
        width: 100px;
    }

    .multiple-video-section img.center-fix {
        max-width: 90%;
    }

    .multiple-video-section img.logo-triangle-one {
        width: 100px;
    }

    .news-block h4 {
        font-size: 18px;
    }

    .news-block .date {
        font-size: 14px;
    }

    .news-block .category {
        font-size: 16px;
    }

    .section-content.small p {
        font-size: 12px;
        line-height: 21px;
    }

    .story-block h3 {
        font-size: 24px;
    }

    .story-block p {
        font-size: 13px;
    }

    .company-logo-block img {
        max-width: 70%;
    }

    .client-image.orange {
        box-shadow: -18px 18px 0px -7px #ec8857;
    }

    .title.big p {
        font-size: 14px;
    }

    header .logo img {
        width: 130px;
        max-width: inherit !important;
    }

    .newsletter-desp {
        padding: 20px 20px;
    }

    .newsletter-desp .content {
        padding: 20px 30px;
    }

    .newsletter-desp .content p {
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 10px 0;
    }
}

/*****************End 360*****************/