@media(max-width:1440px) {

    body,
    html {
        overflow-x: hidden
    }

    body {
        position: relative
    }

    nav ul li a {
        font-size: 16px !important
    }

    .details_right ul li a {
        font-size: 14px
    }

    .banner_bottom p {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px
    }

    .home_section1_bottom h1 {
        font-size: 28px
    }

    .home_sec2_bottom2 a {
        font-size: 20px
    }

    .feedback-form {
        top: 20%
    }

    .custom-inp-txt {
        height: 70px;
        font-size: 12px
    }

    .custom-inp {
        height: 28px;
        font-size: 12px
    }

    .feedback_form_area_inner form .form-group label {
        font-size: 14px
    }

    .feedback_form_area_inner .form-group {
        margin-bottom: 10px
    }

    .feedback-form-btn {
        width: 190px;
        font-size: 18px;
        left: -116px
    }

    .page-header {
        padding: 20px 30px 10px 30px
    }
}

@media(max-width:1366px) {
    header {
        width: 95%
    }

    .banner_bottom p {
        width: 90%;
        font-size: 18px
    }

    .footer_bottom {
        width: 95%
    }

    .home_section1_bottom h1 {
        font-size: 25px
    }

    .h3_heading,
    .h3_heading2,
    .h_sec_heading {
        font-size: 25px
    }

    .online_sec h2 {
        font-size: 22px
    }

    .nav>li>a {
        padding: 0
    }
}

@media(max-width:1199px) {
    .container {
        width: 100%;
        padding: 0 20px
    }

    header {
        width: 95%
    }

    .logo a img {
        width: 150px
    }

    nav ul li a {
        font-size: 14px !important
    }

    .home_section1_bottom h1 {
        font-size: 25px
    }

    .banner_bottom p {
        font-size: 16px
    }

    .home_sec2_bottom2 a {
        font-size: 18px
    }

    .address_left p,
    .address_right p {
        font-size: 13px
    }

    .footernav_sociallinks {
        width: 75%
    }

    .footerlogo_social_wrap {
        width: 205px;
        float: none;
        position: static;
        text-align: center;
        margin: 0 auto
    }

    .footerlogowrapper {
        float: none
    }

    .social {
        float: none;
        position: static;
        right: 0;
        bottom: 5px;
        padding-top: 15px
    }

    .footernav_sociallinks {
        width: 100%;
        float: left;
        padding-top: 15px
    }

    .online_sec h2 {
        font-size: 20px
    }

    .port_section1 h3 {
        font-size: 21px
    }

    .services_text p {
        font-size: 12px
    }

    .footernav ul {
        text-align: center;
        float: none
    }

    .footernav ul li {
        float: none;
        display: inline-block
    }

    .footernav p {
        text-align: center
    }

    .footerlogowrapper a img {
        margin: 0 auto
    }
}

@media(max-width:991px) {
    .footer_left {
        padding-bottom: 15px
    }

    .page-header {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        padding: 20px 10px 10px 10px;
        z-index: 1;
        width: 100%;
        margin: 0 auto
    }

    h1,
    h2 {
        font-size: 25px !important
    }

    nav {
        width: 100%;
        float: left;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none
    }

    nav ul.menu {
        width: 100%;
        height: 100vh;
        float: right;
        position: fixed;
        background: url(../images/content_bg.jpg);
        padding-top: 80px;
        opacity: .9;
        z-index: 99999;
        right: -100%;
        top: 0;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        padding-left: 0
    }

    nav .menu.menu-open {
        right: 0
    }

    nav ul li {
        float: none !important;
        text-align: left;
        display: block;
        text-align: center;
        line-height: normal;
        padding: 0;
        margin: 0;
        padding-left: 0 !important
    }

    nav ul li a {
        display: block !important;
        padding: 5px 0;
        font-size: 18px;
        color: #fff
    }

    #nav-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        right: 0;
        top: 65px;
        z-index: 999999
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        border-radius: 8px;
        width: 90%;
        background: #000;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon span:nth-child(1) {
        top: 0
    }

    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 10px
    }

    #nav-icon span:nth-child(4) {
        top: 21px
    }

    #nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000
    }

    #nav-icon.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%
    }

    .details_right ul {
        padding-top: 10px;
    }

    nav .menu.menu-open .home_section1_bottom h1 {
        font-size: 22px
    }

    body {
        font-size: 14px !important
    }

    .home_testi_sec2 {
        width: 250px;
        margin: 0 auto;
        padding-bottom: 30px
    }

    .contact_us_home {
        padding-bottom: 70px
    }

    .contact_us_bottom2 {
        width: 64%
    }

    .contact_us_bottom>img {
        padding-bottom: 20px;
        position: relative;
        bottom: -80px
    }

    .footernav ul {
        text-align: center
    }

    .footernav ul li {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .details_right {
        float: right;
        position: absolute;
        width: 100%;
        right: 10px;
        top: 0
    }

    .logo {
        position: relative;
        z-index: 9999
    }

    .all_services_head_txt>img {
        display: none
    }

    .logo_des_sec1_right {
        padding-left: 0
    }

    .footernav p {
        padding-top: 15px
    }

    .port_main_sec {
        padding-bottom: 30px
    }

    .port_main_sec span {
        font-size: 18px
    }

    .quote_sec_bottom form {
        width: 90%;
        margin-top: 30px
    }

    .quote_sec_bottom form .form-group2 button {
        font-size: 16px
    }

    .home_blog_sec2 ul li {
        width: 50%;
        padding-bottom: 20px
    }

    .h3_heading,
    .h3_heading2,
    .h_sec_heading {
        font-size: 22px
    }

    .details_right ul>li:last-child {
        padding-top: 8px
    }

    .nav>li:last-child {
        padding-top: 0 !important
    }

    .navbar-toggle {
        border: 1px solid #ddd
    }

    .navbar-toggle .icon-bar {
        background: #000
    }

    .latest-blog {
        top: 0;
        margin: -60px 0 0 180px
    }

    .h_sec_heading span {
        padding: 0
    }

    .buttonarea {
        margin: 40px auto 0 auto
    }

    .port1_bottom img,
    .port1_bottom11 img {
        height: 150px
    }

    .banner_bottom {
        position: static
    }
}

