/* Mobile Layout: 950px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .login-access {
        margin-top: 10px;
    }
    .menu-area ul li a {
        padding: 20px 30px;
    }
    .banner-area h1::before {
        width: 5%;
    }
    .banner-area h1::after {
        width: 5%;
    }
    .service-icon {
        text-align: center;
        width: 100%;
    }
    .service-text {
        text-align: center;
        width: 100%;
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        width: 24%;
    }
    .reach-retarget {
        padding-top: 40px;
    }
    .no-bot-guar {
        padding-top: 70px;
    }
    .marketing-layers {
        padding-top: 60px;
    }
    .better-results {
        padding-top: 50px;
    }
    .sing-details {
        min-height: 265px;
    }
    .feedback-details {
        padding: 100px 10px;
    }
    .feedback-details .bx-wrapper .bx-pager {
        bottom: -140px;
        padding-top: 0;
    }
    .private-single-post h3 {
        margin-top: 20px;
    }
    #optimize-email {
        left: 21%;
    }
    #campaign-performance {
        top: 265px;
    }
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-access {
        margin-top: 10px;
    }
    .menu-area ul li a {
        padding: 20px 10px;
    }
    .banner-area h1::before {
        width: 5%;
    }
    .banner-area h1::after {
        width: 5%;
    }
    .banner-area h1 {
        font-size: 35px;
        letter-spacing: 12px;
    }
    .banner-area h2 {
        font-size: 30px;
    }
    .banner-area a {
        font-size: 18px;
    }
    .icon-details > img {
        width: 100%;
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        margin-bottom: 20px;
        width: 47%;
    }
    .feedback-details {
        padding: 100px 20px;
    }
    .feedback-details .bx-wrapper .bx-pager {
        bottom: -127px;
    }
    .single-widget {
        min-height: 300px;
    }
    .sing-details {
        min-height: 314px;
    }
    .page-sidebar {
        max-width: 540px;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-sidebar .single-service {
        width: 49%;
    }
    .private-single-post h3 {
        margin-top: 10px;
    }
    button.see-more {
        float: left
    }
    .single-method {
        display: block;
        margin: 0 auto;
        position: relative;
    }
    #optimize-email {
        left: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        top: 0;
    }
    #email-deployment {
        right: 0;
        top: 0;
    }
    #campaign-performance {
        margin-top: 20px;
        right: 0;
        top: 0;
    }
    #optimize-email::before {
        bottom: 0;
        right: 50px;
        top: auto;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        z-index: -1;
    }
    #target-audience::before {
        bottom: 0;
        top: auto;
        right: 50px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    #campaign-performance::before {
        left: 50px;
        top: 22px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .padding-left-0 {
        padding-left: 15px;
    }
    .padding-right-0 {
        padding-right: 15px;
    }
}
/*Mobile layout 450px*/

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .social-links {
        display: none;
    }
    .login-access > h3 {
        font-size: 14px;
    }
    .header-top {
        text-align: center;
    }
    .menu-area ul > li:first-child a {
        padding-left: 20px;
    }
    .navbar-toggle .icon-bar {
        background: #3385ff none repeat scroll 0 0;
        border-radius: 0px;
        display: block;
        height: 3px;
        width: 20px;
    }
    .navbar-toggle {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .menu-area ul li a {
        color: #1f2b92;
        font-size: 20px;
        padding: 5px 20px!important;
        display: inherit;
    }
    ul.dropdown-menu::before {
        display: none;
    }
    ul.dropdown-menu {
        background: #3385ff none repeat scroll 0 0;
        padding: 0 10px;
    }
    .logo-area {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        text-align: center;
    }
    .banner-area ul li {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        width: 32%;
    }
    .banner-area ul li::before {
        height: 2px;
        right: -19px;
        top: 48%;
        width: 26%;
    }
    .banner-area h1::before {
        display: none
    }
    .banner-area h1::after {
        display: none
    }
    .banner-area h1 {
        font-size: 17px;
        letter-spacing: 0px;
    }
    .banner-area h2 {
        font-size: 17px;
    }
    .banner-area ul {
        margin-bottom: 20px;
    }
    .banner-area a {
        background: #1f2b92 none repeat scroll 0 0;
        border: 1px solid #3385ff;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        padding: 10px 10px;
        width: 100%;
    }
    .banner-area {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .power-email-area {
        display: none;
    }
    .service-icon {
        line-height: 60px;
        width: 60px;
    }
    .service-text {
        width: 100px;
    }
    .service-text h3 {
        font-size: 15px;
    }
    .service-text a {
        font-size: 9px;
    }
    .single-service {
        min-height: 110px;
    }
    .advertising-text h2 {
        font-size: 23px;
    }
    .advertising-text p {
        line-height: inherit;
    }
    .icon-details {
        display: block;
        margin: 0 auto -50px;
        position: relative;
        text-align: center;
        z-index: 999;
    }
    .reach-retarget {
        padding-top: 80px;
    }
    .no-bot-guar {
        padding-top: 80px;
    }
    .marketing-layers {
        padding-top: 80px;
    }
    .better-results {
        padding-top: 80px;
    }
    .service-links h2 {
        font-size: 25px;
    }
    .service-links a {
        font-size: 12px;
    }
    .feedback-details h3 {
        font-size: 18px;
    }
    .feedback-details {
        font-size: 16px;
        padding: 95px 10px;
    }
    .feedback-details .bx-wrapper .bx-pager {
        bottom: -125px;
        padding-top: 0;
    }
    .contact-form h3 {
        font-size: 20px;
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        margin-bottom: 20px;
        margin-right: 0;
        outline: 0 none;
        padding-left: 20px;
        width: 100%;
    }
    .contact-form input[type="submit"] {
        width: 100%;
    }
    .details-hover {
        background: transparent;
        opacity: 1;
        visibility: visible;
    }
    .details-hover a {
        background: #3385ff none repeat scroll 0 0;
        border: 1px solid #cfcfcf;
        color: #fff;
        font-size: 15px;
        margin-top: 51%;
    }
    .advertising-text {
        padding: 0 15px;
    }
    .single-widget h3 {
        font-size: 16px;
        display: inline;
        cursor: pointer
    }
    .single-widget h3::before {
        background: rgba(0, 0, 0, 0) url(../images/caret-icon.png) no-repeat scroll 0 0;
        content: "";
        height: 14px;
        position: absolute;
        right: -19px;
        top: 4px;
        width: 14px;
    }
    .single-widget ul li a {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .destop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .footer-bottom-area {
        font-size: 6px;
        padding: 10px 0;
    }
    .footer-bottom-area .col-xs-3 {
        border-left: 1px solid #fff;
    }
    .single-widget ul {
        display: none;
    }
    .socil-widget.socil-widget ul {
        display: block;
    }
    .socil-widget.single-widget h3 {
        cursor: inherit;
    }
    .socil-widget.single-widget h3::before {
        display: none;
    }
    .single-widget {
        margin-bottom: 10px;
    }
    .navbar-nav {
        margin: 0;
		padding: 0 0 16px;
    }
    .work-us-area a {
        float: left;
    }
    .padding-left-0 {
        padding-left: 15px;
    }
    .padding-right-0 {
        padding-right: 15px;
    }
    .close {
        right: 0;
    }
    .header-top {
        padding: 10px 0;
    }
    .login-access ul li a {
        font-size: 10px;
        display: block;
    }
    .single-service {
        height: 64px;
        min-height: 50px;
        padding: 0;
    }
    .service-icon {
        width: 30%;
        text-align: left;
        padding-left: 3px;
    }
    .service-icon img {
        width: 30px;
    }
    .cusBNT {
        padding-top: 0px;
    }
    .service-text {
        width: 70%;
        text-align: center;
    }
    .service-text h3, .service-text a {
        width: 50%;
        display: block;
        /* height: 10%; */
        float: left;
        font-size: 6pt;
        padding: 20px 0
    }
    .service-text a {
        font-size: 12px;
    }
    .callnow{
        font-size: 7pt !important;
        padding: 23px 0 !important;
    }
    .icon-details {
        width: 60%;
    }
    .details-hover a {
        margin-top: 80%;
    }
    .single-widget a.footer-link {
        max-width: 150px;
    }
    .page-sidebar {
        max-width: 450px;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-sidebar .single-service {
        width: 100%;
    }
    .seb-banner-area h1 {
        font-size: 24px;
        letter-spacing: 15px;
    }
    .seb-banner-area {
        padding: 50px 0;
        background-size: cover!important;
    }
    .single-testimonials-area {
        margin-bottom: 30px;
    }
    .bradecome {
        display: none;
    }
    .single-post h3 {
        font-size: 18px;
    }
    .single-post {
        min-height: auto;
        margin-bottom: 30px;
    }
    .title a {
        font-size: 20px;
    }
    .faq-area h1 {
        font-size: 18px;
    }
    .panel.single-faq {
        font-size: 20px;
    }
    .min-contact-form input[type=submit] {
        width: 100%;
    }
    .contant-page-area h1 {
        font-size: 35px;
    }
    span.contact-text {
        font-size: 15px;
    }
    .min-contact-form textarea {
        height: 140px;
    }
    .map-area {
        margin-top: 15px;
    }
    .private-label-area h1 {
        font-size: 23px;
    }
    .private-label-area h4 {
        font-size: 18px;
    }
    .work-us-area h2 {
        font-size: 20px;
        text-align: center;
    }
    .button.see-more {
        float: left;
    }
    a.requset {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .private-label {
        margin-top: 20px;
    }
    button.see-more {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        width: 100%;
        max-width: 350px;
        font-size: 18px;
    }
    .private-lavel-posts h2 {
        font-size: 23px;
    }
    .private-single-post h3 {
        font-size: 23px;
        margin-top: 20px;
    }
    .work-us-area a {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        width: 100%;
        max-width: 350px;
        font-size: 18px;
        text-align: center
    }
    .data-hygeine-area h2 {
        font-size: 23px;
    }
    .issues h5 {
        font-size: 18px;
    }
    .issues ul li {
        width: 100%;
    }
    .work-us-area h3 {
        font-size: 23px;
        text-align: center;
    }
    .suppression-area h2 {
        font-size: 23px;
    }
    .employee-benefits-heading h2 {
        font-size: 30px;
    }
    .emp-bene-text {
        border: 0px;
        padding: 0px;
    }
    .emp-bene-text h2 {
        font-size: 23px;
    }
    .opportunities-area h2 {
        font-size: 23px;
    }
    .opportunitie-text a {
        font-size: 16px;
        padding: 15px;
        margin-top: 0px;
    }
    .single-method {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 280px;
        height: 280px;
    }
    #optimize-email {
        left: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        top: 0;
    }
    #email-deployment {
        right: 0;
        top: 0;
    }
    #campaign-performance {
        margin-top: 20px;
        right: 0;
        top: 0;
    }
    #optimize-email::before {
        bottom: 0;
        right: 25px;
        top: auto;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        z-index: -1;
    }
    #target-audience::before {
        bottom: 0;
        top: auto;
        right: 25px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    #campaign-performance::before {
        left: 25px;
        top: 22px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .single-email-enhanced h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .email-enhanc-area {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    #use-eye img {
        margin: 0 auto;
    }
    .single-login {
        height: 100px;
        padding: 3px 8px;
        width: 100px;
    }
    .single-login img {
        max-height: 25px;
    }
    .single-login h3 {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .single-login a {
        border: 1px solid #e9e9e9;
        font-size: 10px;
        margin-top: 0;
        max-width: 67px;
        padding: 0;
    }
    .login-area h2 {
        font-size: 23px;
        margin-bottom: 0px;
    }
    .login-form h3 {
        font-size: 18px;
    }
    .single-setp h3 {
        font-size: 23px;
    }
    .step-area {
        padding: 20px 0;
    }
    .back {
        display: block;
    }
    button.read-more {
        width: 100%;
        margin: 0px;
        min-width: auto;
    }
    .date {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .blog-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mobile-login-area {
        display: block;
    }
    .navegation-area {
        display: none;
    }
    .conumer-area h2 {
        font-size: 23px;
    }
}