html,
body {
    overflow-x: hidden !important;
}

.contact-map {
    padding-block: 15px;
}

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

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

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

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

@media(max-width:1366px) {
    .inner-cont h2 {
        font-size: 24px;
    }

    .blog-sidebar .media .media-body h2 {
        font-size: 18px;
    }
}

@media(max-width:1280px) {
    .blog-sidebar .media .media-body h2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

    .menu-section ul li a{
        font-size: 12px;
    }
    .menu-section ul li{
        margin-left: 8px !important;
    }
    .logo-section img {
        height: 50px;
    }
	
}



@media(max-width:1199px) {

    .container{
        max-width: 100% !important;
    }

    .blog-sidebar .media .media-right img{
        object-fit: contain;
    }

    .blog-sidebar .media .media-right{
        text-align: center;
    }

    .cattab .nav-tabs a {
        margin-right: 15px;
    }

    .cattab .nav-tabs a {
        padding: 10px 20px;
    }

    .header-search .srcform {
        min-width: 200px;
    }

    .slide-blog-box .media .media-body .blog-title {
        font-size: 20px;
    }

    .blog-title {
        font-size: 24px;
    }

    .menu-section ul li {
        margin-left: 30px;
    }

    .about-cont h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .about-video iframe {
        height: 130px;
    }

    .title-section h2 {
        font-size: 26px;
    }

    .cattab .media-body h2 {
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .def-btn a {
        padding: 10px 15px;
    }

    .course-box .course-info h4 {
        font-size: 20px;
        min-height: 36px;
        padding-bottom: 12px;
    }

    .course-box .course-thum img {
        height: 300px;
    }

    .finfo p {
        padding-right: 50px;
    }

    .top-left-slider .owl-nav {
        padding-left: 22%;
    }

    .blog-cont p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-right-slider {
        height: 550px;
    }

    .courses-section {
        padding-bottom: 100px;
    }

    .course-wrap .owl-dots {
        bottom: -85px;
    }

    .inner-cont h2 {
        font-size: 22px;
    }
}

@media(max-width:1024px) {


    .slide-blog-box .blog-thumb img{
        height: 350px;
    }


    .shop-box .course-info h4 {
        min-height: auto !important;
    }

    .course-box .course-info h4 {
        min-height: 62px;
    }

    .course-meta h3 {
        font-size: 18px;
    }

    .course-meta span {
        font-size: 16px;
    }
}

@media(max-width:991px) {

    .error-404{
        padding: 100px 0px;
        background-color: #fff;
    }

    .navbar-toggler .navbar-toggler-icon {
        width: 30px;
        height: 3px;
        background: #f6808a;
        border-radius: 5px;
        position: relative;
    }

    .navbar-toggler .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        top: -8px;
        width: 30px;
        height: 3px;
        background: #f6808a;
        border-radius: 5px;
        right: 0;
    }

    .navbar-toggler .navbar-toggler-icon::before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 30px;
        height: 3px;
        background: #f6808a;
        border-radius: 5px;
        right: 0;
    }

    .navbar-collapse {
        position: absolute;
        right: 0px;
        top: 55px;
        background: rgb(232, 228, 224);
        min-width: 160px;
        z-index: 9;
    }

    .right-header {
        position: absolute;
        right: 90px;
    }

    .menu-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .menu-section ul li {
        margin-left: 0px;
    }

    .menu-section ul li a {
        padding: 10px 10px 10px 25px;
        display: inline-block;
        width: 100%;
    }

    .cat-section .container,
    .courses-section .container,
    .product-section .container,
    .footer-section .container {
        max-width: 95%;
    }

    .cattab .nav-tabs a {
        font-size: 13px;
    }

    .course-box .course-info h4 {
        font-size: 18px;
    }

    .blog-home [class*="col-"]:nth-child(even) .media .media-body {
        order: 2;
        padding-right: 0px;
        padding-left: 30px;
    }

    .blog-home [class*="col-"]:nth-child(even) .media .media-right {
        order: 1;
    }

    .inner-cont h2 {
        font-size: 20px;
    }

    .side-course {
        flex-wrap: wrap;
    }

    .side-course .media-body {
        flex: 0 0 100%;
        order: 2;
    }

    .side-course .media-right {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .recent_blog .media {
        flex-wrap: wrap;
    }

    .recent_blog .media .media-body {
        flex: 0 0 100%;
        order: 2;
    }

    .recent_blog .media .media-right {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .blog-sidebar .media .media-right img {
        height: 150px;
    }

    .blog-sidebar .media .media-body h2 {
        padding-bottom: 5px;
    }

    .single-blog-wrap h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width:820px) {
    .finfo p {
        padding-right: 0px;
    }

    .footer-middle .row [class*="col-"]:nth-child(2) {
        padding-left: 30px;
    }

    .cattab .nav-tabs a {
        padding: 10px 15px;
    }
}

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

@media(max-width:768px) {
    .slide-blog-box .media {
        padding: 15px;
    }

    .collaborate-pic{
        margin-top: 15px;
    }

    .slide-blog-box .media .media-body {
        padding-right: 20px;
    }

    .slide-blog-box .media .media-right img {
        height: 90px;
    }

    .slide-blog-box .media .media-body .blog-title {
        font-size: 18px;
    }

    .blog-date a {
        font-size: 13px;
    }

    .video-title h3 {
        font-size: 14px;
        padding-bottom: 18px;
    }

    .secpadd {
        padding: 50px 0px;
    }

    .cattab .nav-tabs a {
        padding: 8px 15px;
    }

    .logo-section img {
        height: 60px;
    }

    header.headerMain {
        padding: 10px 0px;
    }

    .top-right-slider {
        height: 555px;
    }

    .slide-blog-box .blog-thumb img {
        height: 400px;
    }

    .blog-date {
        font-size: 12px;
    }

    .title-section h2 {
        font-size: 24px;
    }

    .course-box .course-info h4 {
        font-size: 18px;
        height: auto;
        padding-bottom: 12px;
    }

    .about-cont h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .courses-section {
        padding-bottom: 100px !important;
    }

    .inner-cont {
        padding: 30px 0px 30px 0px;
    }

}

@media(max-width:767px) {
    .slide-cont-inn {
        padding-left: 30px;
    }

    .blog-title {
        font-size: 24px;
        line-height: normal;
    }

    .top-left-slider .owl-nav {
        padding-left: 0;
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .top-left-slider {
        margin-right: 0px;
    }

    .top-right-slider {
        height: 475px;
    }

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

    .about-section .container {
        max-width: 95%;
    }

    .about-video iframe {
        height: 350px;
    }

    .about-section .row:nth-child(1) {
        grid-row-gap: 25px;
    }

    .video-title {
        margin-top: 15px;
    }

    .secpadd {
        padding: 40px 0px;
    }

    .cattab .media-right img {
        height: 200px;
    }

    .def-btn.mt-5 {
        margin-top: 30px !important;
    }

    .def-btn a {
        padding: 8px 15px;
        font-size: 12px;
    }

    .title-section h2 {
        font-size: 22px;
    }

    .course-box .course-thum img {
        height: 300px;
    }

    .product-section .course-box .course-thum img {
        object-fit: contain;
    }

    .footer-logo {
        padding: 30px 0px;
    }

    .footer-middle .row [class*="col-"]:nth-child(2) {
        padding-left: 65px;
    }

    .footer-middle .row [class*="col-"]:nth-child(4) {
        margin-top: 15px;
        padding-left: 65px;
    }

    .footer-middle .row [class*="col-"]:nth-child(1) .ftr-box {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .footer-middle .row [class*="col-"]:nth-child(3) .ftr-box {
        padding-right: 30px;
    }

    .ftr-box h2 {
        line-height: normal;
    }

    .inner-cont h3 {
        font-size: 20px;
    }

    .sidebar-title {
        margin-top: 30px;
    }

    .contact-box.right {
        margin-top: 15px;
    }

    .cattab .media-body p {
        margin-bottom: 20px;
    }

}

@media(max-width:736px) {
    .cattab .nav-tabs a {
        margin-right: 10px;
    }
}

@media(max-width:684px) {
    .cattab .nav-tabs a {
        padding: 7px 11px;
    }

    .about-image img {
        height: 320px;
    }

    .title-section h2 {
        padding-bottom: 25px;
    }
}

@media(max-width:667px) {
    .secpadd {
        padding: 30px 0px;
    }

    .collec-box {
        height: 320px;
    }

    .footer-middle {
        padding: 30px 0px;
    }

    .cattab .media-body h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .cattab .nav-tabs a {
        font-size: 12px;
    }
}

@media(max-width:600px) {
    .cattab .nav {
        justify-content: center;
        grid-row-gap: 15px;
    }
}

@media(max-width:575px) {

    .courses-section {
        padding-bottom: 85px !important;
    }

    .footer-middle .row [class*="col-"]:nth-child(2) {
        padding-left: 40px;
    }

    .footer-middle .row [class*="col-"]:nth-child(4) {
        margin-top: 15px;
        padding-left: 40px;
    }

    .course-box .course-info h4 {
        font-size: 16px;
    }

    .right-header {
        display: none;
    }

    .inner-cont h3 {
        font-size: 18px;
    }

    .sidebar-title {
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .top-right-slider {
        padding: 0 15px;
    }

    .slide-cont-inn {
        padding-left: 15px;
    }

    .blog-title {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .top-left-slider .owl-nav {
        padding-left: 6%;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .about-cont h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .title-section h2 {
        font-size: 20px;
    }

    .cattab .media-body h2 {
        font-size: 16px;
    }

    .cattab .media-right {
        width: 150px;
    }

    .cattab .media-right img {
        width: 100%;
        height: 190px;
    }

    .cattab .nav-tabs a {
        padding: 6px 12px;
        margin-right: 12px;
    }

    .slide-blog-box .blog-thumb img {
        height: 325px;
    }

    .flex-section {
        margin-bottom: 15px;
    }

    .product-section .title-section {
        padding-bottom: 15px;
    }

    .subscribe-wrap input[type="submit"] {
        padding: 9px 15px;
    }

    .title_breadcrumb span h1 {
        font-size: 18px;
    }

    p,
    .inner-cont p {
        font-size: 13px;
    }

    .bread-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .bread-wrapper h1 {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .bread-wrapper .breadcrumb_bottom {
        flex: 0 0 100%;
        width: 100%;
    }

    .breadcrumb_bottom ul {
        justify-content: center;
    }

    .blog-box .blog-info .blog-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .footer-middle .row [class*="col-"]:nth-child(2) {
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-middle .row [class*="col-"]:nth-child(3) {
        padding-left: 15px;
        padding-right: 0px;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    .footer-middle .row [class*="col-"]:nth-child(4) {
        padding-left: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-box input[type="submit"] {
        padding: 8px 15px;
        font-size: 14px;
    }

    .inner-cont h3 {
        font-size: 20px;
    }
}

@media(max-width:414px) {
    .slide-blog-box .media .media-body .blog-title {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .blog-date a {
        font-size: 12px;
    }

    .about-video iframe {
        height: 270px;
    }

    .about-image img {
        height: 220px;
    }

    .cat-section .container,
    .courses-section .container,
    .product-section .container,
    .footer-section .container {
        max-width: 100%;
    }

    .slide-blog-box .media .media-right img {
        height: 130px;
    }

    .blog-home [class*="col-"]:nth-child(even) .media .media-body {
        padding-left: 20px;
    }

    .course-wrap {
        padding: 30px 15px;
    }

    .def-btn a {
        padding: 7px 10px;
        font-size: 11px;
    }

    .subscribe-wrap form {
        flex-wrap: wrap;
    }

    .subscribe-section {
        padding-bottom: 80px;
    }

    .subscribe-wrap input[type="submit"] {
        padding: 9px 15px;
        position: absolute;
        bottom: -55px;
        left: 15px;
    }

    .about-video-outer iframe {
        max-width: 750px;
        height: 220px;
    }
}

@media(max-width:412px) {
    .slide-blog-box .media {
        flex-wrap: wrap;
    }

    .slide-blog-box .media .media-body {
        flex: 0 0 100%;
        order: 2;
    }

    .slide-blog-box .media .media-right {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .slide-blog-box .media .media-right img {
        height: 180px;
    }

    .top-right-slider {
        height: 345px;
    }

    .cattab .nav {
        justify-content: flex-start;
    }

    .blog-home .media {
        flex-wrap: wrap;
    }

    .blog-home .media .media-body {
        flex: 0 0 100%;
        order: 2;
    }

    .blog-home .media .media-right {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .slide-blog-box .media {
        padding: 15px 0px;
    }
}

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

@media(max-width:375px) {
    .cattab .nav {
        grid-row-gap: 10px;
    }

    .course-wrap {
        padding: 20px 15px;
    }

    .title-section h2 {
        font-size: 18px;
    }
}

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

@media(max-width:320px) {
    .slide-blog-box .blog-thumb img {
        height: 250px;
    }

    .about-cont h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}
