@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700;800&display=swap');
/* 
font-family: 'Sarabun', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, p{
    font-family: 'Sarabun', sans-serif;
}

/* inner page banner style */
.inner-page-banner {
    padding: 280px 0px 100px 0;
    background: url(../images/inner-page-banner.jpg) top center / cover no-repeat;
}
.inner-page-banner h1 {
    margin: 0px 0px 30px;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.inner-page-banner p{
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
a.primary-btn {
    margin-left: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    line-height: 1;
    padding: 14px 25px;
    position: relative;
    z-index: 1;    
    text-decoration: none;
}
a.primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transform: skewx(-20deg);
    z-index: -1;
}
a.primary-btn:hover{
    color: black;
}
a.primary-btn:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transform: skewx(-20deg);
    z-index: -1;
    background-color: #fff;
}
.head-sec h3{
    color: #202020;
    margin: 0px 0px 50px 0px;
    font-size: 50px;
    font-weight: 800;
}
.head-sec h3 span{
    color: #006BE1;
    font-weight: 800;
}
.comman-space-section{
    padding: 80px 0px 40px;
}
.logo-wrap img
{
    text-align: center;
}
.logo-wrap .inner-logo.logo1 {
    max-width: 192px;
    margin: auto;
}
.logo-wrap .inner-logo.logo2 {
    max-width: 448px;
    margin: auto;
}
.logo-wrap .inner-logo.logo3 {
    max-width: 229px;
    margin: auto;
}

/* make-your-items  style start */
.make-your-items {
    display: flex;
    justify-content: space-between;
}
.make-your-items .img-wrap {
    width: 80px;
}
.make-your-items .img-wrap img{
    width: 100%;
}
.make-your-items .desc{
    width: calc(100% - 100px);
}
h4.text-h4{
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    color: #202020;
    font-size: 35px;
    font-weight: bold;
}
.make-your-items .desc p,
.make-your-items .desc p a{
    font-family: 'Sarabun';
    font-weight: normal;
    font-size: 17px;
    line-height: 1.4;
    color: black;
    text-decoration: none;
}
.make-your-items .desc p a.text-blue{
    color: #006BE1;
}
.our-medical-wrapper img {
    width: 100%;
}
.our-medical-wrapper .items {
    padding: 15px;
    position: relative;
}
.our-medical-wrapper .desc h5{
    margin-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}
