@media (min-width: 1800px) {
    .container {
        max-width: 1440px !important;

    }

}

@media (min-width: 1201px) and (max-width: 1800px) {
    .sub-heading {
        font-size: 38px;
        line-height: 66px;
    }

    ul.navbar-nav li {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #000;
    }

    ul.navbar-nav li a {
        font-size: 15px
    }

    ul.navbar-nav li:last-child a i {
        width: 30px;
        height: 30px
    }

    .sub-heading {
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 1rem
    }
}

@media (max-width: 1200px) {
    a.navbar-brand {
        height: 75px;
    }

    ul.navbar-nav li:last-child a i {
        width: 30px;
        height: 30px
    }

    ul.navbar-nav li {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #000;
    }

    ul.navbar-nav li a {
        font-size: 14px
    }
}

@media (max-width:991px) {

    .open_menu,
    .close_icon {
        display: block;
    }

    .header-banner-wrapp {
        background-color: #eb2d42;
        padding: 6px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .fixed-header {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        background-color: #eb2d42;
    }

    .navbar-toggler .fa.fa-bars {
        color: #fff;
        font-size: 2rem;
    }

    .bg-home {
        padding-top: 0
    }

    .navbar-toggler {
        background: rgba(255, 255, 255, 0.2);
        outline: 0;
        box-shadow: none;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav li {
        padding-right: 0;
        margin-right: 0;
        border-right: 0 !important;
        margin: 10px 0;
    }

    div#navbarCollapse {
        border-top: 1px solid #fff;
        padding-top: 20px;
        margin-top: 15px;
    }

    ul.navbar-nav li a {
        padding: 0;
        color: #ffffff !important;
        font-size: 20px;
        font-weight: 600;
    }

    a.navbar-brand {
        height: 65px;
    }

    .blank-bg,
    .banner {
        display: none;
    }

    /*.feture-section .row .col-sm-6.col-md-6.col-lg-3:nth-child(2n + 2) .future-items {
        border-right: 1px solid #fff;
    }*/

    .d-flex.ad-wrapp-main {
        flex-direction: column;
    }

    .d-flex.ad-wrapp-main .advertising-left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .d-flex.ad-wrapp-main .advertising-right {
        margin-left: 0;
    }

    section#portfolio .container {
        max-width: 100%;

    }

    #portfolio .portfolio-item {
        width: 26%
    }

    .row.portfolio-container.no-gutters {
        width: 100%;
        padding: 20px;
    }

    .d-flex.align-items-center.contact-details-wrapp.w-100.justify-content-between {
        flex-direction: column;
    }

    .item-contact.contact-right {
        border-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .d-flex.align-items-center.contact-details-wrapp.w-100.justify-content-between div {
        flex: 1;
        width: 100%;
        text-align: center;
    }

    .item-contact.contact-left h3 {
        margin-bottom: 20px;
    }

    .mobile-show {
        display: block;
        padding: 200px 100px;
    }

    .left-video {
        border: 1px solid #000;
        border-radius: 10px;
        min-height: 400px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .left-video i {
        font-size: 30px;
        color: #fff;
    }

    h1.mob-banner-text {
        font-size: 4rem;
        font-weight: 600;
        color: #830b0d;
        line-height: 1.4rem;
    }

    h1.mob-banner-text p {
        position: relative;
        display: inline-block;
        font-size: 4rem;
        font-weight: 600;
        color: #830b0d;
    }

    h1.mob-banner-text p:after {
        content: '';
        position: absolute;
        right: -15px;
        top: 52px;
        width: 10px;
        height: 10px;
        background: #830b0d;
        border-radius: 50%;
        display: inline-block;
    }

    .right-content-disclaimer {
        height: auto;
    }

    .copywright-left p {
        font-size: 14px;
    }

    /*.left-img-disclaimer {
    height: 600px;
}*/
    .left-img-disclaimer img {
        width: 100%;
        /*object-fit: cover;*/
        height: auto;
    }

    .right-content-disclaimer {
        background: #cc2539;
        padding: 35px 28px;
        margin-left: 0;
    }

    /*.future-items.text-center {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }*/

    .d-flex.ad-wrapp-main h3.sub-heading.people-say {
        min-height: 75px;
    }

    .d-flex.ad-wrapp-main div p {
    font-size: 20px;
    width: 100%;
}

    ul.navbar-nav li {
        display: block;
        text-align: left;
        width: 100%;
        padding-left: 15px;
        margin-right: 0;
    }

    /*.img-wrapp-disclaimer.mob-future {
        padding: 50px 0;
        background: #830b0d;
        margin: 50px 0;
    }*/


    /*blog section*/
    .right-blog-dtls {
        margin-top: 20px;
    }

    .right-blog-dtls p {
        font-size: 1rem;
    }

    .left-blog-dtls h3 {
        font-size: 24px;
        margin-top: 12px;
    }

    .left-blog-dtls h4 {
        font-size: 22px;
        font-family: 'helvetica';
    }

    .blog-shape {
        padding: 30px 0;
    }

    .row.blog-item-wrapp {
        padding: 30px 0;
        border-bottom: 1px solid #333;
    }

    /*end*/
    .achievements-section h1 {
        font-size: 2.5rem;
        margin: 50px 0;
        letter-spacing: 2px;
        line-height: 50px;
    }

    ul.achievements-list.list-inline li a {
        font-size: 18px;
    }

    ul.achievements-list.list-inline li {
        margin-right: 1rem;
        border-right: 2px solid #000;
        line-height: 1;
        padding-right: 1rem;
    }

    /*end*/
    .achievements-section.media-area h1 {
        margin: 30px 0;
    }

    .media-item-wrapp {
        margin-bottom: 30px;
    }

    .media-item-wrapp h3 {
        font-size: 16px;
    }

    /*end*/
    .privacy-section h1,
    .client-speak-section h1 {
        font-size: 2.5rem;
        letter-spacing: 2.5px;
        margin-bottom: 20px;
    }

    .privacy-section {
        background: #ededee;
        padding: 30px 0;
    }

    .client-speak-section {
        padding-top: 30px;
    }

    .privacy-section p,
    .client-speak-text {
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
    }

    .fixed-icon-area {
        width: 15%;
    }

    .financial-plan-area .col {
        width: 100%;
        display: contents;
    }

    .disclaimer-section {
        width: 100%;
    }



}

@media (min-width: 768px) and (max-width: 991px) {

.left-video {
    min-height: 230px;
}
h1.mob-banner-text p {
    font-size: 3rem;
    line-height: 60px;
}
h1.mob-banner-text p:after {
    top: 38px;
}
.disclaimer-content h3.sub-heading.color-yellow {
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 0 15px;
}
.heading-disclaimer h2 {
    margin-bottom: 3rem;
}
.right-content-disclaimer p {
    font-size: 26px;
}
.future-items.text-center h3.sub-heading {
    font-size: 2rem;
    line-height: 3rem;
}

.d-flex.ad-wrapp-main div p {
    font-size: 34px;
    width: 100%;
    line-height: 48px;
}



}

@media (max-width:767px) {

    p,
    a {
        font-size: 14px
    }

    button.close_icon {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .sub-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .mobile-show {
        display: block;
        padding: 100px 20px;
    }

    h1.mob-banner-text p {
        position: relative;
        display: inline-block;
        font-size: 2rem;
        font-weight: 600;
        color: #830b0d;
    }


    h1.mob-banner-text p:after {
        top: 12px;
        right: -12px;
        width: 8px;
        height: 8px;
    }

    .heading-disclaimer h2 {
        letter-spacing: 4.7px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .big-sub {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .left-appointment h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .appointment-area .row {
        flex-direction: column-reverse;
    }

    .select-cons {
        display: block;
    }

    .right-appointment {
        display: flex;
        flex-direction: row-reverse;
    }

    .right-appointment img {
        height: 150px;
    }

    .right-appointment h3 {
        font-size: 22px;
    }

    .right-appointment p {
        font-size: 15px;
    }

    .name-pro {
        margin-right: 20px;
    }

    .date-area {
        background-position: left;
        margin-top: 110px;
    }

    ul.tabs li {
        padding: 10px;
        margin: 8px 10px 8px 0;
        width: 28%;
    }

    form.details-share {
        width: 100%;
    }

    .select-date input#birthday {
        width: 15%;
    }

    .share-pro {
        display: none;
    }

    .meeting-purpose {
        background-position: left;
    }

    .proceed-area a {
        font-size: 35px;
    }

    .thank-cont h3 {
        word-spacing: 6px;
        letter-spacing: 0px;
    }

    .social-icons {
        float: right;
        margin-top: 5px;
        display: none;
    }
    .internationally-area.second-goal .row.align-items-center {
    flex-direction: column-reverse;
}

    .left-inter-cont h3 {
        font-size: 34px;
    }

    .left-inter-cont h4 {
        font-size: 22px;
        margin: 12px 0;
    }

    .pro-image img {
        margin-top: 30px;
    }

    .inner-business {
        margin-top: 30px;
    }

    .about-head-more h3 {
        font-size: 40px;
    }

    .news-img {
        margin-top: 30px;
    }

    .left-privacy h3 {
        font-size: 50px;
    }

    .right-privacy {
        margin-top: 40px;
    }

    .right-privacy p {
        font-size: 27px;
        line-height: 36px;
    }

    .bg-color-contact {
        padding: 30px;
    }

    .right-powered {
        display: flex;
        justify-content: end;
        margin-top: 38px;
    }

    .right-contact-form h3 {
        font-size: 45px;
    }

    .thats-me-cont h3 {
        font-size: 45px;
    }

    .slider-gap button.owl-prev span {
        top: 62px;
        left: 0;
    }

    .slider-gap button.owl-next span {
        top: 62px;
        right: 0;
        width: 50px;
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        position: absolute;
    }

    .slider-gap-2nd button.owl-prev span {
        top: 50px;
        left: 0;
    }

    .slider-gap-2nd button.owl-next span {
        top: 50px;
        right: 0;
        width: 50px;
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        position: absolute;
    }

    .slider-gap-3rd button.owl-prev span {
        top: 50px;
        left: 0;
    }

    .slider-gap-3rd button.owl-next span {
        top: 50px;
        right: 0;
        width: 50px;
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        position: absolute;
    }

    .slider-gap .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slider-gap-2nd .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slider-gap-3rd .row {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ab-left-content p {
        word-break: break-word;
    }
.ad-logo-wrapp span.color-yellow {
    font-size: 20px;
}

.img-wrapp-disclaimer img {
    height: 50px;
}
a.navbar-brand img {
    height: 44px;
}
#portfolio .portfolio-item figure img {
    height: 100px;
}


}

@media (max-width:575px) {

    .sub-heading,
    .more-right-main h2 {
        font-size: 24px;     
        line-height: 30px;
    }
    .left-video {
        border: 1px solid #000;
        border-radius: 10px;
        min-height: 100px;
    }
    .row.align-items-center .col-5 {
        padding: 0;
    }

h1.mob-banner-text p {
    font-size: 1.62rem;
}
.mobile-show {
    padding: 100px 20px 40px;
}
.right-content-disclaimer p {
    font-size: 17px;
}
.d-flex.ad-wrapp-main>div {
    padding: 80px 20px;
}








}