/* ===================================================================
                            xxl
====================================================================== */

@media only screen and (min-width: 1400px) {}


/*=====================================================================
                             xl
 ====================================================================== */

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    p {
        font-size: 16px;
    }
    /* =header= */
    header#header h2 {
        font-size: 26px;
    }
    /* =hero section= */
    .hero .info h2 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 25px;
    }
    .hero .info p span {
        font-size: 30px;
        line-height: 1.5;
        font-size: 25px;
    }
    .hero .info p {
        line-height: 1.5;
    }
    .main_logo {
        width: 13% !important;
    }
    .row.justify-content-center.matri {
        top: 11%
    }
    /* =get started section= */
    .get-started .content h3 {
        font-size: 26px;
    }
    .get-started .content p {
        font-size: 16px;
    }
    /* =browse profile page= */
    .php-email-form {
        padding: 30px;
    }
    .fullprofile.d-flex.align-items-center {
        width: 75%;
    }
    .php-email-form h3 {
        font-size: 18px;
    }
}


/*=================================================================
                         Tablet Landscape(lg)
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px;
    }
}


/*=================================================================
                        Tablet Portrait (md)
=================================================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 16px;
    }
}


/* ==============================================================
                    Mobile Landscape Size(sm)
================================================================= */

@media only screen and (min-width: 576px) and (max-width: 767px) {}


/*===================================================================
                         All Mobile Sizes 
 ==================================================================== */

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
    }
    section {
        padding: 50px 0;
    }
    /* =hero section= */
    .php-email-form {
        margin: 20px 0;
    }
    .hero .info h2 {
        font-size: 18px;
    }
    .row.justify-content-center.matri {
        width: 100%;
        left: 10px;
    }
    .hero .info p {
        font-size: 16px;
    }
    .hero .info .btn-get-started {
        font-size: 14px;
    }
    .header .logo img {
        max-height: 50px;
    }
    .mobile-nav-show {
        color: #fc9032;
    }
    .hero .info p span {
        font-size: 20px;
    }
    /* =get started section= */
    .get-started .content h3 {
        font-size: 24px;
        margin: 30px 0;
    }
    .get-started .content p {
        font-size: 16px;
    }
    .maharishi_img_content {
        display: initial !important;
    }
    .col-lg-6.d-flex.align-items-center {
        margin-top: 0;
    }
    .get-started .content {
        padding-bottom: 0;
    }
    .maharishi_img_content_text_content {
        margin: 30px 0 0;
    }
    /* =section header= */
    .section-header h2 {
        font-size: 24px;
    }
    .section-header p {
        font-size: 16px;
    }
    .section-header {
        padding-bottom: 20px;
    }
    /* =register page= */
    .register {
        width: 100%;
    }
    /* =match view profile= */
    .contact_buttons {
        display: inline-block !important;
        width: 100% !important;
    }
    .stats-counter .stats-item .contact_buttons button[type=button] {
        float: NONE;
        margin: 10px 0 !important;
    }
    .contact_buttons a {
        margin-left: 0;
    }
    /* =all matches= */
    .match_option ul li {
        display: block;
        padding: 0 0 10px 0;
        border: none;
    }
    .match_option ul li:last-child {
        padding: 0;
    }
    .fullprofile.d-flex.align-items-center {
        width: 100%;
    }
    /* =inner banner= */
    .breadcrumbs h2 {
        font-size: 26px;
    }
    .get-started .content {
        display: block !important;
    }
    .get-started .content img {
        width: 100%;
    }
    .breadcrumbs {
        min-height: auto;
        padding: 110px 0 80px 0;
    }
    .stats-counter .stats-item img {
        margin-bottom: 30px;
    }
    .get-started .content p {
        margin: 10px 0 0 0 !important;
    }
    /* =footer= */
    .footer .footer-content .footer-info h3 {
        font-size: 24px;
    }
    .footer {
        padding: 50px 0;
        text-align: center;
    }
    .footer .footer-content .social-links a {
        width: 25%;
    }
    /* =band band= */
    section.matri-band h1 {
        font-size: 16px;
    }
    /* =abot sangha page= */
    section.abt_sanga p {
        padding: 20px 0 0;
    }
    section.abt_sanga .row_second {
        margin-top: 0;
    }
    section.abt_sanga .row_second {
        margin-top: 0;
    }

    /* ==contct-page== */
    .sectioncont_bg {
        padding: 15px 0px !important;
    }
    p.conleft_address {
        margin: 30px 0px !important;
    }
    p.conright_phone {
        font-size: 16px !important;
    }
    .cls_cont_phone {
        margin-bottom: 30px !important;
    }
    .section_pricing {
        width: 100% !important;
    }

    
    
    .content-inner.detail_page {
        box-shadow: -1px 0px 5px 1px #ffffff !important;
        padding: 25px 10px !important;
        width: 100% !important;
    }
    ul.con_pageullist {
        padding: 0px !important;
    }

    /* ====feed back */
    .feedback-inner.fbdetail_page {      
        width: 100% !important;
        background: #ffffff45 !important;
    }

    .navbar a{
        color: rgb(171 170 170) !important;
    }
}