/*
* Styling for service pages
*/
/* Default style*/
.ajman-flex > .ajman-flex-items {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.0792996);
}

.ajman-flex > .ajman-flex-items h6 {
    font-size: 18px;
}
.ajman-flex > .ajman-flex-items a {
    color: #1762B8;
    font-weight: 700;
}

.ajman-flex-col-item {
    text-align: center;
}
h6.ajman-flex-col-item {
    flex: 50%
}
span.ajman-flex-col-item {
    flex: 30%;
    font-weight: 400;
}
div.ajman-flex-col-item {
    flex: 20%
}

/* Service details page styling */
.path-servicecatalog #vertical_tab_nav {
   margin-bottom: 30px;
}

/* Large devices like iPhone5/SE */
@media (min-width: 320px) and (max-width: 568px) {
    span.service_min_height {
        width: 70%;
        max-width: 70%;
        font-size: 16px;    
    }
    .is_ltr ul.process_list_item:before {
        left: 27px;
        top: 150px;
    }
    .is_ltr.path-servicecatalog #vertical_tab_nav li a {
        font-size: 13px;
    }
    .container.ajman-flex {
       padding-left: 0;
       padding-right: 0;
    }
    .ajman-flex > .ajman-flex-items {
        padding: 10px 10px;
        margin: 10px;
    }
    .is_rtl .ajman-flex > .ajman-flex-items {
        padding: 10px 10px;
    }
}

/* Extra small devices (iphone 6/7/8) */
@media (min-width: 375px) and (max-width: 767px) {
    .is_rtl.path-servicecatalog .data-para {
        text-align: right;
    }

    .is_ltr ul.process_list_item:before {
        left: 28px;
        top: 160px;
    }
    span.service_min_height {
        width: 80%;
        max-width: 80%;        
    }
}

/* Extra small devices (phones, 768px and down) */
@media (max-width: 768px) {
    .path-servicecatalog-entities .padding_top_20,
    .path-servicecatalog .padding_top_20 {
        padding-top: 10px;
    }
    .is_rtl.path-servicecatalog .auto-service-search-form .has-feedback .form-control {
        background: #fff url(/sites/default/files/images/search-icon.png) no-repeat 98% 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices like iPad */
@media (min-width: 768px) and (max-width: 1023px) {
    span.service_min_height {
        width: 80%;
        max-width: 80%;
    }
    .is_ltr ul.process_list_item:before {
        left: 40px;
    }
}


/* Large devices like iPad Pro */
@media (min-width: 980px) and (max-width: 1199px) {
    .is_ltr ul.process_list_item:before {
        left: 46px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}