@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* Default CSS */
:root {
    --blue :#354786;
    --black:#000;
    --yellow:#fbc467;
    --white:#fff;
    --gray:#c5c9d4;
    --maroon :#800000;
    --light-gray:rgb(134, 133, 133);
    --opicity-v1:rgb(4 4 4 / 13%);
  
}
body
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}
ol, ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
}
/* Default Css End */
#navbars
        {
            position:fixed;
            width: 100%;
            z-index: 99999;
        }
            
        .header_gap
        {
            padding-top:80px;
        }

/*home page css start*/
.navbar-collapse.show
{
	height: 100vh;
}
.navbar-light button
{
	color: var(--blue);
}
.navbar-brand img
{
	width: 200px;
}
.header-navbg
{
	/*background-image: url('../img/header_bg new.jpg');
	background-size: cover;*/
	background: var(--gray);
}
.nav-link
{
	color: var(--blue) !important;
	font-size: 17px;
	font-weight: 600;
}
.nav-link:hover
{
	color: var(--white) !important;
	font-size: 17px;
	font-weight: 600;
}
.nav-contact a
{
	color: var(--blue) !important;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 25px;
	text-decoration: none;
}
.nav-contact a:hover
{
	color: var(--blue) !important;
}
.nav-contact a i
{
	color: var(--blue) !important;
	font-size: 17px;
	margin-right: 8px;
	display: inline-block;
}
.nav-item .dropdown-menu li a {
    color: var(--blue) !important;
    font-size: 17px;
    font-weight: 600;
    text-align: left;

}
.dropdown-menu
{
	background: var(--gray) !important;
	border: none !important;
}
.dropdown-menu li a:hover
{
	background: var(--gray) !important;
	color: var(--white) !important;
}
.welcome-matzon
{
	background-color: var(--blue);
}
.welcome-matzon .inner-heading2 h2
{
	font-size: 40px;
    color: var(--white);
    font-weight: 800;
}
.welcome-matzon .inner-heading3 h3
{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
     padding-bottom:60px;
}
.welcome-matzon .inner-pragraph p
{
	font-size: 17px;
    color: var(--white);
}
.our-mattress-section
{
	background-image: url('../img/bg2new.jpg');
}
.our-mattress-section .inner-heading2 h2
{
	color: var(--blue);
	font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}
/*New CSS*/
.series-head {
    margin-bottom: -39px;
}
.pillow{
	margin: 0 0 0 0 !important;
    }
 .pillow-section .inner-heading4-pillows h4 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
	}
	.bg-white.p-4.border {
		padding:14px 14px 14px 14px!important;
}
.form-group.mt-5 {
    margin-top: 0 !important;
}

.active {
    color: var(--white) !important;;
}
/*New CSS end*/

.our-mattress-section .inner-heading3 h3 a
{
	color: var(--blue);
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}
.mattress-series-item .inner-heading3 
{
	background: var(--white);
	transition: 1s;
	text-align: center;
	padding: 8px 50px;
	transition: 1s;
}
.our-mattress-section .mattress-series-item:hover > .inner-heading3 
{
	color: var(--white) !important;
	background-color: var(--blue);
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}
.our-mattress-section .mattress-series-item:hover > .inner-heading3 h3 a
{
	color: var(--white);
	font-size: 18px;
	text-align: center;
}

.inner-img img
{
	cursor: pointer;
}
.our-mattress-section .inner-btn button
{
	color: var(--white);
	background-color: var(--blue);
	margin-top: 50px;
	margin-bottom: 80px;
	font-size: 17px;
	font-weight: 400;
	padding: 13px 50px;
	transition: 1s;
	/*border: 1px solid #fff;*/
}
.our-mattress-section .inner-btn button:hover
{
	color: var(--white);
	background-color: var(--black);	
}
.matzon-pillows-sec .bg-color 
{
	background-color: var(--blue);
	text-align: center;
}
.matzon-pillows-sec .inner-heading2 h2
{
	font-size: 40px;
    color: #fff;
    font-weight: 800;
}
.matzon-pillows-sec .inner-pragraph p
{
	/*font-weight: 500;*/
    font-size: 18px;
    color: var(--white);
}
.matzon-pillows-sec .inner-btn button
{
	color: var(--white);
	background-color: var(--blue);
	margin-top: 50px;
	font-size: 17px;
	font-weight: 400;
	padding: 13px 50px;
	transition: 1s;
	border: 1px solid #fff;
}
.matzon-pillows-sec .inner-btn button:hover
{
	background-color: var(--black);
}
.importance-mattress-sec .bg-color 
{
	background-color: var(--yellow);
	text-align: center;
}
.importance-mattress-sec .inner-heading2 h2
{
	font-size: 40px;
    color: var(--blue);
    font-weight: 800;
    
}
.importance-mattress-sec .inner-pragraph p
{
	font-weight: 400;
    font-size: 18px;
    color: var(--black);
}
.importance-mattress-sec .inner-btn button
{
	color: var(--white);
	background-color: var(--blue);
	margin-top: 50px;
	font-size: 17px;
	font-weight: 400;
	padding: 13px 50px;
	transition: 1s;
	border: 1px solid white;
}
.importance-mattress-sec .inner-btn button:hover
{
	background-color: var(--black);
}
.request-sec
{
	background-image: url(../img/contact.jpg);
	background-size: cover;
}
.request-sec .inner-heading2 h2
{
	font-size: 40px;
    color: var(--blue);
    font-weight: 800;
}
.request-sec .form-control
{
	background-color: rgba(255, 255, 255, .5);
	color: var(--black);
	border-radius: 40px
}
.request-sec .form-control:focus
{
	box-shadow: none;
	border: #ddd solid 1px;
	background-color: rgba(255, 255, 255, .5);
}
.request-sec .inner-btn button
{
	color: var(--white);
	background-color: var(--blue);
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 400;
	padding: 10px 60px;
	border: 1px solid #fff;
}
.request-sec .inner-btn button:hover
{
	background-color: var(--black);
	transition: 1s;
}
.footer-sec
{
	background: var(--blue);
}

