*{
    margin: 0;
    padding: 0;
   font-family: sans-serif;
    box-sizing: border-box;
}

.navbar{
    width: 100%;
    height: 90px;
    margin: auto;
    padding: 1px 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-color: black;
	border-bottom: 1px solid;
	background: ghostwhite;
	z-index: 1;
}

.logo{
    width: 270px;
    cursor: pointer;
}

.navbar ul li{
    list-style: none;
    display: inline-flex;
    margin: 0 30px;
    position: relative;
}

.navbar ul li a{
    text-decoration: none;
    color: midnightblue;
}

.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0%;
    background: royalblue;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: .40s;
	cursor: pointer;
}

.navbar ul li:hover::after{
    width: 100%;   
}

.dropbtn {
  	background-color: ghostwhite;
  	color: midnightblue;
	font-size: 16px;
  	border: none;
	padding-bottom: auto;
	cursor: pointer;
}

.dropdown {
  	position: relative;
  	display: inline-block;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 300px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	color: black;
  	padding: 16px 14px;
  	text-decoration: none;
  	display: block;
}

.dropdown-content a:hover{
	background-color: #ddd;	
	border-radius: 4.5%;
}

.dropdown:hover .dropdown-content{
	margin-top: 26%;
	display: block;
	text-align: center;
	margin-left: -118%;
	border-radius: 2.5%;
}

.hamburger{
	display: none;
}

footer{
	position: absolute;
	margin-top: auto;
	background: aliceblue;
	width: 100%;
	padding-top: -100px;
	color: midnightblue;
	border-top: solid black thin;
	border-top-style: dotted;
}

.footer-content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.logo2{
	height: 120px;
	width: 300px;
	margin-bottom: -100px;
	margin-left: -75%;
    margin-top: -5px;
}

.footer-content h4{
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 2rem;
	text-align: center;
}

.footer-content p{
	max-width: 500px;
	margin: 5px auto;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	color:  black;
}

.add{
	margin-left: 35%;
	margin-bottom: -82px;
}

.con{
	margin-left: 78%;
	margin-bottom: 1%;
}

.footer-bottom{
	background: cadetblue;
	width: 100%;
	padding: 5px 0;
}

.footer-bottom p{
	font-size: 13px;
	color: ghostwhite;
	word-spacing: 2px;
	text-align: center;
}

.wrapper{
    width: 90%;
    margin: 0 auto;
}

.num li{
	list-style: none;
    align-items: center;
    display: inline-flex;
    margin: 0 20px;
    position: relative;
    font-size: 1.5rem;
    bottom: 35px;
}

.num a{
	text-decoration: none;
	color: cadetblue;
}

.num a:hover{
	text-decoration: none;
	color: midnightblue;
}




/* ---------- HOME ---------- */

.banner{
    background-image: url('General Photos/bg1.jpg');
    background-size: cover;
    background-position: center center;
    top: 90px;
    height: 66%;
    width: 100%;
    position: fixed;
	z-index: -1;
}

.banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: lightblue;
    opacity: .3;
    z-index: -1;
}

.banner h2{
    padding-top: 9%;
	text-align: center;
    font-size: 80px;
    color: black;
}

.content{
    width: 100%;
    height: auto;
    position: relative;
    background: ghostwhite;
    top: 500px;
    text-align: center;
	border-color: black;
	border-top: 1px dotted;	
}

.content h2{
    font-size: 30px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: center;
    color: dimgray;
}

.container1{
    display: flex;
    column-gap: 2%;
    position: center;
	margin-bottom: 2.5%;
}

.box1{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box1 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
	max-width: 100%;
}

