/*@media screen and (min-width: 1366px) {
    .container{max-width: 1250px;}
}*/
@media only screen and (max-width: 1366px) {
    .mainHeader {
        width: 100%;
        border-radius: 0px;
    }
    .top-banner-section {
        padding-top: 0px;
    }
    ul.navbar-nav .nav-item a.nav-link {
        font-size: 14px;
        padding: 28px 8px;
    }
    .mainHeader ul.navbar-nav li.nav-item.useraccunt {
        margin-left: 8px;
    }
    li.nav-item.useraccunt .nav-link.account {
        padding: 7px 14px;
    }
    .dropdown-menu-category {
        top: 69px;
        min-width: 160px;
    }
    .sliderContent h1 {
        font-size: 55px;
        line-height: 62px;
    }
    .card-bxs {
        height: 255px;
    }
    .card-bxs h5.card-title {
        font-size: 16px;
    }
    .howWorks .card-bxs .card-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1140px) {
    .mainHeader {
        width: 100%;
        border-radius: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99;
    }
    .top-banner-section {
        height: 510px;
        padding-top: 0px;
    }
    body {
        padding-top: 80px;
    }
    .howWorks .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media only screen and (max-width: 1024px) {
	h5.content-heading {
  	  font-size: 40px;
  	  line-height: 45px;
   	 padding-right: 0px;
	}
    ul.navbar-nav .nav-item a.nav-link {
        font-size: 12px;
        padding: 28px 6px;
    }
    .sectionHeding h2 {
        font-size: 26px;
    }
    .title-lable {
        font-size: 18px;
    }
    .itm-iconbox a {
        font-size: 14px;
    }
    h4.instructor-course {
        font-size: 18px;
    }
    .footerContent p {
        font-size: 12px;
    }
    .mainFooter h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .footerSocial li a {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .sliderContent h1 {
        font-size: 44px;
        line-height: 56px;
    }
.btn {
    font-size: 16px;
    padding: 10px 16px;
    height: auto;
}
.section-title {
    font-size: 28px;
    line-height: 38px;
    padding-right: 0px;
}
.stats-card-item {
    padding: 15px 15px;
    width: 262px;
}
p.stats-card-data {
    font-size: 35px;
    margin-bottom: 6px;
}
.stats-card-desc {
    font-size: 16px;
}
.dedicated-card {
    width: 260px;
}
.dedicated-card h4 {
    font-size: 15px;
    line-height: 22px;
}
.value-skills-title {
    font-size: 16px;
}
img.lazy.skills-image {
    width: 45px;
    height: 45px;
}
.value-skills-item {
    width: 46%;
    gap: 0px;
}
card-bxs h5.card-title {
    font-size: 16px;
}
.paragraph-text {
    font-size: 14px;
}
.get-started-slug-section .section-title {
    font-size: 28px;
    line-height: 35px;
}
.get-started-slug-section .paragraph-text {
    font-size: 16px;
}
.get-started-slug-section {
    height: auto;
    padding: 50px 30px;
}
.banner-card {
    left: 60%;
}
}


@media only screen and (max-width: 991px) {
    .top-banner-section {
        height: 424px;
        background-attachment: inherit;
    }
    .mainSlider {
        padding: 150px 0 50px !important;
    }
    .sliderContent h1 {
        font-size: 38px !important;
    }
    .howWorks .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .mainHeader ul.navbar-nav li.nav-item.useraccunt {
        margin-left: 0px;
    }
    .card-bxs {
        height: 196px;
    }
    .hidden-mobile {
        display: none;
    }
    .logintempWrap {
        padding: 100px 20px 0px;
    }
    html {
        overflow-x: hidden;
    }
    body {
        padding-top: 0;
        overflow-x: hidden;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    
    nav#mainNav .nav-item {
        padding: 15px 0;
        border-bottom: solid 1px #e4e7ee;
    }
    nav#mainNav .nav-item {
        padding: 0 0;
    }
    nav#mainNav .nav-item>a {
        padding: 15px 0;
        color: #000;
    }
    .dropdown {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .dropdown i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid rgb(228 231 238);
        font-size: 14px !important;
        color: #000 !important;
    }
    .dropdownMenu {
        position: static;
        width: 100%;
        flex: 0 0 100%;
        display: none;
    }
    .dropdownMenu {
        box-shadow: none;
        padding-left: 10px;
        background: #000;
    }
    .dropdownMenu li a {
        padding: 12px 0;
        border-bottom: solid 1px #e4e7ee3d;
        /* color: #000 !important; */
    }
    nav#mainNav .nav-item:hover {
        background: transparent !important;
        color: #000 !important;
    }
    nav#mainNav .nav-item:hover>a {
        color: #000 !important;
    }
    nav#mainNav .nav-item:hover i {
        opacity: 1;
    }
    .dropdown.active .dropdownMenu {
        display: block;
        border-radius: 10px;
        opacity: 1;
        transform: scaleX(1);
        transition: top .3s ease 0s,opacity .3s;
    }
   
    .mainHeader.fixedHeader {
        top: 0;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        color: #fff;
        background: #d04a49;
        width: 60px;
        height: 47px;
        font-size: 30px;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 100%;
        left: -0px;
        background: #fff;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-100%);
        transition: all 400ms ease;
    }
    .cross-toggler {
        background: #fff;
        color: #b9b9b9;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #e4e7ee;
        font-size: 20px;
    }
    ul.navbar-nav.ml-auto {
        height: 100%;
        overflow: auto;
        align-items: normal !important;
        justify-content: start !important;
    }
    .dropdown-menu-category {
        top: 65px;
        min-width: 200px;
        left: 16px;
        width: 200px;
    }
    .navbar-toggler {
        padding: 8px 18px;
        background-color: #d04a49;
        border: 1px solid #d04a49;
        color: #fff;
    }
    .mainHeader {
        padding: 14px 0px;
    }
    div#navbarSupportedContent.active {
        left: 100%;
        transition: all 400ms ease;
    }
    body.transform {
        transform: translateX(-320px);
        overflow: hidden;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }
    .overLay.active {
        display: block;
    }
    nav#mainNav {
        padding: 8px 15px;
    }
    .sliderContent h1 {
        font-size: 28px;
        margin: 10px 0;
        line-height: 1.2;
    }
    .sliderContent h3 {
        font-size: 14px;
    }
    .scroller .owl-nav button {
        display: none;
    }
    .sliderContent {
        padding: 0;
    }
    .mainSlider {
        padding: 70px 0 50px;
    }
    .tabBox .nav a {
        font-size: 16px;
        width: 50%;
    }
    .partnersImg {
        width: calc(100% / 5 - 40px);
    }
    .testimonial .item p {
        font-size: 13px;
        line-height: 24px;
    }
    .threeSlider .item {
        width: 100%;
    }
