@media (min-width:992px) and (max-width:1199px) {
    #intro_description h2 {
        font-size: 45px;
        line-height: 45px
    }

    #intro_description h3 {
        font-size: 28px
    }

    #intro_description p {
        font-size: 17px;
        line-height: 23px
    }

    .form_register form {
        margin: 0 15px
    }

    .feature-box-icon i {
        font-size: 40px
    }

    .feature-box-content h5,
    .question p {
        font-size: 15px
    }

    #our-philosophy .img-responsive {
        margin-top: 40px
    }

    .pricing-table ul.features {
        font-size: 15px;
        padding: 5px 15px
    }

    .question p {
        line-height: 23px
    }

    .testimonials p {
        font-size: 21px;
        line-height: 34px
    }
}

@media only screen and (max-width:991px) {

    #cta_button,
    #footer_icons {
        text-align: left !important;
    }

    .titlebar p {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }

    #clients,
    #features,
    #pricing,
    #team,
    #video {
        padding-top: 80px
    }

    #features,
    #pricing {
        padding-bottom: 40px
    }

    #about,
    #faq,
    #portfolio {
        padding-top: 80px;
        padding-bottom: 60px
    }

    #team {
        padding-bottom: 30px
    }

    #clients {
        padding-bottom: 80px
    }

    .navbar-nav>li>a {
        padding: 0 10px
    }

    #intro {
        padding-top: 80px;
        padding-bottom: 100px
    }

    #intro_description h2 {
        margin-top: 0;
        text-align: center
    }

    #intro_description h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px
    }

    #intro_description p {
        font-size: 17px;
        line-height: 23px
    }

    .intro_list,
    p.intro_paragraph {
        padding: 0 12% 0 15%
    }

    #intro_form {
        width: 80%;
        margin-left: 10%
    }

    #our-philosophy .img-responsive {
        margin-top: 60px;
        padding: 0 80px
    }

    #accordion-holder {
        margin-bottom: 60px
    }

    #cta_slogan {
        text-align: center;
        margin-bottom: 10px
    }

    #video_title h2 {
        font-size: 26px
    }

    #video_title p {
        padding: 0 3%
    }

    .testimonials {
        margin: 50px 0
    }

    #newsletter form input[type=email] {
        width: 55%
    }

    #newsletter form input[type=submit] {
        width: 25%
    }

    #footer {
        padding-top: 2px;
        padding-bottom: 2px
    }

    #footer_copy {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 5px
    }
    #offer-section .container.content{
        background-color: #fff;
        padding: 10px;
        box-shadow: none;
    }
}

