/*col-lg*/
/*laptop or medium pc*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .banner-txt h1 {
        font-size: 55px;
        line-height: 70px;
    }
}

/*as col-md*/
/*tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*========== global style ==========*/
    .heading p {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== header section ==========*/
    /* .header-2 class for home page two(2) */
    .header .bottom-header .logo img {
        width: 110px;
    }
    .header.header-2 .bottom-header .logo img {
        width: 110px;
    }
    .header .bottom-header button {
        float: right;
        font-size: 22px;
        padding: 15px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header.header-2 .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none;
    }
    /*========== banner section ==========*/
    .banner {
        padding-top: 112px;
    }
    .banner .banner-txt {
        padding: 100px 0;
    }
    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 45px;
        margin-top: -12px;
    }
    /*========== feature section ==========*/
    .feature .single-box {
        padding: 25px 15px;
    }
    /*========== about section ==========*/
    .about .part-txt .title p {
        font-size: 18px;
    }
    .about .part-txt .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== service section ==========*/
    .service {
        padding-top: 0;
        padding-bottom: 30px;
    }
    /*========== home service section ==========*/
    .home-service {
        padding: 60px 0;
    }
    .home-service .part-txt {
        text-align: center;
    }
    .home-service .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-service .part-img {
        display: none;
    }
    /*========== why choose section ==========*/
    .why-choose {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    /*========== team section ==========*/
    .team {
        padding-bottom: 30px;
    }
    .team .single-box {
        margin-bottom: 30px;
    }
    /*========== testimonial section ==========*/
    .testimonial {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .testimonial:before, .testimonial:after {
        top: 50%;
        width: 100%;
        height: 50%;
    }
    .testimonial .comment-area {
        padding: 0;
    }
    .testimonial .comment-area .title {
        text-align: center;
    }
    .testimonial .comment-area .title p {
        font-size: 18px;
    }
    .testimonial .comment-area .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial .video-area {
        padding-top: 70px;
    }
    /*========== pricing section ==========*/
    .pricing {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .pricing .single-box {
        margin-bottom: 30px;
    }
    /*========== fun fact section ==========*/
    .fun-fact {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .fun-fact .single-box {
        margin-bottom: 30px;
    }
    .fun-fact .single-box .icon {
        width: 40px;
    }
    .fun-fact .single-box .txt h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .fun-fact .single-box .txt p {
        font-size: 16px;
    }
    /*========== blog section ==========*/
    .blog {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .blog .single-blog {
        margin-bottom: 30px;
    }
    .blog .single-blog .part-txt {
        padding: 15px 10px;
    }
    .blog .single-blog .part-txt a {
        font-size: 20px;
    }
    .blog .single-blog .part-txt ul {
        margin-bottom: 0;
    }
    /*========== subscribe section ==========*/
    .subscribe .part-txt {
        padding: 60px 40px;
    }
    .subscribe .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
    }
    /*========== contact section ==========*/
    .contact {
        padding: 60px 0;
    }
    .contact form input {
        height: 40px;
    }
    .contact form textarea {
        height: 100px;
        padding: 10px 20px;
    }
    /*========== footer section ==========*/
    .footer .main-footer {
        padding: 60px 0;
    }
    .footer .main-footer .footer-txt {
        margin-bottom: 30px;
    }
    .footer .main-footer .links {
        margin-bottom: 30px;
    }
    .footer .main-footer .links h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .links ul {
        margin-bottom: 0;
    }
    .footer .main-footer .address h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .social h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /*========== global style ==========*/
    .heading p {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== header section ==========*/
    /* .header-2 class for home page two(2) */
    /* top header */
    .header .top-header .top-left ul {
        flex-direction: row;
        justify-content: space-around;
    }
    .header .top-header .top-right {
        display: none;
    }
    /* bottom header */
    .header .bottom-header .logo img {
        width: 110px;
    }
    .header.header-2 .bottom-header .logo img {
        width: 100px;
    }
    .header .bottom-header button {
        float: right;
        font-size: 22px;
        padding: 15px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header.header-2 .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none;
    }
    /*========== banner section ==========*/
    .banner {
        padding-top: 136px;
        padding-bottom: 0;
    }
    .banner .banner-txt {
        padding: 100px 0;
    }
    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 45px;
        margin-top: -12px;
    }
    /*========== feature section ==========*/
    .feature {
        padding-top: 60px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .feature .single-box {
        padding: 25px 15px;
        width: 320px;
        margin: 0 auto 30px auto;
    }
    /*========== about section ==========*/
    .about .part-txt {
        text-align: center;
        margin-bottom: 40px;
    }
    .about .part-txt .title p {
        font-size: 18px;
    }
    .about .part-txt .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== service section ==========*/
    .service {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .service .single-box {
        padding: 25px 15px;
        width: 320px;
        margin: 0 auto 30px auto;
    }
    /*========== home service section ==========*/
    .home-service {
        padding: 60px 0;
    }
    .home-service .part-txt {
        text-align: center;
    }
    .home-service .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-service .part-img {
        display: none;
    }
    /*========== why choose section ==========*/
    .why-choose {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .why-choose .part-img {
        margin-bottom: 40px;
    }
    .why-choose .part-txt .single-box {
        padding: 25px 15px;
        display: block;
        width: 320px;
        margin: 0 auto 30px auto;
    }
    .why-choose .part-txt .single-box .icon {
        margin: 0;
        margin-bottom: 20px;
    }
    /*========== team section ==========*/
    .team {
        padding-bottom: 30px;
    }
    .team .single-box {
        margin-bottom: 30px;
    }
    /*========== testimonial section ==========*/
    .testimonial {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .testimonial:before, .testimonial:after {
        top: 50%;
        width: 100%;
        height: 50%;
    }
    .testimonial .comment-area {
        padding: 0;
    }
    .testimonial .comment-area .title {
        text-align: center;
    }
    .testimonial .comment-area .title p {
        font-size: 18px;
    }
    .testimonial .comment-area .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial .video-area {
        padding-top: 70px;
    }
    /*========== pricing section ==========*/
    .pricing {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .pricing .single-box {
        width: 320px;
        margin: 0 auto 30px auto;
    }
    /*========== fun fact section ==========*/
    .fun-fact {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .fun-fact .single-box {
        margin-bottom: 30px;
    }
    .fun-fact .single-box .icon {
        width: 40px;
    }
    .fun-fact .single-box .txt h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .fun-fact .single-box .txt p {
        font-size: 16px;
    }
    /*========== blog section ==========*/
    .blog {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .blog .single-blog {
        width: 320px;
        margin: 0 auto 30px auto;
    }
    .blog .single-blog .part-txt {
        padding: 15px 10px;
    }
    .blog .single-blog .part-txt a {
        font-size: 20px;
    }
    .blog .single-blog .part-txt ul {
        margin-bottom: 0;
    }
    /*========== subscribe section ==========*/
    .subscribe .part-txt {
        padding: 60px 20px;
    }
    .subscribe .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
    }
    /*========== contact section ==========*/
    .contact {
        padding: 60px 0;
    }
    .contact form input {
        height: 40px;
    }
    .contact form textarea {
        height: 100px;
        padding: 10px 20px;
    }
    /*========== footer section ==========*/
    .footer .main-footer {
        padding: 60px 0;
    }
    .footer .main-footer .footer-txt {
        margin-bottom: 30px;
    }
    .footer .main-footer .links {
        margin-bottom: 30px;
    }
    .footer .main-footer .links h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .links ul {
        margin-bottom: 0;
    }
    .footer .main-footer .address {
        margin-bottom: 30px;
    }
    .footer .main-footer .address h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .social h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

/*medium mobile device*/
@media only screen and (min-width: 480px) and (max-width: 575px) {
    /*========== global style ==========*/
    .heading p {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== header section ==========*/
    /* .header-2 class for home page two(2) */
    /* top header */
    .header .top-header .top-left ul {
        flex-direction: column;
        align-items: center;
    }
    .header .top-header .top-left ul li {
        margin-right: 0;
    }
    .header .top-header .top-right {
        display: none;
    }
    /* bottom header */
    .header .bottom-header .logo img {
        width: 110px;
    }
    .header.header-2 .bottom-header .logo img {
        width: 100px;
    }
    .header .bottom-header button {
        float: right;
        font-size: 22px;
        padding: 15px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header.header-2 .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none;
    }
    /*========== banner section ==========*/
    .banner {
        padding-top: 136px;
        padding-bottom: 0;
    }
    .banner .banner-txt {
        padding: 100px 0;
    }
    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 45px;
        margin-top: -12px;
    }
    /*========== feature section ==========*/
    .feature {
        padding-top: 60px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .feature .single-box {
        padding: 25px 15px;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== about section ==========*/
    .about .part-txt {
        text-align: center;
        margin-bottom: 40px;
    }
    .about .part-txt .title p {
        font-size: 18px;
    }
    .about .part-txt .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== service section ==========*/
    .service {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .service .single-box {
        padding: 25px 15px;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== home service section ==========*/
    .home-service {
        padding: 60px 0;
    }
    .home-service .part-txt {
        text-align: center;
    }
    .home-service .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-service .part-img {
        display: none;
    }
    /*========== why choose section ==========*/
    .why-choose {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .why-choose .part-img {
        margin-bottom: 40px;
    }
    .why-choose .part-txt .single-box {
        padding: 25px 15px;
        display: block;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .why-choose .part-txt .single-box .icon {
        margin: 0;
        margin-bottom: 20px;
    }
    /*========== team section ==========*/
    .team {
        padding-bottom: 30px;
    }
    .team .single-box {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== testimonial section ==========*/
    .testimonial {
        padding: 60px 0;
    }
    .testimonial:before, .testimonial:after {
        top: 50%;
        width: 100%;
        height: 50%;
    }
    .testimonial .comment-area {
        padding: 0;
    }
    .testimonial .comment-area .title {
        text-align: center;
    }
    .testimonial .comment-area .title p {
        font-size: 18px;
    }
    .testimonial .comment-area .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial .video-area {
        padding-top: 50px;
    }
    /*========== pricing section ==========*/
    .pricing {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .pricing .single-box {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== fun fact section ==========*/
    .fun-fact {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .fun-fact .single-box {
        justify-content: flex-start;
        padding: 0 50px;
        margin-bottom: 30px;
    }
    .fun-fact .single-box .icon {
        width: 40px;
    }
    .fun-fact .single-box .txt h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .fun-fact .single-box .txt p {
        font-size: 16px;
    }
    /*========== blog section ==========*/
    .blog {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .blog .single-blog {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .blog .single-blog .part-txt {
        padding: 15px 10px;
    }
    .blog .single-blog .part-txt a {
        font-size: 20px;
    }
    .blog .single-blog .part-txt ul {
        margin-bottom: 0;
    }
    /*========== subscribe section ==========*/
    .subscribe .part-txt {
        padding: 60px 20px;
    }
    .subscribe .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
    }
    /*========== contact section ==========*/
    .contact {
        padding: 60px 0;
    }
    .contact form input {
        height: 40px;
    }
    .contact form textarea {
        height: 100px;
        padding: 10px 20px;
    }
    /*========== footer section ==========*/
    .footer .main-footer {
        padding: 60px 0;
    }
    .footer .main-footer .footer-txt {
        margin-bottom: 30px;
    }
    .footer .main-footer .links {
        margin-bottom: 30px;
    }
    .footer .main-footer .links h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .links ul {
        margin-bottom: 0;
    }
    .footer .main-footer .address {
        margin-bottom: 30px;
    }
    .footer .main-footer .address h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .social h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

/*small mobile device*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    /*========== global style ==========*/
    .heading p {
        font-size: 18px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== header section ==========*/
    /* .header-2 class for home page two(2) */
    /* top header */
    .header .top-header .top-left ul {
        flex-direction: column;
        align-items: center;
    }
    .header .top-header .top-left ul li {
        margin-right: 0;
    }
    .header .top-header .top-right {
        display: none;
    }
    /* bottom header */
    .header .bottom-header .logo img {
        width: 110px;
    }
    .header.header-2 .bottom-header .logo img {
        width: 100px;
    }
    .header .bottom-header button {
        float: right;
        font-size: 22px;
        padding: 10px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header.header-2 .bottom-header .navbar .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }
    /*========== banner section ==========*/
    .banner {
        padding-top: 136px;
        padding-bottom: 0;
    }
    .banner .banner-txt {
        padding: 100px 0;
    }
    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 45px;
        margin-top: -12px;
    }
    .banner .banner-txt .banner-btn {
        margin-left: 0;
        margin-right: 0;
    }
    /*========== feature section ==========*/
    .feature {
        padding-top: 60px;
        padding-bottom: 30px;
        margin-top: 0;
    }
    .feature .single-box {
        padding: 25px 15px;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== about section ==========*/
    .about .part-txt {
        text-align: center;
        margin-bottom: 40px;
    }
    .about .part-txt .title p {
        font-size: 18px;
    }
    .about .part-txt .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    /*========== service section ==========*/
    .service {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .service .single-box {
        padding: 25px 15px;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== home service section ==========*/
    .home-service {
        padding: 60px 0;
    }
    .home-service .part-txt {
        text-align: center;
    }
    .home-service .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-service .part-img {
        display: none;
    }
    /*========== why choose section ==========*/
    .why-choose {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .why-choose .part-img {
        margin-bottom: 40px;
    }
    .why-choose .part-txt .single-box {
        padding: 25px 15px;
        display: block;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .why-choose .part-txt .single-box .icon {
        margin: 0;
        margin-bottom: 20px;
    }
    /*========== team section ==========*/
    .team {
        padding-bottom: 30px;
    }
    .team .single-box {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== testimonial section ==========*/
    .testimonial {
        padding: 60px 0;
    }
    .testimonial:before, .testimonial:after {
        top: 50%;
        width: 100%;
        height: 50%;
    }
    .testimonial .comment-area {
        padding: 0;
    }
    .testimonial .comment-area .title {
        text-align: center;
    }
    .testimonial .comment-area .title p {
        font-size: 18px;
    }
    .testimonial .comment-area .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial .video-area {
        padding-top: 50px;
    }
    /*========== pricing section ==========*/
    .pricing {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .pricing .single-box {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    /*========== fun fact section ==========*/
    .fun-fact {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .fun-fact .single-box {
        justify-content: flex-start;
        padding: 0 50px;
        margin-bottom: 30px;
    }
    .fun-fact .single-box .icon {
        width: 40px;
    }
    .fun-fact .single-box .txt h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .fun-fact .single-box .txt p {
        font-size: 16px;
    }
    /*========== blog section ==========*/
    .blog {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .blog .single-blog {
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .blog .single-blog .part-txt {
        padding: 15px 10px;
    }
    .blog .single-blog .part-txt a {
        font-size: 20px;
    }
    .blog .single-blog .part-txt ul {
        margin-bottom: 0;
    }
    /*========== subscribe section ==========*/
    .subscribe .part-txt {
        padding: 60px 20px;
    }
    .subscribe .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
    }
    /*========== contact section ==========*/
    .contact {
        padding: 60px 0;
    }
    .contact form input {
        height: 40px;
    }
    .contact form textarea {
        height: 100px;
        padding: 10px 20px;
    }
    /*========== footer section ==========*/
    .footer .main-footer {
        padding: 60px 0;
    }
    .footer .main-footer .footer-txt {
        margin-bottom: 30px;
    }
    .footer .main-footer .links {
        margin-bottom: 30px;
    }
    .footer .main-footer .links h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .links ul {
        margin-bottom: 0;
    }
    .footer .main-footer .address {
        margin-bottom: 30px;
    }
    .footer .main-footer .address h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .main-footer .social h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .footer .copy-right p {
        line-height: 26px;
    }
}