*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.slick-dots li button:before{
	color: #000 !important;
}

.slick-dots li.slick-active button:before {
    color: #50A8A8 !important;
	opacity: 1 !important;
}

.tab-content p{
	color: #000;
}

#block-slider{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#block-slider img{
	width: 90% !important;
	display: block !important;
	margin: 0 auto !important;
}

.fromLeftIn
{
        transition: transform 1.0s ease, opacity 1.0s ease;
        
        transform: translate(0,0);
        opacity: 1.0;
}

.fromLeftOut
{
        transition: transform 1.0s ease, opacity 1.0s ease;
        
        transform: translate(-10px,0);
        opacity: 0.0;
}

.new-title h2{
	font-size: 25px !important;
    margin-bottom: 0;
    margin-top: 2rem;
}

.block-footer img{
	width: 80%;
    margin-top: -17px;
}

.body-b2-2 p, .body-b2-2 ul li{
	font-size: 16px;
	list-style-position: inside;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-3-line.png') !important;
}

.navbar-light .navbar-toggler {
    border-color: #50A8A8 !important;
}

.navbar-toggler {
    background-color: #50A8A8 !important;
    width: 46px;
    border-radius: 0 !important;
    height: 40px;
    text-align: center;
    padding: 1px;
}

.navbar-phone{
	padding: 1px;
    font-size: 26px;
    background-color: #50A8A8;
    border: 1px solid transparent;
    color: #fff;
    width: 46px;
    height: 40px;
    text-align: center;
}

.pk-none{
    display: none;
}

.active{
    color: #50A8A8 !important;
}

a, h1, h2, h3, h4, h5, h6, span, p, div{
    font-family: 'Montserrat';
}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar .container{
    display: block;
}

.about-title{
	color: #127575;
	margin-bottom: 3rem;
}

.f-nav{
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px #107B80;
    background: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block !important;
}

.fix-nav img {
    width: 12%;
    margin-left: 10px;
}

#block-0{
    padding-top: 10px;
    padding-bottom: 5px;

}

.block-0-1{
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 5px;
}

.block-0-2{
    padding-top: 15px;
    padding-bottom: 5px;
}

.b0-top a{
    color: #9C9C9C;
    font-size: 14px;
    margin-right: 1rem;
    cursor: pointer;
}

.b0-top .dropdown{
    float: right;
}

.menu-top{
    display: flex;
    justify-content: space-around;
}

.menu-top a{
    color: #000;
    font-size: 14px;
}

.b0-bottom a{
    color: #000;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    line-height: 17px;
}

.b0-bottom{
	float: right;
}

#block-1{
    padding-top: 4rem;
    padding-bottom: 2rem;
    height: 100vh;
    position: relative;
    background: url("../images/background_medline_asisa.jpg") center no-repeat;
    background-size: cover;
}

.body-b1 h1{
    font-size: 50px;
    color: #127575;
    font-weight: bolder;
}

.body-b1 p{
    font-size: 15px;
    color: #000;
	margin-bottom: 5rem;
}

.b1-btn{
    margin-top: 2rem;
}

.b1-btn a{
    font-size: 15px;
    padding: 1rem 2rem;
    text-align: center;
    margin-right: 1rem;
	text-transform:uppercase;
}

.b1-btn .a-b1-1{
    background: #50A8A8;
    color: #fff;
    border: 1px solid #50A8A8;
	transition: all ease-in .5s;
	text-decoration:none;
}

.b1-btn .a-b1-1:hover{
	background: #fff;
    color: #50A8A8;
    border: 1px solid #50A8A8;
	transition: all ease-in .5s;
}

.b1-btn .a-b1-2{
    background: #fff;
    color: #127575;
    border: 1px solid #50A8A8;
	transition: all ease-in .5s;
	text-decoration:none;
}

.b1-btn .a-b1-2:hover{
	background: #50A8A8;
    color: #fff;
    border: 1px solid #50A8A8;
	transition: all ease-in .5s;
}

#block-2{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.title-b2 h2{
    font-size: 50px;
}

.body-b2-2 a{
    background: #50A8A8;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 2.5rem;
    transition: all ease-in .5s;
    text-decoration: none;
    text-align: center;
	text-transform: uppercase;
}

.body-b2-2 a:hover{
    background: #fff;
    color: #50A8A8;
    border: 1px solid #50A8A8;
    transition: all ease-in .5s;
}

#block-3{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #50A8A8;
}

.title-b3 h2{
    color: #fff;
    margin-bottom: 2rem;
}

.body-b3-1{
    text-align: center;
}

.body-b3-1 p{
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 0;
    margin-top: 1rem;
}

.body-b3-1 a{
    font-size: 15px;
    color: #fff;
}

.body-b3-1 img{
    width: 100%;
    height: 165px;
    object-fit: none;
    background: #fff;
}

#block-4{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #F5F6F9;
}

.title-b4 h2{
    color: #000;
}

.card, .card-header{
    border: none;
    background-color: transparent;
}

.card-header button{
    width: 100%;
    text-align: left;
    font-size: 18px;
    display: flex;
    color: #000;
    font-weight: bolder;
    justify-content: space-between;
    align-items: center;
}

