
/* ==========================================================================
   max-width
   ========================================================================== */

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1024px){
    .chatraBtnsRow .chatraBtn{
        width: 100% !important;
        max-width: 100% !important;
    }
    /*input::-webkit-outer-spin-button,*/
    /*input::-webkit-inner-spin-button {*/
    /*    -webkit-appearance: none;*/
    /*    margin: 0;*/
    /*}*/

    /*input[type=number] {*/
    /*    -moz-appearance:textfield; !* Firefox *!*/
    /*}*/
}


@media only screen and (max-width: 991px) {

    .aboutUsWrapper{
        background: unset;
    }

    .mainPageLinks{
        margin-top: 10px;
    }

    .chatraMainWrapper.pt-0{
        padding-top: 50px !important;
    }

    .chatraMenu li *{
        font-size: 11px;
    }

    .chatraPassLogo,.chatraMiniForm{
        display: flex !important;
        width: 90%;
        max-width: 90%;
        margin: auto;
    }

    .textForLogo{
        font-size: 16px;
    }

    .profileImgBox{
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 860px){
    .chatraMenu{
        display: none;
    }
    .responsiveMenuBtn{
        display: block;
    }
}

@media only screen and (max-width: 767px){

    .productDetails .rightCol{
        padding-bottom: 5px;
        border-bottom: 2px solid #F08F00;
    }

    .cardCategoryTitle{
        font-size: 16px;
    }

    .cardCategoryBox{
        padding: 20px;
    }

    .productSliderRightCol{
        margin-bottom: 20px;
    }

    .ticketContainer > .row{
        display: none;
    }
    
    .profileHeader .chatraPassLogoContent{
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .profileHeader {
        height: 24vw;
        background-position-y: -5vw;
    }

    .chatraPassLogo,.chatraMiniForm{
        display: flex !important;
        width: 100%;
        max-width: 100%;
    }

    .chatraLogo{
        max-width: 120px;
    }

    .chatraForm.show{
        max-height: calc(100vh - 185px);
        overflow: hidden;
        overflow-y: auto;
    }

    .logInRightCol{
       direction: ltr;
    }

    .logInToggleBtn.active::before{
        top: 43%;
        transform: rotateZ(90deg);
        right: -26px;
        bottom: auto;
    }

    .logInToggleBtn.active::after{
        top: 43%;
        transform: rotateZ(90deg);
        left: -26px;
        right: auto;
        bottom: auto;
    }

    .footerSection{
        display: none;
    }

    .logInToggleBtn.active{
        border-radius: 10px 10px 0 0;
    }

    .sideToggleBtns{
        position: unset;
        justify-content: center;
        flex-wrap: nowrap;
        width: 100%;
        height: auto;
    }

    .sideToggleBtns li{
        flex: 100px;
        width: 100px;
        max-width: 100px;
    }
}

@media only screen and (max-width: 600px){
    .productSliderLeftCol{
        padding: 0 40px;
    }
}

@media only screen and (max-width: 575px){

    .blogItemTitle{
        font-size: 16px;
    }

    .orderItemIcon{
        border: unset;
        border-left: 1px solid #f08f00;
         border-radius: unset;
        padding: 20px;
        width: 200px;

    }

    .chatraForm.show{
        width: 100%;
        max-width: 100%;
    }

    .mainOwl .owl-dots button span{
        width: 15px;
        height: 15px;
    }

    .productBoxDetailsLink{
        max-width: 80%;
    }

    #chat_rom_btns .col-6{
        width: 50% !important;
    }

    .orderStatusText{
        font-size: 9px;
    }

    .orderItemContent span{
        font-size: 13px;
    }

    .cardCategoryTitle{
        font-size: 14px;
    }

    .textForLogo{
        font-size: 14px;
    }

    .profileHeader {
        height: 28vw;
        background-position-y: 0vw;
    }

    .profileHeader .textForLogo {
        font-size: 13px;
    }

    .productItemTitle{
        font-size: 14px;
    }
}

@media only screen and (max-width: 510px){
    select{
        font-size: 10px;
    }

}

@media only screen and (max-width: 480px) {

    .orderCaption{
        font-size: 12px;
    }

    .inputMsgWrap input,.chatraBtn.d-inline-block{
        font-size: 13px;
    }

    .orderItemContentleft{
        overflow: hidden;
    }

    .orderItemContentleft *{
        max-width: 100%;
    }

    #chat_rom_btns button.sanFormBtn{
        max-width: 95% !important;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    #chat_rom_btns button::before,#chat_rom_btns button::after{
        width: auto !important;
        height: auto !important;
        position: unset !important;
        border: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
        transform: unset !important;
    }

    .orderItemContentleft{
        position: unset;
    }

    .orderCurrentClose{
        position: absolute;
        top: 10px;
        left: 5px;
    }

    .orderCurrent{
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .orderCurrent > *{
        flex: 100%;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .orderCurrent .orderItemIcon{
        display: inline-block;
        max-width: 80%;
        max-height: 200px;
    }

    .orderStatusWrapper,.orderStatusFooter{
        padding-right: 130px;
    }

    .orderStatusWrapper .owl-dots{
        right: 130px;
    }

    .orderCurrent.orderItem{
        padding: 20px 10px;
    }

    .profileHeader .chatraPassLogoContent {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }

    .orderStatusRow{
        flex-wrap: wrap;
        position: fixed;
        width: 140px !important;
        height: calc(100% - 50px);
        right: 0;
        top: 50px;
        z-index: 200;
        background: white;
        padding: 10px;
        box-shadow: -2px 2px 9px #0000007a;
        margin: 0 !important;
        overflow: hidden;
        overflow-y: auto;
    }

    .orderStatusRow .orderStatus{
        width: 100%;
        max-width: 100%;
        flex: 100%;
        display: flex;
        align-items: center;
    }

    .orderStatusIcon{
        min-width: 40px;
        margin: 0 !important;
    }

    .orderStatusText{
        padding: 0 5px;
    }

    .orderStatus:not(:last-child) .orderStatusIcon::after{
        content: '';
        position: absolute;
        top: 100% !important;
        bottom: auto !important;
        right: 45%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 200%;
        width: 1px;
        border: 1px solid #5c3411;
    }
    .orderStatus:not(:first-child) .orderStatusIcon::before{
        content: '';
        position: absolute;
        bottom: 100% !important;
        top: auto !important;
        right: 45%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 200%;
        width: 1px;
        border: 1px solid #5c3411;
    }
}

@media only screen and (max-width: 450px){

}

@media only screen and (max-width: 400px){
    .profileHeader .textForLogo{
        display: none;
    }

    .profileHeader .chatraPassLogoContent {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 380px){

    .pulseLicense, .pulseLicense *,.footerChatraLicense{
        font-size: 12px;
    }

    .orderCurrentTitle{
        font-size: 16px;
    }

    .orderStatusIcon{
        max-width: 35px;
        width: 35px;
        height: 35px;
    }

    .orderStatusRow{
        width: 120px !important;
    }

    .orderStatusWrapper, .orderStatusFooter{
        padding-right: 120px;
    }

    .orderStatusWrapper .owl-dots{
        right: 120px;
    }

    .alertTitle{
        font-size: 12px;
    }

    .stickyHeader{
        width: 90%;
        max-width: 90%;
    }

    .filterBarBox{
        flex-wrap: wrap;
        height: auto;
    }

    .filterBarBox > *{
        flex: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px){
    #big{
        height: 300px;
    }
    .productBoxDetailsLink{
        max-width: 100%;
    }
}

@media only screen and (max-width: 330px) {
    .inputMsgWrap input,.chatraBtn.d-inline-block{
        font-size: 12px;
    }
    .profileHeader .chatraPassLogoContent{
        margin-top: -10px;
    }
}

@media only screen and (max-width: 310px) {
    #webmenu{
        width: 260px;
    }

    #big{
        height: 250px;
    }
}

/* ==========================================================================
  min-width
   ========================================================================== */

@media only screen and (min-width: 991px){
    .blogItemTitle,.blogDetailsTitle{
        font-size: 18px !important;
    }

    a.blogItemTitle:hover,.blogDetailsTitle:hover{
        color: red !important;
    }

    .chatraHeader .chatraMenuLogo{
        display: none;
    }

    .mainSlider.hasSlide{
        min-height: 430px;
    }
    .mainOwl img{
        height: 400px !important;
    }
    .chatraHeader.publicHeader:not(.sticky){
        /*top: -100px;*/
        -webkit-transition: unset;
        -moz-transition: unset ;
        -ms-transition: unset ;
        -o-transition: unset ;
        transition: unset ;
        -webkit-animation: navTobottom 1s;
        -o-animation: navTobottom 1s;
        animation: navTobottom 1s;
    }

    .chatraHeader.publicHeader.isFixed{
        top: 0;
    }

    @keyframes navTobottom {
        to{
            top: 0;
        }
    }

    .chatraHeader.publicHeader.sticky{
        position: relative;
        margin: 0px 60px;
        margin-top: -30px;
        padding: 0 30px;
        border-radius: 30px;
        z-index: 500;
        width: auto;
        -webkit-transition: unset;
        -moz-transition: unset ;
        -ms-transition: unset ;
        -o-transition: unset ;
        transition: unset ;
    }
}

@media only screen and (min-width: 768px) {

    .productDetails .rightCol{
        border-left: 2px solid #5c3411;
    }

    .filterBarBox{
        display: inline-flex;
        width: 80%;
        max-width: 80%;
        margin: auto;
    }

    .ticketList{
        max-height: 360px;
        overflow: hidden;
        overflow-y: auto;
    }

    .chatraForm.show{
        display: inline-block !important;
        width: 50%;
        max-width: 50%;
        margin: auto;
    }

    /*.ticketContainer > .container,.ticketContainer > .container > .row{*/
    /*    height: 100vh;*/
    /*}*/

    .ticketContainer > .container > .row > div:first-child{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .ticketContainer > .container > .row > .ticketListCol *{
        flex: 100%;
    }
}

@media only screen and (min-width: 576px){

    .showDetailsLink{
        min-width: 200px;
    }

    .subCatImg{
        height: 100%;
    }

    .chatrTwoBtn > div > .chatraBtn{
        display: inline-block;
        width: 70%;
        max-width: 70%;
        margin: auto;
    }
}

@media only screen and (min-width: 480px){
    .chatrCenterBtn .chatraBtn{
        display: inline-block;
        margin: auto;
        width: auto;
        min-width: 40%;
    }
}

/* ==========================================================================
   min-width - max-width
   ========================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1500px) {

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

}

@media only screen and (min-width: 767px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 767px) and (max-width: 380px) {

}

@media only screen and (min-width: 480px) and (max-width: 768px) {

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

}

@media only screen and (min-width: 300px) and (max-width: 480px) {

}

/*max-height ==========================================================> */

@media only screen and (max-height: 600px){
    .selectorWrapper{
        transform: scale(0.45) !important;
        min-height: unset !important;
    }

    .infoBtn * span{
        margin: 0;
    }
}

@media only screen and (max-height: 520px){

    #sun_service{
        margin-top: -100px;
    }

    .buttonRow .col-12.mb-4{
        margin-bottom: 8px !important;
    }
    .selectorWrapper {
        transform: scale(0.45) !important;
    }
    .mainSelectorWrapper{
        margin: 15px 0;
    }
    .infoBtn * span {
        line-height: 5px;
        font-size: 12px;
        padding-top: 5px;
    }

}

@media only screen and (max-height: 350px){
    #sun_service{
        margin-top: -50px;
    }
}


