@media screen and (max-width: 1650px) {
    .header .nv-list a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1450px) {
    .header .nv-list a {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .header .logo img {
        width: 13.484rem;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90%
    }
    /*.sidebar-fixed{ right: 1.5rem; bottom: 6rem; }*/
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: 80%
    }
    /*.sidebar-fixed {right: 1.8rem;bottom: 1.2rem;}
	.sidebar-fixed img {height: 3.6rem;width: 3.6rem;}*/
    .sidebar-fixed a {
        padding: 0.7rem 0;
    }
}

@media only screen and (max-width: 1280px) {
    /*.sidebar-fixed {right: 1.5rem;bottom: 1rem;}
	.sidebar-fixed img {height: 3.4rem;width: 3.4rem;}*/
    .sidebar-fixed a {
        padding: 0.6rem 0;
    }
}

@media screen and (min-width: 1200px) {
    .header .menu-btn {
        display: none;
    }
    .offcanvas-start {
        position: relative !important;
        left: 0;
        visibility: visible !important;
        border: 0;
        width: auto;
        transform: none;
        padding: 0
    }
    .offcanvas-header {
        display: none;
    }
    .offcanvas-body {
        padding: 0;
    }
    .header .nv-list {
        margin: 0 -1.25rem;
    }
    .offcanvas-body {
        overflow-y: unset;
    }
    .speak-box {
        flex-wrap: nowrap !important;
    }
    .offcanvas-body {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1199px) {
    .offcanvas {
        z-index: 9999;
    }
    .offcanvas-header {
        background-color: var(--secondary-color);
        color: var(--white-color)
    }
    .header .btn-close {
        filter: invert(1);
    }
    .header .nv-list {
        margin: 0 !important;
        display: block !important;
    }
    .header .nv-list>li {
        border-bottom: 1px solid #e0e0e0;
    }
    .header .nv-list a {
        padding: .8rem 1rem;
        display: block;
    }
    .offcanvas-start {
        width: 18.75rem;
        transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }
    .header .nv-list>li>a {
        display: flex;
        align-items: center;
    }
    .header .dropdown-toggle:after {
        margin-left: auto;
    }
    .header .dropdown-menu {
        position: relative !important;
        width: 100%
    }
    .offcanvas-body {
        padding: 1rem 0
    }
    .header .dropdown-menu {
        padding: 0 1rem
    }
    .header .nv-list>li:last-child {
        border-bottom: 0;
    }
    header .nv-list .menu-item-has-children .sub-menu {
        padding: 0 1rem !important;
        position: relative !important;
        width: 100% !important;
    }
    .header .nv-list .menu-item-has-children>a:after {
        margin-left: auto !important;
    }
    /*.header .nv-list .menu-item-has-children .sub-menu{ display: block !important; box-shadow: none; }*/
}

@media only screen and (max-width: 1180px) {
    .container-fluid {
        padding: 0 0.938rem
    }
    .header .logo img {
        width: 14rem;
    }
    .header .nv-list a {
        padding: .5rem .8rem;
    }
    /*.header .nv-list {margin: 0 -.8rem!important;}*/
    .carousel-control-next,
    .carousel-control-prev {
        width: 7%;
    }
    #homeslider .carousel-item {
        padding: 9.875rem 6% 12.25rem;
    }
    h1 {
        font-size: 2.6rem;
    }
    .carousel-item h1+p {
        padding-top: .5rem;
    }
    .row.row-wide-60 {
        margin: 0 -.8rem;
    }
    .row.row-wide-60>div {
        padding: 0 .8rem;
    }
}

@media only screen and (min-width: 991px) {
    /*.header .menu-btn{display: none;}
	.offcanvas-start{position: relative!important;left: 0;visibility: visible;border: 0;width: auto;transform: none;padding: 0}
	.offcanvas-header{display: none;}
	.offcanvas-body{padding: 0;}
	.header .nv-list{margin: 0 -1.25rem;}
	.offcanvas-body {overflow-y: unset;}
	.speak-box{flex-wrap: nowrap!important;}
	.offcanvas-body{display: flex;align-items: center;}*/
}