.card-body{
    padding-top: 0 !important;
}

.card-body a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #50A8A8;
    font-weight: bolder;
    background: none;
}

.products-show{
    margin-bottom: 1rem;
}

.products-show a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    text-align: center;
}

.products-show img{
	width: 100%;
    height: 220px !important;
    object-fit: cover;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
	margin-bottom: 1rem;
}

#block-5{
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-bottom: -7px;
}

.card-bs-pos{
    position: absolute;
    top: 4rem;
    width: max-content;
}

.car-b5{
    background: #fff;
    padding: 1rem;
    width: 100%;
}

.car-b5 h5{
    font-size: 25px;
}

.car-b5 p{
    color: #8E8E8E;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 1rem;
    text-transform: uppercase;
}

.car-b5 a{
    color: #212121;
    font-size: 13px;
    font-weight: bolder;
}

.icons-b5 a{
    background: #50A8A8;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
    display: inline-block;
}

#footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #50A8A8;
}

.block-footer p{
    color: #fff;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.block-footer h4{
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bolder;
}

.block-footer a{
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: .5rem;
}

#footer-2 {
    padding: 1rem;
}

#footer-2 a{
    color: #50A8A8;
    font-size: 15px;
}

#block-1-cat{
    height: 100vh;
}

#block-1-cat .body-b1 h1{
    font-weight: bolder;
    color: #000;
    margin-top: 25%;
    background: #ffffffb3;
    padding: .5rem;
}

#block-1-cat .body-b1 p{
    color: #000;
    background: #ffffffb3;
    padding: .5rem;
}

.body-b2-2 form input{
    width: 90%;
    height: 50px;
    padding: 10px;
    color: #565656;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    box-shadow: inset 0 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.body-b2-2 form button{
    width: 90%;
    height: 55px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 2px;
}

#block-1-product{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: cover;
    background: linear-gradient(89.94deg, #50A8A8 0.04%, rgba(80, 168, 168, 0.65) 99.95%), url('../images/8e001c9f088a2ff65a278571b7f3582a.jfif');
}

.navs-ps{
    display: flex;
    align-items: center;
}

.navs-ps a{
    margin-right: 1rem;
    color: #fff;
}

.body-b1 h2{
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    margin-top: 2rem;
}

#block-3-about{
    padding-bottom: 2rem;
    padding-top: 2rem;
    background: #E5E5E5;
}

.block-a-4{
    position: relative;
    margin-bottom: 14rem;
}

.block-a-4 img{
    width: 35%;
    left: 33%;
    top: 5px;
    margin: 0 auto;
    display: block;
    position: absolute;
}

.img-2{
    width: 50% !important;
    left: 95px !important;
}

.img-3{
    width: 51% !important;
    left: 103px !important;
    top: 45px !important;
}

.block-a-4 p{
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin-top: 11rem;
    position: absolute;
}

.bg-lin{
    position: absolute;
    top: 37px;
    left: 33.5%;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: linear-gradient(137.66deg, #AED1D1 19.2%, #50A8A8 76.33%);
    z-index: 0;
}

#block-4-about{
    padding-bottom: 2rem;
    padding-top: 2rem;
    background: #E5E5E5;
}

#block-5-about{
    padding-bottom: 10rem;
    padding-top: 2rem;
    background: #E5E5E5;
}

.block-b4-2-a{
    position: relative;
}

.block-b4-2-a span{
    position: absolute;
    top: -24px;
    text-align: center;
    text-transform: uppercase;
    color: #DADADA;
    font-size: 80px;
    left: 148px;
    z-index: 0;
}

.img-22{
    position: absolute;
    top: -1px;
    left: 14rem;
}

.bottom-b2-a{
    top: 87px;
    left: 34px;
}

.img-33{
    position: absolute;
    top: 51px;
    left: 13rem;
}

.top-b2-a{
    top: 0;
    left: 34px;
}

.img-44{
    position: absolute;
    top: -26px;
    left: 14rem
}

#block-3-p{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #E5E5E5;
}

#block-3-p p, #block-3-p a{
    color: #000;
}

#block-2-con{
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.car-b5-con{
    background: #fff;
    padding: 1rem;
}

.car-b5-con h5{
    font-size: 25px;
}

.car-b5-con p{
    color: #8E8E8E;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 1rem;
    text-transform: uppercase;
}

.car-b5-con a{
    color: #212121;
    font-size: 13px;
    font-weight: bolder;
}

.car-b5-con .icons-b5 a{
    background: #50A8A8;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
    display: inline-block;
}

.con-a a{
    display: block;
}

.block-pro-a a{
    margin-right: 1rem;
    color: #000;
    font-size: 15px;
    font-weight: bolder;
}

.back{
    color: #C4C4C4 !important;
    padding: 7px 1rem;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.block-images img{
    border-radius: 7px;
}

.fotorama__wrap{
    width: 100% !important;
}

.fotorama__wrap--toggle-arrows{
    width: 100% !important;
}

.img-vector{
	position: absolute;
	top: 31px;
    left: 48%;
    width: 6%;
}

.pro-a img{
	height: 160px;
}

.pro-a a{
	font-size: 12px;
}

.slick-next{
	display: none !important;
}