@media(max-width:767px) {

    h1,
    h2 {
        font-size: 22px !important
    }

    .benefits_area .all_benefits .single_benefits {
        width: 49%
    }

    .whyus_content h3 {
        font-size: 18px
    }

    .home_section1_bottom h1 {
        font-size: 20px
    }

    .h3_heading,
    .h3_heading2,
    .h_sec_heading,
    .port_section1 h3 {
        font-size: 20px
    }

    .home_section2_bottom {
        width: 300px;
        margin: 0 auto 30px;
        height: 250px
    }

    .banner_bottom p {
        width: 100%
    }

    .contact_us_bottom>img {
        opacity: 0
    }

    .panel-title {
        font-size: 15px
    }

    .home_sec2_bottom2 a {
        font-size: 16px
    }

    .contact_us_bottom2 {
        width: 100%
    }

    .address_left p,
    .address_right p {
        text-align: center
    }

    .address_left,
    .address_right {
        width: 100%
    }

    .logo_des_sec1_bottom h4 {
        text-align: center
    }

    .logo_des_sec1_bottom img {
        width: 350px;
        margin: 40px auto
    }

    .logo_des_sec1_right h4 {
        text-align: left
    }

    .audio_you_sec2 img {
        margin: 0 auto;
        display: block
    }

    .port_main_sec span {
        font-size: 16px
    }

    .caree h4 {
        font-size: 16px;
        line-height: 22px
    }

    .logo_design_sec1_bottom>ul li {
        width: 50%
    }

    .website_design_bottom>ul li {
        width: 100%
    }

    .for_mob_ser {
        display: block
    }

    .for_desk_ser {
        display: none
    }

    .services_main {
        width: 50%
    }

    .banner_bottom {
        position: static
    }

    .banner_bottom p {
        line-height: 22px;
        font-weight: 700
    }

    .panel-title>a {
        line-height: 22px
    }

    header {
        margin: 10px auto
    }

    .details_right ul {
        padding-bottom: 10px
    }

    .logo_design_sec1_bottom h1 {
        font-size: 18px
    }

    .logo_design_sec1_bottom h2 {
        font-size: 18px;
        line-height: 24px
    }

    h2,
    h3 {
        line-height: 24px
    }

    .cpatcha_code {
        display: none
    }

    .logo_des_inside_bottom img {
        margin: 40px 0
    }

    .logo_des_inside_bottom .logo_des_details p {
        width: 20%
    }

    .quote_link2 li:last-child {
        float: left !important;
        padding-left: 20px
    }

    .details_right {
        top: 10px
    }

    .home_section1_bottom h3 {
        font-size: 20px
    }
}