@media only screen and (max-width:767px) {
    body{
        overflow-x: hidden;
    }

    .navbar-nav>li,
    .navbar-nav>li>a {
        text-align: right
    }

    .navbar-brand {
        padding: 20px 45px
    }

    .navbar-nav {
        border-top: 1px solid #ddd;
        /* background-color: #666564; */
    }

    .navbar-nav>li>a {
        line-height: 40px
    }

    .navbar-toggle {
        margin: 13px 45px 13px 0
    }

    #intro_description h2 {
        font-size: 46px;
        line-height: 46px
    }

    #intro_description h3 {
        font-size: 28px
    }

    #intro_description p {
        font-size: 16px;
        line-height: 22px
    }

    .intro_list,
    p.intro_paragraph {
        padding: 0 15% 0 17%
    }

    #features,
    #portfolio,
    #pricing,
    #team,
    #testimonials-rotator,
    #video {
        padding-left: 15px;
        padding-right: 15px
    }

    #about,
    #faq {
        padding-left: 25px;
        padding-right: 25px
    }

    #promo-banner h1 {
        font-size: 34px;
        line-height: 34px
    }

    #promo-banner h3 {
        font-size: 20px
    }

    .customNavigation {
        right: 30px
    }
    button.btn.fix-link.i-am {
        width: 100%;
    }
    .down {
        position: fixed;
        z-index: 9999;
        bottom: 50%;
        font-size: 28px;
        left: auto;
        right: -81px;
        background: #a58240 !important;
        border: none;
        letter-spacing: 1px;
        border-radius: 0px;
        font-size: 14px !important;
        text-transform: uppercase;
        font-weight: 400;
        outline: none !important;
        transform: rotate(270deg);
    }
    .jumping{
        position: absolute;
        white-space: nowrap;
        animation: floatText 3s infinite alternate ease-in-out;
        font-family: 'Gotham XLight Regular';
        color: #a58240;
        font-size: 18px;
        font-weight: bolder;
    }
    
    @-webkit-keyframes floatText{
      from {
        left: 00%;
      }
      to {
        /* left: auto; */
        left: 17%;
      }
    }
   
    .titlebar1 h1:after, #offer-section h2:after{
        position: absolute;
        content: '';
        height: 5px;
        width: 100px !important;
        background-color: #a58240;
        bottom: -25px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
    }
    #offer-section h2{
        margin-bottom: 50px;
        line-height: 25px;
    }
    .table>tbody>tr>td {
        font-size: 12px;
    }
    #content_wrapper {
        margin-top: 60px !important;
    }
    .mob-d-flex{
        display: flex;
        flex-wrap: wrap;
    }
    .p_heading {
        text-align: center;
    }
    .downloadBrochure{
        width: 100%;
        font-size: 12px;
        padding: 0px;
        background: transparent;
        border: 0px;
    }
    .row.address{
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:480px) {

    .customNavigation,
    .intro_list {
        display: none
    }

    #about,
    #faq,
    #features,
    /* #intro, */
    #portfolio,
    #pricing,
    #team,
    #video {
        padding-left: 10px;
        padding-right: 10px
    }

    .navbar-brand {
        padding: 4px 15px
    }

    .navbar-toggle {
        margin: 13px 20px 10px 0
    }

    #intro {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #intro_description h2 {
        font-size: 38px;
        line-height: 38px
    }

    #intro_description h3 {
        font-size: 22px
    }

    #intro_description p {
        font-size: 16px;
        line-height: 22px
    }

    .nav-tabs>li.active>a, .nav-tabs>li>a, .nav-tabs>li>a:hover {
        border: none;
        font-size: 7px;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .new-title h2 {
        color: #fff !important;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0px;
        letter-spacing: 2px;
    }

    .walkvideo {
        width: 100%;
        height: 300px;
    }


    .sticky {
        bottom: 5px;
        right: 50px;
    }

    .navbar {
        min-height: 0px;

    }


    .amini {
        margin: 14px 0px;

    }

    .amini1 {
        margin: 17px 0px;

    }

    .amini2 {
        margin: 7px 0px;
    }

    .amini3 {
        margin: 4px 0px;

    }

    .logo_size {
        width: 60px;
        margin-top: -4px;
    }

    .design {
        margin-top: 0px;
        width: 100%;
    }

    .design-align {
        display: block;
        margin-left: 0%;
    }

    .team-img-meta h4 {
        margin: 10px;
        font-size: 15px;
    }

    .img-thumbnail {
        display: inline-block;
        width: 100%\9;
        max-width: 50%;
        height: auto;
        line-height: 1.42857143;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .titlebar {
        margin-bottom: 5px;
        text-align: center;
    }

    .titlebar h2 {
        color: #2b164d !important;
        font-weight: 700;
        margin-bottom: 5px;
        letter-spacing: 2px;
        font-size: 20px;
    }

    .new-title {
        margin-bottom: 10px;
        text-align: center;
    }

    .contact-data {
        color: #fff;
        font-size: 14px;
        text-align: left;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .btn-theme {
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 3px;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        letter-spacing: 1px;
    }

    p.intro_paragraph {
        text-align: center;
        padding: 0
    }

    #intro_form {
        width: 100%;
        margin-left: 0
    }

    .form_register form {
        margin: 10px 0
    }

    #intro_form,
    h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .feature-box {
        width: 100%;
        float: none
    }

    #pricing-table-holder .col-xs-6,
    #team-member-holder .col-xs-6,
    .portfolio-item {
        /* width: 100%;
        float: none!important */
    }

    .portfolio-item {
        padding: 0px !important;
    }
    #offer-section {
        margin-top: 40px;
    }

    #promo-banner h1 {
        font-size: 30px;
        line-height: 30px
    }

    #promo-banner h3 {
        font-size: 18px
    }

    #our-philosophy .img-responsive {
        padding: 0
    }

    #pricing-table-holder,
    #team-member-holder {
        padding: 0 10%
    }

    #cta_slogan h2 {
        font-size: 25px;
        line-height: 32px;
        padding: 0
    }

    #cta_slogan p {
        font-size: 16px;
        line-height: 24px;
        padding: 0
    }

    .testimonials p {
        font-size: 18px;
        line-height: 28px;
        padding: 0
    }

    #newsletter form input[type=email] {
        width: 60%;
        font-size: 16px
    }

    #newsletter form input[type=submit] {
        width: 30%;
        font-size: 16px;
        margin-left: 5px
    }

    .message {
        font-size: 16px
    }

    .titlebar1 h1 {
        color: #a58240 !important;
        font-weight: 700;
        margin-bottom: 40px;
        letter-spacing: 2px;
        font-size: 24px;
        font-family: 'Gotham XLight Regular';
        line-height: 24px;
    }

    .content p {
        color: #000;
        font-size: 13px;
        font-family: Gotham XLight Regular;
    }

    .con-data {
        margin-top: 2%;
        font-family: Gotham XLight Regular;
        text-align: center;
    }
}

@media (max-width:320px) {

    #about,
    #faq,
    #features,
    #intro,
    #portfolio,
    #pricing,
    #team,
    #video {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-brand {
        padding: 0px 5px;
    }

    .navbar-toggle {
        margin: 13px 15px 13px 0
    }

    .form_register form {
        margin: 0;
        padding: 10px
    }

    #pricing-table-holder,
    #team-member-holder {
        padding: 0
    }

    #newsletter form input[type=email] {
        width: 55%;
        font-size: 14px
    }

    #newsletter form input[type=submit] {
        width: 40%;
        font-size: 14px;
        margin-left: 2px
    }

    .message {
        font-size: 16px
    }
}
@media (min-width: 1280px) and (max-width: 1536px){
    .navbar-nav>li>a{
        padding-left: 0px  !important;
    }
}
@media(min-width: 1200px){
    .navbar .container{
        max-width: 1440px !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar  .container:before, .navbar .container:after{
        display: none !important;
        content: none !important;
    }
    .navbar-brand {
        height: auto;
    }
}