*{
margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: "Times New Roman";
}

/**********Nav*********************/
.navbar{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.15);

}

.navbar-dark .navbar-toggler {
    color: rgb(27 32 51);
    border-color: rgb(27 32 51);
}
.navbar ul li a{
    font-size: 18px;
  font-family: "Times New Roman";
  color: rgb(103, 112, 131)!important;
}
.navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus{
    color: #ee850c !important;
}
footer ul{

}

footer ul li{

}
/*************Main**********************/
.main{
    padding-top: 70px;
    padding-bottom: 0px;
}
.title{
  font-size: 45px;
  font-family: "Times New Roman";
  color:#000;
  font-weight: bold;
}
.y{
  color: rgb(238, 133, 12);
}
.bg-y{
    background:  rgb(238, 133, 12);
    color: #fff;
}
.under_line{
    content: '';
    width: 360px;
    height: 4px;
    background:  rgb(238, 133, 12);
}
.ordernow_btn{
   text-align: center;
    color: #fff;
    background-color: rgb(238, 133, 12);
    box-shadow: 0px 3px 11px 0px rgba(250, 188, 127, 0.75);
    width: 206px;
    height: 53px;
    z-index: 67;
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 18px;
    font-family: "Times New Roman";
    text-decoration: none;
}
.ordernow_btn:hover{
    color: #fff;
}
a{
    text-decoration: none;
}
.card{
    padding-top: 20px;
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  border-style: solid;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  z-index: 57;
}
hr{
    background: rgb(235, 235, 235);
}
.card-contant p{
    font-size: 18px;
  font-family: "Times New Roman";
  color: rgb(238, 133, 12);

}
.card-img{
    height: 130px;
    justify-content: center;
    display: flex;
}
.footer-top{
  background-color: rgb(52, 62, 81);
  height: 40px;
  z-index: 18;


}
.footer-top ul li a{
    color:  rgb(235, 235, 235) !important;
    font-size: 12px;
}
.footer-top ul li a:active, .footer-top ul li a:hover, .footer-top ul li a:focus{
    color: #fff;
}
ul{
    list-style: none;
}

.dark{
    background:#1b2033;
    padding-top: 30px;
    padding-bottom: 10px;
}
.dark p{
    color: rgb(235, 235, 235);
    font-size: 12px;
    margin-right: 8px;
}
p{
    color: #c2c4cb;
    font-size: 15px;
    margin-right: 8px;
}
.bg-grey{
    background: #f9f9f9;
}
h4, h2, h5{
    font-family: "Times New Roman";
}
/*************other-product****************/
.other-product img{
    width: 70%;
}
.other-product h5{
    margin-bottom: 0;
}

/******Contact*********/
form label{
    color: #c2c4cb;
    font-size: 18px;
}
form .btn{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "Times New Roman";
}
form .btn:hover{
    color: #fff;
}
/********************Responsive**************************/
