/* Extra Small Devices, Phones */ 
@media screen  and (max-width: 575px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.logo{
    /*height:25px;
    width: 106px;
    margin: 12px;*/
    height: 43px;
    width: auto;
    margin: 8px;
}
.navbar-brand{
    padding: 0px;
}
.navbar-nav > li > a {
    padding-top:15px;
    padding-bottom:15px;
}
.header-top{
    height:52px;
}
.banner-head{
    font-size:36px;
}
.banner-head{
    font-size:28px;
    text-align: center;
}
.banner-text{
    font-size:16px;
    text-align: center;
    line-height:22px;
}
.section-side-spacing{
    padding-left: 15px;
    padding-right:15px;
}
.section-top-bottom-spacing{
    padding-top:0px;
    padding-bottom: 15px;
}
.footer-column{
    /*display: none;*/
    padding: 0;  
    margin-bottom: 15px;
}
.footer-sec{
    border-bottom: 1px solid #ced4da;
}
.category2 li{
    display: inline-block;
}
.category1{
    border:1px solid #ddd;
}
.category-section{
    padding-top:15px;
    padding-bottom: 15px;
}
.category1 .list-item{
    list-style: none;
    display:block;
    padding:10px;
    color: #b7bec1;
    border-bottom: 1px solid #ddd;
    transition: all .3s linear;
}
.category1 .list-item:hover{
    color:#f27802; 
    background-color:#fafafa;
}
.cat-icon{
    font-size:25px;
    vertical-align: -8%;
    padding-right: 7px
}
.dis-lg-none, .dis-md-none, .dis-sm-none{
    display: none !important;
}
.text{
    font-size: 14px;
    width:calc(100% - 50px);
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 37px;
}
.spacing-mobile{
    padding-left: 30px;
    padding-right: 30px;
}
.sec-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:26px;
}
.sec-sub-head{
    margin-top: 0;
    margin-bottom: 10px;
    color:#f27802;
    font-size:18px; 
}
.sec-para{
    color: #858b8c;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
}
.store-img{
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.center{
    text-align: center !important;
    margin-top: 5px;
}
.customer-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.looking-customers{
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eff0f1;
    color: #b7bec1;
    padding: 15px;
}
.dis-none-mobile{
    display: none !important;
}
.bottom-height{
    height: 82px;
}
.dis-md-block{
    display: block;
}
.login-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:26px;
}
.login-spacing{
    padding:15px;
}
.top-space{
    margin-top: 5px;
}
.events-head{
    font-size:18px;
}
.chat-sec{
    height:400px;
    border-left: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.chat-content{
    height: calc(100% - 183px);
    overflow-y: scroll;
    padding: 15px;
    overflow-x: hidden;
}
.provider-detail{
    height:auto;
}
.provider-invoice-left{
    height: auto;
    border-right:1px solid #ddd;
}
.side-spacing{
    padding:0px 15px 15px 15px;
}
.sec-space1{
    padding: 15px;
}
.sec-space2{
    padding:15px;
}
.invoice-sec{
    height: auto;
    border-right:1px solid #ddd;
}
.provider-invoice-right{
    height:400px;
}
.welcome-head{
    font-size: 22px;
}
.profile-sidebar{
    height:auto;
    background-color: white;
}
.profile-top{
    margin-top: 15px;
}
.height-285{
    height:auto;
}
.nav-form{
    width:250px;
}
.category2 .cat-img{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all linear;
}
/*.category2 .cat-img1{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    transition: .3s all linear;
}
.category2:hover .cat-img{
    display: none;
}
.category2:hover .cat-img1{
    display: inline-block;
}*/
}

