@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width:1024px) {
    .newsLetter .btn {
        width: 85px;
    }

    .linkBox {
        padding-right: 0;
    }

    .bannerSection {
        height: 475px;
    }

    .contentBox .btn {
        margin-top: 40px;
    }


    /*utkarsh saxena started.*/
    section.signup {
        background-size: 63%;
        background-position: 0 40%;
    }

    .form-section {
        padding: 10px 0;
    }

    .signup_content {
        padding: 112px 0;
    }

    /*HOmepage css started.*/

    .search-box {
        width: 68%;
    }

    .diffrent a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .diffrent a#new_sol {
        margin: auto;
    }

    /*HOmepage css ended.*/




}

@media screen and (max-width: 800px) {

    /*UTkarsh saxena started.*/
    /*Menu started.*/
    .resume {
        position: relative;
    }

    .resume .col-md-12.col-lg-2 {
        position: static;
    }

    .side-nav ul {
        margin: auto;
    }

    .backlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.33)
    }

    .side-bar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        height: 100%;
        animation: animateleft 0.4s;
    }

    .side-nav li button:after {
        content: "X";
        position: absolute;
        right: 15px;
    }

    .side-nav li button {
        width: 100%;
        border: none;
        background: #24a6d5;
        padding: 10px;
        position: relative;
        color: #fff;
    }

    .side-bar .side-nav {
        position: relative;
        background: #f7f9fa;
        width: 50%;
        height: 100%;
        padding: 15px;
        overflow-y: auto;
    }

    @keyframes animateleft {
        from {
            left: -200px;
            opacity: 0
        }

        to {
            left: 0;
            opacity: 1
        }
    }

    /*Menu ended.*/
    /*UTkarsh saxena ended.*/





    .bannerSection {
        height: 425px;
        background-position: right;
    }

    .bannerContent h1,
    .bannerContent h2 {
        font-size: 35px;
    }

    .title {
        font-size: 32px;
    }

    .title2 {
        font-size: 22px;
        line-height: 1.4em;
    }

    .contentImg {
        padding-right: 10px;
    }

    .contentBox {
        padding-left: 10px;
    }

    .leftContent .contentBox {
        padding-right: 10px;
    }

    .leftContent .contentImg {
        padding-left: 10px;
    }



    .contentBox .btn {
        margin-top: 15px;
    }

    .contentBox p {
        line-height: 1.5em;
    }

    .footer-logoSec p {
        line-height: 1.5em;
    }

    .footer-logoSec {
        padding-right: 0;
    }

    .footerLink li a {
        font-size: 12px;
    }

    .footerHed {
        margin-bottom: 5px;
    }

    .footerLink li {
        margin-bottom: 3px;
    }

    .newsLetter input {
        height: 40px;
    }

    .newsLetter .btn {
        width: 75px;
    }

    .newsLetter .btn {
        width: 75px;
        height: 40px;
    }


    /*Utkarsh Saxena started.*/
    img {
        max-width: 100%;
    }

    section.signup {
        background: transparent;
    }

    .signup_content {
        max-width: 100%;
        padding: 20px 0;
    }

    .signup_content h2,
    .signup_content p {
        color: #000;
    }

    .form-section {
        max-width: 80%;
        margin: auto;
    }

    .signup_content h2 {
        font-size: 30px;
    }

    .diffrent a {
        display: inline-block;
        width: 50%;
    }

    .diffrent a#new_sol {
        margin-left: 10px;
        width: calc(50% - 10px)
    }

    .merge-box:after {
        content: "";
        display: block;
        clear: both;
    }

    /*.merge-box .question{
        float: right;
        margin-left: 20px;
        width: 60%;
    }*/

    .show {
        margin: auto;
        display: block;
    }

    section.homepage.handpicked .col-lg-3 {
        max-width: 500px;
        margin: auto;
    }

    .copyRightBox {
        margin-bottom: 63px;
    }

    section.resume {
        margin-top: 10px;
    }

    .input{
        float: right;
        width: calc(100% - 160px)
    }


}

@media screen and (max-width: 767px) {


    /*Navigavion css started.*/
    header.headersignupBg .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    header.headersignupBg .navbar-expand-md .navbar-collapse {
        display: flex;
        flex-basis: auto;
    }

    header.headersignupBg .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    /*Navigavion css ended.*/
    .search-box {
        width: 100%;
    }

    section.homepage.handpicked .col-lg-3 {
        max-width: 190%;
    }

    /*Dashboard started.*/
    .project-details {
        margin-bottom: 20px;
    }

    /*Dashboard ended.*/

}

@media screen and (max-width: 450px) {
    /*.menuIco {
        display: none;
    }*/
    
    .headerGap{
        height: 61px;
    }

    .side-bar .side-nav {
        width: 100%;
    }

    .logo {
        margin-right: auto;
    }

    .logo img {
        height: 20px;
    }

    .headerBtn .btn {
        padding: 4px 5px;
        margin-left: 2px;
    }

    .bannerContent h1,
    .bannerContent h2 {
        font-size: 26px;
    }

    .bannerContent h1 {
        font-weight: 800;
    }

    .bannerContent h2 {
        font-weight: 400;
    }

    .title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .infoBox {
        margin: 15px 20px;
    }

    .infoMainBox {
        padding: 15px 0;
    }

    .readyToSignUp {
        padding: 50px 0;
    }

    .leftContent .contentLeft {
        transform: none;
    }

    .leftContent .contentRight {
        transform: none;
    }

    .contentImg {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .contentBox {
        padding-left: 0;
        text-align: center;
    }

    .leftContent .contentBox {
        padding-right: 0;
        text-align: center;
    }

    .leftContent .contentImg {
        padding-left: 0;
    }

    .contentSection {
        padding: 35px 0;
        background: #f9f9f9;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .linkBox {
        margin-bottom: 15px;
    }

    .newsLetter input {
        width: 215px;
    }

    .newsLetter .btn {
        width: 85px;
    }

    .footerHed {
        margin-bottom: 5px;
    }

    .footerLink li {
        margin-bottom: 0px;
    }

    .other {
        min-width: 100%;
        margin-top: 20px;
    }

    .notification-header {
        margin-bottom: 50px;
    }

    /*project-details started.*/
    .nav.nav-tabs.static-nav li:not(:last-child) a {
        margin-right: 7px;
    }

    .nav.nav-tabs.static-nav li:not(:first-child) a {
        margin-left: 7px;
    }
    
    .nav.nav-tabs.static-nav li a{
        font-size: 11px;
    }

    /*project-details ended.*/

    /*Mange employee started.*/
    .add-employee form .employee-search{
        flex-basis: 100%;
        margin-bottom: 10px;
        margin-right: auto;
    }
    
    .add-employee input[type=button]{
        margin: auto;
    }
    
    /*Mange employee ended.*/
    
}

@media screen and (max-width: 321px) {
    /*header started.*/
    .logo {
        margin-right: auto;
    }
    /*header ended.*/
    
    /*footer started.*/
    .newsLetter input {
        width: 205px;
    }
    
    .linkBox {
        padding-right: 15px;
    }
    /*footer ended.*/
}