.section-w {
    width: 100% !important;
}
      .banner-card {
        position: inherit !important;
        width: 90%;
        margin: 50px auto 0;
    }
.hero-banner-image {
    padding-top: 40px;
}
.section-w .col-lg-4.col-md-12.col-xs-12 {
    width: 50%;
}
.dedicated-card {
        width: 46%;
    }
.section-w .col-lg-5.col-md-12.col-xs-12 {
    width: 50%;
}
.dedicated-card img {
    width: 100%;
    height: 100%;
}
    .container, .container-md, .container-sm {
        max-width: 95%;
    }
.hero-banner-content {
    padding-top: 50px;
    text-align: center;
}
}
@media(max-width: 767px){
    .howWorks .col-lg-3 {
        width: 100%;
    }
    h4.instructor-course {
        font-size: 16px;
    }
    .title-lable {
        font-size: 16px;
    }
    .itm-iconbox {
        margin-bottom: 14px;
    }
    .sectionHeding h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .sliderContent h1 {
        font-size: 33px !important;
    }
    .offerings {
        padding: 60px 0;
    }
    .tabBox .nav a {
        font-size: 14px;
        width: 50%;
    }

    .partnersImg {
        width: calc(100%/2 - 40px);
    }
    .sectionHeding h2 {
        font-size: 28px;
    }
    .bx{
        padding: 20px;
    }
	

}


/* nadeem */






