/*wide screen*/

@media only screen and (min-width: 1200px) {
    .slicknav_menu {
        display: none;
    }
}

/*medium screen*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slicknav_menu {
        display: none;
    }
    .main_menu li a {
        padding: 2px 10px;
    }
    .poptop h1 {
        font-size: 70px;
        ;
    }
    .welcome_txt h1 {
        font-size: 55px;
    }
    .about_title h1 {
        font-size: 45px;
        letter-spacing: 15px;
    }

    .about_item h1 {
        font-size: 30px;
    }
}


/*Tablet screen*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slicknav_menu {
        display: none;
    }
    .main_menu li a {
        padding: 2px 6px;
        font-size: 12px;
    }
    .poptop h1 {
        font-size: 40px;
        margin-left: 20px;
    }
    .welcome_txt {
        font-size: 16px;
    }
    .welcome_txt h1 {
        font-size: 40px;
    }
    .welcome_txt p {
        width: 400px;
    }
    .title {
        font-size: 12px;
    }
    .title h4 {
        font-size: 20px;
    }
    .about_title h1 {
        font-size: 40px;
        letter-spacing: 10px;
    }
    .corner_txt {
        left: -30%;
        top: 12px;
    }
    .about_content h1 {
        font-size: 25px;
    }
    .choose_right {
        padding: 0;
    }
    .choose_item {
        font-size: 14px;
        line-height: 18px;
    }
    .choose_item i {
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .single_choose {
        margin-left: 60px;
        padding: 0 10px;
        font-size: 14px;
    }
    .single_choose h5 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .work_item h1 {
        font-size: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .work_item h2 {
        font-size: 20px;
    }
    .expart_content {
        font-size: 10px;
        padding: 80px 20px;
    }
    .expart_content h4 {
        font-size: 14px;
    }
    .expart_content span {
        margin-bottom: 20px;
    }
    .price_item {
        padding: 30px 15px;
        height: auto;
    }
    .price_item h4 {
        font-size: 20px;
    }
    .price_item h1 {
        font-size: 25px;
    }
    .price_item span,
    .price_list li {
        font-size: 14px;
    }
    .price_item span,
    .price_list li {
        font-size: 14px;
    }
    .price_item .cmn_btn a {
        font-size: 12px;
    }
    .testimonial_slide {
        padding: 30px 0;
    }
    .teestimonial_inner {
        margin-left: 60px;
        padding-right: 50px;
    }
    .purchase_tag h4 {
        font-size: 18px;
    }
    .purchase_btn a {
        font-size: 12px;
    }
    .blog_content {
        line-height: 24px;
        ;
        font-size: 12px;
    }
    .blog_content span {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .blog_content h6 {
        font-size: 14px;
    }
    .info {
        font-size: 12px;
    }
}


/*Mobile screen*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slicknav_menu {
        display: block;
    }
    .logo {
        text-align: center;
    }
    nav {
        display: none;
    }
    .poptop h1 {
        letter-spacing: 5px;
        font-size: 50px;
        margin-bottom: 15px;
    }
    .welcome_txt {
        font-size: 12px;
    }
    .welcome_txt h1 {
        font-size: 30px;
    }
    .welcome_txt p {
        width: 300px;
    }
    .services_left img {
        height: auto;
        margin-bottom: 30px;
    }
    .about_title h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .about_item {
        margin-bottom: 30px;
    }
    .corner_txt {
        left: -38%;
        top: 0px;
    }
    .about_content {
        font-size: 12px;
    }
    .choose_poptop::before {
        display: none;
    }
    .product_menu {
        background-color: #fff;
    }
    .product_content span {
        font-size: 12px;
    }
    .price_item {
        margin-bottom: 30px;
    }
    .work_item {
        margin-bottom: 30px;
    }
    .testimonial_slide {
        padding: 20px 0;
    }
    .teestimonial_inner {
        margin-left: 50px;
        padding-right: 50px;
        font-size: 12px;
    }
    .purchase_btn {
        text-align: center;
    }
}


/*Wide Mobile screen*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slicknav_menu {
        display: block;
        position: relative;
        z-index:9999;
    }
    .logo {
        text-align: center;
    }
    nav {
        display: none;
    }
    .poptop h1 {
        letter-spacing: 5px;
        font-size: 50px;
        margin-bottom: 15px;
    }
    .welcome_txt {
        font-size: 12px;
    }
    .welcome_txt h1 {
        font-size: 30px;
    }
    .welcome_txt p {
        width: 300px;
    }
    .services_left img {
        height: auto;
        margin-bottom: 30px;
    }
    .about_title h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .about_item {
        margin-bottom: 30px;
    }
    .corner_txt {
        left: -22%;
        top: 10px;
    }
    .about_content {
        font-size: 12px;
    }
    .about_content h1 {
        font-size: 30px;
    }
    .choose_poptop::before {
        display: none;
    }
    .product_menu {
        font-size: 12px;
        background-color: #e9e9e9;
    }
    .product_content span {
        font-size: 12px;
    }
    .price_item {
        margin-bottom: 30px;
    }
    .work_item {
        margin-bottom: 30px;
    }
    .testimonial_slide {
        padding: 60px 0;
    }
    .teestimonial_inner {
        margin-left: 70px;
        padding-right: 70px;
        font-size: 16px;
    }
    .purchase_btn {
        text-align: center;
    }
}