.one{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box2{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box2 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -25.5%;
}

.two{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box3{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box3 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
}

.three{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.container2{
    display: flex;
    column-gap: 2%;
    position: center;
	margin-bottom: 2.5%;
}

.box4{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box4 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
}

.four{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box5{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box5 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
}

.five{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box6{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box6 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
}

.six{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.container3{
    display: flex;
    column-gap: 2%;
    position: center;
	margin-bottom: 5%;
}

.box7{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box7 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -21.5%;
}

.seven{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box8{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box8 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -17%;
}

.eight{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box9{
    height: 150px;
    width: 700px;
    background-color: midnightblue;
	float: left;
	border-radius: 20px;
	justify-content: space-between;
	transition: 0.5s;
}

.box9 h1{
	color: white;
	font-size: 30px;
	margin-left: 34%;
	margin-top: -17%;
}

.nine{
    height: 65%;
    width: 28%;
	border-radius: 10px;
	border-color: black;
	border-width: thin;
	border-style: solid;
	margin-right: 60%;
	margin-top: 6.5%;
}

.box1 a, .box2 a, .box3 a, .box4 a, .box5 a, .box6 a, .box7 a, .box8 a, .box9 a{
	text-decoration: none;
}

.box1:hover, .box2:hover, .box3:hover, .box4:hover, .box5:hover, .box6:hover, .box7:hover, .box8:hover, .box9:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,1);
}

.wrapper1{
  	display: flex;
  	max-width: 100%;
  	position: relative;
}

.wrapper1 i{
  	top: 41.5%;
  	height: 44px;
  	width: 44px;
  	color: white;
  	cursor: pointer;
  	font-size: 1.15rem;
  	position: absolute;
  	text-align: center;
  	line-height: 44px;
  	background: cadetblue ;
  	border-radius: 50%;
  	transform: translateY(-50%);
  	transition: transform 0.1s linear;
}

.wrapper1 i:active{
  	transform: translateY(-50%) scale(0.9);

}

.wrapper1 i:hover{
	color: black;
 	background: skyblue;
 
}

.wrapper1 i:first-child{
  	left: 30px;
  	display: none;
}

.wrapper1 i:last-child{
  	right: 30px;
}

.wrapper1 .carousel{
  	font-size: 0px;
   	overflow: hidden;
  	white-space: nowrap;
  	scroll-behavior: smooth;
}

.carousel.dragging{
  	cursor: grab;
 	scroll-behavior: auto;
}

.carousel.dragging img{
  	pointer-events: none;
}

.carousel img{
 	height: 80%;
 	width: 30%;
	user-select: none;
	margin-left: 3%;
	margin-bottom: 5%;
	border-radius: 5%;
	border: solid thin black;  
	box-shadow: 0 2px 0 #A5A5A5;
}

.carousel img:first-child{
	margin-left: 0%;
}

.c1, .c2, .c3, .c4{
	margin-right: 3%;
}

.container4{
  	max-width: 1200px;
   	margin: 0 5%;
   	padding: 0 3rem 6rem;
   	text-align: center;
}

.container4 .products-container{
   	display: grid;
   	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
   	gap: 3rem;
}

.container4 .products-container .product{
   	text-align: center;
   	padding: 3rem 2rem;
   	background: #fff;
   	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   	outline: thin solid midnightblue;
   	outline-offset: -1.5rem;
   	cursor: pointer;
   	transition: 0.3s;
   	border-radius: 15px;
}

.container4 .products-container .product:hover{
	outline: thin solid cadetblue;
	outline-offset: 0;
   	border-radius: 15px;
}

.container4 .products-container .product img{
   	height: 11rem;
   	border-radius: 10px;
   	transition: 0.3s;
}

.container4 .products-container .product:hover img{
   	transform: scale(.9);
}

.container4 .products-container .product h3{
   	padding: 3rem 0;
   	font-size: 1.6rem;
   	color: midnightblue;
}

.container4 .products-container .product:hover h3{
   	color: cadetblue;
}

.container4 .products-container .product .st{
   	font-size: 1.4rem;
   	margin-top: -9%;
   	margin-bottom: -4%;
   	color:#444;
}

.products-preview{
   	position: fixed;
   	top:0; left:0;
   	min-height: 100vh;
   	width: 100%;
   	background: rgba(0,0,0,.8);
   	display: none;
   	align-items: center;
   	justify-content: center;
   	z-index: 1;
}

.products-preview .preview{
   	display: none;
   	padding:2rem;
   	text-align: center;
   	background: #fff;
   	position: relative;
   	margin:2rem;
   	width: 23rem;
   	height: auto;
   	border-radius: 15px;
}

.products-preview .preview.active{
   	display: inline-block;
}

.products-preview .preview img{
   	height: 12rem;
   	border-radius: 10px;
}

.products-preview .preview .fa-times{
   	position: absolute;
   	top:1rem;
   	right:1.5rem;
   	cursor: pointer;
   	color: black;
   	font-size: 1.5rem;
}

.products-preview .preview h3{
   	color: black;
   	padding: 2rem 0;
   	margin-bottom: -10%;
   	font-size: 2rem;
}

.products-preview .preview p{
   	line-height: 1.5;
   	padding:2rem 0;
   	font-size: 1.2rem;
   	color:#777;
}

.products-preview .preview .price{
   	padding: 0;
   	font-size: 2rem;
   	color: midnightblue;
}





/* ---------- ABOUT US ---------- */

.bannerA{
    background-image: url('General Photos/bg1.jpg');
    background-size: cover;
    background-position: center center;
    top: 90px;
    height: 66%;
    width: 100%;
    position: fixed;
	z-index: -1;
}

.bannerA:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: lightblue;
    opacity: .3;
    z-index: -1;
}

.bannerA h2{
    padding-top: 12%;
	text-align: center;
    font-size: 80px;
    color: black;
}

.contentA{
  	width: 100%;
    height: auto;
    position: relative;
    background: ghostwhite;
    top: 500px;
    text-align: center;
	border-color: black;
	border-top: 1px dotted;	
}

.mta1{
  	font-size: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: left;
	margin-left: 9.7%;
    color: dimgray;
}

.mta2{
   	font-size: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: center;
    color: dimgray;
}

.apic{
	height: 40%;
    width: 40%;
	border-radius: 10px;
	margin-left: 39.9%;;
	margin-bottom: 30px;
	margin-top: 1%;
	transition: 0.5s;
}

.apic:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
}

.a{
	font-size: 20px;
	text-align: justify;	
	margin-bottom: 5%;
	margin-top: -25.5%;
	margin-left: 10%;
	margin-right: 52%;
	text-indent: 10%;
}


span{
	color: midnightblue;
}


.row{
	margin-top: 0%;
	display: flex;
	justify-content: space-between;
}

.mvp-col{
	flex-basis: 31%;
	background: #D6EAF8;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}

.mvp-col h3{
	color: #1B4F72 ;
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	margin-top: -1px;
}

.mvp-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
}





/* ---------- DENTAL INSTRUMENTS ---------- */

.bannerP1{
    background-image: url('General Photos/bg1.jpg');
    background-size: cover;
    background-position: center center;
    top: 90px;
    height: 66%;
    width: 100%;
    position: fixed;
	z-index: -1;
}

.bannerP1:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: lightblue;
    opacity: .3;
    z-index: -1;
}

.bannerP1 h2{
    padding-top: 12%;
	text-align: center;
    font-size: 80px;
    color: black;
}

.contentP1{
  	width: 100%;
    height: auto;
    position: relative;
    background: ghostwhite;
    top: 500px;
    text-align: center;
	border-color: black;
	border-top: 1px dotted;	
}

.containerP1{
	max-width: 1200px;
   	margin: 0 5%;
   	padding: 44px 2rem 6rem;
   	text-align: center;
}

.containerP1 .products-containerP1{
   	display: grid;
   	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   	gap: 3rem;
}

.containerP1 .products-containerP1 .productP1{
   	height: 23.5rem;
   	text-align: center;
   	padding: 3rem 2rem;
   	background: #fff;
   	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   	outline: thin solid midnightblue;
   	outline-offset: -1.5rem;
   	cursor: pointer;
   	transition: 0.3s;
   	border-radius: 15px;
}

.containerP1 .products-containerP1 .productP1:hover{
	outline: thin solid cadetblue;
	outline-offset: 0;
   	border-radius: 15px;
}

.containerP1 .products-containerP1 .productP1 img{
   	height: 13rem;
   	border-radius: 10px;
   	transition: 0.3s;
}

.containerP1 .products-containerP1 .productP1:hover img{
   	transform: scale(.9);
}

.containerP1 .products-containerP1 .productP1 a{
   	text-decoration: none;
}

.containerP1 .products-containerP1 .productP1 h3{
   	padding: 2rem 0;
   	font-size: 1.5rem;
   	color: midnightblue;
}

.containerP1 .products-containerP1 .productP1:hover h3{
   	color: cadetblue;
}





/* ---------- CATALOUGES ---------- */

.bannerCa{
    background-image: url('General Photos/bg1.jpg');
    background-size: cover;
    background-position: center center;
    top: 90px;
    height: 66%;
    width: 100%;
    position: fixed;
	z-index: -1;
}

.bannerCa:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: lightblue;
    opacity: .3;
    z-index: -1;
}

.bannerCa h2{
    padding-top: 12%;
	font-size: 80px;
	text-align: center;
    color: black;
}

.contentCa{
  	width: 100%;
    height: auto;
    position: relative;
    background: ghostwhite;
    top: 500px;
    text-align: center;
	border-color: black;
	border-top: 1px dotted;	
}

.contentCa h2{
  	font-size: 30px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: center;
    color: dimgray;
}

.cat{
	display: inline-flex;
	align-items: left;
	margin-bottom: 3.5%;
}

.cat2{
	display: inline-flex;
	padding: 20px;
	margin-top: -1.5%;
	margin-bottom: 4%;
}

.cat3{
	display: inline-flex;
	padding: 20px;
	margin-top: -1.5%;
	margin-bottom: 4%;
}

.cat4{
	display: inline-flex;
	padding: 20px;
	margin-top: -1.5%;
	margin-bottom: 4%;
}

.cat5{
	display: inline-flex;
	padding: 20px;
	margin-top: -1.5%;
	margin-bottom: 4%;
}




/* ---------- CONTACT US ---------- */

.bannerC{
    background-image: url('General Photos/bg1.jpg');
    background-size: cover;
    background-position: center center;
    top: 90px;
    height: 66%;
    width: 100%;
    position: fixed;
	z-index: -1;
}

.bannerC:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: lightblue;
    opacity: .3;
    z-index: -1;
}

.bannerC h2{
    padding-top: 12%;
	font-size: 80px;
	text-align: center;
    color: black;
}

.contentC{
  	width: 100%;
    height: auto;
    position: relative;
    background: ghostwhite;
    top: 500px;
    text-align: center;
	border-color: black;
	border-top: 1px dotted;	
}

.mtc1{
  	font-size: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: left;
	margin-left: 9.5%;
    color: dimgray;
}

.mtc2{
  	font-size: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    letter-spacing: 2px;
	text-align: left;
	margin-left: -0.7%;
	margin-bottom: -4%;
    color: dimgray;
}


.conC{
	text-align: left;
	font-size: 120%;
	margin-left: 10%;

}

.addC{
	text-align: left;
	font-size: 120%;
	margin-top: -6.3%;
	margin-left: 61.5%;
}

.conC p, .addC p{
	margin-top: 10px;
}


.location{
	width: 80%;
	margin: auto;
	align-items: center;
	padding: 40px 0;
}

.location iframe{
	width: 100%;
	margin-bottom: 2%;
	border-radius: 5px;
}

.contact-col input{
	width: 38%;
	padding: 15px;
	margin-bottom: 2%;
	margin-left: 10%;
	display: flex;
	outline: none;
	font-style: italic;
	border: thin solid #A5A5A5;
	box-sizing: border-box;
	background-color: aliceblue;
	border-radius: 5px;
	box-shadow: 0 1.5px 0 #A5A5A5;
}

.contact-col textarea{
	width: 40%;
	padding: 15px;
	height: 28.7%;
	margin-top: -17.6%;
	margin-bottom: 3%;
	margin-left: 50%;
	display: flex;
	outline: none;
	font-style: italic;
	border: thin solid #A5A5A5;
	box-sizing: border-box;
	background-color: aliceblue;
	border-radius: 5px;
    box-shadow: 0 1.5px 0 #A5A5A5;

}

.btn{
	color: white;
    background-color: cadetblue;
	border-radius: 5px;
	border: thin solid black;
	box-shadow: 0 1.5px 0 #A5A5A5;
	padding: 10px 20px;
	cursor: pointer;
	margin-bottom: 10%;
}