﻿.ddl-menu {
  border: none;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #7d6754;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height:55px;
  font-family:'Cormorant', serif;
  font-weight:900;
}
.ddl-menu {
  min-width: 10rem;
  padding: 10px 20px;
  margin: 0;
  font-size: 21px;
  color: #212529;
  text-align: left;
  list-style: none;  
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  font-family:'Cormorant', serif;  
  font-weight:bold;
}
.ddl-menu option {
    font-size: 21px;
    padding: 5px;
    font-weight:bold;
}
.modal-title
{
    font-family:'Cormorant', serif;
  font-weight:700;
}
.custp{
   color: #ff7d1b !important;
}
.custbtn{
    font-size: 16px;
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: .9s ease;
  font-weight: 600;
  padding: 0 30px;
  line-height: 46px;
  letter-spacing: 0.5px;  
  border-radius: 3px;
  background: #ff7d1b;
  border: solid 2px #ff7d1b;
  color:#fff;
}
.custbtn:hover {
  background: transparent !important;
}


 @media only screen and (max-width: 1000px) and (min-width: 200px) {
            .rotaterow {
                display: flex;
                flex-direction: column-reverse;
            }
        }


 .ddl-menu2 {
  border: none;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #7d6754;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height:50px;
}
.ddl-menu2 {
  min-width: 10rem;
  padding: 10px 20px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;  
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