@media(max-width:639px) {
    .banner_bottom {
        position: static
    }

    .contact_us_bottom>img {
        display: none
    }

    .contact_us_home {
        padding-bottom: 50px
    }

    .contact_us_bottom2 {
        position: static;
        transform: inherit
    }

    .address_left,
    .address_right {
        width: 100%;
        background: 0;
        padding: 5px 0
    }

    .footernav p {
        text-align: center
    }

    .footernav ul li {
        padding: 0 5px
    }

    .details_right ul li a {
        font-size: 11px
    }

    .logo {
        padding-top: 20px
    }

    .details_right ul li a img {
        height: 30px
    }

    .faq_sec_bottom .panel-body p,
    .faq_sec_bottom .panel-body ul li {
        font-size: 14px
    }

    .quote_sec_bottom form {
        width: 100%;
        padding: 30px 15px
    }

    .quote_sec_bottom form .form-group input {
        width: 60%;
        float: right
    }

    .quote_sec_bottom form .form-group textarea {
        width: 60%;
        float: right
    }

    .quote_sec_bottom form .form-group label {
        width: 36%;
        float: left
    }

    .quote_sec_bottom form .form-group2 button {
        font-size: 14px
    }

    .services_text p {
        font-size: 10px
    }

    header {
        margin: 15px auto
    }

    .details_right {
        top: 5px
    }

    .online_sec55 h2 {
        font-size: 14px
    }

    .g-recaptcha {
        width: 60%;
        float: right
    }

    .g-recaptcha iframe {
        width: 100%
    }

    .side_button input {
        font-size: 16px
    }

    #request_form .g-recaptcha {
        width: 100%;
        float: left
    }

    .details_right ul li {
        position: relative;
        z-index: 9999
    }
}

@media(max-width:479px) {

    h1,
    h2 {
        font-size: 20px !important
    }

    .container {
        padding: 0 15px
    }

    body {
        font-size: 14px !important
    }

    .banner_bottom p {
        font-size: 14px
    }

    .home_section1_bottom h1 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 30px
    }

    .logo_des_sec1_bottom h4 {
        font-size: 18px
    }

    .h3_heading,
    .h_sec_heading,
    .port_section1 h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 10px 30px 10px
    }

    .h3_heading2 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px 20px 0
    }

    .home_section2_bottom {
        width: 100%
    }

    .panel-title {
        font-size: 14px
    }

    .footernav p {
        line-height: 22px
    }

    .footernav ul {
        float: none;
        padding-bottom: 15px
    }

    .footernav ul li {
        width: 32%
    }

    .feedback-form-btn {
        width: 185px;
        font-size: 18px;
        left: -114px
    }

    .feedback_form_area_inner {
        width: 250px
    }

    .details_right ul li {
        padding-left: 18px;
        padding-bottom: 5px
    }

    .logo {
        padding-top: 40px
    }

    .faq_sec_bottom .panel-body p,
    .faq_sec_bottom .panel-body ul li {
        font-size: 12px
    }

    .caree h4 {
        font-size: 17px
    }

    #nav-icon {
        top: 60px
    }

    .logo_design_sec1_bottom h4 {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 22px
    }

    .portfolio_sec {
        width: 100%
    }

    .port1_bottom {
        margin-bottom: 30px
    }

    .logo a img {
        width: 120px
    }

    .bottom_menu ul li a {
        font-size: 12px;
        padding: 15px 4px
    }

    .logo_des_details p {
        width: 100%;
        float: none
    }

    .bottom_menu ul li {
        padding-bottom: 15px
    }

    .logo_design_sec1_bottom h5 {
        font-size: 18px;
        line-height: 22px
    }

    .bottom_menu ul li a {
        font-size: 12px
    }

    .port_main_sec span {
        font-size: 16px
    }

    .caree h4 {
        font-size: 15px;
        line-height: 22px
    }

    .logo_design_sec1_bottom>ul li {
        width: 100%
    }

    .quote_sec_bottom form .form-group label {
        width: 100%;
        float: none
    }

    .quote_sec_bottom form .form-group input {
        width: 100%;
        float: none
    }

    .quote_sec_bottom form .form-group textarea {
        width: 100%;
        float: none
    }

    .quote_sec_bottom form .form-group2 button {
        font-size: 12px
    }

    .seo_quote_sec img {
        height: 100px
    }

    .bottom_menu ul li a {
        font-size: 12px
    }

    .home_blog_sec2 ul li {
        width: 100%
    }

    .details_right ul {
        padding-left: 0
    }

    .details_right ul li:nth-child(3) {
        padding-left: 70px
    }

    .details_right ul li:last-child {
        padding-top: 10px
    }

    .details_right ul li:nth-child(2) {
        -webkit-padding-left: 5px
    }

    .online_sec h4 {
        font-size: 18px;
        line-height: 22px
    }

    .footernav p {
        font-size: 12px
    }

    .buttonarea .newbtn {
        padding: 10px 20px
    }

    .details_right ul {
        padding-top: 0
    }

    .port1_bottom img,
    .port1_bottom11 img {
        height: auto
    }

    .home_blog_sec2 ul li a img {
        height: auto
    }

    .details_right {
        top: 5px
    }

    .designrush_sec {
        font-size: 10px
    }

    footer {
        padding-bottom: 15px
    }
}

@media(max-width:350px) {
    .footernav ul li {
        width: 40%
    }

    .details_right ul {
        padding-left: 0
    }

    .details_right ul li {
        padding-left: 15px
    }

    .details_right ul li:last-child {
        padding-left: 10px;
        padding-top: 5px
    }

    .details_right ul li a {
        font-size: 9px
    }

    .details_right ul li:nth-child(2) {
        padding-left: 10px
    }
}