/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

.header-area, .testimonial-bg-1, .dealer-block {
    background-size: auto;
}
.logo img {
    padding-top: 7px;
}
.header-area .cbp-af-header.cbp-af-header-shrink .logo img {
    max-height: 55px;
    padding-top: 0px;
}
.main-menu li a {
    font-size: 13px;
}
.section-title h2 {
    font-size: 30px;
}
.top-area h1 {
    font-size: 45px;
    line-height: 1.2;
}
.top-area p {
    font-size: 17px;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.about-us-section .chipsofic-icon-btn {
    margin-bottom: 30px;
}
.contact-info-block {
    margin-top: 25px;
    text-align: center;
}
.dealer-block, .dealer-block .section-title h1, .dealer-block .chipsofic-subtitle, .newsletter-block .section-title {
    text-align: center;
}
.dealer-application, .pricing-table-item {
    margin: 30px auto 0px auto;
    width: 85%;
}
.header-area .cbp-af-header {
    height: auto;
    padding-bottom: 20px;
}
.logo img {
    width: 300px;
}
.logo h1 {
    display: block;
}
.header-area .cbp-af-header.cbp-af-header-shrink {
    padding-bottom: 7px;
}
.header-area .cbp-af-header.cbp-af-header-shrink .logo img {
    display:none;
}
.main-menu ul {
    text-align: center;
}
.main-menu li a {
    padding: 5px 13px;
}
.header-area .cbp-af-header.cbp-af-header-shrink .main-menu li a {
    padding: 5px 13px;
}
.newsletter input[type="text"] {
    margin-bottom: 10px;
}
.newsletter-block {
    background-position: center bottom;
}
.top-area {
    padding: 28% 0 14.5%;
}
.top-area h1 {
    font-size: 45px;
    line-height: 1.2;
}
.top-area p {
    font-size: 17px;
}
.top-area .btn {
    font-size: 17px;
    padding: 12px 30px;
}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.about-us-section .chipsofic-icon-btn {
    margin-bottom: 30px;
}
.about-us-section, .about-us-section h1, .about-us-section h2 {
    text-align: center;
}
.about-us-section img {
    max-height: 330px;
    width: auto;
}
.contact-info-block {
    margin-top: 25px;
    text-align: center;
}
.chipsofic-icon-btn {
    padding: 15px 30px;
}

.chipsofic-counter-area {
    margin-top: 25px;
}
.chipsofic-subtitle {
    line-height: 1.2;
    margin-top: 10px;
}
.dealer-block, .dealer-block .section-title h1, .dealer-block .chipsofic-subtitle, .newsletter-block .section-title {
    text-align: center;
}
.dealer-application, .pricing-table-item {
    margin: 30px auto 0px auto;
    width: 85%;
}
.header-area .cbp-af-header {
    height: auto;
    position: relative;
}
.logo img {
    width: 170px;
}
.main-menu {
    display: none;
}
.newsletter-block {
    background-position: center bottom;
}

.newsletter input[type="text"] {
    margin-bottom: 10px;
}
.responsive-menu-wrap {
    display: block;
    position: fixed;
    right: 15px;
    top: 1.5%;
    z-index: 99;
}
.responsive-menu-wrap .slicknav_menu {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.responsive-menu-wrap .slicknav_menu:hover {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.review-stars.text-right, .circle-testimonial-item p, .testimonial-slider-wrapper h4 {
    text-align: center;
}
.section-title h1 {
    font-size: 40px;
}
.single-chips-item {
    margin-bottom: 25px;
}
.slicknav_nav a {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding: 8px 25px;
}
.slicknav_nav a:hover {
    background: #e52233;
    border-radius:0px;
}
.slicknav_nav {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.slicknav_btn {
    background-color: transparent;
}
.top-area h1 {
    font-size: 30px;
    line-height:1.2;
}
.top-area {
    padding: 8% 0 14.5%;
}
.top-area p {
    font-size: 17px;
}
.top-area .btn {
    font-size: 17px;
    padding: 12px 30px;
}
}
    
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

.responsive-menu-wrap {
    top: 5%;
}
.logo img {
    width: 300px;
}
.top-area h1 {
    font-size: 45px;
}
}