@media only screen and (max-width: 1650px) {
    .customersWrap .copyUpdateOrder button:first-child {
	    margin-right: 5px;
    }
    .customersWrap td button {
	    padding: 0 5px;
    }
    .responsiveWidth20{
        width: 20%;
    }
    .quotePricingInfo table{
        width: 1500px;
    }
    .quotePricingInfo {
	    overflow: auto;
    }
}
@media only screen and (max-width: 1399px) {
    .loginWrap .rightContent{
        padding: 80px;
    }

    .loginWrap .leftContent{
        padding-top: 50px;
        background-size: 85%;
    }

    .loginWrap .leftContent, .loginWrap .rightContent{
        min-height: 500px;
    }
    .customersWrap .copyUpdateOrder button:first-child {
	    margin-bottom: 5px;
    }

    .customersWrap .customerInfo > div{
        padding: 8px 15px 33px 15px;
    }

    .customersWrap .customerInfo label {
        color: #364154;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1300px){
    .pastReservationWrap table{
        width: 1500px;
    }
}

@media only screen and (max-width: 1199px) {
    .loginWrap .rightContent{
        padding: 80px 40px;
    }

    .loginWrap .leftContent, .loginWrap .rightContent{
        min-height: 400px;
    }

    .loginWrap .rightContent h2{
        margin-bottom: 50px;
    }

    .loginWrap .leftContent img{
        width: 190px;
    }

    table{
        width: 1500px;
    }

    .customersWrap .customerInfo > div.width15,
    .customersWrap .customerInfo > div.width8,
    .customersWrap .customerInfo > div.width30,
    .customersWrap .customerInfo > div.width25 {
	    flex: 0 0 25%;
	    max-width: 25%;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(2){
        border-right: 0;
        border-bottom: 1px solid #657285;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(1){
        border-bottom: 1px solid #657285;
    }

    .lgDisplayNone{
        display: none;
    }

    .paymentByCardInfo.payInfo .gridWrap .contentWrap {
	    flex: 0 0 50%;
	    max-width: 50%;
    }

    .paymentByCardInfo.payInfo .gridWrap .contentWrap:nth-child(2) {
        border-right: none;
    }

    .paymentByCardInfo.payInfo .gridWrap .contentWrap:last-child,
    .quotesDetailWrap .providerMasterInfo .contentWrap.transectionDetail{        
	    flex: 0 0 100%;
	    max-width: 100%;
    }

    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap {
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
    }

    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap:nth-child(5), 
    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap:nth-child(10), 
    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap:nth-child(15) {
	    border-right: 1px solid #E8E8E8;
    }

    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap:nth-child(3n) {
	    border-right: none;
    }

    .paymentByCardInfo .payInfoTable table{
        width: 100%;
    }

    .quotesDetailWrap .providerMasterInfo .contentWrap{
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(3),
    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(6),
    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(9){
        border-right: 0;
    }

    .quotesDetailWrap .providerMasterInfo .contentWrap.reservationPaymentByCheckWrap {	
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }


    .topSearchPanel .searchWrap .totalAmount{
        padding-right: 0;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .loginWrap{
        flex-direction: column;
        border-radius: 10px;
    }

    .loginWrap .leftContent{
        border-radius: 10px 10px 0 0;
        padding-top: 40px;
    }

    .loginWrap .rightContent{
       border-radius: 0 0 10px 10px; 
    }

    .loginWrap .rightContent {
	    padding: 40px 40px;
        min-height: unset;
    }

    .loginWrap .leftContent h1{
        font-size: 40px;
        margin-top: 32px;
        margin-bottom: 18px;
    }

    .loginWrap .leftContent p{
        margin-bottom: 0;
        font-size: 16px;
    }

    .loginWrap .rightContent h2 {
	    margin-bottom: 30px;
        font-size: 24px;
    }

    aside {
        position: fixed;
        width: 100%;
        top: 83px;
        height: calc(100vh - 83px);
        overflow: auto;
        min-height: unset;
    }

    header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .mainRightSectionWrap {
        padding-top: 83px;
    }

    .dashboardWrap .row{
        justify-content: center;
    }

    .mainRightSectionWrap{
        max-width: 100%;
    }

    .mainRightSectionWrap .dashboardWrap {
	    padding: 30px 15px;
    }

    .customersWrap .customerInfo > div.width15,
    .customersWrap .customerInfo > div.width8,
    .customersWrap .customerInfo > div.width30,
    .customersWrap .customerInfo > div.width25 {
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
    }

    .createQuoteFormWrap .sameDayPickupWrap{
        flex-wrap: wrap;
    }

    .btmBtnWrap.paymentBtnWrap button{
        margin:10px 10px 10px 0;
    }

    .btmBtnWrap.paymentBtnWrap {
	    padding: 10px 15px;
    }

    .quotesDetailWrap .providerMasterInfo .contentWrap,
    .quotesDetailWrap .providerMasterInfo .contentWrap.transectionDetail {	
        flex: 0 0 50%;
        max-width: 50%;
    }

    .quotesDetailWrap .providerMasterInfo .contentWrap.reservationPaymentByCheckWrap {	
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .topSearchPanel .searchWrap {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .topSearchPanel {
        padding: 15px;
    }

    .pagination p{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .pagination {
        padding: 8px 13px 13px 15px;
        flex-wrap: wrap;
    }

    .customersWrap .customerInfo > div.width15,
    .customersWrap .customerInfo > div.width8,
    .customersWrap .customerInfo > div.width30,
    .customersWrap .customerInfo > div.width25 {
	    flex: 0 0 100%;
	    max-width: 100%;
    }

    .customersWrap .customerInfo > div {
	    padding: 15px;
	    border-right: 1px solid #C2CED8;
	    border-bottom: 1px solid #C2CED8;
    }

    .reportsWrap .nav-tabs .nav-link{
        padding: 2px 8px;
        min-width: 97px;
        margin-top: 5px;
    }

    .roleListDetail {
        padding: 17px 20px 17px 20px;
    }
}

@media only screen and (max-width: 576px) {
    .loginWrap .rightContent {
	    padding: 40px 20px;
	    min-height: unset;
    }

    .loginWrap .leftContent{
        min-height: 300px;
    }

    .loginWrap .leftContent img {
	    width: 150px;
    }

    .loginWrap .leftContent h1{
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .loginWrap .leftContent p{
        font-size: 14px;
    }

    .loginWrap .rightContent h2 {
        font-size: 20px;
    }

    header .sideBarToggle {
        width: 40px;
        height: 83px;
        margin-left: 10px;
    }

    header .logoWrap img {
	    width: 75px;
    }

    header .userInfo .dropdown-toggle img {
	    margin-right: 10px;
    }

    .dashboardWrap .col-xl-4.col-lg-6 {
	    max-width: 100%;
	    flex: 0 0 100%;
    }

    .dashboardWrap .orderDetail .heading h3 .count {
        font-size: 20px;
    }

    .dashboardWrap .orderDetail .heading h3{
        font-size: 16px;
    }

    header .userInfo .dropdown-toggle .userName{
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: "...";
        display: inline-block;
    }

    .dashboardWrap .orderDetail{
        max-width: 430px;
        margin: 0 auto 21px auto;
    }

    .topSearchPanel h2 {
        padding-right: 20px;
    }

    .modal .modal-body {
        padding: 15px 15px 20px 15px;
    }

    .modal .modal-header {
        background: #D1DBE4;
        padding: 14px 15px 15px 15px;
    }

    .modal .form-group {
	    margin-bottom: 15px;
    }

    .topSearchPanel .newOrderEditBtnWrap button{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .createQuoteFormWrap .orderDetails .gridWrap > div{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div{
        border-bottom: 1px solid #657285;
        border-right: 0;
    }

    .createQuoteFormWrap .orderDetails .gridWrap > div:nth-child(4){
        border-bottom: none;
    }

    .createQuoteFormWrap .orderDetails{
        padding: 15px;
        margin-left: -15px;
    }

    .createQuoteFormWrap {
	    padding: 20px 15px 0px 15px;
    }
    .createQuoteFormWrap hr {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    .btmBtnWrap {
        padding: 20px 15px;
        margin-left: -15px;
    }

    .topSearchPanel h2{
        font-size: 18px;
        padding-right: 10px;
    }

    .topSearchPanel h2 a img {
	    margin-right: 10px;
    }

    .topSearchPanel .breadcrumb .divider {
	    padding-left: 5px;
	    padding-right: 5px;
    }

    .paymentByCardInfo.payInfo .gridWrap .contentWrap,
    .paymentByCardInfo.featuresAndServices .gridWrap .contentWrap,
    .paymentByCardInfo.billingAddress .gridWrap .contentWrap {
	    flex: 0 0 100%;
	    max-width: 100%;
        border-right: none;
    }

    .paymentByCardInfo.partialPaymentForm .gridWrap .contentWrap{
        padding-left: 10px;
    }

    .quotesDetailWrap .providerMasterInfo .contentWrap,
    .quotesDetailWrap .providerMasterInfo .contentWrap.transectionDetail,
    .quotesDetailWrap .providerMasterInfo .contentWrap.reservationPaymentByCheckWrap {	
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }

    .topSearchPanel .searchWrap{
        flex-wrap: wrap;
    }

    .topSearchPanel .searchWrap button,
    .topSearchPanel .searchWrap a{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}