/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1920px) {}


@media (min-width: 1899px) {
    .container {
        max-width: 1700px;
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {}


@media (min-width: 1700px) and (max-width: 1799px) {
    .declare-sec .section-title {
        font-size: 48px;
    }

    .container {
        max-width: 1640px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .declare-sec .section-title {
        font-size: 46px;
    }

    .counter-main {
        right: 100px;
        bottom: 170px;
    }

    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .declare-sec .section-title {
        font-size: 43px;
    }

    .counter-main {
        bottom: 150px;
        right: 100px;
    }

    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .accordion-item .accordion-body {
        padding-right: 200px;
    }

    .footer {
        padding: 60px;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 100px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .declare-sec .section-title {
        font-size: 38px;
    }

    .counter-main {
        bottom: 120px;
        right: 80px;
    }

    .container {
        max-width: 1240px;
    }

    .book-detail ul li,
    .book-detail p,
    .corner-right p {
        font-size: 20px;
        line-height: 28px;
    }

    .accordion-item .accordion-body {
        padding-right: 100px;
    }

    .section-title {
        font-size: 37px;
        line-height: 42px;
    }

    .footer {
        padding: 60px;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 100px;
    }

    .header ul li {
        padding: 0 14px;
    }

    .header ul {
        margin: 0 -14px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .speak-sec .text {
        padding: 70px;
    }

    .declare-sec .section-title {
        font-size: 34px;
    }

    .counter-main {
        bottom: 70px;
        right: 80px;
    }

    .book-detail ul li,
    .book-detail p,
    .corner-right p {
        font-size: 20px;
        line-height: 28px;
    }

    .accordion-item .accordion-body {
        padding-right: 100px;
    }

    .section-title {
        font-size: 37px;
        line-height: 42px;
    }

    .footer {
        padding: 60px;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 100px;
    }

    .header ul li {
        padding: 0 14px;
    }

    .header ul {
        margin: 0 -14px;
    }

    .book-img img {
        max-width: 400px;
    }

    .header .social-icons li {
        padding: 0 6px;
    }

    .header .social-icons {
        margin: 0 -6px;
    }

    .main-banner {
        height: auto;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .speak-sec .text {
        padding: 40px;
    }

    .section-title {
        font-size: 36px;
        line-height: 40px;
    }

    .say-sec .section-title {
        font-size: 60px;
    }

    .main-banner {
        /* height: 600px; */
    }

    .counter-main {
        bottom: 70px;
        right: 10px;
    }

    .book-detail ul li,
    .book-detail p,
    .corner-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-item .accordion-body {
        padding-right: 100px;
    }

    .section-title {
        font-size: 37px;
        line-height: 42px;
    }

    .footer {
        padding: 30px;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .corner-right {
        padding-left: 30px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 0;
    }

    .header ul li {
        padding: 0 8px;
    }

    .header ul {
        margin: 0 -8px;
    }

    .navbar .nav-link {
        font-size: 14px;
        line-height: 14px;
    }

    .header {
        padding: 15px;
    }

    .navbar-brand img {
        width: 136px;
    }

    .book-img img {
        max-width: 400px;
    }

    .header .social-icons li {
        padding: 0 6px;
    }

    .header .social-icons {
        margin: 0 -6px;
    }

    .main-banner {
        height: auto;
    }

    .accordion-item {
        padding: 20px 0;
    }

    .accordion-button {
        font-size: 22px;
    }

    .corner-sec [class*=col-] {
        padding: 0 12px;
    }

    .corner-sec .row {
        margin: 0 -12px;
    }
}



@media (min-width: 768px) and (max-width: 991px) {

    .commit-sec {
        padding: 80px 0 40px;
    }

    .say-sec .section-title,
    .section-title {
        font-size: 22px;
        line-height: 28px;
    }

    .speak-sec .text {
        padding: 30px;
    }

    .speak-sec .section-title {
        padding: 30px 0 0;
    }

    .health-block {
        height: 300px;
    }

    .commit-sec em,
    .commit-sec span {
        font-size: 15px;
        line-height: 17px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }

    .speak-sec ul li {
        font-size: 15px;
        line-height: 20px;

    }

    .main-banner {
        /* height: 450px; */
    }

    .counter-main h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .counter-main {
        bottom: 50px;
        right: 20px;
    }

    .counter-main span {
        font-size: 20px;
        line-height: 20px;
    }


    .book-detail ul li,
    .book-detail p,
    .corner-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-item .accordion-body {
        padding-right: 100px;
    }

    .section-title {
        font-size: 37px;
        line-height: 42px;
    }

    .footer {
        padding: 30px;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .corner-right {
        padding-left: 30px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 0;
    }

    .header ul li {
        padding: 0 4px;
    }

    .header ul {
        margin: 0 -4px;
    }

    .navbar .nav-link {
        font-size: 12px;
        line-height: 12px;
    }

    .header {
        padding: 15px 0;
    }

    .navbar-brand img {
        width: 136px;
    }

    .corner-sec {
        padding: 50px 0 0;
    }

    .how-work {
        background: url(../images/how-bg.webp);
        padding: 30px;
    }

    .book-img img {
        max-width: 400px;
        margin: 0 auto 30px;
        display: block;
    }

    .header .social-icons li {
        padding: 0 3px;
    }

    .header .social-icons {
        margin: 0 -3px 0 5px !important;
    }

    .header .social-icons li a {
        height: 26px;
        width: 26px;
    }

    .main-banner {
        height: auto;
    }

    .accordion-item {
        padding: 20px 0;
    }

    .accordion-button {
        font-size: 22px;
    }

    .corner-sec [class*=col-] {
        padding: 0 12px;
    }

    .corner-sec .row {
        margin: 0 -12px;
    }

}

@media (max-width: 991px) {}


@media (max-width: 767px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        margin: 0;
        z-index: 9998;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
        background: none;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .navbar-toggler .navbar-toggler-icon .toggle-bar {
        position: relative;
        display: block;
        height: 1px;
        width: 100%;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        border-radius: 5px;
        width: 1.5rem;
        margin: 0 auto 4px;
        background: #fff;
        border-radius: 0;
        width: 35px;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
        margin: 0 0 10px;
    }

    .header {
        padding: 0 15px;
        position: relative;
        background: #000;
        top: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-menu.show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-toggler {
        padding: 0;
        width: 32px;
        height: 32px;
        position: relative;
        margin: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        margin-left: auto;
        margin-left: 0;
        background: transparent;
        z-index: 9999;
        border: none;
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar {
        /* background: #fff; */
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:first-child {
        top: 11px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }


    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:nth-child(2) {
        opacity: 0;
    }


    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:last-child {
        top: -11px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .navbar-toggler .navbar-toggler-icon .toggle-bar:last-child {
        margin-bottom: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        transition: transform 0.2s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.8, 0, 0, 1);
        padding: 120px 20px 60px;
        overflow: auto;
        height: 100% !important;
        background-color: #000000;
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        /* z-index: 9999; */
        padding: 134px 26px 30px;

    }




    .navbar-collapse.show {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .navbar-nav {
        margin: 0 !important;
        max-width: 100%;
        width: 100%;
    }


    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        line-height: 24px;
    }

    .commit-sec {
        padding: 80px 0 40px;
    }

    .say-sec .section-title,
    .section-title {
        font-size: 22px;
        line-height: 28px;
    }

    .speak-sec .text {
        padding: 30px;
    }

    .speak-sec .section-title {
        padding: 30px 0 0;
    }

    .health-block {
        height: 300px;
    }

    .commit-sec em,
    .commit-sec span {
        font-size: 15px;
        line-height: 17px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }

    .speak-sec ul li {
        font-size: 15px;
        line-height: 20px;

    }

    .main-banner {
        /* height: 260px; */
    }

    .counter-main h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .counter-main {
        bottom: -70px;
        right: 0;
        text-align: center;
    }

    .counter-main span {
        font-size: 20px;
        line-height: 20px;
    }

    .book-detail ul li,
    .book-detail p,
    .corner-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .accordion-item .accordion-body {
        padding-right: 0;
    }

    .section-title {
        font-size: 24px;
        line-height: 28px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer ul.social-icons li {
        padding: 0 5px;
    }

    .footer .navbar-brand img {
        width: 165px;
        display: block;
        margin: 0 auto;
    }

    .footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 16px 15px;
    }


    .corner-right {
        padding-left: 0;
        padding-top: 30px;
    }

    .footer ul.social-icons {
        margin: 0 -5px;
    }

    .f-right {
        padding-left: 0;
    }

    .header ul li {
        padding: 0 0 15px;
    }

    .header ul {
        margin: 0;
    }

    .navbar .nav-link {
        font-size: 12px;
        line-height: 12px;
    }

    .header {
        padding: 15px 0;
    }

    .navbar-brand img {
        width: 136px;
    }

    .corner-sec {
        padding: 50px 0 0;
    }

    .how-work {
        background: url(../images/how-bg.webp);
        padding: 30px 0;
    }

    .book-img img {
        max-width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

    .book-sec,
    .our-case {
        padding: 25px 0;
    }

    .header .social-icons li {
        padding: 0 3px;
    }

    .header .social-icons {
        margin: 20px auto !important;
    }

    .header .social-icons li a {
        height: 26px;
        width: 26px;
    }

    .main-banner {
        height: auto;
    }

    .accordion-item {
        padding: 20px 0;
    }

    .accordion-button {
        font-size: 22px;
    }

    .corner-sec [class*=col-] {
        padding: 0 12px;
    }

    .corner-sec .row {
        margin: 0 -12px;
    }

}




/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/



@media (max-width: 374px) {}


@media (min-width: 240px) and (max-width: 575px) {}

/*---------- Large Desktop , Large Screen End ----------*/