@media only screen and (max-width: 991px) {
    /*.offcanvas {z-index: 9999;}
	.offcanvas-header{background-color: var(--secondary-color);color: var(--white-color)}
	.header .btn-close {filter: invert(1);}
	.header .nv-list {margin: 0!important;display: block!important;}
	.header .nv-list>li{border-bottom: 1px solid #e0e0e0;}
	.header .nv-list a {padding: .8rem 1rem;display: block;}
	.offcanvas-start{width: 18.75rem;transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out; }
	.header .nv-list>li>a{display: flex;align-items: center;}
	.header .dropdown-toggle:after{margin-left: auto;}*/
    .bottom-banner .input-group {
        display: block;
        height: auto;
        overflow: unset;
        padding: 1rem
    }
    .bottom-banner .input-group .form-control,
    .bottom-banner .input-group .form-select {
        width: 100%;
        height: 4rem
    }
    .bottom-banner .input-group .form-control,
    .bottom-banner .input-group .form-select {
        border: 0;
        border-bottom: 1px solid #E9E9E9;
    }
    .bottom-banner .input-group .btn {
        min-width: 1px;
        text-align: center;
        font-size: 1.25rem;
        width: 100%;
        margin: 0 !important;
        border-radius: 0.5rem !important;
        margin-top: -2px !important
    }
    p br {
        display: none;
    }
    /*.header .dropdown-menu{position: relative!important;width: 100%}
	.offcanvas-body{padding: 1rem 0}
	.header .dropdown-menu{padding: 0 1rem}
	.header .nv-list>li:last-child{border-bottom: 0;}*/
    .inner-banner {
        min-height: 13.813rem;
        padding: 7rem 0;
    }
    .inner-banner h1 {
        font-size: 1.8rem;
    }
    .blog-details h1 {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
    .blog-row h2 {
        font-size: 1.6rem;
    }
    .speak-box .right-sec {
        display: none !important;
    }
    .speak-box .left-sec {
        padding: 1.563rem 1rem;
        text-align: center;
    }
    .sec-pd-80 {
        padding: 3rem 0;
    }
    .featuredcourse_link {
        padding-top: 2rem
    }
    .course_list {
        display: block;
    }
    .course_info_part {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem
    }
    .course_details.inner-banner {
        min-height: 21.25rem;
    }
    .course_menus {
        padding: 0;
    }
    .course_block h3 {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }
    .coursedeta_list ul li strong {
        font-size: 1.1rem;
    }
    .sec-pd-60 {
        padding: 2rem 0;
    }
    .explore_course_section {
        display: block;
        text-align: center;
    }
    .explore_course_section span {
        font-size: 1.875rem;
        min-height: 4.125rem;
        background: url("../images/explore_icon.svg") left center no-repeat;
        padding-left: 0;
        padding-top: 4.375rem;
        background-size: 4rem auto;
        background-position: top center;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem
    }
    .searchform {
        border-top: 1px solid #e0e0e0;
        display: block;
        margin-left: 0;
        padding: .8rem 1rem;
    }
    .searchform .sbox,
    .searchform .sbox input {
        width: 100%
    }
    .row.row-wide>div {
        padding: 0 .8rem;
    }
    .row.row-wide {
        margin: 0 -.8rem
    }
    /*header .nv-list .menu-item-has-children .sub-menu{padding: 0 1rem!important;position: relative!important;width: 100%!important;}
	.header .nv-list .menu-item-has-children>a:after{margin-left: auto!important;}*/
    .video-room .call-options ul li {
        padding: 0 1rem;
    }
    .video-room .call-options {
        padding: 1.25rem 3rem;
    }
    .video-room .call-options ul {
        margin: 0 -1rem;
    }
    .video-room {
        height: 65vh
    }
    .video-room .video-self {
        width: 11.438rem;
        height: 15rem;
    }
    .video-room .call-options .call-option-1 {
        height: 3rem;
        width: 3rem;
    }
    .video-room .call-options .call-option-2 {
        height: 3.875rem;
        width: 3.875rem;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 1rem
    }
    .sub-form {
        display: block !important;
    }
    .sub-form .btn {
        margin: auto !important;
        margin-top: 1rem !important
    }
    .subscription-box .form-control {
        height: 3rem
    }
    #homeslider .carousel-item {
        padding: 6.875rem 0 9.25rem;
    }
    h1 {
        font-size: 2rem;
        font-weight: bold;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: .9rem;
    }
    .footer .top-footer h4 {
        margin-top: 1.25rem;
        margin-bottom: .5rem;
    }
    .sec-pd-90 {
        padding: 2.625rem 0;
    }
    .subscription-box {
        padding: 3rem 0;
    }
    .testimonial-slider .item .box-1 {
        padding: 2rem 1.125rem;
    }
    .slider-1-box .info-box {
        padding: 1.8rem 1rem;
    }
    h2.mb-4 {
        margin-bottom: 1rem !important
    }
    #homeslider .carousel-item .container {
        text-align: center;
    }
    .home-banner .btn-sec .btn {
        margin-right: .5rem
    }
    .home-banner .btn-sec .btn:last-child {
        margin-right: 0
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 85%;
        bottom: 4rem;
        top: auto;
    }
    .slider1 .owl-nav {
        position: relative;
        top: auto;
        right: 0;
        font-size: 0;
        left: 0;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    .slider-first h2 {
        text-align: center;
    }
    #homeslider .carousel-item .btn-sec {
        justify-content: center;
    }
    .slider-first {
        margin-bottom: 0
    }
    .sidebar-fixed {
        display: flex;
        align-items: center;
        width: 100%;
        left: 0;
        right: 0;
        justify-content: center;
        background: #2C2C2C;
        bottom: 0;
        padding: 1rem 0
    }
    .sidebar-fixed img {
        height: 3rem;
        width: 3rem;
    }
    .footer .copyright {
        padding-bottom: 6.5rem
    }
    .sidebar-fixed a {
        padding: 0 0.5rem;
    }
    p+br {
        display: none;
    }
    .blog-row h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .blog-row .blog-image {
        height: auto;
    }
    .blog-sidebar-list .image-box {
        height: auto;
    }
    .btn {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    .blog-profile .des {
        display: block !important;
    }
    .sec-pd-70 {
        padding: 2.5rem 0;
    }
    .row.blog-row.row-wide-50.g-0 .col-md-12.pt-3 {
        padding-bottom: 2rem
    }
    .contact-section .white-box-1 {
        padding: 2.5rem 1.5rem;
        border-bottom-left-radius: 0;
    }
    .contact-section .black-box {
        padding: 2.5rem 1.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .white-box-1 h2,
    .contact-section .black-box h2 {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 1.4rem;
    }
    .contact-section .black-box h3 {
        font-size: 1.3rem;
    }
    .contact-section .black-box>ul>li:last-child {
        margin-bottom: 0
    }
    .subscription-box h2 {
        font-size: 1.7rem;
        margin-bottom: 1.2rem;
    }
    .white-box-1.px-0.no-shadow {
        padding: 0;
    }
    .white-box-1 {
        padding: 2.5rem 1.5rem;
    }
    .inner-banner h2 {
        font-size: 1.2rem;
    }
    .inner-banner h1 {
        font-size: 1.6rem;
    }
    .spk-top-box .info-img {
        max-width: 20rem;
        margin: 2rem 0
    }
    .accordion-body,
    .accordion-button {
        padding: .8rem 1rem;
    }
    .accordion-button {
        font-size: 1.2rem
    }
    .us-links h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .course_titlePart h3 {
        font-size: 1.4rem
    }
    .listinfos ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .listinfos ul li {
        width: 50%;
        background: transparent;
        padding: 1.5rem 1rem !important;
        border: 1px solid #f1f1f1;
    }
    .coursedeta_list ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .coursedeta_list ul li {
        width: 50%;
        padding: .6rem 1rem !important;
    }
    .coursedeta_list ul {
        width: auto;
        margin: 0 -1rem
    }
    .course_menus ul {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -2px;
    }
    .course_menus ul li a {
        white-space: nowrap;
    }
    .course_menus ul {
        flex-wrap: wrap;
    }
    .course_menus ul li {
        width: 50%
    }
    .course_menus ul li a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .course_bottom_header {
        display: block;
        position: relative;
    }
    .course_details.inner-banner {
        display: block;
    }
    .course_bottom_header .container {
        display: block;
        justify-content: space-between;
        text-align: center;
        margin-top: 3rem;
    }
    .backbtn_course a {
        margin-bottom: 2rem;
        display: inline-block;
    }
    .titlesubname {
        font-size: 1.6rem
    }
    .maplocation {
        padding-left: 1.5rem;
        background-size: 1rem auto;
    }
    .scores ul {
        flex-wrap: wrap;
    }
    .scores ul li {
        width: 50%
    }
    .img_deatination {
        float: none;
        padding: 1rem 0 2rem;
    }
    .studypage h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .explore_course_section span {
        font-size: 1.4rem;
    }
    .btnsGroups .btn {
        min-width: 140px;
    }
    .box_headerPart {
        padding: 2.5rem 1.5rem;
        margin: -2.5rem -1.5rem 2.5rem -1.5rem;
    }
    .video-room .call-options {
        padding: 1rem 1.5rem;
    }
    .video-room {
        height: 330px;
    }
    .video-room .video-self {
        width: 6.438rem;
        height: 8rem;
        right: 1.5rem;
    }
    .video-room .call-options ul li {
        padding: 0 .5rem;
    }
    .video-room .call-options ul {
        margin: 0 -.5rem;
    }
    .video-room .call-options .call-option-1 {
        height: 2.5rem;
        width: 2.5rem;
    }
    .video-room .call-options .call-option-2 {
        height: 2.875rem;
        width: 2.875rem;
    }
    .img_aboutRight {
        float: right;
        margin: 0 0 20px 0;
        width: 100% !important;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .gallery-box {
        height: auto;
    }
    .header .logo img {
        width: 12rem;
    }
    .blog-details h1 {
        font-size: 1.4rem;
    }
    .blog-details .description-box p,
    .blog-details .description-box ul {
        margin-bottom: 1rem
    }
    .slider-1-box .img-box {
        height: auto;
    }
    .slider-1-box.large .img-box {
        height: auto;
    }
    .slider-1-box.large h3 {
        font-size: 1.2rem;
    }
    .inner-banner {
        min-height: 12.813rem;
        padding: 6rem 0;
    }
    .white-box-1 h2,
    .contact-section .black-box h2 {
        font-size: 1.3rem;
    }
    label {
        font-size: 1rem;
    }
    .form-1 .form-control,
    .form-1 .form-select {
        height: 2.8rem;
        font-size: 1rem;
        padding: .4rem .8rem;
    }
    .us-links {
        padding-left: 1rem;
    }
    .us-links li:before {
        left: -1.4rem
    }
    .us-links li:after {
        left: -1rem
    }
    .course_img_part {
        width: 100%;
    }
    .course_img_part img {
        height: auto;
    }
    .course_titlePart {
        padding-right: 0
    }
    .course_list .btn {
        position: relative;
        margin-top: 1rem
    }
    .course_list {
        padding: 1.875rem 1rem;
    }
    .bottomcourselist div+div {
        margin-left: 0;
        display: block;
    }
    .listinfos ul li {
        width: 100%;
    }
    .course_titlePart h3 {
        font-size: 1.3rem;
    }
    .coursedeta_list ul li {
        width: 100%
    }
    .features_list label {
        width: 100%;
        float: none;
    }
    .features_list {
        display: block;
    }
    .features_list span {
        font-size: 1.125rem;
        max-width: 100%;
        text-align: left;
        font-weight: 300;
        line-height: normal;
        display: block;
        float: none;
    }
    .course_block {
        padding: 1.875rem 1rem;
    }
    .course_menus ul li {
        width: 1000%
    }
    .inner-banner {
        padding: 6rem 0;
    }
    .course_block {
        padding: 1.6rem 1rem;
    }
    .single_form {
        padding: 2rem 1rem;
    }
    .date-icon {
        background-position: right 1rem center;
        padding-right: 2rem !important
    }
    .btnsGroups .btn {
        min-width: 100px;
    }
    .inpussec .row [class*="col-"] {
        width: 50%;
    }
    .inpussec .row [class*="col-"].col-md-4 {
        width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .video-room .call-options {
        margin-right: 9.5rem;
        transform: none;
        left: auto;
        right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1860px) {
    .header .nv-list a {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        font-size: 14px;
    }
}

.menu li a {
    font-size: 1.10rem !important;
}