.our-medical-wrapper .items::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0PX;
    border: 1px solid #E2E2E2;
    height: 100%;
    width: calc(100% - 10px);
    background: #ffffff;
    z-index: -1;
}
.our-medical-wrapper .slick-list{
    overflow-y: visible;
}
.our-medical-wrapper .slick-dots li button{
    border-radius: 50%;
    background-color: #e2e2e2;
    height: 8px;
    width: 8px;
}
.our-medical-wrap .head-sec h3{
    color: #fff;
    text-align: center;
}
.our-medical-wrap .head-sec h3 span{
    color: #fff;
}
.our-medical-wrapper .slick-dots li.slick-active button{
    background-color: #202020;
}
.our-medical-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 5px 0px 0px;    
}
.our-medical-wrapper .slick-prev, .our-medical-wrapper .slick-next {
    padding: 10px;
    height: 40px;
    transform: translateY(-40px);
    z-index: 1;
}
.our-medical-wrapper .slick-prev:before,
.our-medical-wrapper .slick-next:before{
    content: "";
}
.our-medical-wrapper .slick-prev {
    left: 20px;
    background: rgba(0,0,0,.4) url(../images/icon_prev.png) no-repeat center center;
}
.our-medical-wrapper .slick-next {
    right: 20px;
    background: rgba(0,0,0,.4) url(../images/icon_next.png) no-repeat center center;    
}
.compliance 
{
    text-align: center;
}
/* new style added */
.medical-waste .head-sec h3
{
    text-align: center;
}
.calender {
    text-align: center;
    padding-bottom: 40px;
}
.cal-text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 0;
}
/* biohazardous */
.biohazardous-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #aed5ff3a 100%);
    padding: 100px 0px 80px;
}
.biohazardous-content-img {
    display: flex;
    align-items: center;
    padding: 0px 0px 30px 0px;
    grid-column-gap: 20px;
}
.biohazardous-img {
    width: auto;
    height: 100%;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
}
.biohazardous-img:hover {
    background-color: #006BE1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.biohazardous-img img {
    text-align: center;
    width: 50px;
    height: auto;
    object-fit: cover;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.biohazardous-text a {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
}
.biohazardous-text a:hover {
    color: #006BE1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/* our-jacksonville */
.map-contant {
    padding-top: 20px;
}
.our-jacksonville-content-map iframe {
    width: 100%;
    height: 360px;
}
.our-jacksonville-medical-flex{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.our-jacksonville-content ul
{
    padding: 0;
}
.our-jacksonville-content ul li {
    list-style: none;
    font-size: 18px;
}
.our-jacksonville-content ul li a{
    color: #006BE1;
}

/* our-truck */
.our-trucks{
 
        padding: 120px 0px 80px;
        position: relative;
        background: #006BE1 url(../images/our-medical-wrap-background.jpg) left bottom / contain no-repeat;
}
.our-trucks .head-sec h3{
    color: #fff;
    text-align: center;
}
.our-trucks .head-sec h3 span{
    color: #fff;
}
.our-trucks-content p {
    font-size: 18px;
    color: #fff;
}
.our-trucks-content p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.our-trucks-content p a:hover {
  opacity: 0.8;
}
.our-trucks-content {
    text-align: center;
    padding-bottom: 20px;
}
.map-contant p{
    font-size: 14px;
}
.making-sec-wrap .head-sec h3 
{
    text-align: center;
}
.making-sec-wrap{
    padding: 120px 0px 20px;
    background: url(../images/left-pattern.png) left center / contain no-repeat;
}
.our-medical-wrap{
    padding: 120px 0px 80px;
    position: relative;
    background: #006BE1 url(../images/our-medical-wrap-background.jpg) left bottom / contain no-repeat;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

/* OSHA section start */
.ohsa-section-content{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}



.osha-imge-heading .head-sec h3 {
    
    width: 100%;
    margin-bottom: 20px;
}
.osha-contant h4{
    font-size: 20px;
    font-weight: 300;
}
.ohsa-section-ttl {
    font-size: 20px;
    font-weight: 700;
    max-width: 340px;
    margin: 0 auto;
}
.tick-icon {
    background-color: transparent;
    background-image: url(../images/done.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 28px;
    background-size: 23px 23px;
}
.osha-border {
    border: 1px solid #0047CE;
    margin: 40px 0;
}
.same-price-content {
    padding-left: 80px;
}
.osha-price {
    display: flex;
    align-items: center;

}
.osha-price .head-sec h3 {
    font-size: 30px;
    margin-bottom: 20px;
    
}
.osha-price .head-sec p {
    font-size: 20px;
}
/****form******/
.request-a-form{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #aed5ff3a 100%);
}
.request-a-quote .head-sec
{
    text-align: center;
}
.request-a-quote .head-sec h3
{
   margin-bottom: 20px;
}
.request-a-quote .head-sec h4
{
  font-size: 18px;
}
.request-a-quote-form
{
    padding-top: 30px;
}
.form-input
{
    margin-bottom: 15px;
}
.form-input span
{
    color: #ff0000;
}
.request-a-quote-form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #006be1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #006be16e;
}
.request-a-quote-form .form-select:focus {
    border-color: #006be1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #006be16e;
}
.request-a-quote-btn .primary-btn::before {
    content: "";
    border: 2px solid #006BE1;
    background-color: #006BE1;
}
.request-a-quote-btn .primary-btn {
    margin-left: 12px;
    color: #fff;
    
}
.request-a-quote-btn .primary-btn:hover {
    color: #006BE1;
  
}
.request-a-quote-btn .primary-btn:hover::after {
    content: "";
    border: 2px solid #006BE1;
    background-color: #fff;
    
}


.container-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.ind-main-txt {
    text-align: center;
    margin: 50px 0 50px 0;
}

.ind-main-txt p {
    font-size: 20px;
}

.ind-main-txt h3 {
    color: #202020;
    font-size: 50px;
}

span.ind-clr-blue {
    color: #006BE1;
}
.ind-box {
    width: calc(33.33% - 20px);
    margin: 10px;
}

.ind-flx {
    display: flex;
    flex-wrap: wrap;
}

.ind-box {
    position: relative;
    background: #61ce70;
}

.ind-box h4 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    /* left: 20%; */
    font-size: 35px;
    color: white;
    text-shadow: 0 3px 11px black;
    width: 100%;
    padding: 10px;
    /* height: 100%; */
}

.ind-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ind-flx-mg {
    margin: 0;
}
.ind-box img:hover{
    transition: 0.3s;
    cursor: pointer;
}
.ind-box:hover::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #006BE1;
}
.ind-box:hover h4{
    font-size: 20px;
    transition: .3s;
}
.mw-inner h1{
    color: #333333;
    font-size: 40px;
    text-align: center;
    padding: 0 0 50px 0;
}
.mw-wrap{
    width: 1100px;
    margin: 0 auto;
}
.mk-fancy-table.table-style2 {
    border-bottom: 0;
}
.mk-fancy-table table {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-radius: 3px;
}
.mk-fancy-table.table-style2 tr{
    border-bottom: 1px solid #dcdcdc;
}
.mk-fancy-table.table-style2 td {
    padding: 12px;
    border:0;
    
    background-color: transparent;
    text-align: center;
}

.mw-inner a {
    text-decoration: none;
    color: #000;
}
.mw-inner a:hover {
    color: #006BE1;
}
.mk-fancy-table.table-style2 td a{
    color: #006BE1;
}
.mk-fancy-table.table-style2 td a:hover{
    color: #000;
}
.florida-resources {
    background-image: url("images/asa.png");
    background-repeat: no-repeat;
    height: 490px;
    max-height: 490px;
    background-size: cover;
    background-position: center;
}
.florida-resources-txt {
    text-align: center;
    padding: 150px 0 0 0;
    color: white;
}
.florida-resources-txt h2{
    font-size: 45px;
}
.florida-resources-txt p{
    font-size: 19px;
    padding: 50px 0;
}
a{
    color: #006BE1;
}
.box-wrap {
    text-align: center;
    padding: 60px 40px 60px 40px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d8d8d8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.boxes-main {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    grid-column-gap: 40px;
}
.box-wrap img {
    max-width: 36px;
}
.box-wrap h3 {
    padding: 30px 0;
    font-size: 22px;
    color: #006BE1;
}
.box-wrap p {
    line-height: 26px;
    font-size: 16px;
    color: #a0a0a0;
}
.boxes-main {
    top: -156px;
    z-index: 1;
    position: relative;
    max-width: 1040px;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    grid-column-gap: 40px;
    flex: 1;
    width: 100%;
}
.box-wrap:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 52%);
    transition: 0.5s;
}


/************************************/
/********* Media Query start *********/
/************************************/
/*min width 1360*/
@media (max-width: 1420px){
	
}
/************************************/
/*min width 1280px */
@media (max-width: 1340px){	

}
/************************************/
/*min width 1024px*/
@media (max-width: 1260px){
    .inner-page-banner h1 {
        margin: 0px 0px 30px;
        font-size: 34px;
    }
}
/************************************/
@media (max-width: 991px){
    .inner-page-banner h1 {
        margin: 0px 0px 20px;
        font-size: 26px;
    }
    .inner-page-banner p {
        margin-bottom: 33px;
        font-size: 18px;
    }
    
    /* new added */
    .our-jacksonville-content-map iframe {
        width: 100%;
        height: 230px;
    }
    .osha-imge-heading
    {
        display: block;
    }
    .osha-imge-heading .head-sec h3 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .osha-price {
        display: block;
        align-items: center;
    }
    .same-price-content {
        padding-left: 0px;
        text-align: center;
    }
    .osha-image {
        text-align: center;
        padding-bottom: 20px;
    }
}
/************************************/
@media (max-width: 767px){
    .logo-wrap .inner-logo{
        margin-bottom: 40px;
        text-align: center;
    }
    .head-sec h3 {
        margin: 0px 0px 40px 0px;
        font-size: 36px;     
    }
    .comman-space-section {
        padding: 40px 0px 20px;
    }
    .calender .cal-img {
        width: 100px;
        margin: auto;
    }
    .calender .cal-img img {
        width: 100%;
    }
    .cal-text h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    .our-jacksonville-content {
        margin-bottom: 40px;
    }
}
/************************************/
@media (max-width: 575px){
    .head-sec h3 {
        margin: 0px 0px 30px 0px;
        font-size: 30px;
    }
	.inner-page-banner{
        background-position: top left;
    }
   
}
@media only screen and (max-width: 1280px){
    .outer-mg {
        padding: 0 36px;
    }
}

@media only screen and (max-width: 1024px){
    .ind-box h4{
        font-size: 25px;
    }
    .florida-resources-txt{
        padding: 80px 0 0 0;
    }
    .florida-resources-txt p{
        padding: 0px 0 40px;
    }
    .florida-resources{
        height: auto;
        padding: 0 20px 150px;
    }
    .box-wrap h3{
        padding: 30px 0 13px;
    }
}

@media only screen and (max-width: 767px){
    .ind-flx {
        flex-direction: column;
    }
    .ind-box{
        width: 100%;
            margin: 10px 0;
    }
    .outer-mg {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px){
    .mw-wrap {
        width: unset;
        margin: 20px;
    }
}
@media only screen and (max-width: 1024px){
    .boxes-main {
        max-width: 850px;
        grid-column-gap: 20px;
    }
}
@media only screen and (max-width: 767px){
    .boxes-main {
        flex-direction: column;
        max-width: 358px;
        grid-row-gap: 20px;
    }
    .florida-resources-txt{
        padding: 60px 0 0 0;
    }
}
.regulations-block-main .head-sec
{ 
    max-width: 800px;
    margin: 0 auto;
}
.regulations-block-main .calnder-section{
    max-width: 1000px;
    margin: 0 auto;
}

.regulations-block-main{
    padding-bottom: 60px;
}
.term-florida .regulations-block-main{
    padding-top: 0;
    padding-bottom: 80px !important;
}
.regulations-block-main .calnder-section p a{
    color: #006BE1;
    font-weight: bold;
}
body .medical-waste-header-block {
    padding-top: 50px;
}
body .medical-waste-header-block .mw-inner h1{
	padding:0 0 20px 0;
}
body .nationwide-block-main .head-sec {
    max-width: 930px;
}
.medical-waste-header-block h1 {
    color: #202020;
    margin: 0px 0px 50px 0px;
    font-size: 50px;
    font-weight: 800;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	    margin-bottom: 20px;
}
@media (max-width:1199px){
	.scroll-menu .elementskit-menu-container ul {
    grid-column-gap: 26px;
}
}
@media (max-width:767px){
	.medical-waste-header-block h1{font-size:36px;}
}
@media (max-width:575px){
	.medical-waste-header-block h1{font-size:30px;}
}
.hdr-f-w .elementor-container {
    flex-wrap: wrap;
}