.footer-sec .copyright p
{
	    color: var(--white);
    text-align: center;
    padding: 30px 0px;
}
.footer-sec .copyright p a
{
	color: var(--white);
	text-align: center;
}
.footer-sec .float-end
{
	padding-bottom: 12px;
}

.img-slider .owl-nav
{
    position: absolute;
    bottom: 25px;
    width: 110px;
    left: 8%;
}

.owl-next
{
    right: 0px;
    position: absolute;
    width: 46px;
    height: 48px;
    text-align: center;
    color: var(--white) !important;
    font-size: 38px !important;
    background-color: #333 !important;
    border-radius: 50px;
}
.owl-prev
{
    left: 0px;
    position: absolute;
    width: 46px;
    height: 48px;
    text-align: center;
    color: var(--white) !important;
    font-size: 38px !important;
    background-color: var(--black) !important;
    border-radius: 50px;
}
.owl-prev:hover
{
	background: var(--blue) !important;
}
.owl-next span, .owl-prev span
{
    margin-top: -10px;
    display: block;
}
.owl-next:hover
{
	background: var(--blue) !important;
}
.owl-dots
{
	display: none;
}
.owl-prev i, .owl-next i
{
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.goto-top
{
    position: fixed;
    bottom: 12px;
    right: 10px;
    z-index: 999;
    background-color: var(--blue);
    font-size: 25px;
    color: var(--white);
    padding: 4px 8px;
    border-radius: 20%;
}
.footer-logo
{
        margin-top: -50px;
}


@media (max-width : 576px) {
 .nav-contact a  {
    display: block;
    text-align: center;
    margin: 0px auto;
  }
  .mbs-center
  {
  	display: block !important;
  	    height: 100vh !important;
  }
  .navbar-brand img
	{
		width: 150px;
	}
  
	.nav-item .dropdown-menu li a {
    text-align: center;

}
.footer-logo
{
        margin-top: -27px;
}
}
/*home page css end*/
/*home page new css*/
.request-sec {
    background-image: url(../img/bedroom.jpg);
    background-size: cover;
}
.map-responsive.px-3 {
    padding: 0 0 0 0 !important;
}
/*home page new css end*/

/*about page css start*/
.about-section
{
	background-image: url(../img/about-head.jpg);
	background-size: cover;
}
.about-section .inner-heading2 h2
{
	font-size: 28px;
	color: var(--blue);
	font-weight: bold;
}
.about-section .inner-pragraph p
{
	font-size: 18px;
	color: var(--black);
}
.about-section .inner-btn button
{
	color: var(--white);
	background-color: var(--blue);
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 17px;
	font-weight: 500;
	padding: 20px 35px;
	transition: 1s;
	border: 1px solid white;
}
.about-section .inner-btn button:hover
{
	background-color: var(--black);
}
/*about page css end


/*ortho section css start*/
.ortho-section {
    background-image: url(../img/bg2new.jpg);
}
.ortho-section .inner-heading2 h2
{
	font-size: 40px;
	color: var(--blue);
    font-weight: 800;
    line-height: 55px;
}
.ortho-section .inner-heading1 h1
{
	font-size: 32px;
	font-weight: bold;
}
.ortho-section .inner-heading4 h4
{
	font-size: 16px;
    color: #B4841D;
    font-weight: 800;
	font-family: 'Roboto Condensed';
}
.ortho-section .inner-pragraph p
{
	font-size: 14px;
}
/*ortho section css end*/

/*pillow section css start*/
.pillow-section
{
	background-image: url(../img/bg2new.jpg);
	background-size: cover;
	/*padding-top: 100px;*/
	padding-bottom: 100px;
}
/*.bg-img
{
	background-image: url(../img/pillows.png);
	background-size: 100%;
	padding-top: 50px;
	background-repeat: no-repeat;
}*/
.pillow-section .inner-heading4-pillows h4
{
	font-size: 40px;
	color: var(--blue);
	font-weight: 800;
	padding-bottom: 110px;
}
.pillow-section .inner-heading3 h3
{
	font-weight: bold;
	font-size: 24px;
	color: var(--blue);
}
.pillow-section .inner-heading4 h4
{
	font-size: 16px;
	color: #B4841D;
	margin-bottom: -20px;
	padding-bottom: 60px;
	font-weight: 800;
	font-family: 'Roboto Condensed';
}
/*New css add*/
.our-mattress-section .mattress-series-item:hover > .inner-heading3 {
    color: var(--white) !important;
    background-color: var(--blue);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}
.pillow{
	margin: 0 -10px 8px 22px !important;
    }
 .pillow-section .inner-heading4-pillows h4 {
    padding-bottom: 50px !important;
    padding-top: 94px !important;
	}

/*New css end*/

/*pillow section css end*/

/*contact page css start*/
.inner-heading2 h4
{
	font-weight: bold;
	font-size: 24px;
	color: var(--black);
}
.inner-preagraph p
{
	font-size: 18px;
	font-weight: 500;
	color: var(--black);
}


.banner .about-banner img
{
	width: 100%;
}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}