/*small devices*/
@media (min-width: 576px) and (max-width: 767px) {
.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.logo{
    /*height:25px;
    width:106px;
    margin:12px;*/
    height: 43px;
    width: auto;
    margin: 8px;
}
.navbar-brand{
    padding: 0px;
}
.navbar-nav > li > a {
    padding-top:15px;
    padding-bottom:15px;
}
.header-top{
    height:52px;
}
.banner-head{
    font-size:32px;
    text-align: center;
}
.banner-text{
    font-size:16px;
    text-align: center;
    line-height:22px;
}
.section-side-spacing{
    padding-left: 50px;
    padding-right:50px;
}
.section-top-bottom-spacing{
    padding-top: 15px;
    padding-bottom: 30px;
}
.footer-column{
    /*display: none;*/
    padding: 0;  
    margin-bottom: 15px;
}
.footer-sec{
    border-bottom: 1px solid #ced4da;
}
.cat-icon{
    font-size:40px;
}
.category1 .list-item{
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    color:#b7bec1;
    width: 19%;
    transition: all .3s linear;
}
.category1 .list-item:hover{
    color:#f27802; 
    background-color:#fafafa;
}
.dis-lg-none, .dis-md-none, .dis-sm-none{
    display: none !important ;
}
.center{
    text-align: center !important;
    margin-top: 5px !important;
}
.text{
    font-size: 14px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-head{
    margin-top: 15px;
    text-align: center;
    font-size:28px;
}
.sec-sub-head{
    margin-top: 0;
    margin-bottom: 10px;
    color:#f27802;
    font-size:18px; 
}
.sec-para{
    color: #858b8c;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
}
.store-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customer-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.looking-customers{
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eff0f1;
    color: #b7bec1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bottom-height{
    height: 82px;
}
.dis-md-block{
    display: block;
}
.login-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:26px;
}
.login-spacing{
    padding:15px 30px;
}
.events-head{
    font-size: 20px;
}
.chat-sec{
    height:400px;
    border-left: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.chat-content{
    height: calc(100% - 167px);
    overflow-y: scroll;
    padding: 15px;
    overflow-x: hidden;
}
.provider-detail{
    height:auto;
}
.provider-invoice-left{
    height: auto;
    border-right:1px solid #ddd;
}
.side-spacing{
    padding:35px 50px 50px 50px;
}
.sec-space1{
    padding: 15px;
}
.sec-space2{
    padding:15px;
}
.invoice-sec{
    height: auto;
    border-right:1px solid #ddd;
}
.provider-invoice-right{
    height:400px;
}
.welcome-head{
    font-size: 24px;
}
.profile-sidebar{
    height:auto;
    background-color: white;
}
.profile-top{
    margin-top: 15px;
}
.height-285{
    height:auto;
}
.nav-form{
    width:400px;
}
.category2 .cat-img{
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: .3s all linear;
}
/*.category2 .cat-img1{
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: none;
    transition: .3s all linear;
}
.category2:hover .cat-img{
    display: none;
}
.category2:hover .cat-img1{
    display: block;
}*/
.provider-chat{
   height: auto;

}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
.logo{
    /*height:25px;
    width: 106px;
    margin: 17px;*/
    height: 43px;
width: auto;
margin: 8px;
}
.navbar-brand{
    padding: 0 0 0 15px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-head{
    font-size:36px;
    text-align: center;
}
.banner-text{
    font-size:20px;
    text-align: center;
    line-height: 34px;
}
.section-side-spacing{
    padding-left:80px;
    padding-right:80px;
}
.section-top-bottom-spacing{
    padding-top:25px;
    padding-bottom: 40px;
}
.footer-sec{
    border-bottom: 1px solid #ced4da;
}
.footer-column{
    /*display: none;*/
    padding: 0;  
    margin-bottom: 15px;
}
.cat-icon{
    font-size:50px;
}
.category1 .list-item{
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    color:#b7bec1;
    width: 16%;
    transition: all .3s linear;
}
.category1 .list-item:hover{
    color:#f27802; 
    background-color:#fafafa;
}
.dis-lg-none, .dis-md-none {
    display: none !important;
}
.text{
    font-size: 14px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-head{
    margin-top: 15px;
    text-align: center;
    font-size: 32px;
}
.sec-sub-head{
    margin-top: 0;
    margin-bottom: 10px;
    color:#f27802;
    font-size: 20px; 
}
.sec-para{
    color: #858b8c;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
}
.store-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customer-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.looking-customers{
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eff0f1;
    color: #b7bec1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bottom-height{
    height:51px;
}
.dis-md-block{
    display: block;
}
.login-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:30px;
}
.login-spacing{
    padding:25px 50px;
}
.events-head{
    font-size: 22px;
}
.chat-sec{
    height:calc(100% - 62px);
    overflow:hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-left: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.right-space{
    padding-right: 0;
}
.chat-content{
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
}
.provider-detail{
    height:calc(100% - 62px);
    overflow-y: scroll;
    overflow-x: hidden; 
    position: fixed;
    top: 0;
    left:58.33%;
    margin-top: 62px;
}
.provider-invoice-left{
    height:calc(100% - 62px);
    overflow-y: scroll;
    overflow-x: hidden; 
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.side-spacing{
    padding:35px 50px 50px 50px;
}
.sec-space1{
    padding-right:0px !important;
}
.sec-space2{
    padding-left: 0px !important;
}
.invoice-sec{
    height:calc(100% - 62px);
    overflow-y: scroll; 
    overflow-x: hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.provider-invoice-right{
    height:calc(100% - 62px);
    /*overflow-y: scroll; */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 41.66%;
    margin-top: 62px;
}
.progress-space{
    padding-top: 50px;
}
.welcome-head{
    font-size: 28px;
}
.profile-sidebar{
    height:calc(100% - 62px);
    position:absolute;
    background-color: white;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.profile-sec{
    margin-left: 41.66%;
}
.profile-top{
    margin-top: 150px;
}
.height-285{
    height:auto;
}
.nav-form{
    width:400px;
}
.category2 .cat-img{
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: .3s all linear;
}
/*.category2 .cat-img1{
    height: 70px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: none;
    transition: .3s all linear;
}
.category2:hover .cat-img{
    display: none;
}
.category2:hover .cat-img1{
    display: block;
}*/
.provider-chat{

    left: 41.66%;

}
}

 /*Medium Devices, */
@media (min-width : 992px) and (max-width: 1199px){
.logo{
    /*height:25px;
    width: 106px;
    margin: 17px;
*/
    height: 43px;
width: auto;
margin: 8px;
}
.navbar-brand{
    padding: 0 0 0 15px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-head{
    font-size:46px;
    text-align: center;
}
.banner-text{
    font-size:22px;
    text-align: center;
    line-height: 34px;
}
.section-side-spacing{
    padding-left: 120px;
    padding-right:120px;
}
.section-top-bottom-spacing{
    padding-top: 35px;
    padding-bottom: 50px;
}
.footer-column{
    padding: 0;  
    margin-bottom: 0;
    display: block !important;
}
.cat-icon{
    font-size:50px;
}
.category1 .list-item{
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    color:#b7bec1;
    width: 13.5%;
    transition: all .3s linear;
}
.category1 .list-item:hover{
    color:#f27802; 
    background-color:#fafafa;
}
.dis-lg-none{
    display: none !important;
}
.text{
    font-size: 14px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-head{
    margin-top: 15px;
    text-align: center;
    font-size: 36px;
}
.sec-sub-head{
    margin-top: 0;
    margin-bottom: 10px;
    color:#f27802;
    font-size: 24px; 
}
.sec-para{
    color: #858b8c;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
}
.store-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customer-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.looking-customers{
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eff0f1;
    color: #b7bec1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bottom-height{
    height:51px;
}
.dis-md-block{
    display:none !important;
}
.login-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:32px;
}
.login-spacing{
    padding:25px 50px;
}
.events-head{
    font-size: 22px;
}
.chat-sec{
    height:calc(100% - 62px);
    overflow:hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-left: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.right-space{
    padding-right: 0;
}
.chat-content{
    height: calc(100% - 138px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;  
}
.provider-detail{
    height:calc(100% - 62px);
    overflow-y: scroll;
    overflow-x: hidden; 
    position: fixed;
    top: 0;
    left: 66.66%;
    margin-top: 62px;
}
.provider-invoice-left{
    height:calc(100% - 62px);
    overflow-y: scroll;
    overflow-x: hidden; 
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.side-spacing{
    padding:35px 50px 50px 50px;
}
.sec-space1{
    padding-right:0px !important;
}
.sec-space2{
    padding-left: 0px !important;
}
.invoice-sec{
    height:calc(100% - 62px);
    overflow-y: scroll; 
    overflow-x: hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.provider-invoice-right{
    height:calc(100% - 62px);
    /*overflow-y: scroll; */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 33.33%;
    margin-top: 62px; 
}
.progress-space{
    padding-top: 50px;
}
.welcome-head{
    font-size: 32px;
}
.profile-sidebar{
    height:calc(100% - 62px);
    position:absolute;
    background-color: white;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.profile-sec{
    margin-left: 33.33%;
}
.profile-top{
    margin-top: 150px;
}
.height-285{
    height:auto;
}
.nav-form{
    width:500px;
}
.category2 .cat-img{
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: .3s all linear;
}
/*.category2 .cat-img1{
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: none;
    transition: .3s all linear;
}
.category2:hover .cat-img{
    display: none;
}
.category2:hover .cat-img1{
    display: block;
}*/
.provider-chat{

    left: 33.33%;

}
.side-spacing form{
    width:70%;
    margin:0 auto;
}
}


/* Desktops */
@media only screen and (min-width : 1200px)  {
.logo{
    /*height:25px;
    width: 106px;
    margin: 17px;*/
    height: 43px;
    width: auto;
    margin: 8px;
}
.navbar-brand{
    padding: 0 0 0 15px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-head{
    font-size:46px;
    text-align: center;
}
.banner-text{
    font-size:22px;
    text-align: center;
    line-height: 34px;
}
.section-side-spacing{
    padding-left: 150px;
    padding-right:150px;
}
.section-top-bottom-spacing{
    padding-top: 35px;
    padding-bottom: 50px;
}
.footer-column{
    padding: 0;  
    margin-bottom: 0;
    display: block !important;
}
.cat-icon{
    font-size:50px;
}
.category1 .list-item{
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    color:#b7bec1;
    width: 12%;
    transition:all .3s linear;
}
.category1 .list-item:hover{
    color:#f27802; 
    background-color:#fafafa;
}
.text{
    font-size: 14px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-head{
    margin-top: 15px;
    text-align: center;
    font-size: 36px;
}
.sec-sub-head{
    margin-top: 0;
    margin-bottom: 10px;
    color:#f27802;
    font-size: 24px; 
}
.sec-para{
    color: #858b8c;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
}
.store-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customer-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.looking-customers{
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #eff0f1;
    color: #b7bec1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bottom-height{
    height:51px;
}
.dis-md-block{
    display:none !important;
}
.login-head{
    padding-top: 15px !important;
    text-align: center;
    font-size:32px;
}
.login-spacing{
    padding:25px 50px;
}
.events-head{
    font-size: 22px;
}
.chat-sec{
    height:calc(100% - 62px);
    overflow:hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-left: 1px solid #ddd;
    border-right:1px solid #ddd;
}
.chat-content{
    height: calc(100% - 136px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding:0 15px;
}
.right-space{
    padding-right: 0;
}
.provider-detail{
    height:calc(100% - 62px);
    overflow-y: scroll; 
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 66.66%;
    margin-top: 62px;
}
.provider-invoice-left{
    height:calc(100% - 62px);
    overflow-y: scroll;
    overflow-x: hidden; 
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.side-spacing{
    padding:35px 50px 50px 50px;
}
.sec-space1{
    padding-right:0px !important;
}
.sec-space2{
    padding-left: 0px !important;
}
.invoice-sec{
    height:calc(100% - 62px);
    overflow-y: scroll; 
    overflow-x: hidden;
    position: fixed;
    top: 0;
    margin-top: 62px;
    border-right:1px solid #ddd;
}
.provider-invoice-right{
    height:calc(100% - 62px);
    /*overflow-y: scroll; */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 33.33%;
    margin-top: 62px;
}
.progress-space{
    padding-top: 50px;
}
.welcome-head{
    font-size: 36px;
}
.profile-sidebar{
    height:calc(100% - 62px);
    position: absolute;
    top: 0;
    margin-top: 62px;
    background-color: white;
    border-right:1px solid #ddd;
}
.profile-sec{
    margin-left: 25%;
}
.profile-top{
    margin-top: 150px;
}
.height-285{
    height: 315px;
}
.nav-form{
    width:500px;
}
.provider-chat{

    left: 33.33%;

}
.category2 .cat-img{
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: .3s all linear;
}
.side-spacing form{
    width: 60%;
    margin:0 auto;
}
/*.category2 .cat-img1{
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: none;
    transition: .3s all linear;
}
.category2:hover .cat-img{
    display: none;
}
.category2:hover .cat-img1{
    display: block;
}*/
}

