@media(min-width: 1200px) and (max-width: 1400px) {
    .header-log-reg ul li a {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 15px 9px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
.mainmenu {
    display: block !important;
}
.header-log-reg {
    flex-basis: 26%;
}
.content-title h2 {
    font-size: 31px;
    line-height: 44px;
}
}


/*---------------------------------------------------
-------------------  Medium device ------------------
----------------------------------------------------*/

@media(min-width: 768px) and (max-width: 991px) {
    /* banner part start */
   .header-course-search {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .header-contact-info {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-right: 0;
    }

    .main-menu-area {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .site-logo {
        -ms-flex-preferred-size: 20%;
        flex-basis: 25%;
    }

    .header-cart {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: right !important;
        padding-right: 100px
    }

    .header-log-reg {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding-right: 100px
    }

    .header-course-search input {
        font-size: 14px;
    }

    .header-course-search span {
        top: 12px;
        right: 14px;
    }

    .header-course-search {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .header-contact-info {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-right: 0;
    }

    .main-menu-area {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .site-logo {
        -ms-flex-preferred-size: 20%;
        flex-basis: 100%;
    }

    .header-log-reg {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding-right: 100px
    }

    .header-course-search input {
        font-size: 14px;
    }

    .header-course-search span {
        top: 12px;
        right: 14px;
    }
       .header-toggle-btn {
        display: block
    }

    .header-top-area,
    .sidebar-content .header-log-reg {
        display: none;
    }
    .header-log-reg {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-right: 100px;
        display: none;
    }

    .main-menu-area {
        display: none;
    }



    .banner_content h2 span.first_part,
    .banner_content h2 span.second_part {
        font-size: 35px;
    }
    .banner_content a.banner_button {
        font-size: 15px;
        padding: 7px 15px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .banner_content {
        padding: 45px 0;
    }

    /* about part start */
    .about {
        padding: 40px 0 50px;
    }
    .section_title h2 {
        font-size: 40px;
    }
    .about .description p {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .custom_button {
        padding: 6px 20px;
        font-size: 15px;
    }
    /* portfolio part start */
    .portfolio {
        padding: 30px 0;
    }
    .portfolio_images ul li.nav-item {
        width: 30%;
        border: 1px solid #ff7200;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }
    .custom_tab_content {
        margin-top: 20px;
    }
    .single_column .long,
    .single_column .long img,
    .single_column .short img,
    .single_column .short{
        height: auto;
    }

    /* client review part start */
    .client_review {
        padding: 30px 0 80px;
    }
    .client_image {
        margin: 30px 0;
    }
    .client_details h2 {
        font-size: 20px;
    }
    .client_details p {
        font-size: 16px;
    }
    .client_experience {
        margin-left: 0;
        padding-top: 15px;
    }
    .client_experience .section_title{
        display: none;
    }
    .client_experience p {
        font-size: 16px;
        color: #ff6f01;
        padding-left: 15px;
        line-height: 30px;
    }
    .client_review .container .owl-nav {
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }


}


@media all and (max-width: 991px) {
   .header-log-reg {
        display: none;
    }
    .header-toggle-btn {
        display: block;
    }

    .banner_content h2 {
        line-height: 40px;
    }
     .banner_content a {
        display: block;
        width: 306px;
    }
     .banner_content a.second_button{
        margin-top: 5px;
     }

     .content-title h2 {
        font-size: 37px;
        line-height: 52px;
    }
    .about-content {
        margin-top: 40px;
    }

    .client-right {
        width: 58%;
        overflow: hidden;
        margin: 0 auto;
        padding-left: 4px;
        transform:none;
    }
    .client-right p {
        font-size: 16px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        padding-top: 10px;
    }

      .login-page {
        height: auto;
        overflow: hidden;
    }
    .login-form {
        height: auto;
        width: 100%;
    }
    .login-image {
        background-position: center !important;
        background-repeat: no-repeat !important; 
    }
    .login-image {
        height: 370px;
        position: relative;
    }
}

/*---------------------------------------------------
-------------------  Small device ------------------
----------------------------------------------------*/

@media all and (max-width: 767px) {
.sidebar-inner {
    padding: 20px;
}
.sidebar-wrap {
    width: 290px;
}
.banner_content a{
    display: inline-block;
}
.banner_content a.second_button{
    margin-top: 10px;
}
.section_title h3 {
    font-size: 31px;
    line-height: 32px;
    font-weight: 900;
    color: #fff;
}
.pt-60 {
    padding-top: 50px;
}
.service-head-text h4 {
    font-size: 23px;
    line-height: 38px;
}
.service-head-text span {
    font-size: 12px;
    display: block;
    color: #A6A6A6;
    font-weight: 700;
}
.service-content {
    background: #17171B;
    margin: -40px 0 0 30px;
    padding: 65px 26px 47px 24px;
}
.section-padding {
    padding: 45px 0;
}
.client_left {
    width: 100%;
    float: none;
}
.client-right {
    width: 100%;
    padding-left: 0px;
    transform: none;
}

}


@media(min-width: 576px) and (max-width: 767px) {
    /* banner part start */
    button.navbar-toggler{
        border: 0;
    }
    #my_nav ul li{
        text-align: center;
    }
    #my_nav ul li a {
        font-size: 17px;
        padding: 10px 25px;
        color: #fff;
    }
    #my_nav ul li a:hover,
    #my_nav ul li.active a{
        color: #000;
    }
    .custom_nav{
        background-color: #fff;
        padding: 10px 20px 10px 10px;
    }
    #my_nav{
        margin: 10px -20px -10px -10px;
        background-color: #ff7200;
        padding: 10px 0;
    }
    a.navbar-brand img{
        height: 40px;
    }
    .banner_content h2 span.first_part,
    .banner_content h2 span.second_part {
        font-size: 35px;
    }
    .banner_content a.banner_button {
        font-size: 15px;
        padding: 7px 15px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .banner_content {
        padding: 45px 0;
    }


    /* about part start */
    .about {
        padding: 40px 0 50px;
    }
    .section_title h2 {
        font-size: 35px;
    }
    .about .description p {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .custom_button {
        padding: 6px 20px;
        font-size: 15px;
    }

    /* portfolio part start */
    .portfolio {
        padding: 30px 0;
    }
    .portfolio_images ul li.nav-item {
        width: 30%;
        border: 1px solid #ff7200;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }
    .custom_tab_content {
        margin-top: 20px;
    }
    .single_column .long,
    .single_column .long img,
    .single_column .short img,
    .single_column .short{
        height: auto;
    }


    /* client review part start */
    .client_review {
        padding: 30px 0 80px;
    }
    .client_image {
        margin: 30px;
    }
    .client_experience {
        margin-left: 0;
        text-align: center;
        padding-top: 15px;
    }
    .client_experience .section_title{
        display: none;
    }
    .client_experience p {
        font-size: 16px;
        color: #ff6f01;
        line-height: 30px;
    }
    .client_review .container .owl-nav {
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .freelancer_details,
    .work_sample{
        padding-top: 30px;
        text-align: center;
    }
    .page-content h1 {
        font-size: 40px;
        line-height: 32px;
        margin-bottom: 12px;
        color: #fff;
        font-weight: 700;
    }

}



/*---------------------------------------------------
-------------------  Extra Small device -------------
----------------------------------------------------*/

@media (max-width: 575px) {
    /* banner part start */
    button.navbar-toggler{
        border: 0;
    }
    #my_nav ul li{
        text-align: center;
    }
    #my_nav ul li a {
        font-size: 17px;
        padding: 10px 25px;
        color: #fff;
    }
    #my_nav ul li a:hover,
    #my_nav ul li.active a{
        color: #000;
    }
    .custom_nav{
        background-color: #fff;
        padding: 10px 20px 10px 10px;
    }
    #my_nav{
        margin: 10px -20px -10px -10px;
        background-color: #ff7200;
        padding: 10px 0;
    }
    a.navbar-brand img{
        height: 40px;
    }
    .banner_content h2 span.first_part,
    .banner_content h2 span.second_part {
        font-size: 35px;
    }
    .banner_content a.banner_button {
        font-size: 15px;
        padding: 7px 15px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .banner_content {
        padding: 45px 0;
    }

    /* about part start */
    .about {
        padding: 40px 0 50px;
    }
    .section_title h2 {
        font-size: 25px;
    }
    .about .description p {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .custom_button {
        padding: 6px 20px;
        font-size: 15px;
    }

    /* portfolio part start */
    .portfolio {
        padding: 30px 0;
    }
    .portfolio_images ul li.nav-item {
        width: 40%;
        border: 1px solid #ff7200;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }
    .custom_tab_content {
        margin-top: 20px;
    }
    .single_column .long,
    .single_column .long img,
    .single_column .short img,
    .single_column .short{
        height: auto;
    }

    /* client review part start */
    .client_review {
        padding: 30px 0 80px;
    }
    .client_image {
        margin: 30px;
    }
    .client_experience {
        margin-left: 0;
        text-align: center;
        padding-top: 15px;
    }
    .client_experience .section_title{
        display: none;
    }
    .client_experience p {
        font-size: 16px;
        color: #ff6f01;
        line-height: 30px;
    }
    .client_review .container .owl-nav {
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* blog part start */
    .blog {
        padding: 30px 0;
    }
    .single_blog .blog_details_short h2{
        text-align: center;
        margin-bottom: 0;
    }
    .single_blog .blog_details_short h2 a {
        font-size: 18px;
    }
    .single_blog .blog_details_short p{
        text-align: center;
        margin-top: 15px;
    }
    .like_comment span {
        font-size: 12px;
    }
    .like_comment i {
        font-size: 14px;
    }
    /* hire part start */
    .hire {
        padding: 30px 0 20px;
    }
    /* team part start */
    .team {
        padding: 30px 0;
    }
    .mb-60{
        margin-bottom: 0;
    }


    /* registration page responsive code start */
    .banner_content h2 {
        font-size: 45px;
    }
    h2.step_title {
        font-size: 25px;
    }

    /* inner page banner */
    .inner .banner_content {
        padding: 50px 0;
    }
    .inner .banner_content h2 {
        font-size: 26px;
    }

    /* profile for visitor page */
    .profile_details{
        text-align: center;
    }
    .profile_details h2 {
        font-size: 30px;
    }
    .profile_details p i {
        font-size: 20px;
        padding: 10px 3px;
    }
    .profile_details table{
        margin-top: 15px;
    }
    .profile_details table,
    .profile_details table td {
        border: 1px solid #ff7200;
    }
    .profile_details p {
        font-size: 14px;
    }
    .expert_portfolio{
        margin-top: 20px;
    }

    /* hire v2 */
    .freelancer_details,
    .work_sample{
        padding-top: 30px;
        text-align: center;
    }
    .banner_content h2{
         line-height: 40px;
    }
    .banner_content h2 small
    {
        font-size: 18px;
    }
    .banner_content a.second_button{
       display: none;
     }
     .banner_content a {
        display: block;
        width: 254px;
    }

    .content-title h2 {
        font-size: 27px;
        line-height: 42px;
    }

    .client_review .container .owl-nav {
        bottom: -2px;
    }
    .page-content h1 {
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 12px;
        color: #fff;
        font-weight: 700;
    }
}

@media (max-width: 490px) {
    .content-title h2 {
        font-size: 21px;
        line-height: 36px;
    }
    .about-content .content-title p {
        padding-top: 13px;
    }
    .about-content .content-title h4 {
        display: inline-block;
        font-weight: 500;
        margin: 0 0 1px;
        font-size: 20px;
    }
    .content-feature-list li {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        padding-bottom: 11px;
    }
    .about-btn a{
        display: inline-block;
        margin-bottom: 10px;
}
.content-feature-list {
    margin-bottom: 7px;
}
.section-padding {
    padding: 35px 0;
}
.section_title h3 {
    font-size: 22px;
    line-height: 33px;
}
.pt-60 {
    padding-top: 9px;
}
.service-head-text h4 {
    font-size: 18px;
    line-height: 33px;
}
.service-head .img img {
    width: 135px;
    border-radius: 50%;
    box-shadow: 2px 3px 15px rgba(0,0,0,0.3);
}
.service-head {
    display: block;
    text-align: center;
}
.service-content {
    background: #17171B;
     margin: 0px 0 0 0px; 
    padding: 37px 26px 47px 24px;
}
.service-head-text {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 10px;
    margin: 10px 0 0 0;
}
.service-head .img img {
    width: 141px;
    border-radius: 21%;
    box-shadow: 2px 3px 15px rgba(0,0,0,0.3);
}
.demo-cate-list-full ul li {
    margin: 0 11px 13px 11px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.login-image {
    height: 334px;
    position: relative;
}
.login-text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 6px;
}
.forgot-password {
    font-size: 13px;
}
.form-group.remembar-group span {
    font-size: 13px;
}
.footer_about img {
    margin-bottom: 20px;
    max-width: 169px;
    width: 100%;
}
}
