/*Responsive*/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .hero_section{
        padding-top:100px !important;
    }
    .footer-main .ftr_widget{
        width:50%;
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:first-child{
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:last-child{
        float:left !important;
    }
    .footer-main .col-sm-7 .ftr_widget:last-child{
        width:100%
    }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .hero_section{
        margin-bottom: 0px !important;
        padding-top:100px !important;
    }
    .hero_section video {
        bottom: 0px !important;
    }
    .search_filter{
        margin-left: -6px;
        margin-right: -6px;
    }
    .search_filter .search_filter_item{
        width:29%;
        margin-right: 7px;
        margin-left: 7px;
    }
    .search_filter .search_filter_item:first-child{
        margin-left: 7px;
    }
    .hero_search_wrap {
        box-shadow: 0px 0px 10px 0px #b6b6b6;
    }
    .hero_search_wrap .align-items-start .message-error .message{
        left: 20px;
        top: 45px;
    }
    .qualities_section,
    .categories_section,
    .services_section,
    .partners-main{
        padding: 0px 0px;
    }
    .partners-main{
        padding-top:0px !important;
        margin-bottom: 0px !important;
    }
    .partners-name{
        padding-top:0px !important;
    }
    .partners-name .partners-image{
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    .categories_section .categories_row {
        padding: 0px 0px !important;
    }
    .categories_section .categories_row .category_item{
        width:29%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
    }
    .categories_section .categories_row .category_item:first-child{
        margin-left: 5px;
    }
    .footer-main .ftr_widget{
        width:50%;
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:first-child{
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:last-child{
        float:left !important;
    }
    .footer-main .col-sm-7 .ftr_widget:last-child{
        width:100%
    }
    /*Quotation Pages*/
    .tab_insurance .sticky-nav{
        width:100vw;
    }
    .tab_insurance .back_arrow{
        float:left;
    }
    .tab_insurance .ti_heading{
        float:left;
        width:84%;
    }
    .car_insurance_plans .model-boxes .col-md-3{
        border-left:0px;
        border-right:0px;
        border: 1px solid #d9d9d9 !important;
    }
    .car_insurance_plans .model-boxes .col-md-3 p.left{
        text-align:left;
    }
    .irt-col.left{
        width:96vw;
        padding-left: 15px;
        padding-right: 0px;
    }
    .irt-col.right{
        width:96vw;
    }
    .irt-col.right .main-area-logo{
        position: relative;
    }
    .irt-col.right .left-area-logo{
        width:100%;
    }
    .irt-col.right .right-area-logo{
        right: 5%;
        width: 30%;
        bottom: 20px;
        position: absolute;
    }
    .irt-col.right .left-area-logo .main-party{
        width:70% !important;
    }
    .irt-col.right .irt-check ul{
        display:block !important;
    }
    .irt-col.right .irt-check ul li{
        padding-left:0px !important;
    }
    .irt-col.right .irt-check ul li,
    .irt-col.right .irt-check ul li label{
        width:100% !important;
    }
    .irt-col.right .view-detail-cont .cover-right h6{
        margin-top:1.5rem;
    }
    .irt-col.right .b-skeleton-wrapper  .irt-border .right-area-logo{
        right: 1%;
        bottom: 35px;
    }
    /*Finalization Page*/
    .steps-progress{
        width:100%;
        margin:0 1rem;
    }
    .steps-progress .step-one{
        width:100%;
        position: relative;
        margin-bottom: 1rem;
    }
    .steps-progress .step-one .border-right-steps{
        display:none;
    }
    .steps-progress .step-one .step-hed-cus{
        position: absolute;
        top: 4px;
        width: 70%;
        left: 70px;
    }
    .upload-files-area{
        width:100%
    }
    .upload-files-area .dropzone {
        width:100% !important;
    }
    .upload-files-area .dropzone .dz-message {
        text-align: center;
    }
    .upload-files-area .dropzone .dz-message .icon-upload,
    .upload-files-area .dropzone .dz-message .dropzone-custom-content,
    .upload-files-area .dropzone .dz-message .choose-button{
        float: none !important;
        text-align: center !important;
    }
    .upload-files-area .app-primary-button,
    .upload-files-area .app-secondary-social-button{
        width:100%
    }
    .flex-container{
        display : block !important;
    }
    .flex-container .column{
        width:100%;
    }
    .flex-container .column:last-child{
        margin-top:1rem !important;
        margin-left : 0px !important;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .hero_section{
        padding-top:100px !important;
        margin-bottom: 0px !important;
    }
    .hero_section video {
        bottom: 0px !important;
    }
    .search_filter{
        margin-left: -6px;
        margin-right: -6px;
    }
    .search_filter .search_filter_item{
        width:29%;
        margin-right: 7px;
        margin-left: 7px;
    }
    .search_filter .search_filter_item:first-child{
        margin-left: 7px;
    }
    .hero_search_wrap {
        box-shadow: 0px 0px 10px 0px #b6b6b6;
    }
    .hero_search_wrap .align-items-start .message-error .message{
        left: 20px;
        top: 45px;
    }
    .qualities_section,
    .categories_section,
    .services_section,
    .partners-main{
        padding: 0px 0px;
    }
    .partners-main{
        padding-top:0px !important;
        margin-bottom: 0px !important;
    }
    .partners-name{
        padding-top:0px !important;
    }
    .partners-name .partners-image{
        margin-right: 0.5%;
        margin-left: 0.5%;
    }
    .categories_section .categories_row {
        padding: 0px 0px !important;
    }
    .categories_section .categories_row .category_item{
        width:29%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
    }
    .categories_section .categories_row .category_item:first-child{
        margin-left: 5px;
    }
    .footer-main .ftr_widget{
        width:50%;
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:first-child{
        padding-left:0px !important;
    }
    .footer-main .ftr_widget:last-child{
        float:left !important;
    }
    .footer-main .col-lg-7 .ftr_widget:last-child{
        width:100%
    }
    /*Quotation Pages*/
    .tab_insurance .sticky-nav{
        width:100vw;
    }
    .tab_insurance .back_arrow{
        float:left;
    }
    .tab_insurance .ti_heading{
        float:left;
        width:84%;
    }
    .car_insurance_plans .model-boxes .col-md-3{
        border-left:0px;
        border-right:0px;
        border: 1px solid #d9d9d9 !important;
    }
    .car_insurance_plans .model-boxes .col-md-3 p.left{
        text-align:left;
    }
    .irt-col.left{
        width:96vw;
        padding-left: 15px;
        padding-right: 0px;
    }
    .irt-col.right{
        width:96vw;
    }
    .irt-col.right .main-area-logo{
        position: relative;
    }
    .irt-col.right .left-area-logo{
        width:100%;
    }
    .irt-col.right .right-area-logo{
        right: 5%;
        width: 30%;
        bottom: 20px;
        position: absolute;
    }
    .irt-col.right .left-area-logo .main-party{
        width:70% !important;
    }
    .irt-col.right .irt-check ul{
        display:block !important;
    }
    .irt-col.right .irt-check ul li{
        padding-left:0px !important;
    }
    .irt-col.right .irt-check ul li,
    .irt-col.right .irt-check ul li label{
        width:100% !important;
    }
    .irt-col.right .view-detail-cont .cover-right h6{
        margin-top:1.5rem;
    }
    .irt-col.right .b-skeleton-wrapper  .irt-border .right-area-logo{
        right: 1%;
        bottom: 35px;
    }
    /*Finalization Page*/
    .steps-progress{
        width:100%;
        margin:0 1rem;
    }
    .steps-progress .step-one{
        width:100%;
        position: relative;
        margin-bottom: 1rem;
    }
    .steps-progress .step-one .border-right-steps{
        display:none;
    }
    .steps-progress .step-one .step-hed-cus{
        position: absolute;
        top: 4px;
        width: 70%;
        left: 70px;
    }
    .upload-files-area{
        width:100%
    }
    .upload-files-area .dropzone {
        width:100% !important;
    }
    .upload-files-area .dropzone .dz-message {
        text-align: center;
    }
    .upload-files-area .dropzone .dz-message .icon-upload,
    .upload-files-area .dropzone .dz-message .dropzone-custom-content,
    .upload-files-area .dropzone .dz-message .choose-button{
        float: none !important;
        text-align: center !important;
    }
    .upload-files-area .app-primary-button,
    .upload-files-area .app-secondary-social-button{
        width:100%;
    }
    .flex-container{
        display : block !important;
    }
    .flex-container .column{
        width:100%;
    }
    .flex-container .column:last-child{
        margin-top:1rem !important;
        margin-left : 0px !important;
    }
}
