.main-logo{
  width: 250px;
}
.nval{
  font-size: 20px;
  }
@media(max-width:1366px){
  #header{
    top:0;
  }
  .main-logo{
    /* top:4rem;  due to 3m logo added*/
    top:1rem;
    width: 200px;
  }

}
@media(max-width:1024px){
  .navbar a, .navbar a:focus{
    font-size: 13px;
  }
  .navbar .dropdown ul a{
    font-size: 13px;
  }
  #hero .btn-menu, #hero .btn-book {
    font-size: 14px;
    padding: 10px 44px;
    position: relative;
    left: 23%;
  }
  .video iframe{
    bottom: 60px;
  }
  .csize{
    font-size: 24px;
  }
  .nval{
    font-size: 18px;
  }
}
@media(max-width:991px){
  #navbar{
    position: fixed !important;
  }
  .bi-list::before {
    color: #101621;
    margin-right: 15px;
   }
}
@media(max-width:800px){
  .main-logo{
    top:1rem;
  }
}
@media(max-width:480px){
  .nval{
    font-size: 14px;
  }
}
#navbar{
  position: relative;
  z-index: 3;
}
.inner {
  background: #ffb03b;
  /*padding: 0.9em 0.8em; 6-2-2024 edited */
  padding: 0.2em 0.8em; /* added 6-2-2024 */
  border-radius: 10px;
  /* width: 250px; */
  width: 305px;
  -webkit-clip-path: circle(6% at 91.5% 14%);
  clip-path: circle(6% at 91.5% 14%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 8px #0000003d;
  box-shadow: 0px 5px 8px #0000003d;
  z-index: 2;
}
.right-toptext .inner {
  /* width: 100%; */
 /* border-radius: 50px; 6-2-2024 edited */
 border-radius: 40px;
}


.right-toptext {
  color: #000 !important;
  /* right: 10%; */
  right:80px;
 /* top: 0px;  6-2-2024 edited */
   top: 15px; /* added 6-2-2024 */
  /* font-family: Mont-Semibold !important; */
  /* width: 22%; */
  /* z-index: 2; */
  position: absolute;
  /* z-index: 0; */
}
.right-toptext p{
  font-size: 16px;
}
.right-toptext.myclass{
  z-index: 2;
}
/* .right-toptext:hover, .right-toptext:focus{
  z-index: 2;
} */
.inner .media img {
  height: 40px;
  border: 2px solid #fff;
}
.inner span {
  height: 26px;
  width: 26px;
  float: right;
  color: #fff;
  font-weight: bold;
  -webkit-transition: color .5s;
  transition: color .5s;
  position: relative;
  /* margin-right: 4%; */
  /* margin-right: 11px; */
  position: relative;
  top:7px;
  left: 5px;
}
.inner:hover {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%);
  background: #ffb03b;
  padding: 15px 50px 5px 50px;
  position: relative;
  z-index: 3;
}
@media(max-width:1535px){
  #navbar{
    right: 50px;
  }
}
@media(max-width:1440px){
  .right-toptext{
    right:15px;
  }
}
@media (max-width: 1366px) {
/* .right-toptext {
    width: 20%;
    right: 0% !important;
    top: 0px !important;
  } */
.right-toptext ul li {
    font-size: 13px;
  }
  .inner{
    padding: 13px 11px;
  }
  /* .inner span{
    margin-right: 1%;
  } */
  .inner:hover{
    padding: 15px 20px;
  }
  .inner span{
   /* top: 8px; 6-2-2024 edited */
    top: 0px;
    left: 3px;
  }
  /* .right-toptext{
    right:55px;
  } */
}
@media(max-width:1280px){
  .inner{
    width: 250px;
  }
  .inner span{
    left: 12px;
   /* top: 9px; 6-2-2024 edited */
   top: 0px;
  }
  .right-toptext .inner{
    border-radius: 15px;
    padding: 10px 15px 0px 15px;
  }
}

/*footer css ********************************************************************/
#footer ul{
  padding: 0;
  list-style: none;
}
#footer p{
  font-style: normal;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
}
#footer h4{
  font-style: normal;
  font-family: 'Gilroy-ExtraBold'; 
  font-size: 18px; 
}
.links ul li{
  margin: 15px;
  font-size: 16px;
}
 
.links ul li a{
  color:#fff; 
  font-family:  'Gilroy-Regular';
}
.links ul li a:hover, .links ul li a:focus, .links ul li a:active{
  color:#ffb03b ;
}
 
footer .main-footer-logo{
  width: 303px;
  margin-bottom: 15px;
}
footer .footer-tagline{
  width: 430px;
}
.credits a {
  color: #fff;
  /* font-family: 'Gilroy-SemiBold'; */
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}
@media(max-width:991px){
footer .footer-tagline {
  width: 80%;
}
#hero .btn-menu, #hero .btn-book{
  z-index: 2;
}
.nval{
  font-size: 16px;
}
.navbar .dropdown:hover > ul{
  box-shadow: none;
  padding: 0;
}
#header .logo img{
  width: 95px;
  height: 40px;
}
/* #header{
  margin: 0 50px;
} */
.right-toptext{
  right: 0;
  top:0;
}
.right-toptext .inner{
  position: relative;
}
#navbar{
  right: 0px;
}
#header{
  padding: 0px 15px;
}
#footer ul{
  margin-bottom: 30px;
}
}
@media(max-width:767px){
  footer .main-footer-logo {
    width: 250px;
  }
}
@media(max-width:600px){
  .main-logo{
    width: 160px;
  }
  #hero .btn-menu, #hero .btn-book{
    left: 10%;
  }
  #hero .btn-menu, #hero .btn-book{
    font-size: 12px;
    padding: 10px 30px;
    left: 8%;
  }
}
@media(max-width:575px){
  .fp1{
    margin-bottom: 5px !important;
  }
  #footer ul{
    margin-bottom: 20px;
  }
  .links ul li{
    margin: 5px 0px;
  }
  .fp2{
    margin-bottom: 10px !important;
  }
}
@media(max-width:480px){
  footer .main-footer-logo {
    width:60%;
  }
  /* .links ul li { 
    margin: 0px 5px 30px 5px;
} */
.main-logo{
  width: 130px;
}
}
/*******************************************************************************
footer css ********************************************************************/
.modal-content{
  border-radius: 20px;
  border: 4px solid rgb(255 176 59);
}
.modal-content .modal-header .btn-close{
  box-shadow: none;
}
.modal-footer{
  border: none;
}
/****************************** 3M logo ********************************/
.m3logo{
  width: 180px;
  position: absolute; 
  top:22%;
  left: 12%;
  right: 0;
  z-index: 2;
}
@media(max-width:1366px){
  .m3logo { 
    top: 20%;
    left: 11%; 
  }
}
@media(max-width:800px){
.m3logo {
    width: 20%;
    top: 22%; 
    left: 13%;
}
}

@media(max-width:768px){
  .m3logo { 
    top: 16%; 
}
}
@media(max-width:480px){
  .m3logo {  
    width: 24%;
    top: 18%;  
  }
}
/****************************** 3M logo ********************************/
.whatsapp-icon {
  background-color: rgb(76 175 79);
  /* background-color: #000; */
  position: fixed;
  border-radius: 50% 0% 50% 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  bottom: 30%;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.whatsapp-icon img {
  width: 32px;
  margin-top:9px;
}